PageRenderTime 114ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 2ms

/aclocal.m4

https://bitbucket.org/libusbandroid/libusb-android
m4 | 8883 lines | 6119 code | 923 blank | 1841 comment | 0 complexity | 70b96ae8a7c363c02b38e6105eed3188 MD5 | raw file
Possible License(s): LGPL-2.1
  1. # generated automatically by aclocal 1.10.2 -*- Autoconf -*-
  2. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
  3. # 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  4. # This file is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. m4_ifndef([AC_AUTOCONF_VERSION],
  12. [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
  13. m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
  14. [m4_warning([this file was generated for autoconf 2.63.
  15. You have another version of autoconf. It may work, but is not guaranteed to.
  16. If you have problems, you may need to regenerate the build system entirely.
  17. To do so, use the procedure documented by the package, typically `autoreconf'.])])
  18. # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
  19. #
  20. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
  21. # 2006, 2007, 2008 Free Software Foundation, Inc.
  22. # Written by Gordon Matzigkeit, 1996
  23. #
  24. # This file is free software; the Free Software Foundation gives
  25. # unlimited permission to copy and/or distribute it, with or without
  26. # modifications, as long as this notice is preserved.
  27. m4_define([_LT_COPYING], [dnl
  28. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
  29. # 2006, 2007, 2008 Free Software Foundation, Inc.
  30. # Written by Gordon Matzigkeit, 1996
  31. #
  32. # This file is part of GNU Libtool.
  33. #
  34. # GNU Libtool is free software; you can redistribute it and/or
  35. # modify it under the terms of the GNU General Public License as
  36. # published by the Free Software Foundation; either version 2 of
  37. # the License, or (at your option) any later version.
  38. #
  39. # As a special exception to the GNU General Public License,
  40. # if you distribute this file as part of a program or library that
  41. # is built using GNU Libtool, you may include this file under the
  42. # same distribution terms that you use for the rest of that program.
  43. #
  44. # GNU Libtool is distributed in the hope that it will be useful,
  45. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  46. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  47. # GNU General Public License for more details.
  48. #
  49. # You should have received a copy of the GNU General Public License
  50. # along with GNU Libtool; see the file COPYING. If not, a copy
  51. # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
  52. # obtained by writing to the Free Software Foundation, Inc.,
  53. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  54. ])
  55. # serial 56 LT_INIT
  56. # LT_PREREQ(VERSION)
  57. # ------------------
  58. # Complain and exit if this libtool version is less that VERSION.
  59. m4_defun([LT_PREREQ],
  60. [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
  61. [m4_default([$3],
  62. [m4_fatal([Libtool version $1 or higher is required],
  63. 63)])],
  64. [$2])])
  65. # _LT_CHECK_BUILDDIR
  66. # ------------------
  67. # Complain if the absolute build directory name contains unusual characters
  68. m4_defun([_LT_CHECK_BUILDDIR],
  69. [case `pwd` in
  70. *\ * | *\ *)
  71. AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
  72. esac
  73. ])
  74. # LT_INIT([OPTIONS])
  75. # ------------------
  76. AC_DEFUN([LT_INIT],
  77. [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
  78. AC_BEFORE([$0], [LT_LANG])dnl
  79. AC_BEFORE([$0], [LT_OUTPUT])dnl
  80. AC_BEFORE([$0], [LTDL_INIT])dnl
  81. m4_require([_LT_CHECK_BUILDDIR])dnl
  82. dnl Autoconf doesn't catch unexpanded LT_ macros by default:
  83. m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
  84. m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
  85. dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
  86. dnl unless we require an AC_DEFUNed macro:
  87. AC_REQUIRE([LTOPTIONS_VERSION])dnl
  88. AC_REQUIRE([LTSUGAR_VERSION])dnl
  89. AC_REQUIRE([LTVERSION_VERSION])dnl
  90. AC_REQUIRE([LTOBSOLETE_VERSION])dnl
  91. m4_require([_LT_PROG_LTMAIN])dnl
  92. dnl Parse OPTIONS
  93. _LT_SET_OPTIONS([$0], [$1])
  94. # This can be used to rebuild libtool when needed
  95. LIBTOOL_DEPS="$ltmain"
  96. # Always use our own libtool.
  97. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  98. AC_SUBST(LIBTOOL)dnl
  99. _LT_SETUP
  100. # Only expand once:
  101. m4_define([LT_INIT])
  102. ])# LT_INIT
  103. # Old names:
  104. AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
  105. AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
  106. dnl aclocal-1.4 backwards compatibility:
  107. dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
  108. dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
  109. # _LT_CC_BASENAME(CC)
  110. # -------------------
  111. # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
  112. m4_defun([_LT_CC_BASENAME],
  113. [for cc_temp in $1""; do
  114. case $cc_temp in
  115. compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
  116. distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
  117. \-*) ;;
  118. *) break;;
  119. esac
  120. done
  121. cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
  122. ])
  123. # _LT_FILEUTILS_DEFAULTS
  124. # ----------------------
  125. # It is okay to use these file commands and assume they have been set
  126. # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
  127. m4_defun([_LT_FILEUTILS_DEFAULTS],
  128. [: ${CP="cp -f"}
  129. : ${MV="mv -f"}
  130. : ${RM="rm -f"}
  131. ])# _LT_FILEUTILS_DEFAULTS
  132. # _LT_SETUP
  133. # ---------
  134. m4_defun([_LT_SETUP],
  135. [AC_REQUIRE([AC_CANONICAL_HOST])dnl
  136. AC_REQUIRE([AC_CANONICAL_BUILD])dnl
  137. _LT_DECL([], [host_alias], [0], [The host system])dnl
  138. _LT_DECL([], [host], [0])dnl
  139. _LT_DECL([], [host_os], [0])dnl
  140. dnl
  141. _LT_DECL([], [build_alias], [0], [The build system])dnl
  142. _LT_DECL([], [build], [0])dnl
  143. _LT_DECL([], [build_os], [0])dnl
  144. dnl
  145. AC_REQUIRE([AC_PROG_CC])dnl
  146. AC_REQUIRE([LT_PATH_LD])dnl
  147. AC_REQUIRE([LT_PATH_NM])dnl
  148. dnl
  149. AC_REQUIRE([AC_PROG_LN_S])dnl
  150. test -z "$LN_S" && LN_S="ln -s"
  151. _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
  152. dnl
  153. AC_REQUIRE([LT_CMD_MAX_LEN])dnl
  154. _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
  155. _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
  156. dnl
  157. m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  158. m4_require([_LT_CHECK_SHELL_FEATURES])dnl
  159. m4_require([_LT_CMD_RELOAD])dnl
  160. m4_require([_LT_CHECK_MAGIC_METHOD])dnl
  161. m4_require([_LT_CMD_OLD_ARCHIVE])dnl
  162. m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
  163. _LT_CONFIG_LIBTOOL_INIT([
  164. # See if we are running on zsh, and set the options which allow our
  165. # commands through without removal of \ escapes INIT.
  166. if test -n "\${ZSH_VERSION+set}" ; then
  167. setopt NO_GLOB_SUBST
  168. fi
  169. ])
  170. if test -n "${ZSH_VERSION+set}" ; then
  171. setopt NO_GLOB_SUBST
  172. fi
  173. _LT_CHECK_OBJDIR
  174. m4_require([_LT_TAG_COMPILER])dnl
  175. _LT_PROG_ECHO_BACKSLASH
  176. case $host_os in
  177. aix3*)
  178. # AIX sometimes has problems with the GCC collect2 program. For some
  179. # reason, if we set the COLLECT_NAMES environment variable, the problems
  180. # vanish in a puff of smoke.
  181. if test "X${COLLECT_NAMES+set}" != Xset; then
  182. COLLECT_NAMES=
  183. export COLLECT_NAMES
  184. fi
  185. ;;
  186. esac
  187. # Sed substitution that helps us do robust quoting. It backslashifies
  188. # metacharacters that are still active within double-quoted strings.
  189. sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
  190. # Same as above, but do not quote variable references.
  191. double_quote_subst='s/\([["`\\]]\)/\\\1/g'
  192. # Sed substitution to delay expansion of an escaped shell variable in a
  193. # double_quote_subst'ed string.
  194. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
  195. # Sed substitution to delay expansion of an escaped single quote.
  196. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
  197. # Sed substitution to avoid accidental globbing in evaled expressions
  198. no_glob_subst='s/\*/\\\*/g'
  199. # Global variables:
  200. ofile=libtool
  201. can_build_shared=yes
  202. # All known linkers require a `.a' archive for static linking (except MSVC,
  203. # which needs '.lib').
  204. libext=a
  205. with_gnu_ld="$lt_cv_prog_gnu_ld"
  206. old_CC="$CC"
  207. old_CFLAGS="$CFLAGS"
  208. # Set sane defaults for various variables
  209. test -z "$CC" && CC=cc
  210. test -z "$LTCC" && LTCC=$CC
  211. test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
  212. test -z "$LD" && LD=ld
  213. test -z "$ac_objext" && ac_objext=o
  214. _LT_CC_BASENAME([$compiler])
  215. # Only perform the check for file, if the check method requires it
  216. test -z "$MAGIC_CMD" && MAGIC_CMD=file
  217. case $deplibs_check_method in
  218. file_magic*)
  219. if test "$file_magic_cmd" = '$MAGIC_CMD'; then
  220. _LT_PATH_MAGIC
  221. fi
  222. ;;
  223. esac
  224. # Use C for the default configuration in the libtool script
  225. LT_SUPPORTED_TAG([CC])
  226. _LT_LANG_C_CONFIG
  227. _LT_LANG_DEFAULT_CONFIG
  228. _LT_CONFIG_COMMANDS
  229. ])# _LT_SETUP
  230. # _LT_PROG_LTMAIN
  231. # ---------------
  232. # Note that this code is called both from `configure', and `config.status'
  233. # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
  234. # `config.status' has no value for ac_aux_dir unless we are using Automake,
  235. # so we pass a copy along to make sure it has a sensible value anyway.
  236. m4_defun([_LT_PROG_LTMAIN],
  237. [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
  238. _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
  239. ltmain="$ac_aux_dir/ltmain.sh"
  240. ])# _LT_PROG_LTMAIN
  241. # So that we can recreate a full libtool script including additional
  242. # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
  243. # in macros and then make a single call at the end using the `libtool'
  244. # label.
  245. # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
  246. # ----------------------------------------
  247. # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
  248. m4_define([_LT_CONFIG_LIBTOOL_INIT],
  249. [m4_ifval([$1],
  250. [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
  251. [$1
  252. ])])])
  253. # Initialize.
  254. m4_define([_LT_OUTPUT_LIBTOOL_INIT])
  255. # _LT_CONFIG_LIBTOOL([COMMANDS])
  256. # ------------------------------
  257. # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
  258. m4_define([_LT_CONFIG_LIBTOOL],
  259. [m4_ifval([$1],
  260. [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
  261. [$1
  262. ])])])
  263. # Initialize.
  264. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
  265. # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
  266. # -----------------------------------------------------
  267. m4_defun([_LT_CONFIG_SAVE_COMMANDS],
  268. [_LT_CONFIG_LIBTOOL([$1])
  269. _LT_CONFIG_LIBTOOL_INIT([$2])
  270. ])
  271. # _LT_FORMAT_COMMENT([COMMENT])
  272. # -----------------------------
  273. # Add leading comment marks to the start of each line, and a trailing
  274. # full-stop to the whole comment if one is not present already.
  275. m4_define([_LT_FORMAT_COMMENT],
  276. [m4_ifval([$1], [
  277. m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
  278. [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
  279. )])
  280. # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
  281. # -------------------------------------------------------------------
  282. # CONFIGNAME is the name given to the value in the libtool script.
  283. # VARNAME is the (base) name used in the configure script.
  284. # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
  285. # VARNAME. Any other value will be used directly.
  286. m4_define([_LT_DECL],
  287. [lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
  288. [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
  289. [m4_ifval([$1], [$1], [$2])])
  290. lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
  291. m4_ifval([$4],
  292. [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
  293. lt_dict_add_subkey([lt_decl_dict], [$2],
  294. [tagged?], [m4_ifval([$5], [yes], [no])])])
  295. ])
  296. # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
  297. # --------------------------------------------------------
  298. m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
  299. # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
  300. # ------------------------------------------------
  301. m4_define([lt_decl_tag_varnames],
  302. [_lt_decl_filter([tagged?], [yes], $@)])
  303. # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
  304. # ---------------------------------------------------------
  305. m4_define([_lt_decl_filter],
  306. [m4_case([$#],
  307. [0], [m4_fatal([$0: too few arguments: $#])],
  308. [1], [m4_fatal([$0: too few arguments: $#: $1])],
  309. [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
  310. [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
  311. [lt_dict_filter([lt_decl_dict], $@)])[]dnl
  312. ])
  313. # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
  314. # --------------------------------------------------
  315. m4_define([lt_decl_quote_varnames],
  316. [_lt_decl_filter([value], [1], $@)])
  317. # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
  318. # ---------------------------------------------------
  319. m4_define([lt_decl_dquote_varnames],
  320. [_lt_decl_filter([value], [2], $@)])
  321. # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
  322. # ---------------------------------------------------
  323. m4_define([lt_decl_varnames_tagged],
  324. [m4_assert([$# <= 2])dnl
  325. _$0(m4_quote(m4_default([$1], [[, ]])),
  326. m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
  327. m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
  328. m4_define([_lt_decl_varnames_tagged],
  329. [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
  330. # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
  331. # ------------------------------------------------
  332. m4_define([lt_decl_all_varnames],
  333. [_$0(m4_quote(m4_default([$1], [[, ]])),
  334. m4_if([$2], [],
  335. m4_quote(lt_decl_varnames),
  336. m4_quote(m4_shift($@))))[]dnl
  337. ])
  338. m4_define([_lt_decl_all_varnames],
  339. [lt_join($@, lt_decl_varnames_tagged([$1],
  340. lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
  341. ])
  342. # _LT_CONFIG_STATUS_DECLARE([VARNAME])
  343. # ------------------------------------
  344. # Quote a variable value, and forward it to `config.status' so that its
  345. # declaration there will have the same value as in `configure'. VARNAME
  346. # must have a single quote delimited value for this to work.
  347. m4_define([_LT_CONFIG_STATUS_DECLARE],
  348. [$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
  349. # _LT_CONFIG_STATUS_DECLARATIONS
  350. # ------------------------------
  351. # We delimit libtool config variables with single quotes, so when
  352. # we write them to config.status, we have to be sure to quote all
  353. # embedded single quotes properly. In configure, this macro expands
  354. # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
  355. #
  356. # <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
  357. m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
  358. [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
  359. [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
  360. # _LT_LIBTOOL_TAGS
  361. # ----------------
  362. # Output comment and list of tags supported by the script
  363. m4_defun([_LT_LIBTOOL_TAGS],
  364. [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
  365. available_tags="_LT_TAGS"dnl
  366. ])
  367. # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
  368. # -----------------------------------
  369. # Extract the dictionary values for VARNAME (optionally with TAG) and
  370. # expand to a commented shell variable setting:
  371. #
  372. # # Some comment about what VAR is for.
  373. # visible_name=$lt_internal_name
  374. m4_define([_LT_LIBTOOL_DECLARE],
  375. [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
  376. [description])))[]dnl
  377. m4_pushdef([_libtool_name],
  378. m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
  379. m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
  380. [0], [_libtool_name=[$]$1],
  381. [1], [_libtool_name=$lt_[]$1],
  382. [2], [_libtool_name=$lt_[]$1],
  383. [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
  384. m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
  385. ])
  386. # _LT_LIBTOOL_CONFIG_VARS
  387. # -----------------------
  388. # Produce commented declarations of non-tagged libtool config variables
  389. # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
  390. # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
  391. # section) are produced by _LT_LIBTOOL_TAG_VARS.
  392. m4_defun([_LT_LIBTOOL_CONFIG_VARS],
  393. [m4_foreach([_lt_var],
  394. m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
  395. [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
  396. # _LT_LIBTOOL_TAG_VARS(TAG)
  397. # -------------------------
  398. m4_define([_LT_LIBTOOL_TAG_VARS],
  399. [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
  400. [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
  401. # _LT_TAGVAR(VARNAME, [TAGNAME])
  402. # ------------------------------
  403. m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
  404. # _LT_CONFIG_COMMANDS
  405. # -------------------
  406. # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
  407. # variables for single and double quote escaping we saved from calls
  408. # to _LT_DECL, we can put quote escaped variables declarations
  409. # into `config.status', and then the shell code to quote escape them in
  410. # for loops in `config.status'. Finally, any additional code accumulated
  411. # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
  412. m4_defun([_LT_CONFIG_COMMANDS],
  413. [AC_PROVIDE_IFELSE([LT_OUTPUT],
  414. dnl If the libtool generation code has been placed in $CONFIG_LT,
  415. dnl instead of duplicating it all over again into config.status,
  416. dnl then we will have config.status run $CONFIG_LT later, so it
  417. dnl needs to know what name is stored there:
  418. [AC_CONFIG_COMMANDS([libtool],
  419. [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
  420. dnl If the libtool generation code is destined for config.status,
  421. dnl expand the accumulated commands and init code now:
  422. [AC_CONFIG_COMMANDS([libtool],
  423. [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
  424. ])#_LT_CONFIG_COMMANDS
  425. # Initialize.
  426. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
  427. [
  428. # The HP-UX ksh and POSIX shell print the target directory to stdout
  429. # if CDPATH is set.
  430. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  431. sed_quote_subst='$sed_quote_subst'
  432. double_quote_subst='$double_quote_subst'
  433. delay_variable_subst='$delay_variable_subst'
  434. _LT_CONFIG_STATUS_DECLARATIONS
  435. LTCC='$LTCC'
  436. LTCFLAGS='$LTCFLAGS'
  437. compiler='$compiler_DEFAULT'
  438. # Quote evaled strings.
  439. for var in lt_decl_all_varnames([[ \
  440. ]], lt_decl_quote_varnames); do
  441. case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
  442. *[[\\\\\\\`\\"\\\$]]*)
  443. eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
  444. ;;
  445. *)
  446. eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
  447. ;;
  448. esac
  449. done
  450. # Double-quote double-evaled strings.
  451. for var in lt_decl_all_varnames([[ \
  452. ]], lt_decl_dquote_varnames); do
  453. case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
  454. *[[\\\\\\\`\\"\\\$]]*)
  455. eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
  456. ;;
  457. *)
  458. eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
  459. ;;
  460. esac
  461. done
  462. # Fix-up fallback echo if it was mangled by the above quoting rules.
  463. case \$lt_ECHO in
  464. *'\\\[$]0 --fallback-echo"')dnl "
  465. lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\`
  466. ;;
  467. esac
  468. _LT_OUTPUT_LIBTOOL_INIT
  469. ])
  470. # LT_OUTPUT
  471. # ---------
  472. # This macro allows early generation of the libtool script (before
  473. # AC_OUTPUT is called), incase it is used in configure for compilation
  474. # tests.
  475. AC_DEFUN([LT_OUTPUT],
  476. [: ${CONFIG_LT=./config.lt}
  477. AC_MSG_NOTICE([creating $CONFIG_LT])
  478. cat >"$CONFIG_LT" <<_LTEOF
  479. #! $SHELL
  480. # Generated by $as_me.
  481. # Run this file to recreate a libtool stub with the current configuration.
  482. lt_cl_silent=false
  483. SHELL=\${CONFIG_SHELL-$SHELL}
  484. _LTEOF
  485. cat >>"$CONFIG_LT" <<\_LTEOF
  486. AS_SHELL_SANITIZE
  487. _AS_PREPARE
  488. exec AS_MESSAGE_FD>&1
  489. exec AS_MESSAGE_LOG_FD>>config.log
  490. {
  491. echo
  492. AS_BOX([Running $as_me.])
  493. } >&AS_MESSAGE_LOG_FD
  494. lt_cl_help="\
  495. \`$as_me' creates a local libtool stub from the current configuration,
  496. for use in further configure time tests before the real libtool is
  497. generated.
  498. Usage: $[0] [[OPTIONS]]
  499. -h, --help print this help, then exit
  500. -V, --version print version number, then exit
  501. -q, --quiet do not print progress messages
  502. -d, --debug don't remove temporary files
  503. Report bugs to <bug-libtool@gnu.org>."
  504. lt_cl_version="\
  505. m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
  506. m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
  507. configured by $[0], generated by m4_PACKAGE_STRING.
  508. Copyright (C) 2008 Free Software Foundation, Inc.
  509. This config.lt script is free software; the Free Software Foundation
  510. gives unlimited permision to copy, distribute and modify it."
  511. while test $[#] != 0
  512. do
  513. case $[1] in
  514. --version | --v* | -V )
  515. echo "$lt_cl_version"; exit 0 ;;
  516. --help | --h* | -h )
  517. echo "$lt_cl_help"; exit 0 ;;
  518. --debug | --d* | -d )
  519. debug=: ;;
  520. --quiet | --q* | --silent | --s* | -q )
  521. lt_cl_silent=: ;;
  522. -*) AC_MSG_ERROR([unrecognized option: $[1]
  523. Try \`$[0] --help' for more information.]) ;;
  524. *) AC_MSG_ERROR([unrecognized argument: $[1]
  525. Try \`$[0] --help' for more information.]) ;;
  526. esac
  527. shift
  528. done
  529. if $lt_cl_silent; then
  530. exec AS_MESSAGE_FD>/dev/null
  531. fi
  532. _LTEOF
  533. cat >>"$CONFIG_LT" <<_LTEOF
  534. _LT_OUTPUT_LIBTOOL_COMMANDS_INIT
  535. _LTEOF
  536. cat >>"$CONFIG_LT" <<\_LTEOF
  537. AC_MSG_NOTICE([creating $ofile])
  538. _LT_OUTPUT_LIBTOOL_COMMANDS
  539. AS_EXIT(0)
  540. _LTEOF
  541. chmod +x "$CONFIG_LT"
  542. # configure is writing to config.log, but config.lt does its own redirection,
  543. # appending to config.log, which fails on DOS, as config.log is still kept
  544. # open by configure. Here we exec the FD to /dev/null, effectively closing
  545. # config.log, so it can be properly (re)opened and appended to by config.lt.
  546. if test "$no_create" != yes; then
  547. lt_cl_success=:
  548. test "$silent" = yes &&
  549. lt_config_lt_args="$lt_config_lt_args --quiet"
  550. exec AS_MESSAGE_LOG_FD>/dev/null
  551. $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
  552. exec AS_MESSAGE_LOG_FD>>config.log
  553. $lt_cl_success || AS_EXIT(1)
  554. fi
  555. ])# LT_OUTPUT
  556. # _LT_CONFIG(TAG)
  557. # ---------------
  558. # If TAG is the built-in tag, create an initial libtool script with a
  559. # default configuration from the untagged config vars. Otherwise add code
  560. # to config.status for appending the configuration named by TAG from the
  561. # matching tagged config vars.
  562. m4_defun([_LT_CONFIG],
  563. [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  564. _LT_CONFIG_SAVE_COMMANDS([
  565. m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
  566. m4_if(_LT_TAG, [C], [
  567. # See if we are running on zsh, and set the options which allow our
  568. # commands through without removal of \ escapes.
  569. if test -n "${ZSH_VERSION+set}" ; then
  570. setopt NO_GLOB_SUBST
  571. fi
  572. cfgfile="${ofile}T"
  573. trap "$RM \"$cfgfile\"; exit 1" 1 2 15
  574. $RM "$cfgfile"
  575. cat <<_LT_EOF >> "$cfgfile"
  576. #! $SHELL
  577. # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
  578. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
  579. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  580. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
  581. #
  582. _LT_COPYING
  583. _LT_LIBTOOL_TAGS
  584. # ### BEGIN LIBTOOL CONFIG
  585. _LT_LIBTOOL_CONFIG_VARS
  586. _LT_LIBTOOL_TAG_VARS
  587. # ### END LIBTOOL CONFIG
  588. _LT_EOF
  589. case $host_os in
  590. aix3*)
  591. cat <<\_LT_EOF >> "$cfgfile"
  592. # AIX sometimes has problems with the GCC collect2 program. For some
  593. # reason, if we set the COLLECT_NAMES environment variable, the problems
  594. # vanish in a puff of smoke.
  595. if test "X${COLLECT_NAMES+set}" != Xset; then
  596. COLLECT_NAMES=
  597. export COLLECT_NAMES
  598. fi
  599. _LT_EOF
  600. ;;
  601. esac
  602. _LT_PROG_LTMAIN
  603. # We use sed instead of cat because bash on DJGPP gets confused if
  604. # if finds mixed CR/LF and LF-only lines. Since sed operates in
  605. # text mode, it properly converts lines to CR/LF. This bash problem
  606. # is reportedly fixed, but why not run on old versions too?
  607. sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
  608. || (rm -f "$cfgfile"; exit 1)
  609. _LT_PROG_XSI_SHELLFNS
  610. sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
  611. || (rm -f "$cfgfile"; exit 1)
  612. mv -f "$cfgfile" "$ofile" ||
  613. (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
  614. chmod +x "$ofile"
  615. ],
  616. [cat <<_LT_EOF >> "$ofile"
  617. dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
  618. dnl in a comment (ie after a #).
  619. # ### BEGIN LIBTOOL TAG CONFIG: $1
  620. _LT_LIBTOOL_TAG_VARS(_LT_TAG)
  621. # ### END LIBTOOL TAG CONFIG: $1
  622. _LT_EOF
  623. ])dnl /m4_if
  624. ],
  625. [m4_if([$1], [], [
  626. PACKAGE='$PACKAGE'
  627. VERSION='$VERSION'
  628. TIMESTAMP='$TIMESTAMP'
  629. RM='$RM'
  630. ofile='$ofile'], [])
  631. ])dnl /_LT_CONFIG_SAVE_COMMANDS
  632. ])# _LT_CONFIG
  633. # LT_SUPPORTED_TAG(TAG)
  634. # ---------------------
  635. # Trace this macro to discover what tags are supported by the libtool
  636. # --tag option, using:
  637. # autoconf --trace 'LT_SUPPORTED_TAG:$1'
  638. AC_DEFUN([LT_SUPPORTED_TAG], [])
  639. # C support is built-in for now
  640. m4_define([_LT_LANG_C_enabled], [])
  641. m4_define([_LT_TAGS], [])
  642. # LT_LANG(LANG)
  643. # -------------
  644. # Enable libtool support for the given language if not already enabled.
  645. AC_DEFUN([LT_LANG],
  646. [AC_BEFORE([$0], [LT_OUTPUT])dnl
  647. m4_case([$1],
  648. [C], [_LT_LANG(C)],
  649. [C++], [_LT_LANG(CXX)],
  650. [Java], [_LT_LANG(GCJ)],
  651. [Fortran 77], [_LT_LANG(F77)],
  652. [Fortran], [_LT_LANG(FC)],
  653. [Windows Resource], [_LT_LANG(RC)],
  654. [m4_ifdef([_LT_LANG_]$1[_CONFIG],
  655. [_LT_LANG($1)],
  656. [m4_fatal([$0: unsupported language: "$1"])])])dnl
  657. ])# LT_LANG
  658. # _LT_LANG(LANGNAME)
  659. # ------------------
  660. m4_defun([_LT_LANG],
  661. [m4_ifdef([_LT_LANG_]$1[_enabled], [],
  662. [LT_SUPPORTED_TAG([$1])dnl
  663. m4_append([_LT_TAGS], [$1 ])dnl
  664. m4_define([_LT_LANG_]$1[_enabled], [])dnl
  665. _LT_LANG_$1_CONFIG($1)])dnl
  666. ])# _LT_LANG
  667. # _LT_LANG_DEFAULT_CONFIG
  668. # -----------------------
  669. m4_defun([_LT_LANG_DEFAULT_CONFIG],
  670. [AC_PROVIDE_IFELSE([AC_PROG_CXX],
  671. [LT_LANG(CXX)],
  672. [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
  673. AC_PROVIDE_IFELSE([AC_PROG_F77],
  674. [LT_LANG(F77)],
  675. [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
  676. AC_PROVIDE_IFELSE([AC_PROG_FC],
  677. [LT_LANG(FC)],
  678. [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
  679. dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
  680. dnl pulling things in needlessly.
  681. AC_PROVIDE_IFELSE([AC_PROG_GCJ],
  682. [LT_LANG(GCJ)],
  683. [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
  684. [LT_LANG(GCJ)],
  685. [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
  686. [LT_LANG(GCJ)],
  687. [m4_ifdef([AC_PROG_GCJ],
  688. [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
  689. m4_ifdef([A][M_PROG_GCJ],
  690. [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
  691. m4_ifdef([LT_PROG_GCJ],
  692. [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
  693. AC_PROVIDE_IFELSE([LT_PROG_RC],
  694. [LT_LANG(RC)],
  695. [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
  696. ])# _LT_LANG_DEFAULT_CONFIG
  697. # Obsolete macros:
  698. AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
  699. AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
  700. AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
  701. AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
  702. dnl aclocal-1.4 backwards compatibility:
  703. dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
  704. dnl AC_DEFUN([AC_LIBTOOL_F77], [])
  705. dnl AC_DEFUN([AC_LIBTOOL_FC], [])
  706. dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
  707. # _LT_TAG_COMPILER
  708. # ----------------
  709. m4_defun([_LT_TAG_COMPILER],
  710. [AC_REQUIRE([AC_PROG_CC])dnl
  711. _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
  712. _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
  713. _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
  714. _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
  715. # If no C compiler was specified, use CC.
  716. LTCC=${LTCC-"$CC"}
  717. # If no C compiler flags were specified, use CFLAGS.
  718. LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
  719. # Allow CC to be a program name with arguments.
  720. compiler=$CC
  721. ])# _LT_TAG_COMPILER
  722. # _LT_COMPILER_BOILERPLATE
  723. # ------------------------
  724. # Check for compiler boilerplate output or warnings with
  725. # the simple compiler test code.
  726. m4_defun([_LT_COMPILER_BOILERPLATE],
  727. [m4_require([_LT_DECL_SED])dnl
  728. ac_outfile=conftest.$ac_objext
  729. echo "$lt_simple_compile_test_code" >conftest.$ac_ext
  730. eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
  731. _lt_compiler_boilerplate=`cat conftest.err`
  732. $RM conftest*
  733. ])# _LT_COMPILER_BOILERPLATE
  734. # _LT_LINKER_BOILERPLATE
  735. # ----------------------
  736. # Check for linker boilerplate output or warnings with
  737. # the simple link test code.
  738. m4_defun([_LT_LINKER_BOILERPLATE],
  739. [m4_require([_LT_DECL_SED])dnl
  740. ac_outfile=conftest.$ac_objext
  741. echo "$lt_simple_link_test_code" >conftest.$ac_ext
  742. eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
  743. _lt_linker_boilerplate=`cat conftest.err`
  744. $RM -r conftest*
  745. ])# _LT_LINKER_BOILERPLATE
  746. # _LT_REQUIRED_DARWIN_CHECKS
  747. # -------------------------
  748. m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
  749. case $host_os in
  750. rhapsody* | darwin*)
  751. AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
  752. AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
  753. AC_CHECK_TOOL([LIPO], [lipo], [:])
  754. AC_CHECK_TOOL([OTOOL], [otool], [:])
  755. AC_CHECK_TOOL([OTOOL64], [otool64], [:])
  756. _LT_DECL([], [DSYMUTIL], [1],
  757. [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
  758. _LT_DECL([], [NMEDIT], [1],
  759. [Tool to change global to local symbols on Mac OS X])
  760. _LT_DECL([], [LIPO], [1],
  761. [Tool to manipulate fat objects and archives on Mac OS X])
  762. _LT_DECL([], [OTOOL], [1],
  763. [ldd/readelf like tool for Mach-O binaries on Mac OS X])
  764. _LT_DECL([], [OTOOL64], [1],
  765. [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
  766. AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
  767. [lt_cv_apple_cc_single_mod=no
  768. if test -z "${LT_MULTI_MODULE}"; then
  769. # By default we will add the -single_module flag. You can override
  770. # by either setting the environment variable LT_MULTI_MODULE
  771. # non-empty at configure time, or by adding -multi_module to the
  772. # link flags.
  773. rm -rf libconftest.dylib*
  774. echo "int foo(void){return 1;}" > conftest.c
  775. echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
  776. -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
  777. $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
  778. -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
  779. _lt_result=$?
  780. if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
  781. lt_cv_apple_cc_single_mod=yes
  782. else
  783. cat conftest.err >&AS_MESSAGE_LOG_FD
  784. fi
  785. rm -rf libconftest.dylib*
  786. rm -f conftest.*
  787. fi])
  788. AC_CACHE_CHECK([for -exported_symbols_list linker flag],
  789. [lt_cv_ld_exported_symbols_list],
  790. [lt_cv_ld_exported_symbols_list=no
  791. save_LDFLAGS=$LDFLAGS
  792. echo "_main" > conftest.sym
  793. LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
  794. AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
  795. [lt_cv_ld_exported_symbols_list=yes],
  796. [lt_cv_ld_exported_symbols_list=no])
  797. LDFLAGS="$save_LDFLAGS"
  798. ])
  799. case $host_os in
  800. rhapsody* | darwin1.[[012]])
  801. _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
  802. darwin1.*)
  803. _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
  804. darwin*) # darwin 5.x on
  805. # if running on 10.5 or later, the deployment target defaults
  806. # to the OS version, if on x86, and 10.4, the deployment
  807. # target defaults to 10.4. Don't you love it?
  808. case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
  809. 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
  810. _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
  811. 10.[[012]]*)
  812. _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
  813. 10.*)
  814. _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
  815. esac
  816. ;;
  817. esac
  818. if test "$lt_cv_apple_cc_single_mod" = "yes"; then
  819. _lt_dar_single_mod='$single_module'
  820. fi
  821. if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
  822. _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
  823. else
  824. _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
  825. fi
  826. if test "$DSYMUTIL" != ":"; then
  827. _lt_dsymutil='~$DSYMUTIL $lib || :'
  828. else
  829. _lt_dsymutil=
  830. fi
  831. ;;
  832. esac
  833. ])
  834. # _LT_DARWIN_LINKER_FEATURES
  835. # --------------------------
  836. # Checks for linker and compiler features on darwin
  837. m4_defun([_LT_DARWIN_LINKER_FEATURES],
  838. [
  839. m4_require([_LT_REQUIRED_DARWIN_CHECKS])
  840. _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  841. _LT_TAGVAR(hardcode_direct, $1)=no
  842. _LT_TAGVAR(hardcode_automatic, $1)=yes
  843. _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
  844. _LT_TAGVAR(whole_archive_flag_spec, $1)=''
  845. _LT_TAGVAR(link_all_deplibs, $1)=yes
  846. _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
  847. case $cc_basename in
  848. ifort*) _lt_dar_can_shared=yes ;;
  849. *) _lt_dar_can_shared=$GCC ;;
  850. esac
  851. if test "$_lt_dar_can_shared" = "yes"; then
  852. output_verbose_link_cmd=echo
  853. _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}"
  854. _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
  855. _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}"
  856. _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}"
  857. m4_if([$1], [CXX],
  858. [ if test "$lt_cv_apple_cc_single_mod" != "yes"; then
  859. _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}"
  860. _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}"
  861. fi
  862. ],[])
  863. else
  864. _LT_TAGVAR(ld_shlibs, $1)=no
  865. fi
  866. ])
  867. # _LT_SYS_MODULE_PATH_AIX
  868. # -----------------------
  869. # Links a minimal program and checks the executable
  870. # for the system default hardcoded library path. In most cases,
  871. # this is /usr/lib:/lib, but when the MPI compilers are used
  872. # the location of the communication and MPI libs are included too.
  873. # If we don't find anything, use the default library path according
  874. # to the aix ld manual.
  875. m4_defun([_LT_SYS_MODULE_PATH_AIX],
  876. [m4_require([_LT_DECL_SED])dnl
  877. AC_LINK_IFELSE(AC_LANG_PROGRAM,[
  878. lt_aix_libpath_sed='
  879. /Import File Strings/,/^$/ {
  880. /^0/ {
  881. s/^0 *\(.*\)$/\1/
  882. p
  883. }
  884. }'
  885. aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
  886. # Check for a 64-bit object if we didn't find anything.
  887. if test -z "$aix_libpath"; then
  888. aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
  889. fi],[])
  890. if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  891. ])# _LT_SYS_MODULE_PATH_AIX
  892. # _LT_SHELL_INIT(ARG)
  893. # -------------------
  894. m4_define([_LT_SHELL_INIT],
  895. [ifdef([AC_DIVERSION_NOTICE],
  896. [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
  897. [AC_DIVERT_PUSH(NOTICE)])
  898. $1
  899. AC_DIVERT_POP
  900. ])# _LT_SHELL_INIT
  901. # _LT_PROG_ECHO_BACKSLASH
  902. # -----------------------
  903. # Add some code to the start of the generated configure script which
  904. # will find an echo command which doesn't interpret backslashes.
  905. m4_defun([_LT_PROG_ECHO_BACKSLASH],
  906. [_LT_SHELL_INIT([
  907. # Check that we are running under the correct shell.
  908. SHELL=${CONFIG_SHELL-/bin/sh}
  909. case X$lt_ECHO in
  910. X*--fallback-echo)
  911. # Remove one level of quotation (which was required for Make).
  912. ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
  913. ;;
  914. esac
  915. ECHO=${lt_ECHO-echo}
  916. if test "X[$]1" = X--no-reexec; then
  917. # Discard the --no-reexec flag, and continue.
  918. shift
  919. elif test "X[$]1" = X--fallback-echo; then
  920. # Avoid inline document here, it may be left over
  921. :
  922. elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
  923. # Yippee, $ECHO works!
  924. :
  925. else
  926. # Restart under the correct shell.
  927. exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
  928. fi
  929. if test "X[$]1" = X--fallback-echo; then
  930. # used as fallback echo
  931. shift
  932. cat <<_LT_EOF
  933. [$]*
  934. _LT_EOF
  935. exit 0
  936. fi
  937. # The HP-UX ksh and POSIX shell print the target directory to stdout
  938. # if CDPATH is set.
  939. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  940. if test -z "$lt_ECHO"; then
  941. if test "X${echo_test_string+set}" != Xset; then
  942. # find a string as large as possible, as long as the shell can cope with it
  943. for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
  944. # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
  945. if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
  946. { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
  947. then
  948. break
  949. fi
  950. done
  951. fi
  952. if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
  953. echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
  954. test "X$echo_testing_string" = "X$echo_test_string"; then
  955. :
  956. else
  957. # The Solaris, AIX, and Digital Unix default echo programs unquote
  958. # backslashes. This makes it impossible to quote backslashes using
  959. # echo "$something" | sed 's/\\/\\\\/g'
  960. #
  961. # So, first we look for a working echo in the user's PATH.
  962. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  963. for dir in $PATH /usr/ucb; do
  964. IFS="$lt_save_ifs"
  965. if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
  966. test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
  967. echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
  968. test "X$echo_testing_string" = "X$echo_test_string"; then
  969. ECHO="$dir/echo"
  970. break
  971. fi
  972. done
  973. IFS="$lt_save_ifs"
  974. if test "X$ECHO" = Xecho; then
  975. # We didn't find a better echo, so look for alternatives.
  976. if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
  977. echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
  978. test "X$echo_testing_string" = "X$echo_test_string"; then
  979. # This shell has a builtin print -r that does the trick.
  980. ECHO='print -r'
  981. elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
  982. test "X$CONFIG_SHELL" != X/bin/ksh; then
  983. # If we have ksh, try running configure again with it.
  984. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
  985. export ORIGINAL_CONFIG_SHELL
  986. CONFIG_SHELL=/bin/ksh
  987. export CONFIG_SHELL
  988. exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
  989. else
  990. # Try using printf.
  991. ECHO='printf %s\n'
  992. if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
  993. echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
  994. test "X$echo_testing_string" = "X$echo_test_string"; then
  995. # Cool, printf works
  996. :
  997. elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
  998. test "X$echo_testing_string" = 'X\t' &&
  999. echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  1000. test "X$echo_testing_string" = "X$echo_test_string"; then
  1001. CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
  1002. export CONFIG_SHELL
  1003. SHELL="$CONFIG_SHELL"
  1004. export SHELL
  1005. ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
  1006. elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
  1007. test "X$echo_testing_string" = 'X\t' &&
  1008. echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  1009. test "X$echo_testing_string" = "X$echo_test_string"; then
  1010. ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
  1011. else
  1012. # maybe with a smaller string...
  1013. prev=:
  1014. for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
  1015. if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
  1016. then
  1017. break
  1018. fi
  1019. prev="$cmd"
  1020. done
  1021. if test "$prev" != 'sed 50q "[$]0"'; then
  1022. echo_test_string=`eval $prev`
  1023. export echo_test_string
  1024. exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
  1025. else
  1026. # Oops. We lost completely, so just stick with echo.
  1027. ECHO=echo
  1028. fi
  1029. fi
  1030. fi
  1031. fi
  1032. fi
  1033. fi
  1034. # Copy echo and quote the copy suitably for passing to libtool from
  1035. # the Makefile, instead of quoting the original, which is used later.
  1036. lt_ECHO=$ECHO
  1037. if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
  1038. lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
  1039. fi
  1040. AC_SUBST(lt_ECHO)
  1041. ])
  1042. _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
  1043. _LT_DECL([], [ECHO], [1],
  1044. [An echo program that does not interpret backslashes])
  1045. ])# _LT_PROG_ECHO_BACKSLASH
  1046. # _LT_ENABLE_LOCK
  1047. # ---------------
  1048. m4_defun([_LT_ENABLE_LOCK],
  1049. [AC_ARG_ENABLE([libtool-lock],
  1050. [AS_HELP_STRING([--disable-libtool-lock],
  1051. [avoid locking (might break parallel builds)])])
  1052. test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
  1053. # Some flags need to be propagated to the compiler or linker for good
  1054. # libtool support.
  1055. case $host in
  1056. ia64-*-hpux*)
  1057. # Find out which ABI we are using.
  1058. echo 'int i;' > conftest.$ac_ext
  1059. if AC_TRY_EVAL(ac_compile); then
  1060. case `/usr/bin/file conftest.$ac_objext` in
  1061. *ELF-32*)
  1062. HPUX_IA64_MODE="32"
  1063. ;;
  1064. *ELF-64*)
  1065. HPUX_IA64_MODE="64"
  1066. ;;
  1067. esac
  1068. fi
  1069. rm -rf conftest*
  1070. ;;
  1071. *-*-irix6*)
  1072. # Find out which ABI we are using.
  1073. echo '[#]line __oline__ "configure"' > conftest.$ac_ext
  1074. if AC_TRY_EVAL(ac_compile); then
  1075. if test "$lt_cv_prog_gnu_ld" = yes; then
  1076. case `/usr/bin/file conftest.$ac_objext` in
  1077. *32-bit*)
  1078. LD="${LD-ld} -melf32bsmip"
  1079. ;;
  1080. *N32*)
  1081. LD="${LD-ld} -melf32bmipn32"
  1082. ;;
  1083. *64-bit*)
  1084. LD="${LD-ld} -melf64bmip"
  1085. ;;
  1086. esac
  1087. else
  1088. case `/usr/bin/file conftest.$ac_objext` in
  1089. *32-bit*)
  1090. LD="${LD-ld} -32"
  1091. ;;
  1092. *N32*)
  1093. LD="${LD-ld} -n32"
  1094. ;;
  1095. *64-bit*)
  1096. LD="${LD-ld} -64"
  1097. ;;
  1098. esac
  1099. fi
  1100. fi
  1101. rm -rf conftest*
  1102. ;;
  1103. x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
  1104. s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
  1105. # Find out which ABI we are using.
  1106. echo 'int i;' > conftest.$ac_ext
  1107. if AC_TRY_EVAL(ac_compile); then
  1108. case `/usr/bin/file conftest.o` in
  1109. *32-bit*)
  1110. case $host in
  1111. x86_64-*kfreebsd*-gnu)
  1112. LD="${LD-ld} -m elf_i386_fbsd"
  1113. ;;
  1114. x86_64-*linux*)
  1115. LD="${LD-ld} -m elf_i386"
  1116. ;;
  1117. ppc64-*linux*|powerpc64-*linux*)
  1118. LD="${LD-ld} -m elf32ppclinux"
  1119. ;;
  1120. s390x-*linux*)
  1121. LD="${LD-ld} -m elf_s390"
  1122. ;;
  1123. sparc64-*linux*)
  1124. LD="${LD-ld} -m elf32_sparc"
  1125. ;;
  1126. esac
  1127. ;;
  1128. *64-bit*)
  1129. case $host in
  1130. x86_64-*kfreebsd*-gnu)
  1131. LD="${LD-ld} -m elf_x86_64_fbsd"
  1132. ;;
  1133. x86_64-*linux*)
  1134. LD="${LD-ld} -m elf_x86_64"
  1135. ;;
  1136. ppc*-*linux*|powerpc*-*linux*)
  1137. LD="${LD-ld} -m elf64ppc"
  1138. ;;
  1139. s390*-*linux*|s390*-*tpf*)
  1140. LD="${LD-ld} -m elf64_s390"
  1141. ;;
  1142. sparc*-*linux*)
  1143. LD="${LD-ld} -m elf64_sparc"
  1144. ;;
  1145. esac
  1146. ;;
  1147. esac
  1148. fi
  1149. rm -rf conftest*
  1150. ;;
  1151. *-*-sco3.2v5*)
  1152. # On SCO OpenServer 5, we need -belf to get full-featured binaries.
  1153. SAVE_CFLAGS="$CFLAGS"
  1154. CFLAGS="$CFLAGS -belf"
  1155. AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
  1156. [AC_LANG_PUSH(C)
  1157. AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
  1158. AC_LANG_POP])
  1159. if test x"$lt_cv_cc_needs_belf" != x"yes"; then
  1160. # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
  1161. CFLAGS="$SAVE_CFLAGS"
  1162. fi
  1163. ;;
  1164. sparc*-*solaris*)
  1165. # Find out which ABI we are using.
  1166. echo 'int i;' > conftest.$ac_ext
  1167. if AC_TRY_EVAL(ac_compile); then
  1168. case `/usr/bin/file conftest.o` in
  1169. *64-bit*)
  1170. case $lt_cv_prog_gnu_ld in
  1171. yes*) LD="${LD-ld} -m elf64_sparc" ;;
  1172. *)
  1173. if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
  1174. LD="${LD-ld} -64"
  1175. fi
  1176. ;;
  1177. esac
  1178. ;;
  1179. esac
  1180. fi
  1181. rm -rf conftest*
  1182. ;;
  1183. esac
  1184. need_locks="$enable_libtool_lock"
  1185. ])# _LT_ENABLE_LOCK
  1186. # _LT_CMD_OLD_ARCHIVE
  1187. # -------------------
  1188. m4_defun([_LT_CMD_OLD_ARCHIVE],
  1189. [AC_CHECK_TOOL(AR, ar, false)
  1190. test -z "$AR" && AR=ar
  1191. test -z "$AR_FLAGS" && AR_FLAGS=cru
  1192. _LT_DECL([], [AR], [1], [The archiver])
  1193. _LT_DECL([], [AR_FLAGS], [1])
  1194. AC_CHECK_TOOL(STRIP, strip, :)
  1195. test -z "$STRIP" && STRIP=:
  1196. _LT_DECL([], [STRIP], [1], [A symbol stripping program])
  1197. AC_CHECK_TOOL(RANLIB, ranlib, :)
  1198. test -z "$RANLIB" && RANLIB=:
  1199. _LT_DECL([], [RANLIB], [1],
  1200. [Commands used to install an old-style archive])
  1201. # Determine commands to create old-style static archives.
  1202. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
  1203. old_postinstall_cmds='chmod 644 $oldlib'
  1204. old_postuninstall_cmds=
  1205. if test -n "$RANLIB"; then
  1206. case $host_os in
  1207. openbsd*)
  1208. old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
  1209. ;;
  1210. *)
  1211. old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
  1212. ;;
  1213. esac
  1214. old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
  1215. fi
  1216. _LT_DECL([], [old_postinstall_cmds], [2])
  1217. _LT_DECL([], [old_postuninstall_cmds], [2])
  1218. _LT_TAGDECL([], [old_archive_cmds], [2],
  1219. [Commands used to build an old-style archive])
  1220. ])# _LT_CMD_OLD_ARCHIVE
  1221. # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
  1222. # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
  1223. # ----------------------------------------------------------------
  1224. # Check whether the given compiler option works
  1225. AC_DEFUN([_LT_COMPILER_OPTION],
  1226. [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  1227. m4_require([_LT_DECL_SED])dnl
  1228. AC_CACHE_CHECK([$1], [$2],
  1229. [$2=no
  1230. m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
  1231. echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  1232. lt_compiler_flag="$3"
  1233. # Insert the option either (1) after the last *FLAGS variable, or
  1234. # (2) before a word containing "conftest.", or (3) at the end.
  1235. # Note that $ac_compile itself does not contain backslashes and begins
  1236. # with a dollar sign (not a hyphen), so the echo should work correctly.
  1237. # The option is referenced via a variable to avoid confusing sed.
  1238. lt_compile=`echo "$ac_compile" | $SED \
  1239. -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
  1240. -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
  1241. -e 's:$: $lt_compiler_flag:'`
  1242. (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
  1243. (eval "$lt_compile" 2>conftest.err)
  1244. ac_status=$?
  1245. cat conftest.err >&AS_MESSAGE_LOG_FD
  1246. echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
  1247. if (exit $ac_status) && test -s "$ac_outfile"; then
  1248. # The compiler can only warn and ignore the option if not recognized
  1249. # So say no if there are warnings other than the usual output.
  1250. $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
  1251. $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
  1252. if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
  1253. $2=yes
  1254. fi
  1255. fi
  1256. $RM conftest*
  1257. ])
  1258. if test x"[$]$2" = xyes; then
  1259. m4_if([$5], , :, [$5])
  1260. else
  1261. m4_if([$6], , :, [$6])
  1262. fi
  1263. ])# _LT_COMPILER_OPTION
  1264. # Old name:
  1265. AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
  1266. dnl aclocal-1.4 backwards compatibility:
  1267. dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
  1268. # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
  1269. # [ACTION-SUCCESS], [ACTION-FAILURE])
  1270. # ----------------------------------------------------
  1271. # Check whether the given linker option works
  1272. AC_DEFUN([_LT_LINKER_OPTION],
  1273. [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  1274. m4_require([_LT_DECL_SED])dnl
  1275. AC_CACHE_CHECK([$1], [$2],
  1276. [$2=no
  1277. save_LDFLAGS="$LDFLAGS"
  1278. LDFLAGS="$LDFLAGS $3"
  1279. echo "$lt_simple_link_test_code" > conftest.$ac_ext
  1280. if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
  1281. # The linker can only warn and ignore the option if not recognized
  1282. # So say no if there are warnings
  1283. if test -s conftest.err; then
  1284. # Append any errors to the config.log.
  1285. cat conftest.err 1>&AS_MESSAGE_LOG_FD
  1286. $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
  1287. $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
  1288. if diff conftest.exp conftest.er2 >/dev/null; then
  1289. $2=yes
  1290. fi
  1291. else
  1292. $2=yes
  1293. fi
  1294. fi
  1295. $RM -r conftest*
  1296. LDFLAGS="$save_LDFLAGS"
  1297. ])
  1298. if test x"[$]$2" = xyes; then
  1299. m4_if([$4], , :, [$4])
  1300. else
  1301. m4_if([$5], , :, [$5])
  1302. fi
  1303. ])# _LT_LINKER_OPTION
  1304. # Old name:
  1305. AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
  1306. dnl aclocal-1.4 backwards compatibility:
  1307. dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
  1308. # LT_CMD_MAX_LEN
  1309. #---------------
  1310. AC_DEFUN([LT_CMD_MAX_LEN],
  1311. [AC_REQUIRE([AC_CANONICAL_HOST])dnl
  1312. # find the maximum length of command line arguments
  1313. AC_MSG_CHECKING([the maximum length of command line arguments])
  1314. AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
  1315. i=0
  1316. teststring="ABCD"
  1317. case $build_os in
  1318. msdosdjgpp*)
  1319. # On DJGPP, this test can blow up pretty badly due to problems in libc
  1320. # (any single argument exceeding 2000 bytes causes a buffer overrun
  1321. # during glob expansion). Even if it were fixed, the result of this
  1322. # check would be larger than it should be.
  1323. lt_cv_sys_max_cmd_len=12288; # 12K is about right
  1324. ;;
  1325. gnu*)
  1326. # Under GNU Hurd, this test is not required because there is
  1327. # no limit to the length of command line arguments.
  1328. # Libtool will interpret -1 as no limit whatsoever
  1329. lt_cv_sys_max_cmd_len=-1;
  1330. ;;
  1331. cygwin* | mingw* | cegcc*)
  1332. # On Win9x/ME, this test blows up -- it succeeds, but takes
  1333. # about 5 minutes as the teststring grows exponentially.
  1334. # Worse, since 9x/ME are not pre-emptively multitasking,
  1335. # you end up with a "frozen" computer, even though with patience
  1336. # the test eventually succeeds (with a max line length of 256k).
  1337. # Instead, let's just punt: use the minimum linelength reported by
  1338. # all of the supported platforms: 8192 (on NT/2K/XP).
  1339. lt_cv_sys_max_cmd_len=8192;
  1340. ;;
  1341. amigaos*)
  1342. # On AmigaOS with pdksh, this test takes hours, literally.
  1343. # So we just punt and use a minimum line length of 8192.
  1344. lt_cv_sys_max_cmd_len=8192;
  1345. ;;
  1346. netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
  1347. # This has been around since 386BSD, at least. Likely further.
  1348. if test -x /sbin/sysctl; then
  1349. lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
  1350. elif test -x /usr/sbin/sysctl; then
  1351. lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
  1352. else
  1353. lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
  1354. fi
  1355. # And add a safety zone
  1356. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
  1357. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
  1358. ;;
  1359. interix*)
  1360. # We know the value 262144 and hardcode it with a safety zone (like BSD)
  1361. lt_cv_sys_max_cmd_len=196608
  1362. ;;
  1363. osf*)
  1364. # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
  1365. # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
  1366. # nice to cause kernel panics so lets avoid the loop below.
  1367. # First set a reasonable default.
  1368. lt_cv_sys_max_cmd_len=16384
  1369. #
  1370. if test -x /sbin/sysconfig; then
  1371. case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
  1372. *1*) lt_cv_sys_max_cmd_len=-1 ;;
  1373. esac
  1374. fi
  1375. ;;
  1376. sco3.2v5*)
  1377. lt_cv_sys_max_cmd_len=102400
  1378. ;;
  1379. sysv5* | sco5v6* | sysv4.2uw2*)
  1380. kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
  1381. if test -n "$kargmax"; then
  1382. lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
  1383. else
  1384. lt_cv_sys_max_cmd_len=32768
  1385. fi
  1386. ;;
  1387. *)
  1388. lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
  1389. if test -n "$lt_cv_sys_max_cmd_len"; then
  1390. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
  1391. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
  1392. else
  1393. # Make teststring a little bigger before we do anything with it.
  1394. # a 1K string should be a reasonable start.
  1395. for i in 1 2 3 4 5 6 7 8 ; do
  1396. teststring=$teststring$teststring
  1397. done
  1398. SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
  1399. # If test is not a shell built-in, we'll probably end up computing a
  1400. # maximum length that is only half of the actual maximum length, but
  1401. # we can't tell.
  1402. while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
  1403. = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
  1404. test $i != 17 # 1/2 MB should be enough
  1405. do
  1406. i=`expr $i + 1`
  1407. teststring=$teststring$teststring
  1408. done
  1409. # Only check the string length outside the loop.
  1410. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
  1411. teststring=
  1412. # Add a significant safety factor because C++ compilers can tack on
  1413. # massive amounts of additional arguments before passing them to the
  1414. # linker. It appears as though 1/2 is a usable value.
  1415. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
  1416. fi
  1417. ;;
  1418. esac
  1419. ])
  1420. if test -n $lt_cv_sys_max_cmd_len ; then
  1421. AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
  1422. else
  1423. AC_MSG_RESULT(none)
  1424. fi
  1425. max_cmd_len=$lt_cv_sys_max_cmd_len
  1426. _LT_DECL([], [max_cmd_len], [0],
  1427. [What is the maximum length of a command?])
  1428. ])# LT_CMD_MAX_LEN
  1429. # Old name:
  1430. AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
  1431. dnl aclocal-1.4 backwards compatibility:
  1432. dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
  1433. # _LT_HEADER_DLFCN
  1434. # ----------------
  1435. m4_defun([_LT_HEADER_DLFCN],
  1436. [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
  1437. ])# _LT_HEADER_DLFCN
  1438. # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
  1439. # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
  1440. # ----------------------------------------------------------------
  1441. m4_defun([_LT_TRY_DLOPEN_SELF],
  1442. [m4_require([_LT_HEADER_DLFCN])dnl
  1443. if test "$cross_compiling" = yes; then :
  1444. [$4]
  1445. else
  1446. lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  1447. lt_status=$lt_dlunknown
  1448. cat > conftest.$ac_ext <<_LT_EOF
  1449. [#line __oline__ "configure"
  1450. #include "confdefs.h"
  1451. #if HAVE_DLFCN_H
  1452. #include <dlfcn.h>
  1453. #endif
  1454. #include <stdio.h>
  1455. #ifdef RTLD_GLOBAL
  1456. # define LT_DLGLOBAL RTLD_GLOBAL
  1457. #else
  1458. # ifdef DL_GLOBAL
  1459. # define LT_DLGLOBAL DL_GLOBAL
  1460. # else
  1461. # define LT_DLGLOBAL 0
  1462. # endif
  1463. #endif
  1464. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  1465. find out it does not work in some platform. */
  1466. #ifndef LT_DLLAZY_OR_NOW
  1467. # ifdef RTLD_LAZY
  1468. # define LT_DLLAZY_OR_NOW RTLD_LAZY
  1469. # else
  1470. # ifdef DL_LAZY
  1471. # define LT_DLLAZY_OR_NOW DL_LAZY
  1472. # else
  1473. # ifdef RTLD_NOW
  1474. # define LT_DLLAZY_OR_NOW RTLD_NOW
  1475. # else
  1476. # ifdef DL_NOW
  1477. # define LT_DLLAZY_OR_NOW DL_NOW
  1478. # else
  1479. # define LT_DLLAZY_OR_NOW 0
  1480. # endif
  1481. # endif
  1482. # endif
  1483. # endif
  1484. #endif
  1485. void fnord() { int i=42;}
  1486. int main ()
  1487. {
  1488. void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  1489. int status = $lt_dlunknown;
  1490. if (self)
  1491. {
  1492. if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
  1493. else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  1494. /* dlclose (self); */
  1495. }
  1496. else
  1497. puts (dlerror ());
  1498. return status;
  1499. }]
  1500. _LT_EOF
  1501. if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
  1502. (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
  1503. lt_status=$?
  1504. case x$lt_status in
  1505. x$lt_dlno_uscore) $1 ;;
  1506. x$lt_dlneed_uscore) $2 ;;
  1507. x$lt_dlunknown|x*) $3 ;;
  1508. esac
  1509. else :
  1510. # compilation failed
  1511. $3
  1512. fi
  1513. fi
  1514. rm -fr conftest*
  1515. ])# _LT_TRY_DLOPEN_SELF
  1516. # LT_SYS_DLOPEN_SELF
  1517. # ------------------
  1518. AC_DEFUN([LT_SYS_DLOPEN_SELF],
  1519. [m4_require([_LT_HEADER_DLFCN])dnl
  1520. if test "x$enable_dlopen" != xyes; then
  1521. enable_dlopen=unknown
  1522. enable_dlopen_self=unknown
  1523. enable_dlopen_self_static=unknown
  1524. else
  1525. lt_cv_dlopen=no
  1526. lt_cv_dlopen_libs=
  1527. case $host_os in
  1528. beos*)
  1529. lt_cv_dlopen="load_add_on"
  1530. lt_cv_dlopen_libs=
  1531. lt_cv_dlopen_self=yes
  1532. ;;
  1533. mingw* | pw32* | cegcc*)
  1534. lt_cv_dlopen="LoadLibrary"
  1535. lt_cv_dlopen_libs=
  1536. ;;
  1537. cygwin*)
  1538. lt_cv_dlopen="dlopen"
  1539. lt_cv_dlopen_libs=
  1540. ;;
  1541. darwin*)
  1542. # if libdl is installed we need to link against it
  1543. AC_CHECK_LIB([dl], [dlopen],
  1544. [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
  1545. lt_cv_dlopen="dyld"
  1546. lt_cv_dlopen_libs=
  1547. lt_cv_dlopen_self=yes
  1548. ])
  1549. ;;
  1550. *)
  1551. AC_CHECK_FUNC([shl_load],
  1552. [lt_cv_dlopen="shl_load"],
  1553. [AC_CHECK_LIB([dld], [shl_load],
  1554. [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
  1555. [AC_CHECK_FUNC([dlopen],
  1556. [lt_cv_dlopen="dlopen"],
  1557. [AC_CHECK_LIB([dl], [dlopen],
  1558. [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
  1559. [AC_CHECK_LIB([svld], [dlopen],
  1560. [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
  1561. [AC_CHECK_LIB([dld], [dld_link],
  1562. [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
  1563. ])
  1564. ])
  1565. ])
  1566. ])
  1567. ])
  1568. ;;
  1569. esac
  1570. if test "x$lt_cv_dlopen" != xno; then
  1571. enable_dlopen=yes
  1572. else
  1573. enable_dlopen=no
  1574. fi
  1575. case $lt_cv_dlopen in
  1576. dlopen)
  1577. save_CPPFLAGS="$CPPFLAGS"
  1578. test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
  1579. save_LDFLAGS="$LDFLAGS"
  1580. wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
  1581. save_LIBS="$LIBS"
  1582. LIBS="$lt_cv_dlopen_libs $LIBS"
  1583. AC_CACHE_CHECK([whether a program can dlopen itself],
  1584. lt_cv_dlopen_self, [dnl
  1585. _LT_TRY_DLOPEN_SELF(
  1586. lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
  1587. lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
  1588. ])
  1589. if test "x$lt_cv_dlopen_self" = xyes; then
  1590. wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
  1591. AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
  1592. lt_cv_dlopen_self_static, [dnl
  1593. _LT_TRY_DLOPEN_SELF(
  1594. lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
  1595. lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
  1596. ])
  1597. fi
  1598. CPPFLAGS="$save_CPPFLAGS"
  1599. LDFLAGS="$save_LDFLAGS"
  1600. LIBS="$save_LIBS"
  1601. ;;
  1602. esac
  1603. case $lt_cv_dlopen_self in
  1604. yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
  1605. *) enable_dlopen_self=unknown ;;
  1606. esac
  1607. case $lt_cv_dlopen_self_static in
  1608. yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
  1609. *) enable_dlopen_self_static=unknown ;;
  1610. esac
  1611. fi
  1612. _LT_DECL([dlopen_support], [enable_dlopen], [0],
  1613. [Whether dlopen is supported])
  1614. _LT_DECL([dlopen_self], [enable_dlopen_self], [0],
  1615. [Whether dlopen of programs is supported])
  1616. _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
  1617. [Whether dlopen of statically linked programs is supported])
  1618. ])# LT_SYS_DLOPEN_SELF
  1619. # Old name:
  1620. AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
  1621. dnl aclocal-1.4 backwards compatibility:
  1622. dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
  1623. # _LT_COMPILER_C_O([TAGNAME])
  1624. # ---------------------------
  1625. # Check to see if options -c and -o are simultaneously supported by compiler.
  1626. # This macro does not hard code the compiler like AC_PROG_CC_C_O.
  1627. m4_defun([_LT_COMPILER_C_O],
  1628. [m4_require([_LT_DECL_SED])dnl
  1629. m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  1630. m4_require([_LT_TAG_COMPILER])dnl
  1631. AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
  1632. [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
  1633. [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
  1634. $RM -r conftest 2>/dev/null
  1635. mkdir conftest
  1636. cd conftest
  1637. mkdir out
  1638. echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  1639. lt_compiler_flag="-o out/conftest2.$ac_objext"
  1640. # Insert the option either (1) after the last *FLAGS variable, or
  1641. # (2) before a word containing "conftest.", or (3) at the end.
  1642. # Note that $ac_compile itself does not contain backslashes and begins
  1643. # with a dollar sign (not a hyphen), so the echo should work correctly.
  1644. lt_compile=`echo "$ac_compile" | $SED \
  1645. -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
  1646. -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
  1647. -e 's:$: $lt_compiler_flag:'`
  1648. (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
  1649. (eval "$lt_compile" 2>out/conftest.err)
  1650. ac_status=$?
  1651. cat out/conftest.err >&AS_MESSAGE_LOG_FD
  1652. echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
  1653. if (exit $ac_status) && test -s out/conftest2.$ac_objext
  1654. then
  1655. # The compiler can only warn and ignore the option if not recognized
  1656. # So say no if there are warnings
  1657. $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
  1658. $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
  1659. if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
  1660. _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
  1661. fi
  1662. fi
  1663. chmod u+w . 2>&AS_MESSAGE_LOG_FD
  1664. $RM conftest*
  1665. # SGI C++ compiler will create directory out/ii_files/ for
  1666. # template instantiation
  1667. test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
  1668. $RM out/* && rmdir out
  1669. cd ..
  1670. $RM -r conftest
  1671. $RM conftest*
  1672. ])
  1673. _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
  1674. [Does compiler simultaneously support -c and -o options?])
  1675. ])# _LT_COMPILER_C_O
  1676. # _LT_COMPILER_FILE_LOCKS([TAGNAME])
  1677. # ----------------------------------
  1678. # Check to see if we can do hard links to lock some files if needed
  1679. m4_defun([_LT_COMPILER_FILE_LOCKS],
  1680. [m4_require([_LT_ENABLE_LOCK])dnl
  1681. m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  1682. _LT_COMPILER_C_O([$1])
  1683. hard_links="nottested"
  1684. if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
  1685. # do not overwrite the value of need_locks provided by the user
  1686. AC_MSG_CHECKING([if we can lock with hard links])
  1687. hard_links=yes
  1688. $RM conftest*
  1689. ln conftest.a conftest.b 2>/dev/null && hard_links=no
  1690. touch conftest.a
  1691. ln conftest.a conftest.b 2>&5 || hard_links=no
  1692. ln conftest.a conftest.b 2>/dev/null && hard_links=no
  1693. AC_MSG_RESULT([$hard_links])
  1694. if test "$hard_links" = no; then
  1695. AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
  1696. need_locks=warn
  1697. fi
  1698. else
  1699. need_locks=no
  1700. fi
  1701. _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
  1702. ])# _LT_COMPILER_FILE_LOCKS
  1703. # _LT_CHECK_OBJDIR
  1704. # ----------------
  1705. m4_defun([_LT_CHECK_OBJDIR],
  1706. [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
  1707. [rm -f .libs 2>/dev/null
  1708. mkdir .libs 2>/dev/null
  1709. if test -d .libs; then
  1710. lt_cv_objdir=.libs
  1711. else
  1712. # MS-DOS does not allow filenames that begin with a dot.
  1713. lt_cv_objdir=_libs
  1714. fi
  1715. rmdir .libs 2>/dev/null])
  1716. objdir=$lt_cv_objdir
  1717. _LT_DECL([], [objdir], [0],
  1718. [The name of the directory that contains temporary libtool files])dnl
  1719. m4_pattern_allow([LT_OBJDIR])dnl
  1720. AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/",
  1721. [Define to the sub-directory in which libtool stores uninstalled libraries.])
  1722. ])# _LT_CHECK_OBJDIR
  1723. # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
  1724. # --------------------------------------
  1725. # Check hardcoding attributes.
  1726. m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
  1727. [AC_MSG_CHECKING([how to hardcode library paths into programs])
  1728. _LT_TAGVAR(hardcode_action, $1)=
  1729. if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
  1730. test -n "$_LT_TAGVAR(runpath_var, $1)" ||
  1731. test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
  1732. # We can hardcode non-existent directories.
  1733. if test "$_LT_TAGVAR(hardcode_direct, $1)" != no &&
  1734. # If the only mechanism to avoid hardcoding is shlibpath_var, we
  1735. # have to relink, otherwise we might link with an installed library
  1736. # when we should be linking with a yet-to-be-installed one
  1737. ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
  1738. test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then
  1739. # Linking always hardcodes the temporary library directory.
  1740. _LT_TAGVAR(hardcode_action, $1)=relink
  1741. else
  1742. # We can link without hardcoding, and we can hardcode nonexisting dirs.
  1743. _LT_TAGVAR(hardcode_action, $1)=immediate
  1744. fi
  1745. else
  1746. # We cannot hardcode anything, or else we can only hardcode existing
  1747. # directories.
  1748. _LT_TAGVAR(hardcode_action, $1)=unsupported
  1749. fi
  1750. AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
  1751. if test "$_LT_TAGVAR(hardcode_action, $1)" = relink ||
  1752. test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then
  1753. # Fast installation is not supported
  1754. enable_fast_install=no
  1755. elif test "$shlibpath_overrides_runpath" = yes ||
  1756. test "$enable_shared" = no; then
  1757. # Fast installation is not necessary
  1758. enable_fast_install=needless
  1759. fi
  1760. _LT_TAGDECL([], [hardcode_action], [0],
  1761. [How to hardcode a shared library path into an executable])
  1762. ])# _LT_LINKER_HARDCODE_LIBPATH
  1763. # _LT_CMD_STRIPLIB
  1764. # ----------------
  1765. m4_defun([_LT_CMD_STRIPLIB],
  1766. [m4_require([_LT_DECL_EGREP])
  1767. striplib=
  1768. old_striplib=
  1769. AC_MSG_CHECKING([whether stripping libraries is possible])
  1770. if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
  1771. test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
  1772. test -z "$striplib" && striplib="$STRIP --strip-unneeded"
  1773. AC_MSG_RESULT([yes])
  1774. else
  1775. # FIXME - insert some real tests, host_os isn't really good enough
  1776. case $host_os in
  1777. darwin*)
  1778. if test -n "$STRIP" ; then
  1779. striplib="$STRIP -x"
  1780. old_striplib="$STRIP -S"
  1781. AC_MSG_RESULT([yes])
  1782. else
  1783. AC_MSG_RESULT([no])
  1784. fi
  1785. ;;
  1786. *)
  1787. AC_MSG_RESULT([no])
  1788. ;;
  1789. esac
  1790. fi
  1791. _LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
  1792. _LT_DECL([], [striplib], [1])
  1793. ])# _LT_CMD_STRIPLIB
  1794. # _LT_SYS_DYNAMIC_LINKER([TAG])
  1795. # -----------------------------
  1796. # PORTME Fill in your ld.so characteristics
  1797. m4_defun([_LT_SYS_DYNAMIC_LINKER],
  1798. [AC_REQUIRE([AC_CANONICAL_HOST])dnl
  1799. m4_require([_LT_DECL_EGREP])dnl
  1800. m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  1801. m4_require([_LT_DECL_OBJDUMP])dnl
  1802. m4_require([_LT_DECL_SED])dnl
  1803. AC_MSG_CHECKING([dynamic linker characteristics])
  1804. m4_if([$1],
  1805. [], [
  1806. if test "$GCC" = yes; then
  1807. case $host_os in
  1808. darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
  1809. *) lt_awk_arg="/^libraries:/" ;;
  1810. esac
  1811. lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  1812. if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
  1813. # if the path contains ";" then we assume it to be the separator
  1814. # otherwise default to the standard path separator (i.e. ":") - it is
  1815. # assumed that no part of a normal pathname contains ";" but that should
  1816. # okay in the real world where ";" in dirpaths is itself problematic.
  1817. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
  1818. else
  1819. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
  1820. fi
  1821. # Ok, now we have the path, separated by spaces, we can step through it
  1822. # and add multilib dir if necessary.
  1823. lt_tmp_lt_search_path_spec=
  1824. lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
  1825. for lt_sys_path in $lt_search_path_spec; do
  1826. if test -d "$lt_sys_path/$lt_multi_os_dir"; then
  1827. lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
  1828. else
  1829. test -d "$lt_sys_path" && \
  1830. lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
  1831. fi
  1832. done
  1833. lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
  1834. BEGIN {RS=" "; FS="/|\n";} {
  1835. lt_foo="";
  1836. lt_count=0;
  1837. for (lt_i = NF; lt_i > 0; lt_i--) {
  1838. if ($lt_i != "" && $lt_i != ".") {
  1839. if ($lt_i == "..") {
  1840. lt_count++;
  1841. } else {
  1842. if (lt_count == 0) {
  1843. lt_foo="/" $lt_i lt_foo;
  1844. } else {
  1845. lt_count--;
  1846. }
  1847. }
  1848. }
  1849. }
  1850. if (lt_foo != "") { lt_freq[[lt_foo]]++; }
  1851. if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
  1852. }'`
  1853. sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
  1854. else
  1855. sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
  1856. fi])
  1857. library_names_spec=
  1858. libname_spec='lib$name'
  1859. soname_spec=
  1860. shrext_cmds=".so"
  1861. postinstall_cmds=
  1862. postuninstall_cmds=
  1863. finish_cmds=
  1864. finish_eval=
  1865. shlibpath_var=
  1866. shlibpath_overrides_runpath=unknown
  1867. version_type=none
  1868. dynamic_linker="$host_os ld.so"
  1869. sys_lib_dlsearch_path_spec="/lib /usr/lib"
  1870. need_lib_prefix=unknown
  1871. hardcode_into_libs=no
  1872. # when you set need_version to no, make sure it does not cause -set_version
  1873. # flags to be left without arguments
  1874. need_version=unknown
  1875. case $host_os in
  1876. aix3*)
  1877. version_type=linux
  1878. library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
  1879. shlibpath_var=LIBPATH
  1880. # AIX 3 has no versioning support, so we append a major version to the name.
  1881. soname_spec='${libname}${release}${shared_ext}$major'
  1882. ;;
  1883. aix[[4-9]]*)
  1884. version_type=linux
  1885. need_lib_prefix=no
  1886. need_version=no
  1887. hardcode_into_libs=yes
  1888. if test "$host_cpu" = ia64; then
  1889. # AIX 5 supports IA64
  1890. library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
  1891. shlibpath_var=LD_LIBRARY_PATH
  1892. else
  1893. # With GCC up to 2.95.x, collect2 would create an import file
  1894. # for dependence libraries. The import file would start with
  1895. # the line `#! .'. This would cause the generated library to
  1896. # depend on `.', always an invalid library. This was fixed in
  1897. # development snapshots of GCC prior to 3.0.
  1898. case $host_os in
  1899. aix4 | aix4.[[01]] | aix4.[[01]].*)
  1900. if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
  1901. echo ' yes '
  1902. echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
  1903. :
  1904. else
  1905. can_build_shared=no
  1906. fi
  1907. ;;
  1908. esac
  1909. # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
  1910. # soname into executable. Probably we can add versioning support to
  1911. # collect2, so additional links can be useful in future.
  1912. if test "$aix_use_runtimelinking" = yes; then
  1913. # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  1914. # instead of lib<name>.a to let people know that these are not
  1915. # typical AIX shared libraries.
  1916. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1917. else
  1918. # We preserve .a as extension for shared libraries through AIX4.2
  1919. # and later when we are not doing run time linking.
  1920. library_names_spec='${libname}${release}.a $libname.a'
  1921. soname_spec='${libname}${release}${shared_ext}$major'
  1922. fi
  1923. shlibpath_var=LIBPATH
  1924. fi
  1925. ;;
  1926. amigaos*)
  1927. case $host_cpu in
  1928. powerpc)
  1929. # Since July 2007 AmigaOS4 officially supports .so libraries.
  1930. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
  1931. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1932. ;;
  1933. m68k)
  1934. library_names_spec='$libname.ixlibrary $libname.a'
  1935. # Create ${libname}_ixlibrary.a entries in /sys/libs.
  1936. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
  1937. ;;
  1938. esac
  1939. ;;
  1940. beos*)
  1941. library_names_spec='${libname}${shared_ext}'
  1942. dynamic_linker="$host_os ld.so"
  1943. shlibpath_var=LIBRARY_PATH
  1944. ;;
  1945. bsdi[[45]]*)
  1946. version_type=linux
  1947. need_version=no
  1948. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1949. soname_spec='${libname}${release}${shared_ext}$major'
  1950. finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
  1951. shlibpath_var=LD_LIBRARY_PATH
  1952. sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
  1953. sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
  1954. # the default ld.so.conf also contains /usr/contrib/lib and
  1955. # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
  1956. # libtool to hard-code these into programs
  1957. ;;
  1958. cygwin* | mingw* | pw32* | cegcc*)
  1959. version_type=windows
  1960. shrext_cmds=".dll"
  1961. need_version=no
  1962. need_lib_prefix=no
  1963. case $GCC,$host_os in
  1964. yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
  1965. library_names_spec='$libname.dll.a'
  1966. # DLL is installed to $(libdir)/../bin by postinstall_cmds
  1967. postinstall_cmds='base_file=`basename \${file}`~
  1968. dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
  1969. dldir=$destdir/`dirname \$dlpath`~
  1970. test -d \$dldir || mkdir -p \$dldir~
  1971. $install_prog $dir/$dlname \$dldir/$dlname~
  1972. chmod a+x \$dldir/$dlname~
  1973. if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
  1974. eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
  1975. fi'
  1976. postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
  1977. dlpath=$dir/\$dldll~
  1978. $RM \$dlpath'
  1979. shlibpath_overrides_runpath=yes
  1980. case $host_os in
  1981. cygwin*)
  1982. # Cygwin DLLs use 'cyg' prefix rather than 'lib'
  1983. soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
  1984. sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
  1985. ;;
  1986. mingw* | cegcc*)
  1987. # MinGW DLLs use traditional 'lib' prefix
  1988. soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
  1989. sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  1990. if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
  1991. # It is most probably a Windows format PATH printed by
  1992. # mingw gcc, but we are running on Cygwin. Gcc prints its search
  1993. # path with ; separators, and with drive letters. We can handle the
  1994. # drive letters (cygwin fileutils understands them), so leave them,
  1995. # especially as we might pass files found there to a mingw objdump,
  1996. # which wouldn't understand a cygwinified path. Ahh.
  1997. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
  1998. else
  1999. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
  2000. fi
  2001. ;;
  2002. pw32*)
  2003. # pw32 DLLs use 'pw' prefix rather than 'lib'
  2004. library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
  2005. ;;
  2006. esac
  2007. ;;
  2008. *)
  2009. library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
  2010. ;;
  2011. esac
  2012. dynamic_linker='Win32 ld.exe'
  2013. # FIXME: first we should search . and the directory the executable is in
  2014. shlibpath_var=PATH
  2015. ;;
  2016. darwin* | rhapsody*)
  2017. dynamic_linker="$host_os dyld"
  2018. version_type=darwin
  2019. need_lib_prefix=no
  2020. need_version=no
  2021. library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
  2022. soname_spec='${libname}${release}${major}$shared_ext'
  2023. shlibpath_overrides_runpath=yes
  2024. shlibpath_var=DYLD_LIBRARY_PATH
  2025. shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
  2026. m4_if([$1], [],[
  2027. sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
  2028. sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
  2029. ;;
  2030. dgux*)
  2031. version_type=linux
  2032. need_lib_prefix=no
  2033. need_version=no
  2034. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
  2035. soname_spec='${libname}${release}${shared_ext}$major'
  2036. shlibpath_var=LD_LIBRARY_PATH
  2037. ;;
  2038. freebsd1*)
  2039. dynamic_linker=no
  2040. ;;
  2041. freebsd* | dragonfly*)
  2042. # DragonFly does not have aout. When/if they implement a new
  2043. # versioning mechanism, adjust this.
  2044. if test -x /usr/bin/objformat; then
  2045. objformat=`/usr/bin/objformat`
  2046. else
  2047. case $host_os in
  2048. freebsd[[123]]*) objformat=aout ;;
  2049. *) objformat=elf ;;
  2050. esac
  2051. fi
  2052. # Handle Gentoo/FreeBSD as it was Linux
  2053. case $host_vendor in
  2054. gentoo)
  2055. version_type=linux ;;
  2056. *)
  2057. version_type=freebsd-$objformat ;;
  2058. esac
  2059. case $version_type in
  2060. freebsd-elf*)
  2061. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
  2062. need_version=no
  2063. need_lib_prefix=no
  2064. ;;
  2065. freebsd-*)
  2066. library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
  2067. need_version=yes
  2068. ;;
  2069. linux)
  2070. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  2071. soname_spec='${libname}${release}${shared_ext}$major'
  2072. need_lib_prefix=no
  2073. need_version=no
  2074. ;;
  2075. esac
  2076. shlibpath_var=LD_LIBRARY_PATH
  2077. case $host_os in
  2078. freebsd2*)
  2079. shlibpath_overrides_runpath=yes
  2080. ;;
  2081. freebsd3.[[01]]* | freebsdelf3.[[01]]*)
  2082. shlibpath_overrides_runpath=yes
  2083. hardcode_into_libs=yes
  2084. ;;
  2085. freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
  2086. freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
  2087. shlibpath_overrides_runpath=no
  2088. hardcode_into_libs=yes
  2089. ;;
  2090. *) # from 4.6 on, and DragonFly
  2091. shlibpath_overrides_runpath=yes
  2092. hardcode_into_libs=yes
  2093. ;;
  2094. esac
  2095. ;;
  2096. gnu*)
  2097. version_type=linux
  2098. need_lib_prefix=no
  2099. need_version=no
  2100. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
  2101. soname_spec='${libname}${release}${shared_ext}$major'
  2102. shlibpath_var=LD_LIBRARY_PATH
  2103. hardcode_into_libs=yes
  2104. ;;
  2105. hpux9* | hpux10* | hpux11*)
  2106. # Give a soname corresponding to the major version so that dld.sl refuses to
  2107. # link against other versions.
  2108. version_type=sunos
  2109. need_lib_prefix=no
  2110. need_version=no
  2111. case $host_cpu in
  2112. ia64*)
  2113. shrext_cmds='.so'
  2114. hardcode_into_libs=yes
  2115. dynamic_linker="$host_os dld.so"
  2116. shlibpath_var=LD_LIBRARY_PATH
  2117. shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  2118. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2119. soname_spec='${libname}${release}${shared_ext}$major'
  2120. if test "X$HPUX_IA64_MODE" = X32; then
  2121. sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
  2122. else
  2123. sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
  2124. fi
  2125. sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  2126. ;;
  2127. hppa*64*)
  2128. shrext_cmds='.sl'
  2129. hardcode_into_libs=yes
  2130. dynamic_linker="$host_os dld.sl"
  2131. shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
  2132. shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  2133. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2134. soname_spec='${libname}${release}${shared_ext}$major'
  2135. sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
  2136. sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  2137. ;;
  2138. *)
  2139. shrext_cmds='.sl'
  2140. dynamic_linker="$host_os dld.sl"
  2141. shlibpath_var=SHLIB_PATH
  2142. shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
  2143. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2144. soname_spec='${libname}${release}${shared_ext}$major'
  2145. ;;
  2146. esac
  2147. # HP-UX runs *really* slowly unless shared libraries are mode 555.
  2148. postinstall_cmds='chmod 555 $lib'
  2149. ;;
  2150. interix[[3-9]]*)
  2151. version_type=linux
  2152. need_lib_prefix=no
  2153. need_version=no
  2154. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  2155. soname_spec='${libname}${release}${shared_ext}$major'
  2156. dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
  2157. shlibpath_var=LD_LIBRARY_PATH
  2158. shlibpath_overrides_runpath=no
  2159. hardcode_into_libs=yes
  2160. ;;
  2161. irix5* | irix6* | nonstopux*)
  2162. case $host_os in
  2163. nonstopux*) version_type=nonstopux ;;
  2164. *)
  2165. if test "$lt_cv_prog_gnu_ld" = yes; then
  2166. version_type=linux
  2167. else
  2168. version_type=irix
  2169. fi ;;
  2170. esac
  2171. need_lib_prefix=no
  2172. need_version=no
  2173. soname_spec='${libname}${release}${shared_ext}$major'
  2174. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
  2175. case $host_os in
  2176. irix5* | nonstopux*)
  2177. libsuff= shlibsuff=
  2178. ;;
  2179. *)
  2180. case $LD in # libtool.m4 will add one of these switches to LD
  2181. *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
  2182. libsuff= shlibsuff= libmagic=32-bit;;
  2183. *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
  2184. libsuff=32 shlibsuff=N32 libmagic=N32;;
  2185. *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
  2186. libsuff=64 shlibsuff=64 libmagic=64-bit;;
  2187. *) libsuff= shlibsuff= libmagic=never-match;;
  2188. esac
  2189. ;;
  2190. esac
  2191. shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
  2192. shlibpath_overrides_runpath=no
  2193. sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  2194. sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  2195. hardcode_into_libs=yes
  2196. ;;
  2197. # No shared lib support for Linux oldld, aout, or coff.
  2198. linux*oldld* | linux*aout* | linux*coff*)
  2199. dynamic_linker=no
  2200. ;;
  2201. # This must be Linux ELF.
  2202. linux* | k*bsd*-gnu)
  2203. version_type=linux
  2204. need_lib_prefix=no
  2205. need_version=no
  2206. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2207. soname_spec='${libname}${release}${shared_ext}$major'
  2208. finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
  2209. shlibpath_var=LD_LIBRARY_PATH
  2210. shlibpath_overrides_runpath=no
  2211. # Some binutils ld are patched to set DT_RUNPATH
  2212. save_LDFLAGS=$LDFLAGS
  2213. save_libdir=$libdir
  2214. eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
  2215. LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
  2216. AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
  2217. [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
  2218. [shlibpath_overrides_runpath=yes])])
  2219. LDFLAGS=$save_LDFLAGS
  2220. libdir=$save_libdir
  2221. # This implies no fast_install, which is unacceptable.
  2222. # Some rework will be needed to allow for fast_install
  2223. # before this can be enabled.
  2224. hardcode_into_libs=yes
  2225. # Append ld.so.conf contents to the search path
  2226. if test -f /etc/ld.so.conf; then
  2227. lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
  2228. sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
  2229. fi
  2230. # We used to test for /lib/ld.so.1 and disable shared libraries on
  2231. # powerpc, because MkLinux only supported shared libraries with the
  2232. # GNU dynamic linker. Since this was broken with cross compilers,
  2233. # most powerpc-linux boxes support dynamic linking these days and
  2234. # people can always --disable-shared, the test was removed, and we
  2235. # assume the GNU/Linux dynamic linker is in use.
  2236. dynamic_linker='GNU/Linux ld.so'
  2237. ;;
  2238. netbsd*)
  2239. version_type=sunos
  2240. need_lib_prefix=no
  2241. need_version=no
  2242. if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
  2243. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  2244. finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  2245. dynamic_linker='NetBSD (a.out) ld.so'
  2246. else
  2247. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  2248. soname_spec='${libname}${release}${shared_ext}$major'
  2249. dynamic_linker='NetBSD ld.elf_so'
  2250. fi
  2251. shlibpath_var=LD_LIBRARY_PATH
  2252. shlibpath_overrides_runpath=yes
  2253. hardcode_into_libs=yes
  2254. ;;
  2255. newsos6)
  2256. version_type=linux
  2257. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2258. shlibpath_var=LD_LIBRARY_PATH
  2259. shlibpath_overrides_runpath=yes
  2260. ;;
  2261. *nto* | *qnx*)
  2262. version_type=qnx
  2263. need_lib_prefix=no
  2264. need_version=no
  2265. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2266. soname_spec='${libname}${release}${shared_ext}$major'
  2267. shlibpath_var=LD_LIBRARY_PATH
  2268. shlibpath_overrides_runpath=no
  2269. hardcode_into_libs=yes
  2270. dynamic_linker='ldqnx.so'
  2271. ;;
  2272. openbsd*)
  2273. version_type=sunos
  2274. sys_lib_dlsearch_path_spec="/usr/lib"
  2275. need_lib_prefix=no
  2276. # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
  2277. case $host_os in
  2278. openbsd3.3 | openbsd3.3.*) need_version=yes ;;
  2279. *) need_version=no ;;
  2280. esac
  2281. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  2282. finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  2283. shlibpath_var=LD_LIBRARY_PATH
  2284. if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  2285. case $host_os in
  2286. openbsd2.[[89]] | openbsd2.[[89]].*)
  2287. shlibpath_overrides_runpath=no
  2288. ;;
  2289. *)
  2290. shlibpath_overrides_runpath=yes
  2291. ;;
  2292. esac
  2293. else
  2294. shlibpath_overrides_runpath=yes
  2295. fi
  2296. ;;
  2297. os2*)
  2298. libname_spec='$name'
  2299. shrext_cmds=".dll"
  2300. need_lib_prefix=no
  2301. library_names_spec='$libname${shared_ext} $libname.a'
  2302. dynamic_linker='OS/2 ld.exe'
  2303. shlibpath_var=LIBPATH
  2304. ;;
  2305. osf3* | osf4* | osf5*)
  2306. version_type=osf
  2307. need_lib_prefix=no
  2308. need_version=no
  2309. soname_spec='${libname}${release}${shared_ext}$major'
  2310. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2311. shlibpath_var=LD_LIBRARY_PATH
  2312. sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
  2313. sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
  2314. ;;
  2315. rdos*)
  2316. dynamic_linker=no
  2317. ;;
  2318. solaris*)
  2319. version_type=linux
  2320. need_lib_prefix=no
  2321. need_version=no
  2322. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2323. soname_spec='${libname}${release}${shared_ext}$major'
  2324. shlibpath_var=LD_LIBRARY_PATH
  2325. shlibpath_overrides_runpath=yes
  2326. hardcode_into_libs=yes
  2327. # ldd complains unless libraries are executable
  2328. postinstall_cmds='chmod +x $lib'
  2329. ;;
  2330. sunos4*)
  2331. version_type=sunos
  2332. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  2333. finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
  2334. shlibpath_var=LD_LIBRARY_PATH
  2335. shlibpath_overrides_runpath=yes
  2336. if test "$with_gnu_ld" = yes; then
  2337. need_lib_prefix=no
  2338. fi
  2339. need_version=yes
  2340. ;;
  2341. sysv4 | sysv4.3*)
  2342. version_type=linux
  2343. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2344. soname_spec='${libname}${release}${shared_ext}$major'
  2345. shlibpath_var=LD_LIBRARY_PATH
  2346. case $host_vendor in
  2347. sni)
  2348. shlibpath_overrides_runpath=no
  2349. need_lib_prefix=no
  2350. runpath_var=LD_RUN_PATH
  2351. ;;
  2352. siemens)
  2353. need_lib_prefix=no
  2354. ;;
  2355. motorola)
  2356. need_lib_prefix=no
  2357. need_version=no
  2358. shlibpath_overrides_runpath=no
  2359. sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
  2360. ;;
  2361. esac
  2362. ;;
  2363. sysv4*MP*)
  2364. if test -d /usr/nec ;then
  2365. version_type=linux
  2366. library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
  2367. soname_spec='$libname${shared_ext}.$major'
  2368. shlibpath_var=LD_LIBRARY_PATH
  2369. fi
  2370. ;;
  2371. sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
  2372. version_type=freebsd-elf
  2373. need_lib_prefix=no
  2374. need_version=no
  2375. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
  2376. soname_spec='${libname}${release}${shared_ext}$major'
  2377. shlibpath_var=LD_LIBRARY_PATH
  2378. shlibpath_overrides_runpath=yes
  2379. hardcode_into_libs=yes
  2380. if test "$with_gnu_ld" = yes; then
  2381. sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
  2382. else
  2383. sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
  2384. case $host_os in
  2385. sco3.2v5*)
  2386. sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
  2387. ;;
  2388. esac
  2389. fi
  2390. sys_lib_dlsearch_path_spec='/usr/lib'
  2391. ;;
  2392. tpf*)
  2393. # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
  2394. version_type=linux
  2395. need_lib_prefix=no
  2396. need_version=no
  2397. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2398. shlibpath_var=LD_LIBRARY_PATH
  2399. shlibpath_overrides_runpath=no
  2400. hardcode_into_libs=yes
  2401. ;;
  2402. uts4*)
  2403. version_type=linux
  2404. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2405. soname_spec='${libname}${release}${shared_ext}$major'
  2406. shlibpath_var=LD_LIBRARY_PATH
  2407. ;;
  2408. *)
  2409. dynamic_linker=no
  2410. ;;
  2411. esac
  2412. AC_MSG_RESULT([$dynamic_linker])
  2413. test "$dynamic_linker" = no && can_build_shared=no
  2414. variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
  2415. if test "$GCC" = yes; then
  2416. variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
  2417. fi
  2418. if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
  2419. sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
  2420. fi
  2421. if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
  2422. sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
  2423. fi
  2424. _LT_DECL([], [variables_saved_for_relink], [1],
  2425. [Variables whose values should be saved in libtool wrapper scripts and
  2426. restored at link time])
  2427. _LT_DECL([], [need_lib_prefix], [0],
  2428. [Do we need the "lib" prefix for modules?])
  2429. _LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
  2430. _LT_DECL([], [version_type], [0], [Library versioning type])
  2431. _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable])
  2432. _LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
  2433. _LT_DECL([], [shlibpath_overrides_runpath], [0],
  2434. [Is shlibpath searched before the hard-coded library search path?])
  2435. _LT_DECL([], [libname_spec], [1], [Format of library name prefix])
  2436. _LT_DECL([], [library_names_spec], [1],
  2437. [[List of archive names. First name is the real one, the rest are links.
  2438. The last name is the one that the linker finds with -lNAME]])
  2439. _LT_DECL([], [soname_spec], [1],
  2440. [[The coded name of the library, if different from the real name]])
  2441. _LT_DECL([], [postinstall_cmds], [2],
  2442. [Command to use after installation of a shared archive])
  2443. _LT_DECL([], [postuninstall_cmds], [2],
  2444. [Command to use after uninstallation of a shared archive])
  2445. _LT_DECL([], [finish_cmds], [2],
  2446. [Commands used to finish a libtool library installation in a directory])
  2447. _LT_DECL([], [finish_eval], [1],
  2448. [[As "finish_cmds", except a single script fragment to be evaled but
  2449. not shown]])
  2450. _LT_DECL([], [hardcode_into_libs], [0],
  2451. [Whether we should hardcode library paths into libraries])
  2452. _LT_DECL([], [sys_lib_search_path_spec], [2],
  2453. [Compile-time system search path for libraries])
  2454. _LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
  2455. [Run-time system search path for libraries])
  2456. ])# _LT_SYS_DYNAMIC_LINKER
  2457. # _LT_PATH_TOOL_PREFIX(TOOL)
  2458. # --------------------------
  2459. # find a file program which can recognize shared library
  2460. AC_DEFUN([_LT_PATH_TOOL_PREFIX],
  2461. [m4_require([_LT_DECL_EGREP])dnl
  2462. AC_MSG_CHECKING([for $1])
  2463. AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
  2464. [case $MAGIC_CMD in
  2465. [[\\/*] | ?:[\\/]*])
  2466. lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
  2467. ;;
  2468. *)
  2469. lt_save_MAGIC_CMD="$MAGIC_CMD"
  2470. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  2471. dnl $ac_dummy forces splitting on constant user-supplied paths.
  2472. dnl POSIX.2 word splitting is done only on the output of word expansions,
  2473. dnl not every word. This closes a longstanding sh security hole.
  2474. ac_dummy="m4_if([$2], , $PATH, [$2])"
  2475. for ac_dir in $ac_dummy; do
  2476. IFS="$lt_save_ifs"
  2477. test -z "$ac_dir" && ac_dir=.
  2478. if test -f $ac_dir/$1; then
  2479. lt_cv_path_MAGIC_CMD="$ac_dir/$1"
  2480. if test -n "$file_magic_test_file"; then
  2481. case $deplibs_check_method in
  2482. "file_magic "*)
  2483. file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
  2484. MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  2485. if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
  2486. $EGREP "$file_magic_regex" > /dev/null; then
  2487. :
  2488. else
  2489. cat <<_LT_EOF 1>&2
  2490. *** Warning: the command libtool uses to detect shared libraries,
  2491. *** $file_magic_cmd, produces output that libtool cannot recognize.
  2492. *** The result is that libtool may fail to recognize shared libraries
  2493. *** as such. This will affect the creation of libtool libraries that
  2494. *** depend on shared libraries, but programs linked with such libtool
  2495. *** libraries will work regardless of this problem. Nevertheless, you
  2496. *** may want to report the problem to your system manager and/or to
  2497. *** bug-libtool@gnu.org
  2498. _LT_EOF
  2499. fi ;;
  2500. esac
  2501. fi
  2502. break
  2503. fi
  2504. done
  2505. IFS="$lt_save_ifs"
  2506. MAGIC_CMD="$lt_save_MAGIC_CMD"
  2507. ;;
  2508. esac])
  2509. MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  2510. if test -n "$MAGIC_CMD"; then
  2511. AC_MSG_RESULT($MAGIC_CMD)
  2512. else
  2513. AC_MSG_RESULT(no)
  2514. fi
  2515. _LT_DECL([], [MAGIC_CMD], [0],
  2516. [Used to examine libraries when file_magic_cmd begins with "file"])dnl
  2517. ])# _LT_PATH_TOOL_PREFIX
  2518. # Old name:
  2519. AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
  2520. dnl aclocal-1.4 backwards compatibility:
  2521. dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
  2522. # _LT_PATH_MAGIC
  2523. # --------------
  2524. # find a file program which can recognize a shared library
  2525. m4_defun([_LT_PATH_MAGIC],
  2526. [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
  2527. if test -z "$lt_cv_path_MAGIC_CMD"; then
  2528. if test -n "$ac_tool_prefix"; then
  2529. _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
  2530. else
  2531. MAGIC_CMD=:
  2532. fi
  2533. fi
  2534. ])# _LT_PATH_MAGIC
  2535. # LT_PATH_LD
  2536. # ----------
  2537. # find the pathname to the GNU or non-GNU linker
  2538. AC_DEFUN([LT_PATH_LD],
  2539. [AC_REQUIRE([AC_PROG_CC])dnl
  2540. AC_REQUIRE([AC_CANONICAL_HOST])dnl
  2541. AC_REQUIRE([AC_CANONICAL_BUILD])dnl
  2542. m4_require([_LT_DECL_SED])dnl
  2543. m4_require([_LT_DECL_EGREP])dnl
  2544. AC_ARG_WITH([gnu-ld],
  2545. [AS_HELP_STRING([--with-gnu-ld],
  2546. [assume the C compiler uses GNU ld @<:@default=no@:>@])],
  2547. [test "$withval" = no || with_gnu_ld=yes],
  2548. [with_gnu_ld=no])dnl
  2549. ac_prog=ld
  2550. if test "$GCC" = yes; then
  2551. # Check if gcc -print-prog-name=ld gives a path.
  2552. AC_MSG_CHECKING([for ld used by $CC])
  2553. case $host in
  2554. *-*-mingw*)
  2555. # gcc leaves a trailing carriage return which upsets mingw
  2556. ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
  2557. *)
  2558. ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
  2559. esac
  2560. case $ac_prog in
  2561. # Accept absolute paths.
  2562. [[\\/]]* | ?:[[\\/]]*)
  2563. re_direlt='/[[^/]][[^/]]*/\.\./'
  2564. # Canonicalize the pathname of ld
  2565. ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
  2566. while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
  2567. ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
  2568. done
  2569. test -z "$LD" && LD="$ac_prog"
  2570. ;;
  2571. "")
  2572. # If it fails, then pretend we aren't using GCC.
  2573. ac_prog=ld
  2574. ;;
  2575. *)
  2576. # If it is relative, then search for the first ld in PATH.
  2577. with_gnu_ld=unknown
  2578. ;;
  2579. esac
  2580. elif test "$with_gnu_ld" = yes; then
  2581. AC_MSG_CHECKING([for GNU ld])
  2582. else
  2583. AC_MSG_CHECKING([for non-GNU ld])
  2584. fi
  2585. AC_CACHE_VAL(lt_cv_path_LD,
  2586. [if test -z "$LD"; then
  2587. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  2588. for ac_dir in $PATH; do
  2589. IFS="$lt_save_ifs"
  2590. test -z "$ac_dir" && ac_dir=.
  2591. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  2592. lt_cv_path_LD="$ac_dir/$ac_prog"
  2593. # Check to see if the program is GNU ld. I'd rather use --version,
  2594. # but apparently some variants of GNU ld only accept -v.
  2595. # Break only if it was the GNU/non-GNU ld that we prefer.
  2596. case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
  2597. *GNU* | *'with BFD'*)
  2598. test "$with_gnu_ld" != no && break
  2599. ;;
  2600. *)
  2601. test "$with_gnu_ld" != yes && break
  2602. ;;
  2603. esac
  2604. fi
  2605. done
  2606. IFS="$lt_save_ifs"
  2607. else
  2608. lt_cv_path_LD="$LD" # Let the user override the test with a path.
  2609. fi])
  2610. LD="$lt_cv_path_LD"
  2611. if test -n "$LD"; then
  2612. AC_MSG_RESULT($LD)
  2613. else
  2614. AC_MSG_RESULT(no)
  2615. fi
  2616. test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
  2617. _LT_PATH_LD_GNU
  2618. AC_SUBST([LD])
  2619. _LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
  2620. ])# LT_PATH_LD
  2621. # Old names:
  2622. AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
  2623. AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
  2624. dnl aclocal-1.4 backwards compatibility:
  2625. dnl AC_DEFUN([AM_PROG_LD], [])
  2626. dnl AC_DEFUN([AC_PROG_LD], [])
  2627. # _LT_PATH_LD_GNU
  2628. #- --------------
  2629. m4_defun([_LT_PATH_LD_GNU],
  2630. [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
  2631. [# I'd rather use --version here, but apparently some GNU lds only accept -v.
  2632. case `$LD -v 2>&1 </dev/null` in
  2633. *GNU* | *'with BFD'*)
  2634. lt_cv_prog_gnu_ld=yes
  2635. ;;
  2636. *)
  2637. lt_cv_prog_gnu_ld=no
  2638. ;;
  2639. esac])
  2640. with_gnu_ld=$lt_cv_prog_gnu_ld
  2641. ])# _LT_PATH_LD_GNU
  2642. # _LT_CMD_RELOAD
  2643. # --------------
  2644. # find reload flag for linker
  2645. # -- PORTME Some linkers may need a different reload flag.
  2646. m4_defun([_LT_CMD_RELOAD],
  2647. [AC_CACHE_CHECK([for $LD option to reload object files],
  2648. lt_cv_ld_reload_flag,
  2649. [lt_cv_ld_reload_flag='-r'])
  2650. reload_flag=$lt_cv_ld_reload_flag
  2651. case $reload_flag in
  2652. "" | " "*) ;;
  2653. *) reload_flag=" $reload_flag" ;;
  2654. esac
  2655. reload_cmds='$LD$reload_flag -o $output$reload_objs'
  2656. case $host_os in
  2657. darwin*)
  2658. if test "$GCC" = yes; then
  2659. reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
  2660. else
  2661. reload_cmds='$LD$reload_flag -o $output$reload_objs'
  2662. fi
  2663. ;;
  2664. esac
  2665. _LT_DECL([], [reload_flag], [1], [How to create reloadable object files])dnl
  2666. _LT_DECL([], [reload_cmds], [2])dnl
  2667. ])# _LT_CMD_RELOAD
  2668. # _LT_CHECK_MAGIC_METHOD
  2669. # ----------------------
  2670. # how to check for library dependencies
  2671. # -- PORTME fill in with the dynamic library characteristics
  2672. m4_defun([_LT_CHECK_MAGIC_METHOD],
  2673. [m4_require([_LT_DECL_EGREP])
  2674. m4_require([_LT_DECL_OBJDUMP])
  2675. AC_CACHE_CHECK([how to recognize dependent libraries],
  2676. lt_cv_deplibs_check_method,
  2677. [lt_cv_file_magic_cmd='$MAGIC_CMD'
  2678. lt_cv_file_magic_test_file=
  2679. lt_cv_deplibs_check_method='unknown'
  2680. # Need to set the preceding variable on all platforms that support
  2681. # interlibrary dependencies.
  2682. # 'none' -- dependencies not supported.
  2683. # `unknown' -- same as none, but documents that we really don't know.
  2684. # 'pass_all' -- all dependencies passed with no checks.
  2685. # 'test_compile' -- check by making test program.
  2686. # 'file_magic [[regex]]' -- check by looking for files in library path
  2687. # which responds to the $file_magic_cmd with a given extended regex.
  2688. # If you have `file' or equivalent on your system and you're not sure
  2689. # whether `pass_all' will *always* work, you probably want this one.
  2690. case $host_os in
  2691. aix[[4-9]]*)
  2692. lt_cv_deplibs_check_method=pass_all
  2693. ;;
  2694. beos*)
  2695. lt_cv_deplibs_check_method=pass_all
  2696. ;;
  2697. bsdi[[45]]*)
  2698. lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
  2699. lt_cv_file_magic_cmd='/usr/bin/file -L'
  2700. lt_cv_file_magic_test_file=/shlib/libc.so
  2701. ;;
  2702. cygwin*)
  2703. # func_win32_libid is a shell function defined in ltmain.sh
  2704. lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  2705. lt_cv_file_magic_cmd='func_win32_libid'
  2706. ;;
  2707. mingw* | pw32*)
  2708. # Base MSYS/MinGW do not provide the 'file' command needed by
  2709. # func_win32_libid shell function, so use a weaker test based on 'objdump',
  2710. # unless we find 'file', for example because we are cross-compiling.
  2711. if ( file / ) >/dev/null 2>&1; then
  2712. lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  2713. lt_cv_file_magic_cmd='func_win32_libid'
  2714. else
  2715. lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
  2716. lt_cv_file_magic_cmd='$OBJDUMP -f'
  2717. fi
  2718. ;;
  2719. cegcc)
  2720. # use the weaker test based on 'objdump'. See mingw*.
  2721. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
  2722. lt_cv_file_magic_cmd='$OBJDUMP -f'
  2723. ;;
  2724. darwin* | rhapsody*)
  2725. lt_cv_deplibs_check_method=pass_all
  2726. ;;
  2727. freebsd* | dragonfly*)
  2728. if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
  2729. case $host_cpu in
  2730. i*86 )
  2731. # Not sure whether the presence of OpenBSD here was a mistake.
  2732. # Let's accept both of them until this is cleared up.
  2733. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
  2734. lt_cv_file_magic_cmd=/usr/bin/file
  2735. lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
  2736. ;;
  2737. esac
  2738. else
  2739. lt_cv_deplibs_check_method=pass_all
  2740. fi
  2741. ;;
  2742. gnu*)
  2743. lt_cv_deplibs_check_method=pass_all
  2744. ;;
  2745. hpux10.20* | hpux11*)
  2746. lt_cv_file_magic_cmd=/usr/bin/file
  2747. case $host_cpu in
  2748. ia64*)
  2749. lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
  2750. lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
  2751. ;;
  2752. hppa*64*)
  2753. [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
  2754. lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
  2755. ;;
  2756. *)
  2757. lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
  2758. lt_cv_file_magic_test_file=/usr/lib/libc.sl
  2759. ;;
  2760. esac
  2761. ;;
  2762. interix[[3-9]]*)
  2763. # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
  2764. lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
  2765. ;;
  2766. irix5* | irix6* | nonstopux*)
  2767. case $LD in
  2768. *-32|*"-32 ") libmagic=32-bit;;
  2769. *-n32|*"-n32 ") libmagic=N32;;
  2770. *-64|*"-64 ") libmagic=64-bit;;
  2771. *) libmagic=never-match;;
  2772. esac
  2773. lt_cv_deplibs_check_method=pass_all
  2774. ;;
  2775. # This must be Linux ELF.
  2776. linux* | k*bsd*-gnu)
  2777. lt_cv_deplibs_check_method=pass_all
  2778. ;;
  2779. netbsd*)
  2780. if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
  2781. lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
  2782. else
  2783. lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
  2784. fi
  2785. ;;
  2786. newos6*)
  2787. lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
  2788. lt_cv_file_magic_cmd=/usr/bin/file
  2789. lt_cv_file_magic_test_file=/usr/lib/libnls.so
  2790. ;;
  2791. *nto* | *qnx*)
  2792. lt_cv_deplibs_check_method=pass_all
  2793. ;;
  2794. openbsd*)
  2795. if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  2796. lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
  2797. else
  2798. lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
  2799. fi
  2800. ;;
  2801. osf3* | osf4* | osf5*)
  2802. lt_cv_deplibs_check_method=pass_all
  2803. ;;
  2804. rdos*)
  2805. lt_cv_deplibs_check_method=pass_all
  2806. ;;
  2807. solaris*)
  2808. lt_cv_deplibs_check_method=pass_all
  2809. ;;
  2810. sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
  2811. lt_cv_deplibs_check_method=pass_all
  2812. ;;
  2813. sysv4 | sysv4.3*)
  2814. case $host_vendor in
  2815. motorola)
  2816. 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]]'
  2817. lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
  2818. ;;
  2819. ncr)
  2820. lt_cv_deplibs_check_method=pass_all
  2821. ;;
  2822. sequent)
  2823. lt_cv_file_magic_cmd='/bin/file'
  2824. lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
  2825. ;;
  2826. sni)
  2827. lt_cv_file_magic_cmd='/bin/file'
  2828. lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
  2829. lt_cv_file_magic_test_file=/lib/libc.so
  2830. ;;
  2831. siemens)
  2832. lt_cv_deplibs_check_method=pass_all
  2833. ;;
  2834. pc)
  2835. lt_cv_deplibs_check_method=pass_all
  2836. ;;
  2837. esac
  2838. ;;
  2839. tpf*)
  2840. lt_cv_deplibs_check_method=pass_all
  2841. ;;
  2842. esac
  2843. ])
  2844. file_magic_cmd=$lt_cv_file_magic_cmd
  2845. deplibs_check_method=$lt_cv_deplibs_check_method
  2846. test -z "$deplibs_check_method" && deplibs_check_method=unknown
  2847. _LT_DECL([], [deplibs_check_method], [1],
  2848. [Method to check whether dependent libraries are shared objects])
  2849. _LT_DECL([], [file_magic_cmd], [1],
  2850. [Command to use when deplibs_check_method == "file_magic"])
  2851. ])# _LT_CHECK_MAGIC_METHOD
  2852. # LT_PATH_NM
  2853. # ----------
  2854. # find the pathname to a BSD- or MS-compatible name lister
  2855. AC_DEFUN([LT_PATH_NM],
  2856. [AC_REQUIRE([AC_PROG_CC])dnl
  2857. AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
  2858. [if test -n "$NM"; then
  2859. # Let the user override the test.
  2860. lt_cv_path_NM="$NM"
  2861. else
  2862. lt_nm_to_check="${ac_tool_prefix}nm"
  2863. if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
  2864. lt_nm_to_check="$lt_nm_to_check nm"
  2865. fi
  2866. for lt_tmp_nm in $lt_nm_to_check; do
  2867. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  2868. for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
  2869. IFS="$lt_save_ifs"
  2870. test -z "$ac_dir" && ac_dir=.
  2871. tmp_nm="$ac_dir/$lt_tmp_nm"
  2872. if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
  2873. # Check to see if the nm accepts a BSD-compat flag.
  2874. # Adding the `sed 1q' prevents false positives on HP-UX, which says:
  2875. # nm: unknown option "B" ignored
  2876. # Tru64's nm complains that /dev/null is an invalid object file
  2877. case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
  2878. */dev/null* | *'Invalid file or object type'*)
  2879. lt_cv_path_NM="$tmp_nm -B"
  2880. break
  2881. ;;
  2882. *)
  2883. case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
  2884. */dev/null*)
  2885. lt_cv_path_NM="$tmp_nm -p"
  2886. break
  2887. ;;
  2888. *)
  2889. lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
  2890. continue # so that we can try to find one that supports BSD flags
  2891. ;;
  2892. esac
  2893. ;;
  2894. esac
  2895. fi
  2896. done
  2897. IFS="$lt_save_ifs"
  2898. done
  2899. : ${lt_cv_path_NM=no}
  2900. fi])
  2901. if test "$lt_cv_path_NM" != "no"; then
  2902. NM="$lt_cv_path_NM"
  2903. else
  2904. # Didn't find any BSD compatible name lister, look for dumpbin.
  2905. AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :)
  2906. AC_SUBST([DUMPBIN])
  2907. if test "$DUMPBIN" != ":"; then
  2908. NM="$DUMPBIN"
  2909. fi
  2910. fi
  2911. test -z "$NM" && NM=nm
  2912. AC_SUBST([NM])
  2913. _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
  2914. AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
  2915. [lt_cv_nm_interface="BSD nm"
  2916. echo "int some_variable = 0;" > conftest.$ac_ext
  2917. (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
  2918. (eval "$ac_compile" 2>conftest.err)
  2919. cat conftest.err >&AS_MESSAGE_LOG_FD
  2920. (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
  2921. (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
  2922. cat conftest.err >&AS_MESSAGE_LOG_FD
  2923. (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD)
  2924. cat conftest.out >&AS_MESSAGE_LOG_FD
  2925. if $GREP 'External.*some_variable' conftest.out > /dev/null; then
  2926. lt_cv_nm_interface="MS dumpbin"
  2927. fi
  2928. rm -f conftest*])
  2929. ])# LT_PATH_NM
  2930. # Old names:
  2931. AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
  2932. AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
  2933. dnl aclocal-1.4 backwards compatibility:
  2934. dnl AC_DEFUN([AM_PROG_NM], [])
  2935. dnl AC_DEFUN([AC_PROG_NM], [])
  2936. # LT_LIB_M
  2937. # --------
  2938. # check for math library
  2939. AC_DEFUN([LT_LIB_M],
  2940. [AC_REQUIRE([AC_CANONICAL_HOST])dnl
  2941. LIBM=
  2942. case $host in
  2943. *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
  2944. # These system don't have libm, or don't need it
  2945. ;;
  2946. *-ncr-sysv4.3*)
  2947. AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
  2948. AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
  2949. ;;
  2950. *)
  2951. AC_CHECK_LIB(m, cos, LIBM="-lm")
  2952. ;;
  2953. esac
  2954. AC_SUBST([LIBM])
  2955. ])# LT_LIB_M
  2956. # Old name:
  2957. AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
  2958. dnl aclocal-1.4 backwards compatibility:
  2959. dnl AC_DEFUN([AC_CHECK_LIBM], [])
  2960. # _LT_COMPILER_NO_RTTI([TAGNAME])
  2961. # -------------------------------
  2962. m4_defun([_LT_COMPILER_NO_RTTI],
  2963. [m4_require([_LT_TAG_COMPILER])dnl
  2964. _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
  2965. if test "$GCC" = yes; then
  2966. _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
  2967. _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
  2968. lt_cv_prog_compiler_rtti_exceptions,
  2969. [-fno-rtti -fno-exceptions], [],
  2970. [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
  2971. fi
  2972. _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
  2973. [Compiler flag to turn off builtin functions])
  2974. ])# _LT_COMPILER_NO_RTTI
  2975. # _LT_CMD_GLOBAL_SYMBOLS
  2976. # ----------------------
  2977. m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
  2978. [AC_REQUIRE([AC_CANONICAL_HOST])dnl
  2979. AC_REQUIRE([AC_PROG_CC])dnl
  2980. AC_REQUIRE([LT_PATH_NM])dnl
  2981. AC_REQUIRE([LT_PATH_LD])dnl
  2982. m4_require([_LT_DECL_SED])dnl
  2983. m4_require([_LT_DECL_EGREP])dnl
  2984. m4_require([_LT_TAG_COMPILER])dnl
  2985. # Check for command to grab the raw symbol name followed by C symbol from nm.
  2986. AC_MSG_CHECKING([command to parse $NM output from $compiler object])
  2987. AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
  2988. [
  2989. # These are sane defaults that work on at least a few old systems.
  2990. # [They come from Ultrix. What could be older than Ultrix?!! ;)]
  2991. # Character class describing NM global symbol codes.
  2992. symcode='[[BCDEGRST]]'
  2993. # Regexp to match symbols that can be accessed directly from C.
  2994. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
  2995. # Define system-specific variables.
  2996. case $host_os in
  2997. aix*)
  2998. symcode='[[BCDT]]'
  2999. ;;
  3000. cygwin* | mingw* | pw32* | cegcc*)
  3001. symcode='[[ABCDGISTW]]'
  3002. ;;
  3003. hpux*)
  3004. if test "$host_cpu" = ia64; then
  3005. symcode='[[ABCDEGRST]]'
  3006. fi
  3007. ;;
  3008. irix* | nonstopux*)
  3009. symcode='[[BCDEGRST]]'
  3010. ;;
  3011. osf*)
  3012. symcode='[[BCDEGQRST]]'
  3013. ;;
  3014. solaris*)
  3015. symcode='[[BDRT]]'
  3016. ;;
  3017. sco3.2v5*)
  3018. symcode='[[DT]]'
  3019. ;;
  3020. sysv4.2uw2*)
  3021. symcode='[[DT]]'
  3022. ;;
  3023. sysv5* | sco5v6* | unixware* | OpenUNIX*)
  3024. symcode='[[ABDT]]'
  3025. ;;
  3026. sysv4)
  3027. symcode='[[DFNSTU]]'
  3028. ;;
  3029. esac
  3030. # If we're using GNU nm, then use its standard symbol codes.
  3031. case `$NM -V 2>&1` in
  3032. *GNU* | *'with BFD'*)
  3033. symcode='[[ABCDGIRSTW]]' ;;
  3034. esac
  3035. # Transform an extracted symbol line into a proper C declaration.
  3036. # Some systems (esp. on ia64) link data and code symbols differently,
  3037. # so use this general approach.
  3038. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
  3039. # Transform an extracted symbol line into symbol name and symbol address
  3040. lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'"
  3041. 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'"
  3042. # Handle CRLF in mingw tool chain
  3043. opt_cr=
  3044. case $build_os in
  3045. mingw*)
  3046. opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
  3047. ;;
  3048. esac
  3049. # Try without a prefix underscore, then with it.
  3050. for ac_symprfx in "" "_"; do
  3051. # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
  3052. symxfrm="\\1 $ac_symprfx\\2 \\2"
  3053. # Write the raw and C identifiers.
  3054. if test "$lt_cv_nm_interface" = "MS dumpbin"; then
  3055. # Fake it for dumpbin and say T for any non-static function
  3056. # and D for any global variable.
  3057. # Also find C++ and __fastcall symbols from MSVC++,
  3058. # which start with @ or ?.
  3059. lt_cv_sys_global_symbol_pipe="$AWK ['"\
  3060. " {last_section=section; section=\$ 3};"\
  3061. " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
  3062. " \$ 0!~/External *\|/{next};"\
  3063. " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
  3064. " {if(hide[section]) next};"\
  3065. " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
  3066. " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
  3067. " s[1]~/^[@?]/{print s[1], s[1]; next};"\
  3068. " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
  3069. " ' prfx=^$ac_symprfx]"
  3070. else
  3071. lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
  3072. fi
  3073. # Check to see that the pipe works correctly.
  3074. pipe_works=no
  3075. rm -f conftest*
  3076. cat > conftest.$ac_ext <<_LT_EOF
  3077. #ifdef __cplusplus
  3078. extern "C" {
  3079. #endif
  3080. char nm_test_var;
  3081. void nm_test_func(void);
  3082. void nm_test_func(void){}
  3083. #ifdef __cplusplus
  3084. }
  3085. #endif
  3086. int main(){nm_test_var='a';nm_test_func();return(0);}
  3087. _LT_EOF
  3088. if AC_TRY_EVAL(ac_compile); then
  3089. # Now try to grab the symbols.
  3090. nlist=conftest.nm
  3091. if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
  3092. # Try sorting and uniquifying the output.
  3093. if sort "$nlist" | uniq > "$nlist"T; then
  3094. mv -f "$nlist"T "$nlist"
  3095. else
  3096. rm -f "$nlist"T
  3097. fi
  3098. # Make sure that we snagged all the symbols we need.
  3099. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
  3100. if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
  3101. cat <<_LT_EOF > conftest.$ac_ext
  3102. #ifdef __cplusplus
  3103. extern "C" {
  3104. #endif
  3105. _LT_EOF
  3106. # Now generate the symbol file.
  3107. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
  3108. cat <<_LT_EOF >> conftest.$ac_ext
  3109. /* The mapping between symbol names and symbols. */
  3110. const struct {
  3111. const char *name;
  3112. void *address;
  3113. }
  3114. lt__PROGRAM__LTX_preloaded_symbols[[]] =
  3115. {
  3116. { "@PROGRAM@", (void *) 0 },
  3117. _LT_EOF
  3118. $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
  3119. cat <<\_LT_EOF >> conftest.$ac_ext
  3120. {0, (void *) 0}
  3121. };
  3122. /* This works around a problem in FreeBSD linker */
  3123. #ifdef FREEBSD_WORKAROUND
  3124. static const void *lt_preloaded_setup() {
  3125. return lt__PROGRAM__LTX_preloaded_symbols;
  3126. }
  3127. #endif
  3128. #ifdef __cplusplus
  3129. }
  3130. #endif
  3131. _LT_EOF
  3132. # Now try linking the two files.
  3133. mv conftest.$ac_objext conftstm.$ac_objext
  3134. lt_save_LIBS="$LIBS"
  3135. lt_save_CFLAGS="$CFLAGS"
  3136. LIBS="conftstm.$ac_objext"
  3137. CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
  3138. if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
  3139. pipe_works=yes
  3140. fi
  3141. LIBS="$lt_save_LIBS"
  3142. CFLAGS="$lt_save_CFLAGS"
  3143. else
  3144. echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
  3145. fi
  3146. else
  3147. echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
  3148. fi
  3149. else
  3150. echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
  3151. fi
  3152. else
  3153. echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
  3154. cat conftest.$ac_ext >&5
  3155. fi
  3156. rm -rf conftest* conftst*
  3157. # Do not use the global_symbol_pipe unless it works.
  3158. if test "$pipe_works" = yes; then
  3159. break
  3160. else
  3161. lt_cv_sys_global_symbol_pipe=
  3162. fi
  3163. done
  3164. ])
  3165. if test -z "$lt_cv_sys_global_symbol_pipe"; then
  3166. lt_cv_sys_global_symbol_to_cdecl=
  3167. fi
  3168. if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
  3169. AC_MSG_RESULT(failed)
  3170. else
  3171. AC_MSG_RESULT(ok)
  3172. fi
  3173. _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
  3174. [Take the output of nm and produce a listing of raw symbols and C names])
  3175. _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
  3176. [Transform the output of nm in a proper C declaration])
  3177. _LT_DECL([global_symbol_to_c_name_address],
  3178. [lt_cv_sys_global_symbol_to_c_name_address], [1],
  3179. [Transform the output of nm in a C name address pair])
  3180. _LT_DECL([global_symbol_to_c_name_address_lib_prefix],
  3181. [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
  3182. [Transform the output of nm in a C name address pair when lib prefix is needed])
  3183. ]) # _LT_CMD_GLOBAL_SYMBOLS
  3184. # _LT_COMPILER_PIC([TAGNAME])
  3185. # ---------------------------
  3186. m4_defun([_LT_COMPILER_PIC],
  3187. [m4_require([_LT_TAG_COMPILER])dnl
  3188. _LT_TAGVAR(lt_prog_compiler_wl, $1)=
  3189. _LT_TAGVAR(lt_prog_compiler_pic, $1)=
  3190. _LT_TAGVAR(lt_prog_compiler_static, $1)=
  3191. AC_MSG_CHECKING([for $compiler option to produce PIC])
  3192. m4_if([$1], [CXX], [
  3193. # C++ specific cases for pic, static, wl, etc.
  3194. if test "$GXX" = yes; then
  3195. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3196. _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
  3197. case $host_os in
  3198. aix*)
  3199. # All AIX code is PIC.
  3200. if test "$host_cpu" = ia64; then
  3201. # AIX 5 now supports IA64 processor
  3202. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3203. fi
  3204. ;;
  3205. amigaos*)
  3206. case $host_cpu in
  3207. powerpc)
  3208. # see comment about AmigaOS4 .so support
  3209. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  3210. ;;
  3211. m68k)
  3212. # FIXME: we need at least 68020 code to build shared libraries, but
  3213. # adding the `-m68020' flag to GCC prevents building anything better,
  3214. # like `-m68040'.
  3215. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
  3216. ;;
  3217. esac
  3218. ;;
  3219. beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
  3220. # PIC is the default for these OSes.
  3221. ;;
  3222. mingw* | cygwin* | os2* | pw32* | cegcc*)
  3223. # This hack is so that the source file can tell whether it is being
  3224. # built for inclusion in a dll (and should export symbols for example).
  3225. # Although the cygwin gcc ignores -fPIC, still need this for old-style
  3226. # (--disable-auto-import) libraries
  3227. m4_if([$1], [GCJ], [],
  3228. [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
  3229. ;;
  3230. darwin* | rhapsody*)
  3231. # PIC is the default on this platform
  3232. # Common symbols not allowed in MH_DYLIB files
  3233. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
  3234. ;;
  3235. *djgpp*)
  3236. # DJGPP does not support shared libraries at all
  3237. _LT_TAGVAR(lt_prog_compiler_pic, $1)=
  3238. ;;
  3239. interix[[3-9]]*)
  3240. # Interix 3.x gcc -fpic/-fPIC options generate broken code.
  3241. # Instead, we relocate shared libraries at runtime.
  3242. ;;
  3243. sysv4*MP*)
  3244. if test -d /usr/nec; then
  3245. _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
  3246. fi
  3247. ;;
  3248. hpux*)
  3249. # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
  3250. # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
  3251. # sets the default TLS model and affects inlining.
  3252. case $host_cpu in
  3253. hppa*64*)
  3254. ;;
  3255. *)
  3256. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  3257. ;;
  3258. esac
  3259. ;;
  3260. *qnx* | *nto*)
  3261. # QNX uses GNU C++, but need to define -shared option too, otherwise
  3262. # it will coredump.
  3263. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
  3264. ;;
  3265. *)
  3266. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  3267. ;;
  3268. esac
  3269. else
  3270. case $host_os in
  3271. aix[[4-9]]*)
  3272. # All AIX code is PIC.
  3273. if test "$host_cpu" = ia64; then
  3274. # AIX 5 now supports IA64 processor
  3275. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3276. else
  3277. _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
  3278. fi
  3279. ;;
  3280. chorus*)
  3281. case $cc_basename in
  3282. cxch68*)
  3283. # Green Hills C++ Compiler
  3284. # _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"
  3285. ;;
  3286. esac
  3287. ;;
  3288. dgux*)
  3289. case $cc_basename in
  3290. ec++*)
  3291. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  3292. ;;
  3293. ghcx*)
  3294. # Green Hills C++ Compiler
  3295. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  3296. ;;
  3297. *)
  3298. ;;
  3299. esac
  3300. ;;
  3301. freebsd* | dragonfly*)
  3302. # FreeBSD uses GNU C++
  3303. ;;
  3304. hpux9* | hpux10* | hpux11*)
  3305. case $cc_basename in
  3306. CC*)
  3307. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3308. _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
  3309. if test "$host_cpu" != ia64; then
  3310. _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
  3311. fi
  3312. ;;
  3313. aCC*)
  3314. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3315. _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
  3316. case $host_cpu in
  3317. hppa*64*|ia64*)
  3318. # +Z the default
  3319. ;;
  3320. *)
  3321. _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
  3322. ;;
  3323. esac
  3324. ;;
  3325. *)
  3326. ;;
  3327. esac
  3328. ;;
  3329. interix*)
  3330. # This is c89, which is MS Visual C++ (no shared libs)
  3331. # Anyone wants to do a port?
  3332. ;;
  3333. irix5* | irix6* | nonstopux*)
  3334. case $cc_basename in
  3335. CC*)
  3336. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3337. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  3338. # CC pic flag -KPIC is the default.
  3339. ;;
  3340. *)
  3341. ;;
  3342. esac
  3343. ;;
  3344. linux* | k*bsd*-gnu)
  3345. case $cc_basename in
  3346. KCC*)
  3347. # KAI C++ Compiler
  3348. _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
  3349. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  3350. ;;
  3351. ecpc* )
  3352. # old Intel C++ for x86_64 which still supported -KPIC.
  3353. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3354. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  3355. _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
  3356. ;;
  3357. icpc* )
  3358. # Intel C++, used to be incompatible with GCC.
  3359. # ICC 10 doesn't accept -KPIC any more.
  3360. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3361. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  3362. _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
  3363. ;;
  3364. pgCC* | pgcpp*)
  3365. # Portland Group C++ compiler
  3366. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3367. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
  3368. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3369. ;;
  3370. cxx*)
  3371. # Compaq C++
  3372. # Make sure the PIC flag is empty. It appears that all Alpha
  3373. # Linux and Compaq Tru64 Unix objects are PIC.
  3374. _LT_TAGVAR(lt_prog_compiler_pic, $1)=
  3375. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  3376. ;;
  3377. xlc* | xlC*)
  3378. # IBM XL 8.0 on PPC
  3379. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3380. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
  3381. _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
  3382. ;;
  3383. *)
  3384. case `$CC -V 2>&1 | sed 5q` in
  3385. *Sun\ C*)
  3386. # Sun C++ 5.9
  3387. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  3388. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3389. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
  3390. ;;
  3391. esac
  3392. ;;
  3393. esac
  3394. ;;
  3395. lynxos*)
  3396. ;;
  3397. m88k*)
  3398. ;;
  3399. mvs*)
  3400. case $cc_basename in
  3401. cxx*)
  3402. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
  3403. ;;
  3404. *)
  3405. ;;
  3406. esac
  3407. ;;
  3408. netbsd*)
  3409. ;;
  3410. *qnx* | *nto*)
  3411. # QNX uses GNU C++, but need to define -shared option too, otherwise
  3412. # it will coredump.
  3413. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
  3414. ;;
  3415. osf3* | osf4* | osf5*)
  3416. case $cc_basename in
  3417. KCC*)
  3418. _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
  3419. ;;
  3420. RCC*)
  3421. # Rational C++ 2.4.1
  3422. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  3423. ;;
  3424. cxx*)
  3425. # Digital/Compaq C++
  3426. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3427. # Make sure the PIC flag is empty. It appears that all Alpha
  3428. # Linux and Compaq Tru64 Unix objects are PIC.
  3429. _LT_TAGVAR(lt_prog_compiler_pic, $1)=
  3430. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  3431. ;;
  3432. *)
  3433. ;;
  3434. esac
  3435. ;;
  3436. psos*)
  3437. ;;
  3438. solaris*)
  3439. case $cc_basename in
  3440. CC*)
  3441. # Sun C++ 4.2, 5.x and Centerline C++
  3442. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  3443. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3444. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
  3445. ;;
  3446. gcx*)
  3447. # Green Hills C++ Compiler
  3448. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
  3449. ;;
  3450. *)
  3451. ;;
  3452. esac
  3453. ;;
  3454. sunos4*)
  3455. case $cc_basename in
  3456. CC*)
  3457. # Sun C++ 4.x
  3458. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  3459. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3460. ;;
  3461. lcc*)
  3462. # Lucid
  3463. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  3464. ;;
  3465. *)
  3466. ;;
  3467. esac
  3468. ;;
  3469. sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
  3470. case $cc_basename in
  3471. CC*)
  3472. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3473. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  3474. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3475. ;;
  3476. esac
  3477. ;;
  3478. tandem*)
  3479. case $cc_basename in
  3480. NCC*)
  3481. # NonStop-UX NCC 3.20
  3482. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  3483. ;;
  3484. *)
  3485. ;;
  3486. esac
  3487. ;;
  3488. vxworks*)
  3489. ;;
  3490. *)
  3491. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
  3492. ;;
  3493. esac
  3494. fi
  3495. ],
  3496. [
  3497. if test "$GCC" = yes; then
  3498. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3499. _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
  3500. case $host_os in
  3501. aix*)
  3502. # All AIX code is PIC.
  3503. if test "$host_cpu" = ia64; then
  3504. # AIX 5 now supports IA64 processor
  3505. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3506. fi
  3507. ;;
  3508. amigaos*)
  3509. case $host_cpu in
  3510. powerpc)
  3511. # see comment about AmigaOS4 .so support
  3512. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  3513. ;;
  3514. m68k)
  3515. # FIXME: we need at least 68020 code to build shared libraries, but
  3516. # adding the `-m68020' flag to GCC prevents building anything better,
  3517. # like `-m68040'.
  3518. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
  3519. ;;
  3520. esac
  3521. ;;
  3522. beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
  3523. # PIC is the default for these OSes.
  3524. ;;
  3525. mingw* | cygwin* | pw32* | os2* | cegcc*)
  3526. # This hack is so that the source file can tell whether it is being
  3527. # built for inclusion in a dll (and should export symbols for example).
  3528. # Although the cygwin gcc ignores -fPIC, still need this for old-style
  3529. # (--disable-auto-import) libraries
  3530. m4_if([$1], [GCJ], [],
  3531. [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
  3532. ;;
  3533. darwin* | rhapsody*)
  3534. # PIC is the default on this platform
  3535. # Common symbols not allowed in MH_DYLIB files
  3536. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
  3537. ;;
  3538. hpux*)
  3539. # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
  3540. # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
  3541. # sets the default TLS model and affects inlining.
  3542. case $host_cpu in
  3543. hppa*64*)
  3544. # +Z the default
  3545. ;;
  3546. *)
  3547. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  3548. ;;
  3549. esac
  3550. ;;
  3551. interix[[3-9]]*)
  3552. # Interix 3.x gcc -fpic/-fPIC options generate broken code.
  3553. # Instead, we relocate shared libraries at runtime.
  3554. ;;
  3555. msdosdjgpp*)
  3556. # Just because we use GCC doesn't mean we suddenly get shared libraries
  3557. # on systems that don't support them.
  3558. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
  3559. enable_shared=no
  3560. ;;
  3561. *nto* | *qnx*)
  3562. # QNX uses GNU C++, but need to define -shared option too, otherwise
  3563. # it will coredump.
  3564. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
  3565. ;;
  3566. sysv4*MP*)
  3567. if test -d /usr/nec; then
  3568. _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
  3569. fi
  3570. ;;
  3571. *)
  3572. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  3573. ;;
  3574. esac
  3575. else
  3576. # PORTME Check for flag to pass linker flags through the system compiler.
  3577. case $host_os in
  3578. aix*)
  3579. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3580. if test "$host_cpu" = ia64; then
  3581. # AIX 5 now supports IA64 processor
  3582. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3583. else
  3584. _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
  3585. fi
  3586. ;;
  3587. mingw* | cygwin* | pw32* | os2* | cegcc*)
  3588. # This hack is so that the source file can tell whether it is being
  3589. # built for inclusion in a dll (and should export symbols for example).
  3590. m4_if([$1], [GCJ], [],
  3591. [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
  3592. ;;
  3593. hpux9* | hpux10* | hpux11*)
  3594. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3595. # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
  3596. # not for PA HP-UX.
  3597. case $host_cpu in
  3598. hppa*64*|ia64*)
  3599. # +Z the default
  3600. ;;
  3601. *)
  3602. _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
  3603. ;;
  3604. esac
  3605. # Is there a better lt_prog_compiler_static that works with the bundled CC?
  3606. _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
  3607. ;;
  3608. irix5* | irix6* | nonstopux*)
  3609. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3610. # PIC (with -KPIC) is the default.
  3611. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  3612. ;;
  3613. linux* | k*bsd*-gnu)
  3614. case $cc_basename in
  3615. # old Intel for x86_64 which still supported -KPIC.
  3616. ecc*)
  3617. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3618. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  3619. _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
  3620. ;;
  3621. # icc used to be incompatible with GCC.
  3622. # ICC 10 doesn't accept -KPIC any more.
  3623. icc* | ifort*)
  3624. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3625. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  3626. _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
  3627. ;;
  3628. # Lahey Fortran 8.1.
  3629. lf95*)
  3630. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3631. _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
  3632. _LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
  3633. ;;
  3634. pgcc* | pgf77* | pgf90* | pgf95*)
  3635. # Portland Group compilers (*not* the Pentium gcc compiler,
  3636. # which looks to be a dead project)
  3637. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3638. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
  3639. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3640. ;;
  3641. ccc*)
  3642. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3643. # All Alpha code is PIC.
  3644. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  3645. ;;
  3646. xl*)
  3647. # IBM XL C 8.0/Fortran 10.1 on PPC
  3648. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3649. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
  3650. _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
  3651. ;;
  3652. *)
  3653. case `$CC -V 2>&1 | sed 5q` in
  3654. *Sun\ C*)
  3655. # Sun C 5.9
  3656. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  3657. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3658. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3659. ;;
  3660. *Sun\ F*)
  3661. # Sun Fortran 8.3 passes all unrecognized flags to the linker
  3662. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  3663. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3664. _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
  3665. ;;
  3666. esac
  3667. ;;
  3668. esac
  3669. ;;
  3670. newsos6)
  3671. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  3672. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3673. ;;
  3674. *nto* | *qnx*)
  3675. # QNX uses GNU C++, but need to define -shared option too, otherwise
  3676. # it will coredump.
  3677. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
  3678. ;;
  3679. osf3* | osf4* | osf5*)
  3680. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3681. # All OSF/1 code is PIC.
  3682. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  3683. ;;
  3684. rdos*)
  3685. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  3686. ;;
  3687. solaris*)
  3688. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  3689. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3690. case $cc_basename in
  3691. f77* | f90* | f95*)
  3692. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
  3693. *)
  3694. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
  3695. esac
  3696. ;;
  3697. sunos4*)
  3698. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
  3699. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
  3700. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3701. ;;
  3702. sysv4 | sysv4.2uw2* | sysv4.3*)
  3703. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3704. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  3705. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3706. ;;
  3707. sysv4*MP*)
  3708. if test -d /usr/nec ;then
  3709. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
  3710. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3711. fi
  3712. ;;
  3713. sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
  3714. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3715. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  3716. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3717. ;;
  3718. unicos*)
  3719. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  3720. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
  3721. ;;
  3722. uts4*)
  3723. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  3724. _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  3725. ;;
  3726. *)
  3727. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
  3728. ;;
  3729. esac
  3730. fi
  3731. ])
  3732. case $host_os in
  3733. # For platforms which do not support PIC, -DPIC is meaningless:
  3734. *djgpp*)
  3735. _LT_TAGVAR(lt_prog_compiler_pic, $1)=
  3736. ;;
  3737. *)
  3738. _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
  3739. ;;
  3740. esac
  3741. AC_MSG_RESULT([$_LT_TAGVAR(lt_prog_compiler_pic, $1)])
  3742. _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1],
  3743. [How to pass a linker flag through the compiler])
  3744. #
  3745. # Check to make sure the PIC flag actually works.
  3746. #
  3747. if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
  3748. _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
  3749. [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
  3750. [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
  3751. [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
  3752. "" | " "*) ;;
  3753. *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;
  3754. esac],
  3755. [_LT_TAGVAR(lt_prog_compiler_pic, $1)=
  3756. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
  3757. fi
  3758. _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
  3759. [Additional compiler flags for building library objects])
  3760. #
  3761. # Check to make sure the static flag actually works.
  3762. #
  3763. wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
  3764. _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
  3765. _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1),
  3766. $lt_tmp_static_flag,
  3767. [],
  3768. [_LT_TAGVAR(lt_prog_compiler_static, $1)=])
  3769. _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
  3770. [Compiler flag to prevent dynamic linking])
  3771. ])# _LT_COMPILER_PIC
  3772. # _LT_LINKER_SHLIBS([TAGNAME])
  3773. # ----------------------------
  3774. # See if the linker supports building shared libraries.
  3775. m4_defun([_LT_LINKER_SHLIBS],
  3776. [AC_REQUIRE([LT_PATH_LD])dnl
  3777. AC_REQUIRE([LT_PATH_NM])dnl
  3778. m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  3779. m4_require([_LT_DECL_EGREP])dnl
  3780. m4_require([_LT_DECL_SED])dnl
  3781. m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
  3782. m4_require([_LT_TAG_COMPILER])dnl
  3783. AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
  3784. m4_if([$1], [CXX], [
  3785. _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  3786. case $host_os in
  3787. aix[[4-9]]*)
  3788. # If we're using GNU nm, then we don't want the "-C" option.
  3789. # -C means demangle to AIX nm, but means don't demangle with GNU nm
  3790. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
  3791. _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
  3792. else
  3793. _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'
  3794. fi
  3795. ;;
  3796. pw32*)
  3797. _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
  3798. ;;
  3799. cygwin* | mingw* | cegcc*)
  3800. _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
  3801. ;;
  3802. *)
  3803. _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  3804. ;;
  3805. esac
  3806. _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
  3807. ], [
  3808. runpath_var=
  3809. _LT_TAGVAR(allow_undefined_flag, $1)=
  3810. _LT_TAGVAR(always_export_symbols, $1)=no
  3811. _LT_TAGVAR(archive_cmds, $1)=
  3812. _LT_TAGVAR(archive_expsym_cmds, $1)=
  3813. _LT_TAGVAR(compiler_needs_object, $1)=no
  3814. _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
  3815. _LT_TAGVAR(export_dynamic_flag_spec, $1)=
  3816. _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  3817. _LT_TAGVAR(hardcode_automatic, $1)=no
  3818. _LT_TAGVAR(hardcode_direct, $1)=no
  3819. _LT_TAGVAR(hardcode_direct_absolute, $1)=no
  3820. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
  3821. _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
  3822. _LT_TAGVAR(hardcode_libdir_separator, $1)=
  3823. _LT_TAGVAR(hardcode_minus_L, $1)=no
  3824. _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
  3825. _LT_TAGVAR(inherit_rpath, $1)=no
  3826. _LT_TAGVAR(link_all_deplibs, $1)=unknown
  3827. _LT_TAGVAR(module_cmds, $1)=
  3828. _LT_TAGVAR(module_expsym_cmds, $1)=
  3829. _LT_TAGVAR(old_archive_from_new_cmds, $1)=
  3830. _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)=
  3831. _LT_TAGVAR(thread_safe_flag_spec, $1)=
  3832. _LT_TAGVAR(whole_archive_flag_spec, $1)=
  3833. # include_expsyms should be a list of space-separated symbols to be *always*
  3834. # included in the symbol list
  3835. _LT_TAGVAR(include_expsyms, $1)=
  3836. # exclude_expsyms can be an extended regexp of symbols to exclude
  3837. # it will be wrapped by ` (' and `)$', so one must not match beginning or
  3838. # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
  3839. # as well as any symbol that contains `d'.
  3840. _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
  3841. # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
  3842. # platforms (ab)use it in PIC code, but their linkers get confused if
  3843. # the symbol is explicitly referenced. Since portable code cannot
  3844. # rely on this symbol name, it's probably fine to never include it in
  3845. # preloaded symbol tables.
  3846. # Exclude shared library initialization/finalization symbols.
  3847. dnl Note also adjust exclude_expsyms for C++ above.
  3848. extract_expsyms_cmds=
  3849. case $host_os in
  3850. cygwin* | mingw* | pw32* | cegcc*)
  3851. # FIXME: the MSVC++ port hasn't been tested in a loooong time
  3852. # When not using gcc, we currently assume that we are using
  3853. # Microsoft Visual C++.
  3854. if test "$GCC" != yes; then
  3855. with_gnu_ld=no
  3856. fi
  3857. ;;
  3858. interix*)
  3859. # we just hope/assume this is gcc and not c89 (= MSVC++)
  3860. with_gnu_ld=yes
  3861. ;;
  3862. openbsd*)
  3863. with_gnu_ld=no
  3864. ;;
  3865. esac
  3866. _LT_TAGVAR(ld_shlibs, $1)=yes
  3867. if test "$with_gnu_ld" = yes; then
  3868. # If archive_cmds runs LD, not CC, wlarc should be empty
  3869. wlarc='${wl}'
  3870. # Set some defaults for GNU ld with shared library support. These
  3871. # are reset later if shared libraries are not supported. Putting them
  3872. # here allows them to be overridden if necessary.
  3873. runpath_var=LD_RUN_PATH
  3874. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  3875. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  3876. # ancient GNU ld didn't support --whole-archive et. al.
  3877. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
  3878. _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  3879. else
  3880. _LT_TAGVAR(whole_archive_flag_spec, $1)=
  3881. fi
  3882. supports_anon_versioning=no
  3883. case `$LD -v 2>&1` in
  3884. *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
  3885. *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
  3886. *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
  3887. *\ 2.11.*) ;; # other 2.11 versions
  3888. *) supports_anon_versioning=yes ;;
  3889. esac
  3890. # See if GNU ld supports shared libraries.
  3891. case $host_os in
  3892. aix[[3-9]]*)
  3893. # On AIX/PPC, the GNU linker is very broken
  3894. if test "$host_cpu" != ia64; then
  3895. _LT_TAGVAR(ld_shlibs, $1)=no
  3896. cat <<_LT_EOF 1>&2
  3897. *** Warning: the GNU linker, at least up to release 2.9.1, is reported
  3898. *** to be unable to reliably create shared libraries on AIX.
  3899. *** Therefore, libtool is disabling shared libraries support. If you
  3900. *** really care for shared libraries, you may want to modify your PATH
  3901. *** so that a non-GNU linker is found, and then restart.
  3902. _LT_EOF
  3903. fi
  3904. ;;
  3905. amigaos*)
  3906. case $host_cpu in
  3907. powerpc)
  3908. # see comment about AmigaOS4 .so support
  3909. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  3910. _LT_TAGVAR(archive_expsym_cmds, $1)=''
  3911. ;;
  3912. m68k)
  3913. _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)'
  3914. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  3915. _LT_TAGVAR(hardcode_minus_L, $1)=yes
  3916. ;;
  3917. esac
  3918. ;;
  3919. beos*)
  3920. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
  3921. _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
  3922. # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  3923. # support --undefined. This deserves some investigation. FIXME
  3924. _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  3925. else
  3926. _LT_TAGVAR(ld_shlibs, $1)=no
  3927. fi
  3928. ;;
  3929. cygwin* | mingw* | pw32* | cegcc*)
  3930. # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
  3931. # as there is no search path for DLLs.
  3932. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  3933. _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
  3934. _LT_TAGVAR(always_export_symbols, $1)=no
  3935. _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
  3936. _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'
  3937. if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
  3938. _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'
  3939. # If the export-symbols file already is a .def file (1st line
  3940. # is EXPORTS), use it as is; otherwise, prepend...
  3941. _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
  3942. cp $export_symbols $output_objdir/$soname.def;
  3943. else
  3944. echo EXPORTS > $output_objdir/$soname.def;
  3945. cat $export_symbols >> $output_objdir/$soname.def;
  3946. fi~
  3947. $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
  3948. else
  3949. _LT_TAGVAR(ld_shlibs, $1)=no
  3950. fi
  3951. ;;
  3952. interix[[3-9]]*)
  3953. _LT_TAGVAR(hardcode_direct, $1)=no
  3954. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  3955. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  3956. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  3957. # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
  3958. # Instead, shared libraries are loaded at an image base (0x10000000 by
  3959. # default) and relocated if they conflict, which is a slow very memory
  3960. # consuming and fragmenting process. To avoid this, we pick a random,
  3961. # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
  3962. # time. Moving up from 0x10000000 also allows more sbrk(2) space.
  3963. _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'
  3964. _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'
  3965. ;;
  3966. gnu* | linux* | tpf* | k*bsd*-gnu)
  3967. tmp_diet=no
  3968. if test "$host_os" = linux-dietlibc; then
  3969. case $cc_basename in
  3970. diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
  3971. esac
  3972. fi
  3973. if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
  3974. && test "$tmp_diet" = no
  3975. then
  3976. tmp_addflag=
  3977. tmp_sharedflag='-shared'
  3978. case $cc_basename,$host_cpu in
  3979. pgcc*) # Portland Group C compiler
  3980. _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
  3981. tmp_addflag=' $pic_flag'
  3982. ;;
  3983. pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
  3984. _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
  3985. tmp_addflag=' $pic_flag -Mnomain' ;;
  3986. ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
  3987. tmp_addflag=' -i_dynamic' ;;
  3988. efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
  3989. tmp_addflag=' -i_dynamic -nofor_main' ;;
  3990. ifc* | ifort*) # Intel Fortran compiler
  3991. tmp_addflag=' -nofor_main' ;;
  3992. lf95*) # Lahey Fortran 8.1
  3993. _LT_TAGVAR(whole_archive_flag_spec, $1)=
  3994. tmp_sharedflag='--shared' ;;
  3995. xl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
  3996. tmp_sharedflag='-qmkshrobj'
  3997. tmp_addflag= ;;
  3998. esac
  3999. case `$CC -V 2>&1 | sed 5q` in
  4000. *Sun\ C*) # Sun C 5.9
  4001. _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
  4002. _LT_TAGVAR(compiler_needs_object, $1)=yes
  4003. tmp_sharedflag='-G' ;;
  4004. *Sun\ F*) # Sun Fortran 8.3
  4005. tmp_sharedflag='-G' ;;
  4006. esac
  4007. _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  4008. if test "x$supports_anon_versioning" = xyes; then
  4009. _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
  4010. cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
  4011. echo "local: *; };" >> $output_objdir/$libname.ver~
  4012. $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  4013. fi
  4014. case $cc_basename in
  4015. xlf*)
  4016. # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
  4017. _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
  4018. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
  4019. _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
  4020. _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
  4021. if test "x$supports_anon_versioning" = xyes; then
  4022. _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
  4023. cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
  4024. echo "local: *; };" >> $output_objdir/$libname.ver~
  4025. $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
  4026. fi
  4027. ;;
  4028. esac
  4029. else
  4030. _LT_TAGVAR(ld_shlibs, $1)=no
  4031. fi
  4032. ;;
  4033. netbsd*)
  4034. if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
  4035. _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
  4036. wlarc=
  4037. else
  4038. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  4039. _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'
  4040. fi
  4041. ;;
  4042. solaris*)
  4043. if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
  4044. _LT_TAGVAR(ld_shlibs, $1)=no
  4045. cat <<_LT_EOF 1>&2
  4046. *** Warning: The releases 2.8.* of the GNU linker cannot reliably
  4047. *** create shared libraries on Solaris systems. Therefore, libtool
  4048. *** is disabling shared libraries support. We urge you to upgrade GNU
  4049. *** binutils to release 2.9.1 or newer. Another option is to modify
  4050. *** your PATH or compiler configuration so that the native linker is
  4051. *** used, and then restart.
  4052. _LT_EOF
  4053. elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
  4054. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  4055. _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'
  4056. else
  4057. _LT_TAGVAR(ld_shlibs, $1)=no
  4058. fi
  4059. ;;
  4060. sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
  4061. case `$LD -v 2>&1` in
  4062. *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
  4063. _LT_TAGVAR(ld_shlibs, $1)=no
  4064. cat <<_LT_EOF 1>&2
  4065. *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
  4066. *** reliably create shared libraries on SCO systems. Therefore, libtool
  4067. *** is disabling shared libraries support. We urge you to upgrade GNU
  4068. *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
  4069. *** your PATH or compiler configuration so that the native linker is
  4070. *** used, and then restart.
  4071. _LT_EOF
  4072. ;;
  4073. *)
  4074. # For security reasons, it is highly recommended that you always
  4075. # use absolute paths for naming shared libraries, and exclude the
  4076. # DT_RUNPATH tag from executables and libraries. But doing so
  4077. # requires that you compile everything twice, which is a pain.
  4078. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
  4079. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  4080. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  4081. _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'
  4082. else
  4083. _LT_TAGVAR(ld_shlibs, $1)=no
  4084. fi
  4085. ;;
  4086. esac
  4087. ;;
  4088. sunos4*)
  4089. _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  4090. wlarc=
  4091. _LT_TAGVAR(hardcode_direct, $1)=yes
  4092. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4093. ;;
  4094. *)
  4095. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
  4096. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  4097. _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'
  4098. else
  4099. _LT_TAGVAR(ld_shlibs, $1)=no
  4100. fi
  4101. ;;
  4102. esac
  4103. if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then
  4104. runpath_var=
  4105. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
  4106. _LT_TAGVAR(export_dynamic_flag_spec, $1)=
  4107. _LT_TAGVAR(whole_archive_flag_spec, $1)=
  4108. fi
  4109. else
  4110. # PORTME fill in a description of your system's linker (not GNU ld)
  4111. case $host_os in
  4112. aix3*)
  4113. _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
  4114. _LT_TAGVAR(always_export_symbols, $1)=yes
  4115. _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'
  4116. # Note: this linker hardcodes the directories in LIBPATH if there
  4117. # are no directories specified by -L.
  4118. _LT_TAGVAR(hardcode_minus_L, $1)=yes
  4119. if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
  4120. # Neither direct hardcoding nor static linking is supported with a
  4121. # broken collect2.
  4122. _LT_TAGVAR(hardcode_direct, $1)=unsupported
  4123. fi
  4124. ;;
  4125. aix[[4-9]]*)
  4126. if test "$host_cpu" = ia64; then
  4127. # On IA64, the linker does run time linking by default, so we don't
  4128. # have to do anything special.
  4129. aix_use_runtimelinking=no
  4130. exp_sym_flag='-Bexport'
  4131. no_entry_flag=""
  4132. else
  4133. # If we're using GNU nm, then we don't want the "-C" option.
  4134. # -C means demangle to AIX nm, but means don't demangle with GNU nm
  4135. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
  4136. _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
  4137. else
  4138. _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'
  4139. fi
  4140. aix_use_runtimelinking=no
  4141. # Test if we are trying to use run time linking or normal
  4142. # AIX style linking. If -brtl is somewhere in LDFLAGS, we
  4143. # need to do runtime linking.
  4144. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
  4145. for ld_flag in $LDFLAGS; do
  4146. if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
  4147. aix_use_runtimelinking=yes
  4148. break
  4149. fi
  4150. done
  4151. ;;
  4152. esac
  4153. exp_sym_flag='-bexport'
  4154. no_entry_flag='-bnoentry'
  4155. fi
  4156. # When large executables or shared objects are built, AIX ld can
  4157. # have problems creating the table of contents. If linking a library
  4158. # or program results in "error TOC overflow" add -mminimal-toc to
  4159. # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
  4160. # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  4161. _LT_TAGVAR(archive_cmds, $1)=''
  4162. _LT_TAGVAR(hardcode_direct, $1)=yes
  4163. _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
  4164. _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
  4165. _LT_TAGVAR(link_all_deplibs, $1)=yes
  4166. _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
  4167. if test "$GCC" = yes; then
  4168. case $host_os in aix4.[[012]]|aix4.[[012]].*)
  4169. # We only want to do this on AIX 4.2 and lower, the check
  4170. # below for broken collect2 doesn't work under 4.3+
  4171. collect2name=`${CC} -print-prog-name=collect2`
  4172. if test -f "$collect2name" &&
  4173. strings "$collect2name" | $GREP resolve_lib_name >/dev/null
  4174. then
  4175. # We have reworked collect2
  4176. :
  4177. else
  4178. # We have old collect2
  4179. _LT_TAGVAR(hardcode_direct, $1)=unsupported
  4180. # It fails to find uninstalled libraries when the uninstalled
  4181. # path is not listed in the libpath. Setting hardcode_minus_L
  4182. # to unsupported forces relinking
  4183. _LT_TAGVAR(hardcode_minus_L, $1)=yes
  4184. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  4185. _LT_TAGVAR(hardcode_libdir_separator, $1)=
  4186. fi
  4187. ;;
  4188. esac
  4189. shared_flag='-shared'
  4190. if test "$aix_use_runtimelinking" = yes; then
  4191. shared_flag="$shared_flag "'${wl}-G'
  4192. fi
  4193. else
  4194. # not using gcc
  4195. if test "$host_cpu" = ia64; then
  4196. # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
  4197. # chokes on -Wl,-G. The following line is correct:
  4198. shared_flag='-G'
  4199. else
  4200. if test "$aix_use_runtimelinking" = yes; then
  4201. shared_flag='${wl}-G'
  4202. else
  4203. shared_flag='${wl}-bM:SRE'
  4204. fi
  4205. fi
  4206. fi
  4207. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
  4208. # It seems that -bexpall does not export symbols beginning with
  4209. # underscore (_), so it is better to generate a list of symbols to export.
  4210. _LT_TAGVAR(always_export_symbols, $1)=yes
  4211. if test "$aix_use_runtimelinking" = yes; then
  4212. # Warning - without using the other runtime loading flags (-brtl),
  4213. # -berok will link without error, but may produce a broken library.
  4214. _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
  4215. # Determine the default libpath from the value encoded in an
  4216. # empty executable.
  4217. _LT_SYS_MODULE_PATH_AIX
  4218. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  4219. _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
  4220. else
  4221. if test "$host_cpu" = ia64; then
  4222. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
  4223. _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
  4224. _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"
  4225. else
  4226. # Determine the default libpath from the value encoded in an
  4227. # empty executable.
  4228. _LT_SYS_MODULE_PATH_AIX
  4229. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  4230. # Warning - without using the other run time loading flags,
  4231. # -berok will link without error, but may produce a broken library.
  4232. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
  4233. _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
  4234. # Exported symbols can be pulled into shared objects from archives
  4235. _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
  4236. _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
  4237. # This is similar to how AIX traditionally builds its shared libraries.
  4238. _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'
  4239. fi
  4240. fi
  4241. ;;
  4242. amigaos*)
  4243. case $host_cpu in
  4244. powerpc)
  4245. # see comment about AmigaOS4 .so support
  4246. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  4247. _LT_TAGVAR(archive_expsym_cmds, $1)=''
  4248. ;;
  4249. m68k)
  4250. _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)'
  4251. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  4252. _LT_TAGVAR(hardcode_minus_L, $1)=yes
  4253. ;;
  4254. esac
  4255. ;;
  4256. bsdi[[45]]*)
  4257. _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
  4258. ;;
  4259. cygwin* | mingw* | pw32* | cegcc*)
  4260. # When not using gcc, we currently assume that we are using
  4261. # Microsoft Visual C++.
  4262. # hardcode_libdir_flag_spec is actually meaningless, as there is
  4263. # no search path for DLLs.
  4264. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
  4265. _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
  4266. # Tell ltmain to make .lib files, not .a files.
  4267. libext=lib
  4268. # Tell ltmain to make .dll files, not .so files.
  4269. shrext_cmds=".dll"
  4270. # FIXME: Setting linknames here is a bad hack.
  4271. _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
  4272. # The linker will automatically build a .lib file if we build a DLL.
  4273. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
  4274. # FIXME: Should let the user specify the lib program.
  4275. _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
  4276. _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
  4277. _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
  4278. ;;
  4279. darwin* | rhapsody*)
  4280. _LT_DARWIN_LINKER_FEATURES($1)
  4281. ;;
  4282. dgux*)
  4283. _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  4284. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  4285. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4286. ;;
  4287. freebsd1*)
  4288. _LT_TAGVAR(ld_shlibs, $1)=no
  4289. ;;
  4290. # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
  4291. # support. Future versions do this automatically, but an explicit c++rt0.o
  4292. # does not break anything, and helps significantly (at the cost of a little
  4293. # extra space).
  4294. freebsd2.2*)
  4295. _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
  4296. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  4297. _LT_TAGVAR(hardcode_direct, $1)=yes
  4298. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4299. ;;
  4300. # Unfortunately, older versions of FreeBSD 2 do not have this feature.
  4301. freebsd2*)
  4302. _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  4303. _LT_TAGVAR(hardcode_direct, $1)=yes
  4304. _LT_TAGVAR(hardcode_minus_L, $1)=yes
  4305. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4306. ;;
  4307. # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
  4308. freebsd* | dragonfly*)
  4309. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
  4310. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  4311. _LT_TAGVAR(hardcode_direct, $1)=yes
  4312. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4313. ;;
  4314. hpux9*)
  4315. if test "$GCC" = yes; then
  4316. _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  4317. else
  4318. _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'
  4319. fi
  4320. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  4321. _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  4322. _LT_TAGVAR(hardcode_direct, $1)=yes
  4323. # hardcode_minus_L: Not really in the search PATH,
  4324. # but as the default location of the library.
  4325. _LT_TAGVAR(hardcode_minus_L, $1)=yes
  4326. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  4327. ;;
  4328. hpux10*)
  4329. if test "$GCC" = yes -a "$with_gnu_ld" = no; then
  4330. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
  4331. else
  4332. _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
  4333. fi
  4334. if test "$with_gnu_ld" = no; then
  4335. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  4336. _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
  4337. _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  4338. _LT_TAGVAR(hardcode_direct, $1)=yes
  4339. _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
  4340. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  4341. # hardcode_minus_L: Not really in the search PATH,
  4342. # but as the default location of the library.
  4343. _LT_TAGVAR(hardcode_minus_L, $1)=yes
  4344. fi
  4345. ;;
  4346. hpux11*)
  4347. if test "$GCC" = yes -a "$with_gnu_ld" = no; then
  4348. case $host_cpu in
  4349. hppa*64*)
  4350. _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  4351. ;;
  4352. ia64*)
  4353. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
  4354. ;;
  4355. *)
  4356. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
  4357. ;;
  4358. esac
  4359. else
  4360. case $host_cpu in
  4361. hppa*64*)
  4362. _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  4363. ;;
  4364. ia64*)
  4365. _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
  4366. ;;
  4367. *)
  4368. _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
  4369. ;;
  4370. esac
  4371. fi
  4372. if test "$with_gnu_ld" = no; then
  4373. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  4374. _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  4375. case $host_cpu in
  4376. hppa*64*|ia64*)
  4377. _LT_TAGVAR(hardcode_direct, $1)=no
  4378. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4379. ;;
  4380. *)
  4381. _LT_TAGVAR(hardcode_direct, $1)=yes
  4382. _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
  4383. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  4384. # hardcode_minus_L: Not really in the search PATH,
  4385. # but as the default location of the library.
  4386. _LT_TAGVAR(hardcode_minus_L, $1)=yes
  4387. ;;
  4388. esac
  4389. fi
  4390. ;;
  4391. irix5* | irix6* | nonstopux*)
  4392. if test "$GCC" = yes; then
  4393. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  4394. # Try to use the -exported_symbol ld option, if it does not
  4395. # work, assume that -exports_file does not work either and
  4396. # implicitly export all symbols.
  4397. save_LDFLAGS="$LDFLAGS"
  4398. LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
  4399. AC_LINK_IFELSE(int foo(void) {},
  4400. _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
  4401. )
  4402. LDFLAGS="$save_LDFLAGS"
  4403. else
  4404. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
  4405. _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
  4406. fi
  4407. _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
  4408. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  4409. _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  4410. _LT_TAGVAR(inherit_rpath, $1)=yes
  4411. _LT_TAGVAR(link_all_deplibs, $1)=yes
  4412. ;;
  4413. netbsd*)
  4414. if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
  4415. _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
  4416. else
  4417. _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
  4418. fi
  4419. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  4420. _LT_TAGVAR(hardcode_direct, $1)=yes
  4421. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4422. ;;
  4423. newsos6)
  4424. _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  4425. _LT_TAGVAR(hardcode_direct, $1)=yes
  4426. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  4427. _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  4428. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4429. ;;
  4430. *nto* | *qnx*)
  4431. ;;
  4432. openbsd*)
  4433. if test -f /usr/libexec/ld.so; then
  4434. _LT_TAGVAR(hardcode_direct, $1)=yes
  4435. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4436. _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
  4437. if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  4438. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  4439. _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
  4440. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  4441. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  4442. else
  4443. case $host_os in
  4444. openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
  4445. _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  4446. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  4447. ;;
  4448. *)
  4449. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  4450. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  4451. ;;
  4452. esac
  4453. fi
  4454. else
  4455. _LT_TAGVAR(ld_shlibs, $1)=no
  4456. fi
  4457. ;;
  4458. os2*)
  4459. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  4460. _LT_TAGVAR(hardcode_minus_L, $1)=yes
  4461. _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
  4462. _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'
  4463. _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
  4464. ;;
  4465. osf3*)
  4466. if test "$GCC" = yes; then
  4467. _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
  4468. _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  4469. else
  4470. _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
  4471. _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
  4472. fi
  4473. _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
  4474. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  4475. _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  4476. ;;
  4477. osf4* | osf5*) # as osf3* with the addition of -msym flag
  4478. if test "$GCC" = yes; then
  4479. _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
  4480. _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  4481. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  4482. else
  4483. _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
  4484. _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
  4485. _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~
  4486. $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
  4487. # Both c and cxx compiler support -rpath directly
  4488. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
  4489. fi
  4490. _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
  4491. _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  4492. ;;
  4493. solaris*)
  4494. _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
  4495. if test "$GCC" = yes; then
  4496. wlarc='${wl}'
  4497. _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  4498. _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  4499. $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
  4500. else
  4501. case `$CC -V 2>&1` in
  4502. *"Compilers 5.0"*)
  4503. wlarc=''
  4504. _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  4505. _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  4506. $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
  4507. ;;
  4508. *)
  4509. wlarc='${wl}'
  4510. _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
  4511. _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  4512. $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
  4513. ;;
  4514. esac
  4515. fi
  4516. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  4517. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4518. case $host_os in
  4519. solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
  4520. *)
  4521. # The compiler driver will combine and reorder linker options,
  4522. # but understands `-z linker_flag'. GCC discards it without `$wl',
  4523. # but is careful enough not to reorder.
  4524. # Supported since Solaris 2.6 (maybe 2.5.1?)
  4525. if test "$GCC" = yes; then
  4526. _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
  4527. else
  4528. _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
  4529. fi
  4530. ;;
  4531. esac
  4532. _LT_TAGVAR(link_all_deplibs, $1)=yes
  4533. ;;
  4534. sunos4*)
  4535. if test "x$host_vendor" = xsequent; then
  4536. # Use $CC to link under sequent, because it throws in some extra .o
  4537. # files that make .init and .fini sections work.
  4538. _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
  4539. else
  4540. _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
  4541. fi
  4542. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  4543. _LT_TAGVAR(hardcode_direct, $1)=yes
  4544. _LT_TAGVAR(hardcode_minus_L, $1)=yes
  4545. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4546. ;;
  4547. sysv4)
  4548. case $host_vendor in
  4549. sni)
  4550. _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  4551. _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
  4552. ;;
  4553. siemens)
  4554. ## LD is ld it makes a PLAMLIB
  4555. ## CC just makes a GrossModule.
  4556. _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
  4557. _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
  4558. _LT_TAGVAR(hardcode_direct, $1)=no
  4559. ;;
  4560. motorola)
  4561. _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  4562. _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
  4563. ;;
  4564. esac
  4565. runpath_var='LD_RUN_PATH'
  4566. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4567. ;;
  4568. sysv4.3*)
  4569. _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  4570. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4571. _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
  4572. ;;
  4573. sysv4*MP*)
  4574. if test -d /usr/nec; then
  4575. _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  4576. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4577. runpath_var=LD_RUN_PATH
  4578. hardcode_runpath_var=yes
  4579. _LT_TAGVAR(ld_shlibs, $1)=yes
  4580. fi
  4581. ;;
  4582. sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
  4583. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
  4584. _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  4585. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4586. runpath_var='LD_RUN_PATH'
  4587. if test "$GCC" = yes; then
  4588. _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  4589. _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  4590. else
  4591. _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  4592. _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  4593. fi
  4594. ;;
  4595. sysv5* | sco3.2v5* | sco5v6*)
  4596. # Note: We can NOT use -z defs as we might desire, because we do not
  4597. # link with -lc, and that would cause any symbols used from libc to
  4598. # always be unresolved, which means just about no library would
  4599. # ever link correctly. If we're not using GNU ld we use -z text
  4600. # though, which does catch some bad symbols but isn't as heavy-handed
  4601. # as -z defs.
  4602. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
  4603. _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
  4604. _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  4605. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4606. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
  4607. _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
  4608. _LT_TAGVAR(link_all_deplibs, $1)=yes
  4609. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
  4610. runpath_var='LD_RUN_PATH'
  4611. if test "$GCC" = yes; then
  4612. _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  4613. _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  4614. else
  4615. _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  4616. _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  4617. fi
  4618. ;;
  4619. uts4*)
  4620. _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  4621. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  4622. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  4623. ;;
  4624. *)
  4625. _LT_TAGVAR(ld_shlibs, $1)=no
  4626. ;;
  4627. esac
  4628. if test x$host_vendor = xsni; then
  4629. case $host in
  4630. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  4631. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym'
  4632. ;;
  4633. esac
  4634. fi
  4635. fi
  4636. ])
  4637. AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
  4638. test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
  4639. _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
  4640. _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
  4641. _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
  4642. _LT_DECL([], [extract_expsyms_cmds], [2],
  4643. [The commands to extract the exported symbol list from a shared archive])
  4644. #
  4645. # Do we need to explicitly link libc?
  4646. #
  4647. case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
  4648. x|xyes)
  4649. # Assume -lc should be added
  4650. _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
  4651. if test "$enable_shared" = yes && test "$GCC" = yes; then
  4652. case $_LT_TAGVAR(archive_cmds, $1) in
  4653. *'~'*)
  4654. # FIXME: we may have to deal with multi-command sequences.
  4655. ;;
  4656. '$CC '*)
  4657. # Test whether the compiler implicitly links with -lc since on some
  4658. # systems, -lgcc has to come before -lc. If gcc already passes -lc
  4659. # to ld, don't add -lc before -lgcc.
  4660. AC_MSG_CHECKING([whether -lc should be explicitly linked in])
  4661. $RM conftest*
  4662. echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  4663. if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
  4664. soname=conftest
  4665. lib=conftest
  4666. libobjs=conftest.$ac_objext
  4667. deplibs=
  4668. wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
  4669. pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
  4670. compiler_flags=-v
  4671. linker_flags=-v
  4672. verstring=
  4673. output_objdir=.
  4674. libname=conftest
  4675. lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
  4676. _LT_TAGVAR(allow_undefined_flag, $1)=
  4677. if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
  4678. then
  4679. _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  4680. else
  4681. _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
  4682. fi
  4683. _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
  4684. else
  4685. cat conftest.err 1>&5
  4686. fi
  4687. $RM conftest*
  4688. AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)])
  4689. ;;
  4690. esac
  4691. fi
  4692. ;;
  4693. esac
  4694. _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
  4695. [Whether or not to add -lc for building shared libraries])
  4696. _LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
  4697. [enable_shared_with_static_runtimes], [0],
  4698. [Whether or not to disallow shared libs when runtime libs are static])
  4699. _LT_TAGDECL([], [export_dynamic_flag_spec], [1],
  4700. [Compiler flag to allow reflexive dlopens])
  4701. _LT_TAGDECL([], [whole_archive_flag_spec], [1],
  4702. [Compiler flag to generate shared objects directly from archives])
  4703. _LT_TAGDECL([], [compiler_needs_object], [1],
  4704. [Whether the compiler copes with passing no objects directly])
  4705. _LT_TAGDECL([], [old_archive_from_new_cmds], [2],
  4706. [Create an old-style archive from a shared archive])
  4707. _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
  4708. [Create a temporary old-style archive to link instead of a shared archive])
  4709. _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
  4710. _LT_TAGDECL([], [archive_expsym_cmds], [2])
  4711. _LT_TAGDECL([], [module_cmds], [2],
  4712. [Commands used to build a loadable module if different from building
  4713. a shared archive.])
  4714. _LT_TAGDECL([], [module_expsym_cmds], [2])
  4715. _LT_TAGDECL([], [with_gnu_ld], [1],
  4716. [Whether we are building with GNU ld or not])
  4717. _LT_TAGDECL([], [allow_undefined_flag], [1],
  4718. [Flag that allows shared libraries with undefined symbols to be built])
  4719. _LT_TAGDECL([], [no_undefined_flag], [1],
  4720. [Flag that enforces no undefined symbols])
  4721. _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
  4722. [Flag to hardcode $libdir into a binary during linking.
  4723. This must work even if $libdir does not exist])
  4724. _LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1],
  4725. [[If ld is used when linking, flag to hardcode $libdir into a binary
  4726. during linking. This must work even if $libdir does not exist]])
  4727. _LT_TAGDECL([], [hardcode_libdir_separator], [1],
  4728. [Whether we need a single "-rpath" flag with a separated argument])
  4729. _LT_TAGDECL([], [hardcode_direct], [0],
  4730. [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  4731. DIR into the resulting binary])
  4732. _LT_TAGDECL([], [hardcode_direct_absolute], [0],
  4733. [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  4734. DIR into the resulting binary and the resulting library dependency is
  4735. "absolute", i.e impossible to change by setting ${shlibpath_var} if the
  4736. library is relocated])
  4737. _LT_TAGDECL([], [hardcode_minus_L], [0],
  4738. [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  4739. into the resulting binary])
  4740. _LT_TAGDECL([], [hardcode_shlibpath_var], [0],
  4741. [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  4742. into the resulting binary])
  4743. _LT_TAGDECL([], [hardcode_automatic], [0],
  4744. [Set to "yes" if building a shared library automatically hardcodes DIR
  4745. into the library and all subsequent libraries and executables linked
  4746. against it])
  4747. _LT_TAGDECL([], [inherit_rpath], [0],
  4748. [Set to yes if linker adds runtime paths of dependent libraries
  4749. to runtime path list])
  4750. _LT_TAGDECL([], [link_all_deplibs], [0],
  4751. [Whether libtool must link a program against all its dependency libraries])
  4752. _LT_TAGDECL([], [fix_srcfile_path], [1],
  4753. [Fix the shell variable $srcfile for the compiler])
  4754. _LT_TAGDECL([], [always_export_symbols], [0],
  4755. [Set to "yes" if exported symbols are required])
  4756. _LT_TAGDECL([], [export_symbols_cmds], [2],
  4757. [The commands to list exported symbols])
  4758. _LT_TAGDECL([], [exclude_expsyms], [1],
  4759. [Symbols that should not be listed in the preloaded symbols])
  4760. _LT_TAGDECL([], [include_expsyms], [1],
  4761. [Symbols that must always be exported])
  4762. _LT_TAGDECL([], [prelink_cmds], [2],
  4763. [Commands necessary for linking programs (against libraries) with templates])
  4764. _LT_TAGDECL([], [file_list_spec], [1],
  4765. [Specify filename containing input files])
  4766. dnl FIXME: Not yet implemented
  4767. dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
  4768. dnl [Compiler flag to generate thread safe objects])
  4769. ])# _LT_LINKER_SHLIBS
  4770. # _LT_LANG_C_CONFIG([TAG])
  4771. # ------------------------
  4772. # Ensure that the configuration variables for a C compiler are suitably
  4773. # defined. These variables are subsequently used by _LT_CONFIG to write
  4774. # the compiler configuration to `libtool'.
  4775. m4_defun([_LT_LANG_C_CONFIG],
  4776. [m4_require([_LT_DECL_EGREP])dnl
  4777. lt_save_CC="$CC"
  4778. AC_LANG_PUSH(C)
  4779. # Source file extension for C test sources.
  4780. ac_ext=c
  4781. # Object file extension for compiled C test sources.
  4782. objext=o
  4783. _LT_TAGVAR(objext, $1)=$objext
  4784. # Code to be used in simple compile tests
  4785. lt_simple_compile_test_code="int some_variable = 0;"
  4786. # Code to be used in simple link tests
  4787. lt_simple_link_test_code='int main(){return(0);}'
  4788. _LT_TAG_COMPILER
  4789. # Save the default compiler, since it gets overwritten when the other
  4790. # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
  4791. compiler_DEFAULT=$CC
  4792. # save warnings/boilerplate of simple test code
  4793. _LT_COMPILER_BOILERPLATE
  4794. _LT_LINKER_BOILERPLATE
  4795. if test -n "$compiler"; then
  4796. _LT_COMPILER_NO_RTTI($1)
  4797. _LT_COMPILER_PIC($1)
  4798. _LT_COMPILER_C_O($1)
  4799. _LT_COMPILER_FILE_LOCKS($1)
  4800. _LT_LINKER_SHLIBS($1)
  4801. _LT_SYS_DYNAMIC_LINKER($1)
  4802. _LT_LINKER_HARDCODE_LIBPATH($1)
  4803. LT_SYS_DLOPEN_SELF
  4804. _LT_CMD_STRIPLIB
  4805. # Report which library types will actually be built
  4806. AC_MSG_CHECKING([if libtool supports shared libraries])
  4807. AC_MSG_RESULT([$can_build_shared])
  4808. AC_MSG_CHECKING([whether to build shared libraries])
  4809. test "$can_build_shared" = "no" && enable_shared=no
  4810. # On AIX, shared libraries and static libraries use the same namespace, and
  4811. # are all built from PIC.
  4812. case $host_os in
  4813. aix3*)
  4814. test "$enable_shared" = yes && enable_static=no
  4815. if test -n "$RANLIB"; then
  4816. archive_cmds="$archive_cmds~\$RANLIB \$lib"
  4817. postinstall_cmds='$RANLIB $lib'
  4818. fi
  4819. ;;
  4820. aix[[4-9]]*)
  4821. if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
  4822. test "$enable_shared" = yes && enable_static=no
  4823. fi
  4824. ;;
  4825. esac
  4826. AC_MSG_RESULT([$enable_shared])
  4827. AC_MSG_CHECKING([whether to build static libraries])
  4828. # Make sure either enable_shared or enable_static is yes.
  4829. test "$enable_shared" = yes || enable_static=yes
  4830. AC_MSG_RESULT([$enable_static])
  4831. _LT_CONFIG($1)
  4832. fi
  4833. AC_LANG_POP
  4834. CC="$lt_save_CC"
  4835. ])# _LT_LANG_C_CONFIG
  4836. # _LT_PROG_CXX
  4837. # ------------
  4838. # Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++
  4839. # compiler, we have our own version here.
  4840. m4_defun([_LT_PROG_CXX],
  4841. [
  4842. pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes])
  4843. AC_PROG_CXX
  4844. if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
  4845. ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
  4846. (test "X$CXX" != "Xg++"))) ; then
  4847. AC_PROG_CXXCPP
  4848. else
  4849. _lt_caught_CXX_error=yes
  4850. fi
  4851. popdef([AC_MSG_ERROR])
  4852. ])# _LT_PROG_CXX
  4853. dnl aclocal-1.4 backwards compatibility:
  4854. dnl AC_DEFUN([_LT_PROG_CXX], [])
  4855. # _LT_LANG_CXX_CONFIG([TAG])
  4856. # --------------------------
  4857. # Ensure that the configuration variables for a C++ compiler are suitably
  4858. # defined. These variables are subsequently used by _LT_CONFIG to write
  4859. # the compiler configuration to `libtool'.
  4860. m4_defun([_LT_LANG_CXX_CONFIG],
  4861. [AC_REQUIRE([_LT_PROG_CXX])dnl
  4862. m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  4863. m4_require([_LT_DECL_EGREP])dnl
  4864. AC_LANG_PUSH(C++)
  4865. _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  4866. _LT_TAGVAR(allow_undefined_flag, $1)=
  4867. _LT_TAGVAR(always_export_symbols, $1)=no
  4868. _LT_TAGVAR(archive_expsym_cmds, $1)=
  4869. _LT_TAGVAR(compiler_needs_object, $1)=no
  4870. _LT_TAGVAR(export_dynamic_flag_spec, $1)=
  4871. _LT_TAGVAR(hardcode_direct, $1)=no
  4872. _LT_TAGVAR(hardcode_direct_absolute, $1)=no
  4873. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
  4874. _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
  4875. _LT_TAGVAR(hardcode_libdir_separator, $1)=
  4876. _LT_TAGVAR(hardcode_minus_L, $1)=no
  4877. _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
  4878. _LT_TAGVAR(hardcode_automatic, $1)=no
  4879. _LT_TAGVAR(inherit_rpath, $1)=no
  4880. _LT_TAGVAR(module_cmds, $1)=
  4881. _LT_TAGVAR(module_expsym_cmds, $1)=
  4882. _LT_TAGVAR(link_all_deplibs, $1)=unknown
  4883. _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
  4884. _LT_TAGVAR(no_undefined_flag, $1)=
  4885. _LT_TAGVAR(whole_archive_flag_spec, $1)=
  4886. _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
  4887. # Source file extension for C++ test sources.
  4888. ac_ext=cpp
  4889. # Object file extension for compiled C++ test sources.
  4890. objext=o
  4891. _LT_TAGVAR(objext, $1)=$objext
  4892. # No sense in running all these tests if we already determined that
  4893. # the CXX compiler isn't working. Some variables (like enable_shared)
  4894. # are currently assumed to apply to all compilers on this platform,
  4895. # and will be corrupted by setting them based on a non-working compiler.
  4896. if test "$_lt_caught_CXX_error" != yes; then
  4897. # Code to be used in simple compile tests
  4898. lt_simple_compile_test_code="int some_variable = 0;"
  4899. # Code to be used in simple link tests
  4900. lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
  4901. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  4902. _LT_TAG_COMPILER
  4903. # save warnings/boilerplate of simple test code
  4904. _LT_COMPILER_BOILERPLATE
  4905. _LT_LINKER_BOILERPLATE
  4906. # Allow CC to be a program name with arguments.
  4907. lt_save_CC=$CC
  4908. lt_save_LD=$LD
  4909. lt_save_GCC=$GCC
  4910. GCC=$GXX
  4911. lt_save_with_gnu_ld=$with_gnu_ld
  4912. lt_save_path_LD=$lt_cv_path_LD
  4913. if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
  4914. lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
  4915. else
  4916. $as_unset lt_cv_prog_gnu_ld
  4917. fi
  4918. if test -n "${lt_cv_path_LDCXX+set}"; then
  4919. lt_cv_path_LD=$lt_cv_path_LDCXX
  4920. else
  4921. $as_unset lt_cv_path_LD
  4922. fi
  4923. test -z "${LDCXX+set}" || LD=$LDCXX
  4924. CC=${CXX-"c++"}
  4925. compiler=$CC
  4926. _LT_TAGVAR(compiler, $1)=$CC
  4927. _LT_CC_BASENAME([$compiler])
  4928. if test -n "$compiler"; then
  4929. # We don't want -fno-exception when compiling C++ code, so set the
  4930. # no_builtin_flag separately
  4931. if test "$GXX" = yes; then
  4932. _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
  4933. else
  4934. _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
  4935. fi
  4936. if test "$GXX" = yes; then
  4937. # Set up default GNU C++ configuration
  4938. LT_PATH_LD
  4939. # Check if GNU C++ uses GNU ld as the underlying linker, since the
  4940. # archiving commands below assume that GNU ld is being used.
  4941. if test "$with_gnu_ld" = yes; then
  4942. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  4943. _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  4944. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  4945. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  4946. # If archive_cmds runs LD, not CC, wlarc should be empty
  4947. # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
  4948. # investigate it a little bit more. (MM)
  4949. wlarc='${wl}'
  4950. # ancient GNU ld didn't support --whole-archive et. al.
  4951. if eval "`$CC -print-prog-name=ld` --help 2>&1" |
  4952. $GREP 'no-whole-archive' > /dev/null; then
  4953. _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  4954. else
  4955. _LT_TAGVAR(whole_archive_flag_spec, $1)=
  4956. fi
  4957. else
  4958. with_gnu_ld=no
  4959. wlarc=
  4960. # A generic and very simple default shared library creation
  4961. # command for GNU C++ for the case where it uses the native
  4962. # linker, instead of GNU ld. If possible, this setting should
  4963. # overridden to take advantage of the native linker features on
  4964. # the platform it is being used on.
  4965. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
  4966. fi
  4967. # Commands to make compiler produce verbose output that lists
  4968. # what "hidden" libraries, object files and flags are used when
  4969. # linking a shared library.
  4970. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
  4971. else
  4972. GXX=no
  4973. with_gnu_ld=no
  4974. wlarc=
  4975. fi
  4976. # PORTME: fill in a description of your system's C++ link characteristics
  4977. AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
  4978. _LT_TAGVAR(ld_shlibs, $1)=yes
  4979. case $host_os in
  4980. aix3*)
  4981. # FIXME: insert proper C++ library support
  4982. _LT_TAGVAR(ld_shlibs, $1)=no
  4983. ;;
  4984. aix[[4-9]]*)
  4985. if test "$host_cpu" = ia64; then
  4986. # On IA64, the linker does run time linking by default, so we don't
  4987. # have to do anything special.
  4988. aix_use_runtimelinking=no
  4989. exp_sym_flag='-Bexport'
  4990. no_entry_flag=""
  4991. else
  4992. aix_use_runtimelinking=no
  4993. # Test if we are trying to use run time linking or normal
  4994. # AIX style linking. If -brtl is somewhere in LDFLAGS, we
  4995. # need to do runtime linking.
  4996. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
  4997. for ld_flag in $LDFLAGS; do
  4998. case $ld_flag in
  4999. *-brtl*)
  5000. aix_use_runtimelinking=yes
  5001. break
  5002. ;;
  5003. esac
  5004. done
  5005. ;;
  5006. esac
  5007. exp_sym_flag='-bexport'
  5008. no_entry_flag='-bnoentry'
  5009. fi
  5010. # When large executables or shared objects are built, AIX ld can
  5011. # have problems creating the table of contents. If linking a library
  5012. # or program results in "error TOC overflow" add -mminimal-toc to
  5013. # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
  5014. # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  5015. _LT_TAGVAR(archive_cmds, $1)=''
  5016. _LT_TAGVAR(hardcode_direct, $1)=yes
  5017. _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
  5018. _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
  5019. _LT_TAGVAR(link_all_deplibs, $1)=yes
  5020. _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
  5021. if test "$GXX" = yes; then
  5022. case $host_os in aix4.[[012]]|aix4.[[012]].*)
  5023. # We only want to do this on AIX 4.2 and lower, the check
  5024. # below for broken collect2 doesn't work under 4.3+
  5025. collect2name=`${CC} -print-prog-name=collect2`
  5026. if test -f "$collect2name" &&
  5027. strings "$collect2name" | $GREP resolve_lib_name >/dev/null
  5028. then
  5029. # We have reworked collect2
  5030. :
  5031. else
  5032. # We have old collect2
  5033. _LT_TAGVAR(hardcode_direct, $1)=unsupported
  5034. # It fails to find uninstalled libraries when the uninstalled
  5035. # path is not listed in the libpath. Setting hardcode_minus_L
  5036. # to unsupported forces relinking
  5037. _LT_TAGVAR(hardcode_minus_L, $1)=yes
  5038. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  5039. _LT_TAGVAR(hardcode_libdir_separator, $1)=
  5040. fi
  5041. esac
  5042. shared_flag='-shared'
  5043. if test "$aix_use_runtimelinking" = yes; then
  5044. shared_flag="$shared_flag "'${wl}-G'
  5045. fi
  5046. else
  5047. # not using gcc
  5048. if test "$host_cpu" = ia64; then
  5049. # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
  5050. # chokes on -Wl,-G. The following line is correct:
  5051. shared_flag='-G'
  5052. else
  5053. if test "$aix_use_runtimelinking" = yes; then
  5054. shared_flag='${wl}-G'
  5055. else
  5056. shared_flag='${wl}-bM:SRE'
  5057. fi
  5058. fi
  5059. fi
  5060. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
  5061. # It seems that -bexpall does not export symbols beginning with
  5062. # underscore (_), so it is better to generate a list of symbols to
  5063. # export.
  5064. _LT_TAGVAR(always_export_symbols, $1)=yes
  5065. if test "$aix_use_runtimelinking" = yes; then
  5066. # Warning - without using the other runtime loading flags (-brtl),
  5067. # -berok will link without error, but may produce a broken library.
  5068. _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
  5069. # Determine the default libpath from the value encoded in an empty
  5070. # executable.
  5071. _LT_SYS_MODULE_PATH_AIX
  5072. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  5073. _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
  5074. else
  5075. if test "$host_cpu" = ia64; then
  5076. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
  5077. _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
  5078. _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"
  5079. else
  5080. # Determine the default libpath from the value encoded in an
  5081. # empty executable.
  5082. _LT_SYS_MODULE_PATH_AIX
  5083. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  5084. # Warning - without using the other run time loading flags,
  5085. # -berok will link without error, but may produce a broken library.
  5086. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
  5087. _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
  5088. # Exported symbols can be pulled into shared objects from archives
  5089. _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
  5090. _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
  5091. # This is similar to how AIX traditionally builds its shared
  5092. # libraries.
  5093. _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'
  5094. fi
  5095. fi
  5096. ;;
  5097. beos*)
  5098. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
  5099. _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
  5100. # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  5101. # support --undefined. This deserves some investigation. FIXME
  5102. _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  5103. else
  5104. _LT_TAGVAR(ld_shlibs, $1)=no
  5105. fi
  5106. ;;
  5107. chorus*)
  5108. case $cc_basename in
  5109. *)
  5110. # FIXME: insert proper C++ library support
  5111. _LT_TAGVAR(ld_shlibs, $1)=no
  5112. ;;
  5113. esac
  5114. ;;
  5115. cygwin* | mingw* | pw32* | cegcc*)
  5116. # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
  5117. # as there is no search path for DLLs.
  5118. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  5119. _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
  5120. _LT_TAGVAR(always_export_symbols, $1)=no
  5121. _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
  5122. if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
  5123. _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'
  5124. # If the export-symbols file already is a .def file (1st line
  5125. # is EXPORTS), use it as is; otherwise, prepend...
  5126. _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
  5127. cp $export_symbols $output_objdir/$soname.def;
  5128. else
  5129. echo EXPORTS > $output_objdir/$soname.def;
  5130. cat $export_symbols >> $output_objdir/$soname.def;
  5131. fi~
  5132. $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'
  5133. else
  5134. _LT_TAGVAR(ld_shlibs, $1)=no
  5135. fi
  5136. ;;
  5137. darwin* | rhapsody*)
  5138. _LT_DARWIN_LINKER_FEATURES($1)
  5139. ;;
  5140. dgux*)
  5141. case $cc_basename in
  5142. ec++*)
  5143. # FIXME: insert proper C++ library support
  5144. _LT_TAGVAR(ld_shlibs, $1)=no
  5145. ;;
  5146. ghcx*)
  5147. # Green Hills C++ Compiler
  5148. # FIXME: insert proper C++ library support
  5149. _LT_TAGVAR(ld_shlibs, $1)=no
  5150. ;;
  5151. *)
  5152. # FIXME: insert proper C++ library support
  5153. _LT_TAGVAR(ld_shlibs, $1)=no
  5154. ;;
  5155. esac
  5156. ;;
  5157. freebsd[[12]]*)
  5158. # C++ shared libraries reported to be fairly broken before
  5159. # switch to ELF
  5160. _LT_TAGVAR(ld_shlibs, $1)=no
  5161. ;;
  5162. freebsd-elf*)
  5163. _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  5164. ;;
  5165. freebsd* | dragonfly*)
  5166. # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
  5167. # conventions
  5168. _LT_TAGVAR(ld_shlibs, $1)=yes
  5169. ;;
  5170. gnu*)
  5171. ;;
  5172. hpux9*)
  5173. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  5174. _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  5175. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  5176. _LT_TAGVAR(hardcode_direct, $1)=yes
  5177. _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
  5178. # but as the default
  5179. # location of the library.
  5180. case $cc_basename in
  5181. CC*)
  5182. # FIXME: insert proper C++ library support
  5183. _LT_TAGVAR(ld_shlibs, $1)=no
  5184. ;;
  5185. aCC*)
  5186. _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'
  5187. # Commands to make compiler produce verbose output that lists
  5188. # what "hidden" libraries, object files and flags are used when
  5189. # linking a shared library.
  5190. #
  5191. # There doesn't appear to be a way to prevent this compiler from
  5192. # explicitly linking system object files so we need to strip them
  5193. # from the output so that they don't get included in the library
  5194. # dependencies.
  5195. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
  5196. ;;
  5197. *)
  5198. if test "$GXX" = yes; then
  5199. _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  5200. else
  5201. # FIXME: insert proper C++ library support
  5202. _LT_TAGVAR(ld_shlibs, $1)=no
  5203. fi
  5204. ;;
  5205. esac
  5206. ;;
  5207. hpux10*|hpux11*)
  5208. if test $with_gnu_ld = no; then
  5209. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  5210. _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  5211. case $host_cpu in
  5212. hppa*64*|ia64*)
  5213. ;;
  5214. *)
  5215. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  5216. ;;
  5217. esac
  5218. fi
  5219. case $host_cpu in
  5220. hppa*64*|ia64*)
  5221. _LT_TAGVAR(hardcode_direct, $1)=no
  5222. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  5223. ;;
  5224. *)
  5225. _LT_TAGVAR(hardcode_direct, $1)=yes
  5226. _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
  5227. _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
  5228. # but as the default
  5229. # location of the library.
  5230. ;;
  5231. esac
  5232. case $cc_basename in
  5233. CC*)
  5234. # FIXME: insert proper C++ library support
  5235. _LT_TAGVAR(ld_shlibs, $1)=no
  5236. ;;
  5237. aCC*)
  5238. case $host_cpu in
  5239. hppa*64*)
  5240. _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  5241. ;;
  5242. ia64*)
  5243. _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  5244. ;;
  5245. *)
  5246. _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'
  5247. ;;
  5248. esac
  5249. # Commands to make compiler produce verbose output that lists
  5250. # what "hidden" libraries, object files and flags are used when
  5251. # linking a shared library.
  5252. #
  5253. # There doesn't appear to be a way to prevent this compiler from
  5254. # explicitly linking system object files so we need to strip them
  5255. # from the output so that they don't get included in the library
  5256. # dependencies.
  5257. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
  5258. ;;
  5259. *)
  5260. if test "$GXX" = yes; then
  5261. if test $with_gnu_ld = no; then
  5262. case $host_cpu in
  5263. hppa*64*)
  5264. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  5265. ;;
  5266. ia64*)
  5267. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  5268. ;;
  5269. *)
  5270. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  5271. ;;
  5272. esac
  5273. fi
  5274. else
  5275. # FIXME: insert proper C++ library support
  5276. _LT_TAGVAR(ld_shlibs, $1)=no
  5277. fi
  5278. ;;
  5279. esac
  5280. ;;
  5281. interix[[3-9]]*)
  5282. _LT_TAGVAR(hardcode_direct, $1)=no
  5283. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  5284. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  5285. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  5286. # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
  5287. # Instead, shared libraries are loaded at an image base (0x10000000 by
  5288. # default) and relocated if they conflict, which is a slow very memory
  5289. # consuming and fragmenting process. To avoid this, we pick a random,
  5290. # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
  5291. # time. Moving up from 0x10000000 also allows more sbrk(2) space.
  5292. _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'
  5293. _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'
  5294. ;;
  5295. irix5* | irix6*)
  5296. case $cc_basename in
  5297. CC*)
  5298. # SGI C++
  5299. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
  5300. # Archives containing C++ object files must be created using
  5301. # "CC -ar", where "CC" is the IRIX C++ compiler. This is
  5302. # necessary to make sure instantiated templates are included
  5303. # in the archive.
  5304. _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
  5305. ;;
  5306. *)
  5307. if test "$GXX" = yes; then
  5308. if test "$with_gnu_ld" = no; then
  5309. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  5310. else
  5311. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
  5312. fi
  5313. fi
  5314. _LT_TAGVAR(link_all_deplibs, $1)=yes
  5315. ;;
  5316. esac
  5317. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  5318. _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  5319. _LT_TAGVAR(inherit_rpath, $1)=yes
  5320. ;;
  5321. linux* | k*bsd*-gnu)
  5322. case $cc_basename in
  5323. KCC*)
  5324. # Kuck and Associates, Inc. (KAI) C++ Compiler
  5325. # KCC will only create a shared library if the output file
  5326. # ends with ".so" (or ".sl" for HP-UX), so rename the library
  5327. # to its proper name (with version) after linking.
  5328. _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'
  5329. _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'
  5330. # Commands to make compiler produce verbose output that lists
  5331. # what "hidden" libraries, object files and flags are used when
  5332. # linking a shared library.
  5333. #
  5334. # There doesn't appear to be a way to prevent this compiler from
  5335. # explicitly linking system object files so we need to strip them
  5336. # from the output so that they don't get included in the library
  5337. # dependencies.
  5338. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
  5339. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  5340. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  5341. # Archives containing C++ object files must be created using
  5342. # "CC -Bstatic", where "CC" is the KAI C++ compiler.
  5343. _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
  5344. ;;
  5345. icpc* | ecpc* )
  5346. # Intel C++
  5347. with_gnu_ld=yes
  5348. # version 8.0 and above of icpc choke on multiply defined symbols
  5349. # if we add $predep_objects and $postdep_objects, however 7.1 and
  5350. # earlier do not add the objects themselves.
  5351. case `$CC -V 2>&1` in
  5352. *"Version 7."*)
  5353. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  5354. _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'
  5355. ;;
  5356. *) # Version 8.0 or newer
  5357. tmp_idyn=
  5358. case $host_cpu in
  5359. ia64*) tmp_idyn=' -i_dynamic';;
  5360. esac
  5361. _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  5362. _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'
  5363. ;;
  5364. esac
  5365. _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  5366. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  5367. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  5368. _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  5369. ;;
  5370. pgCC* | pgcpp*)
  5371. # Portland Group C++ compiler
  5372. case `$CC -V` in
  5373. *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*)
  5374. _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
  5375. rm -rf $tpldir~
  5376. $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
  5377. compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
  5378. _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
  5379. rm -rf $tpldir~
  5380. $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
  5381. $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
  5382. $RANLIB $oldlib'
  5383. _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
  5384. rm -rf $tpldir~
  5385. $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
  5386. $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
  5387. _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
  5388. rm -rf $tpldir~
  5389. $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
  5390. $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
  5391. ;;
  5392. *) # Version 6 will use weak symbols
  5393. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
  5394. _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'
  5395. ;;
  5396. esac
  5397. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
  5398. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  5399. _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
  5400. ;;
  5401. cxx*)
  5402. # Compaq C++
  5403. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  5404. _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'
  5405. runpath_var=LD_RUN_PATH
  5406. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
  5407. _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  5408. # Commands to make compiler produce verbose output that lists
  5409. # what "hidden" libraries, object files and flags are used when
  5410. # linking a shared library.
  5411. #
  5412. # There doesn't appear to be a way to prevent this compiler from
  5413. # explicitly linking system object files so we need to strip them
  5414. # from the output so that they don't get included in the library
  5415. # dependencies.
  5416. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
  5417. ;;
  5418. xl*)
  5419. # IBM XL 8.0 on PPC, with GNU ld
  5420. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  5421. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  5422. _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  5423. if test "x$supports_anon_versioning" = xyes; then
  5424. _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
  5425. cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
  5426. echo "local: *; };" >> $output_objdir/$libname.ver~
  5427. $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  5428. fi
  5429. ;;
  5430. *)
  5431. case `$CC -V 2>&1 | sed 5q` in
  5432. *Sun\ C*)
  5433. # Sun C++ 5.9
  5434. _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
  5435. _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  5436. _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'
  5437. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  5438. _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
  5439. _LT_TAGVAR(compiler_needs_object, $1)=yes
  5440. # Not sure whether something based on
  5441. # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
  5442. # would be better.
  5443. output_verbose_link_cmd='echo'
  5444. # Archives containing C++ object files must be created using
  5445. # "CC -xar", where "CC" is the Sun C++ compiler. This is
  5446. # necessary to make sure instantiated templates are included
  5447. # in the archive.
  5448. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
  5449. ;;
  5450. esac
  5451. ;;
  5452. esac
  5453. ;;
  5454. lynxos*)
  5455. # FIXME: insert proper C++ library support
  5456. _LT_TAGVAR(ld_shlibs, $1)=no
  5457. ;;
  5458. m88k*)
  5459. # FIXME: insert proper C++ library support
  5460. _LT_TAGVAR(ld_shlibs, $1)=no
  5461. ;;
  5462. mvs*)
  5463. case $cc_basename in
  5464. cxx*)
  5465. # FIXME: insert proper C++ library support
  5466. _LT_TAGVAR(ld_shlibs, $1)=no
  5467. ;;
  5468. *)
  5469. # FIXME: insert proper C++ library support
  5470. _LT_TAGVAR(ld_shlibs, $1)=no
  5471. ;;
  5472. esac
  5473. ;;
  5474. netbsd*)
  5475. if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
  5476. _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
  5477. wlarc=
  5478. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  5479. _LT_TAGVAR(hardcode_direct, $1)=yes
  5480. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  5481. fi
  5482. # Workaround some broken pre-1.5 toolchains
  5483. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
  5484. ;;
  5485. *nto* | *qnx*)
  5486. _LT_TAGVAR(ld_shlibs, $1)=yes
  5487. ;;
  5488. openbsd2*)
  5489. # C++ shared libraries are fairly broken
  5490. _LT_TAGVAR(ld_shlibs, $1)=no
  5491. ;;
  5492. openbsd*)
  5493. if test -f /usr/libexec/ld.so; then
  5494. _LT_TAGVAR(hardcode_direct, $1)=yes
  5495. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  5496. _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
  5497. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
  5498. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  5499. if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  5500. _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'
  5501. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  5502. _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  5503. fi
  5504. output_verbose_link_cmd=echo
  5505. else
  5506. _LT_TAGVAR(ld_shlibs, $1)=no
  5507. fi
  5508. ;;
  5509. osf3* | osf4* | osf5*)
  5510. case $cc_basename in
  5511. KCC*)
  5512. # Kuck and Associates, Inc. (KAI) C++ Compiler
  5513. # KCC will only create a shared library if the output file
  5514. # ends with ".so" (or ".sl" for HP-UX), so rename the library
  5515. # to its proper name (with version) after linking.
  5516. _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'
  5517. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  5518. _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  5519. # Archives containing C++ object files must be created using
  5520. # the KAI C++ compiler.
  5521. case $host in
  5522. osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
  5523. *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
  5524. esac
  5525. ;;
  5526. RCC*)
  5527. # Rational C++ 2.4.1
  5528. # FIXME: insert proper C++ library support
  5529. _LT_TAGVAR(ld_shlibs, $1)=no
  5530. ;;
  5531. cxx*)
  5532. case $host in
  5533. osf3*)
  5534. _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
  5535. _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
  5536. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  5537. ;;
  5538. *)
  5539. _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
  5540. _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
  5541. _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
  5542. echo "-hidden">> $lib.exp~
  5543. $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
  5544. $RM $lib.exp'
  5545. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
  5546. ;;
  5547. esac
  5548. _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  5549. # Commands to make compiler produce verbose output that lists
  5550. # what "hidden" libraries, object files and flags are used when
  5551. # linking a shared library.
  5552. #
  5553. # There doesn't appear to be a way to prevent this compiler from
  5554. # explicitly linking system object files so we need to strip them
  5555. # from the output so that they don't get included in the library
  5556. # dependencies.
  5557. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
  5558. ;;
  5559. *)
  5560. if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  5561. _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
  5562. case $host in
  5563. osf3*)
  5564. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  5565. ;;
  5566. *)
  5567. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  5568. ;;
  5569. esac
  5570. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  5571. _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  5572. # Commands to make compiler produce verbose output that lists
  5573. # what "hidden" libraries, object files and flags are used when
  5574. # linking a shared library.
  5575. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
  5576. else
  5577. # FIXME: insert proper C++ library support
  5578. _LT_TAGVAR(ld_shlibs, $1)=no
  5579. fi
  5580. ;;
  5581. esac
  5582. ;;
  5583. psos*)
  5584. # FIXME: insert proper C++ library support
  5585. _LT_TAGVAR(ld_shlibs, $1)=no
  5586. ;;
  5587. sunos4*)
  5588. case $cc_basename in
  5589. CC*)
  5590. # Sun C++ 4.x
  5591. # FIXME: insert proper C++ library support
  5592. _LT_TAGVAR(ld_shlibs, $1)=no
  5593. ;;
  5594. lcc*)
  5595. # Lucid
  5596. # FIXME: insert proper C++ library support
  5597. _LT_TAGVAR(ld_shlibs, $1)=no
  5598. ;;
  5599. *)
  5600. # FIXME: insert proper C++ library support
  5601. _LT_TAGVAR(ld_shlibs, $1)=no
  5602. ;;
  5603. esac
  5604. ;;
  5605. solaris*)
  5606. case $cc_basename in
  5607. CC*)
  5608. # Sun C++ 4.2, 5.x and Centerline C++
  5609. _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
  5610. _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
  5611. _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  5612. _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  5613. $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'
  5614. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  5615. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  5616. case $host_os in
  5617. solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
  5618. *)
  5619. # The compiler driver will combine and reorder linker options,
  5620. # but understands `-z linker_flag'.
  5621. # Supported since Solaris 2.6 (maybe 2.5.1?)
  5622. _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
  5623. ;;
  5624. esac
  5625. _LT_TAGVAR(link_all_deplibs, $1)=yes
  5626. output_verbose_link_cmd='echo'
  5627. # Archives containing C++ object files must be created using
  5628. # "CC -xar", where "CC" is the Sun C++ compiler. This is
  5629. # necessary to make sure instantiated templates are included
  5630. # in the archive.
  5631. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
  5632. ;;
  5633. gcx*)
  5634. # Green Hills C++ Compiler
  5635. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  5636. # The C++ compiler must be used to create the archive.
  5637. _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
  5638. ;;
  5639. *)
  5640. # GNU C++ compiler with Solaris linker
  5641. if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  5642. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
  5643. if $CC --version | $GREP -v '^2\.7' > /dev/null; then
  5644. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  5645. _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  5646. $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
  5647. # Commands to make compiler produce verbose output that lists
  5648. # what "hidden" libraries, object files and flags are used when
  5649. # linking a shared library.
  5650. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
  5651. else
  5652. # g++ 2.7 appears to require `-G' NOT `-shared' on this
  5653. # platform.
  5654. _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  5655. _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  5656. $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
  5657. # Commands to make compiler produce verbose output that lists
  5658. # what "hidden" libraries, object files and flags are used when
  5659. # linking a shared library.
  5660. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
  5661. fi
  5662. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
  5663. case $host_os in
  5664. solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
  5665. *)
  5666. _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
  5667. ;;
  5668. esac
  5669. fi
  5670. ;;
  5671. esac
  5672. ;;
  5673. sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
  5674. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
  5675. _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  5676. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  5677. runpath_var='LD_RUN_PATH'
  5678. case $cc_basename in
  5679. CC*)
  5680. _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  5681. _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  5682. ;;
  5683. *)
  5684. _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  5685. _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  5686. ;;
  5687. esac
  5688. ;;
  5689. sysv5* | sco3.2v5* | sco5v6*)
  5690. # Note: We can NOT use -z defs as we might desire, because we do not
  5691. # link with -lc, and that would cause any symbols used from libc to
  5692. # always be unresolved, which means just about no library would
  5693. # ever link correctly. If we're not using GNU ld we use -z text
  5694. # though, which does catch some bad symbols but isn't as heavy-handed
  5695. # as -z defs.
  5696. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
  5697. _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
  5698. _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  5699. _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  5700. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
  5701. _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
  5702. _LT_TAGVAR(link_all_deplibs, $1)=yes
  5703. _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
  5704. runpath_var='LD_RUN_PATH'
  5705. case $cc_basename in
  5706. CC*)
  5707. _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  5708. _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  5709. ;;
  5710. *)
  5711. _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  5712. _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  5713. ;;
  5714. esac
  5715. ;;
  5716. tandem*)
  5717. case $cc_basename in
  5718. NCC*)
  5719. # NonStop-UX NCC 3.20
  5720. # FIXME: insert proper C++ library support
  5721. _LT_TAGVAR(ld_shlibs, $1)=no
  5722. ;;
  5723. *)
  5724. # FIXME: insert proper C++ library support
  5725. _LT_TAGVAR(ld_shlibs, $1)=no
  5726. ;;
  5727. esac
  5728. ;;
  5729. vxworks*)
  5730. # FIXME: insert proper C++ library support
  5731. _LT_TAGVAR(ld_shlibs, $1)=no
  5732. ;;
  5733. *)
  5734. # FIXME: insert proper C++ library support
  5735. _LT_TAGVAR(ld_shlibs, $1)=no
  5736. ;;
  5737. esac
  5738. AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
  5739. test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
  5740. _LT_TAGVAR(GCC, $1)="$GXX"
  5741. _LT_TAGVAR(LD, $1)="$LD"
  5742. ## CAVEAT EMPTOR:
  5743. ## There is no encapsulation within the following macros, do not change
  5744. ## the running order or otherwise move them around unless you know exactly
  5745. ## what you are doing...
  5746. _LT_SYS_HIDDEN_LIBDEPS($1)
  5747. _LT_COMPILER_PIC($1)
  5748. _LT_COMPILER_C_O($1)
  5749. _LT_COMPILER_FILE_LOCKS($1)
  5750. _LT_LINKER_SHLIBS($1)
  5751. _LT_SYS_DYNAMIC_LINKER($1)
  5752. _LT_LINKER_HARDCODE_LIBPATH($1)
  5753. _LT_CONFIG($1)
  5754. fi # test -n "$compiler"
  5755. CC=$lt_save_CC
  5756. LDCXX=$LD
  5757. LD=$lt_save_LD
  5758. GCC=$lt_save_GCC
  5759. with_gnu_ld=$lt_save_with_gnu_ld
  5760. lt_cv_path_LDCXX=$lt_cv_path_LD
  5761. lt_cv_path_LD=$lt_save_path_LD
  5762. lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
  5763. lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
  5764. fi # test "$_lt_caught_CXX_error" != yes
  5765. AC_LANG_POP
  5766. ])# _LT_LANG_CXX_CONFIG
  5767. # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
  5768. # ---------------------------------
  5769. # Figure out "hidden" library dependencies from verbose
  5770. # compiler output when linking a shared library.
  5771. # Parse the compiler output and extract the necessary
  5772. # objects, libraries and library flags.
  5773. m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
  5774. [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  5775. # Dependencies to place before and after the object being linked:
  5776. _LT_TAGVAR(predep_objects, $1)=
  5777. _LT_TAGVAR(postdep_objects, $1)=
  5778. _LT_TAGVAR(predeps, $1)=
  5779. _LT_TAGVAR(postdeps, $1)=
  5780. _LT_TAGVAR(compiler_lib_search_path, $1)=
  5781. dnl we can't use the lt_simple_compile_test_code here,
  5782. dnl because it contains code intended for an executable,
  5783. dnl not a library. It's possible we should let each
  5784. dnl tag define a new lt_????_link_test_code variable,
  5785. dnl but it's only used here...
  5786. m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
  5787. int a;
  5788. void foo (void) { a = 0; }
  5789. _LT_EOF
  5790. ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
  5791. class Foo
  5792. {
  5793. public:
  5794. Foo (void) { a = 0; }
  5795. private:
  5796. int a;
  5797. };
  5798. _LT_EOF
  5799. ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
  5800. subroutine foo
  5801. implicit none
  5802. integer*4 a
  5803. a=0
  5804. return
  5805. end
  5806. _LT_EOF
  5807. ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
  5808. subroutine foo
  5809. implicit none
  5810. integer a
  5811. a=0
  5812. return
  5813. end
  5814. _LT_EOF
  5815. ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
  5816. public class foo {
  5817. private int a;
  5818. public void bar (void) {
  5819. a = 0;
  5820. }
  5821. };
  5822. _LT_EOF
  5823. ])
  5824. dnl Parse the compiler output and extract the necessary
  5825. dnl objects, libraries and library flags.
  5826. if AC_TRY_EVAL(ac_compile); then
  5827. # Parse the compiler output and extract the necessary
  5828. # objects, libraries and library flags.
  5829. # Sentinel used to keep track of whether or not we are before
  5830. # the conftest object file.
  5831. pre_test_object_deps_done=no
  5832. for p in `eval "$output_verbose_link_cmd"`; do
  5833. case $p in
  5834. -L* | -R* | -l*)
  5835. # Some compilers place space between "-{L,R}" and the path.
  5836. # Remove the space.
  5837. if test $p = "-L" ||
  5838. test $p = "-R"; then
  5839. prev=$p
  5840. continue
  5841. else
  5842. prev=
  5843. fi
  5844. if test "$pre_test_object_deps_done" = no; then
  5845. case $p in
  5846. -L* | -R*)
  5847. # Internal compiler library paths should come after those
  5848. # provided the user. The postdeps already come after the
  5849. # user supplied libs so there is no need to process them.
  5850. if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
  5851. _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
  5852. else
  5853. _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
  5854. fi
  5855. ;;
  5856. # The "-l" case would never come before the object being
  5857. # linked, so don't bother handling this case.
  5858. esac
  5859. else
  5860. if test -z "$_LT_TAGVAR(postdeps, $1)"; then
  5861. _LT_TAGVAR(postdeps, $1)="${prev}${p}"
  5862. else
  5863. _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}"
  5864. fi
  5865. fi
  5866. ;;
  5867. *.$objext)
  5868. # This assumes that the test object file only shows up
  5869. # once in the compiler output.
  5870. if test "$p" = "conftest.$objext"; then
  5871. pre_test_object_deps_done=yes
  5872. continue
  5873. fi
  5874. if test "$pre_test_object_deps_done" = no; then
  5875. if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
  5876. _LT_TAGVAR(predep_objects, $1)="$p"
  5877. else
  5878. _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
  5879. fi
  5880. else
  5881. if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
  5882. _LT_TAGVAR(postdep_objects, $1)="$p"
  5883. else
  5884. _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
  5885. fi
  5886. fi
  5887. ;;
  5888. *) ;; # Ignore the rest.
  5889. esac
  5890. done
  5891. # Clean up.
  5892. rm -f a.out a.exe
  5893. else
  5894. echo "libtool.m4: error: problem compiling $1 test program"
  5895. fi
  5896. $RM -f confest.$objext
  5897. # PORTME: override above test on systems where it is broken
  5898. m4_if([$1], [CXX],
  5899. [case $host_os in
  5900. interix[[3-9]]*)
  5901. # Interix 3.5 installs completely hosed .la files for C++, so rather than
  5902. # hack all around it, let's just trust "g++" to DTRT.
  5903. _LT_TAGVAR(predep_objects,$1)=
  5904. _LT_TAGVAR(postdep_objects,$1)=
  5905. _LT_TAGVAR(postdeps,$1)=
  5906. ;;
  5907. linux*)
  5908. case `$CC -V 2>&1 | sed 5q` in
  5909. *Sun\ C*)
  5910. # Sun C++ 5.9
  5911. # The more standards-conforming stlport4 library is
  5912. # incompatible with the Cstd library. Avoid specifying
  5913. # it if it's in CXXFLAGS. Ignore libCrun as
  5914. # -library=stlport4 depends on it.
  5915. case " $CXX $CXXFLAGS " in
  5916. *" -library=stlport4 "*)
  5917. solaris_use_stlport4=yes
  5918. ;;
  5919. esac
  5920. if test "$solaris_use_stlport4" != yes; then
  5921. _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
  5922. fi
  5923. ;;
  5924. esac
  5925. ;;
  5926. solaris*)
  5927. case $cc_basename in
  5928. CC*)
  5929. # The more standards-conforming stlport4 library is
  5930. # incompatible with the Cstd library. Avoid specifying
  5931. # it if it's in CXXFLAGS. Ignore libCrun as
  5932. # -library=stlport4 depends on it.
  5933. case " $CXX $CXXFLAGS " in
  5934. *" -library=stlport4 "*)
  5935. solaris_use_stlport4=yes
  5936. ;;
  5937. esac
  5938. # Adding this requires a known-good setup of shared libraries for
  5939. # Sun compiler versions before 5.6, else PIC objects from an old
  5940. # archive will be linked into the output, leading to subtle bugs.
  5941. if test "$solaris_use_stlport4" != yes; then
  5942. _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
  5943. fi
  5944. ;;
  5945. esac
  5946. ;;
  5947. esac
  5948. ])
  5949. case " $_LT_TAGVAR(postdeps, $1) " in
  5950. *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
  5951. esac
  5952. _LT_TAGVAR(compiler_lib_search_dirs, $1)=
  5953. if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
  5954. _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
  5955. fi
  5956. _LT_TAGDECL([], [compiler_lib_search_dirs], [1],
  5957. [The directories searched by this compiler when creating a shared library])
  5958. _LT_TAGDECL([], [predep_objects], [1],
  5959. [Dependencies to place before and after the objects being linked to
  5960. create a shared library])
  5961. _LT_TAGDECL([], [postdep_objects], [1])
  5962. _LT_TAGDECL([], [predeps], [1])
  5963. _LT_TAGDECL([], [postdeps], [1])
  5964. _LT_TAGDECL([], [compiler_lib_search_path], [1],
  5965. [The library search path used internally by the compiler when linking
  5966. a shared library])
  5967. ])# _LT_SYS_HIDDEN_LIBDEPS
  5968. # _LT_PROG_F77
  5969. # ------------
  5970. # Since AC_PROG_F77 is broken, in that it returns the empty string
  5971. # if there is no fortran compiler, we have our own version here.
  5972. m4_defun([_LT_PROG_F77],
  5973. [
  5974. pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes])
  5975. AC_PROG_F77
  5976. if test -z "$F77" || test "X$F77" = "Xno"; then
  5977. _lt_disable_F77=yes
  5978. fi
  5979. popdef([AC_MSG_ERROR])
  5980. ])# _LT_PROG_F77
  5981. dnl aclocal-1.4 backwards compatibility:
  5982. dnl AC_DEFUN([_LT_PROG_F77], [])
  5983. # _LT_LANG_F77_CONFIG([TAG])
  5984. # --------------------------
  5985. # Ensure that the configuration variables for a Fortran 77 compiler are
  5986. # suitably defined. These variables are subsequently used by _LT_CONFIG
  5987. # to write the compiler configuration to `libtool'.
  5988. m4_defun([_LT_LANG_F77_CONFIG],
  5989. [AC_REQUIRE([_LT_PROG_F77])dnl
  5990. AC_LANG_PUSH(Fortran 77)
  5991. _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  5992. _LT_TAGVAR(allow_undefined_flag, $1)=
  5993. _LT_TAGVAR(always_export_symbols, $1)=no
  5994. _LT_TAGVAR(archive_expsym_cmds, $1)=
  5995. _LT_TAGVAR(export_dynamic_flag_spec, $1)=
  5996. _LT_TAGVAR(hardcode_direct, $1)=no
  5997. _LT_TAGVAR(hardcode_direct_absolute, $1)=no
  5998. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
  5999. _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
  6000. _LT_TAGVAR(hardcode_libdir_separator, $1)=
  6001. _LT_TAGVAR(hardcode_minus_L, $1)=no
  6002. _LT_TAGVAR(hardcode_automatic, $1)=no
  6003. _LT_TAGVAR(inherit_rpath, $1)=no
  6004. _LT_TAGVAR(module_cmds, $1)=
  6005. _LT_TAGVAR(module_expsym_cmds, $1)=
  6006. _LT_TAGVAR(link_all_deplibs, $1)=unknown
  6007. _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
  6008. _LT_TAGVAR(no_undefined_flag, $1)=
  6009. _LT_TAGVAR(whole_archive_flag_spec, $1)=
  6010. _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
  6011. # Source file extension for f77 test sources.
  6012. ac_ext=f
  6013. # Object file extension for compiled f77 test sources.
  6014. objext=o
  6015. _LT_TAGVAR(objext, $1)=$objext
  6016. # No sense in running all these tests if we already determined that
  6017. # the F77 compiler isn't working. Some variables (like enable_shared)
  6018. # are currently assumed to apply to all compilers on this platform,
  6019. # and will be corrupted by setting them based on a non-working compiler.
  6020. if test "$_lt_disable_F77" != yes; then
  6021. # Code to be used in simple compile tests
  6022. lt_simple_compile_test_code="\
  6023. subroutine t
  6024. return
  6025. end
  6026. "
  6027. # Code to be used in simple link tests
  6028. lt_simple_link_test_code="\
  6029. program t
  6030. end
  6031. "
  6032. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  6033. _LT_TAG_COMPILER
  6034. # save warnings/boilerplate of simple test code
  6035. _LT_COMPILER_BOILERPLATE
  6036. _LT_LINKER_BOILERPLATE
  6037. # Allow CC to be a program name with arguments.
  6038. lt_save_CC="$CC"
  6039. lt_save_GCC=$GCC
  6040. CC=${F77-"f77"}
  6041. compiler=$CC
  6042. _LT_TAGVAR(compiler, $1)=$CC
  6043. _LT_CC_BASENAME([$compiler])
  6044. GCC=$G77
  6045. if test -n "$compiler"; then
  6046. AC_MSG_CHECKING([if libtool supports shared libraries])
  6047. AC_MSG_RESULT([$can_build_shared])
  6048. AC_MSG_CHECKING([whether to build shared libraries])
  6049. test "$can_build_shared" = "no" && enable_shared=no
  6050. # On AIX, shared libraries and static libraries use the same namespace, and
  6051. # are all built from PIC.
  6052. case $host_os in
  6053. aix3*)
  6054. test "$enable_shared" = yes && enable_static=no
  6055. if test -n "$RANLIB"; then
  6056. archive_cmds="$archive_cmds~\$RANLIB \$lib"
  6057. postinstall_cmds='$RANLIB $lib'
  6058. fi
  6059. ;;
  6060. aix[[4-9]]*)
  6061. if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
  6062. test "$enable_shared" = yes && enable_static=no
  6063. fi
  6064. ;;
  6065. esac
  6066. AC_MSG_RESULT([$enable_shared])
  6067. AC_MSG_CHECKING([whether to build static libraries])
  6068. # Make sure either enable_shared or enable_static is yes.
  6069. test "$enable_shared" = yes || enable_static=yes
  6070. AC_MSG_RESULT([$enable_static])
  6071. _LT_TAGVAR(GCC, $1)="$G77"
  6072. _LT_TAGVAR(LD, $1)="$LD"
  6073. ## CAVEAT EMPTOR:
  6074. ## There is no encapsulation within the following macros, do not change
  6075. ## the running order or otherwise move them around unless you know exactly
  6076. ## what you are doing...
  6077. _LT_COMPILER_PIC($1)
  6078. _LT_COMPILER_C_O($1)
  6079. _LT_COMPILER_FILE_LOCKS($1)
  6080. _LT_LINKER_SHLIBS($1)
  6081. _LT_SYS_DYNAMIC_LINKER($1)
  6082. _LT_LINKER_HARDCODE_LIBPATH($1)
  6083. _LT_CONFIG($1)
  6084. fi # test -n "$compiler"
  6085. GCC=$lt_save_GCC
  6086. CC="$lt_save_CC"
  6087. fi # test "$_lt_disable_F77" != yes
  6088. AC_LANG_POP
  6089. ])# _LT_LANG_F77_CONFIG
  6090. # _LT_PROG_FC
  6091. # -----------
  6092. # Since AC_PROG_FC is broken, in that it returns the empty string
  6093. # if there is no fortran compiler, we have our own version here.
  6094. m4_defun([_LT_PROG_FC],
  6095. [
  6096. pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes])
  6097. AC_PROG_FC
  6098. if test -z "$FC" || test "X$FC" = "Xno"; then
  6099. _lt_disable_FC=yes
  6100. fi
  6101. popdef([AC_MSG_ERROR])
  6102. ])# _LT_PROG_FC
  6103. dnl aclocal-1.4 backwards compatibility:
  6104. dnl AC_DEFUN([_LT_PROG_FC], [])
  6105. # _LT_LANG_FC_CONFIG([TAG])
  6106. # -------------------------
  6107. # Ensure that the configuration variables for a Fortran compiler are
  6108. # suitably defined. These variables are subsequently used by _LT_CONFIG
  6109. # to write the compiler configuration to `libtool'.
  6110. m4_defun([_LT_LANG_FC_CONFIG],
  6111. [AC_REQUIRE([_LT_PROG_FC])dnl
  6112. AC_LANG_PUSH(Fortran)
  6113. _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  6114. _LT_TAGVAR(allow_undefined_flag, $1)=
  6115. _LT_TAGVAR(always_export_symbols, $1)=no
  6116. _LT_TAGVAR(archive_expsym_cmds, $1)=
  6117. _LT_TAGVAR(export_dynamic_flag_spec, $1)=
  6118. _LT_TAGVAR(hardcode_direct, $1)=no
  6119. _LT_TAGVAR(hardcode_direct_absolute, $1)=no
  6120. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
  6121. _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
  6122. _LT_TAGVAR(hardcode_libdir_separator, $1)=
  6123. _LT_TAGVAR(hardcode_minus_L, $1)=no
  6124. _LT_TAGVAR(hardcode_automatic, $1)=no
  6125. _LT_TAGVAR(inherit_rpath, $1)=no
  6126. _LT_TAGVAR(module_cmds, $1)=
  6127. _LT_TAGVAR(module_expsym_cmds, $1)=
  6128. _LT_TAGVAR(link_all_deplibs, $1)=unknown
  6129. _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
  6130. _LT_TAGVAR(no_undefined_flag, $1)=
  6131. _LT_TAGVAR(whole_archive_flag_spec, $1)=
  6132. _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
  6133. # Source file extension for fc test sources.
  6134. ac_ext=${ac_fc_srcext-f}
  6135. # Object file extension for compiled fc test sources.
  6136. objext=o
  6137. _LT_TAGVAR(objext, $1)=$objext
  6138. # No sense in running all these tests if we already determined that
  6139. # the FC compiler isn't working. Some variables (like enable_shared)
  6140. # are currently assumed to apply to all compilers on this platform,
  6141. # and will be corrupted by setting them based on a non-working compiler.
  6142. if test "$_lt_disable_FC" != yes; then
  6143. # Code to be used in simple compile tests
  6144. lt_simple_compile_test_code="\
  6145. subroutine t
  6146. return
  6147. end
  6148. "
  6149. # Code to be used in simple link tests
  6150. lt_simple_link_test_code="\
  6151. program t
  6152. end
  6153. "
  6154. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  6155. _LT_TAG_COMPILER
  6156. # save warnings/boilerplate of simple test code
  6157. _LT_COMPILER_BOILERPLATE
  6158. _LT_LINKER_BOILERPLATE
  6159. # Allow CC to be a program name with arguments.
  6160. lt_save_CC="$CC"
  6161. lt_save_GCC=$GCC
  6162. CC=${FC-"f95"}
  6163. compiler=$CC
  6164. GCC=$ac_cv_fc_compiler_gnu
  6165. _LT_TAGVAR(compiler, $1)=$CC
  6166. _LT_CC_BASENAME([$compiler])
  6167. if test -n "$compiler"; then
  6168. AC_MSG_CHECKING([if libtool supports shared libraries])
  6169. AC_MSG_RESULT([$can_build_shared])
  6170. AC_MSG_CHECKING([whether to build shared libraries])
  6171. test "$can_build_shared" = "no" && enable_shared=no
  6172. # On AIX, shared libraries and static libraries use the same namespace, and
  6173. # are all built from PIC.
  6174. case $host_os in
  6175. aix3*)
  6176. test "$enable_shared" = yes && enable_static=no
  6177. if test -n "$RANLIB"; then
  6178. archive_cmds="$archive_cmds~\$RANLIB \$lib"
  6179. postinstall_cmds='$RANLIB $lib'
  6180. fi
  6181. ;;
  6182. aix[[4-9]]*)
  6183. if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
  6184. test "$enable_shared" = yes && enable_static=no
  6185. fi
  6186. ;;
  6187. esac
  6188. AC_MSG_RESULT([$enable_shared])
  6189. AC_MSG_CHECKING([whether to build static libraries])
  6190. # Make sure either enable_shared or enable_static is yes.
  6191. test "$enable_shared" = yes || enable_static=yes
  6192. AC_MSG_RESULT([$enable_static])
  6193. _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu"
  6194. _LT_TAGVAR(LD, $1)="$LD"
  6195. ## CAVEAT EMPTOR:
  6196. ## There is no encapsulation within the following macros, do not change
  6197. ## the running order or otherwise move them around unless you know exactly
  6198. ## what you are doing...
  6199. _LT_SYS_HIDDEN_LIBDEPS($1)
  6200. _LT_COMPILER_PIC($1)
  6201. _LT_COMPILER_C_O($1)
  6202. _LT_COMPILER_FILE_LOCKS($1)
  6203. _LT_LINKER_SHLIBS($1)
  6204. _LT_SYS_DYNAMIC_LINKER($1)
  6205. _LT_LINKER_HARDCODE_LIBPATH($1)
  6206. _LT_CONFIG($1)
  6207. fi # test -n "$compiler"
  6208. GCC=$lt_save_GCC
  6209. CC="$lt_save_CC"
  6210. fi # test "$_lt_disable_FC" != yes
  6211. AC_LANG_POP
  6212. ])# _LT_LANG_FC_CONFIG
  6213. # _LT_LANG_GCJ_CONFIG([TAG])
  6214. # --------------------------
  6215. # Ensure that the configuration variables for the GNU Java Compiler compiler
  6216. # are suitably defined. These variables are subsequently used by _LT_CONFIG
  6217. # to write the compiler configuration to `libtool'.
  6218. m4_defun([_LT_LANG_GCJ_CONFIG],
  6219. [AC_REQUIRE([LT_PROG_GCJ])dnl
  6220. AC_LANG_SAVE
  6221. # Source file extension for Java test sources.
  6222. ac_ext=java
  6223. # Object file extension for compiled Java test sources.
  6224. objext=o
  6225. _LT_TAGVAR(objext, $1)=$objext
  6226. # Code to be used in simple compile tests
  6227. lt_simple_compile_test_code="class foo {}"
  6228. # Code to be used in simple link tests
  6229. lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
  6230. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  6231. _LT_TAG_COMPILER
  6232. # save warnings/boilerplate of simple test code
  6233. _LT_COMPILER_BOILERPLATE
  6234. _LT_LINKER_BOILERPLATE
  6235. # Allow CC to be a program name with arguments.
  6236. lt_save_CC="$CC"
  6237. lt_save_GCC=$GCC
  6238. GCC=yes
  6239. CC=${GCJ-"gcj"}
  6240. compiler=$CC
  6241. _LT_TAGVAR(compiler, $1)=$CC
  6242. _LT_TAGVAR(LD, $1)="$LD"
  6243. _LT_CC_BASENAME([$compiler])
  6244. # GCJ did not exist at the time GCC didn't implicitly link libc in.
  6245. _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  6246. _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
  6247. if test -n "$compiler"; then
  6248. _LT_COMPILER_NO_RTTI($1)
  6249. _LT_COMPILER_PIC($1)
  6250. _LT_COMPILER_C_O($1)
  6251. _LT_COMPILER_FILE_LOCKS($1)
  6252. _LT_LINKER_SHLIBS($1)
  6253. _LT_LINKER_HARDCODE_LIBPATH($1)
  6254. _LT_CONFIG($1)
  6255. fi
  6256. AC_LANG_RESTORE
  6257. GCC=$lt_save_GCC
  6258. CC="$lt_save_CC"
  6259. ])# _LT_LANG_GCJ_CONFIG
  6260. # _LT_LANG_RC_CONFIG([TAG])
  6261. # -------------------------
  6262. # Ensure that the configuration variables for the Windows resource compiler
  6263. # are suitably defined. These variables are subsequently used by _LT_CONFIG
  6264. # to write the compiler configuration to `libtool'.
  6265. m4_defun([_LT_LANG_RC_CONFIG],
  6266. [AC_REQUIRE([LT_PROG_RC])dnl
  6267. AC_LANG_SAVE
  6268. # Source file extension for RC test sources.
  6269. ac_ext=rc
  6270. # Object file extension for compiled RC test sources.
  6271. objext=o
  6272. _LT_TAGVAR(objext, $1)=$objext
  6273. # Code to be used in simple compile tests
  6274. lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
  6275. # Code to be used in simple link tests
  6276. lt_simple_link_test_code="$lt_simple_compile_test_code"
  6277. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  6278. _LT_TAG_COMPILER
  6279. # save warnings/boilerplate of simple test code
  6280. _LT_COMPILER_BOILERPLATE
  6281. _LT_LINKER_BOILERPLATE
  6282. # Allow CC to be a program name with arguments.
  6283. lt_save_CC="$CC"
  6284. lt_save_GCC=$GCC
  6285. GCC=
  6286. CC=${RC-"windres"}
  6287. compiler=$CC
  6288. _LT_TAGVAR(compiler, $1)=$CC
  6289. _LT_CC_BASENAME([$compiler])
  6290. _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
  6291. if test -n "$compiler"; then
  6292. :
  6293. _LT_CONFIG($1)
  6294. fi
  6295. GCC=$lt_save_GCC
  6296. AC_LANG_RESTORE
  6297. CC="$lt_save_CC"
  6298. ])# _LT_LANG_RC_CONFIG
  6299. # LT_PROG_GCJ
  6300. # -----------
  6301. AC_DEFUN([LT_PROG_GCJ],
  6302. [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
  6303. [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
  6304. [AC_CHECK_TOOL(GCJ, gcj,)
  6305. test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
  6306. AC_SUBST(GCJFLAGS)])])[]dnl
  6307. ])
  6308. # Old name:
  6309. AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
  6310. dnl aclocal-1.4 backwards compatibility:
  6311. dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
  6312. # LT_PROG_RC
  6313. # ----------
  6314. AC_DEFUN([LT_PROG_RC],
  6315. [AC_CHECK_TOOL(RC, windres,)
  6316. ])
  6317. # Old name:
  6318. AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
  6319. dnl aclocal-1.4 backwards compatibility:
  6320. dnl AC_DEFUN([LT_AC_PROG_RC], [])
  6321. # _LT_DECL_EGREP
  6322. # --------------
  6323. # If we don't have a new enough Autoconf to choose the best grep
  6324. # available, choose the one first in the user's PATH.
  6325. m4_defun([_LT_DECL_EGREP],
  6326. [AC_REQUIRE([AC_PROG_EGREP])dnl
  6327. AC_REQUIRE([AC_PROG_FGREP])dnl
  6328. test -z "$GREP" && GREP=grep
  6329. _LT_DECL([], [GREP], [1], [A grep program that handles long lines])
  6330. _LT_DECL([], [EGREP], [1], [An ERE matcher])
  6331. _LT_DECL([], [FGREP], [1], [A literal string matcher])
  6332. dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
  6333. AC_SUBST([GREP])
  6334. ])
  6335. # _LT_DECL_OBJDUMP
  6336. # --------------
  6337. # If we don't have a new enough Autoconf to choose the best objdump
  6338. # available, choose the one first in the user's PATH.
  6339. m4_defun([_LT_DECL_OBJDUMP],
  6340. [AC_CHECK_TOOL(OBJDUMP, objdump, false)
  6341. test -z "$OBJDUMP" && OBJDUMP=objdump
  6342. _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
  6343. AC_SUBST([OBJDUMP])
  6344. ])
  6345. # _LT_DECL_SED
  6346. # ------------
  6347. # Check for a fully-functional sed program, that truncates
  6348. # as few characters as possible. Prefer GNU sed if found.
  6349. m4_defun([_LT_DECL_SED],
  6350. [AC_PROG_SED
  6351. test -z "$SED" && SED=sed
  6352. Xsed="$SED -e 1s/^X//"
  6353. _LT_DECL([], [SED], [1], [A sed program that does not truncate output])
  6354. _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
  6355. [Sed that helps us avoid accidentally triggering echo(1) options like -n])
  6356. ])# _LT_DECL_SED
  6357. m4_ifndef([AC_PROG_SED], [
  6358. # NOTE: This macro has been submitted for inclusion into #
  6359. # GNU Autoconf as AC_PROG_SED. When it is available in #
  6360. # a released version of Autoconf we should remove this #
  6361. # macro and use it instead. #
  6362. m4_defun([AC_PROG_SED],
  6363. [AC_MSG_CHECKING([for a sed that does not truncate output])
  6364. AC_CACHE_VAL(lt_cv_path_SED,
  6365. [# Loop through the user's path and test for sed and gsed.
  6366. # Then use that list of sed's as ones to test for truncation.
  6367. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  6368. for as_dir in $PATH
  6369. do
  6370. IFS=$as_save_IFS
  6371. test -z "$as_dir" && as_dir=.
  6372. for lt_ac_prog in sed gsed; do
  6373. for ac_exec_ext in '' $ac_executable_extensions; do
  6374. if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
  6375. lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
  6376. fi
  6377. done
  6378. done
  6379. done
  6380. IFS=$as_save_IFS
  6381. lt_ac_max=0
  6382. lt_ac_count=0
  6383. # Add /usr/xpg4/bin/sed as it is typically found on Solaris
  6384. # along with /bin/sed that truncates output.
  6385. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
  6386. test ! -f $lt_ac_sed && continue
  6387. cat /dev/null > conftest.in
  6388. lt_ac_count=0
  6389. echo $ECHO_N "0123456789$ECHO_C" >conftest.in
  6390. # Check for GNU sed and select it if it is found.
  6391. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
  6392. lt_cv_path_SED=$lt_ac_sed
  6393. break
  6394. fi
  6395. while true; do
  6396. cat conftest.in conftest.in >conftest.tmp
  6397. mv conftest.tmp conftest.in
  6398. cp conftest.in conftest.nl
  6399. echo >>conftest.nl
  6400. $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
  6401. cmp -s conftest.out conftest.nl || break
  6402. # 10000 chars as input seems more than enough
  6403. test $lt_ac_count -gt 10 && break
  6404. lt_ac_count=`expr $lt_ac_count + 1`
  6405. if test $lt_ac_count -gt $lt_ac_max; then
  6406. lt_ac_max=$lt_ac_count
  6407. lt_cv_path_SED=$lt_ac_sed
  6408. fi
  6409. done
  6410. done
  6411. ])
  6412. SED=$lt_cv_path_SED
  6413. AC_SUBST([SED])
  6414. AC_MSG_RESULT([$SED])
  6415. ])#AC_PROG_SED
  6416. ])#m4_ifndef
  6417. # Old name:
  6418. AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
  6419. dnl aclocal-1.4 backwards compatibility:
  6420. dnl AC_DEFUN([LT_AC_PROG_SED], [])
  6421. # _LT_CHECK_SHELL_FEATURES
  6422. # ------------------------
  6423. # Find out whether the shell is Bourne or XSI compatible,
  6424. # or has some other useful features.
  6425. m4_defun([_LT_CHECK_SHELL_FEATURES],
  6426. [AC_MSG_CHECKING([whether the shell understands some XSI constructs])
  6427. # Try some XSI features
  6428. xsi_shell=no
  6429. ( _lt_dummy="a/b/c"
  6430. test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
  6431. = c,a/b,, \
  6432. && eval 'test $(( 1 + 1 )) -eq 2 \
  6433. && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
  6434. && xsi_shell=yes
  6435. AC_MSG_RESULT([$xsi_shell])
  6436. _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
  6437. AC_MSG_CHECKING([whether the shell understands "+="])
  6438. lt_shell_append=no
  6439. ( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \
  6440. >/dev/null 2>&1 \
  6441. && lt_shell_append=yes
  6442. AC_MSG_RESULT([$lt_shell_append])
  6443. _LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append'])
  6444. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  6445. lt_unset=unset
  6446. else
  6447. lt_unset=false
  6448. fi
  6449. _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
  6450. # test EBCDIC or ASCII
  6451. case `echo X|tr X '\101'` in
  6452. A) # ASCII based system
  6453. # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
  6454. lt_SP2NL='tr \040 \012'
  6455. lt_NL2SP='tr \015\012 \040\040'
  6456. ;;
  6457. *) # EBCDIC based system
  6458. lt_SP2NL='tr \100 \n'
  6459. lt_NL2SP='tr \r\n \100\100'
  6460. ;;
  6461. esac
  6462. _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
  6463. _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
  6464. ])# _LT_CHECK_SHELL_FEATURES
  6465. # _LT_PROG_XSI_SHELLFNS
  6466. # ---------------------
  6467. # Bourne and XSI compatible variants of some useful shell functions.
  6468. m4_defun([_LT_PROG_XSI_SHELLFNS],
  6469. [case $xsi_shell in
  6470. yes)
  6471. cat << \_LT_EOF >> "$cfgfile"
  6472. # func_dirname file append nondir_replacement
  6473. # Compute the dirname of FILE. If nonempty, add APPEND to the result,
  6474. # otherwise set result to NONDIR_REPLACEMENT.
  6475. func_dirname ()
  6476. {
  6477. case ${1} in
  6478. */*) func_dirname_result="${1%/*}${2}" ;;
  6479. * ) func_dirname_result="${3}" ;;
  6480. esac
  6481. }
  6482. # func_basename file
  6483. func_basename ()
  6484. {
  6485. func_basename_result="${1##*/}"
  6486. }
  6487. # func_dirname_and_basename file append nondir_replacement
  6488. # perform func_basename and func_dirname in a single function
  6489. # call:
  6490. # dirname: Compute the dirname of FILE. If nonempty,
  6491. # add APPEND to the result, otherwise set result
  6492. # to NONDIR_REPLACEMENT.
  6493. # value returned in "$func_dirname_result"
  6494. # basename: Compute filename of FILE.
  6495. # value retuned in "$func_basename_result"
  6496. # Implementation must be kept synchronized with func_dirname
  6497. # and func_basename. For efficiency, we do not delegate to
  6498. # those functions but instead duplicate the functionality here.
  6499. func_dirname_and_basename ()
  6500. {
  6501. case ${1} in
  6502. */*) func_dirname_result="${1%/*}${2}" ;;
  6503. * ) func_dirname_result="${3}" ;;
  6504. esac
  6505. func_basename_result="${1##*/}"
  6506. }
  6507. # func_stripname prefix suffix name
  6508. # strip PREFIX and SUFFIX off of NAME.
  6509. # PREFIX and SUFFIX must not contain globbing or regex special
  6510. # characters, hashes, percent signs, but SUFFIX may contain a leading
  6511. # dot (in which case that matches only a dot).
  6512. func_stripname ()
  6513. {
  6514. # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
  6515. # positional parameters, so assign one to ordinary parameter first.
  6516. func_stripname_result=${3}
  6517. func_stripname_result=${func_stripname_result#"${1}"}
  6518. func_stripname_result=${func_stripname_result%"${2}"}
  6519. }
  6520. # func_opt_split
  6521. func_opt_split ()
  6522. {
  6523. func_opt_split_opt=${1%%=*}
  6524. func_opt_split_arg=${1#*=}
  6525. }
  6526. # func_lo2o object
  6527. func_lo2o ()
  6528. {
  6529. case ${1} in
  6530. *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
  6531. *) func_lo2o_result=${1} ;;
  6532. esac
  6533. }
  6534. # func_xform libobj-or-source
  6535. func_xform ()
  6536. {
  6537. func_xform_result=${1%.*}.lo
  6538. }
  6539. # func_arith arithmetic-term...
  6540. func_arith ()
  6541. {
  6542. func_arith_result=$(( $[*] ))
  6543. }
  6544. # func_len string
  6545. # STRING may not start with a hyphen.
  6546. func_len ()
  6547. {
  6548. func_len_result=${#1}
  6549. }
  6550. _LT_EOF
  6551. ;;
  6552. *) # Bourne compatible functions.
  6553. cat << \_LT_EOF >> "$cfgfile"
  6554. # func_dirname file append nondir_replacement
  6555. # Compute the dirname of FILE. If nonempty, add APPEND to the result,
  6556. # otherwise set result to NONDIR_REPLACEMENT.
  6557. func_dirname ()
  6558. {
  6559. # Extract subdirectory from the argument.
  6560. func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
  6561. if test "X$func_dirname_result" = "X${1}"; then
  6562. func_dirname_result="${3}"
  6563. else
  6564. func_dirname_result="$func_dirname_result${2}"
  6565. fi
  6566. }
  6567. # func_basename file
  6568. func_basename ()
  6569. {
  6570. func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
  6571. }
  6572. dnl func_dirname_and_basename
  6573. dnl A portable version of this function is already defined in general.m4sh
  6574. dnl so there is no need for it here.
  6575. # func_stripname prefix suffix name
  6576. # strip PREFIX and SUFFIX off of NAME.
  6577. # PREFIX and SUFFIX must not contain globbing or regex special
  6578. # characters, hashes, percent signs, but SUFFIX may contain a leading
  6579. # dot (in which case that matches only a dot).
  6580. # func_strip_suffix prefix name
  6581. func_stripname ()
  6582. {
  6583. case ${2} in
  6584. .*) func_stripname_result=`$ECHO "X${3}" \
  6585. | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
  6586. *) func_stripname_result=`$ECHO "X${3}" \
  6587. | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
  6588. esac
  6589. }
  6590. # sed scripts:
  6591. my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q'
  6592. my_sed_long_arg='1s/^-[[^=]]*=//'
  6593. # func_opt_split
  6594. func_opt_split ()
  6595. {
  6596. func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
  6597. func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
  6598. }
  6599. # func_lo2o object
  6600. func_lo2o ()
  6601. {
  6602. func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
  6603. }
  6604. # func_xform libobj-or-source
  6605. func_xform ()
  6606. {
  6607. func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
  6608. }
  6609. # func_arith arithmetic-term...
  6610. func_arith ()
  6611. {
  6612. func_arith_result=`expr "$[@]"`
  6613. }
  6614. # func_len string
  6615. # STRING may not start with a hyphen.
  6616. func_len ()
  6617. {
  6618. func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
  6619. }
  6620. _LT_EOF
  6621. esac
  6622. case $lt_shell_append in
  6623. yes)
  6624. cat << \_LT_EOF >> "$cfgfile"
  6625. # func_append var value
  6626. # Append VALUE to the end of shell variable VAR.
  6627. func_append ()
  6628. {
  6629. eval "$[1]+=\$[2]"
  6630. }
  6631. _LT_EOF
  6632. ;;
  6633. *)
  6634. cat << \_LT_EOF >> "$cfgfile"
  6635. # func_append var value
  6636. # Append VALUE to the end of shell variable VAR.
  6637. func_append ()
  6638. {
  6639. eval "$[1]=\$$[1]\$[2]"
  6640. }
  6641. _LT_EOF
  6642. ;;
  6643. esac
  6644. ])
  6645. # Helper functions for option handling. -*- Autoconf -*-
  6646. #
  6647. # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
  6648. # Written by Gary V. Vaughan, 2004
  6649. #
  6650. # This file is free software; the Free Software Foundation gives
  6651. # unlimited permission to copy and/or distribute it, with or without
  6652. # modifications, as long as this notice is preserved.
  6653. # serial 6 ltoptions.m4
  6654. # This is to help aclocal find these macros, as it can't see m4_define.
  6655. AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
  6656. # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
  6657. # ------------------------------------------
  6658. m4_define([_LT_MANGLE_OPTION],
  6659. [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
  6660. # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
  6661. # ---------------------------------------
  6662. # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
  6663. # matching handler defined, dispatch to it. Other OPTION-NAMEs are
  6664. # saved as a flag.
  6665. m4_define([_LT_SET_OPTION],
  6666. [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
  6667. m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
  6668. _LT_MANGLE_DEFUN([$1], [$2]),
  6669. [m4_warning([Unknown $1 option `$2'])])[]dnl
  6670. ])
  6671. # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
  6672. # ------------------------------------------------------------
  6673. # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
  6674. m4_define([_LT_IF_OPTION],
  6675. [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
  6676. # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
  6677. # -------------------------------------------------------
  6678. # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
  6679. # are set.
  6680. m4_define([_LT_UNLESS_OPTIONS],
  6681. [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
  6682. [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
  6683. [m4_define([$0_found])])])[]dnl
  6684. m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
  6685. ])[]dnl
  6686. ])
  6687. # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
  6688. # ----------------------------------------
  6689. # OPTION-LIST is a space-separated list of Libtool options associated
  6690. # with MACRO-NAME. If any OPTION has a matching handler declared with
  6691. # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
  6692. # the unknown option and exit.
  6693. m4_defun([_LT_SET_OPTIONS],
  6694. [# Set options
  6695. m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
  6696. [_LT_SET_OPTION([$1], _LT_Option)])
  6697. m4_if([$1],[LT_INIT],[
  6698. dnl
  6699. dnl Simply set some default values (i.e off) if boolean options were not
  6700. dnl specified:
  6701. _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
  6702. ])
  6703. _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
  6704. ])
  6705. dnl
  6706. dnl If no reference was made to various pairs of opposing options, then
  6707. dnl we run the default mode handler for the pair. For example, if neither
  6708. dnl `shared' nor `disable-shared' was passed, we enable building of shared
  6709. dnl archives by default:
  6710. _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
  6711. _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
  6712. _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
  6713. _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
  6714. [_LT_ENABLE_FAST_INSTALL])
  6715. ])
  6716. ])# _LT_SET_OPTIONS
  6717. # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
  6718. # -----------------------------------------
  6719. m4_define([_LT_MANGLE_DEFUN],
  6720. [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
  6721. # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
  6722. # -----------------------------------------------
  6723. m4_define([LT_OPTION_DEFINE],
  6724. [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
  6725. ])# LT_OPTION_DEFINE
  6726. # dlopen
  6727. # ------
  6728. LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
  6729. ])
  6730. AU_DEFUN([AC_LIBTOOL_DLOPEN],
  6731. [_LT_SET_OPTION([LT_INIT], [dlopen])
  6732. AC_DIAGNOSE([obsolete],
  6733. [$0: Remove this warning and the call to _LT_SET_OPTION when you
  6734. put the `dlopen' option into LT_INIT's first parameter.])
  6735. ])
  6736. dnl aclocal-1.4 backwards compatibility:
  6737. dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
  6738. # win32-dll
  6739. # ---------
  6740. # Declare package support for building win32 dll's.
  6741. LT_OPTION_DEFINE([LT_INIT], [win32-dll],
  6742. [enable_win32_dll=yes
  6743. case $host in
  6744. *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
  6745. AC_CHECK_TOOL(AS, as, false)
  6746. AC_CHECK_TOOL(DLLTOOL, dlltool, false)
  6747. AC_CHECK_TOOL(OBJDUMP, objdump, false)
  6748. ;;
  6749. esac
  6750. test -z "$AS" && AS=as
  6751. _LT_DECL([], [AS], [0], [Assembler program])dnl
  6752. test -z "$DLLTOOL" && DLLTOOL=dlltool
  6753. _LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl
  6754. test -z "$OBJDUMP" && OBJDUMP=objdump
  6755. _LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
  6756. ])# win32-dll
  6757. AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
  6758. [AC_REQUIRE([AC_CANONICAL_HOST])dnl
  6759. _LT_SET_OPTION([LT_INIT], [win32-dll])
  6760. AC_DIAGNOSE([obsolete],
  6761. [$0: Remove this warning and the call to _LT_SET_OPTION when you
  6762. put the `win32-dll' option into LT_INIT's first parameter.])
  6763. ])
  6764. dnl aclocal-1.4 backwards compatibility:
  6765. dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
  6766. # _LT_ENABLE_SHARED([DEFAULT])
  6767. # ----------------------------
  6768. # implement the --enable-shared flag, and supports the `shared' and
  6769. # `disable-shared' LT_INIT options.
  6770. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
  6771. m4_define([_LT_ENABLE_SHARED],
  6772. [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
  6773. AC_ARG_ENABLE([shared],
  6774. [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
  6775. [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
  6776. [p=${PACKAGE-default}
  6777. case $enableval in
  6778. yes) enable_shared=yes ;;
  6779. no) enable_shared=no ;;
  6780. *)
  6781. enable_shared=no
  6782. # Look at the argument we got. We use all the common list separators.
  6783. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  6784. for pkg in $enableval; do
  6785. IFS="$lt_save_ifs"
  6786. if test "X$pkg" = "X$p"; then
  6787. enable_shared=yes
  6788. fi
  6789. done
  6790. IFS="$lt_save_ifs"
  6791. ;;
  6792. esac],
  6793. [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
  6794. _LT_DECL([build_libtool_libs], [enable_shared], [0],
  6795. [Whether or not to build shared libraries])
  6796. ])# _LT_ENABLE_SHARED
  6797. LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
  6798. LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
  6799. # Old names:
  6800. AC_DEFUN([AC_ENABLE_SHARED],
  6801. [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
  6802. ])
  6803. AC_DEFUN([AC_DISABLE_SHARED],
  6804. [_LT_SET_OPTION([LT_INIT], [disable-shared])
  6805. ])
  6806. AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
  6807. AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
  6808. dnl aclocal-1.4 backwards compatibility:
  6809. dnl AC_DEFUN([AM_ENABLE_SHARED], [])
  6810. dnl AC_DEFUN([AM_DISABLE_SHARED], [])
  6811. # _LT_ENABLE_STATIC([DEFAULT])
  6812. # ----------------------------
  6813. # implement the --enable-static flag, and support the `static' and
  6814. # `disable-static' LT_INIT options.
  6815. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
  6816. m4_define([_LT_ENABLE_STATIC],
  6817. [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
  6818. AC_ARG_ENABLE([static],
  6819. [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
  6820. [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
  6821. [p=${PACKAGE-default}
  6822. case $enableval in
  6823. yes) enable_static=yes ;;
  6824. no) enable_static=no ;;
  6825. *)
  6826. enable_static=no
  6827. # Look at the argument we got. We use all the common list separators.
  6828. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  6829. for pkg in $enableval; do
  6830. IFS="$lt_save_ifs"
  6831. if test "X$pkg" = "X$p"; then
  6832. enable_static=yes
  6833. fi
  6834. done
  6835. IFS="$lt_save_ifs"
  6836. ;;
  6837. esac],
  6838. [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
  6839. _LT_DECL([build_old_libs], [enable_static], [0],
  6840. [Whether or not to build static libraries])
  6841. ])# _LT_ENABLE_STATIC
  6842. LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
  6843. LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
  6844. # Old names:
  6845. AC_DEFUN([AC_ENABLE_STATIC],
  6846. [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
  6847. ])
  6848. AC_DEFUN([AC_DISABLE_STATIC],
  6849. [_LT_SET_OPTION([LT_INIT], [disable-static])
  6850. ])
  6851. AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
  6852. AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
  6853. dnl aclocal-1.4 backwards compatibility:
  6854. dnl AC_DEFUN([AM_ENABLE_STATIC], [])
  6855. dnl AC_DEFUN([AM_DISABLE_STATIC], [])
  6856. # _LT_ENABLE_FAST_INSTALL([DEFAULT])
  6857. # ----------------------------------
  6858. # implement the --enable-fast-install flag, and support the `fast-install'
  6859. # and `disable-fast-install' LT_INIT options.
  6860. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
  6861. m4_define([_LT_ENABLE_FAST_INSTALL],
  6862. [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
  6863. AC_ARG_ENABLE([fast-install],
  6864. [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
  6865. [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
  6866. [p=${PACKAGE-default}
  6867. case $enableval in
  6868. yes) enable_fast_install=yes ;;
  6869. no) enable_fast_install=no ;;
  6870. *)
  6871. enable_fast_install=no
  6872. # Look at the argument we got. We use all the common list separators.
  6873. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  6874. for pkg in $enableval; do
  6875. IFS="$lt_save_ifs"
  6876. if test "X$pkg" = "X$p"; then
  6877. enable_fast_install=yes
  6878. fi
  6879. done
  6880. IFS="$lt_save_ifs"
  6881. ;;
  6882. esac],
  6883. [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
  6884. _LT_DECL([fast_install], [enable_fast_install], [0],
  6885. [Whether or not to optimize for fast installation])dnl
  6886. ])# _LT_ENABLE_FAST_INSTALL
  6887. LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
  6888. LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
  6889. # Old names:
  6890. AU_DEFUN([AC_ENABLE_FAST_INSTALL],
  6891. [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
  6892. AC_DIAGNOSE([obsolete],
  6893. [$0: Remove this warning and the call to _LT_SET_OPTION when you put
  6894. the `fast-install' option into LT_INIT's first parameter.])
  6895. ])
  6896. AU_DEFUN([AC_DISABLE_FAST_INSTALL],
  6897. [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
  6898. AC_DIAGNOSE([obsolete],
  6899. [$0: Remove this warning and the call to _LT_SET_OPTION when you put
  6900. the `disable-fast-install' option into LT_INIT's first parameter.])
  6901. ])
  6902. dnl aclocal-1.4 backwards compatibility:
  6903. dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
  6904. dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
  6905. # _LT_WITH_PIC([MODE])
  6906. # --------------------
  6907. # implement the --with-pic flag, and support the `pic-only' and `no-pic'
  6908. # LT_INIT options.
  6909. # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
  6910. m4_define([_LT_WITH_PIC],
  6911. [AC_ARG_WITH([pic],
  6912. [AS_HELP_STRING([--with-pic],
  6913. [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
  6914. [pic_mode="$withval"],
  6915. [pic_mode=default])
  6916. test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
  6917. _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
  6918. ])# _LT_WITH_PIC
  6919. LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
  6920. LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
  6921. # Old name:
  6922. AU_DEFUN([AC_LIBTOOL_PICMODE],
  6923. [_LT_SET_OPTION([LT_INIT], [pic-only])
  6924. AC_DIAGNOSE([obsolete],
  6925. [$0: Remove this warning and the call to _LT_SET_OPTION when you
  6926. put the `pic-only' option into LT_INIT's first parameter.])
  6927. ])
  6928. dnl aclocal-1.4 backwards compatibility:
  6929. dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
  6930. m4_define([_LTDL_MODE], [])
  6931. LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
  6932. [m4_define([_LTDL_MODE], [nonrecursive])])
  6933. LT_OPTION_DEFINE([LTDL_INIT], [recursive],
  6934. [m4_define([_LTDL_MODE], [recursive])])
  6935. LT_OPTION_DEFINE([LTDL_INIT], [subproject],
  6936. [m4_define([_LTDL_MODE], [subproject])])
  6937. m4_define([_LTDL_TYPE], [])
  6938. LT_OPTION_DEFINE([LTDL_INIT], [installable],
  6939. [m4_define([_LTDL_TYPE], [installable])])
  6940. LT_OPTION_DEFINE([LTDL_INIT], [convenience],
  6941. [m4_define([_LTDL_TYPE], [convenience])])
  6942. # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
  6943. #
  6944. # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
  6945. # Written by Gary V. Vaughan, 2004
  6946. #
  6947. # This file is free software; the Free Software Foundation gives
  6948. # unlimited permission to copy and/or distribute it, with or without
  6949. # modifications, as long as this notice is preserved.
  6950. # serial 6 ltsugar.m4
  6951. # This is to help aclocal find these macros, as it can't see m4_define.
  6952. AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
  6953. # lt_join(SEP, ARG1, [ARG2...])
  6954. # -----------------------------
  6955. # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
  6956. # associated separator.
  6957. # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
  6958. # versions in m4sugar had bugs.
  6959. m4_define([lt_join],
  6960. [m4_if([$#], [1], [],
  6961. [$#], [2], [[$2]],
  6962. [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
  6963. m4_define([_lt_join],
  6964. [m4_if([$#$2], [2], [],
  6965. [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
  6966. # lt_car(LIST)
  6967. # lt_cdr(LIST)
  6968. # ------------
  6969. # Manipulate m4 lists.
  6970. # These macros are necessary as long as will still need to support
  6971. # Autoconf-2.59 which quotes differently.
  6972. m4_define([lt_car], [[$1]])
  6973. m4_define([lt_cdr],
  6974. [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
  6975. [$#], 1, [],
  6976. [m4_dquote(m4_shift($@))])])
  6977. m4_define([lt_unquote], $1)
  6978. # lt_append(MACRO-NAME, STRING, [SEPARATOR])
  6979. # ------------------------------------------
  6980. # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
  6981. # Note that neither SEPARATOR nor STRING are expanded; they are appended
  6982. # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
  6983. # No SEPARATOR is output if MACRO-NAME was previously undefined (different
  6984. # than defined and empty).
  6985. #
  6986. # This macro is needed until we can rely on Autoconf 2.62, since earlier
  6987. # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
  6988. m4_define([lt_append],
  6989. [m4_define([$1],
  6990. m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
  6991. # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
  6992. # ----------------------------------------------------------
  6993. # Produce a SEP delimited list of all paired combinations of elements of
  6994. # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
  6995. # has the form PREFIXmINFIXSUFFIXn.
  6996. # Needed until we can rely on m4_combine added in Autoconf 2.62.
  6997. m4_define([lt_combine],
  6998. [m4_if(m4_eval([$# > 3]), [1],
  6999. [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
  7000. [[m4_foreach([_Lt_prefix], [$2],
  7001. [m4_foreach([_Lt_suffix],
  7002. ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
  7003. [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
  7004. # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
  7005. # -----------------------------------------------------------------------
  7006. # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
  7007. # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
  7008. m4_define([lt_if_append_uniq],
  7009. [m4_ifdef([$1],
  7010. [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
  7011. [lt_append([$1], [$2], [$3])$4],
  7012. [$5])],
  7013. [lt_append([$1], [$2], [$3])$4])])
  7014. # lt_dict_add(DICT, KEY, VALUE)
  7015. # -----------------------------
  7016. m4_define([lt_dict_add],
  7017. [m4_define([$1($2)], [$3])])
  7018. # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
  7019. # --------------------------------------------
  7020. m4_define([lt_dict_add_subkey],
  7021. [m4_define([$1($2:$3)], [$4])])
  7022. # lt_dict_fetch(DICT, KEY, [SUBKEY])
  7023. # ----------------------------------
  7024. m4_define([lt_dict_fetch],
  7025. [m4_ifval([$3],
  7026. m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
  7027. m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
  7028. # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
  7029. # -----------------------------------------------------------------
  7030. m4_define([lt_if_dict_fetch],
  7031. [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
  7032. [$5],
  7033. [$6])])
  7034. # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
  7035. # --------------------------------------------------------------
  7036. m4_define([lt_dict_filter],
  7037. [m4_if([$5], [], [],
  7038. [lt_join(m4_quote(m4_default([$4], [[, ]])),
  7039. lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
  7040. [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
  7041. ])
  7042. # ltversion.m4 -- version numbers -*- Autoconf -*-
  7043. #
  7044. # Copyright (C) 2004 Free Software Foundation, Inc.
  7045. # Written by Scott James Remnant, 2004
  7046. #
  7047. # This file is free software; the Free Software Foundation gives
  7048. # unlimited permission to copy and/or distribute it, with or without
  7049. # modifications, as long as this notice is preserved.
  7050. # Generated from ltversion.in.
  7051. # serial 3012 ltversion.m4
  7052. # This file is part of GNU Libtool
  7053. m4_define([LT_PACKAGE_VERSION], [2.2.6])
  7054. m4_define([LT_PACKAGE_REVISION], [1.3012])
  7055. AC_DEFUN([LTVERSION_VERSION],
  7056. [macro_version='2.2.6'
  7057. macro_revision='1.3012'
  7058. _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
  7059. _LT_DECL(, macro_revision, 0)
  7060. ])
  7061. # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
  7062. #
  7063. # Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
  7064. # Written by Scott James Remnant, 2004.
  7065. #
  7066. # This file is free software; the Free Software Foundation gives
  7067. # unlimited permission to copy and/or distribute it, with or without
  7068. # modifications, as long as this notice is preserved.
  7069. # serial 4 lt~obsolete.m4
  7070. # These exist entirely to fool aclocal when bootstrapping libtool.
  7071. #
  7072. # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
  7073. # which have later been changed to m4_define as they aren't part of the
  7074. # exported API, or moved to Autoconf or Automake where they belong.
  7075. #
  7076. # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
  7077. # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
  7078. # using a macro with the same name in our local m4/libtool.m4 it'll
  7079. # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
  7080. # and doesn't know about Autoconf macros at all.)
  7081. #
  7082. # So we provide this file, which has a silly filename so it's always
  7083. # included after everything else. This provides aclocal with the
  7084. # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
  7085. # because those macros already exist, or will be overwritten later.
  7086. # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
  7087. #
  7088. # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
  7089. # Yes, that means every name once taken will need to remain here until
  7090. # we give up compatibility with versions before 1.7, at which point
  7091. # we need to keep only those names which we still refer to.
  7092. # This is to help aclocal find these macros, as it can't see m4_define.
  7093. AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
  7094. m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
  7095. m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])])
  7096. m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
  7097. m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])])
  7098. m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
  7099. m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])])
  7100. m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])])
  7101. m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
  7102. m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])])
  7103. m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])])
  7104. m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])])
  7105. m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
  7106. m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
  7107. m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
  7108. m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
  7109. m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
  7110. m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])])
  7111. m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
  7112. m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
  7113. m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])])
  7114. m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])])
  7115. m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
  7116. m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
  7117. m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
  7118. m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
  7119. m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
  7120. m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
  7121. m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
  7122. m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])])
  7123. m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])])
  7124. m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])])
  7125. m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
  7126. m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
  7127. m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])])
  7128. m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])])
  7129. m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
  7130. m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
  7131. m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])])
  7132. m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
  7133. m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
  7134. m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
  7135. m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
  7136. m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])])
  7137. m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
  7138. m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
  7139. m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
  7140. m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
  7141. m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
  7142. m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
  7143. m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
  7144. m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
  7145. m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
  7146. m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
  7147. m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
  7148. m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
  7149. # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  7150. #
  7151. # This file is free software; the Free Software Foundation
  7152. # gives unlimited permission to copy and/or distribute it,
  7153. # with or without modifications, as long as this notice is preserved.
  7154. # AM_AUTOMAKE_VERSION(VERSION)
  7155. # ----------------------------
  7156. # Automake X.Y traces this macro to ensure aclocal.m4 has been
  7157. # generated from the m4 files accompanying Automake X.Y.
  7158. # (This private macro should not be called outside this file.)
  7159. AC_DEFUN([AM_AUTOMAKE_VERSION],
  7160. [am__api_version='1.10'
  7161. dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
  7162. dnl require some minimum version. Point them to the right macro.
  7163. m4_if([$1], [1.10.2], [],
  7164. [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
  7165. ])
  7166. # _AM_AUTOCONF_VERSION(VERSION)
  7167. # -----------------------------
  7168. # aclocal traces this macro to find the Autoconf version.
  7169. # This is a private macro too. Using m4_define simplifies
  7170. # the logic in aclocal, which can simply ignore this definition.
  7171. m4_define([_AM_AUTOCONF_VERSION], [])
  7172. # AM_SET_CURRENT_AUTOMAKE_VERSION
  7173. # -------------------------------
  7174. # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
  7175. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
  7176. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
  7177. [AM_AUTOMAKE_VERSION([1.10.2])dnl
  7178. m4_ifndef([AC_AUTOCONF_VERSION],
  7179. [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
  7180. _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
  7181. # AM_AUX_DIR_EXPAND -*- Autoconf -*-
  7182. # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
  7183. #
  7184. # This file is free software; the Free Software Foundation
  7185. # gives unlimited permission to copy and/or distribute it,
  7186. # with or without modifications, as long as this notice is preserved.
  7187. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
  7188. # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
  7189. # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
  7190. #
  7191. # Of course, Automake must honor this variable whenever it calls a
  7192. # tool from the auxiliary directory. The problem is that $srcdir (and
  7193. # therefore $ac_aux_dir as well) can be either absolute or relative,
  7194. # depending on how configure is run. This is pretty annoying, since
  7195. # it makes $ac_aux_dir quite unusable in subdirectories: in the top
  7196. # source directory, any form will work fine, but in subdirectories a
  7197. # relative path needs to be adjusted first.
  7198. #
  7199. # $ac_aux_dir/missing
  7200. # fails when called from a subdirectory if $ac_aux_dir is relative
  7201. # $top_srcdir/$ac_aux_dir/missing
  7202. # fails if $ac_aux_dir is absolute,
  7203. # fails when called from a subdirectory in a VPATH build with
  7204. # a relative $ac_aux_dir
  7205. #
  7206. # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
  7207. # are both prefixed by $srcdir. In an in-source build this is usually
  7208. # harmless because $srcdir is `.', but things will broke when you
  7209. # start a VPATH build or use an absolute $srcdir.
  7210. #
  7211. # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
  7212. # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
  7213. # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
  7214. # and then we would define $MISSING as
  7215. # MISSING="\${SHELL} $am_aux_dir/missing"
  7216. # This will work as long as MISSING is not called from configure, because
  7217. # unfortunately $(top_srcdir) has no meaning in configure.
  7218. # However there are other variables, like CC, which are often used in
  7219. # configure, and could therefore not use this "fixed" $ac_aux_dir.
  7220. #
  7221. # Another solution, used here, is to always expand $ac_aux_dir to an
  7222. # absolute PATH. The drawback is that using absolute paths prevent a
  7223. # configured tree to be moved without reconfiguration.
  7224. AC_DEFUN([AM_AUX_DIR_EXPAND],
  7225. [dnl Rely on autoconf to set up CDPATH properly.
  7226. AC_PREREQ([2.50])dnl
  7227. # expand $ac_aux_dir to an absolute path
  7228. am_aux_dir=`cd $ac_aux_dir && pwd`
  7229. ])
  7230. # AM_CONDITIONAL -*- Autoconf -*-
  7231. # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
  7232. # Free Software Foundation, Inc.
  7233. #
  7234. # This file is free software; the Free Software Foundation
  7235. # gives unlimited permission to copy and/or distribute it,
  7236. # with or without modifications, as long as this notice is preserved.
  7237. # serial 8
  7238. # AM_CONDITIONAL(NAME, SHELL-CONDITION)
  7239. # -------------------------------------
  7240. # Define a conditional.
  7241. AC_DEFUN([AM_CONDITIONAL],
  7242. [AC_PREREQ(2.52)dnl
  7243. ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
  7244. [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
  7245. AC_SUBST([$1_TRUE])dnl
  7246. AC_SUBST([$1_FALSE])dnl
  7247. _AM_SUBST_NOTMAKE([$1_TRUE])dnl
  7248. _AM_SUBST_NOTMAKE([$1_FALSE])dnl
  7249. if $2; then
  7250. $1_TRUE=
  7251. $1_FALSE='#'
  7252. else
  7253. $1_TRUE='#'
  7254. $1_FALSE=
  7255. fi
  7256. AC_CONFIG_COMMANDS_PRE(
  7257. [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
  7258. AC_MSG_ERROR([[conditional "$1" was never defined.
  7259. Usually this means the macro was only invoked conditionally.]])
  7260. fi])])
  7261. # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
  7262. # Free Software Foundation, Inc.
  7263. #
  7264. # This file is free software; the Free Software Foundation
  7265. # gives unlimited permission to copy and/or distribute it,
  7266. # with or without modifications, as long as this notice is preserved.
  7267. # serial 9
  7268. # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
  7269. # written in clear, in which case automake, when reading aclocal.m4,
  7270. # will think it sees a *use*, and therefore will trigger all it's
  7271. # C support machinery. Also note that it means that autoscan, seeing
  7272. # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
  7273. # _AM_DEPENDENCIES(NAME)
  7274. # ----------------------
  7275. # See how the compiler implements dependency checking.
  7276. # NAME is "CC", "CXX", "GCJ", or "OBJC".
  7277. # We try a few techniques and use that to set a single cache variable.
  7278. #
  7279. # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
  7280. # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
  7281. # dependency, and given that the user is not expected to run this macro,
  7282. # just rely on AC_PROG_CC.
  7283. AC_DEFUN([_AM_DEPENDENCIES],
  7284. [AC_REQUIRE([AM_SET_DEPDIR])dnl
  7285. AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
  7286. AC_REQUIRE([AM_MAKE_INCLUDE])dnl
  7287. AC_REQUIRE([AM_DEP_TRACK])dnl
  7288. ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
  7289. [$1], CXX, [depcc="$CXX" am_compiler_list=],
  7290. [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
  7291. [$1], UPC, [depcc="$UPC" am_compiler_list=],
  7292. [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
  7293. [depcc="$$1" am_compiler_list=])
  7294. AC_CACHE_CHECK([dependency style of $depcc],
  7295. [am_cv_$1_dependencies_compiler_type],
  7296. [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
  7297. # We make a subdir and do the tests there. Otherwise we can end up
  7298. # making bogus files that we don't know about and never remove. For
  7299. # instance it was reported that on HP-UX the gcc test will end up
  7300. # making a dummy file named `D' -- because `-MD' means `put the output
  7301. # in D'.
  7302. mkdir conftest.dir
  7303. # Copy depcomp to subdir because otherwise we won't find it if we're
  7304. # using a relative directory.
  7305. cp "$am_depcomp" conftest.dir
  7306. cd conftest.dir
  7307. # We will build objects and dependencies in a subdirectory because
  7308. # it helps to detect inapplicable dependency modes. For instance
  7309. # both Tru64's cc and ICC support -MD to output dependencies as a
  7310. # side effect of compilation, but ICC will put the dependencies in
  7311. # the current directory while Tru64 will put them in the object
  7312. # directory.
  7313. mkdir sub
  7314. am_cv_$1_dependencies_compiler_type=none
  7315. if test "$am_compiler_list" = ""; then
  7316. am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
  7317. fi
  7318. for depmode in $am_compiler_list; do
  7319. # Setup a source with many dependencies, because some compilers
  7320. # like to wrap large dependency lists on column 80 (with \), and
  7321. # we should not choose a depcomp mode which is confused by this.
  7322. #
  7323. # We need to recreate these files for each test, as the compiler may
  7324. # overwrite some of them when testing with obscure command lines.
  7325. # This happens at least with the AIX C compiler.
  7326. : > sub/conftest.c
  7327. for i in 1 2 3 4 5 6; do
  7328. echo '#include "conftst'$i'.h"' >> sub/conftest.c
  7329. # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
  7330. # Solaris 8's {/usr,}/bin/sh.
  7331. touch sub/conftst$i.h
  7332. done
  7333. echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
  7334. case $depmode in
  7335. nosideeffect)
  7336. # after this tag, mechanisms are not by side-effect, so they'll
  7337. # only be used when explicitly requested
  7338. if test "x$enable_dependency_tracking" = xyes; then
  7339. continue
  7340. else
  7341. break
  7342. fi
  7343. ;;
  7344. none) break ;;
  7345. esac
  7346. # We check with `-c' and `-o' for the sake of the "dashmstdout"
  7347. # mode. It turns out that the SunPro C++ compiler does not properly
  7348. # handle `-M -o', and we need to detect this.
  7349. if depmode=$depmode \
  7350. source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
  7351. depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
  7352. $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
  7353. >/dev/null 2>conftest.err &&
  7354. grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
  7355. grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
  7356. grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
  7357. ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
  7358. # icc doesn't choke on unknown options, it will just issue warnings
  7359. # or remarks (even with -Werror). So we grep stderr for any message
  7360. # that says an option was ignored or not supported.
  7361. # When given -MP, icc 7.0 and 7.1 complain thusly:
  7362. # icc: Command line warning: ignoring option '-M'; no argument required
  7363. # The diagnosis changed in icc 8.0:
  7364. # icc: Command line remark: option '-MP' not supported
  7365. if (grep 'ignoring option' conftest.err ||
  7366. grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
  7367. am_cv_$1_dependencies_compiler_type=$depmode
  7368. break
  7369. fi
  7370. fi
  7371. done
  7372. cd ..
  7373. rm -rf conftest.dir
  7374. else
  7375. am_cv_$1_dependencies_compiler_type=none
  7376. fi
  7377. ])
  7378. AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
  7379. AM_CONDITIONAL([am__fastdep$1], [
  7380. test "x$enable_dependency_tracking" != xno \
  7381. && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
  7382. ])
  7383. # AM_SET_DEPDIR
  7384. # -------------
  7385. # Choose a directory name for dependency files.
  7386. # This macro is AC_REQUIREd in _AM_DEPENDENCIES
  7387. AC_DEFUN([AM_SET_DEPDIR],
  7388. [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  7389. AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
  7390. ])
  7391. # AM_DEP_TRACK
  7392. # ------------
  7393. AC_DEFUN([AM_DEP_TRACK],
  7394. [AC_ARG_ENABLE(dependency-tracking,
  7395. [ --disable-dependency-tracking speeds up one-time build
  7396. --enable-dependency-tracking do not reject slow dependency extractors])
  7397. if test "x$enable_dependency_tracking" != xno; then
  7398. am_depcomp="$ac_aux_dir/depcomp"
  7399. AMDEPBACKSLASH='\'
  7400. fi
  7401. AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
  7402. AC_SUBST([AMDEPBACKSLASH])dnl
  7403. _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
  7404. ])
  7405. # Generate code to set up dependency tracking. -*- Autoconf -*-
  7406. # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
  7407. # Free Software Foundation, Inc.
  7408. #
  7409. # This file is free software; the Free Software Foundation
  7410. # gives unlimited permission to copy and/or distribute it,
  7411. # with or without modifications, as long as this notice is preserved.
  7412. #serial 4
  7413. # _AM_OUTPUT_DEPENDENCY_COMMANDS
  7414. # ------------------------------
  7415. AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
  7416. [# Autoconf 2.62 quotes --file arguments for eval, but not when files
  7417. # are listed without --file. Let's play safe and only enable the eval
  7418. # if we detect the quoting.
  7419. case $CONFIG_FILES in
  7420. *\'*) eval set x "$CONFIG_FILES" ;;
  7421. *) set x $CONFIG_FILES ;;
  7422. esac
  7423. shift
  7424. for mf
  7425. do
  7426. # Strip MF so we end up with the name of the file.
  7427. mf=`echo "$mf" | sed -e 's/:.*$//'`
  7428. # Check whether this is an Automake generated Makefile or not.
  7429. # We used to match only the files named `Makefile.in', but
  7430. # some people rename them; so instead we look at the file content.
  7431. # Grep'ing the first line is not enough: some people post-process
  7432. # each Makefile.in and add a new line on top of each file to say so.
  7433. # Grep'ing the whole file is not good either: AIX grep has a line
  7434. # limit of 2048, but all sed's we know have understand at least 4000.
  7435. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
  7436. dirpart=`AS_DIRNAME("$mf")`
  7437. else
  7438. continue
  7439. fi
  7440. # Extract the definition of DEPDIR, am__include, and am__quote
  7441. # from the Makefile without running `make'.
  7442. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
  7443. test -z "$DEPDIR" && continue
  7444. am__include=`sed -n 's/^am__include = //p' < "$mf"`
  7445. test -z "am__include" && continue
  7446. am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
  7447. # When using ansi2knr, U may be empty or an underscore; expand it
  7448. U=`sed -n 's/^U = //p' < "$mf"`
  7449. # Find all dependency output files, they are included files with
  7450. # $(DEPDIR) in their names. We invoke sed twice because it is the
  7451. # simplest approach to changing $(DEPDIR) to its actual value in the
  7452. # expansion.
  7453. for file in `sed -n "
  7454. s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
  7455. sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
  7456. # Make sure the directory exists.
  7457. test -f "$dirpart/$file" && continue
  7458. fdir=`AS_DIRNAME(["$file"])`
  7459. AS_MKDIR_P([$dirpart/$fdir])
  7460. # echo "creating $dirpart/$file"
  7461. echo '# dummy' > "$dirpart/$file"
  7462. done
  7463. done
  7464. ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
  7465. # AM_OUTPUT_DEPENDENCY_COMMANDS
  7466. # -----------------------------
  7467. # This macro should only be invoked once -- use via AC_REQUIRE.
  7468. #
  7469. # This code is only required when automatic dependency tracking
  7470. # is enabled. FIXME. This creates each `.P' file that we will
  7471. # need in order to bootstrap the dependency handling code.
  7472. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
  7473. [AC_CONFIG_COMMANDS([depfiles],
  7474. [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
  7475. [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
  7476. ])
  7477. # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
  7478. # Free Software Foundation, Inc.
  7479. #
  7480. # This file is free software; the Free Software Foundation
  7481. # gives unlimited permission to copy and/or distribute it,
  7482. # with or without modifications, as long as this notice is preserved.
  7483. # serial 8
  7484. # AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
  7485. AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
  7486. # Do all the work for Automake. -*- Autoconf -*-
  7487. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
  7488. # 2005, 2006, 2008 Free Software Foundation, Inc.
  7489. #
  7490. # This file is free software; the Free Software Foundation
  7491. # gives unlimited permission to copy and/or distribute it,
  7492. # with or without modifications, as long as this notice is preserved.
  7493. # serial 13
  7494. # This macro actually does too much. Some checks are only needed if
  7495. # your package does certain things. But this isn't really a big deal.
  7496. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
  7497. # AM_INIT_AUTOMAKE([OPTIONS])
  7498. # -----------------------------------------------
  7499. # The call with PACKAGE and VERSION arguments is the old style
  7500. # call (pre autoconf-2.50), which is being phased out. PACKAGE
  7501. # and VERSION should now be passed to AC_INIT and removed from
  7502. # the call to AM_INIT_AUTOMAKE.
  7503. # We support both call styles for the transition. After
  7504. # the next Automake release, Autoconf can make the AC_INIT
  7505. # arguments mandatory, and then we can depend on a new Autoconf
  7506. # release and drop the old call support.
  7507. AC_DEFUN([AM_INIT_AUTOMAKE],
  7508. [AC_PREREQ([2.60])dnl
  7509. dnl Autoconf wants to disallow AM_ names. We explicitly allow
  7510. dnl the ones we care about.
  7511. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
  7512. AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
  7513. AC_REQUIRE([AC_PROG_INSTALL])dnl
  7514. if test "`cd $srcdir && pwd`" != "`pwd`"; then
  7515. # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
  7516. # is not polluted with repeated "-I."
  7517. AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
  7518. # test to see if srcdir already configured
  7519. if test -f $srcdir/config.status; then
  7520. AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
  7521. fi
  7522. fi
  7523. # test whether we have cygpath
  7524. if test -z "$CYGPATH_W"; then
  7525. if (cygpath --version) >/dev/null 2>/dev/null; then
  7526. CYGPATH_W='cygpath -w'
  7527. else
  7528. CYGPATH_W=echo
  7529. fi
  7530. fi
  7531. AC_SUBST([CYGPATH_W])
  7532. # Define the identity of the package.
  7533. dnl Distinguish between old-style and new-style calls.
  7534. m4_ifval([$2],
  7535. [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
  7536. AC_SUBST([PACKAGE], [$1])dnl
  7537. AC_SUBST([VERSION], [$2])],
  7538. [_AM_SET_OPTIONS([$1])dnl
  7539. dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
  7540. m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
  7541. [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
  7542. AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
  7543. AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
  7544. _AM_IF_OPTION([no-define],,
  7545. [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
  7546. AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
  7547. # Some tools Automake needs.
  7548. AC_REQUIRE([AM_SANITY_CHECK])dnl
  7549. AC_REQUIRE([AC_ARG_PROGRAM])dnl
  7550. AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
  7551. AM_MISSING_PROG(AUTOCONF, autoconf)
  7552. AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
  7553. AM_MISSING_PROG(AUTOHEADER, autoheader)
  7554. AM_MISSING_PROG(MAKEINFO, makeinfo)
  7555. AM_PROG_INSTALL_SH
  7556. AM_PROG_INSTALL_STRIP
  7557. AC_REQUIRE([AM_PROG_MKDIR_P])dnl
  7558. # We need awk for the "check" target. The system "awk" is bad on
  7559. # some platforms.
  7560. AC_REQUIRE([AC_PROG_AWK])dnl
  7561. AC_REQUIRE([AC_PROG_MAKE_SET])dnl
  7562. AC_REQUIRE([AM_SET_LEADING_DOT])dnl
  7563. _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
  7564. [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
  7565. [_AM_PROG_TAR([v7])])])
  7566. _AM_IF_OPTION([no-dependencies],,
  7567. [AC_PROVIDE_IFELSE([AC_PROG_CC],
  7568. [_AM_DEPENDENCIES(CC)],
  7569. [define([AC_PROG_CC],
  7570. defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
  7571. AC_PROVIDE_IFELSE([AC_PROG_CXX],
  7572. [_AM_DEPENDENCIES(CXX)],
  7573. [define([AC_PROG_CXX],
  7574. defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
  7575. AC_PROVIDE_IFELSE([AC_PROG_OBJC],
  7576. [_AM_DEPENDENCIES(OBJC)],
  7577. [define([AC_PROG_OBJC],
  7578. defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
  7579. ])
  7580. ])
  7581. # When config.status generates a header, we must update the stamp-h file.
  7582. # This file resides in the same directory as the config header
  7583. # that is generated. The stamp files are numbered to have different names.
  7584. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
  7585. # loop where config.status creates the headers, so we can generate
  7586. # our stamp files there.
  7587. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
  7588. [# Compute $1's index in $config_headers.
  7589. _am_arg=$1
  7590. _am_stamp_count=1
  7591. for _am_header in $config_headers :; do
  7592. case $_am_header in
  7593. $_am_arg | $_am_arg:* )
  7594. break ;;
  7595. * )
  7596. _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  7597. esac
  7598. done
  7599. echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
  7600. # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
  7601. #
  7602. # This file is free software; the Free Software Foundation
  7603. # gives unlimited permission to copy and/or distribute it,
  7604. # with or without modifications, as long as this notice is preserved.
  7605. # AM_PROG_INSTALL_SH
  7606. # ------------------
  7607. # Define $install_sh.
  7608. AC_DEFUN([AM_PROG_INSTALL_SH],
  7609. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  7610. install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
  7611. AC_SUBST(install_sh)])
  7612. # Copyright (C) 2003, 2005 Free Software Foundation, Inc.
  7613. #
  7614. # This file is free software; the Free Software Foundation
  7615. # gives unlimited permission to copy and/or distribute it,
  7616. # with or without modifications, as long as this notice is preserved.
  7617. # serial 2
  7618. # Check whether the underlying file-system supports filenames
  7619. # with a leading dot. For instance MS-DOS doesn't.
  7620. AC_DEFUN([AM_SET_LEADING_DOT],
  7621. [rm -rf .tst 2>/dev/null
  7622. mkdir .tst 2>/dev/null
  7623. if test -d .tst; then
  7624. am__leading_dot=.
  7625. else
  7626. am__leading_dot=_
  7627. fi
  7628. rmdir .tst 2>/dev/null
  7629. AC_SUBST([am__leading_dot])])
  7630. # Check to see how 'make' treats includes. -*- Autoconf -*-
  7631. # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
  7632. #
  7633. # This file is free software; the Free Software Foundation
  7634. # gives unlimited permission to copy and/or distribute it,
  7635. # with or without modifications, as long as this notice is preserved.
  7636. # serial 3
  7637. # AM_MAKE_INCLUDE()
  7638. # -----------------
  7639. # Check to see how make treats includes.
  7640. AC_DEFUN([AM_MAKE_INCLUDE],
  7641. [am_make=${MAKE-make}
  7642. cat > confinc << 'END'
  7643. am__doit:
  7644. @echo done
  7645. .PHONY: am__doit
  7646. END
  7647. # If we don't find an include directive, just comment out the code.
  7648. AC_MSG_CHECKING([for style of include used by $am_make])
  7649. am__include="#"
  7650. am__quote=
  7651. _am_result=none
  7652. # First try GNU make style include.
  7653. echo "include confinc" > confmf
  7654. # We grep out `Entering directory' and `Leaving directory'
  7655. # messages which can occur if `w' ends up in MAKEFLAGS.
  7656. # In particular we don't look at `^make:' because GNU make might
  7657. # be invoked under some other name (usually "gmake"), in which
  7658. # case it prints its new name instead of `make'.
  7659. if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
  7660. am__include=include
  7661. am__quote=
  7662. _am_result=GNU
  7663. fi
  7664. # Now try BSD make style include.
  7665. if test "$am__include" = "#"; then
  7666. echo '.include "confinc"' > confmf
  7667. if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
  7668. am__include=.include
  7669. am__quote="\""
  7670. _am_result=BSD
  7671. fi
  7672. fi
  7673. AC_SUBST([am__include])
  7674. AC_SUBST([am__quote])
  7675. AC_MSG_RESULT([$_am_result])
  7676. rm -f confinc confmf
  7677. ])
  7678. # Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2008
  7679. # Free Software Foundation, Inc.
  7680. #
  7681. # This file is free software; the Free Software Foundation
  7682. # gives unlimited permission to copy and/or distribute it,
  7683. # with or without modifications, as long as this notice is preserved.
  7684. # serial 6
  7685. # AM_PROG_CC_C_O
  7686. # --------------
  7687. # Like AC_PROG_CC_C_O, but changed for automake.
  7688. AC_DEFUN([AM_PROG_CC_C_O],
  7689. [AC_REQUIRE([AC_PROG_CC_C_O])dnl
  7690. AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  7691. AC_REQUIRE_AUX_FILE([compile])dnl
  7692. # FIXME: we rely on the cache variable name because
  7693. # there is no other way.
  7694. set dummy $CC
  7695. am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
  7696. eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
  7697. if test "$am_t" != yes; then
  7698. # Losing compiler, so override with the script.
  7699. # FIXME: It is wrong to rewrite CC.
  7700. # But if we don't then we get into trouble of one sort or another.
  7701. # A longer-term fix would be to have automake use am__CC in this case,
  7702. # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
  7703. CC="$am_aux_dir/compile $CC"
  7704. fi
  7705. dnl Make sure AC_PROG_CC is never called again, or it will override our
  7706. dnl setting of CC.
  7707. m4_define([AC_PROG_CC],
  7708. [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
  7709. ])
  7710. # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
  7711. # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
  7712. # Free Software Foundation, Inc.
  7713. #
  7714. # This file is free software; the Free Software Foundation
  7715. # gives unlimited permission to copy and/or distribute it,
  7716. # with or without modifications, as long as this notice is preserved.
  7717. # serial 5
  7718. # AM_MISSING_PROG(NAME, PROGRAM)
  7719. # ------------------------------
  7720. AC_DEFUN([AM_MISSING_PROG],
  7721. [AC_REQUIRE([AM_MISSING_HAS_RUN])
  7722. $1=${$1-"${am_missing_run}$2"}
  7723. AC_SUBST($1)])
  7724. # AM_MISSING_HAS_RUN
  7725. # ------------------
  7726. # Define MISSING if not defined so far and test if it supports --run.
  7727. # If it does, set am_missing_run to use it, otherwise, to nothing.
  7728. AC_DEFUN([AM_MISSING_HAS_RUN],
  7729. [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
  7730. AC_REQUIRE_AUX_FILE([missing])dnl
  7731. test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
  7732. # Use eval to expand $SHELL
  7733. if eval "$MISSING --run true"; then
  7734. am_missing_run="$MISSING --run "
  7735. else
  7736. am_missing_run=
  7737. AC_MSG_WARN([`missing' script is too old or missing])
  7738. fi
  7739. ])
  7740. # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  7741. #
  7742. # This file is free software; the Free Software Foundation
  7743. # gives unlimited permission to copy and/or distribute it,
  7744. # with or without modifications, as long as this notice is preserved.
  7745. # AM_PROG_MKDIR_P
  7746. # ---------------
  7747. # Check for `mkdir -p'.
  7748. AC_DEFUN([AM_PROG_MKDIR_P],
  7749. [AC_PREREQ([2.60])dnl
  7750. AC_REQUIRE([AC_PROG_MKDIR_P])dnl
  7751. dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
  7752. dnl while keeping a definition of mkdir_p for backward compatibility.
  7753. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
  7754. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
  7755. dnl Makefile.ins that do not define MKDIR_P, so we do our own
  7756. dnl adjustment using top_builddir (which is defined more often than
  7757. dnl MKDIR_P).
  7758. AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
  7759. case $mkdir_p in
  7760. [[\\/$]]* | ?:[[\\/]]*) ;;
  7761. */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
  7762. esac
  7763. ])
  7764. # Helper functions for option handling. -*- Autoconf -*-
  7765. # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc.
  7766. #
  7767. # This file is free software; the Free Software Foundation
  7768. # gives unlimited permission to copy and/or distribute it,
  7769. # with or without modifications, as long as this notice is preserved.
  7770. # serial 4
  7771. # _AM_MANGLE_OPTION(NAME)
  7772. # -----------------------
  7773. AC_DEFUN([_AM_MANGLE_OPTION],
  7774. [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
  7775. # _AM_SET_OPTION(NAME)
  7776. # ------------------------------
  7777. # Set option NAME. Presently that only means defining a flag for this option.
  7778. AC_DEFUN([_AM_SET_OPTION],
  7779. [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
  7780. # _AM_SET_OPTIONS(OPTIONS)
  7781. # ----------------------------------
  7782. # OPTIONS is a space-separated list of Automake options.
  7783. AC_DEFUN([_AM_SET_OPTIONS],
  7784. [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
  7785. # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
  7786. # -------------------------------------------
  7787. # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
  7788. AC_DEFUN([_AM_IF_OPTION],
  7789. [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
  7790. # Check to make sure that the build environment is sane. -*- Autoconf -*-
  7791. # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
  7792. # Free Software Foundation, Inc.
  7793. #
  7794. # This file is free software; the Free Software Foundation
  7795. # gives unlimited permission to copy and/or distribute it,
  7796. # with or without modifications, as long as this notice is preserved.
  7797. # serial 4
  7798. # AM_SANITY_CHECK
  7799. # ---------------
  7800. AC_DEFUN([AM_SANITY_CHECK],
  7801. [AC_MSG_CHECKING([whether build environment is sane])
  7802. # Just in case
  7803. sleep 1
  7804. echo timestamp > conftest.file
  7805. # Do `set' in a subshell so we don't clobber the current shell's
  7806. # arguments. Must try -L first in case configure is actually a
  7807. # symlink; some systems play weird games with the mod time of symlinks
  7808. # (eg FreeBSD returns the mod time of the symlink's containing
  7809. # directory).
  7810. if (
  7811. set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
  7812. if test "$[*]" = "X"; then
  7813. # -L didn't work.
  7814. set X `ls -t $srcdir/configure conftest.file`
  7815. fi
  7816. rm -f conftest.file
  7817. if test "$[*]" != "X $srcdir/configure conftest.file" \
  7818. && test "$[*]" != "X conftest.file $srcdir/configure"; then
  7819. # If neither matched, then we have a broken ls. This can happen
  7820. # if, for instance, CONFIG_SHELL is bash and it inherits a
  7821. # broken ls alias from the environment. This has actually
  7822. # happened. Such a system could not be considered "sane".
  7823. AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
  7824. alias in your environment])
  7825. fi
  7826. test "$[2]" = conftest.file
  7827. )
  7828. then
  7829. # Ok.
  7830. :
  7831. else
  7832. AC_MSG_ERROR([newly created file is older than distributed files!
  7833. Check your system clock])
  7834. fi
  7835. AC_MSG_RESULT(yes)])
  7836. # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
  7837. #
  7838. # This file is free software; the Free Software Foundation
  7839. # gives unlimited permission to copy and/or distribute it,
  7840. # with or without modifications, as long as this notice is preserved.
  7841. # AM_PROG_INSTALL_STRIP
  7842. # ---------------------
  7843. # One issue with vendor `install' (even GNU) is that you can't
  7844. # specify the program used to strip binaries. This is especially
  7845. # annoying in cross-compiling environments, where the build's strip
  7846. # is unlikely to handle the host's binaries.
  7847. # Fortunately install-sh will honor a STRIPPROG variable, so we
  7848. # always use install-sh in `make install-strip', and initialize
  7849. # STRIPPROG with the value of the STRIP variable (set by the user).
  7850. AC_DEFUN([AM_PROG_INSTALL_STRIP],
  7851. [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
  7852. # Installed binaries are usually stripped using `strip' when the user
  7853. # run `make install-strip'. However `strip' might not be the right
  7854. # tool to use in cross-compilation environments, therefore Automake
  7855. # will honor the `STRIP' environment variable to overrule this program.
  7856. dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
  7857. if test "$cross_compiling" != no; then
  7858. AC_CHECK_TOOL([STRIP], [strip], :)
  7859. fi
  7860. INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
  7861. AC_SUBST([INSTALL_STRIP_PROGRAM])])
  7862. # Copyright (C) 2006 Free Software Foundation, Inc.
  7863. #
  7864. # This file is free software; the Free Software Foundation
  7865. # gives unlimited permission to copy and/or distribute it,
  7866. # with or without modifications, as long as this notice is preserved.
  7867. # _AM_SUBST_NOTMAKE(VARIABLE)
  7868. # ---------------------------
  7869. # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
  7870. # This macro is traced by Automake.
  7871. AC_DEFUN([_AM_SUBST_NOTMAKE])
  7872. # Check how to create a tarball. -*- Autoconf -*-
  7873. # Copyright (C) 2004, 2005 Free Software Foundation, Inc.
  7874. #
  7875. # This file is free software; the Free Software Foundation
  7876. # gives unlimited permission to copy and/or distribute it,
  7877. # with or without modifications, as long as this notice is preserved.
  7878. # serial 2
  7879. # _AM_PROG_TAR(FORMAT)
  7880. # --------------------
  7881. # Check how to create a tarball in format FORMAT.
  7882. # FORMAT should be one of `v7', `ustar', or `pax'.
  7883. #
  7884. # Substitute a variable $(am__tar) that is a command
  7885. # writing to stdout a FORMAT-tarball containing the directory
  7886. # $tardir.
  7887. # tardir=directory && $(am__tar) > result.tar
  7888. #
  7889. # Substitute a variable $(am__untar) that extract such
  7890. # a tarball read from stdin.
  7891. # $(am__untar) < result.tar
  7892. AC_DEFUN([_AM_PROG_TAR],
  7893. [# Always define AMTAR for backward compatibility.
  7894. AM_MISSING_PROG([AMTAR], [tar])
  7895. m4_if([$1], [v7],
  7896. [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
  7897. [m4_case([$1], [ustar],, [pax],,
  7898. [m4_fatal([Unknown tar format])])
  7899. AC_MSG_CHECKING([how to create a $1 tar archive])
  7900. # Loop over all known methods to create a tar archive until one works.
  7901. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
  7902. _am_tools=${am_cv_prog_tar_$1-$_am_tools}
  7903. # Do not fold the above two line into one, because Tru64 sh and
  7904. # Solaris sh will not grok spaces in the rhs of `-'.
  7905. for _am_tool in $_am_tools
  7906. do
  7907. case $_am_tool in
  7908. gnutar)
  7909. for _am_tar in tar gnutar gtar;
  7910. do
  7911. AM_RUN_LOG([$_am_tar --version]) && break
  7912. done
  7913. am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
  7914. am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
  7915. am__untar="$_am_tar -xf -"
  7916. ;;
  7917. plaintar)
  7918. # Must skip GNU tar: if it does not support --format= it doesn't create
  7919. # ustar tarball either.
  7920. (tar --version) >/dev/null 2>&1 && continue
  7921. am__tar='tar chf - "$$tardir"'
  7922. am__tar_='tar chf - "$tardir"'
  7923. am__untar='tar xf -'
  7924. ;;
  7925. pax)
  7926. am__tar='pax -L -x $1 -w "$$tardir"'
  7927. am__tar_='pax -L -x $1 -w "$tardir"'
  7928. am__untar='pax -r'
  7929. ;;
  7930. cpio)
  7931. am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
  7932. am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
  7933. am__untar='cpio -i -H $1 -d'
  7934. ;;
  7935. none)
  7936. am__tar=false
  7937. am__tar_=false
  7938. am__untar=false
  7939. ;;
  7940. esac
  7941. # If the value was cached, stop now. We just wanted to have am__tar
  7942. # and am__untar set.
  7943. test -n "${am_cv_prog_tar_$1}" && break
  7944. # tar/untar a dummy directory, and stop if the command works
  7945. rm -rf conftest.dir
  7946. mkdir conftest.dir
  7947. echo GrepMe > conftest.dir/file
  7948. AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
  7949. rm -rf conftest.dir
  7950. if test -s conftest.tar; then
  7951. AM_RUN_LOG([$am__untar <conftest.tar])
  7952. grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
  7953. fi
  7954. done
  7955. rm -rf conftest.dir
  7956. AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
  7957. AC_MSG_RESULT([$am_cv_prog_tar_$1])])
  7958. AC_SUBST([am__tar])
  7959. AC_SUBST([am__untar])
  7960. ]) # _AM_PROG_TAR