annotate src/portaudio_20140130/bindings/cpp/aclocal.m4 @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents e3d5853d5918
children
rev   line source
cannam@124 1 # generated automatically by aclocal 1.11.1 -*- Autoconf -*-
cannam@124 2
cannam@124 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
cannam@124 4 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
cannam@124 5 # This file is free software; the Free Software Foundation
cannam@124 6 # gives unlimited permission to copy and/or distribute it,
cannam@124 7 # with or without modifications, as long as this notice is preserved.
cannam@124 8
cannam@124 9 # This program is distributed in the hope that it will be useful,
cannam@124 10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
cannam@124 11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
cannam@124 12 # PARTICULAR PURPOSE.
cannam@124 13
cannam@124 14 m4_ifndef([AC_AUTOCONF_VERSION],
cannam@124 15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
cannam@124 16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
cannam@124 17 [m4_warning([this file was generated for autoconf 2.68.
cannam@124 18 You have another version of autoconf. It may work, but is not guaranteed to.
cannam@124 19 If you have problems, you may need to regenerate the build system entirely.
cannam@124 20 To do so, use the procedure documented by the package, typically `autoreconf'.])])
cannam@124 21
cannam@124 22 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
cannam@124 23 #
cannam@124 24 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
cannam@124 25 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
cannam@124 26 # Inc.
cannam@124 27 # Written by Gordon Matzigkeit, 1996
cannam@124 28 #
cannam@124 29 # This file is free software; the Free Software Foundation gives
cannam@124 30 # unlimited permission to copy and/or distribute it, with or without
cannam@124 31 # modifications, as long as this notice is preserved.
cannam@124 32
cannam@124 33 m4_define([_LT_COPYING], [dnl
cannam@124 34 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
cannam@124 35 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
cannam@124 36 # Inc.
cannam@124 37 # Written by Gordon Matzigkeit, 1996
cannam@124 38 #
cannam@124 39 # This file is part of GNU Libtool.
cannam@124 40 #
cannam@124 41 # GNU Libtool is free software; you can redistribute it and/or
cannam@124 42 # modify it under the terms of the GNU General Public License as
cannam@124 43 # published by the Free Software Foundation; either version 2 of
cannam@124 44 # the License, or (at your option) any later version.
cannam@124 45 #
cannam@124 46 # As a special exception to the GNU General Public License,
cannam@124 47 # if you distribute this file as part of a program or library that
cannam@124 48 # is built using GNU Libtool, you may include this file under the
cannam@124 49 # same distribution terms that you use for the rest of that program.
cannam@124 50 #
cannam@124 51 # GNU Libtool is distributed in the hope that it will be useful,
cannam@124 52 # but WITHOUT ANY WARRANTY; without even the implied warranty of
cannam@124 53 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
cannam@124 54 # GNU General Public License for more details.
cannam@124 55 #
cannam@124 56 # You should have received a copy of the GNU General Public License
cannam@124 57 # along with GNU Libtool; see the file COPYING. If not, a copy
cannam@124 58 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
cannam@124 59 # obtained by writing to the Free Software Foundation, Inc.,
cannam@124 60 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
cannam@124 61 ])
cannam@124 62
cannam@124 63 # serial 57 LT_INIT
cannam@124 64
cannam@124 65
cannam@124 66 # LT_PREREQ(VERSION)
cannam@124 67 # ------------------
cannam@124 68 # Complain and exit if this libtool version is less that VERSION.
cannam@124 69 m4_defun([LT_PREREQ],
cannam@124 70 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
cannam@124 71 [m4_default([$3],
cannam@124 72 [m4_fatal([Libtool version $1 or higher is required],
cannam@124 73 63)])],
cannam@124 74 [$2])])
cannam@124 75
cannam@124 76
cannam@124 77 # _LT_CHECK_BUILDDIR
cannam@124 78 # ------------------
cannam@124 79 # Complain if the absolute build directory name contains unusual characters
cannam@124 80 m4_defun([_LT_CHECK_BUILDDIR],
cannam@124 81 [case `pwd` in
cannam@124 82 *\ * | *\ *)
cannam@124 83 AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
cannam@124 84 esac
cannam@124 85 ])
cannam@124 86
cannam@124 87
cannam@124 88 # LT_INIT([OPTIONS])
cannam@124 89 # ------------------
cannam@124 90 AC_DEFUN([LT_INIT],
cannam@124 91 [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
cannam@124 92 AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
cannam@124 93 AC_BEFORE([$0], [LT_LANG])dnl
cannam@124 94 AC_BEFORE([$0], [LT_OUTPUT])dnl
cannam@124 95 AC_BEFORE([$0], [LTDL_INIT])dnl
cannam@124 96 m4_require([_LT_CHECK_BUILDDIR])dnl
cannam@124 97
cannam@124 98 dnl Autoconf doesn't catch unexpanded LT_ macros by default:
cannam@124 99 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
cannam@124 100 m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
cannam@124 101 dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
cannam@124 102 dnl unless we require an AC_DEFUNed macro:
cannam@124 103 AC_REQUIRE([LTOPTIONS_VERSION])dnl
cannam@124 104 AC_REQUIRE([LTSUGAR_VERSION])dnl
cannam@124 105 AC_REQUIRE([LTVERSION_VERSION])dnl
cannam@124 106 AC_REQUIRE([LTOBSOLETE_VERSION])dnl
cannam@124 107 m4_require([_LT_PROG_LTMAIN])dnl
cannam@124 108
cannam@124 109 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
cannam@124 110
cannam@124 111 dnl Parse OPTIONS
cannam@124 112 _LT_SET_OPTIONS([$0], [$1])
cannam@124 113
cannam@124 114 # This can be used to rebuild libtool when needed
cannam@124 115 LIBTOOL_DEPS="$ltmain"
cannam@124 116
cannam@124 117 # Always use our own libtool.
cannam@124 118 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
cannam@124 119 AC_SUBST(LIBTOOL)dnl
cannam@124 120
cannam@124 121 _LT_SETUP
cannam@124 122
cannam@124 123 # Only expand once:
cannam@124 124 m4_define([LT_INIT])
cannam@124 125 ])# LT_INIT
cannam@124 126
cannam@124 127 # Old names:
cannam@124 128 AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
cannam@124 129 AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
cannam@124 130 dnl aclocal-1.4 backwards compatibility:
cannam@124 131 dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
cannam@124 132 dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
cannam@124 133
cannam@124 134
cannam@124 135 # _LT_CC_BASENAME(CC)
cannam@124 136 # -------------------
cannam@124 137 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
cannam@124 138 m4_defun([_LT_CC_BASENAME],
cannam@124 139 [for cc_temp in $1""; do
cannam@124 140 case $cc_temp in
cannam@124 141 compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
cannam@124 142 distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
cannam@124 143 \-*) ;;
cannam@124 144 *) break;;
cannam@124 145 esac
cannam@124 146 done
cannam@124 147 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
cannam@124 148 ])
cannam@124 149
cannam@124 150
cannam@124 151 # _LT_FILEUTILS_DEFAULTS
cannam@124 152 # ----------------------
cannam@124 153 # It is okay to use these file commands and assume they have been set
cannam@124 154 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
cannam@124 155 m4_defun([_LT_FILEUTILS_DEFAULTS],
cannam@124 156 [: ${CP="cp -f"}
cannam@124 157 : ${MV="mv -f"}
cannam@124 158 : ${RM="rm -f"}
cannam@124 159 ])# _LT_FILEUTILS_DEFAULTS
cannam@124 160
cannam@124 161
cannam@124 162 # _LT_SETUP
cannam@124 163 # ---------
cannam@124 164 m4_defun([_LT_SETUP],
cannam@124 165 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
cannam@124 166 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
cannam@124 167 AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
cannam@124 168 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
cannam@124 169
cannam@124 170 _LT_DECL([], [host_alias], [0], [The host system])dnl
cannam@124 171 _LT_DECL([], [host], [0])dnl
cannam@124 172 _LT_DECL([], [host_os], [0])dnl
cannam@124 173 dnl
cannam@124 174 _LT_DECL([], [build_alias], [0], [The build system])dnl
cannam@124 175 _LT_DECL([], [build], [0])dnl
cannam@124 176 _LT_DECL([], [build_os], [0])dnl
cannam@124 177 dnl
cannam@124 178 AC_REQUIRE([AC_PROG_CC])dnl
cannam@124 179 AC_REQUIRE([LT_PATH_LD])dnl
cannam@124 180 AC_REQUIRE([LT_PATH_NM])dnl
cannam@124 181 dnl
cannam@124 182 AC_REQUIRE([AC_PROG_LN_S])dnl
cannam@124 183 test -z "$LN_S" && LN_S="ln -s"
cannam@124 184 _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
cannam@124 185 dnl
cannam@124 186 AC_REQUIRE([LT_CMD_MAX_LEN])dnl
cannam@124 187 _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
cannam@124 188 _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
cannam@124 189 dnl
cannam@124 190 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
cannam@124 191 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
cannam@124 192 m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl
cannam@124 193 m4_require([_LT_CMD_RELOAD])dnl
cannam@124 194 m4_require([_LT_CHECK_MAGIC_METHOD])dnl
cannam@124 195 m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl
cannam@124 196 m4_require([_LT_CMD_OLD_ARCHIVE])dnl
cannam@124 197 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
cannam@124 198 m4_require([_LT_WITH_SYSROOT])dnl
cannam@124 199
cannam@124 200 _LT_CONFIG_LIBTOOL_INIT([
cannam@124 201 # See if we are running on zsh, and set the options which allow our
cannam@124 202 # commands through without removal of \ escapes INIT.
cannam@124 203 if test -n "\${ZSH_VERSION+set}" ; then
cannam@124 204 setopt NO_GLOB_SUBST
cannam@124 205 fi
cannam@124 206 ])
cannam@124 207 if test -n "${ZSH_VERSION+set}" ; then
cannam@124 208 setopt NO_GLOB_SUBST
cannam@124 209 fi
cannam@124 210
cannam@124 211 _LT_CHECK_OBJDIR
cannam@124 212
cannam@124 213 m4_require([_LT_TAG_COMPILER])dnl
cannam@124 214
cannam@124 215 case $host_os in
cannam@124 216 aix3*)
cannam@124 217 # AIX sometimes has problems with the GCC collect2 program. For some
cannam@124 218 # reason, if we set the COLLECT_NAMES environment variable, the problems
cannam@124 219 # vanish in a puff of smoke.
cannam@124 220 if test "X${COLLECT_NAMES+set}" != Xset; then
cannam@124 221 COLLECT_NAMES=
cannam@124 222 export COLLECT_NAMES
cannam@124 223 fi
cannam@124 224 ;;
cannam@124 225 esac
cannam@124 226
cannam@124 227 # Global variables:
cannam@124 228 ofile=libtool
cannam@124 229 can_build_shared=yes
cannam@124 230
cannam@124 231 # All known linkers require a `.a' archive for static linking (except MSVC,
cannam@124 232 # which needs '.lib').
cannam@124 233 libext=a
cannam@124 234
cannam@124 235 with_gnu_ld="$lt_cv_prog_gnu_ld"
cannam@124 236
cannam@124 237 old_CC="$CC"
cannam@124 238 old_CFLAGS="$CFLAGS"
cannam@124 239
cannam@124 240 # Set sane defaults for various variables
cannam@124 241 test -z "$CC" && CC=cc
cannam@124 242 test -z "$LTCC" && LTCC=$CC
cannam@124 243 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
cannam@124 244 test -z "$LD" && LD=ld
cannam@124 245 test -z "$ac_objext" && ac_objext=o
cannam@124 246
cannam@124 247 _LT_CC_BASENAME([$compiler])
cannam@124 248
cannam@124 249 # Only perform the check for file, if the check method requires it
cannam@124 250 test -z "$MAGIC_CMD" && MAGIC_CMD=file
cannam@124 251 case $deplibs_check_method in
cannam@124 252 file_magic*)
cannam@124 253 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
cannam@124 254 _LT_PATH_MAGIC
cannam@124 255 fi
cannam@124 256 ;;
cannam@124 257 esac
cannam@124 258
cannam@124 259 # Use C for the default configuration in the libtool script
cannam@124 260 LT_SUPPORTED_TAG([CC])
cannam@124 261 _LT_LANG_C_CONFIG
cannam@124 262 _LT_LANG_DEFAULT_CONFIG
cannam@124 263 _LT_CONFIG_COMMANDS
cannam@124 264 ])# _LT_SETUP
cannam@124 265
cannam@124 266
cannam@124 267 # _LT_PREPARE_SED_QUOTE_VARS
cannam@124 268 # --------------------------
cannam@124 269 # Define a few sed substitution that help us do robust quoting.
cannam@124 270 m4_defun([_LT_PREPARE_SED_QUOTE_VARS],
cannam@124 271 [# Backslashify metacharacters that are still active within
cannam@124 272 # double-quoted strings.
cannam@124 273 sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
cannam@124 274
cannam@124 275 # Same as above, but do not quote variable references.
cannam@124 276 double_quote_subst='s/\([["`\\]]\)/\\\1/g'
cannam@124 277
cannam@124 278 # Sed substitution to delay expansion of an escaped shell variable in a
cannam@124 279 # double_quote_subst'ed string.
cannam@124 280 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
cannam@124 281
cannam@124 282 # Sed substitution to delay expansion of an escaped single quote.
cannam@124 283 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
cannam@124 284
cannam@124 285 # Sed substitution to avoid accidental globbing in evaled expressions
cannam@124 286 no_glob_subst='s/\*/\\\*/g'
cannam@124 287 ])
cannam@124 288
cannam@124 289 # _LT_PROG_LTMAIN
cannam@124 290 # ---------------
cannam@124 291 # Note that this code is called both from `configure', and `config.status'
cannam@124 292 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
cannam@124 293 # `config.status' has no value for ac_aux_dir unless we are using Automake,
cannam@124 294 # so we pass a copy along to make sure it has a sensible value anyway.
cannam@124 295 m4_defun([_LT_PROG_LTMAIN],
cannam@124 296 [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
cannam@124 297 _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
cannam@124 298 ltmain="$ac_aux_dir/ltmain.sh"
cannam@124 299 ])# _LT_PROG_LTMAIN
cannam@124 300
cannam@124 301
cannam@124 302
cannam@124 303 # So that we can recreate a full libtool script including additional
cannam@124 304 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
cannam@124 305 # in macros and then make a single call at the end using the `libtool'
cannam@124 306 # label.
cannam@124 307
cannam@124 308
cannam@124 309 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
cannam@124 310 # ----------------------------------------
cannam@124 311 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
cannam@124 312 m4_define([_LT_CONFIG_LIBTOOL_INIT],
cannam@124 313 [m4_ifval([$1],
cannam@124 314 [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
cannam@124 315 [$1
cannam@124 316 ])])])
cannam@124 317
cannam@124 318 # Initialize.
cannam@124 319 m4_define([_LT_OUTPUT_LIBTOOL_INIT])
cannam@124 320
cannam@124 321
cannam@124 322 # _LT_CONFIG_LIBTOOL([COMMANDS])
cannam@124 323 # ------------------------------
cannam@124 324 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
cannam@124 325 m4_define([_LT_CONFIG_LIBTOOL],
cannam@124 326 [m4_ifval([$1],
cannam@124 327 [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
cannam@124 328 [$1
cannam@124 329 ])])])
cannam@124 330
cannam@124 331 # Initialize.
cannam@124 332 m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
cannam@124 333
cannam@124 334
cannam@124 335 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
cannam@124 336 # -----------------------------------------------------
cannam@124 337 m4_defun([_LT_CONFIG_SAVE_COMMANDS],
cannam@124 338 [_LT_CONFIG_LIBTOOL([$1])
cannam@124 339 _LT_CONFIG_LIBTOOL_INIT([$2])
cannam@124 340 ])
cannam@124 341
cannam@124 342
cannam@124 343 # _LT_FORMAT_COMMENT([COMMENT])
cannam@124 344 # -----------------------------
cannam@124 345 # Add leading comment marks to the start of each line, and a trailing
cannam@124 346 # full-stop to the whole comment if one is not present already.
cannam@124 347 m4_define([_LT_FORMAT_COMMENT],
cannam@124 348 [m4_ifval([$1], [
cannam@124 349 m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
cannam@124 350 [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
cannam@124 351 )])
cannam@124 352
cannam@124 353
cannam@124 354
cannam@124 355
cannam@124 356
cannam@124 357 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
cannam@124 358 # -------------------------------------------------------------------
cannam@124 359 # CONFIGNAME is the name given to the value in the libtool script.
cannam@124 360 # VARNAME is the (base) name used in the configure script.
cannam@124 361 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
cannam@124 362 # VARNAME. Any other value will be used directly.
cannam@124 363 m4_define([_LT_DECL],
cannam@124 364 [lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
cannam@124 365 [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
cannam@124 366 [m4_ifval([$1], [$1], [$2])])
cannam@124 367 lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
cannam@124 368 m4_ifval([$4],
cannam@124 369 [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
cannam@124 370 lt_dict_add_subkey([lt_decl_dict], [$2],
cannam@124 371 [tagged?], [m4_ifval([$5], [yes], [no])])])
cannam@124 372 ])
cannam@124 373
cannam@124 374
cannam@124 375 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
cannam@124 376 # --------------------------------------------------------
cannam@124 377 m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
cannam@124 378
cannam@124 379
cannam@124 380 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
cannam@124 381 # ------------------------------------------------
cannam@124 382 m4_define([lt_decl_tag_varnames],
cannam@124 383 [_lt_decl_filter([tagged?], [yes], $@)])
cannam@124 384
cannam@124 385
cannam@124 386 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
cannam@124 387 # ---------------------------------------------------------
cannam@124 388 m4_define([_lt_decl_filter],
cannam@124 389 [m4_case([$#],
cannam@124 390 [0], [m4_fatal([$0: too few arguments: $#])],
cannam@124 391 [1], [m4_fatal([$0: too few arguments: $#: $1])],
cannam@124 392 [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
cannam@124 393 [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
cannam@124 394 [lt_dict_filter([lt_decl_dict], $@)])[]dnl
cannam@124 395 ])
cannam@124 396
cannam@124 397
cannam@124 398 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
cannam@124 399 # --------------------------------------------------
cannam@124 400 m4_define([lt_decl_quote_varnames],
cannam@124 401 [_lt_decl_filter([value], [1], $@)])
cannam@124 402
cannam@124 403
cannam@124 404 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
cannam@124 405 # ---------------------------------------------------
cannam@124 406 m4_define([lt_decl_dquote_varnames],
cannam@124 407 [_lt_decl_filter([value], [2], $@)])
cannam@124 408
cannam@124 409
cannam@124 410 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
cannam@124 411 # ---------------------------------------------------
cannam@124 412 m4_define([lt_decl_varnames_tagged],
cannam@124 413 [m4_assert([$# <= 2])dnl
cannam@124 414 _$0(m4_quote(m4_default([$1], [[, ]])),
cannam@124 415 m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
cannam@124 416 m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
cannam@124 417 m4_define([_lt_decl_varnames_tagged],
cannam@124 418 [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
cannam@124 419
cannam@124 420
cannam@124 421 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
cannam@124 422 # ------------------------------------------------
cannam@124 423 m4_define([lt_decl_all_varnames],
cannam@124 424 [_$0(m4_quote(m4_default([$1], [[, ]])),
cannam@124 425 m4_if([$2], [],
cannam@124 426 m4_quote(lt_decl_varnames),
cannam@124 427 m4_quote(m4_shift($@))))[]dnl
cannam@124 428 ])
cannam@124 429 m4_define([_lt_decl_all_varnames],
cannam@124 430 [lt_join($@, lt_decl_varnames_tagged([$1],
cannam@124 431 lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
cannam@124 432 ])
cannam@124 433
cannam@124 434
cannam@124 435 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
cannam@124 436 # ------------------------------------
cannam@124 437 # Quote a variable value, and forward it to `config.status' so that its
cannam@124 438 # declaration there will have the same value as in `configure'. VARNAME
cannam@124 439 # must have a single quote delimited value for this to work.
cannam@124 440 m4_define([_LT_CONFIG_STATUS_DECLARE],
cannam@124 441 [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
cannam@124 442
cannam@124 443
cannam@124 444 # _LT_CONFIG_STATUS_DECLARATIONS
cannam@124 445 # ------------------------------
cannam@124 446 # We delimit libtool config variables with single quotes, so when
cannam@124 447 # we write them to config.status, we have to be sure to quote all
cannam@124 448 # embedded single quotes properly. In configure, this macro expands
cannam@124 449 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
cannam@124 450 #
cannam@124 451 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
cannam@124 452 m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
cannam@124 453 [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
cannam@124 454 [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
cannam@124 455
cannam@124 456
cannam@124 457 # _LT_LIBTOOL_TAGS
cannam@124 458 # ----------------
cannam@124 459 # Output comment and list of tags supported by the script
cannam@124 460 m4_defun([_LT_LIBTOOL_TAGS],
cannam@124 461 [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
cannam@124 462 available_tags="_LT_TAGS"dnl
cannam@124 463 ])
cannam@124 464
cannam@124 465
cannam@124 466 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
cannam@124 467 # -----------------------------------
cannam@124 468 # Extract the dictionary values for VARNAME (optionally with TAG) and
cannam@124 469 # expand to a commented shell variable setting:
cannam@124 470 #
cannam@124 471 # # Some comment about what VAR is for.
cannam@124 472 # visible_name=$lt_internal_name
cannam@124 473 m4_define([_LT_LIBTOOL_DECLARE],
cannam@124 474 [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
cannam@124 475 [description])))[]dnl
cannam@124 476 m4_pushdef([_libtool_name],
cannam@124 477 m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
cannam@124 478 m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
cannam@124 479 [0], [_libtool_name=[$]$1],
cannam@124 480 [1], [_libtool_name=$lt_[]$1],
cannam@124 481 [2], [_libtool_name=$lt_[]$1],
cannam@124 482 [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
cannam@124 483 m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
cannam@124 484 ])
cannam@124 485
cannam@124 486
cannam@124 487 # _LT_LIBTOOL_CONFIG_VARS
cannam@124 488 # -----------------------
cannam@124 489 # Produce commented declarations of non-tagged libtool config variables
cannam@124 490 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
cannam@124 491 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
cannam@124 492 # section) are produced by _LT_LIBTOOL_TAG_VARS.
cannam@124 493 m4_defun([_LT_LIBTOOL_CONFIG_VARS],
cannam@124 494 [m4_foreach([_lt_var],
cannam@124 495 m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
cannam@124 496 [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
cannam@124 497
cannam@124 498
cannam@124 499 # _LT_LIBTOOL_TAG_VARS(TAG)
cannam@124 500 # -------------------------
cannam@124 501 m4_define([_LT_LIBTOOL_TAG_VARS],
cannam@124 502 [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
cannam@124 503 [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
cannam@124 504
cannam@124 505
cannam@124 506 # _LT_TAGVAR(VARNAME, [TAGNAME])
cannam@124 507 # ------------------------------
cannam@124 508 m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
cannam@124 509
cannam@124 510
cannam@124 511 # _LT_CONFIG_COMMANDS
cannam@124 512 # -------------------
cannam@124 513 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
cannam@124 514 # variables for single and double quote escaping we saved from calls
cannam@124 515 # to _LT_DECL, we can put quote escaped variables declarations
cannam@124 516 # into `config.status', and then the shell code to quote escape them in
cannam@124 517 # for loops in `config.status'. Finally, any additional code accumulated
cannam@124 518 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
cannam@124 519 m4_defun([_LT_CONFIG_COMMANDS],
cannam@124 520 [AC_PROVIDE_IFELSE([LT_OUTPUT],
cannam@124 521 dnl If the libtool generation code has been placed in $CONFIG_LT,
cannam@124 522 dnl instead of duplicating it all over again into config.status,
cannam@124 523 dnl then we will have config.status run $CONFIG_LT later, so it
cannam@124 524 dnl needs to know what name is stored there:
cannam@124 525 [AC_CONFIG_COMMANDS([libtool],
cannam@124 526 [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
cannam@124 527 dnl If the libtool generation code is destined for config.status,
cannam@124 528 dnl expand the accumulated commands and init code now:
cannam@124 529 [AC_CONFIG_COMMANDS([libtool],
cannam@124 530 [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
cannam@124 531 ])#_LT_CONFIG_COMMANDS
cannam@124 532
cannam@124 533
cannam@124 534 # Initialize.
cannam@124 535 m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
cannam@124 536 [
cannam@124 537
cannam@124 538 # The HP-UX ksh and POSIX shell print the target directory to stdout
cannam@124 539 # if CDPATH is set.
cannam@124 540 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
cannam@124 541
cannam@124 542 sed_quote_subst='$sed_quote_subst'
cannam@124 543 double_quote_subst='$double_quote_subst'
cannam@124 544 delay_variable_subst='$delay_variable_subst'
cannam@124 545 _LT_CONFIG_STATUS_DECLARATIONS
cannam@124 546 LTCC='$LTCC'
cannam@124 547 LTCFLAGS='$LTCFLAGS'
cannam@124 548 compiler='$compiler_DEFAULT'
cannam@124 549
cannam@124 550 # A function that is used when there is no print builtin or printf.
cannam@124 551 func_fallback_echo ()
cannam@124 552 {
cannam@124 553 eval 'cat <<_LTECHO_EOF
cannam@124 554 \$[]1
cannam@124 555 _LTECHO_EOF'
cannam@124 556 }
cannam@124 557
cannam@124 558 # Quote evaled strings.
cannam@124 559 for var in lt_decl_all_varnames([[ \
cannam@124 560 ]], lt_decl_quote_varnames); do
cannam@124 561 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
cannam@124 562 *[[\\\\\\\`\\"\\\$]]*)
cannam@124 563 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
cannam@124 564 ;;
cannam@124 565 *)
cannam@124 566 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
cannam@124 567 ;;
cannam@124 568 esac
cannam@124 569 done
cannam@124 570
cannam@124 571 # Double-quote double-evaled strings.
cannam@124 572 for var in lt_decl_all_varnames([[ \
cannam@124 573 ]], lt_decl_dquote_varnames); do
cannam@124 574 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
cannam@124 575 *[[\\\\\\\`\\"\\\$]]*)
cannam@124 576 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
cannam@124 577 ;;
cannam@124 578 *)
cannam@124 579 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
cannam@124 580 ;;
cannam@124 581 esac
cannam@124 582 done
cannam@124 583
cannam@124 584 _LT_OUTPUT_LIBTOOL_INIT
cannam@124 585 ])
cannam@124 586
cannam@124 587 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
cannam@124 588 # ------------------------------------
cannam@124 589 # Generate a child script FILE with all initialization necessary to
cannam@124 590 # reuse the environment learned by the parent script, and make the
cannam@124 591 # file executable. If COMMENT is supplied, it is inserted after the
cannam@124 592 # `#!' sequence but before initialization text begins. After this
cannam@124 593 # macro, additional text can be appended to FILE to form the body of
cannam@124 594 # the child script. The macro ends with non-zero status if the
cannam@124 595 # file could not be fully written (such as if the disk is full).
cannam@124 596 m4_ifdef([AS_INIT_GENERATED],
cannam@124 597 [m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])],
cannam@124 598 [m4_defun([_LT_GENERATED_FILE_INIT],
cannam@124 599 [m4_require([AS_PREPARE])]dnl
cannam@124 600 [m4_pushdef([AS_MESSAGE_LOG_FD])]dnl
cannam@124 601 [lt_write_fail=0
cannam@124 602 cat >$1 <<_ASEOF || lt_write_fail=1
cannam@124 603 #! $SHELL
cannam@124 604 # Generated by $as_me.
cannam@124 605 $2
cannam@124 606 SHELL=\${CONFIG_SHELL-$SHELL}
cannam@124 607 export SHELL
cannam@124 608 _ASEOF
cannam@124 609 cat >>$1 <<\_ASEOF || lt_write_fail=1
cannam@124 610 AS_SHELL_SANITIZE
cannam@124 611 _AS_PREPARE
cannam@124 612 exec AS_MESSAGE_FD>&1
cannam@124 613 _ASEOF
cannam@124 614 test $lt_write_fail = 0 && chmod +x $1[]dnl
cannam@124 615 m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
cannam@124 616
cannam@124 617 # LT_OUTPUT
cannam@124 618 # ---------
cannam@124 619 # This macro allows early generation of the libtool script (before
cannam@124 620 # AC_OUTPUT is called), incase it is used in configure for compilation
cannam@124 621 # tests.
cannam@124 622 AC_DEFUN([LT_OUTPUT],
cannam@124 623 [: ${CONFIG_LT=./config.lt}
cannam@124 624 AC_MSG_NOTICE([creating $CONFIG_LT])
cannam@124 625 _LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
cannam@124 626 [# Run this file to recreate a libtool stub with the current configuration.])
cannam@124 627
cannam@124 628 cat >>"$CONFIG_LT" <<\_LTEOF
cannam@124 629 lt_cl_silent=false
cannam@124 630 exec AS_MESSAGE_LOG_FD>>config.log
cannam@124 631 {
cannam@124 632 echo
cannam@124 633 AS_BOX([Running $as_me.])
cannam@124 634 } >&AS_MESSAGE_LOG_FD
cannam@124 635
cannam@124 636 lt_cl_help="\
cannam@124 637 \`$as_me' creates a local libtool stub from the current configuration,
cannam@124 638 for use in further configure time tests before the real libtool is
cannam@124 639 generated.
cannam@124 640
cannam@124 641 Usage: $[0] [[OPTIONS]]
cannam@124 642
cannam@124 643 -h, --help print this help, then exit
cannam@124 644 -V, --version print version number, then exit
cannam@124 645 -q, --quiet do not print progress messages
cannam@124 646 -d, --debug don't remove temporary files
cannam@124 647
cannam@124 648 Report bugs to <bug-libtool@gnu.org>."
cannam@124 649
cannam@124 650 lt_cl_version="\
cannam@124 651 m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
cannam@124 652 m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
cannam@124 653 configured by $[0], generated by m4_PACKAGE_STRING.
cannam@124 654
cannam@124 655 Copyright (C) 2010 Free Software Foundation, Inc.
cannam@124 656 This config.lt script is free software; the Free Software Foundation
cannam@124 657 gives unlimited permision to copy, distribute and modify it."
cannam@124 658
cannam@124 659 while test $[#] != 0
cannam@124 660 do
cannam@124 661 case $[1] in
cannam@124 662 --version | --v* | -V )
cannam@124 663 echo "$lt_cl_version"; exit 0 ;;
cannam@124 664 --help | --h* | -h )
cannam@124 665 echo "$lt_cl_help"; exit 0 ;;
cannam@124 666 --debug | --d* | -d )
cannam@124 667 debug=: ;;
cannam@124 668 --quiet | --q* | --silent | --s* | -q )
cannam@124 669 lt_cl_silent=: ;;
cannam@124 670
cannam@124 671 -*) AC_MSG_ERROR([unrecognized option: $[1]
cannam@124 672 Try \`$[0] --help' for more information.]) ;;
cannam@124 673
cannam@124 674 *) AC_MSG_ERROR([unrecognized argument: $[1]
cannam@124 675 Try \`$[0] --help' for more information.]) ;;
cannam@124 676 esac
cannam@124 677 shift
cannam@124 678 done
cannam@124 679
cannam@124 680 if $lt_cl_silent; then
cannam@124 681 exec AS_MESSAGE_FD>/dev/null
cannam@124 682 fi
cannam@124 683 _LTEOF
cannam@124 684
cannam@124 685 cat >>"$CONFIG_LT" <<_LTEOF
cannam@124 686 _LT_OUTPUT_LIBTOOL_COMMANDS_INIT
cannam@124 687 _LTEOF
cannam@124 688
cannam@124 689 cat >>"$CONFIG_LT" <<\_LTEOF
cannam@124 690 AC_MSG_NOTICE([creating $ofile])
cannam@124 691 _LT_OUTPUT_LIBTOOL_COMMANDS
cannam@124 692 AS_EXIT(0)
cannam@124 693 _LTEOF
cannam@124 694 chmod +x "$CONFIG_LT"
cannam@124 695
cannam@124 696 # configure is writing to config.log, but config.lt does its own redirection,
cannam@124 697 # appending to config.log, which fails on DOS, as config.log is still kept
cannam@124 698 # open by configure. Here we exec the FD to /dev/null, effectively closing
cannam@124 699 # config.log, so it can be properly (re)opened and appended to by config.lt.
cannam@124 700 lt_cl_success=:
cannam@124 701 test "$silent" = yes &&
cannam@124 702 lt_config_lt_args="$lt_config_lt_args --quiet"
cannam@124 703 exec AS_MESSAGE_LOG_FD>/dev/null
cannam@124 704 $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
cannam@124 705 exec AS_MESSAGE_LOG_FD>>config.log
cannam@124 706 $lt_cl_success || AS_EXIT(1)
cannam@124 707 ])# LT_OUTPUT
cannam@124 708
cannam@124 709
cannam@124 710 # _LT_CONFIG(TAG)
cannam@124 711 # ---------------
cannam@124 712 # If TAG is the built-in tag, create an initial libtool script with a
cannam@124 713 # default configuration from the untagged config vars. Otherwise add code
cannam@124 714 # to config.status for appending the configuration named by TAG from the
cannam@124 715 # matching tagged config vars.
cannam@124 716 m4_defun([_LT_CONFIG],
cannam@124 717 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
cannam@124 718 _LT_CONFIG_SAVE_COMMANDS([
cannam@124 719 m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
cannam@124 720 m4_if(_LT_TAG, [C], [
cannam@124 721 # See if we are running on zsh, and set the options which allow our
cannam@124 722 # commands through without removal of \ escapes.
cannam@124 723 if test -n "${ZSH_VERSION+set}" ; then
cannam@124 724 setopt NO_GLOB_SUBST
cannam@124 725 fi
cannam@124 726
cannam@124 727 cfgfile="${ofile}T"
cannam@124 728 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
cannam@124 729 $RM "$cfgfile"
cannam@124 730
cannam@124 731 cat <<_LT_EOF >> "$cfgfile"
cannam@124 732 #! $SHELL
cannam@124 733
cannam@124 734 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
cannam@124 735 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
cannam@124 736 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
cannam@124 737 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
cannam@124 738 #
cannam@124 739 _LT_COPYING
cannam@124 740 _LT_LIBTOOL_TAGS
cannam@124 741
cannam@124 742 # ### BEGIN LIBTOOL CONFIG
cannam@124 743 _LT_LIBTOOL_CONFIG_VARS
cannam@124 744 _LT_LIBTOOL_TAG_VARS
cannam@124 745 # ### END LIBTOOL CONFIG
cannam@124 746
cannam@124 747 _LT_EOF
cannam@124 748
cannam@124 749 case $host_os in
cannam@124 750 aix3*)
cannam@124 751 cat <<\_LT_EOF >> "$cfgfile"
cannam@124 752 # AIX sometimes has problems with the GCC collect2 program. For some
cannam@124 753 # reason, if we set the COLLECT_NAMES environment variable, the problems
cannam@124 754 # vanish in a puff of smoke.
cannam@124 755 if test "X${COLLECT_NAMES+set}" != Xset; then
cannam@124 756 COLLECT_NAMES=
cannam@124 757 export COLLECT_NAMES
cannam@124 758 fi
cannam@124 759 _LT_EOF
cannam@124 760 ;;
cannam@124 761 esac
cannam@124 762
cannam@124 763 _LT_PROG_LTMAIN
cannam@124 764
cannam@124 765 # We use sed instead of cat because bash on DJGPP gets confused if
cannam@124 766 # if finds mixed CR/LF and LF-only lines. Since sed operates in
cannam@124 767 # text mode, it properly converts lines to CR/LF. This bash problem
cannam@124 768 # is reportedly fixed, but why not run on old versions too?
cannam@124 769 sed '$q' "$ltmain" >> "$cfgfile" \
cannam@124 770 || (rm -f "$cfgfile"; exit 1)
cannam@124 771
cannam@124 772 _LT_PROG_REPLACE_SHELLFNS
cannam@124 773
cannam@124 774 mv -f "$cfgfile" "$ofile" ||
cannam@124 775 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
cannam@124 776 chmod +x "$ofile"
cannam@124 777 ],
cannam@124 778 [cat <<_LT_EOF >> "$ofile"
cannam@124 779
cannam@124 780 dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
cannam@124 781 dnl in a comment (ie after a #).
cannam@124 782 # ### BEGIN LIBTOOL TAG CONFIG: $1
cannam@124 783 _LT_LIBTOOL_TAG_VARS(_LT_TAG)
cannam@124 784 # ### END LIBTOOL TAG CONFIG: $1
cannam@124 785 _LT_EOF
cannam@124 786 ])dnl /m4_if
cannam@124 787 ],
cannam@124 788 [m4_if([$1], [], [
cannam@124 789 PACKAGE='$PACKAGE'
cannam@124 790 VERSION='$VERSION'
cannam@124 791 TIMESTAMP='$TIMESTAMP'
cannam@124 792 RM='$RM'
cannam@124 793 ofile='$ofile'], [])
cannam@124 794 ])dnl /_LT_CONFIG_SAVE_COMMANDS
cannam@124 795 ])# _LT_CONFIG
cannam@124 796
cannam@124 797
cannam@124 798 # LT_SUPPORTED_TAG(TAG)
cannam@124 799 # ---------------------
cannam@124 800 # Trace this macro to discover what tags are supported by the libtool
cannam@124 801 # --tag option, using:
cannam@124 802 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
cannam@124 803 AC_DEFUN([LT_SUPPORTED_TAG], [])
cannam@124 804
cannam@124 805
cannam@124 806 # C support is built-in for now
cannam@124 807 m4_define([_LT_LANG_C_enabled], [])
cannam@124 808 m4_define([_LT_TAGS], [])
cannam@124 809
cannam@124 810
cannam@124 811 # LT_LANG(LANG)
cannam@124 812 # -------------
cannam@124 813 # Enable libtool support for the given language if not already enabled.
cannam@124 814 AC_DEFUN([LT_LANG],
cannam@124 815 [AC_BEFORE([$0], [LT_OUTPUT])dnl
cannam@124 816 m4_case([$1],
cannam@124 817 [C], [_LT_LANG(C)],
cannam@124 818 [C++], [_LT_LANG(CXX)],
cannam@124 819 [Java], [_LT_LANG(GCJ)],
cannam@124 820 [Fortran 77], [_LT_LANG(F77)],
cannam@124 821 [Fortran], [_LT_LANG(FC)],
cannam@124 822 [Windows Resource], [_LT_LANG(RC)],
cannam@124 823 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
cannam@124 824 [_LT_LANG($1)],
cannam@124 825 [m4_fatal([$0: unsupported language: "$1"])])])dnl
cannam@124 826 ])# LT_LANG
cannam@124 827
cannam@124 828
cannam@124 829 # _LT_LANG(LANGNAME)
cannam@124 830 # ------------------
cannam@124 831 m4_defun([_LT_LANG],
cannam@124 832 [m4_ifdef([_LT_LANG_]$1[_enabled], [],
cannam@124 833 [LT_SUPPORTED_TAG([$1])dnl
cannam@124 834 m4_append([_LT_TAGS], [$1 ])dnl
cannam@124 835 m4_define([_LT_LANG_]$1[_enabled], [])dnl
cannam@124 836 _LT_LANG_$1_CONFIG($1)])dnl
cannam@124 837 ])# _LT_LANG
cannam@124 838
cannam@124 839
cannam@124 840 # _LT_LANG_DEFAULT_CONFIG
cannam@124 841 # -----------------------
cannam@124 842 m4_defun([_LT_LANG_DEFAULT_CONFIG],
cannam@124 843 [AC_PROVIDE_IFELSE([AC_PROG_CXX],
cannam@124 844 [LT_LANG(CXX)],
cannam@124 845 [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
cannam@124 846
cannam@124 847 AC_PROVIDE_IFELSE([AC_PROG_F77],
cannam@124 848 [LT_LANG(F77)],
cannam@124 849 [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
cannam@124 850
cannam@124 851 AC_PROVIDE_IFELSE([AC_PROG_FC],
cannam@124 852 [LT_LANG(FC)],
cannam@124 853 [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
cannam@124 854
cannam@124 855 dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
cannam@124 856 dnl pulling things in needlessly.
cannam@124 857 AC_PROVIDE_IFELSE([AC_PROG_GCJ],
cannam@124 858 [LT_LANG(GCJ)],
cannam@124 859 [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
cannam@124 860 [LT_LANG(GCJ)],
cannam@124 861 [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
cannam@124 862 [LT_LANG(GCJ)],
cannam@124 863 [m4_ifdef([AC_PROG_GCJ],
cannam@124 864 [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
cannam@124 865 m4_ifdef([A][M_PROG_GCJ],
cannam@124 866 [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
cannam@124 867 m4_ifdef([LT_PROG_GCJ],
cannam@124 868 [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
cannam@124 869
cannam@124 870 AC_PROVIDE_IFELSE([LT_PROG_RC],
cannam@124 871 [LT_LANG(RC)],
cannam@124 872 [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
cannam@124 873 ])# _LT_LANG_DEFAULT_CONFIG
cannam@124 874
cannam@124 875 # Obsolete macros:
cannam@124 876 AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
cannam@124 877 AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
cannam@124 878 AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
cannam@124 879 AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
cannam@124 880 AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
cannam@124 881 dnl aclocal-1.4 backwards compatibility:
cannam@124 882 dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
cannam@124 883 dnl AC_DEFUN([AC_LIBTOOL_F77], [])
cannam@124 884 dnl AC_DEFUN([AC_LIBTOOL_FC], [])
cannam@124 885 dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
cannam@124 886 dnl AC_DEFUN([AC_LIBTOOL_RC], [])
cannam@124 887
cannam@124 888
cannam@124 889 # _LT_TAG_COMPILER
cannam@124 890 # ----------------
cannam@124 891 m4_defun([_LT_TAG_COMPILER],
cannam@124 892 [AC_REQUIRE([AC_PROG_CC])dnl
cannam@124 893
cannam@124 894 _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
cannam@124 895 _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
cannam@124 896 _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
cannam@124 897 _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
cannam@124 898
cannam@124 899 # If no C compiler was specified, use CC.
cannam@124 900 LTCC=${LTCC-"$CC"}
cannam@124 901
cannam@124 902 # If no C compiler flags were specified, use CFLAGS.
cannam@124 903 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
cannam@124 904
cannam@124 905 # Allow CC to be a program name with arguments.
cannam@124 906 compiler=$CC
cannam@124 907 ])# _LT_TAG_COMPILER
cannam@124 908
cannam@124 909
cannam@124 910 # _LT_COMPILER_BOILERPLATE
cannam@124 911 # ------------------------
cannam@124 912 # Check for compiler boilerplate output or warnings with
cannam@124 913 # the simple compiler test code.
cannam@124 914 m4_defun([_LT_COMPILER_BOILERPLATE],
cannam@124 915 [m4_require([_LT_DECL_SED])dnl
cannam@124 916 ac_outfile=conftest.$ac_objext
cannam@124 917 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
cannam@124 918 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
cannam@124 919 _lt_compiler_boilerplate=`cat conftest.err`
cannam@124 920 $RM conftest*
cannam@124 921 ])# _LT_COMPILER_BOILERPLATE
cannam@124 922
cannam@124 923
cannam@124 924 # _LT_LINKER_BOILERPLATE
cannam@124 925 # ----------------------
cannam@124 926 # Check for linker boilerplate output or warnings with
cannam@124 927 # the simple link test code.
cannam@124 928 m4_defun([_LT_LINKER_BOILERPLATE],
cannam@124 929 [m4_require([_LT_DECL_SED])dnl
cannam@124 930 ac_outfile=conftest.$ac_objext
cannam@124 931 echo "$lt_simple_link_test_code" >conftest.$ac_ext
cannam@124 932 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
cannam@124 933 _lt_linker_boilerplate=`cat conftest.err`
cannam@124 934 $RM -r conftest*
cannam@124 935 ])# _LT_LINKER_BOILERPLATE
cannam@124 936
cannam@124 937 # _LT_REQUIRED_DARWIN_CHECKS
cannam@124 938 # -------------------------
cannam@124 939 m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
cannam@124 940 case $host_os in
cannam@124 941 rhapsody* | darwin*)
cannam@124 942 AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
cannam@124 943 AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
cannam@124 944 AC_CHECK_TOOL([LIPO], [lipo], [:])
cannam@124 945 AC_CHECK_TOOL([OTOOL], [otool], [:])
cannam@124 946 AC_CHECK_TOOL([OTOOL64], [otool64], [:])
cannam@124 947 _LT_DECL([], [DSYMUTIL], [1],
cannam@124 948 [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
cannam@124 949 _LT_DECL([], [NMEDIT], [1],
cannam@124 950 [Tool to change global to local symbols on Mac OS X])
cannam@124 951 _LT_DECL([], [LIPO], [1],
cannam@124 952 [Tool to manipulate fat objects and archives on Mac OS X])
cannam@124 953 _LT_DECL([], [OTOOL], [1],
cannam@124 954 [ldd/readelf like tool for Mach-O binaries on Mac OS X])
cannam@124 955 _LT_DECL([], [OTOOL64], [1],
cannam@124 956 [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
cannam@124 957
cannam@124 958 AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
cannam@124 959 [lt_cv_apple_cc_single_mod=no
cannam@124 960 if test -z "${LT_MULTI_MODULE}"; then
cannam@124 961 # By default we will add the -single_module flag. You can override
cannam@124 962 # by either setting the environment variable LT_MULTI_MODULE
cannam@124 963 # non-empty at configure time, or by adding -multi_module to the
cannam@124 964 # link flags.
cannam@124 965 rm -rf libconftest.dylib*
cannam@124 966 echo "int foo(void){return 1;}" > conftest.c
cannam@124 967 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
cannam@124 968 -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
cannam@124 969 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
cannam@124 970 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
cannam@124 971 _lt_result=$?
cannam@124 972 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
cannam@124 973 lt_cv_apple_cc_single_mod=yes
cannam@124 974 else
cannam@124 975 cat conftest.err >&AS_MESSAGE_LOG_FD
cannam@124 976 fi
cannam@124 977 rm -rf libconftest.dylib*
cannam@124 978 rm -f conftest.*
cannam@124 979 fi])
cannam@124 980 AC_CACHE_CHECK([for -exported_symbols_list linker flag],
cannam@124 981 [lt_cv_ld_exported_symbols_list],
cannam@124 982 [lt_cv_ld_exported_symbols_list=no
cannam@124 983 save_LDFLAGS=$LDFLAGS
cannam@124 984 echo "_main" > conftest.sym
cannam@124 985 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
cannam@124 986 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
cannam@124 987 [lt_cv_ld_exported_symbols_list=yes],
cannam@124 988 [lt_cv_ld_exported_symbols_list=no])
cannam@124 989 LDFLAGS="$save_LDFLAGS"
cannam@124 990 ])
cannam@124 991 AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
cannam@124 992 [lt_cv_ld_force_load=no
cannam@124 993 cat > conftest.c << _LT_EOF
cannam@124 994 int forced_loaded() { return 2;}
cannam@124 995 _LT_EOF
cannam@124 996 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
cannam@124 997 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
cannam@124 998 echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
cannam@124 999 $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
cannam@124 1000 echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
cannam@124 1001 $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
cannam@124 1002 cat > conftest.c << _LT_EOF
cannam@124 1003 int main() { return 0;}
cannam@124 1004 _LT_EOF
cannam@124 1005 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
cannam@124 1006 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
cannam@124 1007 _lt_result=$?
cannam@124 1008 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
cannam@124 1009 lt_cv_ld_force_load=yes
cannam@124 1010 else
cannam@124 1011 cat conftest.err >&AS_MESSAGE_LOG_FD
cannam@124 1012 fi
cannam@124 1013 rm -f conftest.err libconftest.a conftest conftest.c
cannam@124 1014 rm -rf conftest.dSYM
cannam@124 1015 ])
cannam@124 1016 case $host_os in
cannam@124 1017 rhapsody* | darwin1.[[012]])
cannam@124 1018 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
cannam@124 1019 darwin1.*)
cannam@124 1020 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
cannam@124 1021 darwin*) # darwin 5.x on
cannam@124 1022 # if running on 10.5 or later, the deployment target defaults
cannam@124 1023 # to the OS version, if on x86, and 10.4, the deployment
cannam@124 1024 # target defaults to 10.4. Don't you love it?
cannam@124 1025 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
cannam@124 1026 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
cannam@124 1027 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
cannam@124 1028 10.[[012]]*)
cannam@124 1029 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
cannam@124 1030 10.*)
cannam@124 1031 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
cannam@124 1032 esac
cannam@124 1033 ;;
cannam@124 1034 esac
cannam@124 1035 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
cannam@124 1036 _lt_dar_single_mod='$single_module'
cannam@124 1037 fi
cannam@124 1038 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
cannam@124 1039 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
cannam@124 1040 else
cannam@124 1041 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
cannam@124 1042 fi
cannam@124 1043 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
cannam@124 1044 _lt_dsymutil='~$DSYMUTIL $lib || :'
cannam@124 1045 else
cannam@124 1046 _lt_dsymutil=
cannam@124 1047 fi
cannam@124 1048 ;;
cannam@124 1049 esac
cannam@124 1050 ])
cannam@124 1051
cannam@124 1052
cannam@124 1053 # _LT_DARWIN_LINKER_FEATURES
cannam@124 1054 # --------------------------
cannam@124 1055 # Checks for linker and compiler features on darwin
cannam@124 1056 m4_defun([_LT_DARWIN_LINKER_FEATURES],
cannam@124 1057 [
cannam@124 1058 m4_require([_LT_REQUIRED_DARWIN_CHECKS])
cannam@124 1059 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
cannam@124 1060 _LT_TAGVAR(hardcode_direct, $1)=no
cannam@124 1061 _LT_TAGVAR(hardcode_automatic, $1)=yes
cannam@124 1062 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
cannam@124 1063 if test "$lt_cv_ld_force_load" = "yes"; then
cannam@124 1064 _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\"`'
cannam@124 1065 else
cannam@124 1066 _LT_TAGVAR(whole_archive_flag_spec, $1)=''
cannam@124 1067 fi
cannam@124 1068 _LT_TAGVAR(link_all_deplibs, $1)=yes
cannam@124 1069 _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
cannam@124 1070 case $cc_basename in
cannam@124 1071 ifort*) _lt_dar_can_shared=yes ;;
cannam@124 1072 *) _lt_dar_can_shared=$GCC ;;
cannam@124 1073 esac
cannam@124 1074 if test "$_lt_dar_can_shared" = "yes"; then
cannam@124 1075 output_verbose_link_cmd=func_echo_all
cannam@124 1076 _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}"
cannam@124 1077 _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
cannam@124 1078 _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}"
cannam@124 1079 _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}"
cannam@124 1080 m4_if([$1], [CXX],
cannam@124 1081 [ if test "$lt_cv_apple_cc_single_mod" != "yes"; then
cannam@124 1082 _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}"
cannam@124 1083 _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}"
cannam@124 1084 fi
cannam@124 1085 ],[])
cannam@124 1086 else
cannam@124 1087 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 1088 fi
cannam@124 1089 ])
cannam@124 1090
cannam@124 1091 # _LT_SYS_MODULE_PATH_AIX([TAGNAME])
cannam@124 1092 # ----------------------------------
cannam@124 1093 # Links a minimal program and checks the executable
cannam@124 1094 # for the system default hardcoded library path. In most cases,
cannam@124 1095 # this is /usr/lib:/lib, but when the MPI compilers are used
cannam@124 1096 # the location of the communication and MPI libs are included too.
cannam@124 1097 # If we don't find anything, use the default library path according
cannam@124 1098 # to the aix ld manual.
cannam@124 1099 # Store the results from the different compilers for each TAGNAME.
cannam@124 1100 # Allow to override them for all tags through lt_cv_aix_libpath.
cannam@124 1101 m4_defun([_LT_SYS_MODULE_PATH_AIX],
cannam@124 1102 [m4_require([_LT_DECL_SED])dnl
cannam@124 1103 if test "${lt_cv_aix_libpath+set}" = set; then
cannam@124 1104 aix_libpath=$lt_cv_aix_libpath
cannam@124 1105 else
cannam@124 1106 AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])],
cannam@124 1107 [AC_LINK_IFELSE([AC_LANG_PROGRAM],[
cannam@124 1108 lt_aix_libpath_sed='[
cannam@124 1109 /Import File Strings/,/^$/ {
cannam@124 1110 /^0/ {
cannam@124 1111 s/^0 *\([^ ]*\) *$/\1/
cannam@124 1112 p
cannam@124 1113 }
cannam@124 1114 }]'
cannam@124 1115 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
cannam@124 1116 # Check for a 64-bit object if we didn't find anything.
cannam@124 1117 if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
cannam@124 1118 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
cannam@124 1119 fi],[])
cannam@124 1120 if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
cannam@124 1121 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib"
cannam@124 1122 fi
cannam@124 1123 ])
cannam@124 1124 aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])
cannam@124 1125 fi
cannam@124 1126 ])# _LT_SYS_MODULE_PATH_AIX
cannam@124 1127
cannam@124 1128
cannam@124 1129 # _LT_SHELL_INIT(ARG)
cannam@124 1130 # -------------------
cannam@124 1131 m4_define([_LT_SHELL_INIT],
cannam@124 1132 [m4_divert_text([M4SH-INIT], [$1
cannam@124 1133 ])])# _LT_SHELL_INIT
cannam@124 1134
cannam@124 1135
cannam@124 1136
cannam@124 1137 # _LT_PROG_ECHO_BACKSLASH
cannam@124 1138 # -----------------------
cannam@124 1139 # Find how we can fake an echo command that does not interpret backslash.
cannam@124 1140 # In particular, with Autoconf 2.60 or later we add some code to the start
cannam@124 1141 # of the generated configure script which will find a shell with a builtin
cannam@124 1142 # printf (which we can use as an echo command).
cannam@124 1143 m4_defun([_LT_PROG_ECHO_BACKSLASH],
cannam@124 1144 [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
cannam@124 1145 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
cannam@124 1146 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
cannam@124 1147
cannam@124 1148 AC_MSG_CHECKING([how to print strings])
cannam@124 1149 # Test print first, because it will be a builtin if present.
cannam@124 1150 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
cannam@124 1151 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
cannam@124 1152 ECHO='print -r --'
cannam@124 1153 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
cannam@124 1154 ECHO='printf %s\n'
cannam@124 1155 else
cannam@124 1156 # Use this function as a fallback that always works.
cannam@124 1157 func_fallback_echo ()
cannam@124 1158 {
cannam@124 1159 eval 'cat <<_LTECHO_EOF
cannam@124 1160 $[]1
cannam@124 1161 _LTECHO_EOF'
cannam@124 1162 }
cannam@124 1163 ECHO='func_fallback_echo'
cannam@124 1164 fi
cannam@124 1165
cannam@124 1166 # func_echo_all arg...
cannam@124 1167 # Invoke $ECHO with all args, space-separated.
cannam@124 1168 func_echo_all ()
cannam@124 1169 {
cannam@124 1170 $ECHO "$*"
cannam@124 1171 }
cannam@124 1172
cannam@124 1173 case "$ECHO" in
cannam@124 1174 printf*) AC_MSG_RESULT([printf]) ;;
cannam@124 1175 print*) AC_MSG_RESULT([print -r]) ;;
cannam@124 1176 *) AC_MSG_RESULT([cat]) ;;
cannam@124 1177 esac
cannam@124 1178
cannam@124 1179 m4_ifdef([_AS_DETECT_SUGGESTED],
cannam@124 1180 [_AS_DETECT_SUGGESTED([
cannam@124 1181 test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || (
cannam@124 1182 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
cannam@124 1183 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
cannam@124 1184 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
cannam@124 1185 PATH=/empty FPATH=/empty; export PATH FPATH
cannam@124 1186 test "X`printf %s $ECHO`" = "X$ECHO" \
cannam@124 1187 || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
cannam@124 1188
cannam@124 1189 _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
cannam@124 1190 _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes])
cannam@124 1191 ])# _LT_PROG_ECHO_BACKSLASH
cannam@124 1192
cannam@124 1193
cannam@124 1194 # _LT_WITH_SYSROOT
cannam@124 1195 # ----------------
cannam@124 1196 AC_DEFUN([_LT_WITH_SYSROOT],
cannam@124 1197 [AC_MSG_CHECKING([for sysroot])
cannam@124 1198 AC_ARG_WITH([sysroot],
cannam@124 1199 [ --with-sysroot[=DIR] Search for dependent libraries within DIR
cannam@124 1200 (or the compiler's sysroot if not specified).],
cannam@124 1201 [], [with_sysroot=no])
cannam@124 1202
cannam@124 1203 dnl lt_sysroot will always be passed unquoted. We quote it here
cannam@124 1204 dnl in case the user passed a directory name.
cannam@124 1205 lt_sysroot=
cannam@124 1206 case ${with_sysroot} in #(
cannam@124 1207 yes)
cannam@124 1208 if test "$GCC" = yes; then
cannam@124 1209 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
cannam@124 1210 fi
cannam@124 1211 ;; #(
cannam@124 1212 /*)
cannam@124 1213 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
cannam@124 1214 ;; #(
cannam@124 1215 no|'')
cannam@124 1216 ;; #(
cannam@124 1217 *)
cannam@124 1218 AC_MSG_RESULT([${with_sysroot}])
cannam@124 1219 AC_MSG_ERROR([The sysroot must be an absolute path.])
cannam@124 1220 ;;
cannam@124 1221 esac
cannam@124 1222
cannam@124 1223 AC_MSG_RESULT([${lt_sysroot:-no}])
cannam@124 1224 _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
cannam@124 1225 [dependent libraries, and in which our libraries should be installed.])])
cannam@124 1226
cannam@124 1227 # _LT_ENABLE_LOCK
cannam@124 1228 # ---------------
cannam@124 1229 m4_defun([_LT_ENABLE_LOCK],
cannam@124 1230 [AC_ARG_ENABLE([libtool-lock],
cannam@124 1231 [AS_HELP_STRING([--disable-libtool-lock],
cannam@124 1232 [avoid locking (might break parallel builds)])])
cannam@124 1233 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
cannam@124 1234
cannam@124 1235 # Some flags need to be propagated to the compiler or linker for good
cannam@124 1236 # libtool support.
cannam@124 1237 case $host in
cannam@124 1238 ia64-*-hpux*)
cannam@124 1239 # Find out which ABI we are using.
cannam@124 1240 echo 'int i;' > conftest.$ac_ext
cannam@124 1241 if AC_TRY_EVAL(ac_compile); then
cannam@124 1242 case `/usr/bin/file conftest.$ac_objext` in
cannam@124 1243 *ELF-32*)
cannam@124 1244 HPUX_IA64_MODE="32"
cannam@124 1245 ;;
cannam@124 1246 *ELF-64*)
cannam@124 1247 HPUX_IA64_MODE="64"
cannam@124 1248 ;;
cannam@124 1249 esac
cannam@124 1250 fi
cannam@124 1251 rm -rf conftest*
cannam@124 1252 ;;
cannam@124 1253 *-*-irix6*)
cannam@124 1254 # Find out which ABI we are using.
cannam@124 1255 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
cannam@124 1256 if AC_TRY_EVAL(ac_compile); then
cannam@124 1257 if test "$lt_cv_prog_gnu_ld" = yes; then
cannam@124 1258 case `/usr/bin/file conftest.$ac_objext` in
cannam@124 1259 *32-bit*)
cannam@124 1260 LD="${LD-ld} -melf32bsmip"
cannam@124 1261 ;;
cannam@124 1262 *N32*)
cannam@124 1263 LD="${LD-ld} -melf32bmipn32"
cannam@124 1264 ;;
cannam@124 1265 *64-bit*)
cannam@124 1266 LD="${LD-ld} -melf64bmip"
cannam@124 1267 ;;
cannam@124 1268 esac
cannam@124 1269 else
cannam@124 1270 case `/usr/bin/file conftest.$ac_objext` in
cannam@124 1271 *32-bit*)
cannam@124 1272 LD="${LD-ld} -32"
cannam@124 1273 ;;
cannam@124 1274 *N32*)
cannam@124 1275 LD="${LD-ld} -n32"
cannam@124 1276 ;;
cannam@124 1277 *64-bit*)
cannam@124 1278 LD="${LD-ld} -64"
cannam@124 1279 ;;
cannam@124 1280 esac
cannam@124 1281 fi
cannam@124 1282 fi
cannam@124 1283 rm -rf conftest*
cannam@124 1284 ;;
cannam@124 1285
cannam@124 1286 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
cannam@124 1287 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
cannam@124 1288 # Find out which ABI we are using.
cannam@124 1289 echo 'int i;' > conftest.$ac_ext
cannam@124 1290 if AC_TRY_EVAL(ac_compile); then
cannam@124 1291 case `/usr/bin/file conftest.o` in
cannam@124 1292 *32-bit*)
cannam@124 1293 case $host in
cannam@124 1294 x86_64-*kfreebsd*-gnu)
cannam@124 1295 LD="${LD-ld} -m elf_i386_fbsd"
cannam@124 1296 ;;
cannam@124 1297 x86_64-*linux*)
cannam@124 1298 LD="${LD-ld} -m elf_i386"
cannam@124 1299 ;;
cannam@124 1300 ppc64-*linux*|powerpc64-*linux*)
cannam@124 1301 LD="${LD-ld} -m elf32ppclinux"
cannam@124 1302 ;;
cannam@124 1303 s390x-*linux*)
cannam@124 1304 LD="${LD-ld} -m elf_s390"
cannam@124 1305 ;;
cannam@124 1306 sparc64-*linux*)
cannam@124 1307 LD="${LD-ld} -m elf32_sparc"
cannam@124 1308 ;;
cannam@124 1309 esac
cannam@124 1310 ;;
cannam@124 1311 *64-bit*)
cannam@124 1312 case $host in
cannam@124 1313 x86_64-*kfreebsd*-gnu)
cannam@124 1314 LD="${LD-ld} -m elf_x86_64_fbsd"
cannam@124 1315 ;;
cannam@124 1316 x86_64-*linux*)
cannam@124 1317 LD="${LD-ld} -m elf_x86_64"
cannam@124 1318 ;;
cannam@124 1319 ppc*-*linux*|powerpc*-*linux*)
cannam@124 1320 LD="${LD-ld} -m elf64ppc"
cannam@124 1321 ;;
cannam@124 1322 s390*-*linux*|s390*-*tpf*)
cannam@124 1323 LD="${LD-ld} -m elf64_s390"
cannam@124 1324 ;;
cannam@124 1325 sparc*-*linux*)
cannam@124 1326 LD="${LD-ld} -m elf64_sparc"
cannam@124 1327 ;;
cannam@124 1328 esac
cannam@124 1329 ;;
cannam@124 1330 esac
cannam@124 1331 fi
cannam@124 1332 rm -rf conftest*
cannam@124 1333 ;;
cannam@124 1334
cannam@124 1335 *-*-sco3.2v5*)
cannam@124 1336 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
cannam@124 1337 SAVE_CFLAGS="$CFLAGS"
cannam@124 1338 CFLAGS="$CFLAGS -belf"
cannam@124 1339 AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
cannam@124 1340 [AC_LANG_PUSH(C)
cannam@124 1341 AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
cannam@124 1342 AC_LANG_POP])
cannam@124 1343 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
cannam@124 1344 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
cannam@124 1345 CFLAGS="$SAVE_CFLAGS"
cannam@124 1346 fi
cannam@124 1347 ;;
cannam@124 1348 sparc*-*solaris*)
cannam@124 1349 # Find out which ABI we are using.
cannam@124 1350 echo 'int i;' > conftest.$ac_ext
cannam@124 1351 if AC_TRY_EVAL(ac_compile); then
cannam@124 1352 case `/usr/bin/file conftest.o` in
cannam@124 1353 *64-bit*)
cannam@124 1354 case $lt_cv_prog_gnu_ld in
cannam@124 1355 yes*) LD="${LD-ld} -m elf64_sparc" ;;
cannam@124 1356 *)
cannam@124 1357 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
cannam@124 1358 LD="${LD-ld} -64"
cannam@124 1359 fi
cannam@124 1360 ;;
cannam@124 1361 esac
cannam@124 1362 ;;
cannam@124 1363 esac
cannam@124 1364 fi
cannam@124 1365 rm -rf conftest*
cannam@124 1366 ;;
cannam@124 1367 esac
cannam@124 1368
cannam@124 1369 need_locks="$enable_libtool_lock"
cannam@124 1370 ])# _LT_ENABLE_LOCK
cannam@124 1371
cannam@124 1372
cannam@124 1373 # _LT_PROG_AR
cannam@124 1374 # -----------
cannam@124 1375 m4_defun([_LT_PROG_AR],
cannam@124 1376 [AC_CHECK_TOOLS(AR, [ar], false)
cannam@124 1377 : ${AR=ar}
cannam@124 1378 : ${AR_FLAGS=cru}
cannam@124 1379 _LT_DECL([], [AR], [1], [The archiver])
cannam@124 1380 _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
cannam@124 1381
cannam@124 1382 AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
cannam@124 1383 [lt_cv_ar_at_file=no
cannam@124 1384 AC_COMPILE_IFELSE([AC_LANG_PROGRAM],
cannam@124 1385 [echo conftest.$ac_objext > conftest.lst
cannam@124 1386 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD'
cannam@124 1387 AC_TRY_EVAL([lt_ar_try])
cannam@124 1388 if test "$ac_status" -eq 0; then
cannam@124 1389 # Ensure the archiver fails upon bogus file names.
cannam@124 1390 rm -f conftest.$ac_objext libconftest.a
cannam@124 1391 AC_TRY_EVAL([lt_ar_try])
cannam@124 1392 if test "$ac_status" -ne 0; then
cannam@124 1393 lt_cv_ar_at_file=@
cannam@124 1394 fi
cannam@124 1395 fi
cannam@124 1396 rm -f conftest.* libconftest.a
cannam@124 1397 ])
cannam@124 1398 ])
cannam@124 1399
cannam@124 1400 if test "x$lt_cv_ar_at_file" = xno; then
cannam@124 1401 archiver_list_spec=
cannam@124 1402 else
cannam@124 1403 archiver_list_spec=$lt_cv_ar_at_file
cannam@124 1404 fi
cannam@124 1405 _LT_DECL([], [archiver_list_spec], [1],
cannam@124 1406 [How to feed a file listing to the archiver])
cannam@124 1407 ])# _LT_PROG_AR
cannam@124 1408
cannam@124 1409
cannam@124 1410 # _LT_CMD_OLD_ARCHIVE
cannam@124 1411 # -------------------
cannam@124 1412 m4_defun([_LT_CMD_OLD_ARCHIVE],
cannam@124 1413 [_LT_PROG_AR
cannam@124 1414
cannam@124 1415 AC_CHECK_TOOL(STRIP, strip, :)
cannam@124 1416 test -z "$STRIP" && STRIP=:
cannam@124 1417 _LT_DECL([], [STRIP], [1], [A symbol stripping program])
cannam@124 1418
cannam@124 1419 AC_CHECK_TOOL(RANLIB, ranlib, :)
cannam@124 1420 test -z "$RANLIB" && RANLIB=:
cannam@124 1421 _LT_DECL([], [RANLIB], [1],
cannam@124 1422 [Commands used to install an old-style archive])
cannam@124 1423
cannam@124 1424 # Determine commands to create old-style static archives.
cannam@124 1425 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
cannam@124 1426 old_postinstall_cmds='chmod 644 $oldlib'
cannam@124 1427 old_postuninstall_cmds=
cannam@124 1428
cannam@124 1429 if test -n "$RANLIB"; then
cannam@124 1430 case $host_os in
cannam@124 1431 openbsd*)
cannam@124 1432 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
cannam@124 1433 ;;
cannam@124 1434 *)
cannam@124 1435 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
cannam@124 1436 ;;
cannam@124 1437 esac
cannam@124 1438 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
cannam@124 1439 fi
cannam@124 1440
cannam@124 1441 case $host_os in
cannam@124 1442 darwin*)
cannam@124 1443 lock_old_archive_extraction=yes ;;
cannam@124 1444 *)
cannam@124 1445 lock_old_archive_extraction=no ;;
cannam@124 1446 esac
cannam@124 1447 _LT_DECL([], [old_postinstall_cmds], [2])
cannam@124 1448 _LT_DECL([], [old_postuninstall_cmds], [2])
cannam@124 1449 _LT_TAGDECL([], [old_archive_cmds], [2],
cannam@124 1450 [Commands used to build an old-style archive])
cannam@124 1451 _LT_DECL([], [lock_old_archive_extraction], [0],
cannam@124 1452 [Whether to use a lock for old archive extraction])
cannam@124 1453 ])# _LT_CMD_OLD_ARCHIVE
cannam@124 1454
cannam@124 1455
cannam@124 1456 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
cannam@124 1457 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
cannam@124 1458 # ----------------------------------------------------------------
cannam@124 1459 # Check whether the given compiler option works
cannam@124 1460 AC_DEFUN([_LT_COMPILER_OPTION],
cannam@124 1461 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
cannam@124 1462 m4_require([_LT_DECL_SED])dnl
cannam@124 1463 AC_CACHE_CHECK([$1], [$2],
cannam@124 1464 [$2=no
cannam@124 1465 m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
cannam@124 1466 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
cannam@124 1467 lt_compiler_flag="$3"
cannam@124 1468 # Insert the option either (1) after the last *FLAGS variable, or
cannam@124 1469 # (2) before a word containing "conftest.", or (3) at the end.
cannam@124 1470 # Note that $ac_compile itself does not contain backslashes and begins
cannam@124 1471 # with a dollar sign (not a hyphen), so the echo should work correctly.
cannam@124 1472 # The option is referenced via a variable to avoid confusing sed.
cannam@124 1473 lt_compile=`echo "$ac_compile" | $SED \
cannam@124 1474 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
cannam@124 1475 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
cannam@124 1476 -e 's:$: $lt_compiler_flag:'`
cannam@124 1477 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
cannam@124 1478 (eval "$lt_compile" 2>conftest.err)
cannam@124 1479 ac_status=$?
cannam@124 1480 cat conftest.err >&AS_MESSAGE_LOG_FD
cannam@124 1481 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
cannam@124 1482 if (exit $ac_status) && test -s "$ac_outfile"; then
cannam@124 1483 # The compiler can only warn and ignore the option if not recognized
cannam@124 1484 # So say no if there are warnings other than the usual output.
cannam@124 1485 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
cannam@124 1486 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
cannam@124 1487 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
cannam@124 1488 $2=yes
cannam@124 1489 fi
cannam@124 1490 fi
cannam@124 1491 $RM conftest*
cannam@124 1492 ])
cannam@124 1493
cannam@124 1494 if test x"[$]$2" = xyes; then
cannam@124 1495 m4_if([$5], , :, [$5])
cannam@124 1496 else
cannam@124 1497 m4_if([$6], , :, [$6])
cannam@124 1498 fi
cannam@124 1499 ])# _LT_COMPILER_OPTION
cannam@124 1500
cannam@124 1501 # Old name:
cannam@124 1502 AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
cannam@124 1503 dnl aclocal-1.4 backwards compatibility:
cannam@124 1504 dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
cannam@124 1505
cannam@124 1506
cannam@124 1507 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
cannam@124 1508 # [ACTION-SUCCESS], [ACTION-FAILURE])
cannam@124 1509 # ----------------------------------------------------
cannam@124 1510 # Check whether the given linker option works
cannam@124 1511 AC_DEFUN([_LT_LINKER_OPTION],
cannam@124 1512 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
cannam@124 1513 m4_require([_LT_DECL_SED])dnl
cannam@124 1514 AC_CACHE_CHECK([$1], [$2],
cannam@124 1515 [$2=no
cannam@124 1516 save_LDFLAGS="$LDFLAGS"
cannam@124 1517 LDFLAGS="$LDFLAGS $3"
cannam@124 1518 echo "$lt_simple_link_test_code" > conftest.$ac_ext
cannam@124 1519 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
cannam@124 1520 # The linker can only warn and ignore the option if not recognized
cannam@124 1521 # So say no if there are warnings
cannam@124 1522 if test -s conftest.err; then
cannam@124 1523 # Append any errors to the config.log.
cannam@124 1524 cat conftest.err 1>&AS_MESSAGE_LOG_FD
cannam@124 1525 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
cannam@124 1526 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
cannam@124 1527 if diff conftest.exp conftest.er2 >/dev/null; then
cannam@124 1528 $2=yes
cannam@124 1529 fi
cannam@124 1530 else
cannam@124 1531 $2=yes
cannam@124 1532 fi
cannam@124 1533 fi
cannam@124 1534 $RM -r conftest*
cannam@124 1535 LDFLAGS="$save_LDFLAGS"
cannam@124 1536 ])
cannam@124 1537
cannam@124 1538 if test x"[$]$2" = xyes; then
cannam@124 1539 m4_if([$4], , :, [$4])
cannam@124 1540 else
cannam@124 1541 m4_if([$5], , :, [$5])
cannam@124 1542 fi
cannam@124 1543 ])# _LT_LINKER_OPTION
cannam@124 1544
cannam@124 1545 # Old name:
cannam@124 1546 AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
cannam@124 1547 dnl aclocal-1.4 backwards compatibility:
cannam@124 1548 dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
cannam@124 1549
cannam@124 1550
cannam@124 1551 # LT_CMD_MAX_LEN
cannam@124 1552 #---------------
cannam@124 1553 AC_DEFUN([LT_CMD_MAX_LEN],
cannam@124 1554 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
cannam@124 1555 # find the maximum length of command line arguments
cannam@124 1556 AC_MSG_CHECKING([the maximum length of command line arguments])
cannam@124 1557 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
cannam@124 1558 i=0
cannam@124 1559 teststring="ABCD"
cannam@124 1560
cannam@124 1561 case $build_os in
cannam@124 1562 msdosdjgpp*)
cannam@124 1563 # On DJGPP, this test can blow up pretty badly due to problems in libc
cannam@124 1564 # (any single argument exceeding 2000 bytes causes a buffer overrun
cannam@124 1565 # during glob expansion). Even if it were fixed, the result of this
cannam@124 1566 # check would be larger than it should be.
cannam@124 1567 lt_cv_sys_max_cmd_len=12288; # 12K is about right
cannam@124 1568 ;;
cannam@124 1569
cannam@124 1570 gnu*)
cannam@124 1571 # Under GNU Hurd, this test is not required because there is
cannam@124 1572 # no limit to the length of command line arguments.
cannam@124 1573 # Libtool will interpret -1 as no limit whatsoever
cannam@124 1574 lt_cv_sys_max_cmd_len=-1;
cannam@124 1575 ;;
cannam@124 1576
cannam@124 1577 cygwin* | mingw* | cegcc*)
cannam@124 1578 # On Win9x/ME, this test blows up -- it succeeds, but takes
cannam@124 1579 # about 5 minutes as the teststring grows exponentially.
cannam@124 1580 # Worse, since 9x/ME are not pre-emptively multitasking,
cannam@124 1581 # you end up with a "frozen" computer, even though with patience
cannam@124 1582 # the test eventually succeeds (with a max line length of 256k).
cannam@124 1583 # Instead, let's just punt: use the minimum linelength reported by
cannam@124 1584 # all of the supported platforms: 8192 (on NT/2K/XP).
cannam@124 1585 lt_cv_sys_max_cmd_len=8192;
cannam@124 1586 ;;
cannam@124 1587
cannam@124 1588 mint*)
cannam@124 1589 # On MiNT this can take a long time and run out of memory.
cannam@124 1590 lt_cv_sys_max_cmd_len=8192;
cannam@124 1591 ;;
cannam@124 1592
cannam@124 1593 amigaos*)
cannam@124 1594 # On AmigaOS with pdksh, this test takes hours, literally.
cannam@124 1595 # So we just punt and use a minimum line length of 8192.
cannam@124 1596 lt_cv_sys_max_cmd_len=8192;
cannam@124 1597 ;;
cannam@124 1598
cannam@124 1599 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
cannam@124 1600 # This has been around since 386BSD, at least. Likely further.
cannam@124 1601 if test -x /sbin/sysctl; then
cannam@124 1602 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
cannam@124 1603 elif test -x /usr/sbin/sysctl; then
cannam@124 1604 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
cannam@124 1605 else
cannam@124 1606 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
cannam@124 1607 fi
cannam@124 1608 # And add a safety zone
cannam@124 1609 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
cannam@124 1610 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
cannam@124 1611 ;;
cannam@124 1612
cannam@124 1613 interix*)
cannam@124 1614 # We know the value 262144 and hardcode it with a safety zone (like BSD)
cannam@124 1615 lt_cv_sys_max_cmd_len=196608
cannam@124 1616 ;;
cannam@124 1617
cannam@124 1618 osf*)
cannam@124 1619 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
cannam@124 1620 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
cannam@124 1621 # nice to cause kernel panics so lets avoid the loop below.
cannam@124 1622 # First set a reasonable default.
cannam@124 1623 lt_cv_sys_max_cmd_len=16384
cannam@124 1624 #
cannam@124 1625 if test -x /sbin/sysconfig; then
cannam@124 1626 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
cannam@124 1627 *1*) lt_cv_sys_max_cmd_len=-1 ;;
cannam@124 1628 esac
cannam@124 1629 fi
cannam@124 1630 ;;
cannam@124 1631 sco3.2v5*)
cannam@124 1632 lt_cv_sys_max_cmd_len=102400
cannam@124 1633 ;;
cannam@124 1634 sysv5* | sco5v6* | sysv4.2uw2*)
cannam@124 1635 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
cannam@124 1636 if test -n "$kargmax"; then
cannam@124 1637 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
cannam@124 1638 else
cannam@124 1639 lt_cv_sys_max_cmd_len=32768
cannam@124 1640 fi
cannam@124 1641 ;;
cannam@124 1642 *)
cannam@124 1643 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
cannam@124 1644 if test -n "$lt_cv_sys_max_cmd_len"; then
cannam@124 1645 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
cannam@124 1646 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
cannam@124 1647 else
cannam@124 1648 # Make teststring a little bigger before we do anything with it.
cannam@124 1649 # a 1K string should be a reasonable start.
cannam@124 1650 for i in 1 2 3 4 5 6 7 8 ; do
cannam@124 1651 teststring=$teststring$teststring
cannam@124 1652 done
cannam@124 1653 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
cannam@124 1654 # If test is not a shell built-in, we'll probably end up computing a
cannam@124 1655 # maximum length that is only half of the actual maximum length, but
cannam@124 1656 # we can't tell.
cannam@124 1657 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
cannam@124 1658 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
cannam@124 1659 test $i != 17 # 1/2 MB should be enough
cannam@124 1660 do
cannam@124 1661 i=`expr $i + 1`
cannam@124 1662 teststring=$teststring$teststring
cannam@124 1663 done
cannam@124 1664 # Only check the string length outside the loop.
cannam@124 1665 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
cannam@124 1666 teststring=
cannam@124 1667 # Add a significant safety factor because C++ compilers can tack on
cannam@124 1668 # massive amounts of additional arguments before passing them to the
cannam@124 1669 # linker. It appears as though 1/2 is a usable value.
cannam@124 1670 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
cannam@124 1671 fi
cannam@124 1672 ;;
cannam@124 1673 esac
cannam@124 1674 ])
cannam@124 1675 if test -n $lt_cv_sys_max_cmd_len ; then
cannam@124 1676 AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
cannam@124 1677 else
cannam@124 1678 AC_MSG_RESULT(none)
cannam@124 1679 fi
cannam@124 1680 max_cmd_len=$lt_cv_sys_max_cmd_len
cannam@124 1681 _LT_DECL([], [max_cmd_len], [0],
cannam@124 1682 [What is the maximum length of a command?])
cannam@124 1683 ])# LT_CMD_MAX_LEN
cannam@124 1684
cannam@124 1685 # Old name:
cannam@124 1686 AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
cannam@124 1687 dnl aclocal-1.4 backwards compatibility:
cannam@124 1688 dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
cannam@124 1689
cannam@124 1690
cannam@124 1691 # _LT_HEADER_DLFCN
cannam@124 1692 # ----------------
cannam@124 1693 m4_defun([_LT_HEADER_DLFCN],
cannam@124 1694 [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
cannam@124 1695 ])# _LT_HEADER_DLFCN
cannam@124 1696
cannam@124 1697
cannam@124 1698 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
cannam@124 1699 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
cannam@124 1700 # ----------------------------------------------------------------
cannam@124 1701 m4_defun([_LT_TRY_DLOPEN_SELF],
cannam@124 1702 [m4_require([_LT_HEADER_DLFCN])dnl
cannam@124 1703 if test "$cross_compiling" = yes; then :
cannam@124 1704 [$4]
cannam@124 1705 else
cannam@124 1706 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
cannam@124 1707 lt_status=$lt_dlunknown
cannam@124 1708 cat > conftest.$ac_ext <<_LT_EOF
cannam@124 1709 [#line $LINENO "configure"
cannam@124 1710 #include "confdefs.h"
cannam@124 1711
cannam@124 1712 #if HAVE_DLFCN_H
cannam@124 1713 #include <dlfcn.h>
cannam@124 1714 #endif
cannam@124 1715
cannam@124 1716 #include <stdio.h>
cannam@124 1717
cannam@124 1718 #ifdef RTLD_GLOBAL
cannam@124 1719 # define LT_DLGLOBAL RTLD_GLOBAL
cannam@124 1720 #else
cannam@124 1721 # ifdef DL_GLOBAL
cannam@124 1722 # define LT_DLGLOBAL DL_GLOBAL
cannam@124 1723 # else
cannam@124 1724 # define LT_DLGLOBAL 0
cannam@124 1725 # endif
cannam@124 1726 #endif
cannam@124 1727
cannam@124 1728 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
cannam@124 1729 find out it does not work in some platform. */
cannam@124 1730 #ifndef LT_DLLAZY_OR_NOW
cannam@124 1731 # ifdef RTLD_LAZY
cannam@124 1732 # define LT_DLLAZY_OR_NOW RTLD_LAZY
cannam@124 1733 # else
cannam@124 1734 # ifdef DL_LAZY
cannam@124 1735 # define LT_DLLAZY_OR_NOW DL_LAZY
cannam@124 1736 # else
cannam@124 1737 # ifdef RTLD_NOW
cannam@124 1738 # define LT_DLLAZY_OR_NOW RTLD_NOW
cannam@124 1739 # else
cannam@124 1740 # ifdef DL_NOW
cannam@124 1741 # define LT_DLLAZY_OR_NOW DL_NOW
cannam@124 1742 # else
cannam@124 1743 # define LT_DLLAZY_OR_NOW 0
cannam@124 1744 # endif
cannam@124 1745 # endif
cannam@124 1746 # endif
cannam@124 1747 # endif
cannam@124 1748 #endif
cannam@124 1749
cannam@124 1750 /* When -fvisbility=hidden is used, assume the code has been annotated
cannam@124 1751 correspondingly for the symbols needed. */
cannam@124 1752 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
cannam@124 1753 int fnord () __attribute__((visibility("default")));
cannam@124 1754 #endif
cannam@124 1755
cannam@124 1756 int fnord () { return 42; }
cannam@124 1757 int main ()
cannam@124 1758 {
cannam@124 1759 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
cannam@124 1760 int status = $lt_dlunknown;
cannam@124 1761
cannam@124 1762 if (self)
cannam@124 1763 {
cannam@124 1764 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
cannam@124 1765 else
cannam@124 1766 {
cannam@124 1767 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
cannam@124 1768 else puts (dlerror ());
cannam@124 1769 }
cannam@124 1770 /* dlclose (self); */
cannam@124 1771 }
cannam@124 1772 else
cannam@124 1773 puts (dlerror ());
cannam@124 1774
cannam@124 1775 return status;
cannam@124 1776 }]
cannam@124 1777 _LT_EOF
cannam@124 1778 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
cannam@124 1779 (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
cannam@124 1780 lt_status=$?
cannam@124 1781 case x$lt_status in
cannam@124 1782 x$lt_dlno_uscore) $1 ;;
cannam@124 1783 x$lt_dlneed_uscore) $2 ;;
cannam@124 1784 x$lt_dlunknown|x*) $3 ;;
cannam@124 1785 esac
cannam@124 1786 else :
cannam@124 1787 # compilation failed
cannam@124 1788 $3
cannam@124 1789 fi
cannam@124 1790 fi
cannam@124 1791 rm -fr conftest*
cannam@124 1792 ])# _LT_TRY_DLOPEN_SELF
cannam@124 1793
cannam@124 1794
cannam@124 1795 # LT_SYS_DLOPEN_SELF
cannam@124 1796 # ------------------
cannam@124 1797 AC_DEFUN([LT_SYS_DLOPEN_SELF],
cannam@124 1798 [m4_require([_LT_HEADER_DLFCN])dnl
cannam@124 1799 if test "x$enable_dlopen" != xyes; then
cannam@124 1800 enable_dlopen=unknown
cannam@124 1801 enable_dlopen_self=unknown
cannam@124 1802 enable_dlopen_self_static=unknown
cannam@124 1803 else
cannam@124 1804 lt_cv_dlopen=no
cannam@124 1805 lt_cv_dlopen_libs=
cannam@124 1806
cannam@124 1807 case $host_os in
cannam@124 1808 beos*)
cannam@124 1809 lt_cv_dlopen="load_add_on"
cannam@124 1810 lt_cv_dlopen_libs=
cannam@124 1811 lt_cv_dlopen_self=yes
cannam@124 1812 ;;
cannam@124 1813
cannam@124 1814 mingw* | pw32* | cegcc*)
cannam@124 1815 lt_cv_dlopen="LoadLibrary"
cannam@124 1816 lt_cv_dlopen_libs=
cannam@124 1817 ;;
cannam@124 1818
cannam@124 1819 cygwin*)
cannam@124 1820 lt_cv_dlopen="dlopen"
cannam@124 1821 lt_cv_dlopen_libs=
cannam@124 1822 ;;
cannam@124 1823
cannam@124 1824 darwin*)
cannam@124 1825 # if libdl is installed we need to link against it
cannam@124 1826 AC_CHECK_LIB([dl], [dlopen],
cannam@124 1827 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
cannam@124 1828 lt_cv_dlopen="dyld"
cannam@124 1829 lt_cv_dlopen_libs=
cannam@124 1830 lt_cv_dlopen_self=yes
cannam@124 1831 ])
cannam@124 1832 ;;
cannam@124 1833
cannam@124 1834 *)
cannam@124 1835 AC_CHECK_FUNC([shl_load],
cannam@124 1836 [lt_cv_dlopen="shl_load"],
cannam@124 1837 [AC_CHECK_LIB([dld], [shl_load],
cannam@124 1838 [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
cannam@124 1839 [AC_CHECK_FUNC([dlopen],
cannam@124 1840 [lt_cv_dlopen="dlopen"],
cannam@124 1841 [AC_CHECK_LIB([dl], [dlopen],
cannam@124 1842 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
cannam@124 1843 [AC_CHECK_LIB([svld], [dlopen],
cannam@124 1844 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
cannam@124 1845 [AC_CHECK_LIB([dld], [dld_link],
cannam@124 1846 [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
cannam@124 1847 ])
cannam@124 1848 ])
cannam@124 1849 ])
cannam@124 1850 ])
cannam@124 1851 ])
cannam@124 1852 ;;
cannam@124 1853 esac
cannam@124 1854
cannam@124 1855 if test "x$lt_cv_dlopen" != xno; then
cannam@124 1856 enable_dlopen=yes
cannam@124 1857 else
cannam@124 1858 enable_dlopen=no
cannam@124 1859 fi
cannam@124 1860
cannam@124 1861 case $lt_cv_dlopen in
cannam@124 1862 dlopen)
cannam@124 1863 save_CPPFLAGS="$CPPFLAGS"
cannam@124 1864 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
cannam@124 1865
cannam@124 1866 save_LDFLAGS="$LDFLAGS"
cannam@124 1867 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
cannam@124 1868
cannam@124 1869 save_LIBS="$LIBS"
cannam@124 1870 LIBS="$lt_cv_dlopen_libs $LIBS"
cannam@124 1871
cannam@124 1872 AC_CACHE_CHECK([whether a program can dlopen itself],
cannam@124 1873 lt_cv_dlopen_self, [dnl
cannam@124 1874 _LT_TRY_DLOPEN_SELF(
cannam@124 1875 lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
cannam@124 1876 lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
cannam@124 1877 ])
cannam@124 1878
cannam@124 1879 if test "x$lt_cv_dlopen_self" = xyes; then
cannam@124 1880 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
cannam@124 1881 AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
cannam@124 1882 lt_cv_dlopen_self_static, [dnl
cannam@124 1883 _LT_TRY_DLOPEN_SELF(
cannam@124 1884 lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
cannam@124 1885 lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
cannam@124 1886 ])
cannam@124 1887 fi
cannam@124 1888
cannam@124 1889 CPPFLAGS="$save_CPPFLAGS"
cannam@124 1890 LDFLAGS="$save_LDFLAGS"
cannam@124 1891 LIBS="$save_LIBS"
cannam@124 1892 ;;
cannam@124 1893 esac
cannam@124 1894
cannam@124 1895 case $lt_cv_dlopen_self in
cannam@124 1896 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
cannam@124 1897 *) enable_dlopen_self=unknown ;;
cannam@124 1898 esac
cannam@124 1899
cannam@124 1900 case $lt_cv_dlopen_self_static in
cannam@124 1901 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
cannam@124 1902 *) enable_dlopen_self_static=unknown ;;
cannam@124 1903 esac
cannam@124 1904 fi
cannam@124 1905 _LT_DECL([dlopen_support], [enable_dlopen], [0],
cannam@124 1906 [Whether dlopen is supported])
cannam@124 1907 _LT_DECL([dlopen_self], [enable_dlopen_self], [0],
cannam@124 1908 [Whether dlopen of programs is supported])
cannam@124 1909 _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
cannam@124 1910 [Whether dlopen of statically linked programs is supported])
cannam@124 1911 ])# LT_SYS_DLOPEN_SELF
cannam@124 1912
cannam@124 1913 # Old name:
cannam@124 1914 AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
cannam@124 1915 dnl aclocal-1.4 backwards compatibility:
cannam@124 1916 dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
cannam@124 1917
cannam@124 1918
cannam@124 1919 # _LT_COMPILER_C_O([TAGNAME])
cannam@124 1920 # ---------------------------
cannam@124 1921 # Check to see if options -c and -o are simultaneously supported by compiler.
cannam@124 1922 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
cannam@124 1923 m4_defun([_LT_COMPILER_C_O],
cannam@124 1924 [m4_require([_LT_DECL_SED])dnl
cannam@124 1925 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
cannam@124 1926 m4_require([_LT_TAG_COMPILER])dnl
cannam@124 1927 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
cannam@124 1928 [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
cannam@124 1929 [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
cannam@124 1930 $RM -r conftest 2>/dev/null
cannam@124 1931 mkdir conftest
cannam@124 1932 cd conftest
cannam@124 1933 mkdir out
cannam@124 1934 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
cannam@124 1935
cannam@124 1936 lt_compiler_flag="-o out/conftest2.$ac_objext"
cannam@124 1937 # Insert the option either (1) after the last *FLAGS variable, or
cannam@124 1938 # (2) before a word containing "conftest.", or (3) at the end.
cannam@124 1939 # Note that $ac_compile itself does not contain backslashes and begins
cannam@124 1940 # with a dollar sign (not a hyphen), so the echo should work correctly.
cannam@124 1941 lt_compile=`echo "$ac_compile" | $SED \
cannam@124 1942 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
cannam@124 1943 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
cannam@124 1944 -e 's:$: $lt_compiler_flag:'`
cannam@124 1945 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
cannam@124 1946 (eval "$lt_compile" 2>out/conftest.err)
cannam@124 1947 ac_status=$?
cannam@124 1948 cat out/conftest.err >&AS_MESSAGE_LOG_FD
cannam@124 1949 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
cannam@124 1950 if (exit $ac_status) && test -s out/conftest2.$ac_objext
cannam@124 1951 then
cannam@124 1952 # The compiler can only warn and ignore the option if not recognized
cannam@124 1953 # So say no if there are warnings
cannam@124 1954 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
cannam@124 1955 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
cannam@124 1956 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
cannam@124 1957 _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
cannam@124 1958 fi
cannam@124 1959 fi
cannam@124 1960 chmod u+w . 2>&AS_MESSAGE_LOG_FD
cannam@124 1961 $RM conftest*
cannam@124 1962 # SGI C++ compiler will create directory out/ii_files/ for
cannam@124 1963 # template instantiation
cannam@124 1964 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
cannam@124 1965 $RM out/* && rmdir out
cannam@124 1966 cd ..
cannam@124 1967 $RM -r conftest
cannam@124 1968 $RM conftest*
cannam@124 1969 ])
cannam@124 1970 _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
cannam@124 1971 [Does compiler simultaneously support -c and -o options?])
cannam@124 1972 ])# _LT_COMPILER_C_O
cannam@124 1973
cannam@124 1974
cannam@124 1975 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
cannam@124 1976 # ----------------------------------
cannam@124 1977 # Check to see if we can do hard links to lock some files if needed
cannam@124 1978 m4_defun([_LT_COMPILER_FILE_LOCKS],
cannam@124 1979 [m4_require([_LT_ENABLE_LOCK])dnl
cannam@124 1980 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
cannam@124 1981 _LT_COMPILER_C_O([$1])
cannam@124 1982
cannam@124 1983 hard_links="nottested"
cannam@124 1984 if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
cannam@124 1985 # do not overwrite the value of need_locks provided by the user
cannam@124 1986 AC_MSG_CHECKING([if we can lock with hard links])
cannam@124 1987 hard_links=yes
cannam@124 1988 $RM conftest*
cannam@124 1989 ln conftest.a conftest.b 2>/dev/null && hard_links=no
cannam@124 1990 touch conftest.a
cannam@124 1991 ln conftest.a conftest.b 2>&5 || hard_links=no
cannam@124 1992 ln conftest.a conftest.b 2>/dev/null && hard_links=no
cannam@124 1993 AC_MSG_RESULT([$hard_links])
cannam@124 1994 if test "$hard_links" = no; then
cannam@124 1995 AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
cannam@124 1996 need_locks=warn
cannam@124 1997 fi
cannam@124 1998 else
cannam@124 1999 need_locks=no
cannam@124 2000 fi
cannam@124 2001 _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
cannam@124 2002 ])# _LT_COMPILER_FILE_LOCKS
cannam@124 2003
cannam@124 2004
cannam@124 2005 # _LT_CHECK_OBJDIR
cannam@124 2006 # ----------------
cannam@124 2007 m4_defun([_LT_CHECK_OBJDIR],
cannam@124 2008 [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
cannam@124 2009 [rm -f .libs 2>/dev/null
cannam@124 2010 mkdir .libs 2>/dev/null
cannam@124 2011 if test -d .libs; then
cannam@124 2012 lt_cv_objdir=.libs
cannam@124 2013 else
cannam@124 2014 # MS-DOS does not allow filenames that begin with a dot.
cannam@124 2015 lt_cv_objdir=_libs
cannam@124 2016 fi
cannam@124 2017 rmdir .libs 2>/dev/null])
cannam@124 2018 objdir=$lt_cv_objdir
cannam@124 2019 _LT_DECL([], [objdir], [0],
cannam@124 2020 [The name of the directory that contains temporary libtool files])dnl
cannam@124 2021 m4_pattern_allow([LT_OBJDIR])dnl
cannam@124 2022 AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/",
cannam@124 2023 [Define to the sub-directory in which libtool stores uninstalled libraries.])
cannam@124 2024 ])# _LT_CHECK_OBJDIR
cannam@124 2025
cannam@124 2026
cannam@124 2027 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
cannam@124 2028 # --------------------------------------
cannam@124 2029 # Check hardcoding attributes.
cannam@124 2030 m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
cannam@124 2031 [AC_MSG_CHECKING([how to hardcode library paths into programs])
cannam@124 2032 _LT_TAGVAR(hardcode_action, $1)=
cannam@124 2033 if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
cannam@124 2034 test -n "$_LT_TAGVAR(runpath_var, $1)" ||
cannam@124 2035 test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
cannam@124 2036
cannam@124 2037 # We can hardcode non-existent directories.
cannam@124 2038 if test "$_LT_TAGVAR(hardcode_direct, $1)" != no &&
cannam@124 2039 # If the only mechanism to avoid hardcoding is shlibpath_var, we
cannam@124 2040 # have to relink, otherwise we might link with an installed library
cannam@124 2041 # when we should be linking with a yet-to-be-installed one
cannam@124 2042 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
cannam@124 2043 test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then
cannam@124 2044 # Linking always hardcodes the temporary library directory.
cannam@124 2045 _LT_TAGVAR(hardcode_action, $1)=relink
cannam@124 2046 else
cannam@124 2047 # We can link without hardcoding, and we can hardcode nonexisting dirs.
cannam@124 2048 _LT_TAGVAR(hardcode_action, $1)=immediate
cannam@124 2049 fi
cannam@124 2050 else
cannam@124 2051 # We cannot hardcode anything, or else we can only hardcode existing
cannam@124 2052 # directories.
cannam@124 2053 _LT_TAGVAR(hardcode_action, $1)=unsupported
cannam@124 2054 fi
cannam@124 2055 AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
cannam@124 2056
cannam@124 2057 if test "$_LT_TAGVAR(hardcode_action, $1)" = relink ||
cannam@124 2058 test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then
cannam@124 2059 # Fast installation is not supported
cannam@124 2060 enable_fast_install=no
cannam@124 2061 elif test "$shlibpath_overrides_runpath" = yes ||
cannam@124 2062 test "$enable_shared" = no; then
cannam@124 2063 # Fast installation is not necessary
cannam@124 2064 enable_fast_install=needless
cannam@124 2065 fi
cannam@124 2066 _LT_TAGDECL([], [hardcode_action], [0],
cannam@124 2067 [How to hardcode a shared library path into an executable])
cannam@124 2068 ])# _LT_LINKER_HARDCODE_LIBPATH
cannam@124 2069
cannam@124 2070
cannam@124 2071 # _LT_CMD_STRIPLIB
cannam@124 2072 # ----------------
cannam@124 2073 m4_defun([_LT_CMD_STRIPLIB],
cannam@124 2074 [m4_require([_LT_DECL_EGREP])
cannam@124 2075 striplib=
cannam@124 2076 old_striplib=
cannam@124 2077 AC_MSG_CHECKING([whether stripping libraries is possible])
cannam@124 2078 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
cannam@124 2079 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
cannam@124 2080 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
cannam@124 2081 AC_MSG_RESULT([yes])
cannam@124 2082 else
cannam@124 2083 # FIXME - insert some real tests, host_os isn't really good enough
cannam@124 2084 case $host_os in
cannam@124 2085 darwin*)
cannam@124 2086 if test -n "$STRIP" ; then
cannam@124 2087 striplib="$STRIP -x"
cannam@124 2088 old_striplib="$STRIP -S"
cannam@124 2089 AC_MSG_RESULT([yes])
cannam@124 2090 else
cannam@124 2091 AC_MSG_RESULT([no])
cannam@124 2092 fi
cannam@124 2093 ;;
cannam@124 2094 *)
cannam@124 2095 AC_MSG_RESULT([no])
cannam@124 2096 ;;
cannam@124 2097 esac
cannam@124 2098 fi
cannam@124 2099 _LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
cannam@124 2100 _LT_DECL([], [striplib], [1])
cannam@124 2101 ])# _LT_CMD_STRIPLIB
cannam@124 2102
cannam@124 2103
cannam@124 2104 # _LT_SYS_DYNAMIC_LINKER([TAG])
cannam@124 2105 # -----------------------------
cannam@124 2106 # PORTME Fill in your ld.so characteristics
cannam@124 2107 m4_defun([_LT_SYS_DYNAMIC_LINKER],
cannam@124 2108 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
cannam@124 2109 m4_require([_LT_DECL_EGREP])dnl
cannam@124 2110 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
cannam@124 2111 m4_require([_LT_DECL_OBJDUMP])dnl
cannam@124 2112 m4_require([_LT_DECL_SED])dnl
cannam@124 2113 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
cannam@124 2114 AC_MSG_CHECKING([dynamic linker characteristics])
cannam@124 2115 m4_if([$1],
cannam@124 2116 [], [
cannam@124 2117 if test "$GCC" = yes; then
cannam@124 2118 case $host_os in
cannam@124 2119 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
cannam@124 2120 *) lt_awk_arg="/^libraries:/" ;;
cannam@124 2121 esac
cannam@124 2122 case $host_os in
cannam@124 2123 mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;;
cannam@124 2124 *) lt_sed_strip_eq="s,=/,/,g" ;;
cannam@124 2125 esac
cannam@124 2126 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
cannam@124 2127 case $lt_search_path_spec in
cannam@124 2128 *\;*)
cannam@124 2129 # if the path contains ";" then we assume it to be the separator
cannam@124 2130 # otherwise default to the standard path separator (i.e. ":") - it is
cannam@124 2131 # assumed that no part of a normal pathname contains ";" but that should
cannam@124 2132 # okay in the real world where ";" in dirpaths is itself problematic.
cannam@124 2133 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
cannam@124 2134 ;;
cannam@124 2135 *)
cannam@124 2136 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
cannam@124 2137 ;;
cannam@124 2138 esac
cannam@124 2139 # Ok, now we have the path, separated by spaces, we can step through it
cannam@124 2140 # and add multilib dir if necessary.
cannam@124 2141 lt_tmp_lt_search_path_spec=
cannam@124 2142 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
cannam@124 2143 for lt_sys_path in $lt_search_path_spec; do
cannam@124 2144 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
cannam@124 2145 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
cannam@124 2146 else
cannam@124 2147 test -d "$lt_sys_path" && \
cannam@124 2148 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
cannam@124 2149 fi
cannam@124 2150 done
cannam@124 2151 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
cannam@124 2152 BEGIN {RS=" "; FS="/|\n";} {
cannam@124 2153 lt_foo="";
cannam@124 2154 lt_count=0;
cannam@124 2155 for (lt_i = NF; lt_i > 0; lt_i--) {
cannam@124 2156 if ($lt_i != "" && $lt_i != ".") {
cannam@124 2157 if ($lt_i == "..") {
cannam@124 2158 lt_count++;
cannam@124 2159 } else {
cannam@124 2160 if (lt_count == 0) {
cannam@124 2161 lt_foo="/" $lt_i lt_foo;
cannam@124 2162 } else {
cannam@124 2163 lt_count--;
cannam@124 2164 }
cannam@124 2165 }
cannam@124 2166 }
cannam@124 2167 }
cannam@124 2168 if (lt_foo != "") { lt_freq[[lt_foo]]++; }
cannam@124 2169 if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
cannam@124 2170 }'`
cannam@124 2171 # AWK program above erroneously prepends '/' to C:/dos/paths
cannam@124 2172 # for these hosts.
cannam@124 2173 case $host_os in
cannam@124 2174 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
cannam@124 2175 $SED 's,/\([[A-Za-z]]:\),\1,g'` ;;
cannam@124 2176 esac
cannam@124 2177 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
cannam@124 2178 else
cannam@124 2179 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
cannam@124 2180 fi])
cannam@124 2181 library_names_spec=
cannam@124 2182 libname_spec='lib$name'
cannam@124 2183 soname_spec=
cannam@124 2184 shrext_cmds=".so"
cannam@124 2185 postinstall_cmds=
cannam@124 2186 postuninstall_cmds=
cannam@124 2187 finish_cmds=
cannam@124 2188 finish_eval=
cannam@124 2189 shlibpath_var=
cannam@124 2190 shlibpath_overrides_runpath=unknown
cannam@124 2191 version_type=none
cannam@124 2192 dynamic_linker="$host_os ld.so"
cannam@124 2193 sys_lib_dlsearch_path_spec="/lib /usr/lib"
cannam@124 2194 need_lib_prefix=unknown
cannam@124 2195 hardcode_into_libs=no
cannam@124 2196
cannam@124 2197 # when you set need_version to no, make sure it does not cause -set_version
cannam@124 2198 # flags to be left without arguments
cannam@124 2199 need_version=unknown
cannam@124 2200
cannam@124 2201 case $host_os in
cannam@124 2202 aix3*)
cannam@124 2203 version_type=linux
cannam@124 2204 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
cannam@124 2205 shlibpath_var=LIBPATH
cannam@124 2206
cannam@124 2207 # AIX 3 has no versioning support, so we append a major version to the name.
cannam@124 2208 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2209 ;;
cannam@124 2210
cannam@124 2211 aix[[4-9]]*)
cannam@124 2212 version_type=linux
cannam@124 2213 need_lib_prefix=no
cannam@124 2214 need_version=no
cannam@124 2215 hardcode_into_libs=yes
cannam@124 2216 if test "$host_cpu" = ia64; then
cannam@124 2217 # AIX 5 supports IA64
cannam@124 2218 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
cannam@124 2219 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2220 else
cannam@124 2221 # With GCC up to 2.95.x, collect2 would create an import file
cannam@124 2222 # for dependence libraries. The import file would start with
cannam@124 2223 # the line `#! .'. This would cause the generated library to
cannam@124 2224 # depend on `.', always an invalid library. This was fixed in
cannam@124 2225 # development snapshots of GCC prior to 3.0.
cannam@124 2226 case $host_os in
cannam@124 2227 aix4 | aix4.[[01]] | aix4.[[01]].*)
cannam@124 2228 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
cannam@124 2229 echo ' yes '
cannam@124 2230 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
cannam@124 2231 :
cannam@124 2232 else
cannam@124 2233 can_build_shared=no
cannam@124 2234 fi
cannam@124 2235 ;;
cannam@124 2236 esac
cannam@124 2237 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
cannam@124 2238 # soname into executable. Probably we can add versioning support to
cannam@124 2239 # collect2, so additional links can be useful in future.
cannam@124 2240 if test "$aix_use_runtimelinking" = yes; then
cannam@124 2241 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
cannam@124 2242 # instead of lib<name>.a to let people know that these are not
cannam@124 2243 # typical AIX shared libraries.
cannam@124 2244 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
cannam@124 2245 else
cannam@124 2246 # We preserve .a as extension for shared libraries through AIX4.2
cannam@124 2247 # and later when we are not doing run time linking.
cannam@124 2248 library_names_spec='${libname}${release}.a $libname.a'
cannam@124 2249 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2250 fi
cannam@124 2251 shlibpath_var=LIBPATH
cannam@124 2252 fi
cannam@124 2253 ;;
cannam@124 2254
cannam@124 2255 amigaos*)
cannam@124 2256 case $host_cpu in
cannam@124 2257 powerpc)
cannam@124 2258 # Since July 2007 AmigaOS4 officially supports .so libraries.
cannam@124 2259 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
cannam@124 2260 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
cannam@124 2261 ;;
cannam@124 2262 m68k)
cannam@124 2263 library_names_spec='$libname.ixlibrary $libname.a'
cannam@124 2264 # Create ${libname}_ixlibrary.a entries in /sys/libs.
cannam@124 2265 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'
cannam@124 2266 ;;
cannam@124 2267 esac
cannam@124 2268 ;;
cannam@124 2269
cannam@124 2270 beos*)
cannam@124 2271 library_names_spec='${libname}${shared_ext}'
cannam@124 2272 dynamic_linker="$host_os ld.so"
cannam@124 2273 shlibpath_var=LIBRARY_PATH
cannam@124 2274 ;;
cannam@124 2275
cannam@124 2276 bsdi[[45]]*)
cannam@124 2277 version_type=linux
cannam@124 2278 need_version=no
cannam@124 2279 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
cannam@124 2280 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2281 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
cannam@124 2282 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2283 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
cannam@124 2284 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
cannam@124 2285 # the default ld.so.conf also contains /usr/contrib/lib and
cannam@124 2286 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
cannam@124 2287 # libtool to hard-code these into programs
cannam@124 2288 ;;
cannam@124 2289
cannam@124 2290 cygwin* | mingw* | pw32* | cegcc*)
cannam@124 2291 version_type=windows
cannam@124 2292 shrext_cmds=".dll"
cannam@124 2293 need_version=no
cannam@124 2294 need_lib_prefix=no
cannam@124 2295
cannam@124 2296 case $GCC,$cc_basename in
cannam@124 2297 yes,*)
cannam@124 2298 # gcc
cannam@124 2299 library_names_spec='$libname.dll.a'
cannam@124 2300 # DLL is installed to $(libdir)/../bin by postinstall_cmds
cannam@124 2301 postinstall_cmds='base_file=`basename \${file}`~
cannam@124 2302 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
cannam@124 2303 dldir=$destdir/`dirname \$dlpath`~
cannam@124 2304 test -d \$dldir || mkdir -p \$dldir~
cannam@124 2305 $install_prog $dir/$dlname \$dldir/$dlname~
cannam@124 2306 chmod a+x \$dldir/$dlname~
cannam@124 2307 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
cannam@124 2308 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
cannam@124 2309 fi'
cannam@124 2310 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
cannam@124 2311 dlpath=$dir/\$dldll~
cannam@124 2312 $RM \$dlpath'
cannam@124 2313 shlibpath_overrides_runpath=yes
cannam@124 2314
cannam@124 2315 case $host_os in
cannam@124 2316 cygwin*)
cannam@124 2317 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
cannam@124 2318 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
cannam@124 2319 m4_if([$1], [],[
cannam@124 2320 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
cannam@124 2321 ;;
cannam@124 2322 mingw* | cegcc*)
cannam@124 2323 # MinGW DLLs use traditional 'lib' prefix
cannam@124 2324 soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
cannam@124 2325 ;;
cannam@124 2326 pw32*)
cannam@124 2327 # pw32 DLLs use 'pw' prefix rather than 'lib'
cannam@124 2328 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
cannam@124 2329 ;;
cannam@124 2330 esac
cannam@124 2331 dynamic_linker='Win32 ld.exe'
cannam@124 2332 ;;
cannam@124 2333
cannam@124 2334 *,cl*)
cannam@124 2335 # Native MSVC
cannam@124 2336 libname_spec='$name'
cannam@124 2337 soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
cannam@124 2338 library_names_spec='${libname}.dll.lib'
cannam@124 2339
cannam@124 2340 case $build_os in
cannam@124 2341 mingw*)
cannam@124 2342 sys_lib_search_path_spec=
cannam@124 2343 lt_save_ifs=$IFS
cannam@124 2344 IFS=';'
cannam@124 2345 for lt_path in $LIB
cannam@124 2346 do
cannam@124 2347 IFS=$lt_save_ifs
cannam@124 2348 # Let DOS variable expansion print the short 8.3 style file name.
cannam@124 2349 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
cannam@124 2350 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
cannam@124 2351 done
cannam@124 2352 IFS=$lt_save_ifs
cannam@124 2353 # Convert to MSYS style.
cannam@124 2354 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
cannam@124 2355 ;;
cannam@124 2356 cygwin*)
cannam@124 2357 # Convert to unix form, then to dos form, then back to unix form
cannam@124 2358 # but this time dos style (no spaces!) so that the unix form looks
cannam@124 2359 # like /cygdrive/c/PROGRA~1:/cygdr...
cannam@124 2360 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
cannam@124 2361 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
cannam@124 2362 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
cannam@124 2363 ;;
cannam@124 2364 *)
cannam@124 2365 sys_lib_search_path_spec="$LIB"
cannam@124 2366 if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
cannam@124 2367 # It is most probably a Windows format PATH.
cannam@124 2368 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
cannam@124 2369 else
cannam@124 2370 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
cannam@124 2371 fi
cannam@124 2372 # FIXME: find the short name or the path components, as spaces are
cannam@124 2373 # common. (e.g. "Program Files" -> "PROGRA~1")
cannam@124 2374 ;;
cannam@124 2375 esac
cannam@124 2376
cannam@124 2377 # DLL is installed to $(libdir)/../bin by postinstall_cmds
cannam@124 2378 postinstall_cmds='base_file=`basename \${file}`~
cannam@124 2379 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
cannam@124 2380 dldir=$destdir/`dirname \$dlpath`~
cannam@124 2381 test -d \$dldir || mkdir -p \$dldir~
cannam@124 2382 $install_prog $dir/$dlname \$dldir/$dlname'
cannam@124 2383 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
cannam@124 2384 dlpath=$dir/\$dldll~
cannam@124 2385 $RM \$dlpath'
cannam@124 2386 shlibpath_overrides_runpath=yes
cannam@124 2387 dynamic_linker='Win32 link.exe'
cannam@124 2388 ;;
cannam@124 2389
cannam@124 2390 *)
cannam@124 2391 # Assume MSVC wrapper
cannam@124 2392 library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
cannam@124 2393 dynamic_linker='Win32 ld.exe'
cannam@124 2394 ;;
cannam@124 2395 esac
cannam@124 2396 # FIXME: first we should search . and the directory the executable is in
cannam@124 2397 shlibpath_var=PATH
cannam@124 2398 ;;
cannam@124 2399
cannam@124 2400 darwin* | rhapsody*)
cannam@124 2401 dynamic_linker="$host_os dyld"
cannam@124 2402 version_type=darwin
cannam@124 2403 need_lib_prefix=no
cannam@124 2404 need_version=no
cannam@124 2405 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
cannam@124 2406 soname_spec='${libname}${release}${major}$shared_ext'
cannam@124 2407 shlibpath_overrides_runpath=yes
cannam@124 2408 shlibpath_var=DYLD_LIBRARY_PATH
cannam@124 2409 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
cannam@124 2410 m4_if([$1], [],[
cannam@124 2411 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
cannam@124 2412 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
cannam@124 2413 ;;
cannam@124 2414
cannam@124 2415 dgux*)
cannam@124 2416 version_type=linux
cannam@124 2417 need_lib_prefix=no
cannam@124 2418 need_version=no
cannam@124 2419 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
cannam@124 2420 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2421 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2422 ;;
cannam@124 2423
cannam@124 2424 freebsd1*)
cannam@124 2425 dynamic_linker=no
cannam@124 2426 ;;
cannam@124 2427
cannam@124 2428 freebsd* | dragonfly*)
cannam@124 2429 # DragonFly does not have aout. When/if they implement a new
cannam@124 2430 # versioning mechanism, adjust this.
cannam@124 2431 if test -x /usr/bin/objformat; then
cannam@124 2432 objformat=`/usr/bin/objformat`
cannam@124 2433 else
cannam@124 2434 case $host_os in
cannam@124 2435 freebsd[[123]]*) objformat=aout ;;
cannam@124 2436 *) objformat=elf ;;
cannam@124 2437 esac
cannam@124 2438 fi
cannam@124 2439 version_type=freebsd-$objformat
cannam@124 2440 case $version_type in
cannam@124 2441 freebsd-elf*)
cannam@124 2442 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
cannam@124 2443 need_version=no
cannam@124 2444 need_lib_prefix=no
cannam@124 2445 ;;
cannam@124 2446 freebsd-*)
cannam@124 2447 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
cannam@124 2448 need_version=yes
cannam@124 2449 ;;
cannam@124 2450 esac
cannam@124 2451 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2452 case $host_os in
cannam@124 2453 freebsd2*)
cannam@124 2454 shlibpath_overrides_runpath=yes
cannam@124 2455 ;;
cannam@124 2456 freebsd3.[[01]]* | freebsdelf3.[[01]]*)
cannam@124 2457 shlibpath_overrides_runpath=yes
cannam@124 2458 hardcode_into_libs=yes
cannam@124 2459 ;;
cannam@124 2460 freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
cannam@124 2461 freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
cannam@124 2462 shlibpath_overrides_runpath=no
cannam@124 2463 hardcode_into_libs=yes
cannam@124 2464 ;;
cannam@124 2465 *) # from 4.6 on, and DragonFly
cannam@124 2466 shlibpath_overrides_runpath=yes
cannam@124 2467 hardcode_into_libs=yes
cannam@124 2468 ;;
cannam@124 2469 esac
cannam@124 2470 ;;
cannam@124 2471
cannam@124 2472 gnu*)
cannam@124 2473 version_type=linux
cannam@124 2474 need_lib_prefix=no
cannam@124 2475 need_version=no
cannam@124 2476 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
cannam@124 2477 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2478 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2479 shlibpath_overrides_runpath=no
cannam@124 2480 hardcode_into_libs=yes
cannam@124 2481 ;;
cannam@124 2482
cannam@124 2483 haiku*)
cannam@124 2484 version_type=linux
cannam@124 2485 need_lib_prefix=no
cannam@124 2486 need_version=no
cannam@124 2487 dynamic_linker="$host_os runtime_loader"
cannam@124 2488 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
cannam@124 2489 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2490 shlibpath_var=LIBRARY_PATH
cannam@124 2491 shlibpath_overrides_runpath=yes
cannam@124 2492 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
cannam@124 2493 hardcode_into_libs=yes
cannam@124 2494 ;;
cannam@124 2495
cannam@124 2496 hpux9* | hpux10* | hpux11*)
cannam@124 2497 # Give a soname corresponding to the major version so that dld.sl refuses to
cannam@124 2498 # link against other versions.
cannam@124 2499 version_type=sunos
cannam@124 2500 need_lib_prefix=no
cannam@124 2501 need_version=no
cannam@124 2502 case $host_cpu in
cannam@124 2503 ia64*)
cannam@124 2504 shrext_cmds='.so'
cannam@124 2505 hardcode_into_libs=yes
cannam@124 2506 dynamic_linker="$host_os dld.so"
cannam@124 2507 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2508 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
cannam@124 2509 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
cannam@124 2510 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2511 if test "X$HPUX_IA64_MODE" = X32; then
cannam@124 2512 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
cannam@124 2513 else
cannam@124 2514 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
cannam@124 2515 fi
cannam@124 2516 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
cannam@124 2517 ;;
cannam@124 2518 hppa*64*)
cannam@124 2519 shrext_cmds='.sl'
cannam@124 2520 hardcode_into_libs=yes
cannam@124 2521 dynamic_linker="$host_os dld.sl"
cannam@124 2522 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
cannam@124 2523 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
cannam@124 2524 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
cannam@124 2525 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2526 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
cannam@124 2527 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
cannam@124 2528 ;;
cannam@124 2529 *)
cannam@124 2530 shrext_cmds='.sl'
cannam@124 2531 dynamic_linker="$host_os dld.sl"
cannam@124 2532 shlibpath_var=SHLIB_PATH
cannam@124 2533 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
cannam@124 2534 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
cannam@124 2535 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2536 ;;
cannam@124 2537 esac
cannam@124 2538 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
cannam@124 2539 postinstall_cmds='chmod 555 $lib'
cannam@124 2540 # or fails outright, so override atomically:
cannam@124 2541 install_override_mode=555
cannam@124 2542 ;;
cannam@124 2543
cannam@124 2544 interix[[3-9]]*)
cannam@124 2545 version_type=linux
cannam@124 2546 need_lib_prefix=no
cannam@124 2547 need_version=no
cannam@124 2548 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
cannam@124 2549 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2550 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
cannam@124 2551 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2552 shlibpath_overrides_runpath=no
cannam@124 2553 hardcode_into_libs=yes
cannam@124 2554 ;;
cannam@124 2555
cannam@124 2556 irix5* | irix6* | nonstopux*)
cannam@124 2557 case $host_os in
cannam@124 2558 nonstopux*) version_type=nonstopux ;;
cannam@124 2559 *)
cannam@124 2560 if test "$lt_cv_prog_gnu_ld" = yes; then
cannam@124 2561 version_type=linux
cannam@124 2562 else
cannam@124 2563 version_type=irix
cannam@124 2564 fi ;;
cannam@124 2565 esac
cannam@124 2566 need_lib_prefix=no
cannam@124 2567 need_version=no
cannam@124 2568 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2569 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
cannam@124 2570 case $host_os in
cannam@124 2571 irix5* | nonstopux*)
cannam@124 2572 libsuff= shlibsuff=
cannam@124 2573 ;;
cannam@124 2574 *)
cannam@124 2575 case $LD in # libtool.m4 will add one of these switches to LD
cannam@124 2576 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
cannam@124 2577 libsuff= shlibsuff= libmagic=32-bit;;
cannam@124 2578 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
cannam@124 2579 libsuff=32 shlibsuff=N32 libmagic=N32;;
cannam@124 2580 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
cannam@124 2581 libsuff=64 shlibsuff=64 libmagic=64-bit;;
cannam@124 2582 *) libsuff= shlibsuff= libmagic=never-match;;
cannam@124 2583 esac
cannam@124 2584 ;;
cannam@124 2585 esac
cannam@124 2586 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
cannam@124 2587 shlibpath_overrides_runpath=no
cannam@124 2588 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
cannam@124 2589 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
cannam@124 2590 hardcode_into_libs=yes
cannam@124 2591 ;;
cannam@124 2592
cannam@124 2593 # No shared lib support for Linux oldld, aout, or coff.
cannam@124 2594 linux*oldld* | linux*aout* | linux*coff*)
cannam@124 2595 dynamic_linker=no
cannam@124 2596 ;;
cannam@124 2597
cannam@124 2598 # This must be Linux ELF.
cannam@124 2599 linux* | k*bsd*-gnu | kopensolaris*-gnu)
cannam@124 2600 version_type=linux
cannam@124 2601 need_lib_prefix=no
cannam@124 2602 need_version=no
cannam@124 2603 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
cannam@124 2604 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2605 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
cannam@124 2606 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2607 shlibpath_overrides_runpath=no
cannam@124 2608
cannam@124 2609 # Some binutils ld are patched to set DT_RUNPATH
cannam@124 2610 AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath],
cannam@124 2611 [lt_cv_shlibpath_overrides_runpath=no
cannam@124 2612 save_LDFLAGS=$LDFLAGS
cannam@124 2613 save_libdir=$libdir
cannam@124 2614 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
cannam@124 2615 LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
cannam@124 2616 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
cannam@124 2617 [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
cannam@124 2618 [lt_cv_shlibpath_overrides_runpath=yes])])
cannam@124 2619 LDFLAGS=$save_LDFLAGS
cannam@124 2620 libdir=$save_libdir
cannam@124 2621 ])
cannam@124 2622 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
cannam@124 2623
cannam@124 2624 # This implies no fast_install, which is unacceptable.
cannam@124 2625 # Some rework will be needed to allow for fast_install
cannam@124 2626 # before this can be enabled.
cannam@124 2627 hardcode_into_libs=yes
cannam@124 2628
cannam@124 2629 # Append ld.so.conf contents to the search path
cannam@124 2630 if test -f /etc/ld.so.conf; then
cannam@124 2631 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' ' '`
cannam@124 2632 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
cannam@124 2633 fi
cannam@124 2634
cannam@124 2635 # We used to test for /lib/ld.so.1 and disable shared libraries on
cannam@124 2636 # powerpc, because MkLinux only supported shared libraries with the
cannam@124 2637 # GNU dynamic linker. Since this was broken with cross compilers,
cannam@124 2638 # most powerpc-linux boxes support dynamic linking these days and
cannam@124 2639 # people can always --disable-shared, the test was removed, and we
cannam@124 2640 # assume the GNU/Linux dynamic linker is in use.
cannam@124 2641 dynamic_linker='GNU/Linux ld.so'
cannam@124 2642 ;;
cannam@124 2643
cannam@124 2644 netbsdelf*-gnu)
cannam@124 2645 version_type=linux
cannam@124 2646 need_lib_prefix=no
cannam@124 2647 need_version=no
cannam@124 2648 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
cannam@124 2649 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2650 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2651 shlibpath_overrides_runpath=no
cannam@124 2652 hardcode_into_libs=yes
cannam@124 2653 dynamic_linker='NetBSD ld.elf_so'
cannam@124 2654 ;;
cannam@124 2655
cannam@124 2656 netbsd*)
cannam@124 2657 version_type=sunos
cannam@124 2658 need_lib_prefix=no
cannam@124 2659 need_version=no
cannam@124 2660 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
cannam@124 2661 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
cannam@124 2662 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
cannam@124 2663 dynamic_linker='NetBSD (a.out) ld.so'
cannam@124 2664 else
cannam@124 2665 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
cannam@124 2666 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2667 dynamic_linker='NetBSD ld.elf_so'
cannam@124 2668 fi
cannam@124 2669 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2670 shlibpath_overrides_runpath=yes
cannam@124 2671 hardcode_into_libs=yes
cannam@124 2672 ;;
cannam@124 2673
cannam@124 2674 newsos6)
cannam@124 2675 version_type=linux
cannam@124 2676 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
cannam@124 2677 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2678 shlibpath_overrides_runpath=yes
cannam@124 2679 ;;
cannam@124 2680
cannam@124 2681 *nto* | *qnx*)
cannam@124 2682 version_type=qnx
cannam@124 2683 need_lib_prefix=no
cannam@124 2684 need_version=no
cannam@124 2685 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
cannam@124 2686 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2687 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2688 shlibpath_overrides_runpath=no
cannam@124 2689 hardcode_into_libs=yes
cannam@124 2690 dynamic_linker='ldqnx.so'
cannam@124 2691 ;;
cannam@124 2692
cannam@124 2693 openbsd*)
cannam@124 2694 version_type=sunos
cannam@124 2695 sys_lib_dlsearch_path_spec="/usr/lib"
cannam@124 2696 need_lib_prefix=no
cannam@124 2697 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
cannam@124 2698 case $host_os in
cannam@124 2699 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
cannam@124 2700 *) need_version=no ;;
cannam@124 2701 esac
cannam@124 2702 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
cannam@124 2703 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
cannam@124 2704 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2705 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
cannam@124 2706 case $host_os in
cannam@124 2707 openbsd2.[[89]] | openbsd2.[[89]].*)
cannam@124 2708 shlibpath_overrides_runpath=no
cannam@124 2709 ;;
cannam@124 2710 *)
cannam@124 2711 shlibpath_overrides_runpath=yes
cannam@124 2712 ;;
cannam@124 2713 esac
cannam@124 2714 else
cannam@124 2715 shlibpath_overrides_runpath=yes
cannam@124 2716 fi
cannam@124 2717 ;;
cannam@124 2718
cannam@124 2719 os2*)
cannam@124 2720 libname_spec='$name'
cannam@124 2721 shrext_cmds=".dll"
cannam@124 2722 need_lib_prefix=no
cannam@124 2723 library_names_spec='$libname${shared_ext} $libname.a'
cannam@124 2724 dynamic_linker='OS/2 ld.exe'
cannam@124 2725 shlibpath_var=LIBPATH
cannam@124 2726 ;;
cannam@124 2727
cannam@124 2728 osf3* | osf4* | osf5*)
cannam@124 2729 version_type=osf
cannam@124 2730 need_lib_prefix=no
cannam@124 2731 need_version=no
cannam@124 2732 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2733 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
cannam@124 2734 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2735 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
cannam@124 2736 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
cannam@124 2737 ;;
cannam@124 2738
cannam@124 2739 rdos*)
cannam@124 2740 dynamic_linker=no
cannam@124 2741 ;;
cannam@124 2742
cannam@124 2743 solaris*)
cannam@124 2744 version_type=linux
cannam@124 2745 need_lib_prefix=no
cannam@124 2746 need_version=no
cannam@124 2747 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
cannam@124 2748 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2749 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2750 shlibpath_overrides_runpath=yes
cannam@124 2751 hardcode_into_libs=yes
cannam@124 2752 # ldd complains unless libraries are executable
cannam@124 2753 postinstall_cmds='chmod +x $lib'
cannam@124 2754 ;;
cannam@124 2755
cannam@124 2756 sunos4*)
cannam@124 2757 version_type=sunos
cannam@124 2758 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
cannam@124 2759 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
cannam@124 2760 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2761 shlibpath_overrides_runpath=yes
cannam@124 2762 if test "$with_gnu_ld" = yes; then
cannam@124 2763 need_lib_prefix=no
cannam@124 2764 fi
cannam@124 2765 need_version=yes
cannam@124 2766 ;;
cannam@124 2767
cannam@124 2768 sysv4 | sysv4.3*)
cannam@124 2769 version_type=linux
cannam@124 2770 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
cannam@124 2771 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2772 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2773 case $host_vendor in
cannam@124 2774 sni)
cannam@124 2775 shlibpath_overrides_runpath=no
cannam@124 2776 need_lib_prefix=no
cannam@124 2777 runpath_var=LD_RUN_PATH
cannam@124 2778 ;;
cannam@124 2779 siemens)
cannam@124 2780 need_lib_prefix=no
cannam@124 2781 ;;
cannam@124 2782 motorola)
cannam@124 2783 need_lib_prefix=no
cannam@124 2784 need_version=no
cannam@124 2785 shlibpath_overrides_runpath=no
cannam@124 2786 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
cannam@124 2787 ;;
cannam@124 2788 esac
cannam@124 2789 ;;
cannam@124 2790
cannam@124 2791 sysv4*MP*)
cannam@124 2792 if test -d /usr/nec ;then
cannam@124 2793 version_type=linux
cannam@124 2794 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
cannam@124 2795 soname_spec='$libname${shared_ext}.$major'
cannam@124 2796 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2797 fi
cannam@124 2798 ;;
cannam@124 2799
cannam@124 2800 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
cannam@124 2801 version_type=freebsd-elf
cannam@124 2802 need_lib_prefix=no
cannam@124 2803 need_version=no
cannam@124 2804 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
cannam@124 2805 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2806 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2807 shlibpath_overrides_runpath=yes
cannam@124 2808 hardcode_into_libs=yes
cannam@124 2809 if test "$with_gnu_ld" = yes; then
cannam@124 2810 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
cannam@124 2811 else
cannam@124 2812 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
cannam@124 2813 case $host_os in
cannam@124 2814 sco3.2v5*)
cannam@124 2815 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
cannam@124 2816 ;;
cannam@124 2817 esac
cannam@124 2818 fi
cannam@124 2819 sys_lib_dlsearch_path_spec='/usr/lib'
cannam@124 2820 ;;
cannam@124 2821
cannam@124 2822 tpf*)
cannam@124 2823 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
cannam@124 2824 version_type=linux
cannam@124 2825 need_lib_prefix=no
cannam@124 2826 need_version=no
cannam@124 2827 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
cannam@124 2828 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2829 shlibpath_overrides_runpath=no
cannam@124 2830 hardcode_into_libs=yes
cannam@124 2831 ;;
cannam@124 2832
cannam@124 2833 uts4*)
cannam@124 2834 version_type=linux
cannam@124 2835 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
cannam@124 2836 soname_spec='${libname}${release}${shared_ext}$major'
cannam@124 2837 shlibpath_var=LD_LIBRARY_PATH
cannam@124 2838 ;;
cannam@124 2839
cannam@124 2840 *)
cannam@124 2841 dynamic_linker=no
cannam@124 2842 ;;
cannam@124 2843 esac
cannam@124 2844 AC_MSG_RESULT([$dynamic_linker])
cannam@124 2845 test "$dynamic_linker" = no && can_build_shared=no
cannam@124 2846
cannam@124 2847 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
cannam@124 2848 if test "$GCC" = yes; then
cannam@124 2849 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
cannam@124 2850 fi
cannam@124 2851
cannam@124 2852 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
cannam@124 2853 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
cannam@124 2854 fi
cannam@124 2855 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
cannam@124 2856 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
cannam@124 2857 fi
cannam@124 2858
cannam@124 2859 _LT_DECL([], [variables_saved_for_relink], [1],
cannam@124 2860 [Variables whose values should be saved in libtool wrapper scripts and
cannam@124 2861 restored at link time])
cannam@124 2862 _LT_DECL([], [need_lib_prefix], [0],
cannam@124 2863 [Do we need the "lib" prefix for modules?])
cannam@124 2864 _LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
cannam@124 2865 _LT_DECL([], [version_type], [0], [Library versioning type])
cannam@124 2866 _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable])
cannam@124 2867 _LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
cannam@124 2868 _LT_DECL([], [shlibpath_overrides_runpath], [0],
cannam@124 2869 [Is shlibpath searched before the hard-coded library search path?])
cannam@124 2870 _LT_DECL([], [libname_spec], [1], [Format of library name prefix])
cannam@124 2871 _LT_DECL([], [library_names_spec], [1],
cannam@124 2872 [[List of archive names. First name is the real one, the rest are links.
cannam@124 2873 The last name is the one that the linker finds with -lNAME]])
cannam@124 2874 _LT_DECL([], [soname_spec], [1],
cannam@124 2875 [[The coded name of the library, if different from the real name]])
cannam@124 2876 _LT_DECL([], [install_override_mode], [1],
cannam@124 2877 [Permission mode override for installation of shared libraries])
cannam@124 2878 _LT_DECL([], [postinstall_cmds], [2],
cannam@124 2879 [Command to use after installation of a shared archive])
cannam@124 2880 _LT_DECL([], [postuninstall_cmds], [2],
cannam@124 2881 [Command to use after uninstallation of a shared archive])
cannam@124 2882 _LT_DECL([], [finish_cmds], [2],
cannam@124 2883 [Commands used to finish a libtool library installation in a directory])
cannam@124 2884 _LT_DECL([], [finish_eval], [1],
cannam@124 2885 [[As "finish_cmds", except a single script fragment to be evaled but
cannam@124 2886 not shown]])
cannam@124 2887 _LT_DECL([], [hardcode_into_libs], [0],
cannam@124 2888 [Whether we should hardcode library paths into libraries])
cannam@124 2889 _LT_DECL([], [sys_lib_search_path_spec], [2],
cannam@124 2890 [Compile-time system search path for libraries])
cannam@124 2891 _LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
cannam@124 2892 [Run-time system search path for libraries])
cannam@124 2893 ])# _LT_SYS_DYNAMIC_LINKER
cannam@124 2894
cannam@124 2895
cannam@124 2896 # _LT_PATH_TOOL_PREFIX(TOOL)
cannam@124 2897 # --------------------------
cannam@124 2898 # find a file program which can recognize shared library
cannam@124 2899 AC_DEFUN([_LT_PATH_TOOL_PREFIX],
cannam@124 2900 [m4_require([_LT_DECL_EGREP])dnl
cannam@124 2901 AC_MSG_CHECKING([for $1])
cannam@124 2902 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
cannam@124 2903 [case $MAGIC_CMD in
cannam@124 2904 [[\\/*] | ?:[\\/]*])
cannam@124 2905 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
cannam@124 2906 ;;
cannam@124 2907 *)
cannam@124 2908 lt_save_MAGIC_CMD="$MAGIC_CMD"
cannam@124 2909 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
cannam@124 2910 dnl $ac_dummy forces splitting on constant user-supplied paths.
cannam@124 2911 dnl POSIX.2 word splitting is done only on the output of word expansions,
cannam@124 2912 dnl not every word. This closes a longstanding sh security hole.
cannam@124 2913 ac_dummy="m4_if([$2], , $PATH, [$2])"
cannam@124 2914 for ac_dir in $ac_dummy; do
cannam@124 2915 IFS="$lt_save_ifs"
cannam@124 2916 test -z "$ac_dir" && ac_dir=.
cannam@124 2917 if test -f $ac_dir/$1; then
cannam@124 2918 lt_cv_path_MAGIC_CMD="$ac_dir/$1"
cannam@124 2919 if test -n "$file_magic_test_file"; then
cannam@124 2920 case $deplibs_check_method in
cannam@124 2921 "file_magic "*)
cannam@124 2922 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
cannam@124 2923 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
cannam@124 2924 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
cannam@124 2925 $EGREP "$file_magic_regex" > /dev/null; then
cannam@124 2926 :
cannam@124 2927 else
cannam@124 2928 cat <<_LT_EOF 1>&2
cannam@124 2929
cannam@124 2930 *** Warning: the command libtool uses to detect shared libraries,
cannam@124 2931 *** $file_magic_cmd, produces output that libtool cannot recognize.
cannam@124 2932 *** The result is that libtool may fail to recognize shared libraries
cannam@124 2933 *** as such. This will affect the creation of libtool libraries that
cannam@124 2934 *** depend on shared libraries, but programs linked with such libtool
cannam@124 2935 *** libraries will work regardless of this problem. Nevertheless, you
cannam@124 2936 *** may want to report the problem to your system manager and/or to
cannam@124 2937 *** bug-libtool@gnu.org
cannam@124 2938
cannam@124 2939 _LT_EOF
cannam@124 2940 fi ;;
cannam@124 2941 esac
cannam@124 2942 fi
cannam@124 2943 break
cannam@124 2944 fi
cannam@124 2945 done
cannam@124 2946 IFS="$lt_save_ifs"
cannam@124 2947 MAGIC_CMD="$lt_save_MAGIC_CMD"
cannam@124 2948 ;;
cannam@124 2949 esac])
cannam@124 2950 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
cannam@124 2951 if test -n "$MAGIC_CMD"; then
cannam@124 2952 AC_MSG_RESULT($MAGIC_CMD)
cannam@124 2953 else
cannam@124 2954 AC_MSG_RESULT(no)
cannam@124 2955 fi
cannam@124 2956 _LT_DECL([], [MAGIC_CMD], [0],
cannam@124 2957 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
cannam@124 2958 ])# _LT_PATH_TOOL_PREFIX
cannam@124 2959
cannam@124 2960 # Old name:
cannam@124 2961 AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
cannam@124 2962 dnl aclocal-1.4 backwards compatibility:
cannam@124 2963 dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
cannam@124 2964
cannam@124 2965
cannam@124 2966 # _LT_PATH_MAGIC
cannam@124 2967 # --------------
cannam@124 2968 # find a file program which can recognize a shared library
cannam@124 2969 m4_defun([_LT_PATH_MAGIC],
cannam@124 2970 [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
cannam@124 2971 if test -z "$lt_cv_path_MAGIC_CMD"; then
cannam@124 2972 if test -n "$ac_tool_prefix"; then
cannam@124 2973 _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
cannam@124 2974 else
cannam@124 2975 MAGIC_CMD=:
cannam@124 2976 fi
cannam@124 2977 fi
cannam@124 2978 ])# _LT_PATH_MAGIC
cannam@124 2979
cannam@124 2980
cannam@124 2981 # LT_PATH_LD
cannam@124 2982 # ----------
cannam@124 2983 # find the pathname to the GNU or non-GNU linker
cannam@124 2984 AC_DEFUN([LT_PATH_LD],
cannam@124 2985 [AC_REQUIRE([AC_PROG_CC])dnl
cannam@124 2986 AC_REQUIRE([AC_CANONICAL_HOST])dnl
cannam@124 2987 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
cannam@124 2988 m4_require([_LT_DECL_SED])dnl
cannam@124 2989 m4_require([_LT_DECL_EGREP])dnl
cannam@124 2990 m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
cannam@124 2991
cannam@124 2992 AC_ARG_WITH([gnu-ld],
cannam@124 2993 [AS_HELP_STRING([--with-gnu-ld],
cannam@124 2994 [assume the C compiler uses GNU ld @<:@default=no@:>@])],
cannam@124 2995 [test "$withval" = no || with_gnu_ld=yes],
cannam@124 2996 [with_gnu_ld=no])dnl
cannam@124 2997
cannam@124 2998 ac_prog=ld
cannam@124 2999 if test "$GCC" = yes; then
cannam@124 3000 # Check if gcc -print-prog-name=ld gives a path.
cannam@124 3001 AC_MSG_CHECKING([for ld used by $CC])
cannam@124 3002 case $host in
cannam@124 3003 *-*-mingw*)
cannam@124 3004 # gcc leaves a trailing carriage return which upsets mingw
cannam@124 3005 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
cannam@124 3006 *)
cannam@124 3007 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
cannam@124 3008 esac
cannam@124 3009 case $ac_prog in
cannam@124 3010 # Accept absolute paths.
cannam@124 3011 [[\\/]]* | ?:[[\\/]]*)
cannam@124 3012 re_direlt='/[[^/]][[^/]]*/\.\./'
cannam@124 3013 # Canonicalize the pathname of ld
cannam@124 3014 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
cannam@124 3015 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
cannam@124 3016 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
cannam@124 3017 done
cannam@124 3018 test -z "$LD" && LD="$ac_prog"
cannam@124 3019 ;;
cannam@124 3020 "")
cannam@124 3021 # If it fails, then pretend we aren't using GCC.
cannam@124 3022 ac_prog=ld
cannam@124 3023 ;;
cannam@124 3024 *)
cannam@124 3025 # If it is relative, then search for the first ld in PATH.
cannam@124 3026 with_gnu_ld=unknown
cannam@124 3027 ;;
cannam@124 3028 esac
cannam@124 3029 elif test "$with_gnu_ld" = yes; then
cannam@124 3030 AC_MSG_CHECKING([for GNU ld])
cannam@124 3031 else
cannam@124 3032 AC_MSG_CHECKING([for non-GNU ld])
cannam@124 3033 fi
cannam@124 3034 AC_CACHE_VAL(lt_cv_path_LD,
cannam@124 3035 [if test -z "$LD"; then
cannam@124 3036 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
cannam@124 3037 for ac_dir in $PATH; do
cannam@124 3038 IFS="$lt_save_ifs"
cannam@124 3039 test -z "$ac_dir" && ac_dir=.
cannam@124 3040 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
cannam@124 3041 lt_cv_path_LD="$ac_dir/$ac_prog"
cannam@124 3042 # Check to see if the program is GNU ld. I'd rather use --version,
cannam@124 3043 # but apparently some variants of GNU ld only accept -v.
cannam@124 3044 # Break only if it was the GNU/non-GNU ld that we prefer.
cannam@124 3045 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
cannam@124 3046 *GNU* | *'with BFD'*)
cannam@124 3047 test "$with_gnu_ld" != no && break
cannam@124 3048 ;;
cannam@124 3049 *)
cannam@124 3050 test "$with_gnu_ld" != yes && break
cannam@124 3051 ;;
cannam@124 3052 esac
cannam@124 3053 fi
cannam@124 3054 done
cannam@124 3055 IFS="$lt_save_ifs"
cannam@124 3056 else
cannam@124 3057 lt_cv_path_LD="$LD" # Let the user override the test with a path.
cannam@124 3058 fi])
cannam@124 3059 LD="$lt_cv_path_LD"
cannam@124 3060 if test -n "$LD"; then
cannam@124 3061 AC_MSG_RESULT($LD)
cannam@124 3062 else
cannam@124 3063 AC_MSG_RESULT(no)
cannam@124 3064 fi
cannam@124 3065 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
cannam@124 3066 _LT_PATH_LD_GNU
cannam@124 3067 AC_SUBST([LD])
cannam@124 3068
cannam@124 3069 _LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
cannam@124 3070 ])# LT_PATH_LD
cannam@124 3071
cannam@124 3072 # Old names:
cannam@124 3073 AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
cannam@124 3074 AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
cannam@124 3075 dnl aclocal-1.4 backwards compatibility:
cannam@124 3076 dnl AC_DEFUN([AM_PROG_LD], [])
cannam@124 3077 dnl AC_DEFUN([AC_PROG_LD], [])
cannam@124 3078
cannam@124 3079
cannam@124 3080 # _LT_PATH_LD_GNU
cannam@124 3081 #- --------------
cannam@124 3082 m4_defun([_LT_PATH_LD_GNU],
cannam@124 3083 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
cannam@124 3084 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
cannam@124 3085 case `$LD -v 2>&1 </dev/null` in
cannam@124 3086 *GNU* | *'with BFD'*)
cannam@124 3087 lt_cv_prog_gnu_ld=yes
cannam@124 3088 ;;
cannam@124 3089 *)
cannam@124 3090 lt_cv_prog_gnu_ld=no
cannam@124 3091 ;;
cannam@124 3092 esac])
cannam@124 3093 with_gnu_ld=$lt_cv_prog_gnu_ld
cannam@124 3094 ])# _LT_PATH_LD_GNU
cannam@124 3095
cannam@124 3096
cannam@124 3097 # _LT_CMD_RELOAD
cannam@124 3098 # --------------
cannam@124 3099 # find reload flag for linker
cannam@124 3100 # -- PORTME Some linkers may need a different reload flag.
cannam@124 3101 m4_defun([_LT_CMD_RELOAD],
cannam@124 3102 [AC_CACHE_CHECK([for $LD option to reload object files],
cannam@124 3103 lt_cv_ld_reload_flag,
cannam@124 3104 [lt_cv_ld_reload_flag='-r'])
cannam@124 3105 reload_flag=$lt_cv_ld_reload_flag
cannam@124 3106 case $reload_flag in
cannam@124 3107 "" | " "*) ;;
cannam@124 3108 *) reload_flag=" $reload_flag" ;;
cannam@124 3109 esac
cannam@124 3110 reload_cmds='$LD$reload_flag -o $output$reload_objs'
cannam@124 3111 case $host_os in
cannam@124 3112 cygwin* | mingw* | pw32* | cegcc*)
cannam@124 3113 if test "$GCC" != yes; then
cannam@124 3114 reload_cmds=false
cannam@124 3115 fi
cannam@124 3116 ;;
cannam@124 3117 darwin*)
cannam@124 3118 if test "$GCC" = yes; then
cannam@124 3119 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
cannam@124 3120 else
cannam@124 3121 reload_cmds='$LD$reload_flag -o $output$reload_objs'
cannam@124 3122 fi
cannam@124 3123 ;;
cannam@124 3124 esac
cannam@124 3125 _LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl
cannam@124 3126 _LT_TAGDECL([], [reload_cmds], [2])dnl
cannam@124 3127 ])# _LT_CMD_RELOAD
cannam@124 3128
cannam@124 3129
cannam@124 3130 # _LT_CHECK_MAGIC_METHOD
cannam@124 3131 # ----------------------
cannam@124 3132 # how to check for library dependencies
cannam@124 3133 # -- PORTME fill in with the dynamic library characteristics
cannam@124 3134 m4_defun([_LT_CHECK_MAGIC_METHOD],
cannam@124 3135 [m4_require([_LT_DECL_EGREP])
cannam@124 3136 m4_require([_LT_DECL_OBJDUMP])
cannam@124 3137 AC_CACHE_CHECK([how to recognize dependent libraries],
cannam@124 3138 lt_cv_deplibs_check_method,
cannam@124 3139 [lt_cv_file_magic_cmd='$MAGIC_CMD'
cannam@124 3140 lt_cv_file_magic_test_file=
cannam@124 3141 lt_cv_deplibs_check_method='unknown'
cannam@124 3142 # Need to set the preceding variable on all platforms that support
cannam@124 3143 # interlibrary dependencies.
cannam@124 3144 # 'none' -- dependencies not supported.
cannam@124 3145 # `unknown' -- same as none, but documents that we really don't know.
cannam@124 3146 # 'pass_all' -- all dependencies passed with no checks.
cannam@124 3147 # 'test_compile' -- check by making test program.
cannam@124 3148 # 'file_magic [[regex]]' -- check by looking for files in library path
cannam@124 3149 # which responds to the $file_magic_cmd with a given extended regex.
cannam@124 3150 # If you have `file' or equivalent on your system and you're not sure
cannam@124 3151 # whether `pass_all' will *always* work, you probably want this one.
cannam@124 3152
cannam@124 3153 case $host_os in
cannam@124 3154 aix[[4-9]]*)
cannam@124 3155 lt_cv_deplibs_check_method=pass_all
cannam@124 3156 ;;
cannam@124 3157
cannam@124 3158 beos*)
cannam@124 3159 lt_cv_deplibs_check_method=pass_all
cannam@124 3160 ;;
cannam@124 3161
cannam@124 3162 bsdi[[45]]*)
cannam@124 3163 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
cannam@124 3164 lt_cv_file_magic_cmd='/usr/bin/file -L'
cannam@124 3165 lt_cv_file_magic_test_file=/shlib/libc.so
cannam@124 3166 ;;
cannam@124 3167
cannam@124 3168 cygwin*)
cannam@124 3169 # func_win32_libid is a shell function defined in ltmain.sh
cannam@124 3170 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
cannam@124 3171 lt_cv_file_magic_cmd='func_win32_libid'
cannam@124 3172 ;;
cannam@124 3173
cannam@124 3174 mingw* | pw32*)
cannam@124 3175 # Base MSYS/MinGW do not provide the 'file' command needed by
cannam@124 3176 # func_win32_libid shell function, so use a weaker test based on 'objdump',
cannam@124 3177 # unless we find 'file', for example because we are cross-compiling.
cannam@124 3178 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
cannam@124 3179 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
cannam@124 3180 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
cannam@124 3181 lt_cv_file_magic_cmd='func_win32_libid'
cannam@124 3182 else
cannam@124 3183 # Keep this pattern in sync with the one in func_win32_libid.
cannam@124 3184 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
cannam@124 3185 lt_cv_file_magic_cmd='$OBJDUMP -f'
cannam@124 3186 fi
cannam@124 3187 ;;
cannam@124 3188
cannam@124 3189 cegcc*)
cannam@124 3190 # use the weaker test based on 'objdump'. See mingw*.
cannam@124 3191 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
cannam@124 3192 lt_cv_file_magic_cmd='$OBJDUMP -f'
cannam@124 3193 ;;
cannam@124 3194
cannam@124 3195 darwin* | rhapsody*)
cannam@124 3196 lt_cv_deplibs_check_method=pass_all
cannam@124 3197 ;;
cannam@124 3198
cannam@124 3199 freebsd* | dragonfly*)
cannam@124 3200 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
cannam@124 3201 case $host_cpu in
cannam@124 3202 i*86 )
cannam@124 3203 # Not sure whether the presence of OpenBSD here was a mistake.
cannam@124 3204 # Let's accept both of them until this is cleared up.
cannam@124 3205 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
cannam@124 3206 lt_cv_file_magic_cmd=/usr/bin/file
cannam@124 3207 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
cannam@124 3208 ;;
cannam@124 3209 esac
cannam@124 3210 else
cannam@124 3211 lt_cv_deplibs_check_method=pass_all
cannam@124 3212 fi
cannam@124 3213 ;;
cannam@124 3214
cannam@124 3215 gnu*)
cannam@124 3216 lt_cv_deplibs_check_method=pass_all
cannam@124 3217 ;;
cannam@124 3218
cannam@124 3219 haiku*)
cannam@124 3220 lt_cv_deplibs_check_method=pass_all
cannam@124 3221 ;;
cannam@124 3222
cannam@124 3223 hpux10.20* | hpux11*)
cannam@124 3224 lt_cv_file_magic_cmd=/usr/bin/file
cannam@124 3225 case $host_cpu in
cannam@124 3226 ia64*)
cannam@124 3227 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
cannam@124 3228 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
cannam@124 3229 ;;
cannam@124 3230 hppa*64*)
cannam@124 3231 [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]']
cannam@124 3232 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
cannam@124 3233 ;;
cannam@124 3234 *)
cannam@124 3235 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library'
cannam@124 3236 lt_cv_file_magic_test_file=/usr/lib/libc.sl
cannam@124 3237 ;;
cannam@124 3238 esac
cannam@124 3239 ;;
cannam@124 3240
cannam@124 3241 interix[[3-9]]*)
cannam@124 3242 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
cannam@124 3243 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
cannam@124 3244 ;;
cannam@124 3245
cannam@124 3246 irix5* | irix6* | nonstopux*)
cannam@124 3247 case $LD in
cannam@124 3248 *-32|*"-32 ") libmagic=32-bit;;
cannam@124 3249 *-n32|*"-n32 ") libmagic=N32;;
cannam@124 3250 *-64|*"-64 ") libmagic=64-bit;;
cannam@124 3251 *) libmagic=never-match;;
cannam@124 3252 esac
cannam@124 3253 lt_cv_deplibs_check_method=pass_all
cannam@124 3254 ;;
cannam@124 3255
cannam@124 3256 # This must be Linux ELF.
cannam@124 3257 linux* | k*bsd*-gnu | kopensolaris*-gnu)
cannam@124 3258 lt_cv_deplibs_check_method=pass_all
cannam@124 3259 ;;
cannam@124 3260
cannam@124 3261 netbsd* | netbsdelf*-gnu)
cannam@124 3262 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
cannam@124 3263 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
cannam@124 3264 else
cannam@124 3265 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
cannam@124 3266 fi
cannam@124 3267 ;;
cannam@124 3268
cannam@124 3269 newos6*)
cannam@124 3270 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
cannam@124 3271 lt_cv_file_magic_cmd=/usr/bin/file
cannam@124 3272 lt_cv_file_magic_test_file=/usr/lib/libnls.so
cannam@124 3273 ;;
cannam@124 3274
cannam@124 3275 *nto* | *qnx*)
cannam@124 3276 lt_cv_deplibs_check_method=pass_all
cannam@124 3277 ;;
cannam@124 3278
cannam@124 3279 openbsd*)
cannam@124 3280 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
cannam@124 3281 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
cannam@124 3282 else
cannam@124 3283 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
cannam@124 3284 fi
cannam@124 3285 ;;
cannam@124 3286
cannam@124 3287 osf3* | osf4* | osf5*)
cannam@124 3288 lt_cv_deplibs_check_method=pass_all
cannam@124 3289 ;;
cannam@124 3290
cannam@124 3291 rdos*)
cannam@124 3292 lt_cv_deplibs_check_method=pass_all
cannam@124 3293 ;;
cannam@124 3294
cannam@124 3295 solaris*)
cannam@124 3296 lt_cv_deplibs_check_method=pass_all
cannam@124 3297 ;;
cannam@124 3298
cannam@124 3299 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
cannam@124 3300 lt_cv_deplibs_check_method=pass_all
cannam@124 3301 ;;
cannam@124 3302
cannam@124 3303 sysv4 | sysv4.3*)
cannam@124 3304 case $host_vendor in
cannam@124 3305 motorola)
cannam@124 3306 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]]'
cannam@124 3307 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
cannam@124 3308 ;;
cannam@124 3309 ncr)
cannam@124 3310 lt_cv_deplibs_check_method=pass_all
cannam@124 3311 ;;
cannam@124 3312 sequent)
cannam@124 3313 lt_cv_file_magic_cmd='/bin/file'
cannam@124 3314 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
cannam@124 3315 ;;
cannam@124 3316 sni)
cannam@124 3317 lt_cv_file_magic_cmd='/bin/file'
cannam@124 3318 lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
cannam@124 3319 lt_cv_file_magic_test_file=/lib/libc.so
cannam@124 3320 ;;
cannam@124 3321 siemens)
cannam@124 3322 lt_cv_deplibs_check_method=pass_all
cannam@124 3323 ;;
cannam@124 3324 pc)
cannam@124 3325 lt_cv_deplibs_check_method=pass_all
cannam@124 3326 ;;
cannam@124 3327 esac
cannam@124 3328 ;;
cannam@124 3329
cannam@124 3330 tpf*)
cannam@124 3331 lt_cv_deplibs_check_method=pass_all
cannam@124 3332 ;;
cannam@124 3333 esac
cannam@124 3334 ])
cannam@124 3335
cannam@124 3336 file_magic_glob=
cannam@124 3337 want_nocaseglob=no
cannam@124 3338 if test "$build" = "$host"; then
cannam@124 3339 case $host_os in
cannam@124 3340 mingw* | pw32*)
cannam@124 3341 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
cannam@124 3342 want_nocaseglob=yes
cannam@124 3343 else
cannam@124 3344 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
cannam@124 3345 fi
cannam@124 3346 ;;
cannam@124 3347 esac
cannam@124 3348 fi
cannam@124 3349
cannam@124 3350 file_magic_cmd=$lt_cv_file_magic_cmd
cannam@124 3351 deplibs_check_method=$lt_cv_deplibs_check_method
cannam@124 3352 test -z "$deplibs_check_method" && deplibs_check_method=unknown
cannam@124 3353
cannam@124 3354 _LT_DECL([], [deplibs_check_method], [1],
cannam@124 3355 [Method to check whether dependent libraries are shared objects])
cannam@124 3356 _LT_DECL([], [file_magic_cmd], [1],
cannam@124 3357 [Command to use when deplibs_check_method = "file_magic"])
cannam@124 3358 _LT_DECL([], [file_magic_glob], [1],
cannam@124 3359 [How to find potential files when deplibs_check_method = "file_magic"])
cannam@124 3360 _LT_DECL([], [want_nocaseglob], [1],
cannam@124 3361 [Find potential files using nocaseglob when deplibs_check_method = "file_magic"])
cannam@124 3362 ])# _LT_CHECK_MAGIC_METHOD
cannam@124 3363
cannam@124 3364
cannam@124 3365 # LT_PATH_NM
cannam@124 3366 # ----------
cannam@124 3367 # find the pathname to a BSD- or MS-compatible name lister
cannam@124 3368 AC_DEFUN([LT_PATH_NM],
cannam@124 3369 [AC_REQUIRE([AC_PROG_CC])dnl
cannam@124 3370 AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
cannam@124 3371 [if test -n "$NM"; then
cannam@124 3372 # Let the user override the test.
cannam@124 3373 lt_cv_path_NM="$NM"
cannam@124 3374 else
cannam@124 3375 lt_nm_to_check="${ac_tool_prefix}nm"
cannam@124 3376 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
cannam@124 3377 lt_nm_to_check="$lt_nm_to_check nm"
cannam@124 3378 fi
cannam@124 3379 for lt_tmp_nm in $lt_nm_to_check; do
cannam@124 3380 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
cannam@124 3381 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
cannam@124 3382 IFS="$lt_save_ifs"
cannam@124 3383 test -z "$ac_dir" && ac_dir=.
cannam@124 3384 tmp_nm="$ac_dir/$lt_tmp_nm"
cannam@124 3385 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
cannam@124 3386 # Check to see if the nm accepts a BSD-compat flag.
cannam@124 3387 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
cannam@124 3388 # nm: unknown option "B" ignored
cannam@124 3389 # Tru64's nm complains that /dev/null is an invalid object file
cannam@124 3390 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
cannam@124 3391 */dev/null* | *'Invalid file or object type'*)
cannam@124 3392 lt_cv_path_NM="$tmp_nm -B"
cannam@124 3393 break
cannam@124 3394 ;;
cannam@124 3395 *)
cannam@124 3396 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
cannam@124 3397 */dev/null*)
cannam@124 3398 lt_cv_path_NM="$tmp_nm -p"
cannam@124 3399 break
cannam@124 3400 ;;
cannam@124 3401 *)
cannam@124 3402 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
cannam@124 3403 continue # so that we can try to find one that supports BSD flags
cannam@124 3404 ;;
cannam@124 3405 esac
cannam@124 3406 ;;
cannam@124 3407 esac
cannam@124 3408 fi
cannam@124 3409 done
cannam@124 3410 IFS="$lt_save_ifs"
cannam@124 3411 done
cannam@124 3412 : ${lt_cv_path_NM=no}
cannam@124 3413 fi])
cannam@124 3414 if test "$lt_cv_path_NM" != "no"; then
cannam@124 3415 NM="$lt_cv_path_NM"
cannam@124 3416 else
cannam@124 3417 # Didn't find any BSD compatible name lister, look for dumpbin.
cannam@124 3418 if test -n "$DUMPBIN"; then :
cannam@124 3419 # Let the user override the test.
cannam@124 3420 else
cannam@124 3421 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
cannam@124 3422 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
cannam@124 3423 *COFF*)
cannam@124 3424 DUMPBIN="$DUMPBIN -symbols"
cannam@124 3425 ;;
cannam@124 3426 *)
cannam@124 3427 DUMPBIN=:
cannam@124 3428 ;;
cannam@124 3429 esac
cannam@124 3430 fi
cannam@124 3431 AC_SUBST([DUMPBIN])
cannam@124 3432 if test "$DUMPBIN" != ":"; then
cannam@124 3433 NM="$DUMPBIN"
cannam@124 3434 fi
cannam@124 3435 fi
cannam@124 3436 test -z "$NM" && NM=nm
cannam@124 3437 AC_SUBST([NM])
cannam@124 3438 _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
cannam@124 3439
cannam@124 3440 AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
cannam@124 3441 [lt_cv_nm_interface="BSD nm"
cannam@124 3442 echo "int some_variable = 0;" > conftest.$ac_ext
cannam@124 3443 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
cannam@124 3444 (eval "$ac_compile" 2>conftest.err)
cannam@124 3445 cat conftest.err >&AS_MESSAGE_LOG_FD
cannam@124 3446 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
cannam@124 3447 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
cannam@124 3448 cat conftest.err >&AS_MESSAGE_LOG_FD
cannam@124 3449 (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
cannam@124 3450 cat conftest.out >&AS_MESSAGE_LOG_FD
cannam@124 3451 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
cannam@124 3452 lt_cv_nm_interface="MS dumpbin"
cannam@124 3453 fi
cannam@124 3454 rm -f conftest*])
cannam@124 3455 ])# LT_PATH_NM
cannam@124 3456
cannam@124 3457 # Old names:
cannam@124 3458 AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
cannam@124 3459 AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
cannam@124 3460 dnl aclocal-1.4 backwards compatibility:
cannam@124 3461 dnl AC_DEFUN([AM_PROG_NM], [])
cannam@124 3462 dnl AC_DEFUN([AC_PROG_NM], [])
cannam@124 3463
cannam@124 3464 # _LT_CHECK_SHAREDLIB_FROM_LINKLIB
cannam@124 3465 # --------------------------------
cannam@124 3466 # how to determine the name of the shared library
cannam@124 3467 # associated with a specific link library.
cannam@124 3468 # -- PORTME fill in with the dynamic library characteristics
cannam@124 3469 m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB],
cannam@124 3470 [m4_require([_LT_DECL_EGREP])
cannam@124 3471 m4_require([_LT_DECL_OBJDUMP])
cannam@124 3472 m4_require([_LT_DECL_DLLTOOL])
cannam@124 3473 AC_CACHE_CHECK([how to associate runtime and link libraries],
cannam@124 3474 lt_cv_sharedlib_from_linklib_cmd,
cannam@124 3475 [lt_cv_sharedlib_from_linklib_cmd='unknown'
cannam@124 3476
cannam@124 3477 case $host_os in
cannam@124 3478 cygwin* | mingw* | pw32* | cegcc*)
cannam@124 3479 # two different shell functions defined in ltmain.sh
cannam@124 3480 # decide which to use based on capabilities of $DLLTOOL
cannam@124 3481 case `$DLLTOOL --help 2>&1` in
cannam@124 3482 *--identify-strict*)
cannam@124 3483 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
cannam@124 3484 ;;
cannam@124 3485 *)
cannam@124 3486 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
cannam@124 3487 ;;
cannam@124 3488 esac
cannam@124 3489 ;;
cannam@124 3490 *)
cannam@124 3491 # fallback: assume linklib IS sharedlib
cannam@124 3492 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
cannam@124 3493 ;;
cannam@124 3494 esac
cannam@124 3495 ])
cannam@124 3496 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
cannam@124 3497 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
cannam@124 3498
cannam@124 3499 _LT_DECL([], [sharedlib_from_linklib_cmd], [1],
cannam@124 3500 [Command to associate shared and link libraries])
cannam@124 3501 ])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB
cannam@124 3502
cannam@124 3503
cannam@124 3504 # _LT_PATH_MANIFEST_TOOL
cannam@124 3505 # ----------------------
cannam@124 3506 # locate the manifest tool
cannam@124 3507 m4_defun([_LT_PATH_MANIFEST_TOOL],
cannam@124 3508 [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :)
cannam@124 3509 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
cannam@124 3510 AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool],
cannam@124 3511 [lt_cv_path_mainfest_tool=no
cannam@124 3512 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD
cannam@124 3513 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
cannam@124 3514 cat conftest.err >&AS_MESSAGE_LOG_FD
cannam@124 3515 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
cannam@124 3516 lt_cv_path_mainfest_tool=yes
cannam@124 3517 fi
cannam@124 3518 rm -f conftest*])
cannam@124 3519 if test "x$lt_cv_path_mainfest_tool" != xyes; then
cannam@124 3520 MANIFEST_TOOL=:
cannam@124 3521 fi
cannam@124 3522 _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl
cannam@124 3523 ])# _LT_PATH_MANIFEST_TOOL
cannam@124 3524
cannam@124 3525
cannam@124 3526 # LT_LIB_M
cannam@124 3527 # --------
cannam@124 3528 # check for math library
cannam@124 3529 AC_DEFUN([LT_LIB_M],
cannam@124 3530 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
cannam@124 3531 LIBM=
cannam@124 3532 case $host in
cannam@124 3533 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
cannam@124 3534 # These system don't have libm, or don't need it
cannam@124 3535 ;;
cannam@124 3536 *-ncr-sysv4.3*)
cannam@124 3537 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
cannam@124 3538 AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
cannam@124 3539 ;;
cannam@124 3540 *)
cannam@124 3541 AC_CHECK_LIB(m, cos, LIBM="-lm")
cannam@124 3542 ;;
cannam@124 3543 esac
cannam@124 3544 AC_SUBST([LIBM])
cannam@124 3545 ])# LT_LIB_M
cannam@124 3546
cannam@124 3547 # Old name:
cannam@124 3548 AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
cannam@124 3549 dnl aclocal-1.4 backwards compatibility:
cannam@124 3550 dnl AC_DEFUN([AC_CHECK_LIBM], [])
cannam@124 3551
cannam@124 3552
cannam@124 3553 # _LT_COMPILER_NO_RTTI([TAGNAME])
cannam@124 3554 # -------------------------------
cannam@124 3555 m4_defun([_LT_COMPILER_NO_RTTI],
cannam@124 3556 [m4_require([_LT_TAG_COMPILER])dnl
cannam@124 3557
cannam@124 3558 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
cannam@124 3559
cannam@124 3560 if test "$GCC" = yes; then
cannam@124 3561 case $cc_basename in
cannam@124 3562 nvcc*)
cannam@124 3563 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;;
cannam@124 3564 *)
cannam@124 3565 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;;
cannam@124 3566 esac
cannam@124 3567
cannam@124 3568 _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
cannam@124 3569 lt_cv_prog_compiler_rtti_exceptions,
cannam@124 3570 [-fno-rtti -fno-exceptions], [],
cannam@124 3571 [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
cannam@124 3572 fi
cannam@124 3573 _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
cannam@124 3574 [Compiler flag to turn off builtin functions])
cannam@124 3575 ])# _LT_COMPILER_NO_RTTI
cannam@124 3576
cannam@124 3577
cannam@124 3578 # _LT_CMD_GLOBAL_SYMBOLS
cannam@124 3579 # ----------------------
cannam@124 3580 m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
cannam@124 3581 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
cannam@124 3582 AC_REQUIRE([AC_PROG_CC])dnl
cannam@124 3583 AC_REQUIRE([AC_PROG_AWK])dnl
cannam@124 3584 AC_REQUIRE([LT_PATH_NM])dnl
cannam@124 3585 AC_REQUIRE([LT_PATH_LD])dnl
cannam@124 3586 m4_require([_LT_DECL_SED])dnl
cannam@124 3587 m4_require([_LT_DECL_EGREP])dnl
cannam@124 3588 m4_require([_LT_TAG_COMPILER])dnl
cannam@124 3589
cannam@124 3590 # Check for command to grab the raw symbol name followed by C symbol from nm.
cannam@124 3591 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
cannam@124 3592 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
cannam@124 3593 [
cannam@124 3594 # These are sane defaults that work on at least a few old systems.
cannam@124 3595 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
cannam@124 3596
cannam@124 3597 # Character class describing NM global symbol codes.
cannam@124 3598 symcode='[[BCDEGRST]]'
cannam@124 3599
cannam@124 3600 # Regexp to match symbols that can be accessed directly from C.
cannam@124 3601 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
cannam@124 3602
cannam@124 3603 # Define system-specific variables.
cannam@124 3604 case $host_os in
cannam@124 3605 aix*)
cannam@124 3606 symcode='[[BCDT]]'
cannam@124 3607 ;;
cannam@124 3608 cygwin* | mingw* | pw32* | cegcc*)
cannam@124 3609 symcode='[[ABCDGISTW]]'
cannam@124 3610 ;;
cannam@124 3611 hpux*)
cannam@124 3612 if test "$host_cpu" = ia64; then
cannam@124 3613 symcode='[[ABCDEGRST]]'
cannam@124 3614 fi
cannam@124 3615 ;;
cannam@124 3616 irix* | nonstopux*)
cannam@124 3617 symcode='[[BCDEGRST]]'
cannam@124 3618 ;;
cannam@124 3619 osf*)
cannam@124 3620 symcode='[[BCDEGQRST]]'
cannam@124 3621 ;;
cannam@124 3622 solaris*)
cannam@124 3623 symcode='[[BDRT]]'
cannam@124 3624 ;;
cannam@124 3625 sco3.2v5*)
cannam@124 3626 symcode='[[DT]]'
cannam@124 3627 ;;
cannam@124 3628 sysv4.2uw2*)
cannam@124 3629 symcode='[[DT]]'
cannam@124 3630 ;;
cannam@124 3631 sysv5* | sco5v6* | unixware* | OpenUNIX*)
cannam@124 3632 symcode='[[ABDT]]'
cannam@124 3633 ;;
cannam@124 3634 sysv4)
cannam@124 3635 symcode='[[DFNSTU]]'
cannam@124 3636 ;;
cannam@124 3637 esac
cannam@124 3638
cannam@124 3639 # If we're using GNU nm, then use its standard symbol codes.
cannam@124 3640 case `$NM -V 2>&1` in
cannam@124 3641 *GNU* | *'with BFD'*)
cannam@124 3642 symcode='[[ABCDGIRSTW]]' ;;
cannam@124 3643 esac
cannam@124 3644
cannam@124 3645 # Transform an extracted symbol line into a proper C declaration.
cannam@124 3646 # Some systems (esp. on ia64) link data and code symbols differently,
cannam@124 3647 # so use this general approach.
cannam@124 3648 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
cannam@124 3649
cannam@124 3650 # Transform an extracted symbol line into symbol name and symbol address
cannam@124 3651 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'"
cannam@124 3652 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'"
cannam@124 3653
cannam@124 3654 # Handle CRLF in mingw tool chain
cannam@124 3655 opt_cr=
cannam@124 3656 case $build_os in
cannam@124 3657 mingw*)
cannam@124 3658 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
cannam@124 3659 ;;
cannam@124 3660 esac
cannam@124 3661
cannam@124 3662 # Try without a prefix underscore, then with it.
cannam@124 3663 for ac_symprfx in "" "_"; do
cannam@124 3664
cannam@124 3665 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
cannam@124 3666 symxfrm="\\1 $ac_symprfx\\2 \\2"
cannam@124 3667
cannam@124 3668 # Write the raw and C identifiers.
cannam@124 3669 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
cannam@124 3670 # Fake it for dumpbin and say T for any non-static function
cannam@124 3671 # and D for any global variable.
cannam@124 3672 # Also find C++ and __fastcall symbols from MSVC++,
cannam@124 3673 # which start with @ or ?.
cannam@124 3674 lt_cv_sys_global_symbol_pipe="$AWK ['"\
cannam@124 3675 " {last_section=section; section=\$ 3};"\
cannam@124 3676 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
cannam@124 3677 " \$ 0!~/External *\|/{next};"\
cannam@124 3678 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
cannam@124 3679 " {if(hide[section]) next};"\
cannam@124 3680 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
cannam@124 3681 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
cannam@124 3682 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
cannam@124 3683 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
cannam@124 3684 " ' prfx=^$ac_symprfx]"
cannam@124 3685 else
cannam@124 3686 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
cannam@124 3687 fi
cannam@124 3688 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
cannam@124 3689
cannam@124 3690 # Check to see that the pipe works correctly.
cannam@124 3691 pipe_works=no
cannam@124 3692
cannam@124 3693 rm -f conftest*
cannam@124 3694 cat > conftest.$ac_ext <<_LT_EOF
cannam@124 3695 #ifdef __cplusplus
cannam@124 3696 extern "C" {
cannam@124 3697 #endif
cannam@124 3698 char nm_test_var;
cannam@124 3699 void nm_test_func(void);
cannam@124 3700 void nm_test_func(void){}
cannam@124 3701 #ifdef __cplusplus
cannam@124 3702 }
cannam@124 3703 #endif
cannam@124 3704 int main(){nm_test_var='a';nm_test_func();return(0);}
cannam@124 3705 _LT_EOF
cannam@124 3706
cannam@124 3707 if AC_TRY_EVAL(ac_compile); then
cannam@124 3708 # Now try to grab the symbols.
cannam@124 3709 nlist=conftest.nm
cannam@124 3710 if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
cannam@124 3711 # Try sorting and uniquifying the output.
cannam@124 3712 if sort "$nlist" | uniq > "$nlist"T; then
cannam@124 3713 mv -f "$nlist"T "$nlist"
cannam@124 3714 else
cannam@124 3715 rm -f "$nlist"T
cannam@124 3716 fi
cannam@124 3717
cannam@124 3718 # Make sure that we snagged all the symbols we need.
cannam@124 3719 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
cannam@124 3720 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
cannam@124 3721 cat <<_LT_EOF > conftest.$ac_ext
cannam@124 3722 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
cannam@124 3723 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
cannam@124 3724 /* DATA imports from DLLs on WIN32 con't be const, because runtime
cannam@124 3725 relocations are performed -- see ld's documentation on pseudo-relocs. */
cannam@124 3726 # define LT@&t@_DLSYM_CONST
cannam@124 3727 #elif defined(__osf__)
cannam@124 3728 /* This system does not cope well with relocations in const data. */
cannam@124 3729 # define LT@&t@_DLSYM_CONST
cannam@124 3730 #else
cannam@124 3731 # define LT@&t@_DLSYM_CONST const
cannam@124 3732 #endif
cannam@124 3733
cannam@124 3734 #ifdef __cplusplus
cannam@124 3735 extern "C" {
cannam@124 3736 #endif
cannam@124 3737
cannam@124 3738 _LT_EOF
cannam@124 3739 # Now generate the symbol file.
cannam@124 3740 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
cannam@124 3741
cannam@124 3742 cat <<_LT_EOF >> conftest.$ac_ext
cannam@124 3743
cannam@124 3744 /* The mapping between symbol names and symbols. */
cannam@124 3745 LT@&t@_DLSYM_CONST struct {
cannam@124 3746 const char *name;
cannam@124 3747 void *address;
cannam@124 3748 }
cannam@124 3749 lt__PROGRAM__LTX_preloaded_symbols[[]] =
cannam@124 3750 {
cannam@124 3751 { "@PROGRAM@", (void *) 0 },
cannam@124 3752 _LT_EOF
cannam@124 3753 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
cannam@124 3754 cat <<\_LT_EOF >> conftest.$ac_ext
cannam@124 3755 {0, (void *) 0}
cannam@124 3756 };
cannam@124 3757
cannam@124 3758 /* This works around a problem in FreeBSD linker */
cannam@124 3759 #ifdef FREEBSD_WORKAROUND
cannam@124 3760 static const void *lt_preloaded_setup() {
cannam@124 3761 return lt__PROGRAM__LTX_preloaded_symbols;
cannam@124 3762 }
cannam@124 3763 #endif
cannam@124 3764
cannam@124 3765 #ifdef __cplusplus
cannam@124 3766 }
cannam@124 3767 #endif
cannam@124 3768 _LT_EOF
cannam@124 3769 # Now try linking the two files.
cannam@124 3770 mv conftest.$ac_objext conftstm.$ac_objext
cannam@124 3771 lt_globsym_save_LIBS=$LIBS
cannam@124 3772 lt_globsym_save_CFLAGS=$CFLAGS
cannam@124 3773 LIBS="conftstm.$ac_objext"
cannam@124 3774 CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
cannam@124 3775 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
cannam@124 3776 pipe_works=yes
cannam@124 3777 fi
cannam@124 3778 LIBS=$lt_globsym_save_LIBS
cannam@124 3779 CFLAGS=$lt_globsym_save_CFLAGS
cannam@124 3780 else
cannam@124 3781 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
cannam@124 3782 fi
cannam@124 3783 else
cannam@124 3784 echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
cannam@124 3785 fi
cannam@124 3786 else
cannam@124 3787 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
cannam@124 3788 fi
cannam@124 3789 else
cannam@124 3790 echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
cannam@124 3791 cat conftest.$ac_ext >&5
cannam@124 3792 fi
cannam@124 3793 rm -rf conftest* conftst*
cannam@124 3794
cannam@124 3795 # Do not use the global_symbol_pipe unless it works.
cannam@124 3796 if test "$pipe_works" = yes; then
cannam@124 3797 break
cannam@124 3798 else
cannam@124 3799 lt_cv_sys_global_symbol_pipe=
cannam@124 3800 fi
cannam@124 3801 done
cannam@124 3802 ])
cannam@124 3803 if test -z "$lt_cv_sys_global_symbol_pipe"; then
cannam@124 3804 lt_cv_sys_global_symbol_to_cdecl=
cannam@124 3805 fi
cannam@124 3806 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
cannam@124 3807 AC_MSG_RESULT(failed)
cannam@124 3808 else
cannam@124 3809 AC_MSG_RESULT(ok)
cannam@124 3810 fi
cannam@124 3811
cannam@124 3812 # Response file support.
cannam@124 3813 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
cannam@124 3814 nm_file_list_spec='@'
cannam@124 3815 elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then
cannam@124 3816 nm_file_list_spec='@'
cannam@124 3817 fi
cannam@124 3818
cannam@124 3819 _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
cannam@124 3820 [Take the output of nm and produce a listing of raw symbols and C names])
cannam@124 3821 _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
cannam@124 3822 [Transform the output of nm in a proper C declaration])
cannam@124 3823 _LT_DECL([global_symbol_to_c_name_address],
cannam@124 3824 [lt_cv_sys_global_symbol_to_c_name_address], [1],
cannam@124 3825 [Transform the output of nm in a C name address pair])
cannam@124 3826 _LT_DECL([global_symbol_to_c_name_address_lib_prefix],
cannam@124 3827 [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
cannam@124 3828 [Transform the output of nm in a C name address pair when lib prefix is needed])
cannam@124 3829 _LT_DECL([], [nm_file_list_spec], [1],
cannam@124 3830 [Specify filename containing input files for $NM])
cannam@124 3831 ]) # _LT_CMD_GLOBAL_SYMBOLS
cannam@124 3832
cannam@124 3833
cannam@124 3834 # _LT_COMPILER_PIC([TAGNAME])
cannam@124 3835 # ---------------------------
cannam@124 3836 m4_defun([_LT_COMPILER_PIC],
cannam@124 3837 [m4_require([_LT_TAG_COMPILER])dnl
cannam@124 3838 _LT_TAGVAR(lt_prog_compiler_wl, $1)=
cannam@124 3839 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
cannam@124 3840 _LT_TAGVAR(lt_prog_compiler_static, $1)=
cannam@124 3841
cannam@124 3842 m4_if([$1], [CXX], [
cannam@124 3843 # C++ specific cases for pic, static, wl, etc.
cannam@124 3844 if test "$GXX" = yes; then
cannam@124 3845 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 3846 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
cannam@124 3847
cannam@124 3848 case $host_os in
cannam@124 3849 aix*)
cannam@124 3850 # All AIX code is PIC.
cannam@124 3851 if test "$host_cpu" = ia64; then
cannam@124 3852 # AIX 5 now supports IA64 processor
cannam@124 3853 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 3854 fi
cannam@124 3855 ;;
cannam@124 3856
cannam@124 3857 amigaos*)
cannam@124 3858 case $host_cpu in
cannam@124 3859 powerpc)
cannam@124 3860 # see comment about AmigaOS4 .so support
cannam@124 3861 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
cannam@124 3862 ;;
cannam@124 3863 m68k)
cannam@124 3864 # FIXME: we need at least 68020 code to build shared libraries, but
cannam@124 3865 # adding the `-m68020' flag to GCC prevents building anything better,
cannam@124 3866 # like `-m68040'.
cannam@124 3867 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
cannam@124 3868 ;;
cannam@124 3869 esac
cannam@124 3870 ;;
cannam@124 3871
cannam@124 3872 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
cannam@124 3873 # PIC is the default for these OSes.
cannam@124 3874 ;;
cannam@124 3875 mingw* | cygwin* | os2* | pw32* | cegcc*)
cannam@124 3876 # This hack is so that the source file can tell whether it is being
cannam@124 3877 # built for inclusion in a dll (and should export symbols for example).
cannam@124 3878 # Although the cygwin gcc ignores -fPIC, still need this for old-style
cannam@124 3879 # (--disable-auto-import) libraries
cannam@124 3880 m4_if([$1], [GCJ], [],
cannam@124 3881 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
cannam@124 3882 ;;
cannam@124 3883 darwin* | rhapsody*)
cannam@124 3884 # PIC is the default on this platform
cannam@124 3885 # Common symbols not allowed in MH_DYLIB files
cannam@124 3886 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
cannam@124 3887 ;;
cannam@124 3888 *djgpp*)
cannam@124 3889 # DJGPP does not support shared libraries at all
cannam@124 3890 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
cannam@124 3891 ;;
cannam@124 3892 haiku*)
cannam@124 3893 # PIC is the default for Haiku.
cannam@124 3894 # The "-static" flag exists, but is broken.
cannam@124 3895 _LT_TAGVAR(lt_prog_compiler_static, $1)=
cannam@124 3896 ;;
cannam@124 3897 interix[[3-9]]*)
cannam@124 3898 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
cannam@124 3899 # Instead, we relocate shared libraries at runtime.
cannam@124 3900 ;;
cannam@124 3901 sysv4*MP*)
cannam@124 3902 if test -d /usr/nec; then
cannam@124 3903 _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
cannam@124 3904 fi
cannam@124 3905 ;;
cannam@124 3906 hpux*)
cannam@124 3907 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
cannam@124 3908 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
cannam@124 3909 # sets the default TLS model and affects inlining.
cannam@124 3910 case $host_cpu in
cannam@124 3911 hppa*64*)
cannam@124 3912 ;;
cannam@124 3913 *)
cannam@124 3914 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
cannam@124 3915 ;;
cannam@124 3916 esac
cannam@124 3917 ;;
cannam@124 3918 *qnx* | *nto*)
cannam@124 3919 # QNX uses GNU C++, but need to define -shared option too, otherwise
cannam@124 3920 # it will coredump.
cannam@124 3921 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
cannam@124 3922 ;;
cannam@124 3923 *)
cannam@124 3924 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
cannam@124 3925 ;;
cannam@124 3926 esac
cannam@124 3927 else
cannam@124 3928 case $host_os in
cannam@124 3929 aix[[4-9]]*)
cannam@124 3930 # All AIX code is PIC.
cannam@124 3931 if test "$host_cpu" = ia64; then
cannam@124 3932 # AIX 5 now supports IA64 processor
cannam@124 3933 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 3934 else
cannam@124 3935 _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
cannam@124 3936 fi
cannam@124 3937 ;;
cannam@124 3938 chorus*)
cannam@124 3939 case $cc_basename in
cannam@124 3940 cxch68*)
cannam@124 3941 # Green Hills C++ Compiler
cannam@124 3942 # _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"
cannam@124 3943 ;;
cannam@124 3944 esac
cannam@124 3945 ;;
cannam@124 3946 mingw* | cygwin* | os2* | pw32* | cegcc*)
cannam@124 3947 # This hack is so that the source file can tell whether it is being
cannam@124 3948 # built for inclusion in a dll (and should export symbols for example).
cannam@124 3949 m4_if([$1], [GCJ], [],
cannam@124 3950 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
cannam@124 3951 ;;
cannam@124 3952 dgux*)
cannam@124 3953 case $cc_basename in
cannam@124 3954 ec++*)
cannam@124 3955 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
cannam@124 3956 ;;
cannam@124 3957 ghcx*)
cannam@124 3958 # Green Hills C++ Compiler
cannam@124 3959 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
cannam@124 3960 ;;
cannam@124 3961 *)
cannam@124 3962 ;;
cannam@124 3963 esac
cannam@124 3964 ;;
cannam@124 3965 freebsd* | dragonfly*)
cannam@124 3966 # FreeBSD uses GNU C++
cannam@124 3967 ;;
cannam@124 3968 hpux9* | hpux10* | hpux11*)
cannam@124 3969 case $cc_basename in
cannam@124 3970 CC*)
cannam@124 3971 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 3972 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
cannam@124 3973 if test "$host_cpu" != ia64; then
cannam@124 3974 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
cannam@124 3975 fi
cannam@124 3976 ;;
cannam@124 3977 aCC*)
cannam@124 3978 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 3979 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
cannam@124 3980 case $host_cpu in
cannam@124 3981 hppa*64*|ia64*)
cannam@124 3982 # +Z the default
cannam@124 3983 ;;
cannam@124 3984 *)
cannam@124 3985 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
cannam@124 3986 ;;
cannam@124 3987 esac
cannam@124 3988 ;;
cannam@124 3989 *)
cannam@124 3990 ;;
cannam@124 3991 esac
cannam@124 3992 ;;
cannam@124 3993 interix*)
cannam@124 3994 # This is c89, which is MS Visual C++ (no shared libs)
cannam@124 3995 # Anyone wants to do a port?
cannam@124 3996 ;;
cannam@124 3997 irix5* | irix6* | nonstopux*)
cannam@124 3998 case $cc_basename in
cannam@124 3999 CC*)
cannam@124 4000 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4001 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
cannam@124 4002 # CC pic flag -KPIC is the default.
cannam@124 4003 ;;
cannam@124 4004 *)
cannam@124 4005 ;;
cannam@124 4006 esac
cannam@124 4007 ;;
cannam@124 4008 linux* | k*bsd*-gnu | kopensolaris*-gnu)
cannam@124 4009 case $cc_basename in
cannam@124 4010 KCC*)
cannam@124 4011 # KAI C++ Compiler
cannam@124 4012 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
cannam@124 4013 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
cannam@124 4014 ;;
cannam@124 4015 ecpc* )
cannam@124 4016 # old Intel C++ for x86_64 which still supported -KPIC.
cannam@124 4017 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4018 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
cannam@124 4019 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
cannam@124 4020 ;;
cannam@124 4021 icpc* )
cannam@124 4022 # Intel C++, used to be incompatible with GCC.
cannam@124 4023 # ICC 10 doesn't accept -KPIC any more.
cannam@124 4024 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4025 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
cannam@124 4026 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
cannam@124 4027 ;;
cannam@124 4028 pgCC* | pgcpp*)
cannam@124 4029 # Portland Group C++ compiler
cannam@124 4030 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4031 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
cannam@124 4032 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4033 ;;
cannam@124 4034 cxx*)
cannam@124 4035 # Compaq C++
cannam@124 4036 # Make sure the PIC flag is empty. It appears that all Alpha
cannam@124 4037 # Linux and Compaq Tru64 Unix objects are PIC.
cannam@124 4038 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
cannam@124 4039 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
cannam@124 4040 ;;
cannam@124 4041 xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*)
cannam@124 4042 # IBM XL 8.0, 9.0 on PPC and BlueGene
cannam@124 4043 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4044 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
cannam@124 4045 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
cannam@124 4046 ;;
cannam@124 4047 *)
cannam@124 4048 case `$CC -V 2>&1 | sed 5q` in
cannam@124 4049 *Sun\ C*)
cannam@124 4050 # Sun C++ 5.9
cannam@124 4051 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
cannam@124 4052 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4053 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
cannam@124 4054 ;;
cannam@124 4055 esac
cannam@124 4056 ;;
cannam@124 4057 esac
cannam@124 4058 ;;
cannam@124 4059 lynxos*)
cannam@124 4060 ;;
cannam@124 4061 m88k*)
cannam@124 4062 ;;
cannam@124 4063 mvs*)
cannam@124 4064 case $cc_basename in
cannam@124 4065 cxx*)
cannam@124 4066 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
cannam@124 4067 ;;
cannam@124 4068 *)
cannam@124 4069 ;;
cannam@124 4070 esac
cannam@124 4071 ;;
cannam@124 4072 netbsd* | netbsdelf*-gnu)
cannam@124 4073 ;;
cannam@124 4074 *qnx* | *nto*)
cannam@124 4075 # QNX uses GNU C++, but need to define -shared option too, otherwise
cannam@124 4076 # it will coredump.
cannam@124 4077 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
cannam@124 4078 ;;
cannam@124 4079 osf3* | osf4* | osf5*)
cannam@124 4080 case $cc_basename in
cannam@124 4081 KCC*)
cannam@124 4082 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
cannam@124 4083 ;;
cannam@124 4084 RCC*)
cannam@124 4085 # Rational C++ 2.4.1
cannam@124 4086 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
cannam@124 4087 ;;
cannam@124 4088 cxx*)
cannam@124 4089 # Digital/Compaq C++
cannam@124 4090 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4091 # Make sure the PIC flag is empty. It appears that all Alpha
cannam@124 4092 # Linux and Compaq Tru64 Unix objects are PIC.
cannam@124 4093 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
cannam@124 4094 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
cannam@124 4095 ;;
cannam@124 4096 *)
cannam@124 4097 ;;
cannam@124 4098 esac
cannam@124 4099 ;;
cannam@124 4100 psos*)
cannam@124 4101 ;;
cannam@124 4102 solaris*)
cannam@124 4103 case $cc_basename in
cannam@124 4104 CC* | sunCC*)
cannam@124 4105 # Sun C++ 4.2, 5.x and Centerline C++
cannam@124 4106 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
cannam@124 4107 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4108 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
cannam@124 4109 ;;
cannam@124 4110 gcx*)
cannam@124 4111 # Green Hills C++ Compiler
cannam@124 4112 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
cannam@124 4113 ;;
cannam@124 4114 *)
cannam@124 4115 ;;
cannam@124 4116 esac
cannam@124 4117 ;;
cannam@124 4118 sunos4*)
cannam@124 4119 case $cc_basename in
cannam@124 4120 CC*)
cannam@124 4121 # Sun C++ 4.x
cannam@124 4122 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
cannam@124 4123 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4124 ;;
cannam@124 4125 lcc*)
cannam@124 4126 # Lucid
cannam@124 4127 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
cannam@124 4128 ;;
cannam@124 4129 *)
cannam@124 4130 ;;
cannam@124 4131 esac
cannam@124 4132 ;;
cannam@124 4133 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
cannam@124 4134 case $cc_basename in
cannam@124 4135 CC*)
cannam@124 4136 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4137 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
cannam@124 4138 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4139 ;;
cannam@124 4140 esac
cannam@124 4141 ;;
cannam@124 4142 tandem*)
cannam@124 4143 case $cc_basename in
cannam@124 4144 NCC*)
cannam@124 4145 # NonStop-UX NCC 3.20
cannam@124 4146 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
cannam@124 4147 ;;
cannam@124 4148 *)
cannam@124 4149 ;;
cannam@124 4150 esac
cannam@124 4151 ;;
cannam@124 4152 vxworks*)
cannam@124 4153 ;;
cannam@124 4154 *)
cannam@124 4155 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
cannam@124 4156 ;;
cannam@124 4157 esac
cannam@124 4158 fi
cannam@124 4159 ],
cannam@124 4160 [
cannam@124 4161 if test "$GCC" = yes; then
cannam@124 4162 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4163 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
cannam@124 4164
cannam@124 4165 case $host_os in
cannam@124 4166 aix*)
cannam@124 4167 # All AIX code is PIC.
cannam@124 4168 if test "$host_cpu" = ia64; then
cannam@124 4169 # AIX 5 now supports IA64 processor
cannam@124 4170 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4171 fi
cannam@124 4172 ;;
cannam@124 4173
cannam@124 4174 amigaos*)
cannam@124 4175 case $host_cpu in
cannam@124 4176 powerpc)
cannam@124 4177 # see comment about AmigaOS4 .so support
cannam@124 4178 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
cannam@124 4179 ;;
cannam@124 4180 m68k)
cannam@124 4181 # FIXME: we need at least 68020 code to build shared libraries, but
cannam@124 4182 # adding the `-m68020' flag to GCC prevents building anything better,
cannam@124 4183 # like `-m68040'.
cannam@124 4184 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
cannam@124 4185 ;;
cannam@124 4186 esac
cannam@124 4187 ;;
cannam@124 4188
cannam@124 4189 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
cannam@124 4190 # PIC is the default for these OSes.
cannam@124 4191 ;;
cannam@124 4192
cannam@124 4193 mingw* | cygwin* | pw32* | os2* | cegcc*)
cannam@124 4194 # This hack is so that the source file can tell whether it is being
cannam@124 4195 # built for inclusion in a dll (and should export symbols for example).
cannam@124 4196 # Although the cygwin gcc ignores -fPIC, still need this for old-style
cannam@124 4197 # (--disable-auto-import) libraries
cannam@124 4198 m4_if([$1], [GCJ], [],
cannam@124 4199 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
cannam@124 4200 ;;
cannam@124 4201
cannam@124 4202 darwin* | rhapsody*)
cannam@124 4203 # PIC is the default on this platform
cannam@124 4204 # Common symbols not allowed in MH_DYLIB files
cannam@124 4205 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
cannam@124 4206 ;;
cannam@124 4207
cannam@124 4208 haiku*)
cannam@124 4209 # PIC is the default for Haiku.
cannam@124 4210 # The "-static" flag exists, but is broken.
cannam@124 4211 _LT_TAGVAR(lt_prog_compiler_static, $1)=
cannam@124 4212 ;;
cannam@124 4213
cannam@124 4214 hpux*)
cannam@124 4215 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
cannam@124 4216 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
cannam@124 4217 # sets the default TLS model and affects inlining.
cannam@124 4218 case $host_cpu in
cannam@124 4219 hppa*64*)
cannam@124 4220 # +Z the default
cannam@124 4221 ;;
cannam@124 4222 *)
cannam@124 4223 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
cannam@124 4224 ;;
cannam@124 4225 esac
cannam@124 4226 ;;
cannam@124 4227
cannam@124 4228 interix[[3-9]]*)
cannam@124 4229 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
cannam@124 4230 # Instead, we relocate shared libraries at runtime.
cannam@124 4231 ;;
cannam@124 4232
cannam@124 4233 msdosdjgpp*)
cannam@124 4234 # Just because we use GCC doesn't mean we suddenly get shared libraries
cannam@124 4235 # on systems that don't support them.
cannam@124 4236 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
cannam@124 4237 enable_shared=no
cannam@124 4238 ;;
cannam@124 4239
cannam@124 4240 *nto* | *qnx*)
cannam@124 4241 # QNX uses GNU C++, but need to define -shared option too, otherwise
cannam@124 4242 # it will coredump.
cannam@124 4243 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
cannam@124 4244 ;;
cannam@124 4245
cannam@124 4246 sysv4*MP*)
cannam@124 4247 if test -d /usr/nec; then
cannam@124 4248 _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
cannam@124 4249 fi
cannam@124 4250 ;;
cannam@124 4251
cannam@124 4252 *)
cannam@124 4253 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
cannam@124 4254 ;;
cannam@124 4255 esac
cannam@124 4256
cannam@124 4257 case $cc_basename in
cannam@124 4258 nvcc*) # Cuda Compiler Driver 2.2
cannam@124 4259 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '
cannam@124 4260 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Xcompiler -fPIC'
cannam@124 4261 ;;
cannam@124 4262 esac
cannam@124 4263 else
cannam@124 4264 # PORTME Check for flag to pass linker flags through the system compiler.
cannam@124 4265 case $host_os in
cannam@124 4266 aix*)
cannam@124 4267 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4268 if test "$host_cpu" = ia64; then
cannam@124 4269 # AIX 5 now supports IA64 processor
cannam@124 4270 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4271 else
cannam@124 4272 _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
cannam@124 4273 fi
cannam@124 4274 ;;
cannam@124 4275
cannam@124 4276 mingw* | cygwin* | pw32* | os2* | cegcc*)
cannam@124 4277 # This hack is so that the source file can tell whether it is being
cannam@124 4278 # built for inclusion in a dll (and should export symbols for example).
cannam@124 4279 m4_if([$1], [GCJ], [],
cannam@124 4280 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
cannam@124 4281 ;;
cannam@124 4282
cannam@124 4283 hpux9* | hpux10* | hpux11*)
cannam@124 4284 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4285 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
cannam@124 4286 # not for PA HP-UX.
cannam@124 4287 case $host_cpu in
cannam@124 4288 hppa*64*|ia64*)
cannam@124 4289 # +Z the default
cannam@124 4290 ;;
cannam@124 4291 *)
cannam@124 4292 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
cannam@124 4293 ;;
cannam@124 4294 esac
cannam@124 4295 # Is there a better lt_prog_compiler_static that works with the bundled CC?
cannam@124 4296 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
cannam@124 4297 ;;
cannam@124 4298
cannam@124 4299 irix5* | irix6* | nonstopux*)
cannam@124 4300 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4301 # PIC (with -KPIC) is the default.
cannam@124 4302 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
cannam@124 4303 ;;
cannam@124 4304
cannam@124 4305 linux* | k*bsd*-gnu | kopensolaris*-gnu)
cannam@124 4306 case $cc_basename in
cannam@124 4307 # old Intel for x86_64 which still supported -KPIC.
cannam@124 4308 ecc*)
cannam@124 4309 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4310 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
cannam@124 4311 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
cannam@124 4312 ;;
cannam@124 4313 # icc used to be incompatible with GCC.
cannam@124 4314 # ICC 10 doesn't accept -KPIC any more.
cannam@124 4315 icc* | ifort*)
cannam@124 4316 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4317 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
cannam@124 4318 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
cannam@124 4319 ;;
cannam@124 4320 # Lahey Fortran 8.1.
cannam@124 4321 lf95*)
cannam@124 4322 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4323 _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
cannam@124 4324 _LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
cannam@124 4325 ;;
cannam@124 4326 nagfor*)
cannam@124 4327 # NAG Fortran compiler
cannam@124 4328 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
cannam@124 4329 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
cannam@124 4330 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4331 ;;
cannam@124 4332 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
cannam@124 4333 # Portland Group compilers (*not* the Pentium gcc compiler,
cannam@124 4334 # which looks to be a dead project)
cannam@124 4335 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4336 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
cannam@124 4337 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4338 ;;
cannam@124 4339 ccc*)
cannam@124 4340 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4341 # All Alpha code is PIC.
cannam@124 4342 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
cannam@124 4343 ;;
cannam@124 4344 xl* | bgxl* | bgf* | mpixl*)
cannam@124 4345 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
cannam@124 4346 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4347 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
cannam@124 4348 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
cannam@124 4349 ;;
cannam@124 4350 *)
cannam@124 4351 case `$CC -V 2>&1 | sed 5q` in
cannam@124 4352 *Sun\ F* | *Sun*Fortran*)
cannam@124 4353 # Sun Fortran 8.3 passes all unrecognized flags to the linker
cannam@124 4354 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
cannam@124 4355 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4356 _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
cannam@124 4357 ;;
cannam@124 4358 *Sun\ C*)
cannam@124 4359 # Sun C 5.9
cannam@124 4360 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
cannam@124 4361 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4362 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4363 ;;
cannam@124 4364 esac
cannam@124 4365 ;;
cannam@124 4366 esac
cannam@124 4367 ;;
cannam@124 4368
cannam@124 4369 newsos6)
cannam@124 4370 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
cannam@124 4371 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4372 ;;
cannam@124 4373
cannam@124 4374 *nto* | *qnx*)
cannam@124 4375 # QNX uses GNU C++, but need to define -shared option too, otherwise
cannam@124 4376 # it will coredump.
cannam@124 4377 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
cannam@124 4378 ;;
cannam@124 4379
cannam@124 4380 osf3* | osf4* | osf5*)
cannam@124 4381 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4382 # All OSF/1 code is PIC.
cannam@124 4383 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
cannam@124 4384 ;;
cannam@124 4385
cannam@124 4386 rdos*)
cannam@124 4387 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
cannam@124 4388 ;;
cannam@124 4389
cannam@124 4390 solaris*)
cannam@124 4391 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
cannam@124 4392 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4393 case $cc_basename in
cannam@124 4394 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
cannam@124 4395 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
cannam@124 4396 *)
cannam@124 4397 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
cannam@124 4398 esac
cannam@124 4399 ;;
cannam@124 4400
cannam@124 4401 sunos4*)
cannam@124 4402 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
cannam@124 4403 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
cannam@124 4404 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4405 ;;
cannam@124 4406
cannam@124 4407 sysv4 | sysv4.2uw2* | sysv4.3*)
cannam@124 4408 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4409 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
cannam@124 4410 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4411 ;;
cannam@124 4412
cannam@124 4413 sysv4*MP*)
cannam@124 4414 if test -d /usr/nec ;then
cannam@124 4415 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
cannam@124 4416 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4417 fi
cannam@124 4418 ;;
cannam@124 4419
cannam@124 4420 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
cannam@124 4421 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4422 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
cannam@124 4423 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4424 ;;
cannam@124 4425
cannam@124 4426 unicos*)
cannam@124 4427 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
cannam@124 4428 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
cannam@124 4429 ;;
cannam@124 4430
cannam@124 4431 uts4*)
cannam@124 4432 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
cannam@124 4433 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
cannam@124 4434 ;;
cannam@124 4435
cannam@124 4436 *)
cannam@124 4437 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
cannam@124 4438 ;;
cannam@124 4439 esac
cannam@124 4440 fi
cannam@124 4441 ])
cannam@124 4442 case $host_os in
cannam@124 4443 # For platforms which do not support PIC, -DPIC is meaningless:
cannam@124 4444 *djgpp*)
cannam@124 4445 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
cannam@124 4446 ;;
cannam@124 4447 *)
cannam@124 4448 _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
cannam@124 4449 ;;
cannam@124 4450 esac
cannam@124 4451
cannam@124 4452 AC_CACHE_CHECK([for $compiler option to produce PIC],
cannam@124 4453 [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)],
cannam@124 4454 [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)])
cannam@124 4455 _LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)
cannam@124 4456
cannam@124 4457 #
cannam@124 4458 # Check to make sure the PIC flag actually works.
cannam@124 4459 #
cannam@124 4460 if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
cannam@124 4461 _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
cannam@124 4462 [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
cannam@124 4463 [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
cannam@124 4464 [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
cannam@124 4465 "" | " "*) ;;
cannam@124 4466 *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;
cannam@124 4467 esac],
cannam@124 4468 [_LT_TAGVAR(lt_prog_compiler_pic, $1)=
cannam@124 4469 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
cannam@124 4470 fi
cannam@124 4471 _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
cannam@124 4472 [Additional compiler flags for building library objects])
cannam@124 4473
cannam@124 4474 _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1],
cannam@124 4475 [How to pass a linker flag through the compiler])
cannam@124 4476 #
cannam@124 4477 # Check to make sure the static flag actually works.
cannam@124 4478 #
cannam@124 4479 wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
cannam@124 4480 _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
cannam@124 4481 _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1),
cannam@124 4482 $lt_tmp_static_flag,
cannam@124 4483 [],
cannam@124 4484 [_LT_TAGVAR(lt_prog_compiler_static, $1)=])
cannam@124 4485 _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
cannam@124 4486 [Compiler flag to prevent dynamic linking])
cannam@124 4487 ])# _LT_COMPILER_PIC
cannam@124 4488
cannam@124 4489
cannam@124 4490 # _LT_LINKER_SHLIBS([TAGNAME])
cannam@124 4491 # ----------------------------
cannam@124 4492 # See if the linker supports building shared libraries.
cannam@124 4493 m4_defun([_LT_LINKER_SHLIBS],
cannam@124 4494 [AC_REQUIRE([LT_PATH_LD])dnl
cannam@124 4495 AC_REQUIRE([LT_PATH_NM])dnl
cannam@124 4496 m4_require([_LT_PATH_MANIFEST_TOOL])dnl
cannam@124 4497 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
cannam@124 4498 m4_require([_LT_DECL_EGREP])dnl
cannam@124 4499 m4_require([_LT_DECL_SED])dnl
cannam@124 4500 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
cannam@124 4501 m4_require([_LT_TAG_COMPILER])dnl
cannam@124 4502 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
cannam@124 4503 m4_if([$1], [CXX], [
cannam@124 4504 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
cannam@124 4505 _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
cannam@124 4506 case $host_os in
cannam@124 4507 aix[[4-9]]*)
cannam@124 4508 # If we're using GNU nm, then we don't want the "-C" option.
cannam@124 4509 # -C means demangle to AIX nm, but means don't demangle with GNU nm
cannam@124 4510 # Also, AIX nm treats weak defined symbols like other global defined
cannam@124 4511 # symbols, whereas GNU nm marks them as "W".
cannam@124 4512 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
cannam@124 4513 _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'
cannam@124 4514 else
cannam@124 4515 _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'
cannam@124 4516 fi
cannam@124 4517 ;;
cannam@124 4518 pw32*)
cannam@124 4519 _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
cannam@124 4520 ;;
cannam@124 4521 cygwin* | mingw* | cegcc*)
cannam@124 4522 case $cc_basename in
cannam@124 4523 cl*) ;;
cannam@124 4524 *)
cannam@124 4525 _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'
cannam@124 4526 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
cannam@124 4527 ;;
cannam@124 4528 esac
cannam@124 4529 ;;
cannam@124 4530 linux* | k*bsd*-gnu | gnu*)
cannam@124 4531 _LT_TAGVAR(link_all_deplibs, $1)=no
cannam@124 4532 ;;
cannam@124 4533 *)
cannam@124 4534 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
cannam@124 4535 ;;
cannam@124 4536 esac
cannam@124 4537 ], [
cannam@124 4538 runpath_var=
cannam@124 4539 _LT_TAGVAR(allow_undefined_flag, $1)=
cannam@124 4540 _LT_TAGVAR(always_export_symbols, $1)=no
cannam@124 4541 _LT_TAGVAR(archive_cmds, $1)=
cannam@124 4542 _LT_TAGVAR(archive_expsym_cmds, $1)=
cannam@124 4543 _LT_TAGVAR(compiler_needs_object, $1)=no
cannam@124 4544 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
cannam@124 4545 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
cannam@124 4546 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
cannam@124 4547 _LT_TAGVAR(hardcode_automatic, $1)=no
cannam@124 4548 _LT_TAGVAR(hardcode_direct, $1)=no
cannam@124 4549 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
cannam@124 4550 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
cannam@124 4551 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
cannam@124 4552 _LT_TAGVAR(hardcode_libdir_separator, $1)=
cannam@124 4553 _LT_TAGVAR(hardcode_minus_L, $1)=no
cannam@124 4554 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
cannam@124 4555 _LT_TAGVAR(inherit_rpath, $1)=no
cannam@124 4556 _LT_TAGVAR(link_all_deplibs, $1)=unknown
cannam@124 4557 _LT_TAGVAR(module_cmds, $1)=
cannam@124 4558 _LT_TAGVAR(module_expsym_cmds, $1)=
cannam@124 4559 _LT_TAGVAR(old_archive_from_new_cmds, $1)=
cannam@124 4560 _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)=
cannam@124 4561 _LT_TAGVAR(thread_safe_flag_spec, $1)=
cannam@124 4562 _LT_TAGVAR(whole_archive_flag_spec, $1)=
cannam@124 4563 # include_expsyms should be a list of space-separated symbols to be *always*
cannam@124 4564 # included in the symbol list
cannam@124 4565 _LT_TAGVAR(include_expsyms, $1)=
cannam@124 4566 # exclude_expsyms can be an extended regexp of symbols to exclude
cannam@124 4567 # it will be wrapped by ` (' and `)$', so one must not match beginning or
cannam@124 4568 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
cannam@124 4569 # as well as any symbol that contains `d'.
cannam@124 4570 _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
cannam@124 4571 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
cannam@124 4572 # platforms (ab)use it in PIC code, but their linkers get confused if
cannam@124 4573 # the symbol is explicitly referenced. Since portable code cannot
cannam@124 4574 # rely on this symbol name, it's probably fine to never include it in
cannam@124 4575 # preloaded symbol tables.
cannam@124 4576 # Exclude shared library initialization/finalization symbols.
cannam@124 4577 dnl Note also adjust exclude_expsyms for C++ above.
cannam@124 4578 extract_expsyms_cmds=
cannam@124 4579
cannam@124 4580 case $host_os in
cannam@124 4581 cygwin* | mingw* | pw32* | cegcc*)
cannam@124 4582 # FIXME: the MSVC++ port hasn't been tested in a loooong time
cannam@124 4583 # When not using gcc, we currently assume that we are using
cannam@124 4584 # Microsoft Visual C++.
cannam@124 4585 if test "$GCC" != yes; then
cannam@124 4586 with_gnu_ld=no
cannam@124 4587 fi
cannam@124 4588 ;;
cannam@124 4589 interix*)
cannam@124 4590 # we just hope/assume this is gcc and not c89 (= MSVC++)
cannam@124 4591 with_gnu_ld=yes
cannam@124 4592 ;;
cannam@124 4593 openbsd*)
cannam@124 4594 with_gnu_ld=no
cannam@124 4595 ;;
cannam@124 4596 linux* | k*bsd*-gnu | gnu*)
cannam@124 4597 _LT_TAGVAR(link_all_deplibs, $1)=no
cannam@124 4598 ;;
cannam@124 4599 esac
cannam@124 4600
cannam@124 4601 _LT_TAGVAR(ld_shlibs, $1)=yes
cannam@124 4602
cannam@124 4603 # On some targets, GNU ld is compatible enough with the native linker
cannam@124 4604 # that we're better off using the native interface for both.
cannam@124 4605 lt_use_gnu_ld_interface=no
cannam@124 4606 if test "$with_gnu_ld" = yes; then
cannam@124 4607 case $host_os in
cannam@124 4608 aix*)
cannam@124 4609 # The AIX port of GNU ld has always aspired to compatibility
cannam@124 4610 # with the native linker. However, as the warning in the GNU ld
cannam@124 4611 # block says, versions before 2.19.5* couldn't really create working
cannam@124 4612 # shared libraries, regardless of the interface used.
cannam@124 4613 case `$LD -v 2>&1` in
cannam@124 4614 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
cannam@124 4615 *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;;
cannam@124 4616 *\ \(GNU\ Binutils\)\ [[3-9]]*) ;;
cannam@124 4617 *)
cannam@124 4618 lt_use_gnu_ld_interface=yes
cannam@124 4619 ;;
cannam@124 4620 esac
cannam@124 4621 ;;
cannam@124 4622 *)
cannam@124 4623 lt_use_gnu_ld_interface=yes
cannam@124 4624 ;;
cannam@124 4625 esac
cannam@124 4626 fi
cannam@124 4627
cannam@124 4628 if test "$lt_use_gnu_ld_interface" = yes; then
cannam@124 4629 # If archive_cmds runs LD, not CC, wlarc should be empty
cannam@124 4630 wlarc='${wl}'
cannam@124 4631
cannam@124 4632 # Set some defaults for GNU ld with shared library support. These
cannam@124 4633 # are reset later if shared libraries are not supported. Putting them
cannam@124 4634 # here allows them to be overridden if necessary.
cannam@124 4635 runpath_var=LD_RUN_PATH
cannam@124 4636 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
cannam@124 4637 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
cannam@124 4638 # ancient GNU ld didn't support --whole-archive et. al.
cannam@124 4639 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
cannam@124 4640 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
cannam@124 4641 else
cannam@124 4642 _LT_TAGVAR(whole_archive_flag_spec, $1)=
cannam@124 4643 fi
cannam@124 4644 supports_anon_versioning=no
cannam@124 4645 case `$LD -v 2>&1` in
cannam@124 4646 *GNU\ gold*) supports_anon_versioning=yes ;;
cannam@124 4647 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
cannam@124 4648 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
cannam@124 4649 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
cannam@124 4650 *\ 2.11.*) ;; # other 2.11 versions
cannam@124 4651 *) supports_anon_versioning=yes ;;
cannam@124 4652 esac
cannam@124 4653
cannam@124 4654 # See if GNU ld supports shared libraries.
cannam@124 4655 case $host_os in
cannam@124 4656 aix[[3-9]]*)
cannam@124 4657 # On AIX/PPC, the GNU linker is very broken
cannam@124 4658 if test "$host_cpu" != ia64; then
cannam@124 4659 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 4660 cat <<_LT_EOF 1>&2
cannam@124 4661
cannam@124 4662 *** Warning: the GNU linker, at least up to release 2.19, is reported
cannam@124 4663 *** to be unable to reliably create shared libraries on AIX.
cannam@124 4664 *** Therefore, libtool is disabling shared libraries support. If you
cannam@124 4665 *** really care for shared libraries, you may want to install binutils
cannam@124 4666 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
cannam@124 4667 *** You will then need to restart the configuration process.
cannam@124 4668
cannam@124 4669 _LT_EOF
cannam@124 4670 fi
cannam@124 4671 ;;
cannam@124 4672
cannam@124 4673 amigaos*)
cannam@124 4674 case $host_cpu in
cannam@124 4675 powerpc)
cannam@124 4676 # see comment about AmigaOS4 .so support
cannam@124 4677 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
cannam@124 4678 _LT_TAGVAR(archive_expsym_cmds, $1)=''
cannam@124 4679 ;;
cannam@124 4680 m68k)
cannam@124 4681 _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)'
cannam@124 4682 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
cannam@124 4683 _LT_TAGVAR(hardcode_minus_L, $1)=yes
cannam@124 4684 ;;
cannam@124 4685 esac
cannam@124 4686 ;;
cannam@124 4687
cannam@124 4688 beos*)
cannam@124 4689 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
cannam@124 4690 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
cannam@124 4691 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
cannam@124 4692 # support --undefined. This deserves some investigation. FIXME
cannam@124 4693 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
cannam@124 4694 else
cannam@124 4695 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 4696 fi
cannam@124 4697 ;;
cannam@124 4698
cannam@124 4699 cygwin* | mingw* | pw32* | cegcc*)
cannam@124 4700 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
cannam@124 4701 # as there is no search path for DLLs.
cannam@124 4702 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
cannam@124 4703 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
cannam@124 4704 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
cannam@124 4705 _LT_TAGVAR(always_export_symbols, $1)=no
cannam@124 4706 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
cannam@124 4707 _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'
cannam@124 4708 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
cannam@124 4709
cannam@124 4710 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
cannam@124 4711 _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'
cannam@124 4712 # If the export-symbols file already is a .def file (1st line
cannam@124 4713 # is EXPORTS), use it as is; otherwise, prepend...
cannam@124 4714 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
cannam@124 4715 cp $export_symbols $output_objdir/$soname.def;
cannam@124 4716 else
cannam@124 4717 echo EXPORTS > $output_objdir/$soname.def;
cannam@124 4718 cat $export_symbols >> $output_objdir/$soname.def;
cannam@124 4719 fi~
cannam@124 4720 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
cannam@124 4721 else
cannam@124 4722 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 4723 fi
cannam@124 4724 ;;
cannam@124 4725
cannam@124 4726 haiku*)
cannam@124 4727 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
cannam@124 4728 _LT_TAGVAR(link_all_deplibs, $1)=yes
cannam@124 4729 ;;
cannam@124 4730
cannam@124 4731 interix[[3-9]]*)
cannam@124 4732 _LT_TAGVAR(hardcode_direct, $1)=no
cannam@124 4733 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 4734 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
cannam@124 4735 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
cannam@124 4736 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
cannam@124 4737 # Instead, shared libraries are loaded at an image base (0x10000000 by
cannam@124 4738 # default) and relocated if they conflict, which is a slow very memory
cannam@124 4739 # consuming and fragmenting process. To avoid this, we pick a random,
cannam@124 4740 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
cannam@124 4741 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
cannam@124 4742 _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'
cannam@124 4743 _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'
cannam@124 4744 ;;
cannam@124 4745
cannam@124 4746 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
cannam@124 4747 tmp_diet=no
cannam@124 4748 if test "$host_os" = linux-dietlibc; then
cannam@124 4749 case $cc_basename in
cannam@124 4750 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
cannam@124 4751 esac
cannam@124 4752 fi
cannam@124 4753 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
cannam@124 4754 && test "$tmp_diet" = no
cannam@124 4755 then
cannam@124 4756 tmp_addflag=' $pic_flag'
cannam@124 4757 tmp_sharedflag='-shared'
cannam@124 4758 case $cc_basename,$host_cpu in
cannam@124 4759 pgcc*) # Portland Group C compiler
cannam@124 4760 _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'
cannam@124 4761 tmp_addflag=' $pic_flag'
cannam@124 4762 ;;
cannam@124 4763 pgf77* | pgf90* | pgf95* | pgfortran*)
cannam@124 4764 # Portland Group f77 and f90 compilers
cannam@124 4765 _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'
cannam@124 4766 tmp_addflag=' $pic_flag -Mnomain' ;;
cannam@124 4767 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
cannam@124 4768 tmp_addflag=' -i_dynamic' ;;
cannam@124 4769 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
cannam@124 4770 tmp_addflag=' -i_dynamic -nofor_main' ;;
cannam@124 4771 ifc* | ifort*) # Intel Fortran compiler
cannam@124 4772 tmp_addflag=' -nofor_main' ;;
cannam@124 4773 lf95*) # Lahey Fortran 8.1
cannam@124 4774 _LT_TAGVAR(whole_archive_flag_spec, $1)=
cannam@124 4775 tmp_sharedflag='--shared' ;;
cannam@124 4776 xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
cannam@124 4777 tmp_sharedflag='-qmkshrobj'
cannam@124 4778 tmp_addflag= ;;
cannam@124 4779 nvcc*) # Cuda Compiler Driver 2.2
cannam@124 4780 _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'
cannam@124 4781 _LT_TAGVAR(compiler_needs_object, $1)=yes
cannam@124 4782 ;;
cannam@124 4783 esac
cannam@124 4784 case `$CC -V 2>&1 | sed 5q` in
cannam@124 4785 *Sun\ C*) # Sun C 5.9
cannam@124 4786 _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'
cannam@124 4787 _LT_TAGVAR(compiler_needs_object, $1)=yes
cannam@124 4788 tmp_sharedflag='-G' ;;
cannam@124 4789 *Sun\ F*) # Sun Fortran 8.3
cannam@124 4790 tmp_sharedflag='-G' ;;
cannam@124 4791 esac
cannam@124 4792 _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
cannam@124 4793
cannam@124 4794 if test "x$supports_anon_versioning" = xyes; then
cannam@124 4795 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
cannam@124 4796 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
cannam@124 4797 echo "local: *; };" >> $output_objdir/$libname.ver~
cannam@124 4798 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
cannam@124 4799 fi
cannam@124 4800
cannam@124 4801 case $cc_basename in
cannam@124 4802 xlf* | bgf* | bgxlf* | mpixlf*)
cannam@124 4803 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
cannam@124 4804 _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
cannam@124 4805 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
cannam@124 4806 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
cannam@124 4807 _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
cannam@124 4808 if test "x$supports_anon_versioning" = xyes; then
cannam@124 4809 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
cannam@124 4810 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
cannam@124 4811 echo "local: *; };" >> $output_objdir/$libname.ver~
cannam@124 4812 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
cannam@124 4813 fi
cannam@124 4814 ;;
cannam@124 4815 esac
cannam@124 4816 else
cannam@124 4817 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 4818 fi
cannam@124 4819 ;;
cannam@124 4820
cannam@124 4821 netbsd* | netbsdelf*-gnu)
cannam@124 4822 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
cannam@124 4823 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
cannam@124 4824 wlarc=
cannam@124 4825 else
cannam@124 4826 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
cannam@124 4827 _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'
cannam@124 4828 fi
cannam@124 4829 ;;
cannam@124 4830
cannam@124 4831 solaris*)
cannam@124 4832 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
cannam@124 4833 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 4834 cat <<_LT_EOF 1>&2
cannam@124 4835
cannam@124 4836 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
cannam@124 4837 *** create shared libraries on Solaris systems. Therefore, libtool
cannam@124 4838 *** is disabling shared libraries support. We urge you to upgrade GNU
cannam@124 4839 *** binutils to release 2.9.1 or newer. Another option is to modify
cannam@124 4840 *** your PATH or compiler configuration so that the native linker is
cannam@124 4841 *** used, and then restart.
cannam@124 4842
cannam@124 4843 _LT_EOF
cannam@124 4844 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
cannam@124 4845 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
cannam@124 4846 _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'
cannam@124 4847 else
cannam@124 4848 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 4849 fi
cannam@124 4850 ;;
cannam@124 4851
cannam@124 4852 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
cannam@124 4853 case `$LD -v 2>&1` in
cannam@124 4854 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
cannam@124 4855 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 4856 cat <<_LT_EOF 1>&2
cannam@124 4857
cannam@124 4858 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
cannam@124 4859 *** reliably create shared libraries on SCO systems. Therefore, libtool
cannam@124 4860 *** is disabling shared libraries support. We urge you to upgrade GNU
cannam@124 4861 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
cannam@124 4862 *** your PATH or compiler configuration so that the native linker is
cannam@124 4863 *** used, and then restart.
cannam@124 4864
cannam@124 4865 _LT_EOF
cannam@124 4866 ;;
cannam@124 4867 *)
cannam@124 4868 # For security reasons, it is highly recommended that you always
cannam@124 4869 # use absolute paths for naming shared libraries, and exclude the
cannam@124 4870 # DT_RUNPATH tag from executables and libraries. But doing so
cannam@124 4871 # requires that you compile everything twice, which is a pain.
cannam@124 4872 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
cannam@124 4873 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
cannam@124 4874 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
cannam@124 4875 _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'
cannam@124 4876 else
cannam@124 4877 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 4878 fi
cannam@124 4879 ;;
cannam@124 4880 esac
cannam@124 4881 ;;
cannam@124 4882
cannam@124 4883 sunos4*)
cannam@124 4884 _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
cannam@124 4885 wlarc=
cannam@124 4886 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 4887 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 4888 ;;
cannam@124 4889
cannam@124 4890 *)
cannam@124 4891 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
cannam@124 4892 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
cannam@124 4893 _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'
cannam@124 4894 else
cannam@124 4895 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 4896 fi
cannam@124 4897 ;;
cannam@124 4898 esac
cannam@124 4899
cannam@124 4900 if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then
cannam@124 4901 runpath_var=
cannam@124 4902 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
cannam@124 4903 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
cannam@124 4904 _LT_TAGVAR(whole_archive_flag_spec, $1)=
cannam@124 4905 fi
cannam@124 4906 else
cannam@124 4907 # PORTME fill in a description of your system's linker (not GNU ld)
cannam@124 4908 case $host_os in
cannam@124 4909 aix3*)
cannam@124 4910 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
cannam@124 4911 _LT_TAGVAR(always_export_symbols, $1)=yes
cannam@124 4912 _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'
cannam@124 4913 # Note: this linker hardcodes the directories in LIBPATH if there
cannam@124 4914 # are no directories specified by -L.
cannam@124 4915 _LT_TAGVAR(hardcode_minus_L, $1)=yes
cannam@124 4916 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
cannam@124 4917 # Neither direct hardcoding nor static linking is supported with a
cannam@124 4918 # broken collect2.
cannam@124 4919 _LT_TAGVAR(hardcode_direct, $1)=unsupported
cannam@124 4920 fi
cannam@124 4921 ;;
cannam@124 4922
cannam@124 4923 aix[[4-9]]*)
cannam@124 4924 if test "$host_cpu" = ia64; then
cannam@124 4925 # On IA64, the linker does run time linking by default, so we don't
cannam@124 4926 # have to do anything special.
cannam@124 4927 aix_use_runtimelinking=no
cannam@124 4928 exp_sym_flag='-Bexport'
cannam@124 4929 no_entry_flag=""
cannam@124 4930 else
cannam@124 4931 # If we're using GNU nm, then we don't want the "-C" option.
cannam@124 4932 # -C means demangle to AIX nm, but means don't demangle with GNU nm
cannam@124 4933 # Also, AIX nm treats weak defined symbols like other global
cannam@124 4934 # defined symbols, whereas GNU nm marks them as "W".
cannam@124 4935 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
cannam@124 4936 _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'
cannam@124 4937 else
cannam@124 4938 _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'
cannam@124 4939 fi
cannam@124 4940 aix_use_runtimelinking=no
cannam@124 4941
cannam@124 4942 # Test if we are trying to use run time linking or normal
cannam@124 4943 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
cannam@124 4944 # need to do runtime linking.
cannam@124 4945 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
cannam@124 4946 for ld_flag in $LDFLAGS; do
cannam@124 4947 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
cannam@124 4948 aix_use_runtimelinking=yes
cannam@124 4949 break
cannam@124 4950 fi
cannam@124 4951 done
cannam@124 4952 ;;
cannam@124 4953 esac
cannam@124 4954
cannam@124 4955 exp_sym_flag='-bexport'
cannam@124 4956 no_entry_flag='-bnoentry'
cannam@124 4957 fi
cannam@124 4958
cannam@124 4959 # When large executables or shared objects are built, AIX ld can
cannam@124 4960 # have problems creating the table of contents. If linking a library
cannam@124 4961 # or program results in "error TOC overflow" add -mminimal-toc to
cannam@124 4962 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
cannam@124 4963 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
cannam@124 4964
cannam@124 4965 _LT_TAGVAR(archive_cmds, $1)=''
cannam@124 4966 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 4967 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
cannam@124 4968 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
cannam@124 4969 _LT_TAGVAR(link_all_deplibs, $1)=yes
cannam@124 4970 _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
cannam@124 4971
cannam@124 4972 if test "$GCC" = yes; then
cannam@124 4973 case $host_os in aix4.[[012]]|aix4.[[012]].*)
cannam@124 4974 # We only want to do this on AIX 4.2 and lower, the check
cannam@124 4975 # below for broken collect2 doesn't work under 4.3+
cannam@124 4976 collect2name=`${CC} -print-prog-name=collect2`
cannam@124 4977 if test -f "$collect2name" &&
cannam@124 4978 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
cannam@124 4979 then
cannam@124 4980 # We have reworked collect2
cannam@124 4981 :
cannam@124 4982 else
cannam@124 4983 # We have old collect2
cannam@124 4984 _LT_TAGVAR(hardcode_direct, $1)=unsupported
cannam@124 4985 # It fails to find uninstalled libraries when the uninstalled
cannam@124 4986 # path is not listed in the libpath. Setting hardcode_minus_L
cannam@124 4987 # to unsupported forces relinking
cannam@124 4988 _LT_TAGVAR(hardcode_minus_L, $1)=yes
cannam@124 4989 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
cannam@124 4990 _LT_TAGVAR(hardcode_libdir_separator, $1)=
cannam@124 4991 fi
cannam@124 4992 ;;
cannam@124 4993 esac
cannam@124 4994 shared_flag='-shared'
cannam@124 4995 if test "$aix_use_runtimelinking" = yes; then
cannam@124 4996 shared_flag="$shared_flag "'${wl}-G'
cannam@124 4997 fi
cannam@124 4998 _LT_TAGVAR(link_all_deplibs, $1)=no
cannam@124 4999 else
cannam@124 5000 # not using gcc
cannam@124 5001 if test "$host_cpu" = ia64; then
cannam@124 5002 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
cannam@124 5003 # chokes on -Wl,-G. The following line is correct:
cannam@124 5004 shared_flag='-G'
cannam@124 5005 else
cannam@124 5006 if test "$aix_use_runtimelinking" = yes; then
cannam@124 5007 shared_flag='${wl}-G'
cannam@124 5008 else
cannam@124 5009 shared_flag='${wl}-bM:SRE'
cannam@124 5010 fi
cannam@124 5011 fi
cannam@124 5012 fi
cannam@124 5013
cannam@124 5014 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
cannam@124 5015 # It seems that -bexpall does not export symbols beginning with
cannam@124 5016 # underscore (_), so it is better to generate a list of symbols to export.
cannam@124 5017 _LT_TAGVAR(always_export_symbols, $1)=yes
cannam@124 5018 if test "$aix_use_runtimelinking" = yes; then
cannam@124 5019 # Warning - without using the other runtime loading flags (-brtl),
cannam@124 5020 # -berok will link without error, but may produce a broken library.
cannam@124 5021 _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
cannam@124 5022 # Determine the default libpath from the value encoded in an
cannam@124 5023 # empty executable.
cannam@124 5024 _LT_SYS_MODULE_PATH_AIX([$1])
cannam@124 5025 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
cannam@124 5026 _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"
cannam@124 5027 else
cannam@124 5028 if test "$host_cpu" = ia64; then
cannam@124 5029 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
cannam@124 5030 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
cannam@124 5031 _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"
cannam@124 5032 else
cannam@124 5033 # Determine the default libpath from the value encoded in an
cannam@124 5034 # empty executable.
cannam@124 5035 _LT_SYS_MODULE_PATH_AIX([$1])
cannam@124 5036 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
cannam@124 5037 # Warning - without using the other run time loading flags,
cannam@124 5038 # -berok will link without error, but may produce a broken library.
cannam@124 5039 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
cannam@124 5040 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
cannam@124 5041 if test "$with_gnu_ld" = yes; then
cannam@124 5042 # We only use this code for GNU lds that support --whole-archive.
cannam@124 5043 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
cannam@124 5044 else
cannam@124 5045 # Exported symbols can be pulled into shared objects from archives
cannam@124 5046 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
cannam@124 5047 fi
cannam@124 5048 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
cannam@124 5049 # This is similar to how AIX traditionally builds its shared libraries.
cannam@124 5050 _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'
cannam@124 5051 fi
cannam@124 5052 fi
cannam@124 5053 ;;
cannam@124 5054
cannam@124 5055 amigaos*)
cannam@124 5056 case $host_cpu in
cannam@124 5057 powerpc)
cannam@124 5058 # see comment about AmigaOS4 .so support
cannam@124 5059 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
cannam@124 5060 _LT_TAGVAR(archive_expsym_cmds, $1)=''
cannam@124 5061 ;;
cannam@124 5062 m68k)
cannam@124 5063 _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)'
cannam@124 5064 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
cannam@124 5065 _LT_TAGVAR(hardcode_minus_L, $1)=yes
cannam@124 5066 ;;
cannam@124 5067 esac
cannam@124 5068 ;;
cannam@124 5069
cannam@124 5070 bsdi[[45]]*)
cannam@124 5071 _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
cannam@124 5072 ;;
cannam@124 5073
cannam@124 5074 cygwin* | mingw* | pw32* | cegcc*)
cannam@124 5075 # When not using gcc, we currently assume that we are using
cannam@124 5076 # Microsoft Visual C++.
cannam@124 5077 # hardcode_libdir_flag_spec is actually meaningless, as there is
cannam@124 5078 # no search path for DLLs.
cannam@124 5079 case $cc_basename in
cannam@124 5080 cl*)
cannam@124 5081 # Native MSVC
cannam@124 5082 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
cannam@124 5083 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
cannam@124 5084 _LT_TAGVAR(always_export_symbols, $1)=yes
cannam@124 5085 _LT_TAGVAR(file_list_spec, $1)='@'
cannam@124 5086 # Tell ltmain to make .lib files, not .a files.
cannam@124 5087 libext=lib
cannam@124 5088 # Tell ltmain to make .dll files, not .so files.
cannam@124 5089 shrext_cmds=".dll"
cannam@124 5090 # FIXME: Setting linknames here is a bad hack.
cannam@124 5091 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
cannam@124 5092 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
cannam@124 5093 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
cannam@124 5094 else
cannam@124 5095 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
cannam@124 5096 fi~
cannam@124 5097 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
cannam@124 5098 linknames='
cannam@124 5099 # The linker will not automatically build a static lib if we build a DLL.
cannam@124 5100 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
cannam@124 5101 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
cannam@124 5102 _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'
cannam@124 5103 # Don't use ranlib
cannam@124 5104 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
cannam@124 5105 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
cannam@124 5106 lt_tool_outputfile="@TOOL_OUTPUT@"~
cannam@124 5107 case $lt_outputfile in
cannam@124 5108 *.exe|*.EXE) ;;
cannam@124 5109 *)
cannam@124 5110 lt_outputfile="$lt_outputfile.exe"
cannam@124 5111 lt_tool_outputfile="$lt_tool_outputfile.exe"
cannam@124 5112 ;;
cannam@124 5113 esac~
cannam@124 5114 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
cannam@124 5115 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
cannam@124 5116 $RM "$lt_outputfile.manifest";
cannam@124 5117 fi'
cannam@124 5118 ;;
cannam@124 5119 *)
cannam@124 5120 # Assume MSVC wrapper
cannam@124 5121 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
cannam@124 5122 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
cannam@124 5123 # Tell ltmain to make .lib files, not .a files.
cannam@124 5124 libext=lib
cannam@124 5125 # Tell ltmain to make .dll files, not .so files.
cannam@124 5126 shrext_cmds=".dll"
cannam@124 5127 # FIXME: Setting linknames here is a bad hack.
cannam@124 5128 _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
cannam@124 5129 # The linker will automatically build a .lib file if we build a DLL.
cannam@124 5130 _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
cannam@124 5131 # FIXME: Should let the user specify the lib program.
cannam@124 5132 _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
cannam@124 5133 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
cannam@124 5134 ;;
cannam@124 5135 esac
cannam@124 5136 ;;
cannam@124 5137
cannam@124 5138 darwin* | rhapsody*)
cannam@124 5139 _LT_DARWIN_LINKER_FEATURES($1)
cannam@124 5140 ;;
cannam@124 5141
cannam@124 5142 dgux*)
cannam@124 5143 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
cannam@124 5144 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
cannam@124 5145 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 5146 ;;
cannam@124 5147
cannam@124 5148 freebsd1*)
cannam@124 5149 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 5150 ;;
cannam@124 5151
cannam@124 5152 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
cannam@124 5153 # support. Future versions do this automatically, but an explicit c++rt0.o
cannam@124 5154 # does not break anything, and helps significantly (at the cost of a little
cannam@124 5155 # extra space).
cannam@124 5156 freebsd2.2*)
cannam@124 5157 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
cannam@124 5158 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
cannam@124 5159 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 5160 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 5161 ;;
cannam@124 5162
cannam@124 5163 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
cannam@124 5164 freebsd2*)
cannam@124 5165 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
cannam@124 5166 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 5167 _LT_TAGVAR(hardcode_minus_L, $1)=yes
cannam@124 5168 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 5169 ;;
cannam@124 5170
cannam@124 5171 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
cannam@124 5172 freebsd* | dragonfly*)
cannam@124 5173 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5174 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
cannam@124 5175 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 5176 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 5177 ;;
cannam@124 5178
cannam@124 5179 hpux9*)
cannam@124 5180 if test "$GCC" = yes; then
cannam@124 5181 _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'
cannam@124 5182 else
cannam@124 5183 _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'
cannam@124 5184 fi
cannam@124 5185 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
cannam@124 5186 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
cannam@124 5187 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 5188
cannam@124 5189 # hardcode_minus_L: Not really in the search PATH,
cannam@124 5190 # but as the default location of the library.
cannam@124 5191 _LT_TAGVAR(hardcode_minus_L, $1)=yes
cannam@124 5192 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
cannam@124 5193 ;;
cannam@124 5194
cannam@124 5195 hpux10*)
cannam@124 5196 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
cannam@124 5197 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5198 else
cannam@124 5199 _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
cannam@124 5200 fi
cannam@124 5201 if test "$with_gnu_ld" = no; then
cannam@124 5202 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
cannam@124 5203 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
cannam@124 5204 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
cannam@124 5205 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 5206 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
cannam@124 5207 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
cannam@124 5208 # hardcode_minus_L: Not really in the search PATH,
cannam@124 5209 # but as the default location of the library.
cannam@124 5210 _LT_TAGVAR(hardcode_minus_L, $1)=yes
cannam@124 5211 fi
cannam@124 5212 ;;
cannam@124 5213
cannam@124 5214 hpux11*)
cannam@124 5215 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
cannam@124 5216 case $host_cpu in
cannam@124 5217 hppa*64*)
cannam@124 5218 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5219 ;;
cannam@124 5220 ia64*)
cannam@124 5221 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5222 ;;
cannam@124 5223 *)
cannam@124 5224 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5225 ;;
cannam@124 5226 esac
cannam@124 5227 else
cannam@124 5228 case $host_cpu in
cannam@124 5229 hppa*64*)
cannam@124 5230 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5231 ;;
cannam@124 5232 ia64*)
cannam@124 5233 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5234 ;;
cannam@124 5235 *)
cannam@124 5236 m4_if($1, [], [
cannam@124 5237 # Older versions of the 11.00 compiler do not understand -b yet
cannam@124 5238 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
cannam@124 5239 _LT_LINKER_OPTION([if $CC understands -b],
cannam@124 5240 _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b],
cannam@124 5241 [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
cannam@124 5242 [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])],
cannam@124 5243 [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
cannam@124 5244 ;;
cannam@124 5245 esac
cannam@124 5246 fi
cannam@124 5247 if test "$with_gnu_ld" = no; then
cannam@124 5248 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
cannam@124 5249 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
cannam@124 5250
cannam@124 5251 case $host_cpu in
cannam@124 5252 hppa*64*|ia64*)
cannam@124 5253 _LT_TAGVAR(hardcode_direct, $1)=no
cannam@124 5254 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 5255 ;;
cannam@124 5256 *)
cannam@124 5257 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 5258 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
cannam@124 5259 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
cannam@124 5260
cannam@124 5261 # hardcode_minus_L: Not really in the search PATH,
cannam@124 5262 # but as the default location of the library.
cannam@124 5263 _LT_TAGVAR(hardcode_minus_L, $1)=yes
cannam@124 5264 ;;
cannam@124 5265 esac
cannam@124 5266 fi
cannam@124 5267 ;;
cannam@124 5268
cannam@124 5269 irix5* | irix6* | nonstopux*)
cannam@124 5270 if test "$GCC" = yes; then
cannam@124 5271 _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'
cannam@124 5272 # Try to use the -exported_symbol ld option, if it does not
cannam@124 5273 # work, assume that -exports_file does not work either and
cannam@124 5274 # implicitly export all symbols.
cannam@124 5275 # This should be the same for all languages, so no per-tag cache variable.
cannam@124 5276 AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol],
cannam@124 5277 [lt_cv_irix_exported_symbol],
cannam@124 5278 [save_LDFLAGS="$LDFLAGS"
cannam@124 5279 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
cannam@124 5280 AC_LINK_IFELSE(
cannam@124 5281 [AC_LANG_SOURCE(
cannam@124 5282 [AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
cannam@124 5283 [C++], [[int foo (void) { return 0; }]],
cannam@124 5284 [Fortran 77], [[
cannam@124 5285 subroutine foo
cannam@124 5286 end]],
cannam@124 5287 [Fortran], [[
cannam@124 5288 subroutine foo
cannam@124 5289 end]])])],
cannam@124 5290 [lt_cv_irix_exported_symbol=yes],
cannam@124 5291 [lt_cv_irix_exported_symbol=no])
cannam@124 5292 LDFLAGS="$save_LDFLAGS"])
cannam@124 5293 if test "$lt_cv_irix_exported_symbol" = yes; then
cannam@124 5294 _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'
cannam@124 5295 fi
cannam@124 5296 else
cannam@124 5297 _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'
cannam@124 5298 _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'
cannam@124 5299 fi
cannam@124 5300 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
cannam@124 5301 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
cannam@124 5302 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
cannam@124 5303 _LT_TAGVAR(inherit_rpath, $1)=yes
cannam@124 5304 _LT_TAGVAR(link_all_deplibs, $1)=yes
cannam@124 5305 ;;
cannam@124 5306
cannam@124 5307 netbsd* | netbsdelf*-gnu)
cannam@124 5308 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
cannam@124 5309 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
cannam@124 5310 else
cannam@124 5311 _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
cannam@124 5312 fi
cannam@124 5313 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
cannam@124 5314 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 5315 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 5316 ;;
cannam@124 5317
cannam@124 5318 newsos6)
cannam@124 5319 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
cannam@124 5320 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 5321 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
cannam@124 5322 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
cannam@124 5323 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 5324 ;;
cannam@124 5325
cannam@124 5326 *nto* | *qnx*)
cannam@124 5327 ;;
cannam@124 5328
cannam@124 5329 openbsd*)
cannam@124 5330 if test -f /usr/libexec/ld.so; then
cannam@124 5331 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 5332 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 5333 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
cannam@124 5334 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
cannam@124 5335 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5336 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
cannam@124 5337 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
cannam@124 5338 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
cannam@124 5339 else
cannam@124 5340 case $host_os in
cannam@124 5341 openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
cannam@124 5342 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
cannam@124 5343 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
cannam@124 5344 ;;
cannam@124 5345 *)
cannam@124 5346 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5347 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
cannam@124 5348 ;;
cannam@124 5349 esac
cannam@124 5350 fi
cannam@124 5351 else
cannam@124 5352 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 5353 fi
cannam@124 5354 ;;
cannam@124 5355
cannam@124 5356 os2*)
cannam@124 5357 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
cannam@124 5358 _LT_TAGVAR(hardcode_minus_L, $1)=yes
cannam@124 5359 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
cannam@124 5360 _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'
cannam@124 5361 _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
cannam@124 5362 ;;
cannam@124 5363
cannam@124 5364 osf3*)
cannam@124 5365 if test "$GCC" = yes; then
cannam@124 5366 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
cannam@124 5367 _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'
cannam@124 5368 else
cannam@124 5369 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
cannam@124 5370 _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'
cannam@124 5371 fi
cannam@124 5372 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
cannam@124 5373 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
cannam@124 5374 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
cannam@124 5375 ;;
cannam@124 5376
cannam@124 5377 osf4* | osf5*) # as osf3* with the addition of -msym flag
cannam@124 5378 if test "$GCC" = yes; then
cannam@124 5379 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
cannam@124 5380 _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'
cannam@124 5381 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
cannam@124 5382 else
cannam@124 5383 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
cannam@124 5384 _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'
cannam@124 5385 _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~
cannam@124 5386 $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'
cannam@124 5387
cannam@124 5388 # Both c and cxx compiler support -rpath directly
cannam@124 5389 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
cannam@124 5390 fi
cannam@124 5391 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
cannam@124 5392 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
cannam@124 5393 ;;
cannam@124 5394
cannam@124 5395 solaris*)
cannam@124 5396 _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
cannam@124 5397 if test "$GCC" = yes; then
cannam@124 5398 wlarc='${wl}'
cannam@124 5399 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5400 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
cannam@124 5401 $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'
cannam@124 5402 else
cannam@124 5403 case `$CC -V 2>&1` in
cannam@124 5404 *"Compilers 5.0"*)
cannam@124 5405 wlarc=''
cannam@124 5406 _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
cannam@124 5407 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
cannam@124 5408 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
cannam@124 5409 ;;
cannam@124 5410 *)
cannam@124 5411 wlarc='${wl}'
cannam@124 5412 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5413 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
cannam@124 5414 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
cannam@124 5415 ;;
cannam@124 5416 esac
cannam@124 5417 fi
cannam@124 5418 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
cannam@124 5419 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 5420 case $host_os in
cannam@124 5421 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
cannam@124 5422 *)
cannam@124 5423 # The compiler driver will combine and reorder linker options,
cannam@124 5424 # but understands `-z linker_flag'. GCC discards it without `$wl',
cannam@124 5425 # but is careful enough not to reorder.
cannam@124 5426 # Supported since Solaris 2.6 (maybe 2.5.1?)
cannam@124 5427 if test "$GCC" = yes; then
cannam@124 5428 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
cannam@124 5429 else
cannam@124 5430 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
cannam@124 5431 fi
cannam@124 5432 ;;
cannam@124 5433 esac
cannam@124 5434 _LT_TAGVAR(link_all_deplibs, $1)=yes
cannam@124 5435 ;;
cannam@124 5436
cannam@124 5437 sunos4*)
cannam@124 5438 if test "x$host_vendor" = xsequent; then
cannam@124 5439 # Use $CC to link under sequent, because it throws in some extra .o
cannam@124 5440 # files that make .init and .fini sections work.
cannam@124 5441 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5442 else
cannam@124 5443 _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
cannam@124 5444 fi
cannam@124 5445 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
cannam@124 5446 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 5447 _LT_TAGVAR(hardcode_minus_L, $1)=yes
cannam@124 5448 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 5449 ;;
cannam@124 5450
cannam@124 5451 sysv4)
cannam@124 5452 case $host_vendor in
cannam@124 5453 sni)
cannam@124 5454 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
cannam@124 5455 _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
cannam@124 5456 ;;
cannam@124 5457 siemens)
cannam@124 5458 ## LD is ld it makes a PLAMLIB
cannam@124 5459 ## CC just makes a GrossModule.
cannam@124 5460 _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
cannam@124 5461 _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
cannam@124 5462 _LT_TAGVAR(hardcode_direct, $1)=no
cannam@124 5463 ;;
cannam@124 5464 motorola)
cannam@124 5465 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
cannam@124 5466 _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
cannam@124 5467 ;;
cannam@124 5468 esac
cannam@124 5469 runpath_var='LD_RUN_PATH'
cannam@124 5470 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 5471 ;;
cannam@124 5472
cannam@124 5473 sysv4.3*)
cannam@124 5474 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
cannam@124 5475 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 5476 _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
cannam@124 5477 ;;
cannam@124 5478
cannam@124 5479 sysv4*MP*)
cannam@124 5480 if test -d /usr/nec; then
cannam@124 5481 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
cannam@124 5482 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 5483 runpath_var=LD_RUN_PATH
cannam@124 5484 hardcode_runpath_var=yes
cannam@124 5485 _LT_TAGVAR(ld_shlibs, $1)=yes
cannam@124 5486 fi
cannam@124 5487 ;;
cannam@124 5488
cannam@124 5489 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
cannam@124 5490 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
cannam@124 5491 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
cannam@124 5492 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 5493 runpath_var='LD_RUN_PATH'
cannam@124 5494
cannam@124 5495 if test "$GCC" = yes; then
cannam@124 5496 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5497 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5498 else
cannam@124 5499 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5500 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5501 fi
cannam@124 5502 ;;
cannam@124 5503
cannam@124 5504 sysv5* | sco3.2v5* | sco5v6*)
cannam@124 5505 # Note: We can NOT use -z defs as we might desire, because we do not
cannam@124 5506 # link with -lc, and that would cause any symbols used from libc to
cannam@124 5507 # always be unresolved, which means just about no library would
cannam@124 5508 # ever link correctly. If we're not using GNU ld we use -z text
cannam@124 5509 # though, which does catch some bad symbols but isn't as heavy-handed
cannam@124 5510 # as -z defs.
cannam@124 5511 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
cannam@124 5512 _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
cannam@124 5513 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
cannam@124 5514 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 5515 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
cannam@124 5516 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
cannam@124 5517 _LT_TAGVAR(link_all_deplibs, $1)=yes
cannam@124 5518 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
cannam@124 5519 runpath_var='LD_RUN_PATH'
cannam@124 5520
cannam@124 5521 if test "$GCC" = yes; then
cannam@124 5522 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5523 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5524 else
cannam@124 5525 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5526 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 5527 fi
cannam@124 5528 ;;
cannam@124 5529
cannam@124 5530 uts4*)
cannam@124 5531 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
cannam@124 5532 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
cannam@124 5533 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 5534 ;;
cannam@124 5535
cannam@124 5536 *)
cannam@124 5537 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 5538 ;;
cannam@124 5539 esac
cannam@124 5540
cannam@124 5541 if test x$host_vendor = xsni; then
cannam@124 5542 case $host in
cannam@124 5543 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
cannam@124 5544 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym'
cannam@124 5545 ;;
cannam@124 5546 esac
cannam@124 5547 fi
cannam@124 5548 fi
cannam@124 5549 ])
cannam@124 5550 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
cannam@124 5551 test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
cannam@124 5552
cannam@124 5553 _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
cannam@124 5554
cannam@124 5555 _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
cannam@124 5556 _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
cannam@124 5557 _LT_DECL([], [extract_expsyms_cmds], [2],
cannam@124 5558 [The commands to extract the exported symbol list from a shared archive])
cannam@124 5559
cannam@124 5560 #
cannam@124 5561 # Do we need to explicitly link libc?
cannam@124 5562 #
cannam@124 5563 case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
cannam@124 5564 x|xyes)
cannam@124 5565 # Assume -lc should be added
cannam@124 5566 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
cannam@124 5567
cannam@124 5568 if test "$enable_shared" = yes && test "$GCC" = yes; then
cannam@124 5569 case $_LT_TAGVAR(archive_cmds, $1) in
cannam@124 5570 *'~'*)
cannam@124 5571 # FIXME: we may have to deal with multi-command sequences.
cannam@124 5572 ;;
cannam@124 5573 '$CC '*)
cannam@124 5574 # Test whether the compiler implicitly links with -lc since on some
cannam@124 5575 # systems, -lgcc has to come before -lc. If gcc already passes -lc
cannam@124 5576 # to ld, don't add -lc before -lgcc.
cannam@124 5577 AC_CACHE_CHECK([whether -lc should be explicitly linked in],
cannam@124 5578 [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1),
cannam@124 5579 [$RM conftest*
cannam@124 5580 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
cannam@124 5581
cannam@124 5582 if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
cannam@124 5583 soname=conftest
cannam@124 5584 lib=conftest
cannam@124 5585 libobjs=conftest.$ac_objext
cannam@124 5586 deplibs=
cannam@124 5587 wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
cannam@124 5588 pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
cannam@124 5589 compiler_flags=-v
cannam@124 5590 linker_flags=-v
cannam@124 5591 verstring=
cannam@124 5592 output_objdir=.
cannam@124 5593 libname=conftest
cannam@124 5594 lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
cannam@124 5595 _LT_TAGVAR(allow_undefined_flag, $1)=
cannam@124 5596 if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
cannam@124 5597 then
cannam@124 5598 lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no
cannam@124 5599 else
cannam@124 5600 lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes
cannam@124 5601 fi
cannam@124 5602 _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
cannam@124 5603 else
cannam@124 5604 cat conftest.err 1>&5
cannam@124 5605 fi
cannam@124 5606 $RM conftest*
cannam@124 5607 ])
cannam@124 5608 _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)
cannam@124 5609 ;;
cannam@124 5610 esac
cannam@124 5611 fi
cannam@124 5612 ;;
cannam@124 5613 esac
cannam@124 5614
cannam@124 5615 _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
cannam@124 5616 [Whether or not to add -lc for building shared libraries])
cannam@124 5617 _LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
cannam@124 5618 [enable_shared_with_static_runtimes], [0],
cannam@124 5619 [Whether or not to disallow shared libs when runtime libs are static])
cannam@124 5620 _LT_TAGDECL([], [export_dynamic_flag_spec], [1],
cannam@124 5621 [Compiler flag to allow reflexive dlopens])
cannam@124 5622 _LT_TAGDECL([], [whole_archive_flag_spec], [1],
cannam@124 5623 [Compiler flag to generate shared objects directly from archives])
cannam@124 5624 _LT_TAGDECL([], [compiler_needs_object], [1],
cannam@124 5625 [Whether the compiler copes with passing no objects directly])
cannam@124 5626 _LT_TAGDECL([], [old_archive_from_new_cmds], [2],
cannam@124 5627 [Create an old-style archive from a shared archive])
cannam@124 5628 _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
cannam@124 5629 [Create a temporary old-style archive to link instead of a shared archive])
cannam@124 5630 _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
cannam@124 5631 _LT_TAGDECL([], [archive_expsym_cmds], [2])
cannam@124 5632 _LT_TAGDECL([], [module_cmds], [2],
cannam@124 5633 [Commands used to build a loadable module if different from building
cannam@124 5634 a shared archive.])
cannam@124 5635 _LT_TAGDECL([], [module_expsym_cmds], [2])
cannam@124 5636 _LT_TAGDECL([], [with_gnu_ld], [1],
cannam@124 5637 [Whether we are building with GNU ld or not])
cannam@124 5638 _LT_TAGDECL([], [allow_undefined_flag], [1],
cannam@124 5639 [Flag that allows shared libraries with undefined symbols to be built])
cannam@124 5640 _LT_TAGDECL([], [no_undefined_flag], [1],
cannam@124 5641 [Flag that enforces no undefined symbols])
cannam@124 5642 _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
cannam@124 5643 [Flag to hardcode $libdir into a binary during linking.
cannam@124 5644 This must work even if $libdir does not exist])
cannam@124 5645 _LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1],
cannam@124 5646 [[If ld is used when linking, flag to hardcode $libdir into a binary
cannam@124 5647 during linking. This must work even if $libdir does not exist]])
cannam@124 5648 _LT_TAGDECL([], [hardcode_libdir_separator], [1],
cannam@124 5649 [Whether we need a single "-rpath" flag with a separated argument])
cannam@124 5650 _LT_TAGDECL([], [hardcode_direct], [0],
cannam@124 5651 [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
cannam@124 5652 DIR into the resulting binary])
cannam@124 5653 _LT_TAGDECL([], [hardcode_direct_absolute], [0],
cannam@124 5654 [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
cannam@124 5655 DIR into the resulting binary and the resulting library dependency is
cannam@124 5656 "absolute", i.e impossible to change by setting ${shlibpath_var} if the
cannam@124 5657 library is relocated])
cannam@124 5658 _LT_TAGDECL([], [hardcode_minus_L], [0],
cannam@124 5659 [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
cannam@124 5660 into the resulting binary])
cannam@124 5661 _LT_TAGDECL([], [hardcode_shlibpath_var], [0],
cannam@124 5662 [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
cannam@124 5663 into the resulting binary])
cannam@124 5664 _LT_TAGDECL([], [hardcode_automatic], [0],
cannam@124 5665 [Set to "yes" if building a shared library automatically hardcodes DIR
cannam@124 5666 into the library and all subsequent libraries and executables linked
cannam@124 5667 against it])
cannam@124 5668 _LT_TAGDECL([], [inherit_rpath], [0],
cannam@124 5669 [Set to yes if linker adds runtime paths of dependent libraries
cannam@124 5670 to runtime path list])
cannam@124 5671 _LT_TAGDECL([], [link_all_deplibs], [0],
cannam@124 5672 [Whether libtool must link a program against all its dependency libraries])
cannam@124 5673 _LT_TAGDECL([], [always_export_symbols], [0],
cannam@124 5674 [Set to "yes" if exported symbols are required])
cannam@124 5675 _LT_TAGDECL([], [export_symbols_cmds], [2],
cannam@124 5676 [The commands to list exported symbols])
cannam@124 5677 _LT_TAGDECL([], [exclude_expsyms], [1],
cannam@124 5678 [Symbols that should not be listed in the preloaded symbols])
cannam@124 5679 _LT_TAGDECL([], [include_expsyms], [1],
cannam@124 5680 [Symbols that must always be exported])
cannam@124 5681 _LT_TAGDECL([], [prelink_cmds], [2],
cannam@124 5682 [Commands necessary for linking programs (against libraries) with templates])
cannam@124 5683 _LT_TAGDECL([], [postlink_cmds], [2],
cannam@124 5684 [Commands necessary for finishing linking programs])
cannam@124 5685 _LT_TAGDECL([], [file_list_spec], [1],
cannam@124 5686 [Specify filename containing input files])
cannam@124 5687 dnl FIXME: Not yet implemented
cannam@124 5688 dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
cannam@124 5689 dnl [Compiler flag to generate thread safe objects])
cannam@124 5690 ])# _LT_LINKER_SHLIBS
cannam@124 5691
cannam@124 5692
cannam@124 5693 # _LT_LANG_C_CONFIG([TAG])
cannam@124 5694 # ------------------------
cannam@124 5695 # Ensure that the configuration variables for a C compiler are suitably
cannam@124 5696 # defined. These variables are subsequently used by _LT_CONFIG to write
cannam@124 5697 # the compiler configuration to `libtool'.
cannam@124 5698 m4_defun([_LT_LANG_C_CONFIG],
cannam@124 5699 [m4_require([_LT_DECL_EGREP])dnl
cannam@124 5700 lt_save_CC="$CC"
cannam@124 5701 AC_LANG_PUSH(C)
cannam@124 5702
cannam@124 5703 # Source file extension for C test sources.
cannam@124 5704 ac_ext=c
cannam@124 5705
cannam@124 5706 # Object file extension for compiled C test sources.
cannam@124 5707 objext=o
cannam@124 5708 _LT_TAGVAR(objext, $1)=$objext
cannam@124 5709
cannam@124 5710 # Code to be used in simple compile tests
cannam@124 5711 lt_simple_compile_test_code="int some_variable = 0;"
cannam@124 5712
cannam@124 5713 # Code to be used in simple link tests
cannam@124 5714 lt_simple_link_test_code='int main(){return(0);}'
cannam@124 5715
cannam@124 5716 _LT_TAG_COMPILER
cannam@124 5717 # Save the default compiler, since it gets overwritten when the other
cannam@124 5718 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
cannam@124 5719 compiler_DEFAULT=$CC
cannam@124 5720
cannam@124 5721 # save warnings/boilerplate of simple test code
cannam@124 5722 _LT_COMPILER_BOILERPLATE
cannam@124 5723 _LT_LINKER_BOILERPLATE
cannam@124 5724
cannam@124 5725 if test -n "$compiler"; then
cannam@124 5726 _LT_COMPILER_NO_RTTI($1)
cannam@124 5727 _LT_COMPILER_PIC($1)
cannam@124 5728 _LT_COMPILER_C_O($1)
cannam@124 5729 _LT_COMPILER_FILE_LOCKS($1)
cannam@124 5730 _LT_LINKER_SHLIBS($1)
cannam@124 5731 _LT_SYS_DYNAMIC_LINKER($1)
cannam@124 5732 _LT_LINKER_HARDCODE_LIBPATH($1)
cannam@124 5733 LT_SYS_DLOPEN_SELF
cannam@124 5734 _LT_CMD_STRIPLIB
cannam@124 5735
cannam@124 5736 # Report which library types will actually be built
cannam@124 5737 AC_MSG_CHECKING([if libtool supports shared libraries])
cannam@124 5738 AC_MSG_RESULT([$can_build_shared])
cannam@124 5739
cannam@124 5740 AC_MSG_CHECKING([whether to build shared libraries])
cannam@124 5741 test "$can_build_shared" = "no" && enable_shared=no
cannam@124 5742
cannam@124 5743 # On AIX, shared libraries and static libraries use the same namespace, and
cannam@124 5744 # are all built from PIC.
cannam@124 5745 case $host_os in
cannam@124 5746 aix3*)
cannam@124 5747 test "$enable_shared" = yes && enable_static=no
cannam@124 5748 if test -n "$RANLIB"; then
cannam@124 5749 archive_cmds="$archive_cmds~\$RANLIB \$lib"
cannam@124 5750 postinstall_cmds='$RANLIB $lib'
cannam@124 5751 fi
cannam@124 5752 ;;
cannam@124 5753
cannam@124 5754 aix[[4-9]]*)
cannam@124 5755 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
cannam@124 5756 test "$enable_shared" = yes && enable_static=no
cannam@124 5757 fi
cannam@124 5758 ;;
cannam@124 5759 esac
cannam@124 5760 AC_MSG_RESULT([$enable_shared])
cannam@124 5761
cannam@124 5762 AC_MSG_CHECKING([whether to build static libraries])
cannam@124 5763 # Make sure either enable_shared or enable_static is yes.
cannam@124 5764 test "$enable_shared" = yes || enable_static=yes
cannam@124 5765 AC_MSG_RESULT([$enable_static])
cannam@124 5766
cannam@124 5767 _LT_CONFIG($1)
cannam@124 5768 fi
cannam@124 5769 AC_LANG_POP
cannam@124 5770 CC="$lt_save_CC"
cannam@124 5771 ])# _LT_LANG_C_CONFIG
cannam@124 5772
cannam@124 5773
cannam@124 5774 # _LT_LANG_CXX_CONFIG([TAG])
cannam@124 5775 # --------------------------
cannam@124 5776 # Ensure that the configuration variables for a C++ compiler are suitably
cannam@124 5777 # defined. These variables are subsequently used by _LT_CONFIG to write
cannam@124 5778 # the compiler configuration to `libtool'.
cannam@124 5779 m4_defun([_LT_LANG_CXX_CONFIG],
cannam@124 5780 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
cannam@124 5781 m4_require([_LT_DECL_EGREP])dnl
cannam@124 5782 m4_require([_LT_PATH_MANIFEST_TOOL])dnl
cannam@124 5783 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
cannam@124 5784 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
cannam@124 5785 (test "X$CXX" != "Xg++"))) ; then
cannam@124 5786 AC_PROG_CXXCPP
cannam@124 5787 else
cannam@124 5788 _lt_caught_CXX_error=yes
cannam@124 5789 fi
cannam@124 5790
cannam@124 5791 AC_LANG_PUSH(C++)
cannam@124 5792 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
cannam@124 5793 _LT_TAGVAR(allow_undefined_flag, $1)=
cannam@124 5794 _LT_TAGVAR(always_export_symbols, $1)=no
cannam@124 5795 _LT_TAGVAR(archive_expsym_cmds, $1)=
cannam@124 5796 _LT_TAGVAR(compiler_needs_object, $1)=no
cannam@124 5797 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
cannam@124 5798 _LT_TAGVAR(hardcode_direct, $1)=no
cannam@124 5799 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
cannam@124 5800 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
cannam@124 5801 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
cannam@124 5802 _LT_TAGVAR(hardcode_libdir_separator, $1)=
cannam@124 5803 _LT_TAGVAR(hardcode_minus_L, $1)=no
cannam@124 5804 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
cannam@124 5805 _LT_TAGVAR(hardcode_automatic, $1)=no
cannam@124 5806 _LT_TAGVAR(inherit_rpath, $1)=no
cannam@124 5807 _LT_TAGVAR(module_cmds, $1)=
cannam@124 5808 _LT_TAGVAR(module_expsym_cmds, $1)=
cannam@124 5809 _LT_TAGVAR(link_all_deplibs, $1)=unknown
cannam@124 5810 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
cannam@124 5811 _LT_TAGVAR(reload_flag, $1)=$reload_flag
cannam@124 5812 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
cannam@124 5813 _LT_TAGVAR(no_undefined_flag, $1)=
cannam@124 5814 _LT_TAGVAR(whole_archive_flag_spec, $1)=
cannam@124 5815 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
cannam@124 5816
cannam@124 5817 # Source file extension for C++ test sources.
cannam@124 5818 ac_ext=cpp
cannam@124 5819
cannam@124 5820 # Object file extension for compiled C++ test sources.
cannam@124 5821 objext=o
cannam@124 5822 _LT_TAGVAR(objext, $1)=$objext
cannam@124 5823
cannam@124 5824 # No sense in running all these tests if we already determined that
cannam@124 5825 # the CXX compiler isn't working. Some variables (like enable_shared)
cannam@124 5826 # are currently assumed to apply to all compilers on this platform,
cannam@124 5827 # and will be corrupted by setting them based on a non-working compiler.
cannam@124 5828 if test "$_lt_caught_CXX_error" != yes; then
cannam@124 5829 # Code to be used in simple compile tests
cannam@124 5830 lt_simple_compile_test_code="int some_variable = 0;"
cannam@124 5831
cannam@124 5832 # Code to be used in simple link tests
cannam@124 5833 lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
cannam@124 5834
cannam@124 5835 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
cannam@124 5836 _LT_TAG_COMPILER
cannam@124 5837
cannam@124 5838 # save warnings/boilerplate of simple test code
cannam@124 5839 _LT_COMPILER_BOILERPLATE
cannam@124 5840 _LT_LINKER_BOILERPLATE
cannam@124 5841
cannam@124 5842 # Allow CC to be a program name with arguments.
cannam@124 5843 lt_save_CC=$CC
cannam@124 5844 lt_save_CFLAGS=$CFLAGS
cannam@124 5845 lt_save_LD=$LD
cannam@124 5846 lt_save_GCC=$GCC
cannam@124 5847 GCC=$GXX
cannam@124 5848 lt_save_with_gnu_ld=$with_gnu_ld
cannam@124 5849 lt_save_path_LD=$lt_cv_path_LD
cannam@124 5850 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
cannam@124 5851 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
cannam@124 5852 else
cannam@124 5853 $as_unset lt_cv_prog_gnu_ld
cannam@124 5854 fi
cannam@124 5855 if test -n "${lt_cv_path_LDCXX+set}"; then
cannam@124 5856 lt_cv_path_LD=$lt_cv_path_LDCXX
cannam@124 5857 else
cannam@124 5858 $as_unset lt_cv_path_LD
cannam@124 5859 fi
cannam@124 5860 test -z "${LDCXX+set}" || LD=$LDCXX
cannam@124 5861 CC=${CXX-"c++"}
cannam@124 5862 CFLAGS=$CXXFLAGS
cannam@124 5863 compiler=$CC
cannam@124 5864 _LT_TAGVAR(compiler, $1)=$CC
cannam@124 5865 _LT_CC_BASENAME([$compiler])
cannam@124 5866
cannam@124 5867 if test -n "$compiler"; then
cannam@124 5868 # We don't want -fno-exception when compiling C++ code, so set the
cannam@124 5869 # no_builtin_flag separately
cannam@124 5870 if test "$GXX" = yes; then
cannam@124 5871 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
cannam@124 5872 else
cannam@124 5873 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
cannam@124 5874 fi
cannam@124 5875
cannam@124 5876 if test "$GXX" = yes; then
cannam@124 5877 # Set up default GNU C++ configuration
cannam@124 5878
cannam@124 5879 LT_PATH_LD
cannam@124 5880
cannam@124 5881 # Check if GNU C++ uses GNU ld as the underlying linker, since the
cannam@124 5882 # archiving commands below assume that GNU ld is being used.
cannam@124 5883 if test "$with_gnu_ld" = yes; then
cannam@124 5884 _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
cannam@124 5885 _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'
cannam@124 5886
cannam@124 5887 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
cannam@124 5888 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
cannam@124 5889
cannam@124 5890 # If archive_cmds runs LD, not CC, wlarc should be empty
cannam@124 5891 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
cannam@124 5892 # investigate it a little bit more. (MM)
cannam@124 5893 wlarc='${wl}'
cannam@124 5894
cannam@124 5895 # ancient GNU ld didn't support --whole-archive et. al.
cannam@124 5896 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
cannam@124 5897 $GREP 'no-whole-archive' > /dev/null; then
cannam@124 5898 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
cannam@124 5899 else
cannam@124 5900 _LT_TAGVAR(whole_archive_flag_spec, $1)=
cannam@124 5901 fi
cannam@124 5902 else
cannam@124 5903 with_gnu_ld=no
cannam@124 5904 wlarc=
cannam@124 5905
cannam@124 5906 # A generic and very simple default shared library creation
cannam@124 5907 # command for GNU C++ for the case where it uses the native
cannam@124 5908 # linker, instead of GNU ld. If possible, this setting should
cannam@124 5909 # overridden to take advantage of the native linker features on
cannam@124 5910 # the platform it is being used on.
cannam@124 5911 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
cannam@124 5912 fi
cannam@124 5913
cannam@124 5914 # Commands to make compiler produce verbose output that lists
cannam@124 5915 # what "hidden" libraries, object files and flags are used when
cannam@124 5916 # linking a shared library.
cannam@124 5917 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
cannam@124 5918
cannam@124 5919 else
cannam@124 5920 GXX=no
cannam@124 5921 with_gnu_ld=no
cannam@124 5922 wlarc=
cannam@124 5923 fi
cannam@124 5924
cannam@124 5925 # PORTME: fill in a description of your system's C++ link characteristics
cannam@124 5926 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
cannam@124 5927 _LT_TAGVAR(ld_shlibs, $1)=yes
cannam@124 5928 case $host_os in
cannam@124 5929 aix3*)
cannam@124 5930 # FIXME: insert proper C++ library support
cannam@124 5931 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 5932 ;;
cannam@124 5933 aix[[4-9]]*)
cannam@124 5934 if test "$host_cpu" = ia64; then
cannam@124 5935 # On IA64, the linker does run time linking by default, so we don't
cannam@124 5936 # have to do anything special.
cannam@124 5937 aix_use_runtimelinking=no
cannam@124 5938 exp_sym_flag='-Bexport'
cannam@124 5939 no_entry_flag=""
cannam@124 5940 else
cannam@124 5941 aix_use_runtimelinking=no
cannam@124 5942
cannam@124 5943 # Test if we are trying to use run time linking or normal
cannam@124 5944 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
cannam@124 5945 # need to do runtime linking.
cannam@124 5946 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
cannam@124 5947 for ld_flag in $LDFLAGS; do
cannam@124 5948 case $ld_flag in
cannam@124 5949 *-brtl*)
cannam@124 5950 aix_use_runtimelinking=yes
cannam@124 5951 break
cannam@124 5952 ;;
cannam@124 5953 esac
cannam@124 5954 done
cannam@124 5955 ;;
cannam@124 5956 esac
cannam@124 5957
cannam@124 5958 exp_sym_flag='-bexport'
cannam@124 5959 no_entry_flag='-bnoentry'
cannam@124 5960 fi
cannam@124 5961
cannam@124 5962 # When large executables or shared objects are built, AIX ld can
cannam@124 5963 # have problems creating the table of contents. If linking a library
cannam@124 5964 # or program results in "error TOC overflow" add -mminimal-toc to
cannam@124 5965 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
cannam@124 5966 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
cannam@124 5967
cannam@124 5968 _LT_TAGVAR(archive_cmds, $1)=''
cannam@124 5969 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 5970 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
cannam@124 5971 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
cannam@124 5972 _LT_TAGVAR(link_all_deplibs, $1)=yes
cannam@124 5973 _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
cannam@124 5974
cannam@124 5975 if test "$GXX" = yes; then
cannam@124 5976 case $host_os in aix4.[[012]]|aix4.[[012]].*)
cannam@124 5977 # We only want to do this on AIX 4.2 and lower, the check
cannam@124 5978 # below for broken collect2 doesn't work under 4.3+
cannam@124 5979 collect2name=`${CC} -print-prog-name=collect2`
cannam@124 5980 if test -f "$collect2name" &&
cannam@124 5981 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
cannam@124 5982 then
cannam@124 5983 # We have reworked collect2
cannam@124 5984 :
cannam@124 5985 else
cannam@124 5986 # We have old collect2
cannam@124 5987 _LT_TAGVAR(hardcode_direct, $1)=unsupported
cannam@124 5988 # It fails to find uninstalled libraries when the uninstalled
cannam@124 5989 # path is not listed in the libpath. Setting hardcode_minus_L
cannam@124 5990 # to unsupported forces relinking
cannam@124 5991 _LT_TAGVAR(hardcode_minus_L, $1)=yes
cannam@124 5992 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
cannam@124 5993 _LT_TAGVAR(hardcode_libdir_separator, $1)=
cannam@124 5994 fi
cannam@124 5995 esac
cannam@124 5996 shared_flag='-shared'
cannam@124 5997 if test "$aix_use_runtimelinking" = yes; then
cannam@124 5998 shared_flag="$shared_flag "'${wl}-G'
cannam@124 5999 fi
cannam@124 6000 else
cannam@124 6001 # not using gcc
cannam@124 6002 if test "$host_cpu" = ia64; then
cannam@124 6003 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
cannam@124 6004 # chokes on -Wl,-G. The following line is correct:
cannam@124 6005 shared_flag='-G'
cannam@124 6006 else
cannam@124 6007 if test "$aix_use_runtimelinking" = yes; then
cannam@124 6008 shared_flag='${wl}-G'
cannam@124 6009 else
cannam@124 6010 shared_flag='${wl}-bM:SRE'
cannam@124 6011 fi
cannam@124 6012 fi
cannam@124 6013 fi
cannam@124 6014
cannam@124 6015 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
cannam@124 6016 # It seems that -bexpall does not export symbols beginning with
cannam@124 6017 # underscore (_), so it is better to generate a list of symbols to
cannam@124 6018 # export.
cannam@124 6019 _LT_TAGVAR(always_export_symbols, $1)=yes
cannam@124 6020 if test "$aix_use_runtimelinking" = yes; then
cannam@124 6021 # Warning - without using the other runtime loading flags (-brtl),
cannam@124 6022 # -berok will link without error, but may produce a broken library.
cannam@124 6023 _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
cannam@124 6024 # Determine the default libpath from the value encoded in an empty
cannam@124 6025 # executable.
cannam@124 6026 _LT_SYS_MODULE_PATH_AIX([$1])
cannam@124 6027 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
cannam@124 6028
cannam@124 6029 _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"
cannam@124 6030 else
cannam@124 6031 if test "$host_cpu" = ia64; then
cannam@124 6032 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
cannam@124 6033 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
cannam@124 6034 _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"
cannam@124 6035 else
cannam@124 6036 # Determine the default libpath from the value encoded in an
cannam@124 6037 # empty executable.
cannam@124 6038 _LT_SYS_MODULE_PATH_AIX([$1])
cannam@124 6039 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
cannam@124 6040 # Warning - without using the other run time loading flags,
cannam@124 6041 # -berok will link without error, but may produce a broken library.
cannam@124 6042 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
cannam@124 6043 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
cannam@124 6044 if test "$with_gnu_ld" = yes; then
cannam@124 6045 # We only use this code for GNU lds that support --whole-archive.
cannam@124 6046 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
cannam@124 6047 else
cannam@124 6048 # Exported symbols can be pulled into shared objects from archives
cannam@124 6049 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
cannam@124 6050 fi
cannam@124 6051 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
cannam@124 6052 # This is similar to how AIX traditionally builds its shared
cannam@124 6053 # libraries.
cannam@124 6054 _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'
cannam@124 6055 fi
cannam@124 6056 fi
cannam@124 6057 ;;
cannam@124 6058
cannam@124 6059 beos*)
cannam@124 6060 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
cannam@124 6061 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
cannam@124 6062 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
cannam@124 6063 # support --undefined. This deserves some investigation. FIXME
cannam@124 6064 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
cannam@124 6065 else
cannam@124 6066 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6067 fi
cannam@124 6068 ;;
cannam@124 6069
cannam@124 6070 chorus*)
cannam@124 6071 case $cc_basename in
cannam@124 6072 *)
cannam@124 6073 # FIXME: insert proper C++ library support
cannam@124 6074 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6075 ;;
cannam@124 6076 esac
cannam@124 6077 ;;
cannam@124 6078
cannam@124 6079 cygwin* | mingw* | pw32* | cegcc*)
cannam@124 6080 case $GXX,$cc_basename in
cannam@124 6081 ,cl* | no,cl*)
cannam@124 6082 # Native MSVC
cannam@124 6083 # hardcode_libdir_flag_spec is actually meaningless, as there is
cannam@124 6084 # no search path for DLLs.
cannam@124 6085 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
cannam@124 6086 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
cannam@124 6087 _LT_TAGVAR(always_export_symbols, $1)=yes
cannam@124 6088 _LT_TAGVAR(file_list_spec, $1)='@'
cannam@124 6089 # Tell ltmain to make .lib files, not .a files.
cannam@124 6090 libext=lib
cannam@124 6091 # Tell ltmain to make .dll files, not .so files.
cannam@124 6092 shrext_cmds=".dll"
cannam@124 6093 # FIXME: Setting linknames here is a bad hack.
cannam@124 6094 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
cannam@124 6095 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
cannam@124 6096 $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
cannam@124 6097 else
cannam@124 6098 $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
cannam@124 6099 fi~
cannam@124 6100 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
cannam@124 6101 linknames='
cannam@124 6102 # The linker will not automatically build a static lib if we build a DLL.
cannam@124 6103 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
cannam@124 6104 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
cannam@124 6105 # Don't use ranlib
cannam@124 6106 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
cannam@124 6107 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
cannam@124 6108 lt_tool_outputfile="@TOOL_OUTPUT@"~
cannam@124 6109 case $lt_outputfile in
cannam@124 6110 *.exe|*.EXE) ;;
cannam@124 6111 *)
cannam@124 6112 lt_outputfile="$lt_outputfile.exe"
cannam@124 6113 lt_tool_outputfile="$lt_tool_outputfile.exe"
cannam@124 6114 ;;
cannam@124 6115 esac~
cannam@124 6116 func_to_tool_file "$lt_outputfile"~
cannam@124 6117 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
cannam@124 6118 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
cannam@124 6119 $RM "$lt_outputfile.manifest";
cannam@124 6120 fi'
cannam@124 6121 ;;
cannam@124 6122 *)
cannam@124 6123 # g++
cannam@124 6124 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
cannam@124 6125 # as there is no search path for DLLs.
cannam@124 6126 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
cannam@124 6127 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
cannam@124 6128 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
cannam@124 6129 _LT_TAGVAR(always_export_symbols, $1)=no
cannam@124 6130 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
cannam@124 6131
cannam@124 6132 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
cannam@124 6133 _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'
cannam@124 6134 # If the export-symbols file already is a .def file (1st line
cannam@124 6135 # is EXPORTS), use it as is; otherwise, prepend...
cannam@124 6136 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
cannam@124 6137 cp $export_symbols $output_objdir/$soname.def;
cannam@124 6138 else
cannam@124 6139 echo EXPORTS > $output_objdir/$soname.def;
cannam@124 6140 cat $export_symbols >> $output_objdir/$soname.def;
cannam@124 6141 fi~
cannam@124 6142 $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'
cannam@124 6143 else
cannam@124 6144 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6145 fi
cannam@124 6146 ;;
cannam@124 6147 esac
cannam@124 6148 ;;
cannam@124 6149 darwin* | rhapsody*)
cannam@124 6150 _LT_DARWIN_LINKER_FEATURES($1)
cannam@124 6151 ;;
cannam@124 6152
cannam@124 6153 dgux*)
cannam@124 6154 case $cc_basename in
cannam@124 6155 ec++*)
cannam@124 6156 # FIXME: insert proper C++ library support
cannam@124 6157 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6158 ;;
cannam@124 6159 ghcx*)
cannam@124 6160 # Green Hills C++ Compiler
cannam@124 6161 # FIXME: insert proper C++ library support
cannam@124 6162 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6163 ;;
cannam@124 6164 *)
cannam@124 6165 # FIXME: insert proper C++ library support
cannam@124 6166 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6167 ;;
cannam@124 6168 esac
cannam@124 6169 ;;
cannam@124 6170
cannam@124 6171 freebsd[[12]]*)
cannam@124 6172 # C++ shared libraries reported to be fairly broken before
cannam@124 6173 # switch to ELF
cannam@124 6174 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6175 ;;
cannam@124 6176
cannam@124 6177 freebsd-elf*)
cannam@124 6178 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
cannam@124 6179 ;;
cannam@124 6180
cannam@124 6181 freebsd* | dragonfly*)
cannam@124 6182 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
cannam@124 6183 # conventions
cannam@124 6184 _LT_TAGVAR(ld_shlibs, $1)=yes
cannam@124 6185 ;;
cannam@124 6186
cannam@124 6187 gnu*)
cannam@124 6188 ;;
cannam@124 6189
cannam@124 6190 haiku*)
cannam@124 6191 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
cannam@124 6192 _LT_TAGVAR(link_all_deplibs, $1)=yes
cannam@124 6193 ;;
cannam@124 6194
cannam@124 6195 hpux9*)
cannam@124 6196 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
cannam@124 6197 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
cannam@124 6198 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
cannam@124 6199 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 6200 _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
cannam@124 6201 # but as the default
cannam@124 6202 # location of the library.
cannam@124 6203
cannam@124 6204 case $cc_basename in
cannam@124 6205 CC*)
cannam@124 6206 # FIXME: insert proper C++ library support
cannam@124 6207 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6208 ;;
cannam@124 6209 aCC*)
cannam@124 6210 _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'
cannam@124 6211 # Commands to make compiler produce verbose output that lists
cannam@124 6212 # what "hidden" libraries, object files and flags are used when
cannam@124 6213 # linking a shared library.
cannam@124 6214 #
cannam@124 6215 # There doesn't appear to be a way to prevent this compiler from
cannam@124 6216 # explicitly linking system object files so we need to strip them
cannam@124 6217 # from the output so that they don't get included in the library
cannam@124 6218 # dependencies.
cannam@124 6219 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"'
cannam@124 6220 ;;
cannam@124 6221 *)
cannam@124 6222 if test "$GXX" = yes; then
cannam@124 6223 _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'
cannam@124 6224 else
cannam@124 6225 # FIXME: insert proper C++ library support
cannam@124 6226 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6227 fi
cannam@124 6228 ;;
cannam@124 6229 esac
cannam@124 6230 ;;
cannam@124 6231
cannam@124 6232 hpux10*|hpux11*)
cannam@124 6233 if test $with_gnu_ld = no; then
cannam@124 6234 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
cannam@124 6235 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
cannam@124 6236
cannam@124 6237 case $host_cpu in
cannam@124 6238 hppa*64*|ia64*)
cannam@124 6239 ;;
cannam@124 6240 *)
cannam@124 6241 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
cannam@124 6242 ;;
cannam@124 6243 esac
cannam@124 6244 fi
cannam@124 6245 case $host_cpu in
cannam@124 6246 hppa*64*|ia64*)
cannam@124 6247 _LT_TAGVAR(hardcode_direct, $1)=no
cannam@124 6248 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 6249 ;;
cannam@124 6250 *)
cannam@124 6251 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 6252 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
cannam@124 6253 _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
cannam@124 6254 # but as the default
cannam@124 6255 # location of the library.
cannam@124 6256 ;;
cannam@124 6257 esac
cannam@124 6258
cannam@124 6259 case $cc_basename in
cannam@124 6260 CC*)
cannam@124 6261 # FIXME: insert proper C++ library support
cannam@124 6262 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6263 ;;
cannam@124 6264 aCC*)
cannam@124 6265 case $host_cpu in
cannam@124 6266 hppa*64*)
cannam@124 6267 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
cannam@124 6268 ;;
cannam@124 6269 ia64*)
cannam@124 6270 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
cannam@124 6271 ;;
cannam@124 6272 *)
cannam@124 6273 _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'
cannam@124 6274 ;;
cannam@124 6275 esac
cannam@124 6276 # Commands to make compiler produce verbose output that lists
cannam@124 6277 # what "hidden" libraries, object files and flags are used when
cannam@124 6278 # linking a shared library.
cannam@124 6279 #
cannam@124 6280 # There doesn't appear to be a way to prevent this compiler from
cannam@124 6281 # explicitly linking system object files so we need to strip them
cannam@124 6282 # from the output so that they don't get included in the library
cannam@124 6283 # dependencies.
cannam@124 6284 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"'
cannam@124 6285 ;;
cannam@124 6286 *)
cannam@124 6287 if test "$GXX" = yes; then
cannam@124 6288 if test $with_gnu_ld = no; then
cannam@124 6289 case $host_cpu in
cannam@124 6290 hppa*64*)
cannam@124 6291 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
cannam@124 6292 ;;
cannam@124 6293 ia64*)
cannam@124 6294 _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'
cannam@124 6295 ;;
cannam@124 6296 *)
cannam@124 6297 _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'
cannam@124 6298 ;;
cannam@124 6299 esac
cannam@124 6300 fi
cannam@124 6301 else
cannam@124 6302 # FIXME: insert proper C++ library support
cannam@124 6303 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6304 fi
cannam@124 6305 ;;
cannam@124 6306 esac
cannam@124 6307 ;;
cannam@124 6308
cannam@124 6309 interix[[3-9]]*)
cannam@124 6310 _LT_TAGVAR(hardcode_direct, $1)=no
cannam@124 6311 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 6312 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
cannam@124 6313 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
cannam@124 6314 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
cannam@124 6315 # Instead, shared libraries are loaded at an image base (0x10000000 by
cannam@124 6316 # default) and relocated if they conflict, which is a slow very memory
cannam@124 6317 # consuming and fragmenting process. To avoid this, we pick a random,
cannam@124 6318 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
cannam@124 6319 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
cannam@124 6320 _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'
cannam@124 6321 _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'
cannam@124 6322 ;;
cannam@124 6323 irix5* | irix6*)
cannam@124 6324 case $cc_basename in
cannam@124 6325 CC*)
cannam@124 6326 # SGI C++
cannam@124 6327 _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'
cannam@124 6328
cannam@124 6329 # Archives containing C++ object files must be created using
cannam@124 6330 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
cannam@124 6331 # necessary to make sure instantiated templates are included
cannam@124 6332 # in the archive.
cannam@124 6333 _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
cannam@124 6334 ;;
cannam@124 6335 *)
cannam@124 6336 if test "$GXX" = yes; then
cannam@124 6337 if test "$with_gnu_ld" = no; then
cannam@124 6338 _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'
cannam@124 6339 else
cannam@124 6340 _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'
cannam@124 6341 fi
cannam@124 6342 fi
cannam@124 6343 _LT_TAGVAR(link_all_deplibs, $1)=yes
cannam@124 6344 ;;
cannam@124 6345 esac
cannam@124 6346 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
cannam@124 6347 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
cannam@124 6348 _LT_TAGVAR(inherit_rpath, $1)=yes
cannam@124 6349 ;;
cannam@124 6350
cannam@124 6351 linux* | k*bsd*-gnu | kopensolaris*-gnu)
cannam@124 6352 case $cc_basename in
cannam@124 6353 KCC*)
cannam@124 6354 # Kuck and Associates, Inc. (KAI) C++ Compiler
cannam@124 6355
cannam@124 6356 # KCC will only create a shared library if the output file
cannam@124 6357 # ends with ".so" (or ".sl" for HP-UX), so rename the library
cannam@124 6358 # to its proper name (with version) after linking.
cannam@124 6359 _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'
cannam@124 6360 _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'
cannam@124 6361 # Commands to make compiler produce verbose output that lists
cannam@124 6362 # what "hidden" libraries, object files and flags are used when
cannam@124 6363 # linking a shared library.
cannam@124 6364 #
cannam@124 6365 # There doesn't appear to be a way to prevent this compiler from
cannam@124 6366 # explicitly linking system object files so we need to strip them
cannam@124 6367 # from the output so that they don't get included in the library
cannam@124 6368 # dependencies.
cannam@124 6369 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"'
cannam@124 6370
cannam@124 6371 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
cannam@124 6372 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
cannam@124 6373
cannam@124 6374 # Archives containing C++ object files must be created using
cannam@124 6375 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
cannam@124 6376 _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
cannam@124 6377 ;;
cannam@124 6378 icpc* | ecpc* )
cannam@124 6379 # Intel C++
cannam@124 6380 with_gnu_ld=yes
cannam@124 6381 # version 8.0 and above of icpc choke on multiply defined symbols
cannam@124 6382 # if we add $predep_objects and $postdep_objects, however 7.1 and
cannam@124 6383 # earlier do not add the objects themselves.
cannam@124 6384 case `$CC -V 2>&1` in
cannam@124 6385 *"Version 7."*)
cannam@124 6386 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
cannam@124 6387 _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'
cannam@124 6388 ;;
cannam@124 6389 *) # Version 8.0 or newer
cannam@124 6390 tmp_idyn=
cannam@124 6391 case $host_cpu in
cannam@124 6392 ia64*) tmp_idyn=' -i_dynamic';;
cannam@124 6393 esac
cannam@124 6394 _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
cannam@124 6395 _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'
cannam@124 6396 ;;
cannam@124 6397 esac
cannam@124 6398 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
cannam@124 6399 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
cannam@124 6400 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
cannam@124 6401 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
cannam@124 6402 ;;
cannam@124 6403 pgCC* | pgcpp*)
cannam@124 6404 # Portland Group C++ compiler
cannam@124 6405 case `$CC -V` in
cannam@124 6406 *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
cannam@124 6407 _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
cannam@124 6408 rm -rf $tpldir~
cannam@124 6409 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
cannam@124 6410 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
cannam@124 6411 _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
cannam@124 6412 rm -rf $tpldir~
cannam@124 6413 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
cannam@124 6414 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
cannam@124 6415 $RANLIB $oldlib'
cannam@124 6416 _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
cannam@124 6417 rm -rf $tpldir~
cannam@124 6418 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
cannam@124 6419 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
cannam@124 6420 _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
cannam@124 6421 rm -rf $tpldir~
cannam@124 6422 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
cannam@124 6423 $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'
cannam@124 6424 ;;
cannam@124 6425 *) # Version 6 and above use weak symbols
cannam@124 6426 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
cannam@124 6427 _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'
cannam@124 6428 ;;
cannam@124 6429 esac
cannam@124 6430
cannam@124 6431 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
cannam@124 6432 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
cannam@124 6433 _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'
cannam@124 6434 ;;
cannam@124 6435 cxx*)
cannam@124 6436 # Compaq C++
cannam@124 6437 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
cannam@124 6438 _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'
cannam@124 6439
cannam@124 6440 runpath_var=LD_RUN_PATH
cannam@124 6441 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
cannam@124 6442 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
cannam@124 6443
cannam@124 6444 # Commands to make compiler produce verbose output that lists
cannam@124 6445 # what "hidden" libraries, object files and flags are used when
cannam@124 6446 # linking a shared library.
cannam@124 6447 #
cannam@124 6448 # There doesn't appear to be a way to prevent this compiler from
cannam@124 6449 # explicitly linking system object files so we need to strip them
cannam@124 6450 # from the output so that they don't get included in the library
cannam@124 6451 # dependencies.
cannam@124 6452 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'
cannam@124 6453 ;;
cannam@124 6454 xl* | mpixl* | bgxl*)
cannam@124 6455 # IBM XL 8.0 on PPC, with GNU ld
cannam@124 6456 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
cannam@124 6457 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
cannam@124 6458 _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
cannam@124 6459 if test "x$supports_anon_versioning" = xyes; then
cannam@124 6460 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
cannam@124 6461 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
cannam@124 6462 echo "local: *; };" >> $output_objdir/$libname.ver~
cannam@124 6463 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
cannam@124 6464 fi
cannam@124 6465 ;;
cannam@124 6466 *)
cannam@124 6467 case `$CC -V 2>&1 | sed 5q` in
cannam@124 6468 *Sun\ C*)
cannam@124 6469 # Sun C++ 5.9
cannam@124 6470 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
cannam@124 6471 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
cannam@124 6472 _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'
cannam@124 6473 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
cannam@124 6474 _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'
cannam@124 6475 _LT_TAGVAR(compiler_needs_object, $1)=yes
cannam@124 6476
cannam@124 6477 # Not sure whether something based on
cannam@124 6478 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
cannam@124 6479 # would be better.
cannam@124 6480 output_verbose_link_cmd='func_echo_all'
cannam@124 6481
cannam@124 6482 # Archives containing C++ object files must be created using
cannam@124 6483 # "CC -xar", where "CC" is the Sun C++ compiler. This is
cannam@124 6484 # necessary to make sure instantiated templates are included
cannam@124 6485 # in the archive.
cannam@124 6486 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
cannam@124 6487 ;;
cannam@124 6488 esac
cannam@124 6489 ;;
cannam@124 6490 esac
cannam@124 6491 ;;
cannam@124 6492
cannam@124 6493 lynxos*)
cannam@124 6494 # FIXME: insert proper C++ library support
cannam@124 6495 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6496 ;;
cannam@124 6497
cannam@124 6498 m88k*)
cannam@124 6499 # FIXME: insert proper C++ library support
cannam@124 6500 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6501 ;;
cannam@124 6502
cannam@124 6503 mvs*)
cannam@124 6504 case $cc_basename in
cannam@124 6505 cxx*)
cannam@124 6506 # FIXME: insert proper C++ library support
cannam@124 6507 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6508 ;;
cannam@124 6509 *)
cannam@124 6510 # FIXME: insert proper C++ library support
cannam@124 6511 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6512 ;;
cannam@124 6513 esac
cannam@124 6514 ;;
cannam@124 6515
cannam@124 6516 netbsd*)
cannam@124 6517 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
cannam@124 6518 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
cannam@124 6519 wlarc=
cannam@124 6520 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
cannam@124 6521 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 6522 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 6523 fi
cannam@124 6524 # Workaround some broken pre-1.5 toolchains
cannam@124 6525 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
cannam@124 6526 ;;
cannam@124 6527
cannam@124 6528 *nto* | *qnx*)
cannam@124 6529 _LT_TAGVAR(ld_shlibs, $1)=yes
cannam@124 6530 ;;
cannam@124 6531
cannam@124 6532 openbsd2*)
cannam@124 6533 # C++ shared libraries are fairly broken
cannam@124 6534 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6535 ;;
cannam@124 6536
cannam@124 6537 openbsd*)
cannam@124 6538 if test -f /usr/libexec/ld.so; then
cannam@124 6539 _LT_TAGVAR(hardcode_direct, $1)=yes
cannam@124 6540 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 6541 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
cannam@124 6542 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
cannam@124 6543 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
cannam@124 6544 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
cannam@124 6545 _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'
cannam@124 6546 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
cannam@124 6547 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
cannam@124 6548 fi
cannam@124 6549 output_verbose_link_cmd=func_echo_all
cannam@124 6550 else
cannam@124 6551 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6552 fi
cannam@124 6553 ;;
cannam@124 6554
cannam@124 6555 osf3* | osf4* | osf5*)
cannam@124 6556 case $cc_basename in
cannam@124 6557 KCC*)
cannam@124 6558 # Kuck and Associates, Inc. (KAI) C++ Compiler
cannam@124 6559
cannam@124 6560 # KCC will only create a shared library if the output file
cannam@124 6561 # ends with ".so" (or ".sl" for HP-UX), so rename the library
cannam@124 6562 # to its proper name (with version) after linking.
cannam@124 6563 _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'
cannam@124 6564
cannam@124 6565 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
cannam@124 6566 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
cannam@124 6567
cannam@124 6568 # Archives containing C++ object files must be created using
cannam@124 6569 # the KAI C++ compiler.
cannam@124 6570 case $host in
cannam@124 6571 osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
cannam@124 6572 *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
cannam@124 6573 esac
cannam@124 6574 ;;
cannam@124 6575 RCC*)
cannam@124 6576 # Rational C++ 2.4.1
cannam@124 6577 # FIXME: insert proper C++ library support
cannam@124 6578 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6579 ;;
cannam@124 6580 cxx*)
cannam@124 6581 case $host in
cannam@124 6582 osf3*)
cannam@124 6583 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
cannam@124 6584 _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'
cannam@124 6585 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
cannam@124 6586 ;;
cannam@124 6587 *)
cannam@124 6588 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
cannam@124 6589 _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'
cannam@124 6590 _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
cannam@124 6591 echo "-hidden">> $lib.exp~
cannam@124 6592 $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~
cannam@124 6593 $RM $lib.exp'
cannam@124 6594 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
cannam@124 6595 ;;
cannam@124 6596 esac
cannam@124 6597
cannam@124 6598 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
cannam@124 6599
cannam@124 6600 # Commands to make compiler produce verbose output that lists
cannam@124 6601 # what "hidden" libraries, object files and flags are used when
cannam@124 6602 # linking a shared library.
cannam@124 6603 #
cannam@124 6604 # There doesn't appear to be a way to prevent this compiler from
cannam@124 6605 # explicitly linking system object files so we need to strip them
cannam@124 6606 # from the output so that they don't get included in the library
cannam@124 6607 # dependencies.
cannam@124 6608 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"'
cannam@124 6609 ;;
cannam@124 6610 *)
cannam@124 6611 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
cannam@124 6612 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
cannam@124 6613 case $host in
cannam@124 6614 osf3*)
cannam@124 6615 _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'
cannam@124 6616 ;;
cannam@124 6617 *)
cannam@124 6618 _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'
cannam@124 6619 ;;
cannam@124 6620 esac
cannam@124 6621
cannam@124 6622 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
cannam@124 6623 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
cannam@124 6624
cannam@124 6625 # Commands to make compiler produce verbose output that lists
cannam@124 6626 # what "hidden" libraries, object files and flags are used when
cannam@124 6627 # linking a shared library.
cannam@124 6628 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
cannam@124 6629
cannam@124 6630 else
cannam@124 6631 # FIXME: insert proper C++ library support
cannam@124 6632 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6633 fi
cannam@124 6634 ;;
cannam@124 6635 esac
cannam@124 6636 ;;
cannam@124 6637
cannam@124 6638 psos*)
cannam@124 6639 # FIXME: insert proper C++ library support
cannam@124 6640 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6641 ;;
cannam@124 6642
cannam@124 6643 sunos4*)
cannam@124 6644 case $cc_basename in
cannam@124 6645 CC*)
cannam@124 6646 # Sun C++ 4.x
cannam@124 6647 # FIXME: insert proper C++ library support
cannam@124 6648 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6649 ;;
cannam@124 6650 lcc*)
cannam@124 6651 # Lucid
cannam@124 6652 # FIXME: insert proper C++ library support
cannam@124 6653 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6654 ;;
cannam@124 6655 *)
cannam@124 6656 # FIXME: insert proper C++ library support
cannam@124 6657 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6658 ;;
cannam@124 6659 esac
cannam@124 6660 ;;
cannam@124 6661
cannam@124 6662 solaris*)
cannam@124 6663 case $cc_basename in
cannam@124 6664 CC* | sunCC*)
cannam@124 6665 # Sun C++ 4.2, 5.x and Centerline C++
cannam@124 6666 _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
cannam@124 6667 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
cannam@124 6668 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
cannam@124 6669 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
cannam@124 6670 $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'
cannam@124 6671
cannam@124 6672 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
cannam@124 6673 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 6674 case $host_os in
cannam@124 6675 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
cannam@124 6676 *)
cannam@124 6677 # The compiler driver will combine and reorder linker options,
cannam@124 6678 # but understands `-z linker_flag'.
cannam@124 6679 # Supported since Solaris 2.6 (maybe 2.5.1?)
cannam@124 6680 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
cannam@124 6681 ;;
cannam@124 6682 esac
cannam@124 6683 _LT_TAGVAR(link_all_deplibs, $1)=yes
cannam@124 6684
cannam@124 6685 output_verbose_link_cmd='func_echo_all'
cannam@124 6686
cannam@124 6687 # Archives containing C++ object files must be created using
cannam@124 6688 # "CC -xar", where "CC" is the Sun C++ compiler. This is
cannam@124 6689 # necessary to make sure instantiated templates are included
cannam@124 6690 # in the archive.
cannam@124 6691 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
cannam@124 6692 ;;
cannam@124 6693 gcx*)
cannam@124 6694 # Green Hills C++ Compiler
cannam@124 6695 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
cannam@124 6696
cannam@124 6697 # The C++ compiler must be used to create the archive.
cannam@124 6698 _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
cannam@124 6699 ;;
cannam@124 6700 *)
cannam@124 6701 # GNU C++ compiler with Solaris linker
cannam@124 6702 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
cannam@124 6703 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
cannam@124 6704 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
cannam@124 6705 _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'
cannam@124 6706 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
cannam@124 6707 $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
cannam@124 6708
cannam@124 6709 # Commands to make compiler produce verbose output that lists
cannam@124 6710 # what "hidden" libraries, object files and flags are used when
cannam@124 6711 # linking a shared library.
cannam@124 6712 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
cannam@124 6713 else
cannam@124 6714 # g++ 2.7 appears to require `-G' NOT `-shared' on this
cannam@124 6715 # platform.
cannam@124 6716 _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
cannam@124 6717 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
cannam@124 6718 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
cannam@124 6719
cannam@124 6720 # Commands to make compiler produce verbose output that lists
cannam@124 6721 # what "hidden" libraries, object files and flags are used when
cannam@124 6722 # linking a shared library.
cannam@124 6723 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
cannam@124 6724 fi
cannam@124 6725
cannam@124 6726 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
cannam@124 6727 case $host_os in
cannam@124 6728 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
cannam@124 6729 *)
cannam@124 6730 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
cannam@124 6731 ;;
cannam@124 6732 esac
cannam@124 6733 fi
cannam@124 6734 ;;
cannam@124 6735 esac
cannam@124 6736 ;;
cannam@124 6737
cannam@124 6738 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
cannam@124 6739 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
cannam@124 6740 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
cannam@124 6741 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 6742 runpath_var='LD_RUN_PATH'
cannam@124 6743
cannam@124 6744 case $cc_basename in
cannam@124 6745 CC*)
cannam@124 6746 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 6747 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 6748 ;;
cannam@124 6749 *)
cannam@124 6750 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 6751 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 6752 ;;
cannam@124 6753 esac
cannam@124 6754 ;;
cannam@124 6755
cannam@124 6756 sysv5* | sco3.2v5* | sco5v6*)
cannam@124 6757 # Note: We can NOT use -z defs as we might desire, because we do not
cannam@124 6758 # link with -lc, and that would cause any symbols used from libc to
cannam@124 6759 # always be unresolved, which means just about no library would
cannam@124 6760 # ever link correctly. If we're not using GNU ld we use -z text
cannam@124 6761 # though, which does catch some bad symbols but isn't as heavy-handed
cannam@124 6762 # as -z defs.
cannam@124 6763 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
cannam@124 6764 _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
cannam@124 6765 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
cannam@124 6766 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
cannam@124 6767 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
cannam@124 6768 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
cannam@124 6769 _LT_TAGVAR(link_all_deplibs, $1)=yes
cannam@124 6770 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
cannam@124 6771 runpath_var='LD_RUN_PATH'
cannam@124 6772
cannam@124 6773 case $cc_basename in
cannam@124 6774 CC*)
cannam@124 6775 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 6776 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 6777 _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~
cannam@124 6778 '"$_LT_TAGVAR(old_archive_cmds, $1)"
cannam@124 6779 _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~
cannam@124 6780 '"$_LT_TAGVAR(reload_cmds, $1)"
cannam@124 6781 ;;
cannam@124 6782 *)
cannam@124 6783 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 6784 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
cannam@124 6785 ;;
cannam@124 6786 esac
cannam@124 6787 ;;
cannam@124 6788
cannam@124 6789 tandem*)
cannam@124 6790 case $cc_basename in
cannam@124 6791 NCC*)
cannam@124 6792 # NonStop-UX NCC 3.20
cannam@124 6793 # FIXME: insert proper C++ library support
cannam@124 6794 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6795 ;;
cannam@124 6796 *)
cannam@124 6797 # FIXME: insert proper C++ library support
cannam@124 6798 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6799 ;;
cannam@124 6800 esac
cannam@124 6801 ;;
cannam@124 6802
cannam@124 6803 vxworks*)
cannam@124 6804 # FIXME: insert proper C++ library support
cannam@124 6805 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6806 ;;
cannam@124 6807
cannam@124 6808 *)
cannam@124 6809 # FIXME: insert proper C++ library support
cannam@124 6810 _LT_TAGVAR(ld_shlibs, $1)=no
cannam@124 6811 ;;
cannam@124 6812 esac
cannam@124 6813
cannam@124 6814 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
cannam@124 6815 test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
cannam@124 6816
cannam@124 6817 _LT_TAGVAR(GCC, $1)="$GXX"
cannam@124 6818 _LT_TAGVAR(LD, $1)="$LD"
cannam@124 6819
cannam@124 6820 ## CAVEAT EMPTOR:
cannam@124 6821 ## There is no encapsulation within the following macros, do not change
cannam@124 6822 ## the running order or otherwise move them around unless you know exactly
cannam@124 6823 ## what you are doing...
cannam@124 6824 _LT_SYS_HIDDEN_LIBDEPS($1)
cannam@124 6825 _LT_COMPILER_PIC($1)
cannam@124 6826 _LT_COMPILER_C_O($1)
cannam@124 6827 _LT_COMPILER_FILE_LOCKS($1)
cannam@124 6828 _LT_LINKER_SHLIBS($1)
cannam@124 6829 _LT_SYS_DYNAMIC_LINKER($1)
cannam@124 6830 _LT_LINKER_HARDCODE_LIBPATH($1)
cannam@124 6831
cannam@124 6832 _LT_CONFIG($1)
cannam@124 6833 fi # test -n "$compiler"
cannam@124 6834
cannam@124 6835 CC=$lt_save_CC
cannam@124 6836 CFLAGS=$lt_save_CFLAGS
cannam@124 6837 LDCXX=$LD
cannam@124 6838 LD=$lt_save_LD
cannam@124 6839 GCC=$lt_save_GCC
cannam@124 6840 with_gnu_ld=$lt_save_with_gnu_ld
cannam@124 6841 lt_cv_path_LDCXX=$lt_cv_path_LD
cannam@124 6842 lt_cv_path_LD=$lt_save_path_LD
cannam@124 6843 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
cannam@124 6844 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
cannam@124 6845 fi # test "$_lt_caught_CXX_error" != yes
cannam@124 6846
cannam@124 6847 AC_LANG_POP
cannam@124 6848 ])# _LT_LANG_CXX_CONFIG
cannam@124 6849
cannam@124 6850
cannam@124 6851 # _LT_FUNC_STRIPNAME_CNF
cannam@124 6852 # ----------------------
cannam@124 6853 # func_stripname_cnf prefix suffix name
cannam@124 6854 # strip PREFIX and SUFFIX off of NAME.
cannam@124 6855 # PREFIX and SUFFIX must not contain globbing or regex special
cannam@124 6856 # characters, hashes, percent signs, but SUFFIX may contain a leading
cannam@124 6857 # dot (in which case that matches only a dot).
cannam@124 6858 #
cannam@124 6859 # This function is identical to the (non-XSI) version of func_stripname,
cannam@124 6860 # except this one can be used by m4 code that may be executed by configure,
cannam@124 6861 # rather than the libtool script.
cannam@124 6862 m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl
cannam@124 6863 AC_REQUIRE([_LT_DECL_SED])
cannam@124 6864 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])
cannam@124 6865 func_stripname_cnf ()
cannam@124 6866 {
cannam@124 6867 case ${2} in
cannam@124 6868 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
cannam@124 6869 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
cannam@124 6870 esac
cannam@124 6871 } # func_stripname_cnf
cannam@124 6872 ])# _LT_FUNC_STRIPNAME_CNF
cannam@124 6873
cannam@124 6874 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
cannam@124 6875 # ---------------------------------
cannam@124 6876 # Figure out "hidden" library dependencies from verbose
cannam@124 6877 # compiler output when linking a shared library.
cannam@124 6878 # Parse the compiler output and extract the necessary
cannam@124 6879 # objects, libraries and library flags.
cannam@124 6880 m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
cannam@124 6881 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
cannam@124 6882 AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl
cannam@124 6883 # Dependencies to place before and after the object being linked:
cannam@124 6884 _LT_TAGVAR(predep_objects, $1)=
cannam@124 6885 _LT_TAGVAR(postdep_objects, $1)=
cannam@124 6886 _LT_TAGVAR(predeps, $1)=
cannam@124 6887 _LT_TAGVAR(postdeps, $1)=
cannam@124 6888 _LT_TAGVAR(compiler_lib_search_path, $1)=
cannam@124 6889
cannam@124 6890 dnl we can't use the lt_simple_compile_test_code here,
cannam@124 6891 dnl because it contains code intended for an executable,
cannam@124 6892 dnl not a library. It's possible we should let each
cannam@124 6893 dnl tag define a new lt_????_link_test_code variable,
cannam@124 6894 dnl but it's only used here...
cannam@124 6895 m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
cannam@124 6896 int a;
cannam@124 6897 void foo (void) { a = 0; }
cannam@124 6898 _LT_EOF
cannam@124 6899 ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
cannam@124 6900 class Foo
cannam@124 6901 {
cannam@124 6902 public:
cannam@124 6903 Foo (void) { a = 0; }
cannam@124 6904 private:
cannam@124 6905 int a;
cannam@124 6906 };
cannam@124 6907 _LT_EOF
cannam@124 6908 ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
cannam@124 6909 subroutine foo
cannam@124 6910 implicit none
cannam@124 6911 integer*4 a
cannam@124 6912 a=0
cannam@124 6913 return
cannam@124 6914 end
cannam@124 6915 _LT_EOF
cannam@124 6916 ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
cannam@124 6917 subroutine foo
cannam@124 6918 implicit none
cannam@124 6919 integer a
cannam@124 6920 a=0
cannam@124 6921 return
cannam@124 6922 end
cannam@124 6923 _LT_EOF
cannam@124 6924 ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
cannam@124 6925 public class foo {
cannam@124 6926 private int a;
cannam@124 6927 public void bar (void) {
cannam@124 6928 a = 0;
cannam@124 6929 }
cannam@124 6930 };
cannam@124 6931 _LT_EOF
cannam@124 6932 ])
cannam@124 6933
cannam@124 6934 _lt_libdeps_save_CFLAGS=$CFLAGS
cannam@124 6935 case "$CC $CFLAGS " in #(
cannam@124 6936 *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
cannam@124 6937 *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
cannam@124 6938 esac
cannam@124 6939
cannam@124 6940 dnl Parse the compiler output and extract the necessary
cannam@124 6941 dnl objects, libraries and library flags.
cannam@124 6942 if AC_TRY_EVAL(ac_compile); then
cannam@124 6943 # Parse the compiler output and extract the necessary
cannam@124 6944 # objects, libraries and library flags.
cannam@124 6945
cannam@124 6946 # Sentinel used to keep track of whether or not we are before
cannam@124 6947 # the conftest object file.
cannam@124 6948 pre_test_object_deps_done=no
cannam@124 6949
cannam@124 6950 for p in `eval "$output_verbose_link_cmd"`; do
cannam@124 6951 case ${prev}${p} in
cannam@124 6952
cannam@124 6953 -L* | -R* | -l*)
cannam@124 6954 # Some compilers place space between "-{L,R}" and the path.
cannam@124 6955 # Remove the space.
cannam@124 6956 if test $p = "-L" ||
cannam@124 6957 test $p = "-R"; then
cannam@124 6958 prev=$p
cannam@124 6959 continue
cannam@124 6960 fi
cannam@124 6961
cannam@124 6962 # Expand the sysroot to ease extracting the directories later.
cannam@124 6963 if test -z "$prev"; then
cannam@124 6964 case $p in
cannam@124 6965 -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
cannam@124 6966 -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
cannam@124 6967 -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
cannam@124 6968 esac
cannam@124 6969 fi
cannam@124 6970 case $p in
cannam@124 6971 =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
cannam@124 6972 esac
cannam@124 6973 if test "$pre_test_object_deps_done" = no; then
cannam@124 6974 case ${prev} in
cannam@124 6975 -L | -R)
cannam@124 6976 # Internal compiler library paths should come after those
cannam@124 6977 # provided the user. The postdeps already come after the
cannam@124 6978 # user supplied libs so there is no need to process them.
cannam@124 6979 if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
cannam@124 6980 _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
cannam@124 6981 else
cannam@124 6982 _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
cannam@124 6983 fi
cannam@124 6984 ;;
cannam@124 6985 # The "-l" case would never come before the object being
cannam@124 6986 # linked, so don't bother handling this case.
cannam@124 6987 esac
cannam@124 6988 else
cannam@124 6989 if test -z "$_LT_TAGVAR(postdeps, $1)"; then
cannam@124 6990 _LT_TAGVAR(postdeps, $1)="${prev}${p}"
cannam@124 6991 else
cannam@124 6992 _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}"
cannam@124 6993 fi
cannam@124 6994 fi
cannam@124 6995 prev=
cannam@124 6996 ;;
cannam@124 6997
cannam@124 6998 *.lto.$objext) ;; # Ignore GCC LTO objects
cannam@124 6999 *.$objext)
cannam@124 7000 # This assumes that the test object file only shows up
cannam@124 7001 # once in the compiler output.
cannam@124 7002 if test "$p" = "conftest.$objext"; then
cannam@124 7003 pre_test_object_deps_done=yes
cannam@124 7004 continue
cannam@124 7005 fi
cannam@124 7006
cannam@124 7007 if test "$pre_test_object_deps_done" = no; then
cannam@124 7008 if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
cannam@124 7009 _LT_TAGVAR(predep_objects, $1)="$p"
cannam@124 7010 else
cannam@124 7011 _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
cannam@124 7012 fi
cannam@124 7013 else
cannam@124 7014 if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
cannam@124 7015 _LT_TAGVAR(postdep_objects, $1)="$p"
cannam@124 7016 else
cannam@124 7017 _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
cannam@124 7018 fi
cannam@124 7019 fi
cannam@124 7020 ;;
cannam@124 7021
cannam@124 7022 *) ;; # Ignore the rest.
cannam@124 7023
cannam@124 7024 esac
cannam@124 7025 done
cannam@124 7026
cannam@124 7027 # Clean up.
cannam@124 7028 rm -f a.out a.exe
cannam@124 7029 else
cannam@124 7030 echo "libtool.m4: error: problem compiling $1 test program"
cannam@124 7031 fi
cannam@124 7032
cannam@124 7033 $RM -f confest.$objext
cannam@124 7034 CFLAGS=$_lt_libdeps_save_CFLAGS
cannam@124 7035
cannam@124 7036 # PORTME: override above test on systems where it is broken
cannam@124 7037 m4_if([$1], [CXX],
cannam@124 7038 [case $host_os in
cannam@124 7039 interix[[3-9]]*)
cannam@124 7040 # Interix 3.5 installs completely hosed .la files for C++, so rather than
cannam@124 7041 # hack all around it, let's just trust "g++" to DTRT.
cannam@124 7042 _LT_TAGVAR(predep_objects,$1)=
cannam@124 7043 _LT_TAGVAR(postdep_objects,$1)=
cannam@124 7044 _LT_TAGVAR(postdeps,$1)=
cannam@124 7045 ;;
cannam@124 7046
cannam@124 7047 linux*)
cannam@124 7048 case `$CC -V 2>&1 | sed 5q` in
cannam@124 7049 *Sun\ C*)
cannam@124 7050 # Sun C++ 5.9
cannam@124 7051
cannam@124 7052 # The more standards-conforming stlport4 library is
cannam@124 7053 # incompatible with the Cstd library. Avoid specifying
cannam@124 7054 # it if it's in CXXFLAGS. Ignore libCrun as
cannam@124 7055 # -library=stlport4 depends on it.
cannam@124 7056 case " $CXX $CXXFLAGS " in
cannam@124 7057 *" -library=stlport4 "*)
cannam@124 7058 solaris_use_stlport4=yes
cannam@124 7059 ;;
cannam@124 7060 esac
cannam@124 7061
cannam@124 7062 if test "$solaris_use_stlport4" != yes; then
cannam@124 7063 _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
cannam@124 7064 fi
cannam@124 7065 ;;
cannam@124 7066 esac
cannam@124 7067 ;;
cannam@124 7068
cannam@124 7069 solaris*)
cannam@124 7070 case $cc_basename in
cannam@124 7071 CC* | sunCC*)
cannam@124 7072 # The more standards-conforming stlport4 library is
cannam@124 7073 # incompatible with the Cstd library. Avoid specifying
cannam@124 7074 # it if it's in CXXFLAGS. Ignore libCrun as
cannam@124 7075 # -library=stlport4 depends on it.
cannam@124 7076 case " $CXX $CXXFLAGS " in
cannam@124 7077 *" -library=stlport4 "*)
cannam@124 7078 solaris_use_stlport4=yes
cannam@124 7079 ;;
cannam@124 7080 esac
cannam@124 7081
cannam@124 7082 # Adding this requires a known-good setup of shared libraries for
cannam@124 7083 # Sun compiler versions before 5.6, else PIC objects from an old
cannam@124 7084 # archive will be linked into the output, leading to subtle bugs.
cannam@124 7085 if test "$solaris_use_stlport4" != yes; then
cannam@124 7086 _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
cannam@124 7087 fi
cannam@124 7088 ;;
cannam@124 7089 esac
cannam@124 7090 ;;
cannam@124 7091 esac
cannam@124 7092 ])
cannam@124 7093
cannam@124 7094 case " $_LT_TAGVAR(postdeps, $1) " in
cannam@124 7095 *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
cannam@124 7096 esac
cannam@124 7097 _LT_TAGVAR(compiler_lib_search_dirs, $1)=
cannam@124 7098 if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
cannam@124 7099 _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
cannam@124 7100 fi
cannam@124 7101 _LT_TAGDECL([], [compiler_lib_search_dirs], [1],
cannam@124 7102 [The directories searched by this compiler when creating a shared library])
cannam@124 7103 _LT_TAGDECL([], [predep_objects], [1],
cannam@124 7104 [Dependencies to place before and after the objects being linked to
cannam@124 7105 create a shared library])
cannam@124 7106 _LT_TAGDECL([], [postdep_objects], [1])
cannam@124 7107 _LT_TAGDECL([], [predeps], [1])
cannam@124 7108 _LT_TAGDECL([], [postdeps], [1])
cannam@124 7109 _LT_TAGDECL([], [compiler_lib_search_path], [1],
cannam@124 7110 [The library search path used internally by the compiler when linking
cannam@124 7111 a shared library])
cannam@124 7112 ])# _LT_SYS_HIDDEN_LIBDEPS
cannam@124 7113
cannam@124 7114
cannam@124 7115 # _LT_LANG_F77_CONFIG([TAG])
cannam@124 7116 # --------------------------
cannam@124 7117 # Ensure that the configuration variables for a Fortran 77 compiler are
cannam@124 7118 # suitably defined. These variables are subsequently used by _LT_CONFIG
cannam@124 7119 # to write the compiler configuration to `libtool'.
cannam@124 7120 m4_defun([_LT_LANG_F77_CONFIG],
cannam@124 7121 [AC_LANG_PUSH(Fortran 77)
cannam@124 7122 if test -z "$F77" || test "X$F77" = "Xno"; then
cannam@124 7123 _lt_disable_F77=yes
cannam@124 7124 fi
cannam@124 7125
cannam@124 7126 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
cannam@124 7127 _LT_TAGVAR(allow_undefined_flag, $1)=
cannam@124 7128 _LT_TAGVAR(always_export_symbols, $1)=no
cannam@124 7129 _LT_TAGVAR(archive_expsym_cmds, $1)=
cannam@124 7130 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
cannam@124 7131 _LT_TAGVAR(hardcode_direct, $1)=no
cannam@124 7132 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
cannam@124 7133 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
cannam@124 7134 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
cannam@124 7135 _LT_TAGVAR(hardcode_libdir_separator, $1)=
cannam@124 7136 _LT_TAGVAR(hardcode_minus_L, $1)=no
cannam@124 7137 _LT_TAGVAR(hardcode_automatic, $1)=no
cannam@124 7138 _LT_TAGVAR(inherit_rpath, $1)=no
cannam@124 7139 _LT_TAGVAR(module_cmds, $1)=
cannam@124 7140 _LT_TAGVAR(module_expsym_cmds, $1)=
cannam@124 7141 _LT_TAGVAR(link_all_deplibs, $1)=unknown
cannam@124 7142 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
cannam@124 7143 _LT_TAGVAR(reload_flag, $1)=$reload_flag
cannam@124 7144 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
cannam@124 7145 _LT_TAGVAR(no_undefined_flag, $1)=
cannam@124 7146 _LT_TAGVAR(whole_archive_flag_spec, $1)=
cannam@124 7147 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
cannam@124 7148
cannam@124 7149 # Source file extension for f77 test sources.
cannam@124 7150 ac_ext=f
cannam@124 7151
cannam@124 7152 # Object file extension for compiled f77 test sources.
cannam@124 7153 objext=o
cannam@124 7154 _LT_TAGVAR(objext, $1)=$objext
cannam@124 7155
cannam@124 7156 # No sense in running all these tests if we already determined that
cannam@124 7157 # the F77 compiler isn't working. Some variables (like enable_shared)
cannam@124 7158 # are currently assumed to apply to all compilers on this platform,
cannam@124 7159 # and will be corrupted by setting them based on a non-working compiler.
cannam@124 7160 if test "$_lt_disable_F77" != yes; then
cannam@124 7161 # Code to be used in simple compile tests
cannam@124 7162 lt_simple_compile_test_code="\
cannam@124 7163 subroutine t
cannam@124 7164 return
cannam@124 7165 end
cannam@124 7166 "
cannam@124 7167
cannam@124 7168 # Code to be used in simple link tests
cannam@124 7169 lt_simple_link_test_code="\
cannam@124 7170 program t
cannam@124 7171 end
cannam@124 7172 "
cannam@124 7173
cannam@124 7174 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
cannam@124 7175 _LT_TAG_COMPILER
cannam@124 7176
cannam@124 7177 # save warnings/boilerplate of simple test code
cannam@124 7178 _LT_COMPILER_BOILERPLATE
cannam@124 7179 _LT_LINKER_BOILERPLATE
cannam@124 7180
cannam@124 7181 # Allow CC to be a program name with arguments.
cannam@124 7182 lt_save_CC="$CC"
cannam@124 7183 lt_save_GCC=$GCC
cannam@124 7184 lt_save_CFLAGS=$CFLAGS
cannam@124 7185 CC=${F77-"f77"}
cannam@124 7186 CFLAGS=$FFLAGS
cannam@124 7187 compiler=$CC
cannam@124 7188 _LT_TAGVAR(compiler, $1)=$CC
cannam@124 7189 _LT_CC_BASENAME([$compiler])
cannam@124 7190 GCC=$G77
cannam@124 7191 if test -n "$compiler"; then
cannam@124 7192 AC_MSG_CHECKING([if libtool supports shared libraries])
cannam@124 7193 AC_MSG_RESULT([$can_build_shared])
cannam@124 7194
cannam@124 7195 AC_MSG_CHECKING([whether to build shared libraries])
cannam@124 7196 test "$can_build_shared" = "no" && enable_shared=no
cannam@124 7197
cannam@124 7198 # On AIX, shared libraries and static libraries use the same namespace, and
cannam@124 7199 # are all built from PIC.
cannam@124 7200 case $host_os in
cannam@124 7201 aix3*)
cannam@124 7202 test "$enable_shared" = yes && enable_static=no
cannam@124 7203 if test -n "$RANLIB"; then
cannam@124 7204 archive_cmds="$archive_cmds~\$RANLIB \$lib"
cannam@124 7205 postinstall_cmds='$RANLIB $lib'
cannam@124 7206 fi
cannam@124 7207 ;;
cannam@124 7208 aix[[4-9]]*)
cannam@124 7209 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
cannam@124 7210 test "$enable_shared" = yes && enable_static=no
cannam@124 7211 fi
cannam@124 7212 ;;
cannam@124 7213 esac
cannam@124 7214 AC_MSG_RESULT([$enable_shared])
cannam@124 7215
cannam@124 7216 AC_MSG_CHECKING([whether to build static libraries])
cannam@124 7217 # Make sure either enable_shared or enable_static is yes.
cannam@124 7218 test "$enable_shared" = yes || enable_static=yes
cannam@124 7219 AC_MSG_RESULT([$enable_static])
cannam@124 7220
cannam@124 7221 _LT_TAGVAR(GCC, $1)="$G77"
cannam@124 7222 _LT_TAGVAR(LD, $1)="$LD"
cannam@124 7223
cannam@124 7224 ## CAVEAT EMPTOR:
cannam@124 7225 ## There is no encapsulation within the following macros, do not change
cannam@124 7226 ## the running order or otherwise move them around unless you know exactly
cannam@124 7227 ## what you are doing...
cannam@124 7228 _LT_COMPILER_PIC($1)
cannam@124 7229 _LT_COMPILER_C_O($1)
cannam@124 7230 _LT_COMPILER_FILE_LOCKS($1)
cannam@124 7231 _LT_LINKER_SHLIBS($1)
cannam@124 7232 _LT_SYS_DYNAMIC_LINKER($1)
cannam@124 7233 _LT_LINKER_HARDCODE_LIBPATH($1)
cannam@124 7234
cannam@124 7235 _LT_CONFIG($1)
cannam@124 7236 fi # test -n "$compiler"
cannam@124 7237
cannam@124 7238 GCC=$lt_save_GCC
cannam@124 7239 CC="$lt_save_CC"
cannam@124 7240 CFLAGS="$lt_save_CFLAGS"
cannam@124 7241 fi # test "$_lt_disable_F77" != yes
cannam@124 7242
cannam@124 7243 AC_LANG_POP
cannam@124 7244 ])# _LT_LANG_F77_CONFIG
cannam@124 7245
cannam@124 7246
cannam@124 7247 # _LT_LANG_FC_CONFIG([TAG])
cannam@124 7248 # -------------------------
cannam@124 7249 # Ensure that the configuration variables for a Fortran compiler are
cannam@124 7250 # suitably defined. These variables are subsequently used by _LT_CONFIG
cannam@124 7251 # to write the compiler configuration to `libtool'.
cannam@124 7252 m4_defun([_LT_LANG_FC_CONFIG],
cannam@124 7253 [AC_LANG_PUSH(Fortran)
cannam@124 7254
cannam@124 7255 if test -z "$FC" || test "X$FC" = "Xno"; then
cannam@124 7256 _lt_disable_FC=yes
cannam@124 7257 fi
cannam@124 7258
cannam@124 7259 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
cannam@124 7260 _LT_TAGVAR(allow_undefined_flag, $1)=
cannam@124 7261 _LT_TAGVAR(always_export_symbols, $1)=no
cannam@124 7262 _LT_TAGVAR(archive_expsym_cmds, $1)=
cannam@124 7263 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
cannam@124 7264 _LT_TAGVAR(hardcode_direct, $1)=no
cannam@124 7265 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
cannam@124 7266 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
cannam@124 7267 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
cannam@124 7268 _LT_TAGVAR(hardcode_libdir_separator, $1)=
cannam@124 7269 _LT_TAGVAR(hardcode_minus_L, $1)=no
cannam@124 7270 _LT_TAGVAR(hardcode_automatic, $1)=no
cannam@124 7271 _LT_TAGVAR(inherit_rpath, $1)=no
cannam@124 7272 _LT_TAGVAR(module_cmds, $1)=
cannam@124 7273 _LT_TAGVAR(module_expsym_cmds, $1)=
cannam@124 7274 _LT_TAGVAR(link_all_deplibs, $1)=unknown
cannam@124 7275 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
cannam@124 7276 _LT_TAGVAR(reload_flag, $1)=$reload_flag
cannam@124 7277 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
cannam@124 7278 _LT_TAGVAR(no_undefined_flag, $1)=
cannam@124 7279 _LT_TAGVAR(whole_archive_flag_spec, $1)=
cannam@124 7280 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
cannam@124 7281
cannam@124 7282 # Source file extension for fc test sources.
cannam@124 7283 ac_ext=${ac_fc_srcext-f}
cannam@124 7284
cannam@124 7285 # Object file extension for compiled fc test sources.
cannam@124 7286 objext=o
cannam@124 7287 _LT_TAGVAR(objext, $1)=$objext
cannam@124 7288
cannam@124 7289 # No sense in running all these tests if we already determined that
cannam@124 7290 # the FC compiler isn't working. Some variables (like enable_shared)
cannam@124 7291 # are currently assumed to apply to all compilers on this platform,
cannam@124 7292 # and will be corrupted by setting them based on a non-working compiler.
cannam@124 7293 if test "$_lt_disable_FC" != yes; then
cannam@124 7294 # Code to be used in simple compile tests
cannam@124 7295 lt_simple_compile_test_code="\
cannam@124 7296 subroutine t
cannam@124 7297 return
cannam@124 7298 end
cannam@124 7299 "
cannam@124 7300
cannam@124 7301 # Code to be used in simple link tests
cannam@124 7302 lt_simple_link_test_code="\
cannam@124 7303 program t
cannam@124 7304 end
cannam@124 7305 "
cannam@124 7306
cannam@124 7307 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
cannam@124 7308 _LT_TAG_COMPILER
cannam@124 7309
cannam@124 7310 # save warnings/boilerplate of simple test code
cannam@124 7311 _LT_COMPILER_BOILERPLATE
cannam@124 7312 _LT_LINKER_BOILERPLATE
cannam@124 7313
cannam@124 7314 # Allow CC to be a program name with arguments.
cannam@124 7315 lt_save_CC="$CC"
cannam@124 7316 lt_save_GCC=$GCC
cannam@124 7317 lt_save_CFLAGS=$CFLAGS
cannam@124 7318 CC=${FC-"f95"}
cannam@124 7319 CFLAGS=$FCFLAGS
cannam@124 7320 compiler=$CC
cannam@124 7321 GCC=$ac_cv_fc_compiler_gnu
cannam@124 7322
cannam@124 7323 _LT_TAGVAR(compiler, $1)=$CC
cannam@124 7324 _LT_CC_BASENAME([$compiler])
cannam@124 7325
cannam@124 7326 if test -n "$compiler"; then
cannam@124 7327 AC_MSG_CHECKING([if libtool supports shared libraries])
cannam@124 7328 AC_MSG_RESULT([$can_build_shared])
cannam@124 7329
cannam@124 7330 AC_MSG_CHECKING([whether to build shared libraries])
cannam@124 7331 test "$can_build_shared" = "no" && enable_shared=no
cannam@124 7332
cannam@124 7333 # On AIX, shared libraries and static libraries use the same namespace, and
cannam@124 7334 # are all built from PIC.
cannam@124 7335 case $host_os in
cannam@124 7336 aix3*)
cannam@124 7337 test "$enable_shared" = yes && enable_static=no
cannam@124 7338 if test -n "$RANLIB"; then
cannam@124 7339 archive_cmds="$archive_cmds~\$RANLIB \$lib"
cannam@124 7340 postinstall_cmds='$RANLIB $lib'
cannam@124 7341 fi
cannam@124 7342 ;;
cannam@124 7343 aix[[4-9]]*)
cannam@124 7344 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
cannam@124 7345 test "$enable_shared" = yes && enable_static=no
cannam@124 7346 fi
cannam@124 7347 ;;
cannam@124 7348 esac
cannam@124 7349 AC_MSG_RESULT([$enable_shared])
cannam@124 7350
cannam@124 7351 AC_MSG_CHECKING([whether to build static libraries])
cannam@124 7352 # Make sure either enable_shared or enable_static is yes.
cannam@124 7353 test "$enable_shared" = yes || enable_static=yes
cannam@124 7354 AC_MSG_RESULT([$enable_static])
cannam@124 7355
cannam@124 7356 _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu"
cannam@124 7357 _LT_TAGVAR(LD, $1)="$LD"
cannam@124 7358
cannam@124 7359 ## CAVEAT EMPTOR:
cannam@124 7360 ## There is no encapsulation within the following macros, do not change
cannam@124 7361 ## the running order or otherwise move them around unless you know exactly
cannam@124 7362 ## what you are doing...
cannam@124 7363 _LT_SYS_HIDDEN_LIBDEPS($1)
cannam@124 7364 _LT_COMPILER_PIC($1)
cannam@124 7365 _LT_COMPILER_C_O($1)
cannam@124 7366 _LT_COMPILER_FILE_LOCKS($1)
cannam@124 7367 _LT_LINKER_SHLIBS($1)
cannam@124 7368 _LT_SYS_DYNAMIC_LINKER($1)
cannam@124 7369 _LT_LINKER_HARDCODE_LIBPATH($1)
cannam@124 7370
cannam@124 7371 _LT_CONFIG($1)
cannam@124 7372 fi # test -n "$compiler"
cannam@124 7373
cannam@124 7374 GCC=$lt_save_GCC
cannam@124 7375 CC=$lt_save_CC
cannam@124 7376 CFLAGS=$lt_save_CFLAGS
cannam@124 7377 fi # test "$_lt_disable_FC" != yes
cannam@124 7378
cannam@124 7379 AC_LANG_POP
cannam@124 7380 ])# _LT_LANG_FC_CONFIG
cannam@124 7381
cannam@124 7382
cannam@124 7383 # _LT_LANG_GCJ_CONFIG([TAG])
cannam@124 7384 # --------------------------
cannam@124 7385 # Ensure that the configuration variables for the GNU Java Compiler compiler
cannam@124 7386 # are suitably defined. These variables are subsequently used by _LT_CONFIG
cannam@124 7387 # to write the compiler configuration to `libtool'.
cannam@124 7388 m4_defun([_LT_LANG_GCJ_CONFIG],
cannam@124 7389 [AC_REQUIRE([LT_PROG_GCJ])dnl
cannam@124 7390 AC_LANG_SAVE
cannam@124 7391
cannam@124 7392 # Source file extension for Java test sources.
cannam@124 7393 ac_ext=java
cannam@124 7394
cannam@124 7395 # Object file extension for compiled Java test sources.
cannam@124 7396 objext=o
cannam@124 7397 _LT_TAGVAR(objext, $1)=$objext
cannam@124 7398
cannam@124 7399 # Code to be used in simple compile tests
cannam@124 7400 lt_simple_compile_test_code="class foo {}"
cannam@124 7401
cannam@124 7402 # Code to be used in simple link tests
cannam@124 7403 lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
cannam@124 7404
cannam@124 7405 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
cannam@124 7406 _LT_TAG_COMPILER
cannam@124 7407
cannam@124 7408 # save warnings/boilerplate of simple test code
cannam@124 7409 _LT_COMPILER_BOILERPLATE
cannam@124 7410 _LT_LINKER_BOILERPLATE
cannam@124 7411
cannam@124 7412 # Allow CC to be a program name with arguments.
cannam@124 7413 lt_save_CC=$CC
cannam@124 7414 lt_save_CFLAGS=$CFLAGS
cannam@124 7415 lt_save_GCC=$GCC
cannam@124 7416 GCC=yes
cannam@124 7417 CC=${GCJ-"gcj"}
cannam@124 7418 CFLAGS=$GCJFLAGS
cannam@124 7419 compiler=$CC
cannam@124 7420 _LT_TAGVAR(compiler, $1)=$CC
cannam@124 7421 _LT_TAGVAR(LD, $1)="$LD"
cannam@124 7422 _LT_CC_BASENAME([$compiler])
cannam@124 7423
cannam@124 7424 # GCJ did not exist at the time GCC didn't implicitly link libc in.
cannam@124 7425 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
cannam@124 7426
cannam@124 7427 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
cannam@124 7428 _LT_TAGVAR(reload_flag, $1)=$reload_flag
cannam@124 7429 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
cannam@124 7430
cannam@124 7431 if test -n "$compiler"; then
cannam@124 7432 _LT_COMPILER_NO_RTTI($1)
cannam@124 7433 _LT_COMPILER_PIC($1)
cannam@124 7434 _LT_COMPILER_C_O($1)
cannam@124 7435 _LT_COMPILER_FILE_LOCKS($1)
cannam@124 7436 _LT_LINKER_SHLIBS($1)
cannam@124 7437 _LT_LINKER_HARDCODE_LIBPATH($1)
cannam@124 7438
cannam@124 7439 _LT_CONFIG($1)
cannam@124 7440 fi
cannam@124 7441
cannam@124 7442 AC_LANG_RESTORE
cannam@124 7443
cannam@124 7444 GCC=$lt_save_GCC
cannam@124 7445 CC=$lt_save_CC
cannam@124 7446 CFLAGS=$lt_save_CFLAGS
cannam@124 7447 ])# _LT_LANG_GCJ_CONFIG
cannam@124 7448
cannam@124 7449
cannam@124 7450 # _LT_LANG_RC_CONFIG([TAG])
cannam@124 7451 # -------------------------
cannam@124 7452 # Ensure that the configuration variables for the Windows resource compiler
cannam@124 7453 # are suitably defined. These variables are subsequently used by _LT_CONFIG
cannam@124 7454 # to write the compiler configuration to `libtool'.
cannam@124 7455 m4_defun([_LT_LANG_RC_CONFIG],
cannam@124 7456 [AC_REQUIRE([LT_PROG_RC])dnl
cannam@124 7457 AC_LANG_SAVE
cannam@124 7458
cannam@124 7459 # Source file extension for RC test sources.
cannam@124 7460 ac_ext=rc
cannam@124 7461
cannam@124 7462 # Object file extension for compiled RC test sources.
cannam@124 7463 objext=o
cannam@124 7464 _LT_TAGVAR(objext, $1)=$objext
cannam@124 7465
cannam@124 7466 # Code to be used in simple compile tests
cannam@124 7467 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
cannam@124 7468
cannam@124 7469 # Code to be used in simple link tests
cannam@124 7470 lt_simple_link_test_code="$lt_simple_compile_test_code"
cannam@124 7471
cannam@124 7472 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
cannam@124 7473 _LT_TAG_COMPILER
cannam@124 7474
cannam@124 7475 # save warnings/boilerplate of simple test code
cannam@124 7476 _LT_COMPILER_BOILERPLATE
cannam@124 7477 _LT_LINKER_BOILERPLATE
cannam@124 7478
cannam@124 7479 # Allow CC to be a program name with arguments.
cannam@124 7480 lt_save_CC="$CC"
cannam@124 7481 lt_save_CFLAGS=$CFLAGS
cannam@124 7482 lt_save_GCC=$GCC
cannam@124 7483 GCC=
cannam@124 7484 CC=${RC-"windres"}
cannam@124 7485 CFLAGS=
cannam@124 7486 compiler=$CC
cannam@124 7487 _LT_TAGVAR(compiler, $1)=$CC
cannam@124 7488 _LT_CC_BASENAME([$compiler])
cannam@124 7489 _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
cannam@124 7490
cannam@124 7491 if test -n "$compiler"; then
cannam@124 7492 :
cannam@124 7493 _LT_CONFIG($1)
cannam@124 7494 fi
cannam@124 7495
cannam@124 7496 GCC=$lt_save_GCC
cannam@124 7497 AC_LANG_RESTORE
cannam@124 7498 CC=$lt_save_CC
cannam@124 7499 CFLAGS=$lt_save_CFLAGS
cannam@124 7500 ])# _LT_LANG_RC_CONFIG
cannam@124 7501
cannam@124 7502
cannam@124 7503 # LT_PROG_GCJ
cannam@124 7504 # -----------
cannam@124 7505 AC_DEFUN([LT_PROG_GCJ],
cannam@124 7506 [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
cannam@124 7507 [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
cannam@124 7508 [AC_CHECK_TOOL(GCJ, gcj,)
cannam@124 7509 test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
cannam@124 7510 AC_SUBST(GCJFLAGS)])])[]dnl
cannam@124 7511 ])
cannam@124 7512
cannam@124 7513 # Old name:
cannam@124 7514 AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
cannam@124 7515 dnl aclocal-1.4 backwards compatibility:
cannam@124 7516 dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
cannam@124 7517
cannam@124 7518
cannam@124 7519 # LT_PROG_RC
cannam@124 7520 # ----------
cannam@124 7521 AC_DEFUN([LT_PROG_RC],
cannam@124 7522 [AC_CHECK_TOOL(RC, windres,)
cannam@124 7523 ])
cannam@124 7524
cannam@124 7525 # Old name:
cannam@124 7526 AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
cannam@124 7527 dnl aclocal-1.4 backwards compatibility:
cannam@124 7528 dnl AC_DEFUN([LT_AC_PROG_RC], [])
cannam@124 7529
cannam@124 7530
cannam@124 7531 # _LT_DECL_EGREP
cannam@124 7532 # --------------
cannam@124 7533 # If we don't have a new enough Autoconf to choose the best grep
cannam@124 7534 # available, choose the one first in the user's PATH.
cannam@124 7535 m4_defun([_LT_DECL_EGREP],
cannam@124 7536 [AC_REQUIRE([AC_PROG_EGREP])dnl
cannam@124 7537 AC_REQUIRE([AC_PROG_FGREP])dnl
cannam@124 7538 test -z "$GREP" && GREP=grep
cannam@124 7539 _LT_DECL([], [GREP], [1], [A grep program that handles long lines])
cannam@124 7540 _LT_DECL([], [EGREP], [1], [An ERE matcher])
cannam@124 7541 _LT_DECL([], [FGREP], [1], [A literal string matcher])
cannam@124 7542 dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
cannam@124 7543 AC_SUBST([GREP])
cannam@124 7544 ])
cannam@124 7545
cannam@124 7546
cannam@124 7547 # _LT_DECL_OBJDUMP
cannam@124 7548 # --------------
cannam@124 7549 # If we don't have a new enough Autoconf to choose the best objdump
cannam@124 7550 # available, choose the one first in the user's PATH.
cannam@124 7551 m4_defun([_LT_DECL_OBJDUMP],
cannam@124 7552 [AC_CHECK_TOOL(OBJDUMP, objdump, false)
cannam@124 7553 test -z "$OBJDUMP" && OBJDUMP=objdump
cannam@124 7554 _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
cannam@124 7555 AC_SUBST([OBJDUMP])
cannam@124 7556 ])
cannam@124 7557
cannam@124 7558 # _LT_DECL_DLLTOOL
cannam@124 7559 # ----------------
cannam@124 7560 # Ensure DLLTOOL variable is set.
cannam@124 7561 m4_defun([_LT_DECL_DLLTOOL],
cannam@124 7562 [AC_CHECK_TOOL(DLLTOOL, dlltool, false)
cannam@124 7563 test -z "$DLLTOOL" && DLLTOOL=dlltool
cannam@124 7564 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])
cannam@124 7565 AC_SUBST([DLLTOOL])
cannam@124 7566 ])
cannam@124 7567
cannam@124 7568 # _LT_DECL_SED
cannam@124 7569 # ------------
cannam@124 7570 # Check for a fully-functional sed program, that truncates
cannam@124 7571 # as few characters as possible. Prefer GNU sed if found.
cannam@124 7572 m4_defun([_LT_DECL_SED],
cannam@124 7573 [AC_PROG_SED
cannam@124 7574 test -z "$SED" && SED=sed
cannam@124 7575 Xsed="$SED -e 1s/^X//"
cannam@124 7576 _LT_DECL([], [SED], [1], [A sed program that does not truncate output])
cannam@124 7577 _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
cannam@124 7578 [Sed that helps us avoid accidentally triggering echo(1) options like -n])
cannam@124 7579 ])# _LT_DECL_SED
cannam@124 7580
cannam@124 7581 m4_ifndef([AC_PROG_SED], [
cannam@124 7582 # NOTE: This macro has been submitted for inclusion into #
cannam@124 7583 # GNU Autoconf as AC_PROG_SED. When it is available in #
cannam@124 7584 # a released version of Autoconf we should remove this #
cannam@124 7585 # macro and use it instead. #
cannam@124 7586
cannam@124 7587 m4_defun([AC_PROG_SED],
cannam@124 7588 [AC_MSG_CHECKING([for a sed that does not truncate output])
cannam@124 7589 AC_CACHE_VAL(lt_cv_path_SED,
cannam@124 7590 [# Loop through the user's path and test for sed and gsed.
cannam@124 7591 # Then use that list of sed's as ones to test for truncation.
cannam@124 7592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
cannam@124 7593 for as_dir in $PATH
cannam@124 7594 do
cannam@124 7595 IFS=$as_save_IFS
cannam@124 7596 test -z "$as_dir" && as_dir=.
cannam@124 7597 for lt_ac_prog in sed gsed; do
cannam@124 7598 for ac_exec_ext in '' $ac_executable_extensions; do
cannam@124 7599 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
cannam@124 7600 lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
cannam@124 7601 fi
cannam@124 7602 done
cannam@124 7603 done
cannam@124 7604 done
cannam@124 7605 IFS=$as_save_IFS
cannam@124 7606 lt_ac_max=0
cannam@124 7607 lt_ac_count=0
cannam@124 7608 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
cannam@124 7609 # along with /bin/sed that truncates output.
cannam@124 7610 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
cannam@124 7611 test ! -f $lt_ac_sed && continue
cannam@124 7612 cat /dev/null > conftest.in
cannam@124 7613 lt_ac_count=0
cannam@124 7614 echo $ECHO_N "0123456789$ECHO_C" >conftest.in
cannam@124 7615 # Check for GNU sed and select it if it is found.
cannam@124 7616 if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
cannam@124 7617 lt_cv_path_SED=$lt_ac_sed
cannam@124 7618 break
cannam@124 7619 fi
cannam@124 7620 while true; do
cannam@124 7621 cat conftest.in conftest.in >conftest.tmp
cannam@124 7622 mv conftest.tmp conftest.in
cannam@124 7623 cp conftest.in conftest.nl
cannam@124 7624 echo >>conftest.nl
cannam@124 7625 $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
cannam@124 7626 cmp -s conftest.out conftest.nl || break
cannam@124 7627 # 10000 chars as input seems more than enough
cannam@124 7628 test $lt_ac_count -gt 10 && break
cannam@124 7629 lt_ac_count=`expr $lt_ac_count + 1`
cannam@124 7630 if test $lt_ac_count -gt $lt_ac_max; then
cannam@124 7631 lt_ac_max=$lt_ac_count
cannam@124 7632 lt_cv_path_SED=$lt_ac_sed
cannam@124 7633 fi
cannam@124 7634 done
cannam@124 7635 done
cannam@124 7636 ])
cannam@124 7637 SED=$lt_cv_path_SED
cannam@124 7638 AC_SUBST([SED])
cannam@124 7639 AC_MSG_RESULT([$SED])
cannam@124 7640 ])#AC_PROG_SED
cannam@124 7641 ])#m4_ifndef
cannam@124 7642
cannam@124 7643 # Old name:
cannam@124 7644 AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
cannam@124 7645 dnl aclocal-1.4 backwards compatibility:
cannam@124 7646 dnl AC_DEFUN([LT_AC_PROG_SED], [])
cannam@124 7647
cannam@124 7648
cannam@124 7649 # _LT_CHECK_SHELL_FEATURES
cannam@124 7650 # ------------------------
cannam@124 7651 # Find out whether the shell is Bourne or XSI compatible,
cannam@124 7652 # or has some other useful features.
cannam@124 7653 m4_defun([_LT_CHECK_SHELL_FEATURES],
cannam@124 7654 [AC_MSG_CHECKING([whether the shell understands some XSI constructs])
cannam@124 7655 # Try some XSI features
cannam@124 7656 xsi_shell=no
cannam@124 7657 ( _lt_dummy="a/b/c"
cannam@124 7658 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
cannam@124 7659 = c,a/b,b/c, \
cannam@124 7660 && eval 'test $(( 1 + 1 )) -eq 2 \
cannam@124 7661 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
cannam@124 7662 && xsi_shell=yes
cannam@124 7663 AC_MSG_RESULT([$xsi_shell])
cannam@124 7664 _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
cannam@124 7665
cannam@124 7666 AC_MSG_CHECKING([whether the shell understands "+="])
cannam@124 7667 lt_shell_append=no
cannam@124 7668 ( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \
cannam@124 7669 >/dev/null 2>&1 \
cannam@124 7670 && lt_shell_append=yes
cannam@124 7671 AC_MSG_RESULT([$lt_shell_append])
cannam@124 7672 _LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append'])
cannam@124 7673
cannam@124 7674 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
cannam@124 7675 lt_unset=unset
cannam@124 7676 else
cannam@124 7677 lt_unset=false
cannam@124 7678 fi
cannam@124 7679 _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
cannam@124 7680
cannam@124 7681 # test EBCDIC or ASCII
cannam@124 7682 case `echo X|tr X '\101'` in
cannam@124 7683 A) # ASCII based system
cannam@124 7684 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
cannam@124 7685 lt_SP2NL='tr \040 \012'
cannam@124 7686 lt_NL2SP='tr \015\012 \040\040'
cannam@124 7687 ;;
cannam@124 7688 *) # EBCDIC based system
cannam@124 7689 lt_SP2NL='tr \100 \n'
cannam@124 7690 lt_NL2SP='tr \r\n \100\100'
cannam@124 7691 ;;
cannam@124 7692 esac
cannam@124 7693 _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
cannam@124 7694 _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
cannam@124 7695 ])# _LT_CHECK_SHELL_FEATURES
cannam@124 7696
cannam@124 7697
cannam@124 7698 # _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY)
cannam@124 7699 # ------------------------------------------------------
cannam@124 7700 # In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
cannam@124 7701 # '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
cannam@124 7702 m4_defun([_LT_PROG_FUNCTION_REPLACE],
cannam@124 7703 [dnl {
cannam@124 7704 sed -e '/^$1 ()$/,/^} # $1 /c\
cannam@124 7705 $1 ()\
cannam@124 7706 {\
cannam@124 7707 m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1])
cannam@124 7708 } # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \
cannam@124 7709 && mv -f "$cfgfile.tmp" "$cfgfile" \
cannam@124 7710 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
cannam@124 7711 test 0 -eq $? || _lt_function_replace_fail=:
cannam@124 7712 ])
cannam@124 7713
cannam@124 7714
cannam@124 7715 # _LT_PROG_REPLACE_SHELLFNS
cannam@124 7716 # -------------------------
cannam@124 7717 # Replace existing portable implementations of several shell functions with
cannam@124 7718 # equivalent extended shell implementations where those features are available..
cannam@124 7719 m4_defun([_LT_PROG_REPLACE_SHELLFNS],
cannam@124 7720 [if test x"$xsi_shell" = xyes; then
cannam@124 7721 _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl
cannam@124 7722 case ${1} in
cannam@124 7723 */*) func_dirname_result="${1%/*}${2}" ;;
cannam@124 7724 * ) func_dirname_result="${3}" ;;
cannam@124 7725 esac])
cannam@124 7726
cannam@124 7727 _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl
cannam@124 7728 func_basename_result="${1##*/}"])
cannam@124 7729
cannam@124 7730 _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl
cannam@124 7731 case ${1} in
cannam@124 7732 */*) func_dirname_result="${1%/*}${2}" ;;
cannam@124 7733 * ) func_dirname_result="${3}" ;;
cannam@124 7734 esac
cannam@124 7735 func_basename_result="${1##*/}"])
cannam@124 7736
cannam@124 7737 _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl
cannam@124 7738 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
cannam@124 7739 # positional parameters, so assign one to ordinary parameter first.
cannam@124 7740 func_stripname_result=${3}
cannam@124 7741 func_stripname_result=${func_stripname_result#"${1}"}
cannam@124 7742 func_stripname_result=${func_stripname_result%"${2}"}])
cannam@124 7743
cannam@124 7744 _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl
cannam@124 7745 func_split_long_opt_name=${1%%=*}
cannam@124 7746 func_split_long_opt_arg=${1#*=}])
cannam@124 7747
cannam@124 7748 _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl
cannam@124 7749 func_split_short_opt_arg=${1#??}
cannam@124 7750 func_split_short_opt_name=${1%"$func_split_short_opt_arg"}])
cannam@124 7751
cannam@124 7752 _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl
cannam@124 7753 case ${1} in
cannam@124 7754 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
cannam@124 7755 *) func_lo2o_result=${1} ;;
cannam@124 7756 esac])
cannam@124 7757
cannam@124 7758 _LT_PROG_FUNCTION_REPLACE([func_xform], [ func_xform_result=${1%.*}.lo])
cannam@124 7759
cannam@124 7760 _LT_PROG_FUNCTION_REPLACE([func_arith], [ func_arith_result=$(( $[*] ))])
cannam@124 7761
cannam@124 7762 _LT_PROG_FUNCTION_REPLACE([func_len], [ func_len_result=${#1}])
cannam@124 7763 fi
cannam@124 7764
cannam@124 7765 if test x"$lt_shell_append" = xyes; then
cannam@124 7766 _LT_PROG_FUNCTION_REPLACE([func_append], [ eval "${1}+=\\${2}"])
cannam@124 7767
cannam@124 7768 _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl
cannam@124 7769 func_quote_for_eval "${2}"
cannam@124 7770 dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \
cannam@124 7771 eval "${1}+=\\\\ \\$func_quote_for_eval_result"])
cannam@124 7772
cannam@124 7773 # Save a `func_append' function call where possible by direct use of '+='
cannam@124 7774 sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
cannam@124 7775 && mv -f "$cfgfile.tmp" "$cfgfile" \
cannam@124 7776 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
cannam@124 7777 test 0 -eq $? || _lt_function_replace_fail=:
cannam@124 7778 else
cannam@124 7779 # Save a `func_append' function call even when '+=' is not available
cannam@124 7780 sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
cannam@124 7781 && mv -f "$cfgfile.tmp" "$cfgfile" \
cannam@124 7782 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
cannam@124 7783 test 0 -eq $? || _lt_function_replace_fail=:
cannam@124 7784 fi
cannam@124 7785
cannam@124 7786 if test x"$_lt_function_replace_fail" = x":"; then
cannam@124 7787 AC_MSG_WARN([Unable to substitute extended shell functions in $ofile])
cannam@124 7788 fi
cannam@124 7789 ])
cannam@124 7790
cannam@124 7791 # _LT_PATH_CONVERSION_FUNCTIONS
cannam@124 7792 # -----------------------------
cannam@124 7793 # Determine which file name conversion functions should be used by
cannam@124 7794 # func_to_host_file (and, implicitly, by func_to_host_path). These are needed
cannam@124 7795 # for certain cross-compile configurations and native mingw.
cannam@124 7796 m4_defun([_LT_PATH_CONVERSION_FUNCTIONS],
cannam@124 7797 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
cannam@124 7798 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
cannam@124 7799 AC_MSG_CHECKING([how to convert $build file names to $host format])
cannam@124 7800 AC_CACHE_VAL(lt_cv_to_host_file_cmd,
cannam@124 7801 [case $host in
cannam@124 7802 *-*-mingw* )
cannam@124 7803 case $build in
cannam@124 7804 *-*-mingw* ) # actually msys
cannam@124 7805 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
cannam@124 7806 ;;
cannam@124 7807 *-*-cygwin* )
cannam@124 7808 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
cannam@124 7809 ;;
cannam@124 7810 * ) # otherwise, assume *nix
cannam@124 7811 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
cannam@124 7812 ;;
cannam@124 7813 esac
cannam@124 7814 ;;
cannam@124 7815 *-*-cygwin* )
cannam@124 7816 case $build in
cannam@124 7817 *-*-mingw* ) # actually msys
cannam@124 7818 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
cannam@124 7819 ;;
cannam@124 7820 *-*-cygwin* )
cannam@124 7821 lt_cv_to_host_file_cmd=func_convert_file_noop
cannam@124 7822 ;;
cannam@124 7823 * ) # otherwise, assume *nix
cannam@124 7824 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
cannam@124 7825 ;;
cannam@124 7826 esac
cannam@124 7827 ;;
cannam@124 7828 * ) # unhandled hosts (and "normal" native builds)
cannam@124 7829 lt_cv_to_host_file_cmd=func_convert_file_noop
cannam@124 7830 ;;
cannam@124 7831 esac
cannam@124 7832 ])
cannam@124 7833 to_host_file_cmd=$lt_cv_to_host_file_cmd
cannam@124 7834 AC_MSG_RESULT([$lt_cv_to_host_file_cmd])
cannam@124 7835 _LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd],
cannam@124 7836 [0], [convert $build file names to $host format])dnl
cannam@124 7837
cannam@124 7838 AC_MSG_CHECKING([how to convert $build file names to toolchain format])
cannam@124 7839 AC_CACHE_VAL(lt_cv_to_tool_file_cmd,
cannam@124 7840 [#assume ordinary cross tools, or native build.
cannam@124 7841 lt_cv_to_tool_file_cmd=func_convert_file_noop
cannam@124 7842 case $host in
cannam@124 7843 *-*-mingw* )
cannam@124 7844 case $build in
cannam@124 7845 *-*-mingw* ) # actually msys
cannam@124 7846 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
cannam@124 7847 ;;
cannam@124 7848 esac
cannam@124 7849 ;;
cannam@124 7850 esac
cannam@124 7851 ])
cannam@124 7852 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
cannam@124 7853 AC_MSG_RESULT([$lt_cv_to_tool_file_cmd])
cannam@124 7854 _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd],
cannam@124 7855 [0], [convert $build files to toolchain format])dnl
cannam@124 7856 ])# _LT_PATH_CONVERSION_FUNCTIONS
cannam@124 7857
cannam@124 7858 # Helper functions for option handling. -*- Autoconf -*-
cannam@124 7859 #
cannam@124 7860 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
cannam@124 7861 # Inc.
cannam@124 7862 # Written by Gary V. Vaughan, 2004
cannam@124 7863 #
cannam@124 7864 # This file is free software; the Free Software Foundation gives
cannam@124 7865 # unlimited permission to copy and/or distribute it, with or without
cannam@124 7866 # modifications, as long as this notice is preserved.
cannam@124 7867
cannam@124 7868 # serial 7 ltoptions.m4
cannam@124 7869
cannam@124 7870 # This is to help aclocal find these macros, as it can't see m4_define.
cannam@124 7871 AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
cannam@124 7872
cannam@124 7873
cannam@124 7874 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
cannam@124 7875 # ------------------------------------------
cannam@124 7876 m4_define([_LT_MANGLE_OPTION],
cannam@124 7877 [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
cannam@124 7878
cannam@124 7879
cannam@124 7880 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
cannam@124 7881 # ---------------------------------------
cannam@124 7882 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
cannam@124 7883 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
cannam@124 7884 # saved as a flag.
cannam@124 7885 m4_define([_LT_SET_OPTION],
cannam@124 7886 [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
cannam@124 7887 m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
cannam@124 7888 _LT_MANGLE_DEFUN([$1], [$2]),
cannam@124 7889 [m4_warning([Unknown $1 option `$2'])])[]dnl
cannam@124 7890 ])
cannam@124 7891
cannam@124 7892
cannam@124 7893 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
cannam@124 7894 # ------------------------------------------------------------
cannam@124 7895 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
cannam@124 7896 m4_define([_LT_IF_OPTION],
cannam@124 7897 [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
cannam@124 7898
cannam@124 7899
cannam@124 7900 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
cannam@124 7901 # -------------------------------------------------------
cannam@124 7902 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
cannam@124 7903 # are set.
cannam@124 7904 m4_define([_LT_UNLESS_OPTIONS],
cannam@124 7905 [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
cannam@124 7906 [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
cannam@124 7907 [m4_define([$0_found])])])[]dnl
cannam@124 7908 m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
cannam@124 7909 ])[]dnl
cannam@124 7910 ])
cannam@124 7911
cannam@124 7912
cannam@124 7913 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
cannam@124 7914 # ----------------------------------------
cannam@124 7915 # OPTION-LIST is a space-separated list of Libtool options associated
cannam@124 7916 # with MACRO-NAME. If any OPTION has a matching handler declared with
cannam@124 7917 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
cannam@124 7918 # the unknown option and exit.
cannam@124 7919 m4_defun([_LT_SET_OPTIONS],
cannam@124 7920 [# Set options
cannam@124 7921 m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
cannam@124 7922 [_LT_SET_OPTION([$1], _LT_Option)])
cannam@124 7923
cannam@124 7924 m4_if([$1],[LT_INIT],[
cannam@124 7925 dnl
cannam@124 7926 dnl Simply set some default values (i.e off) if boolean options were not
cannam@124 7927 dnl specified:
cannam@124 7928 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
cannam@124 7929 ])
cannam@124 7930 _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
cannam@124 7931 ])
cannam@124 7932 dnl
cannam@124 7933 dnl If no reference was made to various pairs of opposing options, then
cannam@124 7934 dnl we run the default mode handler for the pair. For example, if neither
cannam@124 7935 dnl `shared' nor `disable-shared' was passed, we enable building of shared
cannam@124 7936 dnl archives by default:
cannam@124 7937 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
cannam@124 7938 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
cannam@124 7939 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
cannam@124 7940 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
cannam@124 7941 [_LT_ENABLE_FAST_INSTALL])
cannam@124 7942 ])
cannam@124 7943 ])# _LT_SET_OPTIONS
cannam@124 7944
cannam@124 7945
cannam@124 7946
cannam@124 7947 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
cannam@124 7948 # -----------------------------------------
cannam@124 7949 m4_define([_LT_MANGLE_DEFUN],
cannam@124 7950 [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
cannam@124 7951
cannam@124 7952
cannam@124 7953 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
cannam@124 7954 # -----------------------------------------------
cannam@124 7955 m4_define([LT_OPTION_DEFINE],
cannam@124 7956 [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
cannam@124 7957 ])# LT_OPTION_DEFINE
cannam@124 7958
cannam@124 7959
cannam@124 7960 # dlopen
cannam@124 7961 # ------
cannam@124 7962 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
cannam@124 7963 ])
cannam@124 7964
cannam@124 7965 AU_DEFUN([AC_LIBTOOL_DLOPEN],
cannam@124 7966 [_LT_SET_OPTION([LT_INIT], [dlopen])
cannam@124 7967 AC_DIAGNOSE([obsolete],
cannam@124 7968 [$0: Remove this warning and the call to _LT_SET_OPTION when you
cannam@124 7969 put the `dlopen' option into LT_INIT's first parameter.])
cannam@124 7970 ])
cannam@124 7971
cannam@124 7972 dnl aclocal-1.4 backwards compatibility:
cannam@124 7973 dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
cannam@124 7974
cannam@124 7975
cannam@124 7976 # win32-dll
cannam@124 7977 # ---------
cannam@124 7978 # Declare package support for building win32 dll's.
cannam@124 7979 LT_OPTION_DEFINE([LT_INIT], [win32-dll],
cannam@124 7980 [enable_win32_dll=yes
cannam@124 7981
cannam@124 7982 case $host in
cannam@124 7983 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
cannam@124 7984 AC_CHECK_TOOL(AS, as, false)
cannam@124 7985 AC_CHECK_TOOL(DLLTOOL, dlltool, false)
cannam@124 7986 AC_CHECK_TOOL(OBJDUMP, objdump, false)
cannam@124 7987 ;;
cannam@124 7988 esac
cannam@124 7989
cannam@124 7990 test -z "$AS" && AS=as
cannam@124 7991 _LT_DECL([], [AS], [1], [Assembler program])dnl
cannam@124 7992
cannam@124 7993 test -z "$DLLTOOL" && DLLTOOL=dlltool
cannam@124 7994 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
cannam@124 7995
cannam@124 7996 test -z "$OBJDUMP" && OBJDUMP=objdump
cannam@124 7997 _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
cannam@124 7998 ])# win32-dll
cannam@124 7999
cannam@124 8000 AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
cannam@124 8001 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
cannam@124 8002 _LT_SET_OPTION([LT_INIT], [win32-dll])
cannam@124 8003 AC_DIAGNOSE([obsolete],
cannam@124 8004 [$0: Remove this warning and the call to _LT_SET_OPTION when you
cannam@124 8005 put the `win32-dll' option into LT_INIT's first parameter.])
cannam@124 8006 ])
cannam@124 8007
cannam@124 8008 dnl aclocal-1.4 backwards compatibility:
cannam@124 8009 dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
cannam@124 8010
cannam@124 8011
cannam@124 8012 # _LT_ENABLE_SHARED([DEFAULT])
cannam@124 8013 # ----------------------------
cannam@124 8014 # implement the --enable-shared flag, and supports the `shared' and
cannam@124 8015 # `disable-shared' LT_INIT options.
cannam@124 8016 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
cannam@124 8017 m4_define([_LT_ENABLE_SHARED],
cannam@124 8018 [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
cannam@124 8019 AC_ARG_ENABLE([shared],
cannam@124 8020 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
cannam@124 8021 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
cannam@124 8022 [p=${PACKAGE-default}
cannam@124 8023 case $enableval in
cannam@124 8024 yes) enable_shared=yes ;;
cannam@124 8025 no) enable_shared=no ;;
cannam@124 8026 *)
cannam@124 8027 enable_shared=no
cannam@124 8028 # Look at the argument we got. We use all the common list separators.
cannam@124 8029 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
cannam@124 8030 for pkg in $enableval; do
cannam@124 8031 IFS="$lt_save_ifs"
cannam@124 8032 if test "X$pkg" = "X$p"; then
cannam@124 8033 enable_shared=yes
cannam@124 8034 fi
cannam@124 8035 done
cannam@124 8036 IFS="$lt_save_ifs"
cannam@124 8037 ;;
cannam@124 8038 esac],
cannam@124 8039 [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
cannam@124 8040
cannam@124 8041 _LT_DECL([build_libtool_libs], [enable_shared], [0],
cannam@124 8042 [Whether or not to build shared libraries])
cannam@124 8043 ])# _LT_ENABLE_SHARED
cannam@124 8044
cannam@124 8045 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
cannam@124 8046 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
cannam@124 8047
cannam@124 8048 # Old names:
cannam@124 8049 AC_DEFUN([AC_ENABLE_SHARED],
cannam@124 8050 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
cannam@124 8051 ])
cannam@124 8052
cannam@124 8053 AC_DEFUN([AC_DISABLE_SHARED],
cannam@124 8054 [_LT_SET_OPTION([LT_INIT], [disable-shared])
cannam@124 8055 ])
cannam@124 8056
cannam@124 8057 AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
cannam@124 8058 AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
cannam@124 8059
cannam@124 8060 dnl aclocal-1.4 backwards compatibility:
cannam@124 8061 dnl AC_DEFUN([AM_ENABLE_SHARED], [])
cannam@124 8062 dnl AC_DEFUN([AM_DISABLE_SHARED], [])
cannam@124 8063
cannam@124 8064
cannam@124 8065
cannam@124 8066 # _LT_ENABLE_STATIC([DEFAULT])
cannam@124 8067 # ----------------------------
cannam@124 8068 # implement the --enable-static flag, and support the `static' and
cannam@124 8069 # `disable-static' LT_INIT options.
cannam@124 8070 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
cannam@124 8071 m4_define([_LT_ENABLE_STATIC],
cannam@124 8072 [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
cannam@124 8073 AC_ARG_ENABLE([static],
cannam@124 8074 [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
cannam@124 8075 [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
cannam@124 8076 [p=${PACKAGE-default}
cannam@124 8077 case $enableval in
cannam@124 8078 yes) enable_static=yes ;;
cannam@124 8079 no) enable_static=no ;;
cannam@124 8080 *)
cannam@124 8081 enable_static=no
cannam@124 8082 # Look at the argument we got. We use all the common list separators.
cannam@124 8083 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
cannam@124 8084 for pkg in $enableval; do
cannam@124 8085 IFS="$lt_save_ifs"
cannam@124 8086 if test "X$pkg" = "X$p"; then
cannam@124 8087 enable_static=yes
cannam@124 8088 fi
cannam@124 8089 done
cannam@124 8090 IFS="$lt_save_ifs"
cannam@124 8091 ;;
cannam@124 8092 esac],
cannam@124 8093 [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
cannam@124 8094
cannam@124 8095 _LT_DECL([build_old_libs], [enable_static], [0],
cannam@124 8096 [Whether or not to build static libraries])
cannam@124 8097 ])# _LT_ENABLE_STATIC
cannam@124 8098
cannam@124 8099 LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
cannam@124 8100 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
cannam@124 8101
cannam@124 8102 # Old names:
cannam@124 8103 AC_DEFUN([AC_ENABLE_STATIC],
cannam@124 8104 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
cannam@124 8105 ])
cannam@124 8106
cannam@124 8107 AC_DEFUN([AC_DISABLE_STATIC],
cannam@124 8108 [_LT_SET_OPTION([LT_INIT], [disable-static])
cannam@124 8109 ])
cannam@124 8110
cannam@124 8111 AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
cannam@124 8112 AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
cannam@124 8113
cannam@124 8114 dnl aclocal-1.4 backwards compatibility:
cannam@124 8115 dnl AC_DEFUN([AM_ENABLE_STATIC], [])
cannam@124 8116 dnl AC_DEFUN([AM_DISABLE_STATIC], [])
cannam@124 8117
cannam@124 8118
cannam@124 8119
cannam@124 8120 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
cannam@124 8121 # ----------------------------------
cannam@124 8122 # implement the --enable-fast-install flag, and support the `fast-install'
cannam@124 8123 # and `disable-fast-install' LT_INIT options.
cannam@124 8124 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
cannam@124 8125 m4_define([_LT_ENABLE_FAST_INSTALL],
cannam@124 8126 [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
cannam@124 8127 AC_ARG_ENABLE([fast-install],
cannam@124 8128 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
cannam@124 8129 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
cannam@124 8130 [p=${PACKAGE-default}
cannam@124 8131 case $enableval in
cannam@124 8132 yes) enable_fast_install=yes ;;
cannam@124 8133 no) enable_fast_install=no ;;
cannam@124 8134 *)
cannam@124 8135 enable_fast_install=no
cannam@124 8136 # Look at the argument we got. We use all the common list separators.
cannam@124 8137 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
cannam@124 8138 for pkg in $enableval; do
cannam@124 8139 IFS="$lt_save_ifs"
cannam@124 8140 if test "X$pkg" = "X$p"; then
cannam@124 8141 enable_fast_install=yes
cannam@124 8142 fi
cannam@124 8143 done
cannam@124 8144 IFS="$lt_save_ifs"
cannam@124 8145 ;;
cannam@124 8146 esac],
cannam@124 8147 [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
cannam@124 8148
cannam@124 8149 _LT_DECL([fast_install], [enable_fast_install], [0],
cannam@124 8150 [Whether or not to optimize for fast installation])dnl
cannam@124 8151 ])# _LT_ENABLE_FAST_INSTALL
cannam@124 8152
cannam@124 8153 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
cannam@124 8154 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
cannam@124 8155
cannam@124 8156 # Old names:
cannam@124 8157 AU_DEFUN([AC_ENABLE_FAST_INSTALL],
cannam@124 8158 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
cannam@124 8159 AC_DIAGNOSE([obsolete],
cannam@124 8160 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
cannam@124 8161 the `fast-install' option into LT_INIT's first parameter.])
cannam@124 8162 ])
cannam@124 8163
cannam@124 8164 AU_DEFUN([AC_DISABLE_FAST_INSTALL],
cannam@124 8165 [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
cannam@124 8166 AC_DIAGNOSE([obsolete],
cannam@124 8167 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
cannam@124 8168 the `disable-fast-install' option into LT_INIT's first parameter.])
cannam@124 8169 ])
cannam@124 8170
cannam@124 8171 dnl aclocal-1.4 backwards compatibility:
cannam@124 8172 dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
cannam@124 8173 dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
cannam@124 8174
cannam@124 8175
cannam@124 8176 # _LT_WITH_PIC([MODE])
cannam@124 8177 # --------------------
cannam@124 8178 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
cannam@124 8179 # LT_INIT options.
cannam@124 8180 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
cannam@124 8181 m4_define([_LT_WITH_PIC],
cannam@124 8182 [AC_ARG_WITH([pic],
cannam@124 8183 [AS_HELP_STRING([--with-pic],
cannam@124 8184 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
cannam@124 8185 [pic_mode="$withval"],
cannam@124 8186 [pic_mode=default])
cannam@124 8187
cannam@124 8188 test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
cannam@124 8189
cannam@124 8190 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
cannam@124 8191 ])# _LT_WITH_PIC
cannam@124 8192
cannam@124 8193 LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
cannam@124 8194 LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
cannam@124 8195
cannam@124 8196 # Old name:
cannam@124 8197 AU_DEFUN([AC_LIBTOOL_PICMODE],
cannam@124 8198 [_LT_SET_OPTION([LT_INIT], [pic-only])
cannam@124 8199 AC_DIAGNOSE([obsolete],
cannam@124 8200 [$0: Remove this warning and the call to _LT_SET_OPTION when you
cannam@124 8201 put the `pic-only' option into LT_INIT's first parameter.])
cannam@124 8202 ])
cannam@124 8203
cannam@124 8204 dnl aclocal-1.4 backwards compatibility:
cannam@124 8205 dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
cannam@124 8206
cannam@124 8207
cannam@124 8208 m4_define([_LTDL_MODE], [])
cannam@124 8209 LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
cannam@124 8210 [m4_define([_LTDL_MODE], [nonrecursive])])
cannam@124 8211 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
cannam@124 8212 [m4_define([_LTDL_MODE], [recursive])])
cannam@124 8213 LT_OPTION_DEFINE([LTDL_INIT], [subproject],
cannam@124 8214 [m4_define([_LTDL_MODE], [subproject])])
cannam@124 8215
cannam@124 8216 m4_define([_LTDL_TYPE], [])
cannam@124 8217 LT_OPTION_DEFINE([LTDL_INIT], [installable],
cannam@124 8218 [m4_define([_LTDL_TYPE], [installable])])
cannam@124 8219 LT_OPTION_DEFINE([LTDL_INIT], [convenience],
cannam@124 8220 [m4_define([_LTDL_TYPE], [convenience])])
cannam@124 8221
cannam@124 8222 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
cannam@124 8223 #
cannam@124 8224 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
cannam@124 8225 # Written by Gary V. Vaughan, 2004
cannam@124 8226 #
cannam@124 8227 # This file is free software; the Free Software Foundation gives
cannam@124 8228 # unlimited permission to copy and/or distribute it, with or without
cannam@124 8229 # modifications, as long as this notice is preserved.
cannam@124 8230
cannam@124 8231 # serial 6 ltsugar.m4
cannam@124 8232
cannam@124 8233 # This is to help aclocal find these macros, as it can't see m4_define.
cannam@124 8234 AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
cannam@124 8235
cannam@124 8236
cannam@124 8237 # lt_join(SEP, ARG1, [ARG2...])
cannam@124 8238 # -----------------------------
cannam@124 8239 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
cannam@124 8240 # associated separator.
cannam@124 8241 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
cannam@124 8242 # versions in m4sugar had bugs.
cannam@124 8243 m4_define([lt_join],
cannam@124 8244 [m4_if([$#], [1], [],
cannam@124 8245 [$#], [2], [[$2]],
cannam@124 8246 [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
cannam@124 8247 m4_define([_lt_join],
cannam@124 8248 [m4_if([$#$2], [2], [],
cannam@124 8249 [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
cannam@124 8250
cannam@124 8251
cannam@124 8252 # lt_car(LIST)
cannam@124 8253 # lt_cdr(LIST)
cannam@124 8254 # ------------
cannam@124 8255 # Manipulate m4 lists.
cannam@124 8256 # These macros are necessary as long as will still need to support
cannam@124 8257 # Autoconf-2.59 which quotes differently.
cannam@124 8258 m4_define([lt_car], [[$1]])
cannam@124 8259 m4_define([lt_cdr],
cannam@124 8260 [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
cannam@124 8261 [$#], 1, [],
cannam@124 8262 [m4_dquote(m4_shift($@))])])
cannam@124 8263 m4_define([lt_unquote], $1)
cannam@124 8264
cannam@124 8265
cannam@124 8266 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
cannam@124 8267 # ------------------------------------------
cannam@124 8268 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
cannam@124 8269 # Note that neither SEPARATOR nor STRING are expanded; they are appended
cannam@124 8270 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
cannam@124 8271 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
cannam@124 8272 # than defined and empty).
cannam@124 8273 #
cannam@124 8274 # This macro is needed until we can rely on Autoconf 2.62, since earlier
cannam@124 8275 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
cannam@124 8276 m4_define([lt_append],
cannam@124 8277 [m4_define([$1],
cannam@124 8278 m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
cannam@124 8279
cannam@124 8280
cannam@124 8281
cannam@124 8282 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
cannam@124 8283 # ----------------------------------------------------------
cannam@124 8284 # Produce a SEP delimited list of all paired combinations of elements of
cannam@124 8285 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
cannam@124 8286 # has the form PREFIXmINFIXSUFFIXn.
cannam@124 8287 # Needed until we can rely on m4_combine added in Autoconf 2.62.
cannam@124 8288 m4_define([lt_combine],
cannam@124 8289 [m4_if(m4_eval([$# > 3]), [1],
cannam@124 8290 [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
cannam@124 8291 [[m4_foreach([_Lt_prefix], [$2],
cannam@124 8292 [m4_foreach([_Lt_suffix],
cannam@124 8293 ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
cannam@124 8294 [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
cannam@124 8295
cannam@124 8296
cannam@124 8297 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
cannam@124 8298 # -----------------------------------------------------------------------
cannam@124 8299 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
cannam@124 8300 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
cannam@124 8301 m4_define([lt_if_append_uniq],
cannam@124 8302 [m4_ifdef([$1],
cannam@124 8303 [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
cannam@124 8304 [lt_append([$1], [$2], [$3])$4],
cannam@124 8305 [$5])],
cannam@124 8306 [lt_append([$1], [$2], [$3])$4])])
cannam@124 8307
cannam@124 8308
cannam@124 8309 # lt_dict_add(DICT, KEY, VALUE)
cannam@124 8310 # -----------------------------
cannam@124 8311 m4_define([lt_dict_add],
cannam@124 8312 [m4_define([$1($2)], [$3])])
cannam@124 8313
cannam@124 8314
cannam@124 8315 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
cannam@124 8316 # --------------------------------------------
cannam@124 8317 m4_define([lt_dict_add_subkey],
cannam@124 8318 [m4_define([$1($2:$3)], [$4])])
cannam@124 8319
cannam@124 8320
cannam@124 8321 # lt_dict_fetch(DICT, KEY, [SUBKEY])
cannam@124 8322 # ----------------------------------
cannam@124 8323 m4_define([lt_dict_fetch],
cannam@124 8324 [m4_ifval([$3],
cannam@124 8325 m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
cannam@124 8326 m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
cannam@124 8327
cannam@124 8328
cannam@124 8329 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
cannam@124 8330 # -----------------------------------------------------------------
cannam@124 8331 m4_define([lt_if_dict_fetch],
cannam@124 8332 [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
cannam@124 8333 [$5],
cannam@124 8334 [$6])])
cannam@124 8335
cannam@124 8336
cannam@124 8337 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
cannam@124 8338 # --------------------------------------------------------------
cannam@124 8339 m4_define([lt_dict_filter],
cannam@124 8340 [m4_if([$5], [], [],
cannam@124 8341 [lt_join(m4_quote(m4_default([$4], [[, ]])),
cannam@124 8342 lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
cannam@124 8343 [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
cannam@124 8344 ])
cannam@124 8345
cannam@124 8346 # ltversion.m4 -- version numbers -*- Autoconf -*-
cannam@124 8347 #
cannam@124 8348 # Copyright (C) 2004 Free Software Foundation, Inc.
cannam@124 8349 # Written by Scott James Remnant, 2004
cannam@124 8350 #
cannam@124 8351 # This file is free software; the Free Software Foundation gives
cannam@124 8352 # unlimited permission to copy and/or distribute it, with or without
cannam@124 8353 # modifications, as long as this notice is preserved.
cannam@124 8354
cannam@124 8355 # @configure_input@
cannam@124 8356
cannam@124 8357 # serial 3293 ltversion.m4
cannam@124 8358 # This file is part of GNU Libtool
cannam@124 8359
cannam@124 8360 m4_define([LT_PACKAGE_VERSION], [2.4])
cannam@124 8361 m4_define([LT_PACKAGE_REVISION], [1.3293])
cannam@124 8362
cannam@124 8363 AC_DEFUN([LTVERSION_VERSION],
cannam@124 8364 [macro_version='2.4'
cannam@124 8365 macro_revision='1.3293'
cannam@124 8366 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
cannam@124 8367 _LT_DECL(, macro_revision, 0)
cannam@124 8368 ])
cannam@124 8369
cannam@124 8370 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
cannam@124 8371 #
cannam@124 8372 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
cannam@124 8373 # Written by Scott James Remnant, 2004.
cannam@124 8374 #
cannam@124 8375 # This file is free software; the Free Software Foundation gives
cannam@124 8376 # unlimited permission to copy and/or distribute it, with or without
cannam@124 8377 # modifications, as long as this notice is preserved.
cannam@124 8378
cannam@124 8379 # serial 5 lt~obsolete.m4
cannam@124 8380
cannam@124 8381 # These exist entirely to fool aclocal when bootstrapping libtool.
cannam@124 8382 #
cannam@124 8383 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
cannam@124 8384 # which have later been changed to m4_define as they aren't part of the
cannam@124 8385 # exported API, or moved to Autoconf or Automake where they belong.
cannam@124 8386 #
cannam@124 8387 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
cannam@124 8388 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
cannam@124 8389 # using a macro with the same name in our local m4/libtool.m4 it'll
cannam@124 8390 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
cannam@124 8391 # and doesn't know about Autoconf macros at all.)
cannam@124 8392 #
cannam@124 8393 # So we provide this file, which has a silly filename so it's always
cannam@124 8394 # included after everything else. This provides aclocal with the
cannam@124 8395 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
cannam@124 8396 # because those macros already exist, or will be overwritten later.
cannam@124 8397 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
cannam@124 8398 #
cannam@124 8399 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
cannam@124 8400 # Yes, that means every name once taken will need to remain here until
cannam@124 8401 # we give up compatibility with versions before 1.7, at which point
cannam@124 8402 # we need to keep only those names which we still refer to.
cannam@124 8403
cannam@124 8404 # This is to help aclocal find these macros, as it can't see m4_define.
cannam@124 8405 AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
cannam@124 8406
cannam@124 8407 m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
cannam@124 8408 m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])])
cannam@124 8409 m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
cannam@124 8410 m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])])
cannam@124 8411 m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
cannam@124 8412 m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])])
cannam@124 8413 m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])])
cannam@124 8414 m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
cannam@124 8415 m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])])
cannam@124 8416 m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])])
cannam@124 8417 m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])])
cannam@124 8418 m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
cannam@124 8419 m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
cannam@124 8420 m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
cannam@124 8421 m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
cannam@124 8422 m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
cannam@124 8423 m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])])
cannam@124 8424 m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
cannam@124 8425 m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
cannam@124 8426 m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])])
cannam@124 8427 m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])])
cannam@124 8428 m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
cannam@124 8429 m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
cannam@124 8430 m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
cannam@124 8431 m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
cannam@124 8432 m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
cannam@124 8433 m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
cannam@124 8434 m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
cannam@124 8435 m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])])
cannam@124 8436 m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])])
cannam@124 8437 m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])])
cannam@124 8438 m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
cannam@124 8439 m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
cannam@124 8440 m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])])
cannam@124 8441 m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])])
cannam@124 8442 m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
cannam@124 8443 m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
cannam@124 8444 m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])])
cannam@124 8445 m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
cannam@124 8446 m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
cannam@124 8447 m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
cannam@124 8448 m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
cannam@124 8449 m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
cannam@124 8450 m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
cannam@124 8451 m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
cannam@124 8452 m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
cannam@124 8453 m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
cannam@124 8454 m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
cannam@124 8455 m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
cannam@124 8456 m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
cannam@124 8457 m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
cannam@124 8458 m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
cannam@124 8459 m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
cannam@124 8460 m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
cannam@124 8461 m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
cannam@124 8462 m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])])
cannam@124 8463 m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
cannam@124 8464 m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
cannam@124 8465 m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
cannam@124 8466 m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
cannam@124 8467 m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
cannam@124 8468
cannam@124 8469 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
cannam@124 8470 #
cannam@124 8471 # This file is free software; the Free Software Foundation
cannam@124 8472 # gives unlimited permission to copy and/or distribute it,
cannam@124 8473 # with or without modifications, as long as this notice is preserved.
cannam@124 8474
cannam@124 8475 # AM_AUTOMAKE_VERSION(VERSION)
cannam@124 8476 # ----------------------------
cannam@124 8477 # Automake X.Y traces this macro to ensure aclocal.m4 has been
cannam@124 8478 # generated from the m4 files accompanying Automake X.Y.
cannam@124 8479 # (This private macro should not be called outside this file.)
cannam@124 8480 AC_DEFUN([AM_AUTOMAKE_VERSION],
cannam@124 8481 [am__api_version='1.11'
cannam@124 8482 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
cannam@124 8483 dnl require some minimum version. Point them to the right macro.
cannam@124 8484 m4_if([$1], [1.11.1], [],
cannam@124 8485 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
cannam@124 8486 ])
cannam@124 8487
cannam@124 8488 # _AM_AUTOCONF_VERSION(VERSION)
cannam@124 8489 # -----------------------------
cannam@124 8490 # aclocal traces this macro to find the Autoconf version.
cannam@124 8491 # This is a private macro too. Using m4_define simplifies
cannam@124 8492 # the logic in aclocal, which can simply ignore this definition.
cannam@124 8493 m4_define([_AM_AUTOCONF_VERSION], [])
cannam@124 8494
cannam@124 8495 # AM_SET_CURRENT_AUTOMAKE_VERSION
cannam@124 8496 # -------------------------------
cannam@124 8497 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
cannam@124 8498 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
cannam@124 8499 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
cannam@124 8500 [AM_AUTOMAKE_VERSION([1.11.1])dnl
cannam@124 8501 m4_ifndef([AC_AUTOCONF_VERSION],
cannam@124 8502 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
cannam@124 8503 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
cannam@124 8504
cannam@124 8505 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
cannam@124 8506
cannam@124 8507 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
cannam@124 8508 #
cannam@124 8509 # This file is free software; the Free Software Foundation
cannam@124 8510 # gives unlimited permission to copy and/or distribute it,
cannam@124 8511 # with or without modifications, as long as this notice is preserved.
cannam@124 8512
cannam@124 8513 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
cannam@124 8514 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
cannam@124 8515 # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
cannam@124 8516 #
cannam@124 8517 # Of course, Automake must honor this variable whenever it calls a
cannam@124 8518 # tool from the auxiliary directory. The problem is that $srcdir (and
cannam@124 8519 # therefore $ac_aux_dir as well) can be either absolute or relative,
cannam@124 8520 # depending on how configure is run. This is pretty annoying, since
cannam@124 8521 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
cannam@124 8522 # source directory, any form will work fine, but in subdirectories a
cannam@124 8523 # relative path needs to be adjusted first.
cannam@124 8524 #
cannam@124 8525 # $ac_aux_dir/missing
cannam@124 8526 # fails when called from a subdirectory if $ac_aux_dir is relative
cannam@124 8527 # $top_srcdir/$ac_aux_dir/missing
cannam@124 8528 # fails if $ac_aux_dir is absolute,
cannam@124 8529 # fails when called from a subdirectory in a VPATH build with
cannam@124 8530 # a relative $ac_aux_dir
cannam@124 8531 #
cannam@124 8532 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
cannam@124 8533 # are both prefixed by $srcdir. In an in-source build this is usually
cannam@124 8534 # harmless because $srcdir is `.', but things will broke when you
cannam@124 8535 # start a VPATH build or use an absolute $srcdir.
cannam@124 8536 #
cannam@124 8537 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
cannam@124 8538 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
cannam@124 8539 # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
cannam@124 8540 # and then we would define $MISSING as
cannam@124 8541 # MISSING="\${SHELL} $am_aux_dir/missing"
cannam@124 8542 # This will work as long as MISSING is not called from configure, because
cannam@124 8543 # unfortunately $(top_srcdir) has no meaning in configure.
cannam@124 8544 # However there are other variables, like CC, which are often used in
cannam@124 8545 # configure, and could therefore not use this "fixed" $ac_aux_dir.
cannam@124 8546 #
cannam@124 8547 # Another solution, used here, is to always expand $ac_aux_dir to an
cannam@124 8548 # absolute PATH. The drawback is that using absolute paths prevent a
cannam@124 8549 # configured tree to be moved without reconfiguration.
cannam@124 8550
cannam@124 8551 AC_DEFUN([AM_AUX_DIR_EXPAND],
cannam@124 8552 [dnl Rely on autoconf to set up CDPATH properly.
cannam@124 8553 AC_PREREQ([2.50])dnl
cannam@124 8554 # expand $ac_aux_dir to an absolute path
cannam@124 8555 am_aux_dir=`cd $ac_aux_dir && pwd`
cannam@124 8556 ])
cannam@124 8557
cannam@124 8558 # AM_CONDITIONAL -*- Autoconf -*-
cannam@124 8559
cannam@124 8560 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
cannam@124 8561 # Free Software Foundation, Inc.
cannam@124 8562 #
cannam@124 8563 # This file is free software; the Free Software Foundation
cannam@124 8564 # gives unlimited permission to copy and/or distribute it,
cannam@124 8565 # with or without modifications, as long as this notice is preserved.
cannam@124 8566
cannam@124 8567 # serial 9
cannam@124 8568
cannam@124 8569 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
cannam@124 8570 # -------------------------------------
cannam@124 8571 # Define a conditional.
cannam@124 8572 AC_DEFUN([AM_CONDITIONAL],
cannam@124 8573 [AC_PREREQ(2.52)dnl
cannam@124 8574 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
cannam@124 8575 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
cannam@124 8576 AC_SUBST([$1_TRUE])dnl
cannam@124 8577 AC_SUBST([$1_FALSE])dnl
cannam@124 8578 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
cannam@124 8579 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
cannam@124 8580 m4_define([_AM_COND_VALUE_$1], [$2])dnl
cannam@124 8581 if $2; then
cannam@124 8582 $1_TRUE=
cannam@124 8583 $1_FALSE='#'
cannam@124 8584 else
cannam@124 8585 $1_TRUE='#'
cannam@124 8586 $1_FALSE=
cannam@124 8587 fi
cannam@124 8588 AC_CONFIG_COMMANDS_PRE(
cannam@124 8589 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
cannam@124 8590 AC_MSG_ERROR([[conditional "$1" was never defined.
cannam@124 8591 Usually this means the macro was only invoked conditionally.]])
cannam@124 8592 fi])])
cannam@124 8593
cannam@124 8594 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
cannam@124 8595 # Free Software Foundation, Inc.
cannam@124 8596 #
cannam@124 8597 # This file is free software; the Free Software Foundation
cannam@124 8598 # gives unlimited permission to copy and/or distribute it,
cannam@124 8599 # with or without modifications, as long as this notice is preserved.
cannam@124 8600
cannam@124 8601 # serial 10
cannam@124 8602
cannam@124 8603 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
cannam@124 8604 # written in clear, in which case automake, when reading aclocal.m4,
cannam@124 8605 # will think it sees a *use*, and therefore will trigger all it's
cannam@124 8606 # C support machinery. Also note that it means that autoscan, seeing
cannam@124 8607 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
cannam@124 8608
cannam@124 8609
cannam@124 8610 # _AM_DEPENDENCIES(NAME)
cannam@124 8611 # ----------------------
cannam@124 8612 # See how the compiler implements dependency checking.
cannam@124 8613 # NAME is "CC", "CXX", "GCJ", or "OBJC".
cannam@124 8614 # We try a few techniques and use that to set a single cache variable.
cannam@124 8615 #
cannam@124 8616 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
cannam@124 8617 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
cannam@124 8618 # dependency, and given that the user is not expected to run this macro,
cannam@124 8619 # just rely on AC_PROG_CC.
cannam@124 8620 AC_DEFUN([_AM_DEPENDENCIES],
cannam@124 8621 [AC_REQUIRE([AM_SET_DEPDIR])dnl
cannam@124 8622 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
cannam@124 8623 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
cannam@124 8624 AC_REQUIRE([AM_DEP_TRACK])dnl
cannam@124 8625
cannam@124 8626 ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
cannam@124 8627 [$1], CXX, [depcc="$CXX" am_compiler_list=],
cannam@124 8628 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
cannam@124 8629 [$1], UPC, [depcc="$UPC" am_compiler_list=],
cannam@124 8630 [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
cannam@124 8631 [depcc="$$1" am_compiler_list=])
cannam@124 8632
cannam@124 8633 AC_CACHE_CHECK([dependency style of $depcc],
cannam@124 8634 [am_cv_$1_dependencies_compiler_type],
cannam@124 8635 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
cannam@124 8636 # We make a subdir and do the tests there. Otherwise we can end up
cannam@124 8637 # making bogus files that we don't know about and never remove. For
cannam@124 8638 # instance it was reported that on HP-UX the gcc test will end up
cannam@124 8639 # making a dummy file named `D' -- because `-MD' means `put the output
cannam@124 8640 # in D'.
cannam@124 8641 mkdir conftest.dir
cannam@124 8642 # Copy depcomp to subdir because otherwise we won't find it if we're
cannam@124 8643 # using a relative directory.
cannam@124 8644 cp "$am_depcomp" conftest.dir
cannam@124 8645 cd conftest.dir
cannam@124 8646 # We will build objects and dependencies in a subdirectory because
cannam@124 8647 # it helps to detect inapplicable dependency modes. For instance
cannam@124 8648 # both Tru64's cc and ICC support -MD to output dependencies as a
cannam@124 8649 # side effect of compilation, but ICC will put the dependencies in
cannam@124 8650 # the current directory while Tru64 will put them in the object
cannam@124 8651 # directory.
cannam@124 8652 mkdir sub
cannam@124 8653
cannam@124 8654 am_cv_$1_dependencies_compiler_type=none
cannam@124 8655 if test "$am_compiler_list" = ""; then
cannam@124 8656 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
cannam@124 8657 fi
cannam@124 8658 am__universal=false
cannam@124 8659 m4_case([$1], [CC],
cannam@124 8660 [case " $depcc " in #(
cannam@124 8661 *\ -arch\ *\ -arch\ *) am__universal=true ;;
cannam@124 8662 esac],
cannam@124 8663 [CXX],
cannam@124 8664 [case " $depcc " in #(
cannam@124 8665 *\ -arch\ *\ -arch\ *) am__universal=true ;;
cannam@124 8666 esac])
cannam@124 8667
cannam@124 8668 for depmode in $am_compiler_list; do
cannam@124 8669 # Setup a source with many dependencies, because some compilers
cannam@124 8670 # like to wrap large dependency lists on column 80 (with \), and
cannam@124 8671 # we should not choose a depcomp mode which is confused by this.
cannam@124 8672 #
cannam@124 8673 # We need to recreate these files for each test, as the compiler may
cannam@124 8674 # overwrite some of them when testing with obscure command lines.
cannam@124 8675 # This happens at least with the AIX C compiler.
cannam@124 8676 : > sub/conftest.c
cannam@124 8677 for i in 1 2 3 4 5 6; do
cannam@124 8678 echo '#include "conftst'$i'.h"' >> sub/conftest.c
cannam@124 8679 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
cannam@124 8680 # Solaris 8's {/usr,}/bin/sh.
cannam@124 8681 touch sub/conftst$i.h
cannam@124 8682 done
cannam@124 8683 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
cannam@124 8684
cannam@124 8685 # We check with `-c' and `-o' for the sake of the "dashmstdout"
cannam@124 8686 # mode. It turns out that the SunPro C++ compiler does not properly
cannam@124 8687 # handle `-M -o', and we need to detect this. Also, some Intel
cannam@124 8688 # versions had trouble with output in subdirs
cannam@124 8689 am__obj=sub/conftest.${OBJEXT-o}
cannam@124 8690 am__minus_obj="-o $am__obj"
cannam@124 8691 case $depmode in
cannam@124 8692 gcc)
cannam@124 8693 # This depmode causes a compiler race in universal mode.
cannam@124 8694 test "$am__universal" = false || continue
cannam@124 8695 ;;
cannam@124 8696 nosideeffect)
cannam@124 8697 # after this tag, mechanisms are not by side-effect, so they'll
cannam@124 8698 # only be used when explicitly requested
cannam@124 8699 if test "x$enable_dependency_tracking" = xyes; then
cannam@124 8700 continue
cannam@124 8701 else
cannam@124 8702 break
cannam@124 8703 fi
cannam@124 8704 ;;
cannam@124 8705 msvisualcpp | msvcmsys)
cannam@124 8706 # This compiler won't grok `-c -o', but also, the minuso test has
cannam@124 8707 # not run yet. These depmodes are late enough in the game, and
cannam@124 8708 # so weak that their functioning should not be impacted.
cannam@124 8709 am__obj=conftest.${OBJEXT-o}
cannam@124 8710 am__minus_obj=
cannam@124 8711 ;;
cannam@124 8712 none) break ;;
cannam@124 8713 esac
cannam@124 8714 if depmode=$depmode \
cannam@124 8715 source=sub/conftest.c object=$am__obj \
cannam@124 8716 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
cannam@124 8717 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
cannam@124 8718 >/dev/null 2>conftest.err &&
cannam@124 8719 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
cannam@124 8720 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
cannam@124 8721 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
cannam@124 8722 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
cannam@124 8723 # icc doesn't choke on unknown options, it will just issue warnings
cannam@124 8724 # or remarks (even with -Werror). So we grep stderr for any message
cannam@124 8725 # that says an option was ignored or not supported.
cannam@124 8726 # When given -MP, icc 7.0 and 7.1 complain thusly:
cannam@124 8727 # icc: Command line warning: ignoring option '-M'; no argument required
cannam@124 8728 # The diagnosis changed in icc 8.0:
cannam@124 8729 # icc: Command line remark: option '-MP' not supported
cannam@124 8730 if (grep 'ignoring option' conftest.err ||
cannam@124 8731 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
cannam@124 8732 am_cv_$1_dependencies_compiler_type=$depmode
cannam@124 8733 break
cannam@124 8734 fi
cannam@124 8735 fi
cannam@124 8736 done
cannam@124 8737
cannam@124 8738 cd ..
cannam@124 8739 rm -rf conftest.dir
cannam@124 8740 else
cannam@124 8741 am_cv_$1_dependencies_compiler_type=none
cannam@124 8742 fi
cannam@124 8743 ])
cannam@124 8744 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
cannam@124 8745 AM_CONDITIONAL([am__fastdep$1], [
cannam@124 8746 test "x$enable_dependency_tracking" != xno \
cannam@124 8747 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
cannam@124 8748 ])
cannam@124 8749
cannam@124 8750
cannam@124 8751 # AM_SET_DEPDIR
cannam@124 8752 # -------------
cannam@124 8753 # Choose a directory name for dependency files.
cannam@124 8754 # This macro is AC_REQUIREd in _AM_DEPENDENCIES
cannam@124 8755 AC_DEFUN([AM_SET_DEPDIR],
cannam@124 8756 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
cannam@124 8757 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
cannam@124 8758 ])
cannam@124 8759
cannam@124 8760
cannam@124 8761 # AM_DEP_TRACK
cannam@124 8762 # ------------
cannam@124 8763 AC_DEFUN([AM_DEP_TRACK],
cannam@124 8764 [AC_ARG_ENABLE(dependency-tracking,
cannam@124 8765 [ --disable-dependency-tracking speeds up one-time build
cannam@124 8766 --enable-dependency-tracking do not reject slow dependency extractors])
cannam@124 8767 if test "x$enable_dependency_tracking" != xno; then
cannam@124 8768 am_depcomp="$ac_aux_dir/depcomp"
cannam@124 8769 AMDEPBACKSLASH='\'
cannam@124 8770 fi
cannam@124 8771 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
cannam@124 8772 AC_SUBST([AMDEPBACKSLASH])dnl
cannam@124 8773 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
cannam@124 8774 ])
cannam@124 8775
cannam@124 8776 # Generate code to set up dependency tracking. -*- Autoconf -*-
cannam@124 8777
cannam@124 8778 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
cannam@124 8779 # Free Software Foundation, Inc.
cannam@124 8780 #
cannam@124 8781 # This file is free software; the Free Software Foundation
cannam@124 8782 # gives unlimited permission to copy and/or distribute it,
cannam@124 8783 # with or without modifications, as long as this notice is preserved.
cannam@124 8784
cannam@124 8785 #serial 5
cannam@124 8786
cannam@124 8787 # _AM_OUTPUT_DEPENDENCY_COMMANDS
cannam@124 8788 # ------------------------------
cannam@124 8789 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
cannam@124 8790 [{
cannam@124 8791 # Autoconf 2.62 quotes --file arguments for eval, but not when files
cannam@124 8792 # are listed without --file. Let's play safe and only enable the eval
cannam@124 8793 # if we detect the quoting.
cannam@124 8794 case $CONFIG_FILES in
cannam@124 8795 *\'*) eval set x "$CONFIG_FILES" ;;
cannam@124 8796 *) set x $CONFIG_FILES ;;
cannam@124 8797 esac
cannam@124 8798 shift
cannam@124 8799 for mf
cannam@124 8800 do
cannam@124 8801 # Strip MF so we end up with the name of the file.
cannam@124 8802 mf=`echo "$mf" | sed -e 's/:.*$//'`
cannam@124 8803 # Check whether this is an Automake generated Makefile or not.
cannam@124 8804 # We used to match only the files named `Makefile.in', but
cannam@124 8805 # some people rename them; so instead we look at the file content.
cannam@124 8806 # Grep'ing the first line is not enough: some people post-process
cannam@124 8807 # each Makefile.in and add a new line on top of each file to say so.
cannam@124 8808 # Grep'ing the whole file is not good either: AIX grep has a line
cannam@124 8809 # limit of 2048, but all sed's we know have understand at least 4000.
cannam@124 8810 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
cannam@124 8811 dirpart=`AS_DIRNAME("$mf")`
cannam@124 8812 else
cannam@124 8813 continue
cannam@124 8814 fi
cannam@124 8815 # Extract the definition of DEPDIR, am__include, and am__quote
cannam@124 8816 # from the Makefile without running `make'.
cannam@124 8817 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
cannam@124 8818 test -z "$DEPDIR" && continue
cannam@124 8819 am__include=`sed -n 's/^am__include = //p' < "$mf"`
cannam@124 8820 test -z "am__include" && continue
cannam@124 8821 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
cannam@124 8822 # When using ansi2knr, U may be empty or an underscore; expand it
cannam@124 8823 U=`sed -n 's/^U = //p' < "$mf"`
cannam@124 8824 # Find all dependency output files, they are included files with
cannam@124 8825 # $(DEPDIR) in their names. We invoke sed twice because it is the
cannam@124 8826 # simplest approach to changing $(DEPDIR) to its actual value in the
cannam@124 8827 # expansion.
cannam@124 8828 for file in `sed -n "
cannam@124 8829 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
cannam@124 8830 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
cannam@124 8831 # Make sure the directory exists.
cannam@124 8832 test -f "$dirpart/$file" && continue
cannam@124 8833 fdir=`AS_DIRNAME(["$file"])`
cannam@124 8834 AS_MKDIR_P([$dirpart/$fdir])
cannam@124 8835 # echo "creating $dirpart/$file"
cannam@124 8836 echo '# dummy' > "$dirpart/$file"
cannam@124 8837 done
cannam@124 8838 done
cannam@124 8839 }
cannam@124 8840 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
cannam@124 8841
cannam@124 8842
cannam@124 8843 # AM_OUTPUT_DEPENDENCY_COMMANDS
cannam@124 8844 # -----------------------------
cannam@124 8845 # This macro should only be invoked once -- use via AC_REQUIRE.
cannam@124 8846 #
cannam@124 8847 # This code is only required when automatic dependency tracking
cannam@124 8848 # is enabled. FIXME. This creates each `.P' file that we will
cannam@124 8849 # need in order to bootstrap the dependency handling code.
cannam@124 8850 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
cannam@124 8851 [AC_CONFIG_COMMANDS([depfiles],
cannam@124 8852 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
cannam@124 8853 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
cannam@124 8854 ])
cannam@124 8855
cannam@124 8856 # Do all the work for Automake. -*- Autoconf -*-
cannam@124 8857
cannam@124 8858 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
cannam@124 8859 # 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
cannam@124 8860 #
cannam@124 8861 # This file is free software; the Free Software Foundation
cannam@124 8862 # gives unlimited permission to copy and/or distribute it,
cannam@124 8863 # with or without modifications, as long as this notice is preserved.
cannam@124 8864
cannam@124 8865 # serial 16
cannam@124 8866
cannam@124 8867 # This macro actually does too much. Some checks are only needed if
cannam@124 8868 # your package does certain things. But this isn't really a big deal.
cannam@124 8869
cannam@124 8870 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
cannam@124 8871 # AM_INIT_AUTOMAKE([OPTIONS])
cannam@124 8872 # -----------------------------------------------
cannam@124 8873 # The call with PACKAGE and VERSION arguments is the old style
cannam@124 8874 # call (pre autoconf-2.50), which is being phased out. PACKAGE
cannam@124 8875 # and VERSION should now be passed to AC_INIT and removed from
cannam@124 8876 # the call to AM_INIT_AUTOMAKE.
cannam@124 8877 # We support both call styles for the transition. After
cannam@124 8878 # the next Automake release, Autoconf can make the AC_INIT
cannam@124 8879 # arguments mandatory, and then we can depend on a new Autoconf
cannam@124 8880 # release and drop the old call support.
cannam@124 8881 AC_DEFUN([AM_INIT_AUTOMAKE],
cannam@124 8882 [AC_PREREQ([2.62])dnl
cannam@124 8883 dnl Autoconf wants to disallow AM_ names. We explicitly allow
cannam@124 8884 dnl the ones we care about.
cannam@124 8885 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
cannam@124 8886 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
cannam@124 8887 AC_REQUIRE([AC_PROG_INSTALL])dnl
cannam@124 8888 if test "`cd $srcdir && pwd`" != "`pwd`"; then
cannam@124 8889 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
cannam@124 8890 # is not polluted with repeated "-I."
cannam@124 8891 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
cannam@124 8892 # test to see if srcdir already configured
cannam@124 8893 if test -f $srcdir/config.status; then
cannam@124 8894 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
cannam@124 8895 fi
cannam@124 8896 fi
cannam@124 8897
cannam@124 8898 # test whether we have cygpath
cannam@124 8899 if test -z "$CYGPATH_W"; then
cannam@124 8900 if (cygpath --version) >/dev/null 2>/dev/null; then
cannam@124 8901 CYGPATH_W='cygpath -w'
cannam@124 8902 else
cannam@124 8903 CYGPATH_W=echo
cannam@124 8904 fi
cannam@124 8905 fi
cannam@124 8906 AC_SUBST([CYGPATH_W])
cannam@124 8907
cannam@124 8908 # Define the identity of the package.
cannam@124 8909 dnl Distinguish between old-style and new-style calls.
cannam@124 8910 m4_ifval([$2],
cannam@124 8911 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
cannam@124 8912 AC_SUBST([PACKAGE], [$1])dnl
cannam@124 8913 AC_SUBST([VERSION], [$2])],
cannam@124 8914 [_AM_SET_OPTIONS([$1])dnl
cannam@124 8915 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
cannam@124 8916 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
cannam@124 8917 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
cannam@124 8918 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
cannam@124 8919 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
cannam@124 8920
cannam@124 8921 _AM_IF_OPTION([no-define],,
cannam@124 8922 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
cannam@124 8923 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
cannam@124 8924
cannam@124 8925 # Some tools Automake needs.
cannam@124 8926 AC_REQUIRE([AM_SANITY_CHECK])dnl
cannam@124 8927 AC_REQUIRE([AC_ARG_PROGRAM])dnl
cannam@124 8928 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
cannam@124 8929 AM_MISSING_PROG(AUTOCONF, autoconf)
cannam@124 8930 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
cannam@124 8931 AM_MISSING_PROG(AUTOHEADER, autoheader)
cannam@124 8932 AM_MISSING_PROG(MAKEINFO, makeinfo)
cannam@124 8933 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
cannam@124 8934 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
cannam@124 8935 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
cannam@124 8936 # We need awk for the "check" target. The system "awk" is bad on
cannam@124 8937 # some platforms.
cannam@124 8938 AC_REQUIRE([AC_PROG_AWK])dnl
cannam@124 8939 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
cannam@124 8940 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
cannam@124 8941 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
cannam@124 8942 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
cannam@124 8943 [_AM_PROG_TAR([v7])])])
cannam@124 8944 _AM_IF_OPTION([no-dependencies],,
cannam@124 8945 [AC_PROVIDE_IFELSE([AC_PROG_CC],
cannam@124 8946 [_AM_DEPENDENCIES(CC)],
cannam@124 8947 [define([AC_PROG_CC],
cannam@124 8948 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
cannam@124 8949 AC_PROVIDE_IFELSE([AC_PROG_CXX],
cannam@124 8950 [_AM_DEPENDENCIES(CXX)],
cannam@124 8951 [define([AC_PROG_CXX],
cannam@124 8952 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
cannam@124 8953 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
cannam@124 8954 [_AM_DEPENDENCIES(OBJC)],
cannam@124 8955 [define([AC_PROG_OBJC],
cannam@124 8956 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
cannam@124 8957 ])
cannam@124 8958 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
cannam@124 8959 dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
cannam@124 8960 dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
cannam@124 8961 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
cannam@124 8962 AC_CONFIG_COMMANDS_PRE(dnl
cannam@124 8963 [m4_provide_if([_AM_COMPILER_EXEEXT],
cannam@124 8964 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
cannam@124 8965 ])
cannam@124 8966
cannam@124 8967 dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
cannam@124 8968 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
cannam@124 8969 dnl mangled by Autoconf and run in a shell conditional statement.
cannam@124 8970 m4_define([_AC_COMPILER_EXEEXT],
cannam@124 8971 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
cannam@124 8972
cannam@124 8973
cannam@124 8974 # When config.status generates a header, we must update the stamp-h file.
cannam@124 8975 # This file resides in the same directory as the config header
cannam@124 8976 # that is generated. The stamp files are numbered to have different names.
cannam@124 8977
cannam@124 8978 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
cannam@124 8979 # loop where config.status creates the headers, so we can generate
cannam@124 8980 # our stamp files there.
cannam@124 8981 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
cannam@124 8982 [# Compute $1's index in $config_headers.
cannam@124 8983 _am_arg=$1
cannam@124 8984 _am_stamp_count=1
cannam@124 8985 for _am_header in $config_headers :; do
cannam@124 8986 case $_am_header in
cannam@124 8987 $_am_arg | $_am_arg:* )
cannam@124 8988 break ;;
cannam@124 8989 * )
cannam@124 8990 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
cannam@124 8991 esac
cannam@124 8992 done
cannam@124 8993 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
cannam@124 8994
cannam@124 8995 # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc.
cannam@124 8996 #
cannam@124 8997 # This file is free software; the Free Software Foundation
cannam@124 8998 # gives unlimited permission to copy and/or distribute it,
cannam@124 8999 # with or without modifications, as long as this notice is preserved.
cannam@124 9000
cannam@124 9001 # AM_PROG_INSTALL_SH
cannam@124 9002 # ------------------
cannam@124 9003 # Define $install_sh.
cannam@124 9004 AC_DEFUN([AM_PROG_INSTALL_SH],
cannam@124 9005 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
cannam@124 9006 if test x"${install_sh}" != xset; then
cannam@124 9007 case $am_aux_dir in
cannam@124 9008 *\ * | *\ *)
cannam@124 9009 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
cannam@124 9010 *)
cannam@124 9011 install_sh="\${SHELL} $am_aux_dir/install-sh"
cannam@124 9012 esac
cannam@124 9013 fi
cannam@124 9014 AC_SUBST(install_sh)])
cannam@124 9015
cannam@124 9016 # Copyright (C) 2003, 2005 Free Software Foundation, Inc.
cannam@124 9017 #
cannam@124 9018 # This file is free software; the Free Software Foundation
cannam@124 9019 # gives unlimited permission to copy and/or distribute it,
cannam@124 9020 # with or without modifications, as long as this notice is preserved.
cannam@124 9021
cannam@124 9022 # serial 2
cannam@124 9023
cannam@124 9024 # Check whether the underlying file-system supports filenames
cannam@124 9025 # with a leading dot. For instance MS-DOS doesn't.
cannam@124 9026 AC_DEFUN([AM_SET_LEADING_DOT],
cannam@124 9027 [rm -rf .tst 2>/dev/null
cannam@124 9028 mkdir .tst 2>/dev/null
cannam@124 9029 if test -d .tst; then
cannam@124 9030 am__leading_dot=.
cannam@124 9031 else
cannam@124 9032 am__leading_dot=_
cannam@124 9033 fi
cannam@124 9034 rmdir .tst 2>/dev/null
cannam@124 9035 AC_SUBST([am__leading_dot])])
cannam@124 9036
cannam@124 9037 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
cannam@124 9038 # From Jim Meyering
cannam@124 9039
cannam@124 9040 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
cannam@124 9041 # Free Software Foundation, Inc.
cannam@124 9042 #
cannam@124 9043 # This file is free software; the Free Software Foundation
cannam@124 9044 # gives unlimited permission to copy and/or distribute it,
cannam@124 9045 # with or without modifications, as long as this notice is preserved.
cannam@124 9046
cannam@124 9047 # serial 5
cannam@124 9048
cannam@124 9049 # AM_MAINTAINER_MODE([DEFAULT-MODE])
cannam@124 9050 # ----------------------------------
cannam@124 9051 # Control maintainer-specific portions of Makefiles.
cannam@124 9052 # Default is to disable them, unless `enable' is passed literally.
cannam@124 9053 # For symmetry, `disable' may be passed as well. Anyway, the user
cannam@124 9054 # can override the default with the --enable/--disable switch.
cannam@124 9055 AC_DEFUN([AM_MAINTAINER_MODE],
cannam@124 9056 [m4_case(m4_default([$1], [disable]),
cannam@124 9057 [enable], [m4_define([am_maintainer_other], [disable])],
cannam@124 9058 [disable], [m4_define([am_maintainer_other], [enable])],
cannam@124 9059 [m4_define([am_maintainer_other], [enable])
cannam@124 9060 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
cannam@124 9061 AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
cannam@124 9062 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
cannam@124 9063 AC_ARG_ENABLE([maintainer-mode],
cannam@124 9064 [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful
cannam@124 9065 (and sometimes confusing) to the casual installer],
cannam@124 9066 [USE_MAINTAINER_MODE=$enableval],
cannam@124 9067 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
cannam@124 9068 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
cannam@124 9069 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
cannam@124 9070 MAINT=$MAINTAINER_MODE_TRUE
cannam@124 9071 AC_SUBST([MAINT])dnl
cannam@124 9072 ]
cannam@124 9073 )
cannam@124 9074
cannam@124 9075 AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
cannam@124 9076
cannam@124 9077 # Check to see how 'make' treats includes. -*- Autoconf -*-
cannam@124 9078
cannam@124 9079 # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
cannam@124 9080 #
cannam@124 9081 # This file is free software; the Free Software Foundation
cannam@124 9082 # gives unlimited permission to copy and/or distribute it,
cannam@124 9083 # with or without modifications, as long as this notice is preserved.
cannam@124 9084
cannam@124 9085 # serial 4
cannam@124 9086
cannam@124 9087 # AM_MAKE_INCLUDE()
cannam@124 9088 # -----------------
cannam@124 9089 # Check to see how make treats includes.
cannam@124 9090 AC_DEFUN([AM_MAKE_INCLUDE],
cannam@124 9091 [am_make=${MAKE-make}
cannam@124 9092 cat > confinc << 'END'
cannam@124 9093 am__doit:
cannam@124 9094 @echo this is the am__doit target
cannam@124 9095 .PHONY: am__doit
cannam@124 9096 END
cannam@124 9097 # If we don't find an include directive, just comment out the code.
cannam@124 9098 AC_MSG_CHECKING([for style of include used by $am_make])
cannam@124 9099 am__include="#"
cannam@124 9100 am__quote=
cannam@124 9101 _am_result=none
cannam@124 9102 # First try GNU make style include.
cannam@124 9103 echo "include confinc" > confmf
cannam@124 9104 # Ignore all kinds of additional output from `make'.
cannam@124 9105 case `$am_make -s -f confmf 2> /dev/null` in #(
cannam@124 9106 *the\ am__doit\ target*)
cannam@124 9107 am__include=include
cannam@124 9108 am__quote=
cannam@124 9109 _am_result=GNU
cannam@124 9110 ;;
cannam@124 9111 esac
cannam@124 9112 # Now try BSD make style include.
cannam@124 9113 if test "$am__include" = "#"; then
cannam@124 9114 echo '.include "confinc"' > confmf
cannam@124 9115 case `$am_make -s -f confmf 2> /dev/null` in #(
cannam@124 9116 *the\ am__doit\ target*)
cannam@124 9117 am__include=.include
cannam@124 9118 am__quote="\""
cannam@124 9119 _am_result=BSD
cannam@124 9120 ;;
cannam@124 9121 esac
cannam@124 9122 fi
cannam@124 9123 AC_SUBST([am__include])
cannam@124 9124 AC_SUBST([am__quote])
cannam@124 9125 AC_MSG_RESULT([$_am_result])
cannam@124 9126 rm -f confinc confmf
cannam@124 9127 ])
cannam@124 9128
cannam@124 9129 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
cannam@124 9130
cannam@124 9131 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
cannam@124 9132 # Free Software Foundation, Inc.
cannam@124 9133 #
cannam@124 9134 # This file is free software; the Free Software Foundation
cannam@124 9135 # gives unlimited permission to copy and/or distribute it,
cannam@124 9136 # with or without modifications, as long as this notice is preserved.
cannam@124 9137
cannam@124 9138 # serial 6
cannam@124 9139
cannam@124 9140 # AM_MISSING_PROG(NAME, PROGRAM)
cannam@124 9141 # ------------------------------
cannam@124 9142 AC_DEFUN([AM_MISSING_PROG],
cannam@124 9143 [AC_REQUIRE([AM_MISSING_HAS_RUN])
cannam@124 9144 $1=${$1-"${am_missing_run}$2"}
cannam@124 9145 AC_SUBST($1)])
cannam@124 9146
cannam@124 9147
cannam@124 9148 # AM_MISSING_HAS_RUN
cannam@124 9149 # ------------------
cannam@124 9150 # Define MISSING if not defined so far and test if it supports --run.
cannam@124 9151 # If it does, set am_missing_run to use it, otherwise, to nothing.
cannam@124 9152 AC_DEFUN([AM_MISSING_HAS_RUN],
cannam@124 9153 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
cannam@124 9154 AC_REQUIRE_AUX_FILE([missing])dnl
cannam@124 9155 if test x"${MISSING+set}" != xset; then
cannam@124 9156 case $am_aux_dir in
cannam@124 9157 *\ * | *\ *)
cannam@124 9158 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
cannam@124 9159 *)
cannam@124 9160 MISSING="\${SHELL} $am_aux_dir/missing" ;;
cannam@124 9161 esac
cannam@124 9162 fi
cannam@124 9163 # Use eval to expand $SHELL
cannam@124 9164 if eval "$MISSING --run true"; then
cannam@124 9165 am_missing_run="$MISSING --run "
cannam@124 9166 else
cannam@124 9167 am_missing_run=
cannam@124 9168 AC_MSG_WARN([`missing' script is too old or missing])
cannam@124 9169 fi
cannam@124 9170 ])
cannam@124 9171
cannam@124 9172 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
cannam@124 9173 #
cannam@124 9174 # This file is free software; the Free Software Foundation
cannam@124 9175 # gives unlimited permission to copy and/or distribute it,
cannam@124 9176 # with or without modifications, as long as this notice is preserved.
cannam@124 9177
cannam@124 9178 # AM_PROG_MKDIR_P
cannam@124 9179 # ---------------
cannam@124 9180 # Check for `mkdir -p'.
cannam@124 9181 AC_DEFUN([AM_PROG_MKDIR_P],
cannam@124 9182 [AC_PREREQ([2.60])dnl
cannam@124 9183 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
cannam@124 9184 dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
cannam@124 9185 dnl while keeping a definition of mkdir_p for backward compatibility.
cannam@124 9186 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
cannam@124 9187 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
cannam@124 9188 dnl Makefile.ins that do not define MKDIR_P, so we do our own
cannam@124 9189 dnl adjustment using top_builddir (which is defined more often than
cannam@124 9190 dnl MKDIR_P).
cannam@124 9191 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
cannam@124 9192 case $mkdir_p in
cannam@124 9193 [[\\/$]]* | ?:[[\\/]]*) ;;
cannam@124 9194 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
cannam@124 9195 esac
cannam@124 9196 ])
cannam@124 9197
cannam@124 9198 # Helper functions for option handling. -*- Autoconf -*-
cannam@124 9199
cannam@124 9200 # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc.
cannam@124 9201 #
cannam@124 9202 # This file is free software; the Free Software Foundation
cannam@124 9203 # gives unlimited permission to copy and/or distribute it,
cannam@124 9204 # with or without modifications, as long as this notice is preserved.
cannam@124 9205
cannam@124 9206 # serial 4
cannam@124 9207
cannam@124 9208 # _AM_MANGLE_OPTION(NAME)
cannam@124 9209 # -----------------------
cannam@124 9210 AC_DEFUN([_AM_MANGLE_OPTION],
cannam@124 9211 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
cannam@124 9212
cannam@124 9213 # _AM_SET_OPTION(NAME)
cannam@124 9214 # ------------------------------
cannam@124 9215 # Set option NAME. Presently that only means defining a flag for this option.
cannam@124 9216 AC_DEFUN([_AM_SET_OPTION],
cannam@124 9217 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
cannam@124 9218
cannam@124 9219 # _AM_SET_OPTIONS(OPTIONS)
cannam@124 9220 # ----------------------------------
cannam@124 9221 # OPTIONS is a space-separated list of Automake options.
cannam@124 9222 AC_DEFUN([_AM_SET_OPTIONS],
cannam@124 9223 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
cannam@124 9224
cannam@124 9225 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
cannam@124 9226 # -------------------------------------------
cannam@124 9227 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
cannam@124 9228 AC_DEFUN([_AM_IF_OPTION],
cannam@124 9229 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
cannam@124 9230
cannam@124 9231 # Check to make sure that the build environment is sane. -*- Autoconf -*-
cannam@124 9232
cannam@124 9233 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
cannam@124 9234 # Free Software Foundation, Inc.
cannam@124 9235 #
cannam@124 9236 # This file is free software; the Free Software Foundation
cannam@124 9237 # gives unlimited permission to copy and/or distribute it,
cannam@124 9238 # with or without modifications, as long as this notice is preserved.
cannam@124 9239
cannam@124 9240 # serial 5
cannam@124 9241
cannam@124 9242 # AM_SANITY_CHECK
cannam@124 9243 # ---------------
cannam@124 9244 AC_DEFUN([AM_SANITY_CHECK],
cannam@124 9245 [AC_MSG_CHECKING([whether build environment is sane])
cannam@124 9246 # Just in case
cannam@124 9247 sleep 1
cannam@124 9248 echo timestamp > conftest.file
cannam@124 9249 # Reject unsafe characters in $srcdir or the absolute working directory
cannam@124 9250 # name. Accept space and tab only in the latter.
cannam@124 9251 am_lf='
cannam@124 9252 '
cannam@124 9253 case `pwd` in
cannam@124 9254 *[[\\\"\#\$\&\'\`$am_lf]]*)
cannam@124 9255 AC_MSG_ERROR([unsafe absolute working directory name]);;
cannam@124 9256 esac
cannam@124 9257 case $srcdir in
cannam@124 9258 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
cannam@124 9259 AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
cannam@124 9260 esac
cannam@124 9261
cannam@124 9262 # Do `set' in a subshell so we don't clobber the current shell's
cannam@124 9263 # arguments. Must try -L first in case configure is actually a
cannam@124 9264 # symlink; some systems play weird games with the mod time of symlinks
cannam@124 9265 # (eg FreeBSD returns the mod time of the symlink's containing
cannam@124 9266 # directory).
cannam@124 9267 if (
cannam@124 9268 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
cannam@124 9269 if test "$[*]" = "X"; then
cannam@124 9270 # -L didn't work.
cannam@124 9271 set X `ls -t "$srcdir/configure" conftest.file`
cannam@124 9272 fi
cannam@124 9273 rm -f conftest.file
cannam@124 9274 if test "$[*]" != "X $srcdir/configure conftest.file" \
cannam@124 9275 && test "$[*]" != "X conftest.file $srcdir/configure"; then
cannam@124 9276
cannam@124 9277 # If neither matched, then we have a broken ls. This can happen
cannam@124 9278 # if, for instance, CONFIG_SHELL is bash and it inherits a
cannam@124 9279 # broken ls alias from the environment. This has actually
cannam@124 9280 # happened. Such a system could not be considered "sane".
cannam@124 9281 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
cannam@124 9282 alias in your environment])
cannam@124 9283 fi
cannam@124 9284
cannam@124 9285 test "$[2]" = conftest.file
cannam@124 9286 )
cannam@124 9287 then
cannam@124 9288 # Ok.
cannam@124 9289 :
cannam@124 9290 else
cannam@124 9291 AC_MSG_ERROR([newly created file is older than distributed files!
cannam@124 9292 Check your system clock])
cannam@124 9293 fi
cannam@124 9294 AC_MSG_RESULT(yes)])
cannam@124 9295
cannam@124 9296 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
cannam@124 9297 #
cannam@124 9298 # This file is free software; the Free Software Foundation
cannam@124 9299 # gives unlimited permission to copy and/or distribute it,
cannam@124 9300 # with or without modifications, as long as this notice is preserved.
cannam@124 9301
cannam@124 9302 # AM_PROG_INSTALL_STRIP
cannam@124 9303 # ---------------------
cannam@124 9304 # One issue with vendor `install' (even GNU) is that you can't
cannam@124 9305 # specify the program used to strip binaries. This is especially
cannam@124 9306 # annoying in cross-compiling environments, where the build's strip
cannam@124 9307 # is unlikely to handle the host's binaries.
cannam@124 9308 # Fortunately install-sh will honor a STRIPPROG variable, so we
cannam@124 9309 # always use install-sh in `make install-strip', and initialize
cannam@124 9310 # STRIPPROG with the value of the STRIP variable (set by the user).
cannam@124 9311 AC_DEFUN([AM_PROG_INSTALL_STRIP],
cannam@124 9312 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
cannam@124 9313 # Installed binaries are usually stripped using `strip' when the user
cannam@124 9314 # run `make install-strip'. However `strip' might not be the right
cannam@124 9315 # tool to use in cross-compilation environments, therefore Automake
cannam@124 9316 # will honor the `STRIP' environment variable to overrule this program.
cannam@124 9317 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
cannam@124 9318 if test "$cross_compiling" != no; then
cannam@124 9319 AC_CHECK_TOOL([STRIP], [strip], :)
cannam@124 9320 fi
cannam@124 9321 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
cannam@124 9322 AC_SUBST([INSTALL_STRIP_PROGRAM])])
cannam@124 9323
cannam@124 9324 # Copyright (C) 2006, 2008 Free Software Foundation, Inc.
cannam@124 9325 #
cannam@124 9326 # This file is free software; the Free Software Foundation
cannam@124 9327 # gives unlimited permission to copy and/or distribute it,
cannam@124 9328 # with or without modifications, as long as this notice is preserved.
cannam@124 9329
cannam@124 9330 # serial 2
cannam@124 9331
cannam@124 9332 # _AM_SUBST_NOTMAKE(VARIABLE)
cannam@124 9333 # ---------------------------
cannam@124 9334 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
cannam@124 9335 # This macro is traced by Automake.
cannam@124 9336 AC_DEFUN([_AM_SUBST_NOTMAKE])
cannam@124 9337
cannam@124 9338 # AM_SUBST_NOTMAKE(VARIABLE)
cannam@124 9339 # ---------------------------
cannam@124 9340 # Public sister of _AM_SUBST_NOTMAKE.
cannam@124 9341 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
cannam@124 9342
cannam@124 9343 # Check how to create a tarball. -*- Autoconf -*-
cannam@124 9344
cannam@124 9345 # Copyright (C) 2004, 2005 Free Software Foundation, Inc.
cannam@124 9346 #
cannam@124 9347 # This file is free software; the Free Software Foundation
cannam@124 9348 # gives unlimited permission to copy and/or distribute it,
cannam@124 9349 # with or without modifications, as long as this notice is preserved.
cannam@124 9350
cannam@124 9351 # serial 2
cannam@124 9352
cannam@124 9353 # _AM_PROG_TAR(FORMAT)
cannam@124 9354 # --------------------
cannam@124 9355 # Check how to create a tarball in format FORMAT.
cannam@124 9356 # FORMAT should be one of `v7', `ustar', or `pax'.
cannam@124 9357 #
cannam@124 9358 # Substitute a variable $(am__tar) that is a command
cannam@124 9359 # writing to stdout a FORMAT-tarball containing the directory
cannam@124 9360 # $tardir.
cannam@124 9361 # tardir=directory && $(am__tar) > result.tar
cannam@124 9362 #
cannam@124 9363 # Substitute a variable $(am__untar) that extract such
cannam@124 9364 # a tarball read from stdin.
cannam@124 9365 # $(am__untar) < result.tar
cannam@124 9366 AC_DEFUN([_AM_PROG_TAR],
cannam@124 9367 [# Always define AMTAR for backward compatibility.
cannam@124 9368 AM_MISSING_PROG([AMTAR], [tar])
cannam@124 9369 m4_if([$1], [v7],
cannam@124 9370 [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
cannam@124 9371 [m4_case([$1], [ustar],, [pax],,
cannam@124 9372 [m4_fatal([Unknown tar format])])
cannam@124 9373 AC_MSG_CHECKING([how to create a $1 tar archive])
cannam@124 9374 # Loop over all known methods to create a tar archive until one works.
cannam@124 9375 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
cannam@124 9376 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
cannam@124 9377 # Do not fold the above two line into one, because Tru64 sh and
cannam@124 9378 # Solaris sh will not grok spaces in the rhs of `-'.
cannam@124 9379 for _am_tool in $_am_tools
cannam@124 9380 do
cannam@124 9381 case $_am_tool in
cannam@124 9382 gnutar)
cannam@124 9383 for _am_tar in tar gnutar gtar;
cannam@124 9384 do
cannam@124 9385 AM_RUN_LOG([$_am_tar --version]) && break
cannam@124 9386 done
cannam@124 9387 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
cannam@124 9388 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
cannam@124 9389 am__untar="$_am_tar -xf -"
cannam@124 9390 ;;
cannam@124 9391 plaintar)
cannam@124 9392 # Must skip GNU tar: if it does not support --format= it doesn't create
cannam@124 9393 # ustar tarball either.
cannam@124 9394 (tar --version) >/dev/null 2>&1 && continue
cannam@124 9395 am__tar='tar chf - "$$tardir"'
cannam@124 9396 am__tar_='tar chf - "$tardir"'
cannam@124 9397 am__untar='tar xf -'
cannam@124 9398 ;;
cannam@124 9399 pax)
cannam@124 9400 am__tar='pax -L -x $1 -w "$$tardir"'
cannam@124 9401 am__tar_='pax -L -x $1 -w "$tardir"'
cannam@124 9402 am__untar='pax -r'
cannam@124 9403 ;;
cannam@124 9404 cpio)
cannam@124 9405 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
cannam@124 9406 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
cannam@124 9407 am__untar='cpio -i -H $1 -d'
cannam@124 9408 ;;
cannam@124 9409 none)
cannam@124 9410 am__tar=false
cannam@124 9411 am__tar_=false
cannam@124 9412 am__untar=false
cannam@124 9413 ;;
cannam@124 9414 esac
cannam@124 9415
cannam@124 9416 # If the value was cached, stop now. We just wanted to have am__tar
cannam@124 9417 # and am__untar set.
cannam@124 9418 test -n "${am_cv_prog_tar_$1}" && break
cannam@124 9419
cannam@124 9420 # tar/untar a dummy directory, and stop if the command works
cannam@124 9421 rm -rf conftest.dir
cannam@124 9422 mkdir conftest.dir
cannam@124 9423 echo GrepMe > conftest.dir/file
cannam@124 9424 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
cannam@124 9425 rm -rf conftest.dir
cannam@124 9426 if test -s conftest.tar; then
cannam@124 9427 AM_RUN_LOG([$am__untar <conftest.tar])
cannam@124 9428 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
cannam@124 9429 fi
cannam@124 9430 done
cannam@124 9431 rm -rf conftest.dir
cannam@124 9432
cannam@124 9433 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
cannam@124 9434 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
cannam@124 9435 AC_SUBST([am__tar])
cannam@124 9436 AC_SUBST([am__untar])
cannam@124 9437 ]) # _AM_PROG_TAR
cannam@124 9438