cannam@140
|
1 # generated automatically by aclocal 1.14.1 -*- Autoconf -*-
|
cannam@140
|
2
|
cannam@140
|
3 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
|
cannam@140
|
4
|
cannam@140
|
5 # This file is free software; the Free Software Foundation
|
cannam@140
|
6 # gives unlimited permission to copy and/or distribute it,
|
cannam@140
|
7 # with or without modifications, as long as this notice is preserved.
|
cannam@140
|
8
|
cannam@140
|
9 # This program is distributed in the hope that it will be useful,
|
cannam@140
|
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
cannam@140
|
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
cannam@140
|
12 # PARTICULAR PURPOSE.
|
cannam@140
|
13
|
cannam@140
|
14 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
|
cannam@140
|
15 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
|
cannam@140
|
16 #
|
cannam@140
|
17 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
cannam@140
|
18 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
|
cannam@140
|
19 # Foundation, Inc.
|
cannam@140
|
20 # Written by Gordon Matzigkeit, 1996
|
cannam@140
|
21 #
|
cannam@140
|
22 # This file is free software; the Free Software Foundation gives
|
cannam@140
|
23 # unlimited permission to copy and/or distribute it, with or without
|
cannam@140
|
24 # modifications, as long as this notice is preserved.
|
cannam@140
|
25
|
cannam@140
|
26 m4_define([_LT_COPYING], [dnl
|
cannam@140
|
27 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
cannam@140
|
28 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
|
cannam@140
|
29 # Foundation, Inc.
|
cannam@140
|
30 # Written by Gordon Matzigkeit, 1996
|
cannam@140
|
31 #
|
cannam@140
|
32 # This file is part of GNU Libtool.
|
cannam@140
|
33 #
|
cannam@140
|
34 # GNU Libtool is free software; you can redistribute it and/or
|
cannam@140
|
35 # modify it under the terms of the GNU General Public License as
|
cannam@140
|
36 # published by the Free Software Foundation; either version 2 of
|
cannam@140
|
37 # the License, or (at your option) any later version.
|
cannam@140
|
38 #
|
cannam@140
|
39 # As a special exception to the GNU General Public License,
|
cannam@140
|
40 # if you distribute this file as part of a program or library that
|
cannam@140
|
41 # is built using GNU Libtool, you may include this file under the
|
cannam@140
|
42 # same distribution terms that you use for the rest of that program.
|
cannam@140
|
43 #
|
cannam@140
|
44 # GNU Libtool is distributed in the hope that it will be useful,
|
cannam@140
|
45 # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
cannam@140
|
46 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
cannam@140
|
47 # GNU General Public License for more details.
|
cannam@140
|
48 #
|
cannam@140
|
49 # You should have received a copy of the GNU General Public License
|
cannam@140
|
50 # along with GNU Libtool; see the file COPYING. If not, a copy
|
cannam@140
|
51 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
|
cannam@140
|
52 # obtained by writing to the Free Software Foundation, Inc.,
|
cannam@140
|
53 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
cannam@140
|
54 ])
|
cannam@140
|
55
|
cannam@140
|
56 # serial 57 LT_INIT
|
cannam@140
|
57
|
cannam@140
|
58
|
cannam@140
|
59 # LT_PREREQ(VERSION)
|
cannam@140
|
60 # ------------------
|
cannam@140
|
61 # Complain and exit if this libtool version is less that VERSION.
|
cannam@140
|
62 m4_defun([LT_PREREQ],
|
cannam@140
|
63 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
|
cannam@140
|
64 [m4_default([$3],
|
cannam@140
|
65 [m4_fatal([Libtool version $1 or higher is required],
|
cannam@140
|
66 63)])],
|
cannam@140
|
67 [$2])])
|
cannam@140
|
68
|
cannam@140
|
69
|
cannam@140
|
70 # _LT_CHECK_BUILDDIR
|
cannam@140
|
71 # ------------------
|
cannam@140
|
72 # Complain if the absolute build directory name contains unusual characters
|
cannam@140
|
73 m4_defun([_LT_CHECK_BUILDDIR],
|
cannam@140
|
74 [case `pwd` in
|
cannam@140
|
75 *\ * | *\ *)
|
cannam@140
|
76 AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
|
cannam@140
|
77 esac
|
cannam@140
|
78 ])
|
cannam@140
|
79
|
cannam@140
|
80
|
cannam@140
|
81 # LT_INIT([OPTIONS])
|
cannam@140
|
82 # ------------------
|
cannam@140
|
83 AC_DEFUN([LT_INIT],
|
cannam@140
|
84 [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
|
cannam@140
|
85 AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
|
cannam@140
|
86 AC_BEFORE([$0], [LT_LANG])dnl
|
cannam@140
|
87 AC_BEFORE([$0], [LT_OUTPUT])dnl
|
cannam@140
|
88 AC_BEFORE([$0], [LTDL_INIT])dnl
|
cannam@140
|
89 m4_require([_LT_CHECK_BUILDDIR])dnl
|
cannam@140
|
90
|
cannam@140
|
91 dnl Autoconf doesn't catch unexpanded LT_ macros by default:
|
cannam@140
|
92 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
|
cannam@140
|
93 m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
|
cannam@140
|
94 dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
|
cannam@140
|
95 dnl unless we require an AC_DEFUNed macro:
|
cannam@140
|
96 AC_REQUIRE([LTOPTIONS_VERSION])dnl
|
cannam@140
|
97 AC_REQUIRE([LTSUGAR_VERSION])dnl
|
cannam@140
|
98 AC_REQUIRE([LTVERSION_VERSION])dnl
|
cannam@140
|
99 AC_REQUIRE([LTOBSOLETE_VERSION])dnl
|
cannam@140
|
100 m4_require([_LT_PROG_LTMAIN])dnl
|
cannam@140
|
101
|
cannam@140
|
102 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
|
cannam@140
|
103
|
cannam@140
|
104 dnl Parse OPTIONS
|
cannam@140
|
105 _LT_SET_OPTIONS([$0], [$1])
|
cannam@140
|
106
|
cannam@140
|
107 # This can be used to rebuild libtool when needed
|
cannam@140
|
108 LIBTOOL_DEPS="$ltmain"
|
cannam@140
|
109
|
cannam@140
|
110 # Always use our own libtool.
|
cannam@140
|
111 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
cannam@140
|
112 AC_SUBST(LIBTOOL)dnl
|
cannam@140
|
113
|
cannam@140
|
114 _LT_SETUP
|
cannam@140
|
115
|
cannam@140
|
116 # Only expand once:
|
cannam@140
|
117 m4_define([LT_INIT])
|
cannam@140
|
118 ])# LT_INIT
|
cannam@140
|
119
|
cannam@140
|
120 # Old names:
|
cannam@140
|
121 AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
|
cannam@140
|
122 AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
|
cannam@140
|
123 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
124 dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
|
cannam@140
|
125 dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
|
cannam@140
|
126
|
cannam@140
|
127
|
cannam@140
|
128 # _LT_CC_BASENAME(CC)
|
cannam@140
|
129 # -------------------
|
cannam@140
|
130 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
|
cannam@140
|
131 m4_defun([_LT_CC_BASENAME],
|
cannam@140
|
132 [for cc_temp in $1""; do
|
cannam@140
|
133 case $cc_temp in
|
cannam@140
|
134 compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
|
cannam@140
|
135 distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
|
cannam@140
|
136 \-*) ;;
|
cannam@140
|
137 *) break;;
|
cannam@140
|
138 esac
|
cannam@140
|
139 done
|
cannam@140
|
140 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
|
cannam@140
|
141 ])
|
cannam@140
|
142
|
cannam@140
|
143
|
cannam@140
|
144 # _LT_FILEUTILS_DEFAULTS
|
cannam@140
|
145 # ----------------------
|
cannam@140
|
146 # It is okay to use these file commands and assume they have been set
|
cannam@140
|
147 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
|
cannam@140
|
148 m4_defun([_LT_FILEUTILS_DEFAULTS],
|
cannam@140
|
149 [: ${CP="cp -f"}
|
cannam@140
|
150 : ${MV="mv -f"}
|
cannam@140
|
151 : ${RM="rm -f"}
|
cannam@140
|
152 ])# _LT_FILEUTILS_DEFAULTS
|
cannam@140
|
153
|
cannam@140
|
154
|
cannam@140
|
155 # _LT_SETUP
|
cannam@140
|
156 # ---------
|
cannam@140
|
157 m4_defun([_LT_SETUP],
|
cannam@140
|
158 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
cannam@140
|
159 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
|
cannam@140
|
160 AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
|
cannam@140
|
161 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
|
cannam@140
|
162
|
cannam@140
|
163 _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl
|
cannam@140
|
164 dnl
|
cannam@140
|
165 _LT_DECL([], [host_alias], [0], [The host system])dnl
|
cannam@140
|
166 _LT_DECL([], [host], [0])dnl
|
cannam@140
|
167 _LT_DECL([], [host_os], [0])dnl
|
cannam@140
|
168 dnl
|
cannam@140
|
169 _LT_DECL([], [build_alias], [0], [The build system])dnl
|
cannam@140
|
170 _LT_DECL([], [build], [0])dnl
|
cannam@140
|
171 _LT_DECL([], [build_os], [0])dnl
|
cannam@140
|
172 dnl
|
cannam@140
|
173 AC_REQUIRE([AC_PROG_CC])dnl
|
cannam@140
|
174 AC_REQUIRE([LT_PATH_LD])dnl
|
cannam@140
|
175 AC_REQUIRE([LT_PATH_NM])dnl
|
cannam@140
|
176 dnl
|
cannam@140
|
177 AC_REQUIRE([AC_PROG_LN_S])dnl
|
cannam@140
|
178 test -z "$LN_S" && LN_S="ln -s"
|
cannam@140
|
179 _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
|
cannam@140
|
180 dnl
|
cannam@140
|
181 AC_REQUIRE([LT_CMD_MAX_LEN])dnl
|
cannam@140
|
182 _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
|
cannam@140
|
183 _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
|
cannam@140
|
184 dnl
|
cannam@140
|
185 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@140
|
186 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
|
cannam@140
|
187 m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl
|
cannam@140
|
188 m4_require([_LT_CMD_RELOAD])dnl
|
cannam@140
|
189 m4_require([_LT_CHECK_MAGIC_METHOD])dnl
|
cannam@140
|
190 m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl
|
cannam@140
|
191 m4_require([_LT_CMD_OLD_ARCHIVE])dnl
|
cannam@140
|
192 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
|
cannam@140
|
193 m4_require([_LT_WITH_SYSROOT])dnl
|
cannam@140
|
194
|
cannam@140
|
195 _LT_CONFIG_LIBTOOL_INIT([
|
cannam@140
|
196 # See if we are running on zsh, and set the options which allow our
|
cannam@140
|
197 # commands through without removal of \ escapes INIT.
|
cannam@140
|
198 if test -n "\${ZSH_VERSION+set}" ; then
|
cannam@140
|
199 setopt NO_GLOB_SUBST
|
cannam@140
|
200 fi
|
cannam@140
|
201 ])
|
cannam@140
|
202 if test -n "${ZSH_VERSION+set}" ; then
|
cannam@140
|
203 setopt NO_GLOB_SUBST
|
cannam@140
|
204 fi
|
cannam@140
|
205
|
cannam@140
|
206 _LT_CHECK_OBJDIR
|
cannam@140
|
207
|
cannam@140
|
208 m4_require([_LT_TAG_COMPILER])dnl
|
cannam@140
|
209
|
cannam@140
|
210 case $host_os in
|
cannam@140
|
211 aix3*)
|
cannam@140
|
212 # AIX sometimes has problems with the GCC collect2 program. For some
|
cannam@140
|
213 # reason, if we set the COLLECT_NAMES environment variable, the problems
|
cannam@140
|
214 # vanish in a puff of smoke.
|
cannam@140
|
215 if test "X${COLLECT_NAMES+set}" != Xset; then
|
cannam@140
|
216 COLLECT_NAMES=
|
cannam@140
|
217 export COLLECT_NAMES
|
cannam@140
|
218 fi
|
cannam@140
|
219 ;;
|
cannam@140
|
220 esac
|
cannam@140
|
221
|
cannam@140
|
222 # Global variables:
|
cannam@140
|
223 ofile=libtool
|
cannam@140
|
224 can_build_shared=yes
|
cannam@140
|
225
|
cannam@140
|
226 # All known linkers require a `.a' archive for static linking (except MSVC,
|
cannam@140
|
227 # which needs '.lib').
|
cannam@140
|
228 libext=a
|
cannam@140
|
229
|
cannam@140
|
230 with_gnu_ld="$lt_cv_prog_gnu_ld"
|
cannam@140
|
231
|
cannam@140
|
232 old_CC="$CC"
|
cannam@140
|
233 old_CFLAGS="$CFLAGS"
|
cannam@140
|
234
|
cannam@140
|
235 # Set sane defaults for various variables
|
cannam@140
|
236 test -z "$CC" && CC=cc
|
cannam@140
|
237 test -z "$LTCC" && LTCC=$CC
|
cannam@140
|
238 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
|
cannam@140
|
239 test -z "$LD" && LD=ld
|
cannam@140
|
240 test -z "$ac_objext" && ac_objext=o
|
cannam@140
|
241
|
cannam@140
|
242 _LT_CC_BASENAME([$compiler])
|
cannam@140
|
243
|
cannam@140
|
244 # Only perform the check for file, if the check method requires it
|
cannam@140
|
245 test -z "$MAGIC_CMD" && MAGIC_CMD=file
|
cannam@140
|
246 case $deplibs_check_method in
|
cannam@140
|
247 file_magic*)
|
cannam@140
|
248 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
|
cannam@140
|
249 _LT_PATH_MAGIC
|
cannam@140
|
250 fi
|
cannam@140
|
251 ;;
|
cannam@140
|
252 esac
|
cannam@140
|
253
|
cannam@140
|
254 # Use C for the default configuration in the libtool script
|
cannam@140
|
255 LT_SUPPORTED_TAG([CC])
|
cannam@140
|
256 _LT_LANG_C_CONFIG
|
cannam@140
|
257 _LT_LANG_DEFAULT_CONFIG
|
cannam@140
|
258 _LT_CONFIG_COMMANDS
|
cannam@140
|
259 ])# _LT_SETUP
|
cannam@140
|
260
|
cannam@140
|
261
|
cannam@140
|
262 # _LT_PREPARE_SED_QUOTE_VARS
|
cannam@140
|
263 # --------------------------
|
cannam@140
|
264 # Define a few sed substitution that help us do robust quoting.
|
cannam@140
|
265 m4_defun([_LT_PREPARE_SED_QUOTE_VARS],
|
cannam@140
|
266 [# Backslashify metacharacters that are still active within
|
cannam@140
|
267 # double-quoted strings.
|
cannam@140
|
268 sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
|
cannam@140
|
269
|
cannam@140
|
270 # Same as above, but do not quote variable references.
|
cannam@140
|
271 double_quote_subst='s/\([["`\\]]\)/\\\1/g'
|
cannam@140
|
272
|
cannam@140
|
273 # Sed substitution to delay expansion of an escaped shell variable in a
|
cannam@140
|
274 # double_quote_subst'ed string.
|
cannam@140
|
275 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
|
cannam@140
|
276
|
cannam@140
|
277 # Sed substitution to delay expansion of an escaped single quote.
|
cannam@140
|
278 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
|
cannam@140
|
279
|
cannam@140
|
280 # Sed substitution to avoid accidental globbing in evaled expressions
|
cannam@140
|
281 no_glob_subst='s/\*/\\\*/g'
|
cannam@140
|
282 ])
|
cannam@140
|
283
|
cannam@140
|
284 # _LT_PROG_LTMAIN
|
cannam@140
|
285 # ---------------
|
cannam@140
|
286 # Note that this code is called both from `configure', and `config.status'
|
cannam@140
|
287 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
|
cannam@140
|
288 # `config.status' has no value for ac_aux_dir unless we are using Automake,
|
cannam@140
|
289 # so we pass a copy along to make sure it has a sensible value anyway.
|
cannam@140
|
290 m4_defun([_LT_PROG_LTMAIN],
|
cannam@140
|
291 [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
|
cannam@140
|
292 _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
|
cannam@140
|
293 ltmain="$ac_aux_dir/ltmain.sh"
|
cannam@140
|
294 ])# _LT_PROG_LTMAIN
|
cannam@140
|
295
|
cannam@140
|
296
|
cannam@140
|
297
|
cannam@140
|
298 # So that we can recreate a full libtool script including additional
|
cannam@140
|
299 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
|
cannam@140
|
300 # in macros and then make a single call at the end using the `libtool'
|
cannam@140
|
301 # label.
|
cannam@140
|
302
|
cannam@140
|
303
|
cannam@140
|
304 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
|
cannam@140
|
305 # ----------------------------------------
|
cannam@140
|
306 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
|
cannam@140
|
307 m4_define([_LT_CONFIG_LIBTOOL_INIT],
|
cannam@140
|
308 [m4_ifval([$1],
|
cannam@140
|
309 [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
|
cannam@140
|
310 [$1
|
cannam@140
|
311 ])])])
|
cannam@140
|
312
|
cannam@140
|
313 # Initialize.
|
cannam@140
|
314 m4_define([_LT_OUTPUT_LIBTOOL_INIT])
|
cannam@140
|
315
|
cannam@140
|
316
|
cannam@140
|
317 # _LT_CONFIG_LIBTOOL([COMMANDS])
|
cannam@140
|
318 # ------------------------------
|
cannam@140
|
319 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
|
cannam@140
|
320 m4_define([_LT_CONFIG_LIBTOOL],
|
cannam@140
|
321 [m4_ifval([$1],
|
cannam@140
|
322 [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
|
cannam@140
|
323 [$1
|
cannam@140
|
324 ])])])
|
cannam@140
|
325
|
cannam@140
|
326 # Initialize.
|
cannam@140
|
327 m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
|
cannam@140
|
328
|
cannam@140
|
329
|
cannam@140
|
330 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
|
cannam@140
|
331 # -----------------------------------------------------
|
cannam@140
|
332 m4_defun([_LT_CONFIG_SAVE_COMMANDS],
|
cannam@140
|
333 [_LT_CONFIG_LIBTOOL([$1])
|
cannam@140
|
334 _LT_CONFIG_LIBTOOL_INIT([$2])
|
cannam@140
|
335 ])
|
cannam@140
|
336
|
cannam@140
|
337
|
cannam@140
|
338 # _LT_FORMAT_COMMENT([COMMENT])
|
cannam@140
|
339 # -----------------------------
|
cannam@140
|
340 # Add leading comment marks to the start of each line, and a trailing
|
cannam@140
|
341 # full-stop to the whole comment if one is not present already.
|
cannam@140
|
342 m4_define([_LT_FORMAT_COMMENT],
|
cannam@140
|
343 [m4_ifval([$1], [
|
cannam@140
|
344 m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
|
cannam@140
|
345 [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
|
cannam@140
|
346 )])
|
cannam@140
|
347
|
cannam@140
|
348
|
cannam@140
|
349
|
cannam@140
|
350
|
cannam@140
|
351
|
cannam@140
|
352 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
|
cannam@140
|
353 # -------------------------------------------------------------------
|
cannam@140
|
354 # CONFIGNAME is the name given to the value in the libtool script.
|
cannam@140
|
355 # VARNAME is the (base) name used in the configure script.
|
cannam@140
|
356 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
|
cannam@140
|
357 # VARNAME. Any other value will be used directly.
|
cannam@140
|
358 m4_define([_LT_DECL],
|
cannam@140
|
359 [lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
|
cannam@140
|
360 [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
|
cannam@140
|
361 [m4_ifval([$1], [$1], [$2])])
|
cannam@140
|
362 lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
|
cannam@140
|
363 m4_ifval([$4],
|
cannam@140
|
364 [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
|
cannam@140
|
365 lt_dict_add_subkey([lt_decl_dict], [$2],
|
cannam@140
|
366 [tagged?], [m4_ifval([$5], [yes], [no])])])
|
cannam@140
|
367 ])
|
cannam@140
|
368
|
cannam@140
|
369
|
cannam@140
|
370 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
|
cannam@140
|
371 # --------------------------------------------------------
|
cannam@140
|
372 m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
|
cannam@140
|
373
|
cannam@140
|
374
|
cannam@140
|
375 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
|
cannam@140
|
376 # ------------------------------------------------
|
cannam@140
|
377 m4_define([lt_decl_tag_varnames],
|
cannam@140
|
378 [_lt_decl_filter([tagged?], [yes], $@)])
|
cannam@140
|
379
|
cannam@140
|
380
|
cannam@140
|
381 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
|
cannam@140
|
382 # ---------------------------------------------------------
|
cannam@140
|
383 m4_define([_lt_decl_filter],
|
cannam@140
|
384 [m4_case([$#],
|
cannam@140
|
385 [0], [m4_fatal([$0: too few arguments: $#])],
|
cannam@140
|
386 [1], [m4_fatal([$0: too few arguments: $#: $1])],
|
cannam@140
|
387 [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
|
cannam@140
|
388 [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
|
cannam@140
|
389 [lt_dict_filter([lt_decl_dict], $@)])[]dnl
|
cannam@140
|
390 ])
|
cannam@140
|
391
|
cannam@140
|
392
|
cannam@140
|
393 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
|
cannam@140
|
394 # --------------------------------------------------
|
cannam@140
|
395 m4_define([lt_decl_quote_varnames],
|
cannam@140
|
396 [_lt_decl_filter([value], [1], $@)])
|
cannam@140
|
397
|
cannam@140
|
398
|
cannam@140
|
399 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
|
cannam@140
|
400 # ---------------------------------------------------
|
cannam@140
|
401 m4_define([lt_decl_dquote_varnames],
|
cannam@140
|
402 [_lt_decl_filter([value], [2], $@)])
|
cannam@140
|
403
|
cannam@140
|
404
|
cannam@140
|
405 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
|
cannam@140
|
406 # ---------------------------------------------------
|
cannam@140
|
407 m4_define([lt_decl_varnames_tagged],
|
cannam@140
|
408 [m4_assert([$# <= 2])dnl
|
cannam@140
|
409 _$0(m4_quote(m4_default([$1], [[, ]])),
|
cannam@140
|
410 m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
|
cannam@140
|
411 m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
|
cannam@140
|
412 m4_define([_lt_decl_varnames_tagged],
|
cannam@140
|
413 [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
|
cannam@140
|
414
|
cannam@140
|
415
|
cannam@140
|
416 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
|
cannam@140
|
417 # ------------------------------------------------
|
cannam@140
|
418 m4_define([lt_decl_all_varnames],
|
cannam@140
|
419 [_$0(m4_quote(m4_default([$1], [[, ]])),
|
cannam@140
|
420 m4_if([$2], [],
|
cannam@140
|
421 m4_quote(lt_decl_varnames),
|
cannam@140
|
422 m4_quote(m4_shift($@))))[]dnl
|
cannam@140
|
423 ])
|
cannam@140
|
424 m4_define([_lt_decl_all_varnames],
|
cannam@140
|
425 [lt_join($@, lt_decl_varnames_tagged([$1],
|
cannam@140
|
426 lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
|
cannam@140
|
427 ])
|
cannam@140
|
428
|
cannam@140
|
429
|
cannam@140
|
430 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
|
cannam@140
|
431 # ------------------------------------
|
cannam@140
|
432 # Quote a variable value, and forward it to `config.status' so that its
|
cannam@140
|
433 # declaration there will have the same value as in `configure'. VARNAME
|
cannam@140
|
434 # must have a single quote delimited value for this to work.
|
cannam@140
|
435 m4_define([_LT_CONFIG_STATUS_DECLARE],
|
cannam@140
|
436 [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
|
cannam@140
|
437
|
cannam@140
|
438
|
cannam@140
|
439 # _LT_CONFIG_STATUS_DECLARATIONS
|
cannam@140
|
440 # ------------------------------
|
cannam@140
|
441 # We delimit libtool config variables with single quotes, so when
|
cannam@140
|
442 # we write them to config.status, we have to be sure to quote all
|
cannam@140
|
443 # embedded single quotes properly. In configure, this macro expands
|
cannam@140
|
444 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
|
cannam@140
|
445 #
|
cannam@140
|
446 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
|
cannam@140
|
447 m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
|
cannam@140
|
448 [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
|
cannam@140
|
449 [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
|
cannam@140
|
450
|
cannam@140
|
451
|
cannam@140
|
452 # _LT_LIBTOOL_TAGS
|
cannam@140
|
453 # ----------------
|
cannam@140
|
454 # Output comment and list of tags supported by the script
|
cannam@140
|
455 m4_defun([_LT_LIBTOOL_TAGS],
|
cannam@140
|
456 [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
|
cannam@140
|
457 available_tags="_LT_TAGS"dnl
|
cannam@140
|
458 ])
|
cannam@140
|
459
|
cannam@140
|
460
|
cannam@140
|
461 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
|
cannam@140
|
462 # -----------------------------------
|
cannam@140
|
463 # Extract the dictionary values for VARNAME (optionally with TAG) and
|
cannam@140
|
464 # expand to a commented shell variable setting:
|
cannam@140
|
465 #
|
cannam@140
|
466 # # Some comment about what VAR is for.
|
cannam@140
|
467 # visible_name=$lt_internal_name
|
cannam@140
|
468 m4_define([_LT_LIBTOOL_DECLARE],
|
cannam@140
|
469 [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
|
cannam@140
|
470 [description])))[]dnl
|
cannam@140
|
471 m4_pushdef([_libtool_name],
|
cannam@140
|
472 m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
|
cannam@140
|
473 m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
|
cannam@140
|
474 [0], [_libtool_name=[$]$1],
|
cannam@140
|
475 [1], [_libtool_name=$lt_[]$1],
|
cannam@140
|
476 [2], [_libtool_name=$lt_[]$1],
|
cannam@140
|
477 [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
|
cannam@140
|
478 m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
|
cannam@140
|
479 ])
|
cannam@140
|
480
|
cannam@140
|
481
|
cannam@140
|
482 # _LT_LIBTOOL_CONFIG_VARS
|
cannam@140
|
483 # -----------------------
|
cannam@140
|
484 # Produce commented declarations of non-tagged libtool config variables
|
cannam@140
|
485 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
|
cannam@140
|
486 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
|
cannam@140
|
487 # section) are produced by _LT_LIBTOOL_TAG_VARS.
|
cannam@140
|
488 m4_defun([_LT_LIBTOOL_CONFIG_VARS],
|
cannam@140
|
489 [m4_foreach([_lt_var],
|
cannam@140
|
490 m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
|
cannam@140
|
491 [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
|
cannam@140
|
492
|
cannam@140
|
493
|
cannam@140
|
494 # _LT_LIBTOOL_TAG_VARS(TAG)
|
cannam@140
|
495 # -------------------------
|
cannam@140
|
496 m4_define([_LT_LIBTOOL_TAG_VARS],
|
cannam@140
|
497 [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
|
cannam@140
|
498 [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
|
cannam@140
|
499
|
cannam@140
|
500
|
cannam@140
|
501 # _LT_TAGVAR(VARNAME, [TAGNAME])
|
cannam@140
|
502 # ------------------------------
|
cannam@140
|
503 m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
|
cannam@140
|
504
|
cannam@140
|
505
|
cannam@140
|
506 # _LT_CONFIG_COMMANDS
|
cannam@140
|
507 # -------------------
|
cannam@140
|
508 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
|
cannam@140
|
509 # variables for single and double quote escaping we saved from calls
|
cannam@140
|
510 # to _LT_DECL, we can put quote escaped variables declarations
|
cannam@140
|
511 # into `config.status', and then the shell code to quote escape them in
|
cannam@140
|
512 # for loops in `config.status'. Finally, any additional code accumulated
|
cannam@140
|
513 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
|
cannam@140
|
514 m4_defun([_LT_CONFIG_COMMANDS],
|
cannam@140
|
515 [AC_PROVIDE_IFELSE([LT_OUTPUT],
|
cannam@140
|
516 dnl If the libtool generation code has been placed in $CONFIG_LT,
|
cannam@140
|
517 dnl instead of duplicating it all over again into config.status,
|
cannam@140
|
518 dnl then we will have config.status run $CONFIG_LT later, so it
|
cannam@140
|
519 dnl needs to know what name is stored there:
|
cannam@140
|
520 [AC_CONFIG_COMMANDS([libtool],
|
cannam@140
|
521 [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
|
cannam@140
|
522 dnl If the libtool generation code is destined for config.status,
|
cannam@140
|
523 dnl expand the accumulated commands and init code now:
|
cannam@140
|
524 [AC_CONFIG_COMMANDS([libtool],
|
cannam@140
|
525 [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
|
cannam@140
|
526 ])#_LT_CONFIG_COMMANDS
|
cannam@140
|
527
|
cannam@140
|
528
|
cannam@140
|
529 # Initialize.
|
cannam@140
|
530 m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
|
cannam@140
|
531 [
|
cannam@140
|
532
|
cannam@140
|
533 # The HP-UX ksh and POSIX shell print the target directory to stdout
|
cannam@140
|
534 # if CDPATH is set.
|
cannam@140
|
535 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
|
cannam@140
|
536
|
cannam@140
|
537 sed_quote_subst='$sed_quote_subst'
|
cannam@140
|
538 double_quote_subst='$double_quote_subst'
|
cannam@140
|
539 delay_variable_subst='$delay_variable_subst'
|
cannam@140
|
540 _LT_CONFIG_STATUS_DECLARATIONS
|
cannam@140
|
541 LTCC='$LTCC'
|
cannam@140
|
542 LTCFLAGS='$LTCFLAGS'
|
cannam@140
|
543 compiler='$compiler_DEFAULT'
|
cannam@140
|
544
|
cannam@140
|
545 # A function that is used when there is no print builtin or printf.
|
cannam@140
|
546 func_fallback_echo ()
|
cannam@140
|
547 {
|
cannam@140
|
548 eval 'cat <<_LTECHO_EOF
|
cannam@140
|
549 \$[]1
|
cannam@140
|
550 _LTECHO_EOF'
|
cannam@140
|
551 }
|
cannam@140
|
552
|
cannam@140
|
553 # Quote evaled strings.
|
cannam@140
|
554 for var in lt_decl_all_varnames([[ \
|
cannam@140
|
555 ]], lt_decl_quote_varnames); do
|
cannam@140
|
556 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
|
cannam@140
|
557 *[[\\\\\\\`\\"\\\$]]*)
|
cannam@140
|
558 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
|
cannam@140
|
559 ;;
|
cannam@140
|
560 *)
|
cannam@140
|
561 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
|
cannam@140
|
562 ;;
|
cannam@140
|
563 esac
|
cannam@140
|
564 done
|
cannam@140
|
565
|
cannam@140
|
566 # Double-quote double-evaled strings.
|
cannam@140
|
567 for var in lt_decl_all_varnames([[ \
|
cannam@140
|
568 ]], lt_decl_dquote_varnames); do
|
cannam@140
|
569 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
|
cannam@140
|
570 *[[\\\\\\\`\\"\\\$]]*)
|
cannam@140
|
571 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
|
cannam@140
|
572 ;;
|
cannam@140
|
573 *)
|
cannam@140
|
574 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
|
cannam@140
|
575 ;;
|
cannam@140
|
576 esac
|
cannam@140
|
577 done
|
cannam@140
|
578
|
cannam@140
|
579 _LT_OUTPUT_LIBTOOL_INIT
|
cannam@140
|
580 ])
|
cannam@140
|
581
|
cannam@140
|
582 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
|
cannam@140
|
583 # ------------------------------------
|
cannam@140
|
584 # Generate a child script FILE with all initialization necessary to
|
cannam@140
|
585 # reuse the environment learned by the parent script, and make the
|
cannam@140
|
586 # file executable. If COMMENT is supplied, it is inserted after the
|
cannam@140
|
587 # `#!' sequence but before initialization text begins. After this
|
cannam@140
|
588 # macro, additional text can be appended to FILE to form the body of
|
cannam@140
|
589 # the child script. The macro ends with non-zero status if the
|
cannam@140
|
590 # file could not be fully written (such as if the disk is full).
|
cannam@140
|
591 m4_ifdef([AS_INIT_GENERATED],
|
cannam@140
|
592 [m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])],
|
cannam@140
|
593 [m4_defun([_LT_GENERATED_FILE_INIT],
|
cannam@140
|
594 [m4_require([AS_PREPARE])]dnl
|
cannam@140
|
595 [m4_pushdef([AS_MESSAGE_LOG_FD])]dnl
|
cannam@140
|
596 [lt_write_fail=0
|
cannam@140
|
597 cat >$1 <<_ASEOF || lt_write_fail=1
|
cannam@140
|
598 #! $SHELL
|
cannam@140
|
599 # Generated by $as_me.
|
cannam@140
|
600 $2
|
cannam@140
|
601 SHELL=\${CONFIG_SHELL-$SHELL}
|
cannam@140
|
602 export SHELL
|
cannam@140
|
603 _ASEOF
|
cannam@140
|
604 cat >>$1 <<\_ASEOF || lt_write_fail=1
|
cannam@140
|
605 AS_SHELL_SANITIZE
|
cannam@140
|
606 _AS_PREPARE
|
cannam@140
|
607 exec AS_MESSAGE_FD>&1
|
cannam@140
|
608 _ASEOF
|
cannam@140
|
609 test $lt_write_fail = 0 && chmod +x $1[]dnl
|
cannam@140
|
610 m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
|
cannam@140
|
611
|
cannam@140
|
612 # LT_OUTPUT
|
cannam@140
|
613 # ---------
|
cannam@140
|
614 # This macro allows early generation of the libtool script (before
|
cannam@140
|
615 # AC_OUTPUT is called), incase it is used in configure for compilation
|
cannam@140
|
616 # tests.
|
cannam@140
|
617 AC_DEFUN([LT_OUTPUT],
|
cannam@140
|
618 [: ${CONFIG_LT=./config.lt}
|
cannam@140
|
619 AC_MSG_NOTICE([creating $CONFIG_LT])
|
cannam@140
|
620 _LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
|
cannam@140
|
621 [# Run this file to recreate a libtool stub with the current configuration.])
|
cannam@140
|
622
|
cannam@140
|
623 cat >>"$CONFIG_LT" <<\_LTEOF
|
cannam@140
|
624 lt_cl_silent=false
|
cannam@140
|
625 exec AS_MESSAGE_LOG_FD>>config.log
|
cannam@140
|
626 {
|
cannam@140
|
627 echo
|
cannam@140
|
628 AS_BOX([Running $as_me.])
|
cannam@140
|
629 } >&AS_MESSAGE_LOG_FD
|
cannam@140
|
630
|
cannam@140
|
631 lt_cl_help="\
|
cannam@140
|
632 \`$as_me' creates a local libtool stub from the current configuration,
|
cannam@140
|
633 for use in further configure time tests before the real libtool is
|
cannam@140
|
634 generated.
|
cannam@140
|
635
|
cannam@140
|
636 Usage: $[0] [[OPTIONS]]
|
cannam@140
|
637
|
cannam@140
|
638 -h, --help print this help, then exit
|
cannam@140
|
639 -V, --version print version number, then exit
|
cannam@140
|
640 -q, --quiet do not print progress messages
|
cannam@140
|
641 -d, --debug don't remove temporary files
|
cannam@140
|
642
|
cannam@140
|
643 Report bugs to <bug-libtool@gnu.org>."
|
cannam@140
|
644
|
cannam@140
|
645 lt_cl_version="\
|
cannam@140
|
646 m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
|
cannam@140
|
647 m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
|
cannam@140
|
648 configured by $[0], generated by m4_PACKAGE_STRING.
|
cannam@140
|
649
|
cannam@140
|
650 Copyright (C) 2011 Free Software Foundation, Inc.
|
cannam@140
|
651 This config.lt script is free software; the Free Software Foundation
|
cannam@140
|
652 gives unlimited permision to copy, distribute and modify it."
|
cannam@140
|
653
|
cannam@140
|
654 while test $[#] != 0
|
cannam@140
|
655 do
|
cannam@140
|
656 case $[1] in
|
cannam@140
|
657 --version | --v* | -V )
|
cannam@140
|
658 echo "$lt_cl_version"; exit 0 ;;
|
cannam@140
|
659 --help | --h* | -h )
|
cannam@140
|
660 echo "$lt_cl_help"; exit 0 ;;
|
cannam@140
|
661 --debug | --d* | -d )
|
cannam@140
|
662 debug=: ;;
|
cannam@140
|
663 --quiet | --q* | --silent | --s* | -q )
|
cannam@140
|
664 lt_cl_silent=: ;;
|
cannam@140
|
665
|
cannam@140
|
666 -*) AC_MSG_ERROR([unrecognized option: $[1]
|
cannam@140
|
667 Try \`$[0] --help' for more information.]) ;;
|
cannam@140
|
668
|
cannam@140
|
669 *) AC_MSG_ERROR([unrecognized argument: $[1]
|
cannam@140
|
670 Try \`$[0] --help' for more information.]) ;;
|
cannam@140
|
671 esac
|
cannam@140
|
672 shift
|
cannam@140
|
673 done
|
cannam@140
|
674
|
cannam@140
|
675 if $lt_cl_silent; then
|
cannam@140
|
676 exec AS_MESSAGE_FD>/dev/null
|
cannam@140
|
677 fi
|
cannam@140
|
678 _LTEOF
|
cannam@140
|
679
|
cannam@140
|
680 cat >>"$CONFIG_LT" <<_LTEOF
|
cannam@140
|
681 _LT_OUTPUT_LIBTOOL_COMMANDS_INIT
|
cannam@140
|
682 _LTEOF
|
cannam@140
|
683
|
cannam@140
|
684 cat >>"$CONFIG_LT" <<\_LTEOF
|
cannam@140
|
685 AC_MSG_NOTICE([creating $ofile])
|
cannam@140
|
686 _LT_OUTPUT_LIBTOOL_COMMANDS
|
cannam@140
|
687 AS_EXIT(0)
|
cannam@140
|
688 _LTEOF
|
cannam@140
|
689 chmod +x "$CONFIG_LT"
|
cannam@140
|
690
|
cannam@140
|
691 # configure is writing to config.log, but config.lt does its own redirection,
|
cannam@140
|
692 # appending to config.log, which fails on DOS, as config.log is still kept
|
cannam@140
|
693 # open by configure. Here we exec the FD to /dev/null, effectively closing
|
cannam@140
|
694 # config.log, so it can be properly (re)opened and appended to by config.lt.
|
cannam@140
|
695 lt_cl_success=:
|
cannam@140
|
696 test "$silent" = yes &&
|
cannam@140
|
697 lt_config_lt_args="$lt_config_lt_args --quiet"
|
cannam@140
|
698 exec AS_MESSAGE_LOG_FD>/dev/null
|
cannam@140
|
699 $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
|
cannam@140
|
700 exec AS_MESSAGE_LOG_FD>>config.log
|
cannam@140
|
701 $lt_cl_success || AS_EXIT(1)
|
cannam@140
|
702 ])# LT_OUTPUT
|
cannam@140
|
703
|
cannam@140
|
704
|
cannam@140
|
705 # _LT_CONFIG(TAG)
|
cannam@140
|
706 # ---------------
|
cannam@140
|
707 # If TAG is the built-in tag, create an initial libtool script with a
|
cannam@140
|
708 # default configuration from the untagged config vars. Otherwise add code
|
cannam@140
|
709 # to config.status for appending the configuration named by TAG from the
|
cannam@140
|
710 # matching tagged config vars.
|
cannam@140
|
711 m4_defun([_LT_CONFIG],
|
cannam@140
|
712 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@140
|
713 _LT_CONFIG_SAVE_COMMANDS([
|
cannam@140
|
714 m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
|
cannam@140
|
715 m4_if(_LT_TAG, [C], [
|
cannam@140
|
716 # See if we are running on zsh, and set the options which allow our
|
cannam@140
|
717 # commands through without removal of \ escapes.
|
cannam@140
|
718 if test -n "${ZSH_VERSION+set}" ; then
|
cannam@140
|
719 setopt NO_GLOB_SUBST
|
cannam@140
|
720 fi
|
cannam@140
|
721
|
cannam@140
|
722 cfgfile="${ofile}T"
|
cannam@140
|
723 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
|
cannam@140
|
724 $RM "$cfgfile"
|
cannam@140
|
725
|
cannam@140
|
726 cat <<_LT_EOF >> "$cfgfile"
|
cannam@140
|
727 #! $SHELL
|
cannam@140
|
728
|
cannam@140
|
729 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
|
cannam@140
|
730 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
|
cannam@140
|
731 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
|
cannam@140
|
732 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
cannam@140
|
733 #
|
cannam@140
|
734 _LT_COPYING
|
cannam@140
|
735 _LT_LIBTOOL_TAGS
|
cannam@140
|
736
|
cannam@140
|
737 # ### BEGIN LIBTOOL CONFIG
|
cannam@140
|
738 _LT_LIBTOOL_CONFIG_VARS
|
cannam@140
|
739 _LT_LIBTOOL_TAG_VARS
|
cannam@140
|
740 # ### END LIBTOOL CONFIG
|
cannam@140
|
741
|
cannam@140
|
742 _LT_EOF
|
cannam@140
|
743
|
cannam@140
|
744 case $host_os in
|
cannam@140
|
745 aix3*)
|
cannam@140
|
746 cat <<\_LT_EOF >> "$cfgfile"
|
cannam@140
|
747 # AIX sometimes has problems with the GCC collect2 program. For some
|
cannam@140
|
748 # reason, if we set the COLLECT_NAMES environment variable, the problems
|
cannam@140
|
749 # vanish in a puff of smoke.
|
cannam@140
|
750 if test "X${COLLECT_NAMES+set}" != Xset; then
|
cannam@140
|
751 COLLECT_NAMES=
|
cannam@140
|
752 export COLLECT_NAMES
|
cannam@140
|
753 fi
|
cannam@140
|
754 _LT_EOF
|
cannam@140
|
755 ;;
|
cannam@140
|
756 esac
|
cannam@140
|
757
|
cannam@140
|
758 _LT_PROG_LTMAIN
|
cannam@140
|
759
|
cannam@140
|
760 # We use sed instead of cat because bash on DJGPP gets confused if
|
cannam@140
|
761 # if finds mixed CR/LF and LF-only lines. Since sed operates in
|
cannam@140
|
762 # text mode, it properly converts lines to CR/LF. This bash problem
|
cannam@140
|
763 # is reportedly fixed, but why not run on old versions too?
|
cannam@140
|
764 sed '$q' "$ltmain" >> "$cfgfile" \
|
cannam@140
|
765 || (rm -f "$cfgfile"; exit 1)
|
cannam@140
|
766
|
cannam@140
|
767 _LT_PROG_REPLACE_SHELLFNS
|
cannam@140
|
768
|
cannam@140
|
769 mv -f "$cfgfile" "$ofile" ||
|
cannam@140
|
770 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
|
cannam@140
|
771 chmod +x "$ofile"
|
cannam@140
|
772 ],
|
cannam@140
|
773 [cat <<_LT_EOF >> "$ofile"
|
cannam@140
|
774
|
cannam@140
|
775 dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
|
cannam@140
|
776 dnl in a comment (ie after a #).
|
cannam@140
|
777 # ### BEGIN LIBTOOL TAG CONFIG: $1
|
cannam@140
|
778 _LT_LIBTOOL_TAG_VARS(_LT_TAG)
|
cannam@140
|
779 # ### END LIBTOOL TAG CONFIG: $1
|
cannam@140
|
780 _LT_EOF
|
cannam@140
|
781 ])dnl /m4_if
|
cannam@140
|
782 ],
|
cannam@140
|
783 [m4_if([$1], [], [
|
cannam@140
|
784 PACKAGE='$PACKAGE'
|
cannam@140
|
785 VERSION='$VERSION'
|
cannam@140
|
786 TIMESTAMP='$TIMESTAMP'
|
cannam@140
|
787 RM='$RM'
|
cannam@140
|
788 ofile='$ofile'], [])
|
cannam@140
|
789 ])dnl /_LT_CONFIG_SAVE_COMMANDS
|
cannam@140
|
790 ])# _LT_CONFIG
|
cannam@140
|
791
|
cannam@140
|
792
|
cannam@140
|
793 # LT_SUPPORTED_TAG(TAG)
|
cannam@140
|
794 # ---------------------
|
cannam@140
|
795 # Trace this macro to discover what tags are supported by the libtool
|
cannam@140
|
796 # --tag option, using:
|
cannam@140
|
797 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
|
cannam@140
|
798 AC_DEFUN([LT_SUPPORTED_TAG], [])
|
cannam@140
|
799
|
cannam@140
|
800
|
cannam@140
|
801 # C support is built-in for now
|
cannam@140
|
802 m4_define([_LT_LANG_C_enabled], [])
|
cannam@140
|
803 m4_define([_LT_TAGS], [])
|
cannam@140
|
804
|
cannam@140
|
805
|
cannam@140
|
806 # LT_LANG(LANG)
|
cannam@140
|
807 # -------------
|
cannam@140
|
808 # Enable libtool support for the given language if not already enabled.
|
cannam@140
|
809 AC_DEFUN([LT_LANG],
|
cannam@140
|
810 [AC_BEFORE([$0], [LT_OUTPUT])dnl
|
cannam@140
|
811 m4_case([$1],
|
cannam@140
|
812 [C], [_LT_LANG(C)],
|
cannam@140
|
813 [C++], [_LT_LANG(CXX)],
|
cannam@140
|
814 [Go], [_LT_LANG(GO)],
|
cannam@140
|
815 [Java], [_LT_LANG(GCJ)],
|
cannam@140
|
816 [Fortran 77], [_LT_LANG(F77)],
|
cannam@140
|
817 [Fortran], [_LT_LANG(FC)],
|
cannam@140
|
818 [Windows Resource], [_LT_LANG(RC)],
|
cannam@140
|
819 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
|
cannam@140
|
820 [_LT_LANG($1)],
|
cannam@140
|
821 [m4_fatal([$0: unsupported language: "$1"])])])dnl
|
cannam@140
|
822 ])# LT_LANG
|
cannam@140
|
823
|
cannam@140
|
824
|
cannam@140
|
825 # _LT_LANG(LANGNAME)
|
cannam@140
|
826 # ------------------
|
cannam@140
|
827 m4_defun([_LT_LANG],
|
cannam@140
|
828 [m4_ifdef([_LT_LANG_]$1[_enabled], [],
|
cannam@140
|
829 [LT_SUPPORTED_TAG([$1])dnl
|
cannam@140
|
830 m4_append([_LT_TAGS], [$1 ])dnl
|
cannam@140
|
831 m4_define([_LT_LANG_]$1[_enabled], [])dnl
|
cannam@140
|
832 _LT_LANG_$1_CONFIG($1)])dnl
|
cannam@140
|
833 ])# _LT_LANG
|
cannam@140
|
834
|
cannam@140
|
835
|
cannam@140
|
836 m4_ifndef([AC_PROG_GO], [
|
cannam@140
|
837 # NOTE: This macro has been submitted for inclusion into #
|
cannam@140
|
838 # GNU Autoconf as AC_PROG_GO. When it is available in #
|
cannam@140
|
839 # a released version of Autoconf we should remove this #
|
cannam@140
|
840 # macro and use it instead. #
|
cannam@140
|
841 m4_defun([AC_PROG_GO],
|
cannam@140
|
842 [AC_LANG_PUSH(Go)dnl
|
cannam@140
|
843 AC_ARG_VAR([GOC], [Go compiler command])dnl
|
cannam@140
|
844 AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl
|
cannam@140
|
845 _AC_ARG_VAR_LDFLAGS()dnl
|
cannam@140
|
846 AC_CHECK_TOOL(GOC, gccgo)
|
cannam@140
|
847 if test -z "$GOC"; then
|
cannam@140
|
848 if test -n "$ac_tool_prefix"; then
|
cannam@140
|
849 AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo])
|
cannam@140
|
850 fi
|
cannam@140
|
851 fi
|
cannam@140
|
852 if test -z "$GOC"; then
|
cannam@140
|
853 AC_CHECK_PROG(GOC, gccgo, gccgo, false)
|
cannam@140
|
854 fi
|
cannam@140
|
855 ])#m4_defun
|
cannam@140
|
856 ])#m4_ifndef
|
cannam@140
|
857
|
cannam@140
|
858
|
cannam@140
|
859 # _LT_LANG_DEFAULT_CONFIG
|
cannam@140
|
860 # -----------------------
|
cannam@140
|
861 m4_defun([_LT_LANG_DEFAULT_CONFIG],
|
cannam@140
|
862 [AC_PROVIDE_IFELSE([AC_PROG_CXX],
|
cannam@140
|
863 [LT_LANG(CXX)],
|
cannam@140
|
864 [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
|
cannam@140
|
865
|
cannam@140
|
866 AC_PROVIDE_IFELSE([AC_PROG_F77],
|
cannam@140
|
867 [LT_LANG(F77)],
|
cannam@140
|
868 [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
|
cannam@140
|
869
|
cannam@140
|
870 AC_PROVIDE_IFELSE([AC_PROG_FC],
|
cannam@140
|
871 [LT_LANG(FC)],
|
cannam@140
|
872 [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
|
cannam@140
|
873
|
cannam@140
|
874 dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
|
cannam@140
|
875 dnl pulling things in needlessly.
|
cannam@140
|
876 AC_PROVIDE_IFELSE([AC_PROG_GCJ],
|
cannam@140
|
877 [LT_LANG(GCJ)],
|
cannam@140
|
878 [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
|
cannam@140
|
879 [LT_LANG(GCJ)],
|
cannam@140
|
880 [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
|
cannam@140
|
881 [LT_LANG(GCJ)],
|
cannam@140
|
882 [m4_ifdef([AC_PROG_GCJ],
|
cannam@140
|
883 [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
|
cannam@140
|
884 m4_ifdef([A][M_PROG_GCJ],
|
cannam@140
|
885 [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
|
cannam@140
|
886 m4_ifdef([LT_PROG_GCJ],
|
cannam@140
|
887 [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
|
cannam@140
|
888
|
cannam@140
|
889 AC_PROVIDE_IFELSE([AC_PROG_GO],
|
cannam@140
|
890 [LT_LANG(GO)],
|
cannam@140
|
891 [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])])
|
cannam@140
|
892
|
cannam@140
|
893 AC_PROVIDE_IFELSE([LT_PROG_RC],
|
cannam@140
|
894 [LT_LANG(RC)],
|
cannam@140
|
895 [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
|
cannam@140
|
896 ])# _LT_LANG_DEFAULT_CONFIG
|
cannam@140
|
897
|
cannam@140
|
898 # Obsolete macros:
|
cannam@140
|
899 AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
|
cannam@140
|
900 AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
|
cannam@140
|
901 AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
|
cannam@140
|
902 AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
|
cannam@140
|
903 AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
|
cannam@140
|
904 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
905 dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
|
cannam@140
|
906 dnl AC_DEFUN([AC_LIBTOOL_F77], [])
|
cannam@140
|
907 dnl AC_DEFUN([AC_LIBTOOL_FC], [])
|
cannam@140
|
908 dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
|
cannam@140
|
909 dnl AC_DEFUN([AC_LIBTOOL_RC], [])
|
cannam@140
|
910
|
cannam@140
|
911
|
cannam@140
|
912 # _LT_TAG_COMPILER
|
cannam@140
|
913 # ----------------
|
cannam@140
|
914 m4_defun([_LT_TAG_COMPILER],
|
cannam@140
|
915 [AC_REQUIRE([AC_PROG_CC])dnl
|
cannam@140
|
916
|
cannam@140
|
917 _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
|
cannam@140
|
918 _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
|
cannam@140
|
919 _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
|
cannam@140
|
920 _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
|
cannam@140
|
921
|
cannam@140
|
922 # If no C compiler was specified, use CC.
|
cannam@140
|
923 LTCC=${LTCC-"$CC"}
|
cannam@140
|
924
|
cannam@140
|
925 # If no C compiler flags were specified, use CFLAGS.
|
cannam@140
|
926 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
|
cannam@140
|
927
|
cannam@140
|
928 # Allow CC to be a program name with arguments.
|
cannam@140
|
929 compiler=$CC
|
cannam@140
|
930 ])# _LT_TAG_COMPILER
|
cannam@140
|
931
|
cannam@140
|
932
|
cannam@140
|
933 # _LT_COMPILER_BOILERPLATE
|
cannam@140
|
934 # ------------------------
|
cannam@140
|
935 # Check for compiler boilerplate output or warnings with
|
cannam@140
|
936 # the simple compiler test code.
|
cannam@140
|
937 m4_defun([_LT_COMPILER_BOILERPLATE],
|
cannam@140
|
938 [m4_require([_LT_DECL_SED])dnl
|
cannam@140
|
939 ac_outfile=conftest.$ac_objext
|
cannam@140
|
940 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
|
cannam@140
|
941 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
|
cannam@140
|
942 _lt_compiler_boilerplate=`cat conftest.err`
|
cannam@140
|
943 $RM conftest*
|
cannam@140
|
944 ])# _LT_COMPILER_BOILERPLATE
|
cannam@140
|
945
|
cannam@140
|
946
|
cannam@140
|
947 # _LT_LINKER_BOILERPLATE
|
cannam@140
|
948 # ----------------------
|
cannam@140
|
949 # Check for linker boilerplate output or warnings with
|
cannam@140
|
950 # the simple link test code.
|
cannam@140
|
951 m4_defun([_LT_LINKER_BOILERPLATE],
|
cannam@140
|
952 [m4_require([_LT_DECL_SED])dnl
|
cannam@140
|
953 ac_outfile=conftest.$ac_objext
|
cannam@140
|
954 echo "$lt_simple_link_test_code" >conftest.$ac_ext
|
cannam@140
|
955 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
|
cannam@140
|
956 _lt_linker_boilerplate=`cat conftest.err`
|
cannam@140
|
957 $RM -r conftest*
|
cannam@140
|
958 ])# _LT_LINKER_BOILERPLATE
|
cannam@140
|
959
|
cannam@140
|
960 # _LT_REQUIRED_DARWIN_CHECKS
|
cannam@140
|
961 # -------------------------
|
cannam@140
|
962 m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
|
cannam@140
|
963 case $host_os in
|
cannam@140
|
964 rhapsody* | darwin*)
|
cannam@140
|
965 AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
|
cannam@140
|
966 AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
|
cannam@140
|
967 AC_CHECK_TOOL([LIPO], [lipo], [:])
|
cannam@140
|
968 AC_CHECK_TOOL([OTOOL], [otool], [:])
|
cannam@140
|
969 AC_CHECK_TOOL([OTOOL64], [otool64], [:])
|
cannam@140
|
970 _LT_DECL([], [DSYMUTIL], [1],
|
cannam@140
|
971 [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
|
cannam@140
|
972 _LT_DECL([], [NMEDIT], [1],
|
cannam@140
|
973 [Tool to change global to local symbols on Mac OS X])
|
cannam@140
|
974 _LT_DECL([], [LIPO], [1],
|
cannam@140
|
975 [Tool to manipulate fat objects and archives on Mac OS X])
|
cannam@140
|
976 _LT_DECL([], [OTOOL], [1],
|
cannam@140
|
977 [ldd/readelf like tool for Mach-O binaries on Mac OS X])
|
cannam@140
|
978 _LT_DECL([], [OTOOL64], [1],
|
cannam@140
|
979 [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
|
cannam@140
|
980
|
cannam@140
|
981 AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
|
cannam@140
|
982 [lt_cv_apple_cc_single_mod=no
|
cannam@140
|
983 if test -z "${LT_MULTI_MODULE}"; then
|
cannam@140
|
984 # By default we will add the -single_module flag. You can override
|
cannam@140
|
985 # by either setting the environment variable LT_MULTI_MODULE
|
cannam@140
|
986 # non-empty at configure time, or by adding -multi_module to the
|
cannam@140
|
987 # link flags.
|
cannam@140
|
988 rm -rf libconftest.dylib*
|
cannam@140
|
989 echo "int foo(void){return 1;}" > conftest.c
|
cannam@140
|
990 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
|
cannam@140
|
991 -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
|
cannam@140
|
992 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
|
cannam@140
|
993 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
|
cannam@140
|
994 _lt_result=$?
|
cannam@140
|
995 # If there is a non-empty error log, and "single_module"
|
cannam@140
|
996 # appears in it, assume the flag caused a linker warning
|
cannam@140
|
997 if test -s conftest.err && $GREP single_module conftest.err; then
|
cannam@140
|
998 cat conftest.err >&AS_MESSAGE_LOG_FD
|
cannam@140
|
999 # Otherwise, if the output was created with a 0 exit code from
|
cannam@140
|
1000 # the compiler, it worked.
|
cannam@140
|
1001 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
|
cannam@140
|
1002 lt_cv_apple_cc_single_mod=yes
|
cannam@140
|
1003 else
|
cannam@140
|
1004 cat conftest.err >&AS_MESSAGE_LOG_FD
|
cannam@140
|
1005 fi
|
cannam@140
|
1006 rm -rf libconftest.dylib*
|
cannam@140
|
1007 rm -f conftest.*
|
cannam@140
|
1008 fi])
|
cannam@140
|
1009
|
cannam@140
|
1010 AC_CACHE_CHECK([for -exported_symbols_list linker flag],
|
cannam@140
|
1011 [lt_cv_ld_exported_symbols_list],
|
cannam@140
|
1012 [lt_cv_ld_exported_symbols_list=no
|
cannam@140
|
1013 save_LDFLAGS=$LDFLAGS
|
cannam@140
|
1014 echo "_main" > conftest.sym
|
cannam@140
|
1015 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
|
cannam@140
|
1016 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
|
cannam@140
|
1017 [lt_cv_ld_exported_symbols_list=yes],
|
cannam@140
|
1018 [lt_cv_ld_exported_symbols_list=no])
|
cannam@140
|
1019 LDFLAGS="$save_LDFLAGS"
|
cannam@140
|
1020 ])
|
cannam@140
|
1021
|
cannam@140
|
1022 AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
|
cannam@140
|
1023 [lt_cv_ld_force_load=no
|
cannam@140
|
1024 cat > conftest.c << _LT_EOF
|
cannam@140
|
1025 int forced_loaded() { return 2;}
|
cannam@140
|
1026 _LT_EOF
|
cannam@140
|
1027 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
|
cannam@140
|
1028 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
|
cannam@140
|
1029 echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
|
cannam@140
|
1030 $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
|
cannam@140
|
1031 echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
|
cannam@140
|
1032 $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
|
cannam@140
|
1033 cat > conftest.c << _LT_EOF
|
cannam@140
|
1034 int main() { return 0;}
|
cannam@140
|
1035 _LT_EOF
|
cannam@140
|
1036 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
|
cannam@140
|
1037 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
|
cannam@140
|
1038 _lt_result=$?
|
cannam@140
|
1039 if test -s conftest.err && $GREP force_load conftest.err; then
|
cannam@140
|
1040 cat conftest.err >&AS_MESSAGE_LOG_FD
|
cannam@140
|
1041 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
|
cannam@140
|
1042 lt_cv_ld_force_load=yes
|
cannam@140
|
1043 else
|
cannam@140
|
1044 cat conftest.err >&AS_MESSAGE_LOG_FD
|
cannam@140
|
1045 fi
|
cannam@140
|
1046 rm -f conftest.err libconftest.a conftest conftest.c
|
cannam@140
|
1047 rm -rf conftest.dSYM
|
cannam@140
|
1048 ])
|
cannam@140
|
1049 case $host_os in
|
cannam@140
|
1050 rhapsody* | darwin1.[[012]])
|
cannam@140
|
1051 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
|
cannam@140
|
1052 darwin1.*)
|
cannam@140
|
1053 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
|
cannam@140
|
1054 darwin*) # darwin 5.x on
|
cannam@140
|
1055 # if running on 10.5 or later, the deployment target defaults
|
cannam@140
|
1056 # to the OS version, if on x86, and 10.4, the deployment
|
cannam@140
|
1057 # target defaults to 10.4. Don't you love it?
|
cannam@140
|
1058 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
|
cannam@140
|
1059 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
|
cannam@140
|
1060 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
|
cannam@140
|
1061 10.[[012]]*)
|
cannam@140
|
1062 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
|
cannam@140
|
1063 10.*)
|
cannam@140
|
1064 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
|
cannam@140
|
1065 esac
|
cannam@140
|
1066 ;;
|
cannam@140
|
1067 esac
|
cannam@140
|
1068 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
|
cannam@140
|
1069 _lt_dar_single_mod='$single_module'
|
cannam@140
|
1070 fi
|
cannam@140
|
1071 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
|
cannam@140
|
1072 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
|
cannam@140
|
1073 else
|
cannam@140
|
1074 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
cannam@140
|
1075 fi
|
cannam@140
|
1076 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
|
cannam@140
|
1077 _lt_dsymutil='~$DSYMUTIL $lib || :'
|
cannam@140
|
1078 else
|
cannam@140
|
1079 _lt_dsymutil=
|
cannam@140
|
1080 fi
|
cannam@140
|
1081 ;;
|
cannam@140
|
1082 esac
|
cannam@140
|
1083 ])
|
cannam@140
|
1084
|
cannam@140
|
1085
|
cannam@140
|
1086 # _LT_DARWIN_LINKER_FEATURES([TAG])
|
cannam@140
|
1087 # ---------------------------------
|
cannam@140
|
1088 # Checks for linker and compiler features on darwin
|
cannam@140
|
1089 m4_defun([_LT_DARWIN_LINKER_FEATURES],
|
cannam@140
|
1090 [
|
cannam@140
|
1091 m4_require([_LT_REQUIRED_DARWIN_CHECKS])
|
cannam@140
|
1092 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@140
|
1093 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@140
|
1094 _LT_TAGVAR(hardcode_automatic, $1)=yes
|
cannam@140
|
1095 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
|
cannam@140
|
1096 if test "$lt_cv_ld_force_load" = "yes"; then
|
cannam@140
|
1097 _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
|
cannam@140
|
1098 m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
|
cannam@140
|
1099 [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes])
|
cannam@140
|
1100 else
|
cannam@140
|
1101 _LT_TAGVAR(whole_archive_flag_spec, $1)=''
|
cannam@140
|
1102 fi
|
cannam@140
|
1103 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@140
|
1104 _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
|
cannam@140
|
1105 case $cc_basename in
|
cannam@140
|
1106 ifort*) _lt_dar_can_shared=yes ;;
|
cannam@140
|
1107 *) _lt_dar_can_shared=$GCC ;;
|
cannam@140
|
1108 esac
|
cannam@140
|
1109 if test "$_lt_dar_can_shared" = "yes"; then
|
cannam@140
|
1110 output_verbose_link_cmd=func_echo_all
|
cannam@140
|
1111 _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
|
cannam@140
|
1112 _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
|
cannam@140
|
1113 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
|
cannam@140
|
1114 _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
|
cannam@140
|
1115 m4_if([$1], [CXX],
|
cannam@140
|
1116 [ if test "$lt_cv_apple_cc_single_mod" != "yes"; then
|
cannam@140
|
1117 _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
|
cannam@140
|
1118 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
|
cannam@140
|
1119 fi
|
cannam@140
|
1120 ],[])
|
cannam@140
|
1121 else
|
cannam@140
|
1122 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
1123 fi
|
cannam@140
|
1124 ])
|
cannam@140
|
1125
|
cannam@140
|
1126 # _LT_SYS_MODULE_PATH_AIX([TAGNAME])
|
cannam@140
|
1127 # ----------------------------------
|
cannam@140
|
1128 # Links a minimal program and checks the executable
|
cannam@140
|
1129 # for the system default hardcoded library path. In most cases,
|
cannam@140
|
1130 # this is /usr/lib:/lib, but when the MPI compilers are used
|
cannam@140
|
1131 # the location of the communication and MPI libs are included too.
|
cannam@140
|
1132 # If we don't find anything, use the default library path according
|
cannam@140
|
1133 # to the aix ld manual.
|
cannam@140
|
1134 # Store the results from the different compilers for each TAGNAME.
|
cannam@140
|
1135 # Allow to override them for all tags through lt_cv_aix_libpath.
|
cannam@140
|
1136 m4_defun([_LT_SYS_MODULE_PATH_AIX],
|
cannam@140
|
1137 [m4_require([_LT_DECL_SED])dnl
|
cannam@140
|
1138 if test "${lt_cv_aix_libpath+set}" = set; then
|
cannam@140
|
1139 aix_libpath=$lt_cv_aix_libpath
|
cannam@140
|
1140 else
|
cannam@140
|
1141 AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])],
|
cannam@140
|
1142 [AC_LINK_IFELSE([AC_LANG_PROGRAM],[
|
cannam@140
|
1143 lt_aix_libpath_sed='[
|
cannam@140
|
1144 /Import File Strings/,/^$/ {
|
cannam@140
|
1145 /^0/ {
|
cannam@140
|
1146 s/^0 *\([^ ]*\) *$/\1/
|
cannam@140
|
1147 p
|
cannam@140
|
1148 }
|
cannam@140
|
1149 }]'
|
cannam@140
|
1150 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
|
cannam@140
|
1151 # Check for a 64-bit object if we didn't find anything.
|
cannam@140
|
1152 if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
|
cannam@140
|
1153 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
|
cannam@140
|
1154 fi],[])
|
cannam@140
|
1155 if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
|
cannam@140
|
1156 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib"
|
cannam@140
|
1157 fi
|
cannam@140
|
1158 ])
|
cannam@140
|
1159 aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])
|
cannam@140
|
1160 fi
|
cannam@140
|
1161 ])# _LT_SYS_MODULE_PATH_AIX
|
cannam@140
|
1162
|
cannam@140
|
1163
|
cannam@140
|
1164 # _LT_SHELL_INIT(ARG)
|
cannam@140
|
1165 # -------------------
|
cannam@140
|
1166 m4_define([_LT_SHELL_INIT],
|
cannam@140
|
1167 [m4_divert_text([M4SH-INIT], [$1
|
cannam@140
|
1168 ])])# _LT_SHELL_INIT
|
cannam@140
|
1169
|
cannam@140
|
1170
|
cannam@140
|
1171
|
cannam@140
|
1172 # _LT_PROG_ECHO_BACKSLASH
|
cannam@140
|
1173 # -----------------------
|
cannam@140
|
1174 # Find how we can fake an echo command that does not interpret backslash.
|
cannam@140
|
1175 # In particular, with Autoconf 2.60 or later we add some code to the start
|
cannam@140
|
1176 # of the generated configure script which will find a shell with a builtin
|
cannam@140
|
1177 # printf (which we can use as an echo command).
|
cannam@140
|
1178 m4_defun([_LT_PROG_ECHO_BACKSLASH],
|
cannam@140
|
1179 [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
|
cannam@140
|
1180 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
|
cannam@140
|
1181 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
|
cannam@140
|
1182
|
cannam@140
|
1183 AC_MSG_CHECKING([how to print strings])
|
cannam@140
|
1184 # Test print first, because it will be a builtin if present.
|
cannam@140
|
1185 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
|
cannam@140
|
1186 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
|
cannam@140
|
1187 ECHO='print -r --'
|
cannam@140
|
1188 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
|
cannam@140
|
1189 ECHO='printf %s\n'
|
cannam@140
|
1190 else
|
cannam@140
|
1191 # Use this function as a fallback that always works.
|
cannam@140
|
1192 func_fallback_echo ()
|
cannam@140
|
1193 {
|
cannam@140
|
1194 eval 'cat <<_LTECHO_EOF
|
cannam@140
|
1195 $[]1
|
cannam@140
|
1196 _LTECHO_EOF'
|
cannam@140
|
1197 }
|
cannam@140
|
1198 ECHO='func_fallback_echo'
|
cannam@140
|
1199 fi
|
cannam@140
|
1200
|
cannam@140
|
1201 # func_echo_all arg...
|
cannam@140
|
1202 # Invoke $ECHO with all args, space-separated.
|
cannam@140
|
1203 func_echo_all ()
|
cannam@140
|
1204 {
|
cannam@140
|
1205 $ECHO "$*"
|
cannam@140
|
1206 }
|
cannam@140
|
1207
|
cannam@140
|
1208 case "$ECHO" in
|
cannam@140
|
1209 printf*) AC_MSG_RESULT([printf]) ;;
|
cannam@140
|
1210 print*) AC_MSG_RESULT([print -r]) ;;
|
cannam@140
|
1211 *) AC_MSG_RESULT([cat]) ;;
|
cannam@140
|
1212 esac
|
cannam@140
|
1213
|
cannam@140
|
1214 m4_ifdef([_AS_DETECT_SUGGESTED],
|
cannam@140
|
1215 [_AS_DETECT_SUGGESTED([
|
cannam@140
|
1216 test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || (
|
cannam@140
|
1217 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
|
cannam@140
|
1218 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
|
cannam@140
|
1219 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
|
cannam@140
|
1220 PATH=/empty FPATH=/empty; export PATH FPATH
|
cannam@140
|
1221 test "X`printf %s $ECHO`" = "X$ECHO" \
|
cannam@140
|
1222 || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
|
cannam@140
|
1223
|
cannam@140
|
1224 _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
|
cannam@140
|
1225 _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes])
|
cannam@140
|
1226 ])# _LT_PROG_ECHO_BACKSLASH
|
cannam@140
|
1227
|
cannam@140
|
1228
|
cannam@140
|
1229 # _LT_WITH_SYSROOT
|
cannam@140
|
1230 # ----------------
|
cannam@140
|
1231 AC_DEFUN([_LT_WITH_SYSROOT],
|
cannam@140
|
1232 [AC_MSG_CHECKING([for sysroot])
|
cannam@140
|
1233 AC_ARG_WITH([sysroot],
|
cannam@140
|
1234 [ --with-sysroot[=DIR] Search for dependent libraries within DIR
|
cannam@140
|
1235 (or the compiler's sysroot if not specified).],
|
cannam@140
|
1236 [], [with_sysroot=no])
|
cannam@140
|
1237
|
cannam@140
|
1238 dnl lt_sysroot will always be passed unquoted. We quote it here
|
cannam@140
|
1239 dnl in case the user passed a directory name.
|
cannam@140
|
1240 lt_sysroot=
|
cannam@140
|
1241 case ${with_sysroot} in #(
|
cannam@140
|
1242 yes)
|
cannam@140
|
1243 if test "$GCC" = yes; then
|
cannam@140
|
1244 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
|
cannam@140
|
1245 fi
|
cannam@140
|
1246 ;; #(
|
cannam@140
|
1247 /*)
|
cannam@140
|
1248 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
|
cannam@140
|
1249 ;; #(
|
cannam@140
|
1250 no|'')
|
cannam@140
|
1251 ;; #(
|
cannam@140
|
1252 *)
|
cannam@140
|
1253 AC_MSG_RESULT([${with_sysroot}])
|
cannam@140
|
1254 AC_MSG_ERROR([The sysroot must be an absolute path.])
|
cannam@140
|
1255 ;;
|
cannam@140
|
1256 esac
|
cannam@140
|
1257
|
cannam@140
|
1258 AC_MSG_RESULT([${lt_sysroot:-no}])
|
cannam@140
|
1259 _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
|
cannam@140
|
1260 [dependent libraries, and in which our libraries should be installed.])])
|
cannam@140
|
1261
|
cannam@140
|
1262 # _LT_ENABLE_LOCK
|
cannam@140
|
1263 # ---------------
|
cannam@140
|
1264 m4_defun([_LT_ENABLE_LOCK],
|
cannam@140
|
1265 [AC_ARG_ENABLE([libtool-lock],
|
cannam@140
|
1266 [AS_HELP_STRING([--disable-libtool-lock],
|
cannam@140
|
1267 [avoid locking (might break parallel builds)])])
|
cannam@140
|
1268 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
|
cannam@140
|
1269
|
cannam@140
|
1270 # Some flags need to be propagated to the compiler or linker for good
|
cannam@140
|
1271 # libtool support.
|
cannam@140
|
1272 case $host in
|
cannam@140
|
1273 ia64-*-hpux*)
|
cannam@140
|
1274 # Find out which ABI we are using.
|
cannam@140
|
1275 echo 'int i;' > conftest.$ac_ext
|
cannam@140
|
1276 if AC_TRY_EVAL(ac_compile); then
|
cannam@140
|
1277 case `/usr/bin/file conftest.$ac_objext` in
|
cannam@140
|
1278 *ELF-32*)
|
cannam@140
|
1279 HPUX_IA64_MODE="32"
|
cannam@140
|
1280 ;;
|
cannam@140
|
1281 *ELF-64*)
|
cannam@140
|
1282 HPUX_IA64_MODE="64"
|
cannam@140
|
1283 ;;
|
cannam@140
|
1284 esac
|
cannam@140
|
1285 fi
|
cannam@140
|
1286 rm -rf conftest*
|
cannam@140
|
1287 ;;
|
cannam@140
|
1288 *-*-irix6*)
|
cannam@140
|
1289 # Find out which ABI we are using.
|
cannam@140
|
1290 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
|
cannam@140
|
1291 if AC_TRY_EVAL(ac_compile); then
|
cannam@140
|
1292 if test "$lt_cv_prog_gnu_ld" = yes; then
|
cannam@140
|
1293 case `/usr/bin/file conftest.$ac_objext` in
|
cannam@140
|
1294 *32-bit*)
|
cannam@140
|
1295 LD="${LD-ld} -melf32bsmip"
|
cannam@140
|
1296 ;;
|
cannam@140
|
1297 *N32*)
|
cannam@140
|
1298 LD="${LD-ld} -melf32bmipn32"
|
cannam@140
|
1299 ;;
|
cannam@140
|
1300 *64-bit*)
|
cannam@140
|
1301 LD="${LD-ld} -melf64bmip"
|
cannam@140
|
1302 ;;
|
cannam@140
|
1303 esac
|
cannam@140
|
1304 else
|
cannam@140
|
1305 case `/usr/bin/file conftest.$ac_objext` in
|
cannam@140
|
1306 *32-bit*)
|
cannam@140
|
1307 LD="${LD-ld} -32"
|
cannam@140
|
1308 ;;
|
cannam@140
|
1309 *N32*)
|
cannam@140
|
1310 LD="${LD-ld} -n32"
|
cannam@140
|
1311 ;;
|
cannam@140
|
1312 *64-bit*)
|
cannam@140
|
1313 LD="${LD-ld} -64"
|
cannam@140
|
1314 ;;
|
cannam@140
|
1315 esac
|
cannam@140
|
1316 fi
|
cannam@140
|
1317 fi
|
cannam@140
|
1318 rm -rf conftest*
|
cannam@140
|
1319 ;;
|
cannam@140
|
1320
|
cannam@140
|
1321 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
|
cannam@140
|
1322 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
|
cannam@140
|
1323 # Find out which ABI we are using.
|
cannam@140
|
1324 echo 'int i;' > conftest.$ac_ext
|
cannam@140
|
1325 if AC_TRY_EVAL(ac_compile); then
|
cannam@140
|
1326 case `/usr/bin/file conftest.o` in
|
cannam@140
|
1327 *32-bit*)
|
cannam@140
|
1328 case $host in
|
cannam@140
|
1329 x86_64-*kfreebsd*-gnu)
|
cannam@140
|
1330 LD="${LD-ld} -m elf_i386_fbsd"
|
cannam@140
|
1331 ;;
|
cannam@140
|
1332 x86_64-*linux*)
|
cannam@140
|
1333 case `/usr/bin/file conftest.o` in
|
cannam@140
|
1334 *x86-64*)
|
cannam@140
|
1335 LD="${LD-ld} -m elf32_x86_64"
|
cannam@140
|
1336 ;;
|
cannam@140
|
1337 *)
|
cannam@140
|
1338 LD="${LD-ld} -m elf_i386"
|
cannam@140
|
1339 ;;
|
cannam@140
|
1340 esac
|
cannam@140
|
1341 ;;
|
cannam@140
|
1342 powerpc64le-*)
|
cannam@140
|
1343 LD="${LD-ld} -m elf32lppclinux"
|
cannam@140
|
1344 ;;
|
cannam@140
|
1345 powerpc64-*)
|
cannam@140
|
1346 LD="${LD-ld} -m elf32ppclinux"
|
cannam@140
|
1347 ;;
|
cannam@140
|
1348 s390x-*linux*)
|
cannam@140
|
1349 LD="${LD-ld} -m elf_s390"
|
cannam@140
|
1350 ;;
|
cannam@140
|
1351 sparc64-*linux*)
|
cannam@140
|
1352 LD="${LD-ld} -m elf32_sparc"
|
cannam@140
|
1353 ;;
|
cannam@140
|
1354 esac
|
cannam@140
|
1355 ;;
|
cannam@140
|
1356 *64-bit*)
|
cannam@140
|
1357 case $host in
|
cannam@140
|
1358 x86_64-*kfreebsd*-gnu)
|
cannam@140
|
1359 LD="${LD-ld} -m elf_x86_64_fbsd"
|
cannam@140
|
1360 ;;
|
cannam@140
|
1361 x86_64-*linux*)
|
cannam@140
|
1362 LD="${LD-ld} -m elf_x86_64"
|
cannam@140
|
1363 ;;
|
cannam@140
|
1364 powerpcle-*)
|
cannam@140
|
1365 LD="${LD-ld} -m elf64lppc"
|
cannam@140
|
1366 ;;
|
cannam@140
|
1367 powerpc-*)
|
cannam@140
|
1368 LD="${LD-ld} -m elf64ppc"
|
cannam@140
|
1369 ;;
|
cannam@140
|
1370 s390*-*linux*|s390*-*tpf*)
|
cannam@140
|
1371 LD="${LD-ld} -m elf64_s390"
|
cannam@140
|
1372 ;;
|
cannam@140
|
1373 sparc*-*linux*)
|
cannam@140
|
1374 LD="${LD-ld} -m elf64_sparc"
|
cannam@140
|
1375 ;;
|
cannam@140
|
1376 esac
|
cannam@140
|
1377 ;;
|
cannam@140
|
1378 esac
|
cannam@140
|
1379 fi
|
cannam@140
|
1380 rm -rf conftest*
|
cannam@140
|
1381 ;;
|
cannam@140
|
1382
|
cannam@140
|
1383 *-*-sco3.2v5*)
|
cannam@140
|
1384 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
|
cannam@140
|
1385 SAVE_CFLAGS="$CFLAGS"
|
cannam@140
|
1386 CFLAGS="$CFLAGS -belf"
|
cannam@140
|
1387 AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
|
cannam@140
|
1388 [AC_LANG_PUSH(C)
|
cannam@140
|
1389 AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
|
cannam@140
|
1390 AC_LANG_POP])
|
cannam@140
|
1391 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
|
cannam@140
|
1392 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
|
cannam@140
|
1393 CFLAGS="$SAVE_CFLAGS"
|
cannam@140
|
1394 fi
|
cannam@140
|
1395 ;;
|
cannam@140
|
1396 *-*solaris*)
|
cannam@140
|
1397 # Find out which ABI we are using.
|
cannam@140
|
1398 echo 'int i;' > conftest.$ac_ext
|
cannam@140
|
1399 if AC_TRY_EVAL(ac_compile); then
|
cannam@140
|
1400 case `/usr/bin/file conftest.o` in
|
cannam@140
|
1401 *64-bit*)
|
cannam@140
|
1402 case $lt_cv_prog_gnu_ld in
|
cannam@140
|
1403 yes*)
|
cannam@140
|
1404 case $host in
|
cannam@140
|
1405 i?86-*-solaris*)
|
cannam@140
|
1406 LD="${LD-ld} -m elf_x86_64"
|
cannam@140
|
1407 ;;
|
cannam@140
|
1408 sparc*-*-solaris*)
|
cannam@140
|
1409 LD="${LD-ld} -m elf64_sparc"
|
cannam@140
|
1410 ;;
|
cannam@140
|
1411 esac
|
cannam@140
|
1412 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
|
cannam@140
|
1413 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
|
cannam@140
|
1414 LD="${LD-ld}_sol2"
|
cannam@140
|
1415 fi
|
cannam@140
|
1416 ;;
|
cannam@140
|
1417 *)
|
cannam@140
|
1418 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
|
cannam@140
|
1419 LD="${LD-ld} -64"
|
cannam@140
|
1420 fi
|
cannam@140
|
1421 ;;
|
cannam@140
|
1422 esac
|
cannam@140
|
1423 ;;
|
cannam@140
|
1424 esac
|
cannam@140
|
1425 fi
|
cannam@140
|
1426 rm -rf conftest*
|
cannam@140
|
1427 ;;
|
cannam@140
|
1428 esac
|
cannam@140
|
1429
|
cannam@140
|
1430 need_locks="$enable_libtool_lock"
|
cannam@140
|
1431 ])# _LT_ENABLE_LOCK
|
cannam@140
|
1432
|
cannam@140
|
1433
|
cannam@140
|
1434 # _LT_PROG_AR
|
cannam@140
|
1435 # -----------
|
cannam@140
|
1436 m4_defun([_LT_PROG_AR],
|
cannam@140
|
1437 [AC_CHECK_TOOLS(AR, [ar], false)
|
cannam@140
|
1438 : ${AR=ar}
|
cannam@140
|
1439 : ${AR_FLAGS=cru}
|
cannam@140
|
1440 _LT_DECL([], [AR], [1], [The archiver])
|
cannam@140
|
1441 _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
|
cannam@140
|
1442
|
cannam@140
|
1443 AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
|
cannam@140
|
1444 [lt_cv_ar_at_file=no
|
cannam@140
|
1445 AC_COMPILE_IFELSE([AC_LANG_PROGRAM],
|
cannam@140
|
1446 [echo conftest.$ac_objext > conftest.lst
|
cannam@140
|
1447 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD'
|
cannam@140
|
1448 AC_TRY_EVAL([lt_ar_try])
|
cannam@140
|
1449 if test "$ac_status" -eq 0; then
|
cannam@140
|
1450 # Ensure the archiver fails upon bogus file names.
|
cannam@140
|
1451 rm -f conftest.$ac_objext libconftest.a
|
cannam@140
|
1452 AC_TRY_EVAL([lt_ar_try])
|
cannam@140
|
1453 if test "$ac_status" -ne 0; then
|
cannam@140
|
1454 lt_cv_ar_at_file=@
|
cannam@140
|
1455 fi
|
cannam@140
|
1456 fi
|
cannam@140
|
1457 rm -f conftest.* libconftest.a
|
cannam@140
|
1458 ])
|
cannam@140
|
1459 ])
|
cannam@140
|
1460
|
cannam@140
|
1461 if test "x$lt_cv_ar_at_file" = xno; then
|
cannam@140
|
1462 archiver_list_spec=
|
cannam@140
|
1463 else
|
cannam@140
|
1464 archiver_list_spec=$lt_cv_ar_at_file
|
cannam@140
|
1465 fi
|
cannam@140
|
1466 _LT_DECL([], [archiver_list_spec], [1],
|
cannam@140
|
1467 [How to feed a file listing to the archiver])
|
cannam@140
|
1468 ])# _LT_PROG_AR
|
cannam@140
|
1469
|
cannam@140
|
1470
|
cannam@140
|
1471 # _LT_CMD_OLD_ARCHIVE
|
cannam@140
|
1472 # -------------------
|
cannam@140
|
1473 m4_defun([_LT_CMD_OLD_ARCHIVE],
|
cannam@140
|
1474 [_LT_PROG_AR
|
cannam@140
|
1475
|
cannam@140
|
1476 AC_CHECK_TOOL(STRIP, strip, :)
|
cannam@140
|
1477 test -z "$STRIP" && STRIP=:
|
cannam@140
|
1478 _LT_DECL([], [STRIP], [1], [A symbol stripping program])
|
cannam@140
|
1479
|
cannam@140
|
1480 AC_CHECK_TOOL(RANLIB, ranlib, :)
|
cannam@140
|
1481 test -z "$RANLIB" && RANLIB=:
|
cannam@140
|
1482 _LT_DECL([], [RANLIB], [1],
|
cannam@140
|
1483 [Commands used to install an old-style archive])
|
cannam@140
|
1484
|
cannam@140
|
1485 # Determine commands to create old-style static archives.
|
cannam@140
|
1486 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
|
cannam@140
|
1487 old_postinstall_cmds='chmod 644 $oldlib'
|
cannam@140
|
1488 old_postuninstall_cmds=
|
cannam@140
|
1489
|
cannam@140
|
1490 if test -n "$RANLIB"; then
|
cannam@140
|
1491 case $host_os in
|
cannam@140
|
1492 openbsd*)
|
cannam@140
|
1493 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
|
cannam@140
|
1494 ;;
|
cannam@140
|
1495 *)
|
cannam@140
|
1496 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
|
cannam@140
|
1497 ;;
|
cannam@140
|
1498 esac
|
cannam@140
|
1499 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
|
cannam@140
|
1500 fi
|
cannam@140
|
1501
|
cannam@140
|
1502 case $host_os in
|
cannam@140
|
1503 darwin*)
|
cannam@140
|
1504 lock_old_archive_extraction=yes ;;
|
cannam@140
|
1505 *)
|
cannam@140
|
1506 lock_old_archive_extraction=no ;;
|
cannam@140
|
1507 esac
|
cannam@140
|
1508 _LT_DECL([], [old_postinstall_cmds], [2])
|
cannam@140
|
1509 _LT_DECL([], [old_postuninstall_cmds], [2])
|
cannam@140
|
1510 _LT_TAGDECL([], [old_archive_cmds], [2],
|
cannam@140
|
1511 [Commands used to build an old-style archive])
|
cannam@140
|
1512 _LT_DECL([], [lock_old_archive_extraction], [0],
|
cannam@140
|
1513 [Whether to use a lock for old archive extraction])
|
cannam@140
|
1514 ])# _LT_CMD_OLD_ARCHIVE
|
cannam@140
|
1515
|
cannam@140
|
1516
|
cannam@140
|
1517 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
|
cannam@140
|
1518 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
|
cannam@140
|
1519 # ----------------------------------------------------------------
|
cannam@140
|
1520 # Check whether the given compiler option works
|
cannam@140
|
1521 AC_DEFUN([_LT_COMPILER_OPTION],
|
cannam@140
|
1522 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@140
|
1523 m4_require([_LT_DECL_SED])dnl
|
cannam@140
|
1524 AC_CACHE_CHECK([$1], [$2],
|
cannam@140
|
1525 [$2=no
|
cannam@140
|
1526 m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
|
cannam@140
|
1527 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
cannam@140
|
1528 lt_compiler_flag="$3"
|
cannam@140
|
1529 # Insert the option either (1) after the last *FLAGS variable, or
|
cannam@140
|
1530 # (2) before a word containing "conftest.", or (3) at the end.
|
cannam@140
|
1531 # Note that $ac_compile itself does not contain backslashes and begins
|
cannam@140
|
1532 # with a dollar sign (not a hyphen), so the echo should work correctly.
|
cannam@140
|
1533 # The option is referenced via a variable to avoid confusing sed.
|
cannam@140
|
1534 lt_compile=`echo "$ac_compile" | $SED \
|
cannam@140
|
1535 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
cannam@140
|
1536 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
|
cannam@140
|
1537 -e 's:$: $lt_compiler_flag:'`
|
cannam@140
|
1538 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
|
cannam@140
|
1539 (eval "$lt_compile" 2>conftest.err)
|
cannam@140
|
1540 ac_status=$?
|
cannam@140
|
1541 cat conftest.err >&AS_MESSAGE_LOG_FD
|
cannam@140
|
1542 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
|
cannam@140
|
1543 if (exit $ac_status) && test -s "$ac_outfile"; then
|
cannam@140
|
1544 # The compiler can only warn and ignore the option if not recognized
|
cannam@140
|
1545 # So say no if there are warnings other than the usual output.
|
cannam@140
|
1546 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
|
cannam@140
|
1547 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
cannam@140
|
1548 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
|
cannam@140
|
1549 $2=yes
|
cannam@140
|
1550 fi
|
cannam@140
|
1551 fi
|
cannam@140
|
1552 $RM conftest*
|
cannam@140
|
1553 ])
|
cannam@140
|
1554
|
cannam@140
|
1555 if test x"[$]$2" = xyes; then
|
cannam@140
|
1556 m4_if([$5], , :, [$5])
|
cannam@140
|
1557 else
|
cannam@140
|
1558 m4_if([$6], , :, [$6])
|
cannam@140
|
1559 fi
|
cannam@140
|
1560 ])# _LT_COMPILER_OPTION
|
cannam@140
|
1561
|
cannam@140
|
1562 # Old name:
|
cannam@140
|
1563 AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
|
cannam@140
|
1564 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
1565 dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
|
cannam@140
|
1566
|
cannam@140
|
1567
|
cannam@140
|
1568 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
|
cannam@140
|
1569 # [ACTION-SUCCESS], [ACTION-FAILURE])
|
cannam@140
|
1570 # ----------------------------------------------------
|
cannam@140
|
1571 # Check whether the given linker option works
|
cannam@140
|
1572 AC_DEFUN([_LT_LINKER_OPTION],
|
cannam@140
|
1573 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@140
|
1574 m4_require([_LT_DECL_SED])dnl
|
cannam@140
|
1575 AC_CACHE_CHECK([$1], [$2],
|
cannam@140
|
1576 [$2=no
|
cannam@140
|
1577 save_LDFLAGS="$LDFLAGS"
|
cannam@140
|
1578 LDFLAGS="$LDFLAGS $3"
|
cannam@140
|
1579 echo "$lt_simple_link_test_code" > conftest.$ac_ext
|
cannam@140
|
1580 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
|
cannam@140
|
1581 # The linker can only warn and ignore the option if not recognized
|
cannam@140
|
1582 # So say no if there are warnings
|
cannam@140
|
1583 if test -s conftest.err; then
|
cannam@140
|
1584 # Append any errors to the config.log.
|
cannam@140
|
1585 cat conftest.err 1>&AS_MESSAGE_LOG_FD
|
cannam@140
|
1586 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
|
cannam@140
|
1587 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
cannam@140
|
1588 if diff conftest.exp conftest.er2 >/dev/null; then
|
cannam@140
|
1589 $2=yes
|
cannam@140
|
1590 fi
|
cannam@140
|
1591 else
|
cannam@140
|
1592 $2=yes
|
cannam@140
|
1593 fi
|
cannam@140
|
1594 fi
|
cannam@140
|
1595 $RM -r conftest*
|
cannam@140
|
1596 LDFLAGS="$save_LDFLAGS"
|
cannam@140
|
1597 ])
|
cannam@140
|
1598
|
cannam@140
|
1599 if test x"[$]$2" = xyes; then
|
cannam@140
|
1600 m4_if([$4], , :, [$4])
|
cannam@140
|
1601 else
|
cannam@140
|
1602 m4_if([$5], , :, [$5])
|
cannam@140
|
1603 fi
|
cannam@140
|
1604 ])# _LT_LINKER_OPTION
|
cannam@140
|
1605
|
cannam@140
|
1606 # Old name:
|
cannam@140
|
1607 AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
|
cannam@140
|
1608 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
1609 dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
|
cannam@140
|
1610
|
cannam@140
|
1611
|
cannam@140
|
1612 # LT_CMD_MAX_LEN
|
cannam@140
|
1613 #---------------
|
cannam@140
|
1614 AC_DEFUN([LT_CMD_MAX_LEN],
|
cannam@140
|
1615 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
cannam@140
|
1616 # find the maximum length of command line arguments
|
cannam@140
|
1617 AC_MSG_CHECKING([the maximum length of command line arguments])
|
cannam@140
|
1618 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
|
cannam@140
|
1619 i=0
|
cannam@140
|
1620 teststring="ABCD"
|
cannam@140
|
1621
|
cannam@140
|
1622 case $build_os in
|
cannam@140
|
1623 msdosdjgpp*)
|
cannam@140
|
1624 # On DJGPP, this test can blow up pretty badly due to problems in libc
|
cannam@140
|
1625 # (any single argument exceeding 2000 bytes causes a buffer overrun
|
cannam@140
|
1626 # during glob expansion). Even if it were fixed, the result of this
|
cannam@140
|
1627 # check would be larger than it should be.
|
cannam@140
|
1628 lt_cv_sys_max_cmd_len=12288; # 12K is about right
|
cannam@140
|
1629 ;;
|
cannam@140
|
1630
|
cannam@140
|
1631 gnu*)
|
cannam@140
|
1632 # Under GNU Hurd, this test is not required because there is
|
cannam@140
|
1633 # no limit to the length of command line arguments.
|
cannam@140
|
1634 # Libtool will interpret -1 as no limit whatsoever
|
cannam@140
|
1635 lt_cv_sys_max_cmd_len=-1;
|
cannam@140
|
1636 ;;
|
cannam@140
|
1637
|
cannam@140
|
1638 cygwin* | mingw* | cegcc*)
|
cannam@140
|
1639 # On Win9x/ME, this test blows up -- it succeeds, but takes
|
cannam@140
|
1640 # about 5 minutes as the teststring grows exponentially.
|
cannam@140
|
1641 # Worse, since 9x/ME are not pre-emptively multitasking,
|
cannam@140
|
1642 # you end up with a "frozen" computer, even though with patience
|
cannam@140
|
1643 # the test eventually succeeds (with a max line length of 256k).
|
cannam@140
|
1644 # Instead, let's just punt: use the minimum linelength reported by
|
cannam@140
|
1645 # all of the supported platforms: 8192 (on NT/2K/XP).
|
cannam@140
|
1646 lt_cv_sys_max_cmd_len=8192;
|
cannam@140
|
1647 ;;
|
cannam@140
|
1648
|
cannam@140
|
1649 mint*)
|
cannam@140
|
1650 # On MiNT this can take a long time and run out of memory.
|
cannam@140
|
1651 lt_cv_sys_max_cmd_len=8192;
|
cannam@140
|
1652 ;;
|
cannam@140
|
1653
|
cannam@140
|
1654 amigaos*)
|
cannam@140
|
1655 # On AmigaOS with pdksh, this test takes hours, literally.
|
cannam@140
|
1656 # So we just punt and use a minimum line length of 8192.
|
cannam@140
|
1657 lt_cv_sys_max_cmd_len=8192;
|
cannam@140
|
1658 ;;
|
cannam@140
|
1659
|
cannam@140
|
1660 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
|
cannam@140
|
1661 # This has been around since 386BSD, at least. Likely further.
|
cannam@140
|
1662 if test -x /sbin/sysctl; then
|
cannam@140
|
1663 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
|
cannam@140
|
1664 elif test -x /usr/sbin/sysctl; then
|
cannam@140
|
1665 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
|
cannam@140
|
1666 else
|
cannam@140
|
1667 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
|
cannam@140
|
1668 fi
|
cannam@140
|
1669 # And add a safety zone
|
cannam@140
|
1670 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
|
cannam@140
|
1671 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
|
cannam@140
|
1672 ;;
|
cannam@140
|
1673
|
cannam@140
|
1674 interix*)
|
cannam@140
|
1675 # We know the value 262144 and hardcode it with a safety zone (like BSD)
|
cannam@140
|
1676 lt_cv_sys_max_cmd_len=196608
|
cannam@140
|
1677 ;;
|
cannam@140
|
1678
|
cannam@140
|
1679 os2*)
|
cannam@140
|
1680 # The test takes a long time on OS/2.
|
cannam@140
|
1681 lt_cv_sys_max_cmd_len=8192
|
cannam@140
|
1682 ;;
|
cannam@140
|
1683
|
cannam@140
|
1684 osf*)
|
cannam@140
|
1685 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
|
cannam@140
|
1686 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
|
cannam@140
|
1687 # nice to cause kernel panics so lets avoid the loop below.
|
cannam@140
|
1688 # First set a reasonable default.
|
cannam@140
|
1689 lt_cv_sys_max_cmd_len=16384
|
cannam@140
|
1690 #
|
cannam@140
|
1691 if test -x /sbin/sysconfig; then
|
cannam@140
|
1692 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
|
cannam@140
|
1693 *1*) lt_cv_sys_max_cmd_len=-1 ;;
|
cannam@140
|
1694 esac
|
cannam@140
|
1695 fi
|
cannam@140
|
1696 ;;
|
cannam@140
|
1697 sco3.2v5*)
|
cannam@140
|
1698 lt_cv_sys_max_cmd_len=102400
|
cannam@140
|
1699 ;;
|
cannam@140
|
1700 sysv5* | sco5v6* | sysv4.2uw2*)
|
cannam@140
|
1701 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
|
cannam@140
|
1702 if test -n "$kargmax"; then
|
cannam@140
|
1703 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
|
cannam@140
|
1704 else
|
cannam@140
|
1705 lt_cv_sys_max_cmd_len=32768
|
cannam@140
|
1706 fi
|
cannam@140
|
1707 ;;
|
cannam@140
|
1708 *)
|
cannam@140
|
1709 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
|
cannam@140
|
1710 if test -n "$lt_cv_sys_max_cmd_len" && \
|
cannam@140
|
1711 test undefined != "$lt_cv_sys_max_cmd_len"; then
|
cannam@140
|
1712 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
|
cannam@140
|
1713 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
|
cannam@140
|
1714 else
|
cannam@140
|
1715 # Make teststring a little bigger before we do anything with it.
|
cannam@140
|
1716 # a 1K string should be a reasonable start.
|
cannam@140
|
1717 for i in 1 2 3 4 5 6 7 8 ; do
|
cannam@140
|
1718 teststring=$teststring$teststring
|
cannam@140
|
1719 done
|
cannam@140
|
1720 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
|
cannam@140
|
1721 # If test is not a shell built-in, we'll probably end up computing a
|
cannam@140
|
1722 # maximum length that is only half of the actual maximum length, but
|
cannam@140
|
1723 # we can't tell.
|
cannam@140
|
1724 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
|
cannam@140
|
1725 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
|
cannam@140
|
1726 test $i != 17 # 1/2 MB should be enough
|
cannam@140
|
1727 do
|
cannam@140
|
1728 i=`expr $i + 1`
|
cannam@140
|
1729 teststring=$teststring$teststring
|
cannam@140
|
1730 done
|
cannam@140
|
1731 # Only check the string length outside the loop.
|
cannam@140
|
1732 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
|
cannam@140
|
1733 teststring=
|
cannam@140
|
1734 # Add a significant safety factor because C++ compilers can tack on
|
cannam@140
|
1735 # massive amounts of additional arguments before passing them to the
|
cannam@140
|
1736 # linker. It appears as though 1/2 is a usable value.
|
cannam@140
|
1737 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
|
cannam@140
|
1738 fi
|
cannam@140
|
1739 ;;
|
cannam@140
|
1740 esac
|
cannam@140
|
1741 ])
|
cannam@140
|
1742 if test -n $lt_cv_sys_max_cmd_len ; then
|
cannam@140
|
1743 AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
|
cannam@140
|
1744 else
|
cannam@140
|
1745 AC_MSG_RESULT(none)
|
cannam@140
|
1746 fi
|
cannam@140
|
1747 max_cmd_len=$lt_cv_sys_max_cmd_len
|
cannam@140
|
1748 _LT_DECL([], [max_cmd_len], [0],
|
cannam@140
|
1749 [What is the maximum length of a command?])
|
cannam@140
|
1750 ])# LT_CMD_MAX_LEN
|
cannam@140
|
1751
|
cannam@140
|
1752 # Old name:
|
cannam@140
|
1753 AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
|
cannam@140
|
1754 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
1755 dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
|
cannam@140
|
1756
|
cannam@140
|
1757
|
cannam@140
|
1758 # _LT_HEADER_DLFCN
|
cannam@140
|
1759 # ----------------
|
cannam@140
|
1760 m4_defun([_LT_HEADER_DLFCN],
|
cannam@140
|
1761 [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
|
cannam@140
|
1762 ])# _LT_HEADER_DLFCN
|
cannam@140
|
1763
|
cannam@140
|
1764
|
cannam@140
|
1765 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
|
cannam@140
|
1766 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
|
cannam@140
|
1767 # ----------------------------------------------------------------
|
cannam@140
|
1768 m4_defun([_LT_TRY_DLOPEN_SELF],
|
cannam@140
|
1769 [m4_require([_LT_HEADER_DLFCN])dnl
|
cannam@140
|
1770 if test "$cross_compiling" = yes; then :
|
cannam@140
|
1771 [$4]
|
cannam@140
|
1772 else
|
cannam@140
|
1773 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
cannam@140
|
1774 lt_status=$lt_dlunknown
|
cannam@140
|
1775 cat > conftest.$ac_ext <<_LT_EOF
|
cannam@140
|
1776 [#line $LINENO "configure"
|
cannam@140
|
1777 #include "confdefs.h"
|
cannam@140
|
1778
|
cannam@140
|
1779 #if HAVE_DLFCN_H
|
cannam@140
|
1780 #include <dlfcn.h>
|
cannam@140
|
1781 #endif
|
cannam@140
|
1782
|
cannam@140
|
1783 #include <stdio.h>
|
cannam@140
|
1784
|
cannam@140
|
1785 #ifdef RTLD_GLOBAL
|
cannam@140
|
1786 # define LT_DLGLOBAL RTLD_GLOBAL
|
cannam@140
|
1787 #else
|
cannam@140
|
1788 # ifdef DL_GLOBAL
|
cannam@140
|
1789 # define LT_DLGLOBAL DL_GLOBAL
|
cannam@140
|
1790 # else
|
cannam@140
|
1791 # define LT_DLGLOBAL 0
|
cannam@140
|
1792 # endif
|
cannam@140
|
1793 #endif
|
cannam@140
|
1794
|
cannam@140
|
1795 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
|
cannam@140
|
1796 find out it does not work in some platform. */
|
cannam@140
|
1797 #ifndef LT_DLLAZY_OR_NOW
|
cannam@140
|
1798 # ifdef RTLD_LAZY
|
cannam@140
|
1799 # define LT_DLLAZY_OR_NOW RTLD_LAZY
|
cannam@140
|
1800 # else
|
cannam@140
|
1801 # ifdef DL_LAZY
|
cannam@140
|
1802 # define LT_DLLAZY_OR_NOW DL_LAZY
|
cannam@140
|
1803 # else
|
cannam@140
|
1804 # ifdef RTLD_NOW
|
cannam@140
|
1805 # define LT_DLLAZY_OR_NOW RTLD_NOW
|
cannam@140
|
1806 # else
|
cannam@140
|
1807 # ifdef DL_NOW
|
cannam@140
|
1808 # define LT_DLLAZY_OR_NOW DL_NOW
|
cannam@140
|
1809 # else
|
cannam@140
|
1810 # define LT_DLLAZY_OR_NOW 0
|
cannam@140
|
1811 # endif
|
cannam@140
|
1812 # endif
|
cannam@140
|
1813 # endif
|
cannam@140
|
1814 # endif
|
cannam@140
|
1815 #endif
|
cannam@140
|
1816
|
cannam@140
|
1817 /* When -fvisbility=hidden is used, assume the code has been annotated
|
cannam@140
|
1818 correspondingly for the symbols needed. */
|
cannam@140
|
1819 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
|
cannam@140
|
1820 int fnord () __attribute__((visibility("default")));
|
cannam@140
|
1821 #endif
|
cannam@140
|
1822
|
cannam@140
|
1823 int fnord () { return 42; }
|
cannam@140
|
1824 int main ()
|
cannam@140
|
1825 {
|
cannam@140
|
1826 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
|
cannam@140
|
1827 int status = $lt_dlunknown;
|
cannam@140
|
1828
|
cannam@140
|
1829 if (self)
|
cannam@140
|
1830 {
|
cannam@140
|
1831 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
|
cannam@140
|
1832 else
|
cannam@140
|
1833 {
|
cannam@140
|
1834 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
|
cannam@140
|
1835 else puts (dlerror ());
|
cannam@140
|
1836 }
|
cannam@140
|
1837 /* dlclose (self); */
|
cannam@140
|
1838 }
|
cannam@140
|
1839 else
|
cannam@140
|
1840 puts (dlerror ());
|
cannam@140
|
1841
|
cannam@140
|
1842 return status;
|
cannam@140
|
1843 }]
|
cannam@140
|
1844 _LT_EOF
|
cannam@140
|
1845 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
|
cannam@140
|
1846 (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
|
cannam@140
|
1847 lt_status=$?
|
cannam@140
|
1848 case x$lt_status in
|
cannam@140
|
1849 x$lt_dlno_uscore) $1 ;;
|
cannam@140
|
1850 x$lt_dlneed_uscore) $2 ;;
|
cannam@140
|
1851 x$lt_dlunknown|x*) $3 ;;
|
cannam@140
|
1852 esac
|
cannam@140
|
1853 else :
|
cannam@140
|
1854 # compilation failed
|
cannam@140
|
1855 $3
|
cannam@140
|
1856 fi
|
cannam@140
|
1857 fi
|
cannam@140
|
1858 rm -fr conftest*
|
cannam@140
|
1859 ])# _LT_TRY_DLOPEN_SELF
|
cannam@140
|
1860
|
cannam@140
|
1861
|
cannam@140
|
1862 # LT_SYS_DLOPEN_SELF
|
cannam@140
|
1863 # ------------------
|
cannam@140
|
1864 AC_DEFUN([LT_SYS_DLOPEN_SELF],
|
cannam@140
|
1865 [m4_require([_LT_HEADER_DLFCN])dnl
|
cannam@140
|
1866 if test "x$enable_dlopen" != xyes; then
|
cannam@140
|
1867 enable_dlopen=unknown
|
cannam@140
|
1868 enable_dlopen_self=unknown
|
cannam@140
|
1869 enable_dlopen_self_static=unknown
|
cannam@140
|
1870 else
|
cannam@140
|
1871 lt_cv_dlopen=no
|
cannam@140
|
1872 lt_cv_dlopen_libs=
|
cannam@140
|
1873
|
cannam@140
|
1874 case $host_os in
|
cannam@140
|
1875 beos*)
|
cannam@140
|
1876 lt_cv_dlopen="load_add_on"
|
cannam@140
|
1877 lt_cv_dlopen_libs=
|
cannam@140
|
1878 lt_cv_dlopen_self=yes
|
cannam@140
|
1879 ;;
|
cannam@140
|
1880
|
cannam@140
|
1881 mingw* | pw32* | cegcc*)
|
cannam@140
|
1882 lt_cv_dlopen="LoadLibrary"
|
cannam@140
|
1883 lt_cv_dlopen_libs=
|
cannam@140
|
1884 ;;
|
cannam@140
|
1885
|
cannam@140
|
1886 cygwin*)
|
cannam@140
|
1887 lt_cv_dlopen="dlopen"
|
cannam@140
|
1888 lt_cv_dlopen_libs=
|
cannam@140
|
1889 ;;
|
cannam@140
|
1890
|
cannam@140
|
1891 darwin*)
|
cannam@140
|
1892 # if libdl is installed we need to link against it
|
cannam@140
|
1893 AC_CHECK_LIB([dl], [dlopen],
|
cannam@140
|
1894 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
|
cannam@140
|
1895 lt_cv_dlopen="dyld"
|
cannam@140
|
1896 lt_cv_dlopen_libs=
|
cannam@140
|
1897 lt_cv_dlopen_self=yes
|
cannam@140
|
1898 ])
|
cannam@140
|
1899 ;;
|
cannam@140
|
1900
|
cannam@140
|
1901 *)
|
cannam@140
|
1902 AC_CHECK_FUNC([shl_load],
|
cannam@140
|
1903 [lt_cv_dlopen="shl_load"],
|
cannam@140
|
1904 [AC_CHECK_LIB([dld], [shl_load],
|
cannam@140
|
1905 [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
|
cannam@140
|
1906 [AC_CHECK_FUNC([dlopen],
|
cannam@140
|
1907 [lt_cv_dlopen="dlopen"],
|
cannam@140
|
1908 [AC_CHECK_LIB([dl], [dlopen],
|
cannam@140
|
1909 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
|
cannam@140
|
1910 [AC_CHECK_LIB([svld], [dlopen],
|
cannam@140
|
1911 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
|
cannam@140
|
1912 [AC_CHECK_LIB([dld], [dld_link],
|
cannam@140
|
1913 [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
|
cannam@140
|
1914 ])
|
cannam@140
|
1915 ])
|
cannam@140
|
1916 ])
|
cannam@140
|
1917 ])
|
cannam@140
|
1918 ])
|
cannam@140
|
1919 ;;
|
cannam@140
|
1920 esac
|
cannam@140
|
1921
|
cannam@140
|
1922 if test "x$lt_cv_dlopen" != xno; then
|
cannam@140
|
1923 enable_dlopen=yes
|
cannam@140
|
1924 else
|
cannam@140
|
1925 enable_dlopen=no
|
cannam@140
|
1926 fi
|
cannam@140
|
1927
|
cannam@140
|
1928 case $lt_cv_dlopen in
|
cannam@140
|
1929 dlopen)
|
cannam@140
|
1930 save_CPPFLAGS="$CPPFLAGS"
|
cannam@140
|
1931 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
|
cannam@140
|
1932
|
cannam@140
|
1933 save_LDFLAGS="$LDFLAGS"
|
cannam@140
|
1934 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
|
cannam@140
|
1935
|
cannam@140
|
1936 save_LIBS="$LIBS"
|
cannam@140
|
1937 LIBS="$lt_cv_dlopen_libs $LIBS"
|
cannam@140
|
1938
|
cannam@140
|
1939 AC_CACHE_CHECK([whether a program can dlopen itself],
|
cannam@140
|
1940 lt_cv_dlopen_self, [dnl
|
cannam@140
|
1941 _LT_TRY_DLOPEN_SELF(
|
cannam@140
|
1942 lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
|
cannam@140
|
1943 lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
|
cannam@140
|
1944 ])
|
cannam@140
|
1945
|
cannam@140
|
1946 if test "x$lt_cv_dlopen_self" = xyes; then
|
cannam@140
|
1947 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
|
cannam@140
|
1948 AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
|
cannam@140
|
1949 lt_cv_dlopen_self_static, [dnl
|
cannam@140
|
1950 _LT_TRY_DLOPEN_SELF(
|
cannam@140
|
1951 lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
|
cannam@140
|
1952 lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
|
cannam@140
|
1953 ])
|
cannam@140
|
1954 fi
|
cannam@140
|
1955
|
cannam@140
|
1956 CPPFLAGS="$save_CPPFLAGS"
|
cannam@140
|
1957 LDFLAGS="$save_LDFLAGS"
|
cannam@140
|
1958 LIBS="$save_LIBS"
|
cannam@140
|
1959 ;;
|
cannam@140
|
1960 esac
|
cannam@140
|
1961
|
cannam@140
|
1962 case $lt_cv_dlopen_self in
|
cannam@140
|
1963 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
|
cannam@140
|
1964 *) enable_dlopen_self=unknown ;;
|
cannam@140
|
1965 esac
|
cannam@140
|
1966
|
cannam@140
|
1967 case $lt_cv_dlopen_self_static in
|
cannam@140
|
1968 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
|
cannam@140
|
1969 *) enable_dlopen_self_static=unknown ;;
|
cannam@140
|
1970 esac
|
cannam@140
|
1971 fi
|
cannam@140
|
1972 _LT_DECL([dlopen_support], [enable_dlopen], [0],
|
cannam@140
|
1973 [Whether dlopen is supported])
|
cannam@140
|
1974 _LT_DECL([dlopen_self], [enable_dlopen_self], [0],
|
cannam@140
|
1975 [Whether dlopen of programs is supported])
|
cannam@140
|
1976 _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
|
cannam@140
|
1977 [Whether dlopen of statically linked programs is supported])
|
cannam@140
|
1978 ])# LT_SYS_DLOPEN_SELF
|
cannam@140
|
1979
|
cannam@140
|
1980 # Old name:
|
cannam@140
|
1981 AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
|
cannam@140
|
1982 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
1983 dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
|
cannam@140
|
1984
|
cannam@140
|
1985
|
cannam@140
|
1986 # _LT_COMPILER_C_O([TAGNAME])
|
cannam@140
|
1987 # ---------------------------
|
cannam@140
|
1988 # Check to see if options -c and -o are simultaneously supported by compiler.
|
cannam@140
|
1989 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
|
cannam@140
|
1990 m4_defun([_LT_COMPILER_C_O],
|
cannam@140
|
1991 [m4_require([_LT_DECL_SED])dnl
|
cannam@140
|
1992 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@140
|
1993 m4_require([_LT_TAG_COMPILER])dnl
|
cannam@140
|
1994 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
|
cannam@140
|
1995 [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
|
cannam@140
|
1996 [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
|
cannam@140
|
1997 $RM -r conftest 2>/dev/null
|
cannam@140
|
1998 mkdir conftest
|
cannam@140
|
1999 cd conftest
|
cannam@140
|
2000 mkdir out
|
cannam@140
|
2001 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
cannam@140
|
2002
|
cannam@140
|
2003 lt_compiler_flag="-o out/conftest2.$ac_objext"
|
cannam@140
|
2004 # Insert the option either (1) after the last *FLAGS variable, or
|
cannam@140
|
2005 # (2) before a word containing "conftest.", or (3) at the end.
|
cannam@140
|
2006 # Note that $ac_compile itself does not contain backslashes and begins
|
cannam@140
|
2007 # with a dollar sign (not a hyphen), so the echo should work correctly.
|
cannam@140
|
2008 lt_compile=`echo "$ac_compile" | $SED \
|
cannam@140
|
2009 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
cannam@140
|
2010 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
|
cannam@140
|
2011 -e 's:$: $lt_compiler_flag:'`
|
cannam@140
|
2012 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
|
cannam@140
|
2013 (eval "$lt_compile" 2>out/conftest.err)
|
cannam@140
|
2014 ac_status=$?
|
cannam@140
|
2015 cat out/conftest.err >&AS_MESSAGE_LOG_FD
|
cannam@140
|
2016 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
|
cannam@140
|
2017 if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
cannam@140
|
2018 then
|
cannam@140
|
2019 # The compiler can only warn and ignore the option if not recognized
|
cannam@140
|
2020 # So say no if there are warnings
|
cannam@140
|
2021 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
|
cannam@140
|
2022 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
|
cannam@140
|
2023 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
|
cannam@140
|
2024 _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
|
cannam@140
|
2025 fi
|
cannam@140
|
2026 fi
|
cannam@140
|
2027 chmod u+w . 2>&AS_MESSAGE_LOG_FD
|
cannam@140
|
2028 $RM conftest*
|
cannam@140
|
2029 # SGI C++ compiler will create directory out/ii_files/ for
|
cannam@140
|
2030 # template instantiation
|
cannam@140
|
2031 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
|
cannam@140
|
2032 $RM out/* && rmdir out
|
cannam@140
|
2033 cd ..
|
cannam@140
|
2034 $RM -r conftest
|
cannam@140
|
2035 $RM conftest*
|
cannam@140
|
2036 ])
|
cannam@140
|
2037 _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
|
cannam@140
|
2038 [Does compiler simultaneously support -c and -o options?])
|
cannam@140
|
2039 ])# _LT_COMPILER_C_O
|
cannam@140
|
2040
|
cannam@140
|
2041
|
cannam@140
|
2042 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
|
cannam@140
|
2043 # ----------------------------------
|
cannam@140
|
2044 # Check to see if we can do hard links to lock some files if needed
|
cannam@140
|
2045 m4_defun([_LT_COMPILER_FILE_LOCKS],
|
cannam@140
|
2046 [m4_require([_LT_ENABLE_LOCK])dnl
|
cannam@140
|
2047 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@140
|
2048 _LT_COMPILER_C_O([$1])
|
cannam@140
|
2049
|
cannam@140
|
2050 hard_links="nottested"
|
cannam@140
|
2051 if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
|
cannam@140
|
2052 # do not overwrite the value of need_locks provided by the user
|
cannam@140
|
2053 AC_MSG_CHECKING([if we can lock with hard links])
|
cannam@140
|
2054 hard_links=yes
|
cannam@140
|
2055 $RM conftest*
|
cannam@140
|
2056 ln conftest.a conftest.b 2>/dev/null && hard_links=no
|
cannam@140
|
2057 touch conftest.a
|
cannam@140
|
2058 ln conftest.a conftest.b 2>&5 || hard_links=no
|
cannam@140
|
2059 ln conftest.a conftest.b 2>/dev/null && hard_links=no
|
cannam@140
|
2060 AC_MSG_RESULT([$hard_links])
|
cannam@140
|
2061 if test "$hard_links" = no; then
|
cannam@140
|
2062 AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
|
cannam@140
|
2063 need_locks=warn
|
cannam@140
|
2064 fi
|
cannam@140
|
2065 else
|
cannam@140
|
2066 need_locks=no
|
cannam@140
|
2067 fi
|
cannam@140
|
2068 _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
|
cannam@140
|
2069 ])# _LT_COMPILER_FILE_LOCKS
|
cannam@140
|
2070
|
cannam@140
|
2071
|
cannam@140
|
2072 # _LT_CHECK_OBJDIR
|
cannam@140
|
2073 # ----------------
|
cannam@140
|
2074 m4_defun([_LT_CHECK_OBJDIR],
|
cannam@140
|
2075 [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
|
cannam@140
|
2076 [rm -f .libs 2>/dev/null
|
cannam@140
|
2077 mkdir .libs 2>/dev/null
|
cannam@140
|
2078 if test -d .libs; then
|
cannam@140
|
2079 lt_cv_objdir=.libs
|
cannam@140
|
2080 else
|
cannam@140
|
2081 # MS-DOS does not allow filenames that begin with a dot.
|
cannam@140
|
2082 lt_cv_objdir=_libs
|
cannam@140
|
2083 fi
|
cannam@140
|
2084 rmdir .libs 2>/dev/null])
|
cannam@140
|
2085 objdir=$lt_cv_objdir
|
cannam@140
|
2086 _LT_DECL([], [objdir], [0],
|
cannam@140
|
2087 [The name of the directory that contains temporary libtool files])dnl
|
cannam@140
|
2088 m4_pattern_allow([LT_OBJDIR])dnl
|
cannam@140
|
2089 AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/",
|
cannam@140
|
2090 [Define to the sub-directory in which libtool stores uninstalled libraries.])
|
cannam@140
|
2091 ])# _LT_CHECK_OBJDIR
|
cannam@140
|
2092
|
cannam@140
|
2093
|
cannam@140
|
2094 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
|
cannam@140
|
2095 # --------------------------------------
|
cannam@140
|
2096 # Check hardcoding attributes.
|
cannam@140
|
2097 m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
|
cannam@140
|
2098 [AC_MSG_CHECKING([how to hardcode library paths into programs])
|
cannam@140
|
2099 _LT_TAGVAR(hardcode_action, $1)=
|
cannam@140
|
2100 if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
|
cannam@140
|
2101 test -n "$_LT_TAGVAR(runpath_var, $1)" ||
|
cannam@140
|
2102 test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
|
cannam@140
|
2103
|
cannam@140
|
2104 # We can hardcode non-existent directories.
|
cannam@140
|
2105 if test "$_LT_TAGVAR(hardcode_direct, $1)" != no &&
|
cannam@140
|
2106 # If the only mechanism to avoid hardcoding is shlibpath_var, we
|
cannam@140
|
2107 # have to relink, otherwise we might link with an installed library
|
cannam@140
|
2108 # when we should be linking with a yet-to-be-installed one
|
cannam@140
|
2109 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
|
cannam@140
|
2110 test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then
|
cannam@140
|
2111 # Linking always hardcodes the temporary library directory.
|
cannam@140
|
2112 _LT_TAGVAR(hardcode_action, $1)=relink
|
cannam@140
|
2113 else
|
cannam@140
|
2114 # We can link without hardcoding, and we can hardcode nonexisting dirs.
|
cannam@140
|
2115 _LT_TAGVAR(hardcode_action, $1)=immediate
|
cannam@140
|
2116 fi
|
cannam@140
|
2117 else
|
cannam@140
|
2118 # We cannot hardcode anything, or else we can only hardcode existing
|
cannam@140
|
2119 # directories.
|
cannam@140
|
2120 _LT_TAGVAR(hardcode_action, $1)=unsupported
|
cannam@140
|
2121 fi
|
cannam@140
|
2122 AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
|
cannam@140
|
2123
|
cannam@140
|
2124 if test "$_LT_TAGVAR(hardcode_action, $1)" = relink ||
|
cannam@140
|
2125 test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then
|
cannam@140
|
2126 # Fast installation is not supported
|
cannam@140
|
2127 enable_fast_install=no
|
cannam@140
|
2128 elif test "$shlibpath_overrides_runpath" = yes ||
|
cannam@140
|
2129 test "$enable_shared" = no; then
|
cannam@140
|
2130 # Fast installation is not necessary
|
cannam@140
|
2131 enable_fast_install=needless
|
cannam@140
|
2132 fi
|
cannam@140
|
2133 _LT_TAGDECL([], [hardcode_action], [0],
|
cannam@140
|
2134 [How to hardcode a shared library path into an executable])
|
cannam@140
|
2135 ])# _LT_LINKER_HARDCODE_LIBPATH
|
cannam@140
|
2136
|
cannam@140
|
2137
|
cannam@140
|
2138 # _LT_CMD_STRIPLIB
|
cannam@140
|
2139 # ----------------
|
cannam@140
|
2140 m4_defun([_LT_CMD_STRIPLIB],
|
cannam@140
|
2141 [m4_require([_LT_DECL_EGREP])
|
cannam@140
|
2142 striplib=
|
cannam@140
|
2143 old_striplib=
|
cannam@140
|
2144 AC_MSG_CHECKING([whether stripping libraries is possible])
|
cannam@140
|
2145 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
|
cannam@140
|
2146 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
|
cannam@140
|
2147 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
|
cannam@140
|
2148 AC_MSG_RESULT([yes])
|
cannam@140
|
2149 else
|
cannam@140
|
2150 # FIXME - insert some real tests, host_os isn't really good enough
|
cannam@140
|
2151 case $host_os in
|
cannam@140
|
2152 darwin*)
|
cannam@140
|
2153 if test -n "$STRIP" ; then
|
cannam@140
|
2154 striplib="$STRIP -x"
|
cannam@140
|
2155 old_striplib="$STRIP -S"
|
cannam@140
|
2156 AC_MSG_RESULT([yes])
|
cannam@140
|
2157 else
|
cannam@140
|
2158 AC_MSG_RESULT([no])
|
cannam@140
|
2159 fi
|
cannam@140
|
2160 ;;
|
cannam@140
|
2161 *)
|
cannam@140
|
2162 AC_MSG_RESULT([no])
|
cannam@140
|
2163 ;;
|
cannam@140
|
2164 esac
|
cannam@140
|
2165 fi
|
cannam@140
|
2166 _LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
|
cannam@140
|
2167 _LT_DECL([], [striplib], [1])
|
cannam@140
|
2168 ])# _LT_CMD_STRIPLIB
|
cannam@140
|
2169
|
cannam@140
|
2170
|
cannam@140
|
2171 # _LT_SYS_DYNAMIC_LINKER([TAG])
|
cannam@140
|
2172 # -----------------------------
|
cannam@140
|
2173 # PORTME Fill in your ld.so characteristics
|
cannam@140
|
2174 m4_defun([_LT_SYS_DYNAMIC_LINKER],
|
cannam@140
|
2175 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
cannam@140
|
2176 m4_require([_LT_DECL_EGREP])dnl
|
cannam@140
|
2177 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@140
|
2178 m4_require([_LT_DECL_OBJDUMP])dnl
|
cannam@140
|
2179 m4_require([_LT_DECL_SED])dnl
|
cannam@140
|
2180 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
|
cannam@140
|
2181 AC_MSG_CHECKING([dynamic linker characteristics])
|
cannam@140
|
2182 m4_if([$1],
|
cannam@140
|
2183 [], [
|
cannam@140
|
2184 if test "$GCC" = yes; then
|
cannam@140
|
2185 case $host_os in
|
cannam@140
|
2186 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
|
cannam@140
|
2187 *) lt_awk_arg="/^libraries:/" ;;
|
cannam@140
|
2188 esac
|
cannam@140
|
2189 case $host_os in
|
cannam@140
|
2190 mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;;
|
cannam@140
|
2191 *) lt_sed_strip_eq="s,=/,/,g" ;;
|
cannam@140
|
2192 esac
|
cannam@140
|
2193 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
|
cannam@140
|
2194 case $lt_search_path_spec in
|
cannam@140
|
2195 *\;*)
|
cannam@140
|
2196 # if the path contains ";" then we assume it to be the separator
|
cannam@140
|
2197 # otherwise default to the standard path separator (i.e. ":") - it is
|
cannam@140
|
2198 # assumed that no part of a normal pathname contains ";" but that should
|
cannam@140
|
2199 # okay in the real world where ";" in dirpaths is itself problematic.
|
cannam@140
|
2200 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
|
cannam@140
|
2201 ;;
|
cannam@140
|
2202 *)
|
cannam@140
|
2203 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
|
cannam@140
|
2204 ;;
|
cannam@140
|
2205 esac
|
cannam@140
|
2206 # Ok, now we have the path, separated by spaces, we can step through it
|
cannam@140
|
2207 # and add multilib dir if necessary.
|
cannam@140
|
2208 lt_tmp_lt_search_path_spec=
|
cannam@140
|
2209 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
|
cannam@140
|
2210 for lt_sys_path in $lt_search_path_spec; do
|
cannam@140
|
2211 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
|
cannam@140
|
2212 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
|
cannam@140
|
2213 else
|
cannam@140
|
2214 test -d "$lt_sys_path" && \
|
cannam@140
|
2215 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
|
cannam@140
|
2216 fi
|
cannam@140
|
2217 done
|
cannam@140
|
2218 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
|
cannam@140
|
2219 BEGIN {RS=" "; FS="/|\n";} {
|
cannam@140
|
2220 lt_foo="";
|
cannam@140
|
2221 lt_count=0;
|
cannam@140
|
2222 for (lt_i = NF; lt_i > 0; lt_i--) {
|
cannam@140
|
2223 if ($lt_i != "" && $lt_i != ".") {
|
cannam@140
|
2224 if ($lt_i == "..") {
|
cannam@140
|
2225 lt_count++;
|
cannam@140
|
2226 } else {
|
cannam@140
|
2227 if (lt_count == 0) {
|
cannam@140
|
2228 lt_foo="/" $lt_i lt_foo;
|
cannam@140
|
2229 } else {
|
cannam@140
|
2230 lt_count--;
|
cannam@140
|
2231 }
|
cannam@140
|
2232 }
|
cannam@140
|
2233 }
|
cannam@140
|
2234 }
|
cannam@140
|
2235 if (lt_foo != "") { lt_freq[[lt_foo]]++; }
|
cannam@140
|
2236 if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
|
cannam@140
|
2237 }'`
|
cannam@140
|
2238 # AWK program above erroneously prepends '/' to C:/dos/paths
|
cannam@140
|
2239 # for these hosts.
|
cannam@140
|
2240 case $host_os in
|
cannam@140
|
2241 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
|
cannam@140
|
2242 $SED 's,/\([[A-Za-z]]:\),\1,g'` ;;
|
cannam@140
|
2243 esac
|
cannam@140
|
2244 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
|
cannam@140
|
2245 else
|
cannam@140
|
2246 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
|
cannam@140
|
2247 fi])
|
cannam@140
|
2248 library_names_spec=
|
cannam@140
|
2249 libname_spec='lib$name'
|
cannam@140
|
2250 soname_spec=
|
cannam@140
|
2251 shrext_cmds=".so"
|
cannam@140
|
2252 postinstall_cmds=
|
cannam@140
|
2253 postuninstall_cmds=
|
cannam@140
|
2254 finish_cmds=
|
cannam@140
|
2255 finish_eval=
|
cannam@140
|
2256 shlibpath_var=
|
cannam@140
|
2257 shlibpath_overrides_runpath=unknown
|
cannam@140
|
2258 version_type=none
|
cannam@140
|
2259 dynamic_linker="$host_os ld.so"
|
cannam@140
|
2260 sys_lib_dlsearch_path_spec="/lib /usr/lib"
|
cannam@140
|
2261 need_lib_prefix=unknown
|
cannam@140
|
2262 hardcode_into_libs=no
|
cannam@140
|
2263
|
cannam@140
|
2264 # when you set need_version to no, make sure it does not cause -set_version
|
cannam@140
|
2265 # flags to be left without arguments
|
cannam@140
|
2266 need_version=unknown
|
cannam@140
|
2267
|
cannam@140
|
2268 case $host_os in
|
cannam@140
|
2269 aix3*)
|
cannam@140
|
2270 version_type=linux # correct to gnu/linux during the next big refactor
|
cannam@140
|
2271 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
|
cannam@140
|
2272 shlibpath_var=LIBPATH
|
cannam@140
|
2273
|
cannam@140
|
2274 # AIX 3 has no versioning support, so we append a major version to the name.
|
cannam@140
|
2275 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2276 ;;
|
cannam@140
|
2277
|
cannam@140
|
2278 aix[[4-9]]*)
|
cannam@140
|
2279 version_type=linux # correct to gnu/linux during the next big refactor
|
cannam@140
|
2280 need_lib_prefix=no
|
cannam@140
|
2281 need_version=no
|
cannam@140
|
2282 hardcode_into_libs=yes
|
cannam@140
|
2283 if test "$host_cpu" = ia64; then
|
cannam@140
|
2284 # AIX 5 supports IA64
|
cannam@140
|
2285 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
|
cannam@140
|
2286 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2287 else
|
cannam@140
|
2288 # With GCC up to 2.95.x, collect2 would create an import file
|
cannam@140
|
2289 # for dependence libraries. The import file would start with
|
cannam@140
|
2290 # the line `#! .'. This would cause the generated library to
|
cannam@140
|
2291 # depend on `.', always an invalid library. This was fixed in
|
cannam@140
|
2292 # development snapshots of GCC prior to 3.0.
|
cannam@140
|
2293 case $host_os in
|
cannam@140
|
2294 aix4 | aix4.[[01]] | aix4.[[01]].*)
|
cannam@140
|
2295 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
|
cannam@140
|
2296 echo ' yes '
|
cannam@140
|
2297 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
|
cannam@140
|
2298 :
|
cannam@140
|
2299 else
|
cannam@140
|
2300 can_build_shared=no
|
cannam@140
|
2301 fi
|
cannam@140
|
2302 ;;
|
cannam@140
|
2303 esac
|
cannam@140
|
2304 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
|
cannam@140
|
2305 # soname into executable. Probably we can add versioning support to
|
cannam@140
|
2306 # collect2, so additional links can be useful in future.
|
cannam@140
|
2307 if test "$aix_use_runtimelinking" = yes; then
|
cannam@140
|
2308 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
|
cannam@140
|
2309 # instead of lib<name>.a to let people know that these are not
|
cannam@140
|
2310 # typical AIX shared libraries.
|
cannam@140
|
2311 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@140
|
2312 else
|
cannam@140
|
2313 # We preserve .a as extension for shared libraries through AIX4.2
|
cannam@140
|
2314 # and later when we are not doing run time linking.
|
cannam@140
|
2315 library_names_spec='${libname}${release}.a $libname.a'
|
cannam@140
|
2316 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2317 fi
|
cannam@140
|
2318 shlibpath_var=LIBPATH
|
cannam@140
|
2319 fi
|
cannam@140
|
2320 ;;
|
cannam@140
|
2321
|
cannam@140
|
2322 amigaos*)
|
cannam@140
|
2323 case $host_cpu in
|
cannam@140
|
2324 powerpc)
|
cannam@140
|
2325 # Since July 2007 AmigaOS4 officially supports .so libraries.
|
cannam@140
|
2326 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
|
cannam@140
|
2327 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@140
|
2328 ;;
|
cannam@140
|
2329 m68k)
|
cannam@140
|
2330 library_names_spec='$libname.ixlibrary $libname.a'
|
cannam@140
|
2331 # Create ${libname}_ixlibrary.a entries in /sys/libs.
|
cannam@140
|
2332 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
|
cannam@140
|
2333 ;;
|
cannam@140
|
2334 esac
|
cannam@140
|
2335 ;;
|
cannam@140
|
2336
|
cannam@140
|
2337 beos*)
|
cannam@140
|
2338 library_names_spec='${libname}${shared_ext}'
|
cannam@140
|
2339 dynamic_linker="$host_os ld.so"
|
cannam@140
|
2340 shlibpath_var=LIBRARY_PATH
|
cannam@140
|
2341 ;;
|
cannam@140
|
2342
|
cannam@140
|
2343 bsdi[[45]]*)
|
cannam@140
|
2344 version_type=linux # correct to gnu/linux during the next big refactor
|
cannam@140
|
2345 need_version=no
|
cannam@140
|
2346 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@140
|
2347 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2348 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
|
cannam@140
|
2349 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2350 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
|
cannam@140
|
2351 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
|
cannam@140
|
2352 # the default ld.so.conf also contains /usr/contrib/lib and
|
cannam@140
|
2353 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
|
cannam@140
|
2354 # libtool to hard-code these into programs
|
cannam@140
|
2355 ;;
|
cannam@140
|
2356
|
cannam@140
|
2357 cygwin* | mingw* | pw32* | cegcc*)
|
cannam@140
|
2358 version_type=windows
|
cannam@140
|
2359 shrext_cmds=".dll"
|
cannam@140
|
2360 need_version=no
|
cannam@140
|
2361 need_lib_prefix=no
|
cannam@140
|
2362
|
cannam@140
|
2363 case $GCC,$cc_basename in
|
cannam@140
|
2364 yes,*)
|
cannam@140
|
2365 # gcc
|
cannam@140
|
2366 library_names_spec='$libname.dll.a'
|
cannam@140
|
2367 # DLL is installed to $(libdir)/../bin by postinstall_cmds
|
cannam@140
|
2368 postinstall_cmds='base_file=`basename \${file}`~
|
cannam@140
|
2369 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
|
cannam@140
|
2370 dldir=$destdir/`dirname \$dlpath`~
|
cannam@140
|
2371 test -d \$dldir || mkdir -p \$dldir~
|
cannam@140
|
2372 $install_prog $dir/$dlname \$dldir/$dlname~
|
cannam@140
|
2373 chmod a+x \$dldir/$dlname~
|
cannam@140
|
2374 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
|
cannam@140
|
2375 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
|
cannam@140
|
2376 fi'
|
cannam@140
|
2377 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
|
cannam@140
|
2378 dlpath=$dir/\$dldll~
|
cannam@140
|
2379 $RM \$dlpath'
|
cannam@140
|
2380 shlibpath_overrides_runpath=yes
|
cannam@140
|
2381
|
cannam@140
|
2382 case $host_os in
|
cannam@140
|
2383 cygwin*)
|
cannam@140
|
2384 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
|
cannam@140
|
2385 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
|
cannam@140
|
2386 m4_if([$1], [],[
|
cannam@140
|
2387 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
|
cannam@140
|
2388 ;;
|
cannam@140
|
2389 mingw* | cegcc*)
|
cannam@140
|
2390 # MinGW DLLs use traditional 'lib' prefix
|
cannam@140
|
2391 soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
|
cannam@140
|
2392 ;;
|
cannam@140
|
2393 pw32*)
|
cannam@140
|
2394 # pw32 DLLs use 'pw' prefix rather than 'lib'
|
cannam@140
|
2395 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
|
cannam@140
|
2396 ;;
|
cannam@140
|
2397 esac
|
cannam@140
|
2398 dynamic_linker='Win32 ld.exe'
|
cannam@140
|
2399 ;;
|
cannam@140
|
2400
|
cannam@140
|
2401 *,cl*)
|
cannam@140
|
2402 # Native MSVC
|
cannam@140
|
2403 libname_spec='$name'
|
cannam@140
|
2404 soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
|
cannam@140
|
2405 library_names_spec='${libname}.dll.lib'
|
cannam@140
|
2406
|
cannam@140
|
2407 case $build_os in
|
cannam@140
|
2408 mingw*)
|
cannam@140
|
2409 sys_lib_search_path_spec=
|
cannam@140
|
2410 lt_save_ifs=$IFS
|
cannam@140
|
2411 IFS=';'
|
cannam@140
|
2412 for lt_path in $LIB
|
cannam@140
|
2413 do
|
cannam@140
|
2414 IFS=$lt_save_ifs
|
cannam@140
|
2415 # Let DOS variable expansion print the short 8.3 style file name.
|
cannam@140
|
2416 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
|
cannam@140
|
2417 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
|
cannam@140
|
2418 done
|
cannam@140
|
2419 IFS=$lt_save_ifs
|
cannam@140
|
2420 # Convert to MSYS style.
|
cannam@140
|
2421 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
|
cannam@140
|
2422 ;;
|
cannam@140
|
2423 cygwin*)
|
cannam@140
|
2424 # Convert to unix form, then to dos form, then back to unix form
|
cannam@140
|
2425 # but this time dos style (no spaces!) so that the unix form looks
|
cannam@140
|
2426 # like /cygdrive/c/PROGRA~1:/cygdr...
|
cannam@140
|
2427 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
|
cannam@140
|
2428 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
|
cannam@140
|
2429 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
|
cannam@140
|
2430 ;;
|
cannam@140
|
2431 *)
|
cannam@140
|
2432 sys_lib_search_path_spec="$LIB"
|
cannam@140
|
2433 if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
|
cannam@140
|
2434 # It is most probably a Windows format PATH.
|
cannam@140
|
2435 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
|
cannam@140
|
2436 else
|
cannam@140
|
2437 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
|
cannam@140
|
2438 fi
|
cannam@140
|
2439 # FIXME: find the short name or the path components, as spaces are
|
cannam@140
|
2440 # common. (e.g. "Program Files" -> "PROGRA~1")
|
cannam@140
|
2441 ;;
|
cannam@140
|
2442 esac
|
cannam@140
|
2443
|
cannam@140
|
2444 # DLL is installed to $(libdir)/../bin by postinstall_cmds
|
cannam@140
|
2445 postinstall_cmds='base_file=`basename \${file}`~
|
cannam@140
|
2446 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
|
cannam@140
|
2447 dldir=$destdir/`dirname \$dlpath`~
|
cannam@140
|
2448 test -d \$dldir || mkdir -p \$dldir~
|
cannam@140
|
2449 $install_prog $dir/$dlname \$dldir/$dlname'
|
cannam@140
|
2450 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
|
cannam@140
|
2451 dlpath=$dir/\$dldll~
|
cannam@140
|
2452 $RM \$dlpath'
|
cannam@140
|
2453 shlibpath_overrides_runpath=yes
|
cannam@140
|
2454 dynamic_linker='Win32 link.exe'
|
cannam@140
|
2455 ;;
|
cannam@140
|
2456
|
cannam@140
|
2457 *)
|
cannam@140
|
2458 # Assume MSVC wrapper
|
cannam@140
|
2459 library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
|
cannam@140
|
2460 dynamic_linker='Win32 ld.exe'
|
cannam@140
|
2461 ;;
|
cannam@140
|
2462 esac
|
cannam@140
|
2463 # FIXME: first we should search . and the directory the executable is in
|
cannam@140
|
2464 shlibpath_var=PATH
|
cannam@140
|
2465 ;;
|
cannam@140
|
2466
|
cannam@140
|
2467 darwin* | rhapsody*)
|
cannam@140
|
2468 dynamic_linker="$host_os dyld"
|
cannam@140
|
2469 version_type=darwin
|
cannam@140
|
2470 need_lib_prefix=no
|
cannam@140
|
2471 need_version=no
|
cannam@140
|
2472 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
|
cannam@140
|
2473 soname_spec='${libname}${release}${major}$shared_ext'
|
cannam@140
|
2474 shlibpath_overrides_runpath=yes
|
cannam@140
|
2475 shlibpath_var=DYLD_LIBRARY_PATH
|
cannam@140
|
2476 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
|
cannam@140
|
2477 m4_if([$1], [],[
|
cannam@140
|
2478 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
|
cannam@140
|
2479 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
|
cannam@140
|
2480 ;;
|
cannam@140
|
2481
|
cannam@140
|
2482 dgux*)
|
cannam@140
|
2483 version_type=linux # correct to gnu/linux during the next big refactor
|
cannam@140
|
2484 need_lib_prefix=no
|
cannam@140
|
2485 need_version=no
|
cannam@140
|
2486 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
|
cannam@140
|
2487 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2488 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2489 ;;
|
cannam@140
|
2490
|
cannam@140
|
2491 freebsd* | dragonfly*)
|
cannam@140
|
2492 # DragonFly does not have aout. When/if they implement a new
|
cannam@140
|
2493 # versioning mechanism, adjust this.
|
cannam@140
|
2494 if test -x /usr/bin/objformat; then
|
cannam@140
|
2495 objformat=`/usr/bin/objformat`
|
cannam@140
|
2496 else
|
cannam@140
|
2497 case $host_os in
|
cannam@140
|
2498 freebsd[[23]].*) objformat=aout ;;
|
cannam@140
|
2499 *) objformat=elf ;;
|
cannam@140
|
2500 esac
|
cannam@140
|
2501 fi
|
cannam@140
|
2502 version_type=freebsd-$objformat
|
cannam@140
|
2503 case $version_type in
|
cannam@140
|
2504 freebsd-elf*)
|
cannam@140
|
2505 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
|
cannam@140
|
2506 need_version=no
|
cannam@140
|
2507 need_lib_prefix=no
|
cannam@140
|
2508 ;;
|
cannam@140
|
2509 freebsd-*)
|
cannam@140
|
2510 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
|
cannam@140
|
2511 need_version=yes
|
cannam@140
|
2512 ;;
|
cannam@140
|
2513 esac
|
cannam@140
|
2514 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2515 case $host_os in
|
cannam@140
|
2516 freebsd2.*)
|
cannam@140
|
2517 shlibpath_overrides_runpath=yes
|
cannam@140
|
2518 ;;
|
cannam@140
|
2519 freebsd3.[[01]]* | freebsdelf3.[[01]]*)
|
cannam@140
|
2520 shlibpath_overrides_runpath=yes
|
cannam@140
|
2521 hardcode_into_libs=yes
|
cannam@140
|
2522 ;;
|
cannam@140
|
2523 freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
|
cannam@140
|
2524 freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
|
cannam@140
|
2525 shlibpath_overrides_runpath=no
|
cannam@140
|
2526 hardcode_into_libs=yes
|
cannam@140
|
2527 ;;
|
cannam@140
|
2528 *) # from 4.6 on, and DragonFly
|
cannam@140
|
2529 shlibpath_overrides_runpath=yes
|
cannam@140
|
2530 hardcode_into_libs=yes
|
cannam@140
|
2531 ;;
|
cannam@140
|
2532 esac
|
cannam@140
|
2533 ;;
|
cannam@140
|
2534
|
cannam@140
|
2535 haiku*)
|
cannam@140
|
2536 version_type=linux # correct to gnu/linux during the next big refactor
|
cannam@140
|
2537 need_lib_prefix=no
|
cannam@140
|
2538 need_version=no
|
cannam@140
|
2539 dynamic_linker="$host_os runtime_loader"
|
cannam@140
|
2540 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
|
cannam@140
|
2541 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2542 shlibpath_var=LIBRARY_PATH
|
cannam@140
|
2543 shlibpath_overrides_runpath=yes
|
cannam@140
|
2544 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
|
cannam@140
|
2545 hardcode_into_libs=yes
|
cannam@140
|
2546 ;;
|
cannam@140
|
2547
|
cannam@140
|
2548 hpux9* | hpux10* | hpux11*)
|
cannam@140
|
2549 # Give a soname corresponding to the major version so that dld.sl refuses to
|
cannam@140
|
2550 # link against other versions.
|
cannam@140
|
2551 version_type=sunos
|
cannam@140
|
2552 need_lib_prefix=no
|
cannam@140
|
2553 need_version=no
|
cannam@140
|
2554 case $host_cpu in
|
cannam@140
|
2555 ia64*)
|
cannam@140
|
2556 shrext_cmds='.so'
|
cannam@140
|
2557 hardcode_into_libs=yes
|
cannam@140
|
2558 dynamic_linker="$host_os dld.so"
|
cannam@140
|
2559 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2560 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
|
cannam@140
|
2561 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@140
|
2562 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2563 if test "X$HPUX_IA64_MODE" = X32; then
|
cannam@140
|
2564 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
|
cannam@140
|
2565 else
|
cannam@140
|
2566 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
|
cannam@140
|
2567 fi
|
cannam@140
|
2568 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
cannam@140
|
2569 ;;
|
cannam@140
|
2570 hppa*64*)
|
cannam@140
|
2571 shrext_cmds='.sl'
|
cannam@140
|
2572 hardcode_into_libs=yes
|
cannam@140
|
2573 dynamic_linker="$host_os dld.sl"
|
cannam@140
|
2574 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
|
cannam@140
|
2575 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
|
cannam@140
|
2576 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@140
|
2577 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2578 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
|
cannam@140
|
2579 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
cannam@140
|
2580 ;;
|
cannam@140
|
2581 *)
|
cannam@140
|
2582 shrext_cmds='.sl'
|
cannam@140
|
2583 dynamic_linker="$host_os dld.sl"
|
cannam@140
|
2584 shlibpath_var=SHLIB_PATH
|
cannam@140
|
2585 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
|
cannam@140
|
2586 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@140
|
2587 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2588 ;;
|
cannam@140
|
2589 esac
|
cannam@140
|
2590 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
|
cannam@140
|
2591 postinstall_cmds='chmod 555 $lib'
|
cannam@140
|
2592 # or fails outright, so override atomically:
|
cannam@140
|
2593 install_override_mode=555
|
cannam@140
|
2594 ;;
|
cannam@140
|
2595
|
cannam@140
|
2596 interix[[3-9]]*)
|
cannam@140
|
2597 version_type=linux # correct to gnu/linux during the next big refactor
|
cannam@140
|
2598 need_lib_prefix=no
|
cannam@140
|
2599 need_version=no
|
cannam@140
|
2600 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
cannam@140
|
2601 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2602 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
|
cannam@140
|
2603 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2604 shlibpath_overrides_runpath=no
|
cannam@140
|
2605 hardcode_into_libs=yes
|
cannam@140
|
2606 ;;
|
cannam@140
|
2607
|
cannam@140
|
2608 irix5* | irix6* | nonstopux*)
|
cannam@140
|
2609 case $host_os in
|
cannam@140
|
2610 nonstopux*) version_type=nonstopux ;;
|
cannam@140
|
2611 *)
|
cannam@140
|
2612 if test "$lt_cv_prog_gnu_ld" = yes; then
|
cannam@140
|
2613 version_type=linux # correct to gnu/linux during the next big refactor
|
cannam@140
|
2614 else
|
cannam@140
|
2615 version_type=irix
|
cannam@140
|
2616 fi ;;
|
cannam@140
|
2617 esac
|
cannam@140
|
2618 need_lib_prefix=no
|
cannam@140
|
2619 need_version=no
|
cannam@140
|
2620 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2621 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
|
cannam@140
|
2622 case $host_os in
|
cannam@140
|
2623 irix5* | nonstopux*)
|
cannam@140
|
2624 libsuff= shlibsuff=
|
cannam@140
|
2625 ;;
|
cannam@140
|
2626 *)
|
cannam@140
|
2627 case $LD in # libtool.m4 will add one of these switches to LD
|
cannam@140
|
2628 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
|
cannam@140
|
2629 libsuff= shlibsuff= libmagic=32-bit;;
|
cannam@140
|
2630 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
|
cannam@140
|
2631 libsuff=32 shlibsuff=N32 libmagic=N32;;
|
cannam@140
|
2632 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
|
cannam@140
|
2633 libsuff=64 shlibsuff=64 libmagic=64-bit;;
|
cannam@140
|
2634 *) libsuff= shlibsuff= libmagic=never-match;;
|
cannam@140
|
2635 esac
|
cannam@140
|
2636 ;;
|
cannam@140
|
2637 esac
|
cannam@140
|
2638 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
|
cannam@140
|
2639 shlibpath_overrides_runpath=no
|
cannam@140
|
2640 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
|
cannam@140
|
2641 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
|
cannam@140
|
2642 hardcode_into_libs=yes
|
cannam@140
|
2643 ;;
|
cannam@140
|
2644
|
cannam@140
|
2645 # No shared lib support for Linux oldld, aout, or coff.
|
cannam@140
|
2646 linux*oldld* | linux*aout* | linux*coff*)
|
cannam@140
|
2647 dynamic_linker=no
|
cannam@140
|
2648 ;;
|
cannam@140
|
2649
|
cannam@140
|
2650 # This must be glibc/ELF.
|
cannam@140
|
2651 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
|
cannam@140
|
2652 version_type=linux # correct to gnu/linux during the next big refactor
|
cannam@140
|
2653 need_lib_prefix=no
|
cannam@140
|
2654 need_version=no
|
cannam@140
|
2655 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@140
|
2656 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2657 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
|
cannam@140
|
2658 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2659 shlibpath_overrides_runpath=no
|
cannam@140
|
2660
|
cannam@140
|
2661 # Some binutils ld are patched to set DT_RUNPATH
|
cannam@140
|
2662 AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath],
|
cannam@140
|
2663 [lt_cv_shlibpath_overrides_runpath=no
|
cannam@140
|
2664 save_LDFLAGS=$LDFLAGS
|
cannam@140
|
2665 save_libdir=$libdir
|
cannam@140
|
2666 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
|
cannam@140
|
2667 LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
|
cannam@140
|
2668 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
|
cannam@140
|
2669 [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
|
cannam@140
|
2670 [lt_cv_shlibpath_overrides_runpath=yes])])
|
cannam@140
|
2671 LDFLAGS=$save_LDFLAGS
|
cannam@140
|
2672 libdir=$save_libdir
|
cannam@140
|
2673 ])
|
cannam@140
|
2674 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
|
cannam@140
|
2675
|
cannam@140
|
2676 # This implies no fast_install, which is unacceptable.
|
cannam@140
|
2677 # Some rework will be needed to allow for fast_install
|
cannam@140
|
2678 # before this can be enabled.
|
cannam@140
|
2679 hardcode_into_libs=yes
|
cannam@140
|
2680
|
cannam@140
|
2681 # Append ld.so.conf contents to the search path
|
cannam@140
|
2682 if test -f /etc/ld.so.conf; then
|
cannam@140
|
2683 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
|
cannam@140
|
2684 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
|
cannam@140
|
2685 fi
|
cannam@140
|
2686
|
cannam@140
|
2687 # We used to test for /lib/ld.so.1 and disable shared libraries on
|
cannam@140
|
2688 # powerpc, because MkLinux only supported shared libraries with the
|
cannam@140
|
2689 # GNU dynamic linker. Since this was broken with cross compilers,
|
cannam@140
|
2690 # most powerpc-linux boxes support dynamic linking these days and
|
cannam@140
|
2691 # people can always --disable-shared, the test was removed, and we
|
cannam@140
|
2692 # assume the GNU/Linux dynamic linker is in use.
|
cannam@140
|
2693 dynamic_linker='GNU/Linux ld.so'
|
cannam@140
|
2694 ;;
|
cannam@140
|
2695
|
cannam@140
|
2696 netbsdelf*-gnu)
|
cannam@140
|
2697 version_type=linux
|
cannam@140
|
2698 need_lib_prefix=no
|
cannam@140
|
2699 need_version=no
|
cannam@140
|
2700 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
cannam@140
|
2701 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2702 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2703 shlibpath_overrides_runpath=no
|
cannam@140
|
2704 hardcode_into_libs=yes
|
cannam@140
|
2705 dynamic_linker='NetBSD ld.elf_so'
|
cannam@140
|
2706 ;;
|
cannam@140
|
2707
|
cannam@140
|
2708 netbsd*)
|
cannam@140
|
2709 version_type=sunos
|
cannam@140
|
2710 need_lib_prefix=no
|
cannam@140
|
2711 need_version=no
|
cannam@140
|
2712 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
|
cannam@140
|
2713 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
cannam@140
|
2714 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
cannam@140
|
2715 dynamic_linker='NetBSD (a.out) ld.so'
|
cannam@140
|
2716 else
|
cannam@140
|
2717 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
cannam@140
|
2718 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2719 dynamic_linker='NetBSD ld.elf_so'
|
cannam@140
|
2720 fi
|
cannam@140
|
2721 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2722 shlibpath_overrides_runpath=yes
|
cannam@140
|
2723 hardcode_into_libs=yes
|
cannam@140
|
2724 ;;
|
cannam@140
|
2725
|
cannam@140
|
2726 newsos6)
|
cannam@140
|
2727 version_type=linux # correct to gnu/linux during the next big refactor
|
cannam@140
|
2728 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@140
|
2729 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2730 shlibpath_overrides_runpath=yes
|
cannam@140
|
2731 ;;
|
cannam@140
|
2732
|
cannam@140
|
2733 *nto* | *qnx*)
|
cannam@140
|
2734 version_type=qnx
|
cannam@140
|
2735 need_lib_prefix=no
|
cannam@140
|
2736 need_version=no
|
cannam@140
|
2737 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@140
|
2738 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2739 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2740 shlibpath_overrides_runpath=no
|
cannam@140
|
2741 hardcode_into_libs=yes
|
cannam@140
|
2742 dynamic_linker='ldqnx.so'
|
cannam@140
|
2743 ;;
|
cannam@140
|
2744
|
cannam@140
|
2745 openbsd*)
|
cannam@140
|
2746 version_type=sunos
|
cannam@140
|
2747 sys_lib_dlsearch_path_spec="/usr/lib"
|
cannam@140
|
2748 need_lib_prefix=no
|
cannam@140
|
2749 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
|
cannam@140
|
2750 case $host_os in
|
cannam@140
|
2751 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
|
cannam@140
|
2752 *) need_version=no ;;
|
cannam@140
|
2753 esac
|
cannam@140
|
2754 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
cannam@140
|
2755 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
cannam@140
|
2756 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2757 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
cannam@140
|
2758 case $host_os in
|
cannam@140
|
2759 openbsd2.[[89]] | openbsd2.[[89]].*)
|
cannam@140
|
2760 shlibpath_overrides_runpath=no
|
cannam@140
|
2761 ;;
|
cannam@140
|
2762 *)
|
cannam@140
|
2763 shlibpath_overrides_runpath=yes
|
cannam@140
|
2764 ;;
|
cannam@140
|
2765 esac
|
cannam@140
|
2766 else
|
cannam@140
|
2767 shlibpath_overrides_runpath=yes
|
cannam@140
|
2768 fi
|
cannam@140
|
2769 ;;
|
cannam@140
|
2770
|
cannam@140
|
2771 os2*)
|
cannam@140
|
2772 libname_spec='$name'
|
cannam@140
|
2773 shrext_cmds=".dll"
|
cannam@140
|
2774 need_lib_prefix=no
|
cannam@140
|
2775 library_names_spec='$libname${shared_ext} $libname.a'
|
cannam@140
|
2776 dynamic_linker='OS/2 ld.exe'
|
cannam@140
|
2777 shlibpath_var=LIBPATH
|
cannam@140
|
2778 ;;
|
cannam@140
|
2779
|
cannam@140
|
2780 osf3* | osf4* | osf5*)
|
cannam@140
|
2781 version_type=osf
|
cannam@140
|
2782 need_lib_prefix=no
|
cannam@140
|
2783 need_version=no
|
cannam@140
|
2784 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2785 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@140
|
2786 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2787 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
|
cannam@140
|
2788 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
|
cannam@140
|
2789 ;;
|
cannam@140
|
2790
|
cannam@140
|
2791 rdos*)
|
cannam@140
|
2792 dynamic_linker=no
|
cannam@140
|
2793 ;;
|
cannam@140
|
2794
|
cannam@140
|
2795 solaris*)
|
cannam@140
|
2796 version_type=linux # correct to gnu/linux during the next big refactor
|
cannam@140
|
2797 need_lib_prefix=no
|
cannam@140
|
2798 need_version=no
|
cannam@140
|
2799 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@140
|
2800 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2801 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2802 shlibpath_overrides_runpath=yes
|
cannam@140
|
2803 hardcode_into_libs=yes
|
cannam@140
|
2804 # ldd complains unless libraries are executable
|
cannam@140
|
2805 postinstall_cmds='chmod +x $lib'
|
cannam@140
|
2806 ;;
|
cannam@140
|
2807
|
cannam@140
|
2808 sunos4*)
|
cannam@140
|
2809 version_type=sunos
|
cannam@140
|
2810 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
cannam@140
|
2811 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
|
cannam@140
|
2812 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2813 shlibpath_overrides_runpath=yes
|
cannam@140
|
2814 if test "$with_gnu_ld" = yes; then
|
cannam@140
|
2815 need_lib_prefix=no
|
cannam@140
|
2816 fi
|
cannam@140
|
2817 need_version=yes
|
cannam@140
|
2818 ;;
|
cannam@140
|
2819
|
cannam@140
|
2820 sysv4 | sysv4.3*)
|
cannam@140
|
2821 version_type=linux # correct to gnu/linux during the next big refactor
|
cannam@140
|
2822 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@140
|
2823 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2824 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2825 case $host_vendor in
|
cannam@140
|
2826 sni)
|
cannam@140
|
2827 shlibpath_overrides_runpath=no
|
cannam@140
|
2828 need_lib_prefix=no
|
cannam@140
|
2829 runpath_var=LD_RUN_PATH
|
cannam@140
|
2830 ;;
|
cannam@140
|
2831 siemens)
|
cannam@140
|
2832 need_lib_prefix=no
|
cannam@140
|
2833 ;;
|
cannam@140
|
2834 motorola)
|
cannam@140
|
2835 need_lib_prefix=no
|
cannam@140
|
2836 need_version=no
|
cannam@140
|
2837 shlibpath_overrides_runpath=no
|
cannam@140
|
2838 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
|
cannam@140
|
2839 ;;
|
cannam@140
|
2840 esac
|
cannam@140
|
2841 ;;
|
cannam@140
|
2842
|
cannam@140
|
2843 sysv4*MP*)
|
cannam@140
|
2844 if test -d /usr/nec ;then
|
cannam@140
|
2845 version_type=linux # correct to gnu/linux during the next big refactor
|
cannam@140
|
2846 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
|
cannam@140
|
2847 soname_spec='$libname${shared_ext}.$major'
|
cannam@140
|
2848 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2849 fi
|
cannam@140
|
2850 ;;
|
cannam@140
|
2851
|
cannam@140
|
2852 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
|
cannam@140
|
2853 version_type=freebsd-elf
|
cannam@140
|
2854 need_lib_prefix=no
|
cannam@140
|
2855 need_version=no
|
cannam@140
|
2856 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
|
cannam@140
|
2857 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2858 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2859 shlibpath_overrides_runpath=yes
|
cannam@140
|
2860 hardcode_into_libs=yes
|
cannam@140
|
2861 if test "$with_gnu_ld" = yes; then
|
cannam@140
|
2862 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
|
cannam@140
|
2863 else
|
cannam@140
|
2864 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
|
cannam@140
|
2865 case $host_os in
|
cannam@140
|
2866 sco3.2v5*)
|
cannam@140
|
2867 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
|
cannam@140
|
2868 ;;
|
cannam@140
|
2869 esac
|
cannam@140
|
2870 fi
|
cannam@140
|
2871 sys_lib_dlsearch_path_spec='/usr/lib'
|
cannam@140
|
2872 ;;
|
cannam@140
|
2873
|
cannam@140
|
2874 tpf*)
|
cannam@140
|
2875 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
|
cannam@140
|
2876 version_type=linux # correct to gnu/linux during the next big refactor
|
cannam@140
|
2877 need_lib_prefix=no
|
cannam@140
|
2878 need_version=no
|
cannam@140
|
2879 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@140
|
2880 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2881 shlibpath_overrides_runpath=no
|
cannam@140
|
2882 hardcode_into_libs=yes
|
cannam@140
|
2883 ;;
|
cannam@140
|
2884
|
cannam@140
|
2885 uts4*)
|
cannam@140
|
2886 version_type=linux # correct to gnu/linux during the next big refactor
|
cannam@140
|
2887 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@140
|
2888 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@140
|
2889 shlibpath_var=LD_LIBRARY_PATH
|
cannam@140
|
2890 ;;
|
cannam@140
|
2891
|
cannam@140
|
2892 *)
|
cannam@140
|
2893 dynamic_linker=no
|
cannam@140
|
2894 ;;
|
cannam@140
|
2895 esac
|
cannam@140
|
2896 AC_MSG_RESULT([$dynamic_linker])
|
cannam@140
|
2897 test "$dynamic_linker" = no && can_build_shared=no
|
cannam@140
|
2898
|
cannam@140
|
2899 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
|
cannam@140
|
2900 if test "$GCC" = yes; then
|
cannam@140
|
2901 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
|
cannam@140
|
2902 fi
|
cannam@140
|
2903
|
cannam@140
|
2904 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
|
cannam@140
|
2905 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
|
cannam@140
|
2906 fi
|
cannam@140
|
2907 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
|
cannam@140
|
2908 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
|
cannam@140
|
2909 fi
|
cannam@140
|
2910
|
cannam@140
|
2911 _LT_DECL([], [variables_saved_for_relink], [1],
|
cannam@140
|
2912 [Variables whose values should be saved in libtool wrapper scripts and
|
cannam@140
|
2913 restored at link time])
|
cannam@140
|
2914 _LT_DECL([], [need_lib_prefix], [0],
|
cannam@140
|
2915 [Do we need the "lib" prefix for modules?])
|
cannam@140
|
2916 _LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
|
cannam@140
|
2917 _LT_DECL([], [version_type], [0], [Library versioning type])
|
cannam@140
|
2918 _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable])
|
cannam@140
|
2919 _LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
|
cannam@140
|
2920 _LT_DECL([], [shlibpath_overrides_runpath], [0],
|
cannam@140
|
2921 [Is shlibpath searched before the hard-coded library search path?])
|
cannam@140
|
2922 _LT_DECL([], [libname_spec], [1], [Format of library name prefix])
|
cannam@140
|
2923 _LT_DECL([], [library_names_spec], [1],
|
cannam@140
|
2924 [[List of archive names. First name is the real one, the rest are links.
|
cannam@140
|
2925 The last name is the one that the linker finds with -lNAME]])
|
cannam@140
|
2926 _LT_DECL([], [soname_spec], [1],
|
cannam@140
|
2927 [[The coded name of the library, if different from the real name]])
|
cannam@140
|
2928 _LT_DECL([], [install_override_mode], [1],
|
cannam@140
|
2929 [Permission mode override for installation of shared libraries])
|
cannam@140
|
2930 _LT_DECL([], [postinstall_cmds], [2],
|
cannam@140
|
2931 [Command to use after installation of a shared archive])
|
cannam@140
|
2932 _LT_DECL([], [postuninstall_cmds], [2],
|
cannam@140
|
2933 [Command to use after uninstallation of a shared archive])
|
cannam@140
|
2934 _LT_DECL([], [finish_cmds], [2],
|
cannam@140
|
2935 [Commands used to finish a libtool library installation in a directory])
|
cannam@140
|
2936 _LT_DECL([], [finish_eval], [1],
|
cannam@140
|
2937 [[As "finish_cmds", except a single script fragment to be evaled but
|
cannam@140
|
2938 not shown]])
|
cannam@140
|
2939 _LT_DECL([], [hardcode_into_libs], [0],
|
cannam@140
|
2940 [Whether we should hardcode library paths into libraries])
|
cannam@140
|
2941 _LT_DECL([], [sys_lib_search_path_spec], [2],
|
cannam@140
|
2942 [Compile-time system search path for libraries])
|
cannam@140
|
2943 _LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
|
cannam@140
|
2944 [Run-time system search path for libraries])
|
cannam@140
|
2945 ])# _LT_SYS_DYNAMIC_LINKER
|
cannam@140
|
2946
|
cannam@140
|
2947
|
cannam@140
|
2948 # _LT_PATH_TOOL_PREFIX(TOOL)
|
cannam@140
|
2949 # --------------------------
|
cannam@140
|
2950 # find a file program which can recognize shared library
|
cannam@140
|
2951 AC_DEFUN([_LT_PATH_TOOL_PREFIX],
|
cannam@140
|
2952 [m4_require([_LT_DECL_EGREP])dnl
|
cannam@140
|
2953 AC_MSG_CHECKING([for $1])
|
cannam@140
|
2954 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
|
cannam@140
|
2955 [case $MAGIC_CMD in
|
cannam@140
|
2956 [[\\/*] | ?:[\\/]*])
|
cannam@140
|
2957 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
|
cannam@140
|
2958 ;;
|
cannam@140
|
2959 *)
|
cannam@140
|
2960 lt_save_MAGIC_CMD="$MAGIC_CMD"
|
cannam@140
|
2961 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
cannam@140
|
2962 dnl $ac_dummy forces splitting on constant user-supplied paths.
|
cannam@140
|
2963 dnl POSIX.2 word splitting is done only on the output of word expansions,
|
cannam@140
|
2964 dnl not every word. This closes a longstanding sh security hole.
|
cannam@140
|
2965 ac_dummy="m4_if([$2], , $PATH, [$2])"
|
cannam@140
|
2966 for ac_dir in $ac_dummy; do
|
cannam@140
|
2967 IFS="$lt_save_ifs"
|
cannam@140
|
2968 test -z "$ac_dir" && ac_dir=.
|
cannam@140
|
2969 if test -f $ac_dir/$1; then
|
cannam@140
|
2970 lt_cv_path_MAGIC_CMD="$ac_dir/$1"
|
cannam@140
|
2971 if test -n "$file_magic_test_file"; then
|
cannam@140
|
2972 case $deplibs_check_method in
|
cannam@140
|
2973 "file_magic "*)
|
cannam@140
|
2974 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
|
cannam@140
|
2975 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
|
cannam@140
|
2976 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
|
cannam@140
|
2977 $EGREP "$file_magic_regex" > /dev/null; then
|
cannam@140
|
2978 :
|
cannam@140
|
2979 else
|
cannam@140
|
2980 cat <<_LT_EOF 1>&2
|
cannam@140
|
2981
|
cannam@140
|
2982 *** Warning: the command libtool uses to detect shared libraries,
|
cannam@140
|
2983 *** $file_magic_cmd, produces output that libtool cannot recognize.
|
cannam@140
|
2984 *** The result is that libtool may fail to recognize shared libraries
|
cannam@140
|
2985 *** as such. This will affect the creation of libtool libraries that
|
cannam@140
|
2986 *** depend on shared libraries, but programs linked with such libtool
|
cannam@140
|
2987 *** libraries will work regardless of this problem. Nevertheless, you
|
cannam@140
|
2988 *** may want to report the problem to your system manager and/or to
|
cannam@140
|
2989 *** bug-libtool@gnu.org
|
cannam@140
|
2990
|
cannam@140
|
2991 _LT_EOF
|
cannam@140
|
2992 fi ;;
|
cannam@140
|
2993 esac
|
cannam@140
|
2994 fi
|
cannam@140
|
2995 break
|
cannam@140
|
2996 fi
|
cannam@140
|
2997 done
|
cannam@140
|
2998 IFS="$lt_save_ifs"
|
cannam@140
|
2999 MAGIC_CMD="$lt_save_MAGIC_CMD"
|
cannam@140
|
3000 ;;
|
cannam@140
|
3001 esac])
|
cannam@140
|
3002 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
|
cannam@140
|
3003 if test -n "$MAGIC_CMD"; then
|
cannam@140
|
3004 AC_MSG_RESULT($MAGIC_CMD)
|
cannam@140
|
3005 else
|
cannam@140
|
3006 AC_MSG_RESULT(no)
|
cannam@140
|
3007 fi
|
cannam@140
|
3008 _LT_DECL([], [MAGIC_CMD], [0],
|
cannam@140
|
3009 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
|
cannam@140
|
3010 ])# _LT_PATH_TOOL_PREFIX
|
cannam@140
|
3011
|
cannam@140
|
3012 # Old name:
|
cannam@140
|
3013 AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
|
cannam@140
|
3014 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
3015 dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
|
cannam@140
|
3016
|
cannam@140
|
3017
|
cannam@140
|
3018 # _LT_PATH_MAGIC
|
cannam@140
|
3019 # --------------
|
cannam@140
|
3020 # find a file program which can recognize a shared library
|
cannam@140
|
3021 m4_defun([_LT_PATH_MAGIC],
|
cannam@140
|
3022 [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
|
cannam@140
|
3023 if test -z "$lt_cv_path_MAGIC_CMD"; then
|
cannam@140
|
3024 if test -n "$ac_tool_prefix"; then
|
cannam@140
|
3025 _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
|
cannam@140
|
3026 else
|
cannam@140
|
3027 MAGIC_CMD=:
|
cannam@140
|
3028 fi
|
cannam@140
|
3029 fi
|
cannam@140
|
3030 ])# _LT_PATH_MAGIC
|
cannam@140
|
3031
|
cannam@140
|
3032
|
cannam@140
|
3033 # LT_PATH_LD
|
cannam@140
|
3034 # ----------
|
cannam@140
|
3035 # find the pathname to the GNU or non-GNU linker
|
cannam@140
|
3036 AC_DEFUN([LT_PATH_LD],
|
cannam@140
|
3037 [AC_REQUIRE([AC_PROG_CC])dnl
|
cannam@140
|
3038 AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
cannam@140
|
3039 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
|
cannam@140
|
3040 m4_require([_LT_DECL_SED])dnl
|
cannam@140
|
3041 m4_require([_LT_DECL_EGREP])dnl
|
cannam@140
|
3042 m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
|
cannam@140
|
3043
|
cannam@140
|
3044 AC_ARG_WITH([gnu-ld],
|
cannam@140
|
3045 [AS_HELP_STRING([--with-gnu-ld],
|
cannam@140
|
3046 [assume the C compiler uses GNU ld @<:@default=no@:>@])],
|
cannam@140
|
3047 [test "$withval" = no || with_gnu_ld=yes],
|
cannam@140
|
3048 [with_gnu_ld=no])dnl
|
cannam@140
|
3049
|
cannam@140
|
3050 ac_prog=ld
|
cannam@140
|
3051 if test "$GCC" = yes; then
|
cannam@140
|
3052 # Check if gcc -print-prog-name=ld gives a path.
|
cannam@140
|
3053 AC_MSG_CHECKING([for ld used by $CC])
|
cannam@140
|
3054 case $host in
|
cannam@140
|
3055 *-*-mingw*)
|
cannam@140
|
3056 # gcc leaves a trailing carriage return which upsets mingw
|
cannam@140
|
3057 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
|
cannam@140
|
3058 *)
|
cannam@140
|
3059 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
|
cannam@140
|
3060 esac
|
cannam@140
|
3061 case $ac_prog in
|
cannam@140
|
3062 # Accept absolute paths.
|
cannam@140
|
3063 [[\\/]]* | ?:[[\\/]]*)
|
cannam@140
|
3064 re_direlt='/[[^/]][[^/]]*/\.\./'
|
cannam@140
|
3065 # Canonicalize the pathname of ld
|
cannam@140
|
3066 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
|
cannam@140
|
3067 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
|
cannam@140
|
3068 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
|
cannam@140
|
3069 done
|
cannam@140
|
3070 test -z "$LD" && LD="$ac_prog"
|
cannam@140
|
3071 ;;
|
cannam@140
|
3072 "")
|
cannam@140
|
3073 # If it fails, then pretend we aren't using GCC.
|
cannam@140
|
3074 ac_prog=ld
|
cannam@140
|
3075 ;;
|
cannam@140
|
3076 *)
|
cannam@140
|
3077 # If it is relative, then search for the first ld in PATH.
|
cannam@140
|
3078 with_gnu_ld=unknown
|
cannam@140
|
3079 ;;
|
cannam@140
|
3080 esac
|
cannam@140
|
3081 elif test "$with_gnu_ld" = yes; then
|
cannam@140
|
3082 AC_MSG_CHECKING([for GNU ld])
|
cannam@140
|
3083 else
|
cannam@140
|
3084 AC_MSG_CHECKING([for non-GNU ld])
|
cannam@140
|
3085 fi
|
cannam@140
|
3086 AC_CACHE_VAL(lt_cv_path_LD,
|
cannam@140
|
3087 [if test -z "$LD"; then
|
cannam@140
|
3088 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
cannam@140
|
3089 for ac_dir in $PATH; do
|
cannam@140
|
3090 IFS="$lt_save_ifs"
|
cannam@140
|
3091 test -z "$ac_dir" && ac_dir=.
|
cannam@140
|
3092 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
|
cannam@140
|
3093 lt_cv_path_LD="$ac_dir/$ac_prog"
|
cannam@140
|
3094 # Check to see if the program is GNU ld. I'd rather use --version,
|
cannam@140
|
3095 # but apparently some variants of GNU ld only accept -v.
|
cannam@140
|
3096 # Break only if it was the GNU/non-GNU ld that we prefer.
|
cannam@140
|
3097 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
|
cannam@140
|
3098 *GNU* | *'with BFD'*)
|
cannam@140
|
3099 test "$with_gnu_ld" != no && break
|
cannam@140
|
3100 ;;
|
cannam@140
|
3101 *)
|
cannam@140
|
3102 test "$with_gnu_ld" != yes && break
|
cannam@140
|
3103 ;;
|
cannam@140
|
3104 esac
|
cannam@140
|
3105 fi
|
cannam@140
|
3106 done
|
cannam@140
|
3107 IFS="$lt_save_ifs"
|
cannam@140
|
3108 else
|
cannam@140
|
3109 lt_cv_path_LD="$LD" # Let the user override the test with a path.
|
cannam@140
|
3110 fi])
|
cannam@140
|
3111 LD="$lt_cv_path_LD"
|
cannam@140
|
3112 if test -n "$LD"; then
|
cannam@140
|
3113 AC_MSG_RESULT($LD)
|
cannam@140
|
3114 else
|
cannam@140
|
3115 AC_MSG_RESULT(no)
|
cannam@140
|
3116 fi
|
cannam@140
|
3117 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
|
cannam@140
|
3118 _LT_PATH_LD_GNU
|
cannam@140
|
3119 AC_SUBST([LD])
|
cannam@140
|
3120
|
cannam@140
|
3121 _LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
|
cannam@140
|
3122 ])# LT_PATH_LD
|
cannam@140
|
3123
|
cannam@140
|
3124 # Old names:
|
cannam@140
|
3125 AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
|
cannam@140
|
3126 AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
|
cannam@140
|
3127 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
3128 dnl AC_DEFUN([AM_PROG_LD], [])
|
cannam@140
|
3129 dnl AC_DEFUN([AC_PROG_LD], [])
|
cannam@140
|
3130
|
cannam@140
|
3131
|
cannam@140
|
3132 # _LT_PATH_LD_GNU
|
cannam@140
|
3133 #- --------------
|
cannam@140
|
3134 m4_defun([_LT_PATH_LD_GNU],
|
cannam@140
|
3135 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
|
cannam@140
|
3136 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
|
cannam@140
|
3137 case `$LD -v 2>&1 </dev/null` in
|
cannam@140
|
3138 *GNU* | *'with BFD'*)
|
cannam@140
|
3139 lt_cv_prog_gnu_ld=yes
|
cannam@140
|
3140 ;;
|
cannam@140
|
3141 *)
|
cannam@140
|
3142 lt_cv_prog_gnu_ld=no
|
cannam@140
|
3143 ;;
|
cannam@140
|
3144 esac])
|
cannam@140
|
3145 with_gnu_ld=$lt_cv_prog_gnu_ld
|
cannam@140
|
3146 ])# _LT_PATH_LD_GNU
|
cannam@140
|
3147
|
cannam@140
|
3148
|
cannam@140
|
3149 # _LT_CMD_RELOAD
|
cannam@140
|
3150 # --------------
|
cannam@140
|
3151 # find reload flag for linker
|
cannam@140
|
3152 # -- PORTME Some linkers may need a different reload flag.
|
cannam@140
|
3153 m4_defun([_LT_CMD_RELOAD],
|
cannam@140
|
3154 [AC_CACHE_CHECK([for $LD option to reload object files],
|
cannam@140
|
3155 lt_cv_ld_reload_flag,
|
cannam@140
|
3156 [lt_cv_ld_reload_flag='-r'])
|
cannam@140
|
3157 reload_flag=$lt_cv_ld_reload_flag
|
cannam@140
|
3158 case $reload_flag in
|
cannam@140
|
3159 "" | " "*) ;;
|
cannam@140
|
3160 *) reload_flag=" $reload_flag" ;;
|
cannam@140
|
3161 esac
|
cannam@140
|
3162 reload_cmds='$LD$reload_flag -o $output$reload_objs'
|
cannam@140
|
3163 case $host_os in
|
cannam@140
|
3164 cygwin* | mingw* | pw32* | cegcc*)
|
cannam@140
|
3165 if test "$GCC" != yes; then
|
cannam@140
|
3166 reload_cmds=false
|
cannam@140
|
3167 fi
|
cannam@140
|
3168 ;;
|
cannam@140
|
3169 darwin*)
|
cannam@140
|
3170 if test "$GCC" = yes; then
|
cannam@140
|
3171 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
|
cannam@140
|
3172 else
|
cannam@140
|
3173 reload_cmds='$LD$reload_flag -o $output$reload_objs'
|
cannam@140
|
3174 fi
|
cannam@140
|
3175 ;;
|
cannam@140
|
3176 esac
|
cannam@140
|
3177 _LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl
|
cannam@140
|
3178 _LT_TAGDECL([], [reload_cmds], [2])dnl
|
cannam@140
|
3179 ])# _LT_CMD_RELOAD
|
cannam@140
|
3180
|
cannam@140
|
3181
|
cannam@140
|
3182 # _LT_CHECK_MAGIC_METHOD
|
cannam@140
|
3183 # ----------------------
|
cannam@140
|
3184 # how to check for library dependencies
|
cannam@140
|
3185 # -- PORTME fill in with the dynamic library characteristics
|
cannam@140
|
3186 m4_defun([_LT_CHECK_MAGIC_METHOD],
|
cannam@140
|
3187 [m4_require([_LT_DECL_EGREP])
|
cannam@140
|
3188 m4_require([_LT_DECL_OBJDUMP])
|
cannam@140
|
3189 AC_CACHE_CHECK([how to recognize dependent libraries],
|
cannam@140
|
3190 lt_cv_deplibs_check_method,
|
cannam@140
|
3191 [lt_cv_file_magic_cmd='$MAGIC_CMD'
|
cannam@140
|
3192 lt_cv_file_magic_test_file=
|
cannam@140
|
3193 lt_cv_deplibs_check_method='unknown'
|
cannam@140
|
3194 # Need to set the preceding variable on all platforms that support
|
cannam@140
|
3195 # interlibrary dependencies.
|
cannam@140
|
3196 # 'none' -- dependencies not supported.
|
cannam@140
|
3197 # `unknown' -- same as none, but documents that we really don't know.
|
cannam@140
|
3198 # 'pass_all' -- all dependencies passed with no checks.
|
cannam@140
|
3199 # 'test_compile' -- check by making test program.
|
cannam@140
|
3200 # 'file_magic [[regex]]' -- check by looking for files in library path
|
cannam@140
|
3201 # which responds to the $file_magic_cmd with a given extended regex.
|
cannam@140
|
3202 # If you have `file' or equivalent on your system and you're not sure
|
cannam@140
|
3203 # whether `pass_all' will *always* work, you probably want this one.
|
cannam@140
|
3204
|
cannam@140
|
3205 case $host_os in
|
cannam@140
|
3206 aix[[4-9]]*)
|
cannam@140
|
3207 lt_cv_deplibs_check_method=pass_all
|
cannam@140
|
3208 ;;
|
cannam@140
|
3209
|
cannam@140
|
3210 beos*)
|
cannam@140
|
3211 lt_cv_deplibs_check_method=pass_all
|
cannam@140
|
3212 ;;
|
cannam@140
|
3213
|
cannam@140
|
3214 bsdi[[45]]*)
|
cannam@140
|
3215 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
|
cannam@140
|
3216 lt_cv_file_magic_cmd='/usr/bin/file -L'
|
cannam@140
|
3217 lt_cv_file_magic_test_file=/shlib/libc.so
|
cannam@140
|
3218 ;;
|
cannam@140
|
3219
|
cannam@140
|
3220 cygwin*)
|
cannam@140
|
3221 # func_win32_libid is a shell function defined in ltmain.sh
|
cannam@140
|
3222 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
cannam@140
|
3223 lt_cv_file_magic_cmd='func_win32_libid'
|
cannam@140
|
3224 ;;
|
cannam@140
|
3225
|
cannam@140
|
3226 mingw* | pw32*)
|
cannam@140
|
3227 # Base MSYS/MinGW do not provide the 'file' command needed by
|
cannam@140
|
3228 # func_win32_libid shell function, so use a weaker test based on 'objdump',
|
cannam@140
|
3229 # unless we find 'file', for example because we are cross-compiling.
|
cannam@140
|
3230 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
|
cannam@140
|
3231 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
|
cannam@140
|
3232 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
cannam@140
|
3233 lt_cv_file_magic_cmd='func_win32_libid'
|
cannam@140
|
3234 else
|
cannam@140
|
3235 # Keep this pattern in sync with the one in func_win32_libid.
|
cannam@140
|
3236 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
|
cannam@140
|
3237 lt_cv_file_magic_cmd='$OBJDUMP -f'
|
cannam@140
|
3238 fi
|
cannam@140
|
3239 ;;
|
cannam@140
|
3240
|
cannam@140
|
3241 cegcc*)
|
cannam@140
|
3242 # use the weaker test based on 'objdump'. See mingw*.
|
cannam@140
|
3243 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
|
cannam@140
|
3244 lt_cv_file_magic_cmd='$OBJDUMP -f'
|
cannam@140
|
3245 ;;
|
cannam@140
|
3246
|
cannam@140
|
3247 darwin* | rhapsody*)
|
cannam@140
|
3248 lt_cv_deplibs_check_method=pass_all
|
cannam@140
|
3249 ;;
|
cannam@140
|
3250
|
cannam@140
|
3251 freebsd* | dragonfly*)
|
cannam@140
|
3252 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
|
cannam@140
|
3253 case $host_cpu in
|
cannam@140
|
3254 i*86 )
|
cannam@140
|
3255 # Not sure whether the presence of OpenBSD here was a mistake.
|
cannam@140
|
3256 # Let's accept both of them until this is cleared up.
|
cannam@140
|
3257 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
|
cannam@140
|
3258 lt_cv_file_magic_cmd=/usr/bin/file
|
cannam@140
|
3259 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
|
cannam@140
|
3260 ;;
|
cannam@140
|
3261 esac
|
cannam@140
|
3262 else
|
cannam@140
|
3263 lt_cv_deplibs_check_method=pass_all
|
cannam@140
|
3264 fi
|
cannam@140
|
3265 ;;
|
cannam@140
|
3266
|
cannam@140
|
3267 haiku*)
|
cannam@140
|
3268 lt_cv_deplibs_check_method=pass_all
|
cannam@140
|
3269 ;;
|
cannam@140
|
3270
|
cannam@140
|
3271 hpux10.20* | hpux11*)
|
cannam@140
|
3272 lt_cv_file_magic_cmd=/usr/bin/file
|
cannam@140
|
3273 case $host_cpu in
|
cannam@140
|
3274 ia64*)
|
cannam@140
|
3275 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
|
cannam@140
|
3276 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
|
cannam@140
|
3277 ;;
|
cannam@140
|
3278 hppa*64*)
|
cannam@140
|
3279 [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]']
|
cannam@140
|
3280 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
|
cannam@140
|
3281 ;;
|
cannam@140
|
3282 *)
|
cannam@140
|
3283 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library'
|
cannam@140
|
3284 lt_cv_file_magic_test_file=/usr/lib/libc.sl
|
cannam@140
|
3285 ;;
|
cannam@140
|
3286 esac
|
cannam@140
|
3287 ;;
|
cannam@140
|
3288
|
cannam@140
|
3289 interix[[3-9]]*)
|
cannam@140
|
3290 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
|
cannam@140
|
3291 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
|
cannam@140
|
3292 ;;
|
cannam@140
|
3293
|
cannam@140
|
3294 irix5* | irix6* | nonstopux*)
|
cannam@140
|
3295 case $LD in
|
cannam@140
|
3296 *-32|*"-32 ") libmagic=32-bit;;
|
cannam@140
|
3297 *-n32|*"-n32 ") libmagic=N32;;
|
cannam@140
|
3298 *-64|*"-64 ") libmagic=64-bit;;
|
cannam@140
|
3299 *) libmagic=never-match;;
|
cannam@140
|
3300 esac
|
cannam@140
|
3301 lt_cv_deplibs_check_method=pass_all
|
cannam@140
|
3302 ;;
|
cannam@140
|
3303
|
cannam@140
|
3304 # This must be glibc/ELF.
|
cannam@140
|
3305 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
|
cannam@140
|
3306 lt_cv_deplibs_check_method=pass_all
|
cannam@140
|
3307 ;;
|
cannam@140
|
3308
|
cannam@140
|
3309 netbsd* | netbsdelf*-gnu)
|
cannam@140
|
3310 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
|
cannam@140
|
3311 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
|
cannam@140
|
3312 else
|
cannam@140
|
3313 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
|
cannam@140
|
3314 fi
|
cannam@140
|
3315 ;;
|
cannam@140
|
3316
|
cannam@140
|
3317 newos6*)
|
cannam@140
|
3318 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
|
cannam@140
|
3319 lt_cv_file_magic_cmd=/usr/bin/file
|
cannam@140
|
3320 lt_cv_file_magic_test_file=/usr/lib/libnls.so
|
cannam@140
|
3321 ;;
|
cannam@140
|
3322
|
cannam@140
|
3323 *nto* | *qnx*)
|
cannam@140
|
3324 lt_cv_deplibs_check_method=pass_all
|
cannam@140
|
3325 ;;
|
cannam@140
|
3326
|
cannam@140
|
3327 openbsd*)
|
cannam@140
|
3328 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
cannam@140
|
3329 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
|
cannam@140
|
3330 else
|
cannam@140
|
3331 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
|
cannam@140
|
3332 fi
|
cannam@140
|
3333 ;;
|
cannam@140
|
3334
|
cannam@140
|
3335 osf3* | osf4* | osf5*)
|
cannam@140
|
3336 lt_cv_deplibs_check_method=pass_all
|
cannam@140
|
3337 ;;
|
cannam@140
|
3338
|
cannam@140
|
3339 rdos*)
|
cannam@140
|
3340 lt_cv_deplibs_check_method=pass_all
|
cannam@140
|
3341 ;;
|
cannam@140
|
3342
|
cannam@140
|
3343 solaris*)
|
cannam@140
|
3344 lt_cv_deplibs_check_method=pass_all
|
cannam@140
|
3345 ;;
|
cannam@140
|
3346
|
cannam@140
|
3347 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
|
cannam@140
|
3348 lt_cv_deplibs_check_method=pass_all
|
cannam@140
|
3349 ;;
|
cannam@140
|
3350
|
cannam@140
|
3351 sysv4 | sysv4.3*)
|
cannam@140
|
3352 case $host_vendor in
|
cannam@140
|
3353 motorola)
|
cannam@140
|
3354 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
|
cannam@140
|
3355 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
|
cannam@140
|
3356 ;;
|
cannam@140
|
3357 ncr)
|
cannam@140
|
3358 lt_cv_deplibs_check_method=pass_all
|
cannam@140
|
3359 ;;
|
cannam@140
|
3360 sequent)
|
cannam@140
|
3361 lt_cv_file_magic_cmd='/bin/file'
|
cannam@140
|
3362 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
|
cannam@140
|
3363 ;;
|
cannam@140
|
3364 sni)
|
cannam@140
|
3365 lt_cv_file_magic_cmd='/bin/file'
|
cannam@140
|
3366 lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
|
cannam@140
|
3367 lt_cv_file_magic_test_file=/lib/libc.so
|
cannam@140
|
3368 ;;
|
cannam@140
|
3369 siemens)
|
cannam@140
|
3370 lt_cv_deplibs_check_method=pass_all
|
cannam@140
|
3371 ;;
|
cannam@140
|
3372 pc)
|
cannam@140
|
3373 lt_cv_deplibs_check_method=pass_all
|
cannam@140
|
3374 ;;
|
cannam@140
|
3375 esac
|
cannam@140
|
3376 ;;
|
cannam@140
|
3377
|
cannam@140
|
3378 tpf*)
|
cannam@140
|
3379 lt_cv_deplibs_check_method=pass_all
|
cannam@140
|
3380 ;;
|
cannam@140
|
3381 esac
|
cannam@140
|
3382 ])
|
cannam@140
|
3383
|
cannam@140
|
3384 file_magic_glob=
|
cannam@140
|
3385 want_nocaseglob=no
|
cannam@140
|
3386 if test "$build" = "$host"; then
|
cannam@140
|
3387 case $host_os in
|
cannam@140
|
3388 mingw* | pw32*)
|
cannam@140
|
3389 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
|
cannam@140
|
3390 want_nocaseglob=yes
|
cannam@140
|
3391 else
|
cannam@140
|
3392 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
|
cannam@140
|
3393 fi
|
cannam@140
|
3394 ;;
|
cannam@140
|
3395 esac
|
cannam@140
|
3396 fi
|
cannam@140
|
3397
|
cannam@140
|
3398 file_magic_cmd=$lt_cv_file_magic_cmd
|
cannam@140
|
3399 deplibs_check_method=$lt_cv_deplibs_check_method
|
cannam@140
|
3400 test -z "$deplibs_check_method" && deplibs_check_method=unknown
|
cannam@140
|
3401
|
cannam@140
|
3402 _LT_DECL([], [deplibs_check_method], [1],
|
cannam@140
|
3403 [Method to check whether dependent libraries are shared objects])
|
cannam@140
|
3404 _LT_DECL([], [file_magic_cmd], [1],
|
cannam@140
|
3405 [Command to use when deplibs_check_method = "file_magic"])
|
cannam@140
|
3406 _LT_DECL([], [file_magic_glob], [1],
|
cannam@140
|
3407 [How to find potential files when deplibs_check_method = "file_magic"])
|
cannam@140
|
3408 _LT_DECL([], [want_nocaseglob], [1],
|
cannam@140
|
3409 [Find potential files using nocaseglob when deplibs_check_method = "file_magic"])
|
cannam@140
|
3410 ])# _LT_CHECK_MAGIC_METHOD
|
cannam@140
|
3411
|
cannam@140
|
3412
|
cannam@140
|
3413 # LT_PATH_NM
|
cannam@140
|
3414 # ----------
|
cannam@140
|
3415 # find the pathname to a BSD- or MS-compatible name lister
|
cannam@140
|
3416 AC_DEFUN([LT_PATH_NM],
|
cannam@140
|
3417 [AC_REQUIRE([AC_PROG_CC])dnl
|
cannam@140
|
3418 AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
|
cannam@140
|
3419 [if test -n "$NM"; then
|
cannam@140
|
3420 # Let the user override the test.
|
cannam@140
|
3421 lt_cv_path_NM="$NM"
|
cannam@140
|
3422 else
|
cannam@140
|
3423 lt_nm_to_check="${ac_tool_prefix}nm"
|
cannam@140
|
3424 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
|
cannam@140
|
3425 lt_nm_to_check="$lt_nm_to_check nm"
|
cannam@140
|
3426 fi
|
cannam@140
|
3427 for lt_tmp_nm in $lt_nm_to_check; do
|
cannam@140
|
3428 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
cannam@140
|
3429 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
|
cannam@140
|
3430 IFS="$lt_save_ifs"
|
cannam@140
|
3431 test -z "$ac_dir" && ac_dir=.
|
cannam@140
|
3432 tmp_nm="$ac_dir/$lt_tmp_nm"
|
cannam@140
|
3433 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
|
cannam@140
|
3434 # Check to see if the nm accepts a BSD-compat flag.
|
cannam@140
|
3435 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
|
cannam@140
|
3436 # nm: unknown option "B" ignored
|
cannam@140
|
3437 # Tru64's nm complains that /dev/null is an invalid object file
|
cannam@140
|
3438 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
|
cannam@140
|
3439 */dev/null* | *'Invalid file or object type'*)
|
cannam@140
|
3440 lt_cv_path_NM="$tmp_nm -B"
|
cannam@140
|
3441 break
|
cannam@140
|
3442 ;;
|
cannam@140
|
3443 *)
|
cannam@140
|
3444 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
|
cannam@140
|
3445 */dev/null*)
|
cannam@140
|
3446 lt_cv_path_NM="$tmp_nm -p"
|
cannam@140
|
3447 break
|
cannam@140
|
3448 ;;
|
cannam@140
|
3449 *)
|
cannam@140
|
3450 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
|
cannam@140
|
3451 continue # so that we can try to find one that supports BSD flags
|
cannam@140
|
3452 ;;
|
cannam@140
|
3453 esac
|
cannam@140
|
3454 ;;
|
cannam@140
|
3455 esac
|
cannam@140
|
3456 fi
|
cannam@140
|
3457 done
|
cannam@140
|
3458 IFS="$lt_save_ifs"
|
cannam@140
|
3459 done
|
cannam@140
|
3460 : ${lt_cv_path_NM=no}
|
cannam@140
|
3461 fi])
|
cannam@140
|
3462 if test "$lt_cv_path_NM" != "no"; then
|
cannam@140
|
3463 NM="$lt_cv_path_NM"
|
cannam@140
|
3464 else
|
cannam@140
|
3465 # Didn't find any BSD compatible name lister, look for dumpbin.
|
cannam@140
|
3466 if test -n "$DUMPBIN"; then :
|
cannam@140
|
3467 # Let the user override the test.
|
cannam@140
|
3468 else
|
cannam@140
|
3469 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
|
cannam@140
|
3470 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
|
cannam@140
|
3471 *COFF*)
|
cannam@140
|
3472 DUMPBIN="$DUMPBIN -symbols"
|
cannam@140
|
3473 ;;
|
cannam@140
|
3474 *)
|
cannam@140
|
3475 DUMPBIN=:
|
cannam@140
|
3476 ;;
|
cannam@140
|
3477 esac
|
cannam@140
|
3478 fi
|
cannam@140
|
3479 AC_SUBST([DUMPBIN])
|
cannam@140
|
3480 if test "$DUMPBIN" != ":"; then
|
cannam@140
|
3481 NM="$DUMPBIN"
|
cannam@140
|
3482 fi
|
cannam@140
|
3483 fi
|
cannam@140
|
3484 test -z "$NM" && NM=nm
|
cannam@140
|
3485 AC_SUBST([NM])
|
cannam@140
|
3486 _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
|
cannam@140
|
3487
|
cannam@140
|
3488 AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
|
cannam@140
|
3489 [lt_cv_nm_interface="BSD nm"
|
cannam@140
|
3490 echo "int some_variable = 0;" > conftest.$ac_ext
|
cannam@140
|
3491 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
|
cannam@140
|
3492 (eval "$ac_compile" 2>conftest.err)
|
cannam@140
|
3493 cat conftest.err >&AS_MESSAGE_LOG_FD
|
cannam@140
|
3494 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
|
cannam@140
|
3495 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
|
cannam@140
|
3496 cat conftest.err >&AS_MESSAGE_LOG_FD
|
cannam@140
|
3497 (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
|
cannam@140
|
3498 cat conftest.out >&AS_MESSAGE_LOG_FD
|
cannam@140
|
3499 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
|
cannam@140
|
3500 lt_cv_nm_interface="MS dumpbin"
|
cannam@140
|
3501 fi
|
cannam@140
|
3502 rm -f conftest*])
|
cannam@140
|
3503 ])# LT_PATH_NM
|
cannam@140
|
3504
|
cannam@140
|
3505 # Old names:
|
cannam@140
|
3506 AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
|
cannam@140
|
3507 AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
|
cannam@140
|
3508 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
3509 dnl AC_DEFUN([AM_PROG_NM], [])
|
cannam@140
|
3510 dnl AC_DEFUN([AC_PROG_NM], [])
|
cannam@140
|
3511
|
cannam@140
|
3512 # _LT_CHECK_SHAREDLIB_FROM_LINKLIB
|
cannam@140
|
3513 # --------------------------------
|
cannam@140
|
3514 # how to determine the name of the shared library
|
cannam@140
|
3515 # associated with a specific link library.
|
cannam@140
|
3516 # -- PORTME fill in with the dynamic library characteristics
|
cannam@140
|
3517 m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB],
|
cannam@140
|
3518 [m4_require([_LT_DECL_EGREP])
|
cannam@140
|
3519 m4_require([_LT_DECL_OBJDUMP])
|
cannam@140
|
3520 m4_require([_LT_DECL_DLLTOOL])
|
cannam@140
|
3521 AC_CACHE_CHECK([how to associate runtime and link libraries],
|
cannam@140
|
3522 lt_cv_sharedlib_from_linklib_cmd,
|
cannam@140
|
3523 [lt_cv_sharedlib_from_linklib_cmd='unknown'
|
cannam@140
|
3524
|
cannam@140
|
3525 case $host_os in
|
cannam@140
|
3526 cygwin* | mingw* | pw32* | cegcc*)
|
cannam@140
|
3527 # two different shell functions defined in ltmain.sh
|
cannam@140
|
3528 # decide which to use based on capabilities of $DLLTOOL
|
cannam@140
|
3529 case `$DLLTOOL --help 2>&1` in
|
cannam@140
|
3530 *--identify-strict*)
|
cannam@140
|
3531 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
|
cannam@140
|
3532 ;;
|
cannam@140
|
3533 *)
|
cannam@140
|
3534 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
|
cannam@140
|
3535 ;;
|
cannam@140
|
3536 esac
|
cannam@140
|
3537 ;;
|
cannam@140
|
3538 *)
|
cannam@140
|
3539 # fallback: assume linklib IS sharedlib
|
cannam@140
|
3540 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
|
cannam@140
|
3541 ;;
|
cannam@140
|
3542 esac
|
cannam@140
|
3543 ])
|
cannam@140
|
3544 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
|
cannam@140
|
3545 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
|
cannam@140
|
3546
|
cannam@140
|
3547 _LT_DECL([], [sharedlib_from_linklib_cmd], [1],
|
cannam@140
|
3548 [Command to associate shared and link libraries])
|
cannam@140
|
3549 ])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB
|
cannam@140
|
3550
|
cannam@140
|
3551
|
cannam@140
|
3552 # _LT_PATH_MANIFEST_TOOL
|
cannam@140
|
3553 # ----------------------
|
cannam@140
|
3554 # locate the manifest tool
|
cannam@140
|
3555 m4_defun([_LT_PATH_MANIFEST_TOOL],
|
cannam@140
|
3556 [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :)
|
cannam@140
|
3557 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
|
cannam@140
|
3558 AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool],
|
cannam@140
|
3559 [lt_cv_path_mainfest_tool=no
|
cannam@140
|
3560 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD
|
cannam@140
|
3561 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
|
cannam@140
|
3562 cat conftest.err >&AS_MESSAGE_LOG_FD
|
cannam@140
|
3563 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
|
cannam@140
|
3564 lt_cv_path_mainfest_tool=yes
|
cannam@140
|
3565 fi
|
cannam@140
|
3566 rm -f conftest*])
|
cannam@140
|
3567 if test "x$lt_cv_path_mainfest_tool" != xyes; then
|
cannam@140
|
3568 MANIFEST_TOOL=:
|
cannam@140
|
3569 fi
|
cannam@140
|
3570 _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl
|
cannam@140
|
3571 ])# _LT_PATH_MANIFEST_TOOL
|
cannam@140
|
3572
|
cannam@140
|
3573
|
cannam@140
|
3574 # LT_LIB_M
|
cannam@140
|
3575 # --------
|
cannam@140
|
3576 # check for math library
|
cannam@140
|
3577 AC_DEFUN([LT_LIB_M],
|
cannam@140
|
3578 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
cannam@140
|
3579 LIBM=
|
cannam@140
|
3580 case $host in
|
cannam@140
|
3581 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
|
cannam@140
|
3582 # These system don't have libm, or don't need it
|
cannam@140
|
3583 ;;
|
cannam@140
|
3584 *-ncr-sysv4.3*)
|
cannam@140
|
3585 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
|
cannam@140
|
3586 AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
|
cannam@140
|
3587 ;;
|
cannam@140
|
3588 *)
|
cannam@140
|
3589 AC_CHECK_LIB(m, cos, LIBM="-lm")
|
cannam@140
|
3590 ;;
|
cannam@140
|
3591 esac
|
cannam@140
|
3592 AC_SUBST([LIBM])
|
cannam@140
|
3593 ])# LT_LIB_M
|
cannam@140
|
3594
|
cannam@140
|
3595 # Old name:
|
cannam@140
|
3596 AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
|
cannam@140
|
3597 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
3598 dnl AC_DEFUN([AC_CHECK_LIBM], [])
|
cannam@140
|
3599
|
cannam@140
|
3600
|
cannam@140
|
3601 # _LT_COMPILER_NO_RTTI([TAGNAME])
|
cannam@140
|
3602 # -------------------------------
|
cannam@140
|
3603 m4_defun([_LT_COMPILER_NO_RTTI],
|
cannam@140
|
3604 [m4_require([_LT_TAG_COMPILER])dnl
|
cannam@140
|
3605
|
cannam@140
|
3606 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
|
cannam@140
|
3607
|
cannam@140
|
3608 if test "$GCC" = yes; then
|
cannam@140
|
3609 case $cc_basename in
|
cannam@140
|
3610 nvcc*)
|
cannam@140
|
3611 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;;
|
cannam@140
|
3612 *)
|
cannam@140
|
3613 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;;
|
cannam@140
|
3614 esac
|
cannam@140
|
3615
|
cannam@140
|
3616 _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
|
cannam@140
|
3617 lt_cv_prog_compiler_rtti_exceptions,
|
cannam@140
|
3618 [-fno-rtti -fno-exceptions], [],
|
cannam@140
|
3619 [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
|
cannam@140
|
3620 fi
|
cannam@140
|
3621 _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
|
cannam@140
|
3622 [Compiler flag to turn off builtin functions])
|
cannam@140
|
3623 ])# _LT_COMPILER_NO_RTTI
|
cannam@140
|
3624
|
cannam@140
|
3625
|
cannam@140
|
3626 # _LT_CMD_GLOBAL_SYMBOLS
|
cannam@140
|
3627 # ----------------------
|
cannam@140
|
3628 m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
|
cannam@140
|
3629 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
cannam@140
|
3630 AC_REQUIRE([AC_PROG_CC])dnl
|
cannam@140
|
3631 AC_REQUIRE([AC_PROG_AWK])dnl
|
cannam@140
|
3632 AC_REQUIRE([LT_PATH_NM])dnl
|
cannam@140
|
3633 AC_REQUIRE([LT_PATH_LD])dnl
|
cannam@140
|
3634 m4_require([_LT_DECL_SED])dnl
|
cannam@140
|
3635 m4_require([_LT_DECL_EGREP])dnl
|
cannam@140
|
3636 m4_require([_LT_TAG_COMPILER])dnl
|
cannam@140
|
3637
|
cannam@140
|
3638 # Check for command to grab the raw symbol name followed by C symbol from nm.
|
cannam@140
|
3639 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
|
cannam@140
|
3640 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
|
cannam@140
|
3641 [
|
cannam@140
|
3642 # These are sane defaults that work on at least a few old systems.
|
cannam@140
|
3643 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
|
cannam@140
|
3644
|
cannam@140
|
3645 # Character class describing NM global symbol codes.
|
cannam@140
|
3646 symcode='[[BCDEGRST]]'
|
cannam@140
|
3647
|
cannam@140
|
3648 # Regexp to match symbols that can be accessed directly from C.
|
cannam@140
|
3649 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
|
cannam@140
|
3650
|
cannam@140
|
3651 # Define system-specific variables.
|
cannam@140
|
3652 case $host_os in
|
cannam@140
|
3653 aix*)
|
cannam@140
|
3654 symcode='[[BCDT]]'
|
cannam@140
|
3655 ;;
|
cannam@140
|
3656 cygwin* | mingw* | pw32* | cegcc*)
|
cannam@140
|
3657 symcode='[[ABCDGISTW]]'
|
cannam@140
|
3658 ;;
|
cannam@140
|
3659 hpux*)
|
cannam@140
|
3660 if test "$host_cpu" = ia64; then
|
cannam@140
|
3661 symcode='[[ABCDEGRST]]'
|
cannam@140
|
3662 fi
|
cannam@140
|
3663 ;;
|
cannam@140
|
3664 irix* | nonstopux*)
|
cannam@140
|
3665 symcode='[[BCDEGRST]]'
|
cannam@140
|
3666 ;;
|
cannam@140
|
3667 osf*)
|
cannam@140
|
3668 symcode='[[BCDEGQRST]]'
|
cannam@140
|
3669 ;;
|
cannam@140
|
3670 solaris*)
|
cannam@140
|
3671 symcode='[[BDRT]]'
|
cannam@140
|
3672 ;;
|
cannam@140
|
3673 sco3.2v5*)
|
cannam@140
|
3674 symcode='[[DT]]'
|
cannam@140
|
3675 ;;
|
cannam@140
|
3676 sysv4.2uw2*)
|
cannam@140
|
3677 symcode='[[DT]]'
|
cannam@140
|
3678 ;;
|
cannam@140
|
3679 sysv5* | sco5v6* | unixware* | OpenUNIX*)
|
cannam@140
|
3680 symcode='[[ABDT]]'
|
cannam@140
|
3681 ;;
|
cannam@140
|
3682 sysv4)
|
cannam@140
|
3683 symcode='[[DFNSTU]]'
|
cannam@140
|
3684 ;;
|
cannam@140
|
3685 esac
|
cannam@140
|
3686
|
cannam@140
|
3687 # If we're using GNU nm, then use its standard symbol codes.
|
cannam@140
|
3688 case `$NM -V 2>&1` in
|
cannam@140
|
3689 *GNU* | *'with BFD'*)
|
cannam@140
|
3690 symcode='[[ABCDGIRSTW]]' ;;
|
cannam@140
|
3691 esac
|
cannam@140
|
3692
|
cannam@140
|
3693 # Transform an extracted symbol line into a proper C declaration.
|
cannam@140
|
3694 # Some systems (esp. on ia64) link data and code symbols differently,
|
cannam@140
|
3695 # so use this general approach.
|
cannam@140
|
3696 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
|
cannam@140
|
3697
|
cannam@140
|
3698 # Transform an extracted symbol line into symbol name and symbol address
|
cannam@140
|
3699 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'"
|
cannam@140
|
3700 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
|
cannam@140
|
3701
|
cannam@140
|
3702 # Handle CRLF in mingw tool chain
|
cannam@140
|
3703 opt_cr=
|
cannam@140
|
3704 case $build_os in
|
cannam@140
|
3705 mingw*)
|
cannam@140
|
3706 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
|
cannam@140
|
3707 ;;
|
cannam@140
|
3708 esac
|
cannam@140
|
3709
|
cannam@140
|
3710 # Try without a prefix underscore, then with it.
|
cannam@140
|
3711 for ac_symprfx in "" "_"; do
|
cannam@140
|
3712
|
cannam@140
|
3713 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
|
cannam@140
|
3714 symxfrm="\\1 $ac_symprfx\\2 \\2"
|
cannam@140
|
3715
|
cannam@140
|
3716 # Write the raw and C identifiers.
|
cannam@140
|
3717 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
cannam@140
|
3718 # Fake it for dumpbin and say T for any non-static function
|
cannam@140
|
3719 # and D for any global variable.
|
cannam@140
|
3720 # Also find C++ and __fastcall symbols from MSVC++,
|
cannam@140
|
3721 # which start with @ or ?.
|
cannam@140
|
3722 lt_cv_sys_global_symbol_pipe="$AWK ['"\
|
cannam@140
|
3723 " {last_section=section; section=\$ 3};"\
|
cannam@140
|
3724 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
|
cannam@140
|
3725 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
|
cannam@140
|
3726 " \$ 0!~/External *\|/{next};"\
|
cannam@140
|
3727 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
|
cannam@140
|
3728 " {if(hide[section]) next};"\
|
cannam@140
|
3729 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
|
cannam@140
|
3730 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
|
cannam@140
|
3731 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
|
cannam@140
|
3732 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
|
cannam@140
|
3733 " ' prfx=^$ac_symprfx]"
|
cannam@140
|
3734 else
|
cannam@140
|
3735 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
|
cannam@140
|
3736 fi
|
cannam@140
|
3737 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
|
cannam@140
|
3738
|
cannam@140
|
3739 # Check to see that the pipe works correctly.
|
cannam@140
|
3740 pipe_works=no
|
cannam@140
|
3741
|
cannam@140
|
3742 rm -f conftest*
|
cannam@140
|
3743 cat > conftest.$ac_ext <<_LT_EOF
|
cannam@140
|
3744 #ifdef __cplusplus
|
cannam@140
|
3745 extern "C" {
|
cannam@140
|
3746 #endif
|
cannam@140
|
3747 char nm_test_var;
|
cannam@140
|
3748 void nm_test_func(void);
|
cannam@140
|
3749 void nm_test_func(void){}
|
cannam@140
|
3750 #ifdef __cplusplus
|
cannam@140
|
3751 }
|
cannam@140
|
3752 #endif
|
cannam@140
|
3753 int main(){nm_test_var='a';nm_test_func();return(0);}
|
cannam@140
|
3754 _LT_EOF
|
cannam@140
|
3755
|
cannam@140
|
3756 if AC_TRY_EVAL(ac_compile); then
|
cannam@140
|
3757 # Now try to grab the symbols.
|
cannam@140
|
3758 nlist=conftest.nm
|
cannam@140
|
3759 if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
|
cannam@140
|
3760 # Try sorting and uniquifying the output.
|
cannam@140
|
3761 if sort "$nlist" | uniq > "$nlist"T; then
|
cannam@140
|
3762 mv -f "$nlist"T "$nlist"
|
cannam@140
|
3763 else
|
cannam@140
|
3764 rm -f "$nlist"T
|
cannam@140
|
3765 fi
|
cannam@140
|
3766
|
cannam@140
|
3767 # Make sure that we snagged all the symbols we need.
|
cannam@140
|
3768 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
|
cannam@140
|
3769 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
|
cannam@140
|
3770 cat <<_LT_EOF > conftest.$ac_ext
|
cannam@140
|
3771 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
|
cannam@140
|
3772 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
|
cannam@140
|
3773 /* DATA imports from DLLs on WIN32 con't be const, because runtime
|
cannam@140
|
3774 relocations are performed -- see ld's documentation on pseudo-relocs. */
|
cannam@140
|
3775 # define LT@&t@_DLSYM_CONST
|
cannam@140
|
3776 #elif defined(__osf__)
|
cannam@140
|
3777 /* This system does not cope well with relocations in const data. */
|
cannam@140
|
3778 # define LT@&t@_DLSYM_CONST
|
cannam@140
|
3779 #else
|
cannam@140
|
3780 # define LT@&t@_DLSYM_CONST const
|
cannam@140
|
3781 #endif
|
cannam@140
|
3782
|
cannam@140
|
3783 #ifdef __cplusplus
|
cannam@140
|
3784 extern "C" {
|
cannam@140
|
3785 #endif
|
cannam@140
|
3786
|
cannam@140
|
3787 _LT_EOF
|
cannam@140
|
3788 # Now generate the symbol file.
|
cannam@140
|
3789 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
|
cannam@140
|
3790
|
cannam@140
|
3791 cat <<_LT_EOF >> conftest.$ac_ext
|
cannam@140
|
3792
|
cannam@140
|
3793 /* The mapping between symbol names and symbols. */
|
cannam@140
|
3794 LT@&t@_DLSYM_CONST struct {
|
cannam@140
|
3795 const char *name;
|
cannam@140
|
3796 void *address;
|
cannam@140
|
3797 }
|
cannam@140
|
3798 lt__PROGRAM__LTX_preloaded_symbols[[]] =
|
cannam@140
|
3799 {
|
cannam@140
|
3800 { "@PROGRAM@", (void *) 0 },
|
cannam@140
|
3801 _LT_EOF
|
cannam@140
|
3802 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
|
cannam@140
|
3803 cat <<\_LT_EOF >> conftest.$ac_ext
|
cannam@140
|
3804 {0, (void *) 0}
|
cannam@140
|
3805 };
|
cannam@140
|
3806
|
cannam@140
|
3807 /* This works around a problem in FreeBSD linker */
|
cannam@140
|
3808 #ifdef FREEBSD_WORKAROUND
|
cannam@140
|
3809 static const void *lt_preloaded_setup() {
|
cannam@140
|
3810 return lt__PROGRAM__LTX_preloaded_symbols;
|
cannam@140
|
3811 }
|
cannam@140
|
3812 #endif
|
cannam@140
|
3813
|
cannam@140
|
3814 #ifdef __cplusplus
|
cannam@140
|
3815 }
|
cannam@140
|
3816 #endif
|
cannam@140
|
3817 _LT_EOF
|
cannam@140
|
3818 # Now try linking the two files.
|
cannam@140
|
3819 mv conftest.$ac_objext conftstm.$ac_objext
|
cannam@140
|
3820 lt_globsym_save_LIBS=$LIBS
|
cannam@140
|
3821 lt_globsym_save_CFLAGS=$CFLAGS
|
cannam@140
|
3822 LIBS="conftstm.$ac_objext"
|
cannam@140
|
3823 CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
|
cannam@140
|
3824 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
|
cannam@140
|
3825 pipe_works=yes
|
cannam@140
|
3826 fi
|
cannam@140
|
3827 LIBS=$lt_globsym_save_LIBS
|
cannam@140
|
3828 CFLAGS=$lt_globsym_save_CFLAGS
|
cannam@140
|
3829 else
|
cannam@140
|
3830 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
|
cannam@140
|
3831 fi
|
cannam@140
|
3832 else
|
cannam@140
|
3833 echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
|
cannam@140
|
3834 fi
|
cannam@140
|
3835 else
|
cannam@140
|
3836 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
|
cannam@140
|
3837 fi
|
cannam@140
|
3838 else
|
cannam@140
|
3839 echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
|
cannam@140
|
3840 cat conftest.$ac_ext >&5
|
cannam@140
|
3841 fi
|
cannam@140
|
3842 rm -rf conftest* conftst*
|
cannam@140
|
3843
|
cannam@140
|
3844 # Do not use the global_symbol_pipe unless it works.
|
cannam@140
|
3845 if test "$pipe_works" = yes; then
|
cannam@140
|
3846 break
|
cannam@140
|
3847 else
|
cannam@140
|
3848 lt_cv_sys_global_symbol_pipe=
|
cannam@140
|
3849 fi
|
cannam@140
|
3850 done
|
cannam@140
|
3851 ])
|
cannam@140
|
3852 if test -z "$lt_cv_sys_global_symbol_pipe"; then
|
cannam@140
|
3853 lt_cv_sys_global_symbol_to_cdecl=
|
cannam@140
|
3854 fi
|
cannam@140
|
3855 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
|
cannam@140
|
3856 AC_MSG_RESULT(failed)
|
cannam@140
|
3857 else
|
cannam@140
|
3858 AC_MSG_RESULT(ok)
|
cannam@140
|
3859 fi
|
cannam@140
|
3860
|
cannam@140
|
3861 # Response file support.
|
cannam@140
|
3862 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
cannam@140
|
3863 nm_file_list_spec='@'
|
cannam@140
|
3864 elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then
|
cannam@140
|
3865 nm_file_list_spec='@'
|
cannam@140
|
3866 fi
|
cannam@140
|
3867
|
cannam@140
|
3868 _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
|
cannam@140
|
3869 [Take the output of nm and produce a listing of raw symbols and C names])
|
cannam@140
|
3870 _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
|
cannam@140
|
3871 [Transform the output of nm in a proper C declaration])
|
cannam@140
|
3872 _LT_DECL([global_symbol_to_c_name_address],
|
cannam@140
|
3873 [lt_cv_sys_global_symbol_to_c_name_address], [1],
|
cannam@140
|
3874 [Transform the output of nm in a C name address pair])
|
cannam@140
|
3875 _LT_DECL([global_symbol_to_c_name_address_lib_prefix],
|
cannam@140
|
3876 [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
|
cannam@140
|
3877 [Transform the output of nm in a C name address pair when lib prefix is needed])
|
cannam@140
|
3878 _LT_DECL([], [nm_file_list_spec], [1],
|
cannam@140
|
3879 [Specify filename containing input files for $NM])
|
cannam@140
|
3880 ]) # _LT_CMD_GLOBAL_SYMBOLS
|
cannam@140
|
3881
|
cannam@140
|
3882
|
cannam@140
|
3883 # _LT_COMPILER_PIC([TAGNAME])
|
cannam@140
|
3884 # ---------------------------
|
cannam@140
|
3885 m4_defun([_LT_COMPILER_PIC],
|
cannam@140
|
3886 [m4_require([_LT_TAG_COMPILER])dnl
|
cannam@140
|
3887 _LT_TAGVAR(lt_prog_compiler_wl, $1)=
|
cannam@140
|
3888 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
|
cannam@140
|
3889 _LT_TAGVAR(lt_prog_compiler_static, $1)=
|
cannam@140
|
3890
|
cannam@140
|
3891 m4_if([$1], [CXX], [
|
cannam@140
|
3892 # C++ specific cases for pic, static, wl, etc.
|
cannam@140
|
3893 if test "$GXX" = yes; then
|
cannam@140
|
3894 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
3895 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
cannam@140
|
3896
|
cannam@140
|
3897 case $host_os in
|
cannam@140
|
3898 aix*)
|
cannam@140
|
3899 # All AIX code is PIC.
|
cannam@140
|
3900 if test "$host_cpu" = ia64; then
|
cannam@140
|
3901 # AIX 5 now supports IA64 processor
|
cannam@140
|
3902 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
3903 fi
|
cannam@140
|
3904 ;;
|
cannam@140
|
3905
|
cannam@140
|
3906 amigaos*)
|
cannam@140
|
3907 case $host_cpu in
|
cannam@140
|
3908 powerpc)
|
cannam@140
|
3909 # see comment about AmigaOS4 .so support
|
cannam@140
|
3910 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@140
|
3911 ;;
|
cannam@140
|
3912 m68k)
|
cannam@140
|
3913 # FIXME: we need at least 68020 code to build shared libraries, but
|
cannam@140
|
3914 # adding the `-m68020' flag to GCC prevents building anything better,
|
cannam@140
|
3915 # like `-m68040'.
|
cannam@140
|
3916 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
|
cannam@140
|
3917 ;;
|
cannam@140
|
3918 esac
|
cannam@140
|
3919 ;;
|
cannam@140
|
3920
|
cannam@140
|
3921 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
|
cannam@140
|
3922 # PIC is the default for these OSes.
|
cannam@140
|
3923 ;;
|
cannam@140
|
3924 mingw* | cygwin* | os2* | pw32* | cegcc*)
|
cannam@140
|
3925 # This hack is so that the source file can tell whether it is being
|
cannam@140
|
3926 # built for inclusion in a dll (and should export symbols for example).
|
cannam@140
|
3927 # Although the cygwin gcc ignores -fPIC, still need this for old-style
|
cannam@140
|
3928 # (--disable-auto-import) libraries
|
cannam@140
|
3929 m4_if([$1], [GCJ], [],
|
cannam@140
|
3930 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
|
cannam@140
|
3931 ;;
|
cannam@140
|
3932 darwin* | rhapsody*)
|
cannam@140
|
3933 # PIC is the default on this platform
|
cannam@140
|
3934 # Common symbols not allowed in MH_DYLIB files
|
cannam@140
|
3935 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
|
cannam@140
|
3936 ;;
|
cannam@140
|
3937 *djgpp*)
|
cannam@140
|
3938 # DJGPP does not support shared libraries at all
|
cannam@140
|
3939 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
|
cannam@140
|
3940 ;;
|
cannam@140
|
3941 haiku*)
|
cannam@140
|
3942 # PIC is the default for Haiku.
|
cannam@140
|
3943 # The "-static" flag exists, but is broken.
|
cannam@140
|
3944 _LT_TAGVAR(lt_prog_compiler_static, $1)=
|
cannam@140
|
3945 ;;
|
cannam@140
|
3946 interix[[3-9]]*)
|
cannam@140
|
3947 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
|
cannam@140
|
3948 # Instead, we relocate shared libraries at runtime.
|
cannam@140
|
3949 ;;
|
cannam@140
|
3950 sysv4*MP*)
|
cannam@140
|
3951 if test -d /usr/nec; then
|
cannam@140
|
3952 _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
|
cannam@140
|
3953 fi
|
cannam@140
|
3954 ;;
|
cannam@140
|
3955 hpux*)
|
cannam@140
|
3956 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
|
cannam@140
|
3957 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
|
cannam@140
|
3958 # sets the default TLS model and affects inlining.
|
cannam@140
|
3959 case $host_cpu in
|
cannam@140
|
3960 hppa*64*)
|
cannam@140
|
3961 ;;
|
cannam@140
|
3962 *)
|
cannam@140
|
3963 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@140
|
3964 ;;
|
cannam@140
|
3965 esac
|
cannam@140
|
3966 ;;
|
cannam@140
|
3967 *qnx* | *nto*)
|
cannam@140
|
3968 # QNX uses GNU C++, but need to define -shared option too, otherwise
|
cannam@140
|
3969 # it will coredump.
|
cannam@140
|
3970 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
|
cannam@140
|
3971 ;;
|
cannam@140
|
3972 *)
|
cannam@140
|
3973 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@140
|
3974 ;;
|
cannam@140
|
3975 esac
|
cannam@140
|
3976 else
|
cannam@140
|
3977 case $host_os in
|
cannam@140
|
3978 aix[[4-9]]*)
|
cannam@140
|
3979 # All AIX code is PIC.
|
cannam@140
|
3980 if test "$host_cpu" = ia64; then
|
cannam@140
|
3981 # AIX 5 now supports IA64 processor
|
cannam@140
|
3982 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
3983 else
|
cannam@140
|
3984 _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
|
cannam@140
|
3985 fi
|
cannam@140
|
3986 ;;
|
cannam@140
|
3987 chorus*)
|
cannam@140
|
3988 case $cc_basename in
|
cannam@140
|
3989 cxch68*)
|
cannam@140
|
3990 # Green Hills C++ Compiler
|
cannam@140
|
3991 # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
|
cannam@140
|
3992 ;;
|
cannam@140
|
3993 esac
|
cannam@140
|
3994 ;;
|
cannam@140
|
3995 mingw* | cygwin* | os2* | pw32* | cegcc*)
|
cannam@140
|
3996 # This hack is so that the source file can tell whether it is being
|
cannam@140
|
3997 # built for inclusion in a dll (and should export symbols for example).
|
cannam@140
|
3998 m4_if([$1], [GCJ], [],
|
cannam@140
|
3999 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
|
cannam@140
|
4000 ;;
|
cannam@140
|
4001 dgux*)
|
cannam@140
|
4002 case $cc_basename in
|
cannam@140
|
4003 ec++*)
|
cannam@140
|
4004 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@140
|
4005 ;;
|
cannam@140
|
4006 ghcx*)
|
cannam@140
|
4007 # Green Hills C++ Compiler
|
cannam@140
|
4008 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
|
cannam@140
|
4009 ;;
|
cannam@140
|
4010 *)
|
cannam@140
|
4011 ;;
|
cannam@140
|
4012 esac
|
cannam@140
|
4013 ;;
|
cannam@140
|
4014 freebsd* | dragonfly*)
|
cannam@140
|
4015 # FreeBSD uses GNU C++
|
cannam@140
|
4016 ;;
|
cannam@140
|
4017 hpux9* | hpux10* | hpux11*)
|
cannam@140
|
4018 case $cc_basename in
|
cannam@140
|
4019 CC*)
|
cannam@140
|
4020 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4021 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
|
cannam@140
|
4022 if test "$host_cpu" != ia64; then
|
cannam@140
|
4023 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
|
cannam@140
|
4024 fi
|
cannam@140
|
4025 ;;
|
cannam@140
|
4026 aCC*)
|
cannam@140
|
4027 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4028 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
|
cannam@140
|
4029 case $host_cpu in
|
cannam@140
|
4030 hppa*64*|ia64*)
|
cannam@140
|
4031 # +Z the default
|
cannam@140
|
4032 ;;
|
cannam@140
|
4033 *)
|
cannam@140
|
4034 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
|
cannam@140
|
4035 ;;
|
cannam@140
|
4036 esac
|
cannam@140
|
4037 ;;
|
cannam@140
|
4038 *)
|
cannam@140
|
4039 ;;
|
cannam@140
|
4040 esac
|
cannam@140
|
4041 ;;
|
cannam@140
|
4042 interix*)
|
cannam@140
|
4043 # This is c89, which is MS Visual C++ (no shared libs)
|
cannam@140
|
4044 # Anyone wants to do a port?
|
cannam@140
|
4045 ;;
|
cannam@140
|
4046 irix5* | irix6* | nonstopux*)
|
cannam@140
|
4047 case $cc_basename in
|
cannam@140
|
4048 CC*)
|
cannam@140
|
4049 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4050 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
cannam@140
|
4051 # CC pic flag -KPIC is the default.
|
cannam@140
|
4052 ;;
|
cannam@140
|
4053 *)
|
cannam@140
|
4054 ;;
|
cannam@140
|
4055 esac
|
cannam@140
|
4056 ;;
|
cannam@140
|
4057 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
|
cannam@140
|
4058 case $cc_basename in
|
cannam@140
|
4059 KCC*)
|
cannam@140
|
4060 # KAI C++ Compiler
|
cannam@140
|
4061 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
|
cannam@140
|
4062 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@140
|
4063 ;;
|
cannam@140
|
4064 ecpc* )
|
cannam@140
|
4065 # old Intel C++ for x86_64 which still supported -KPIC.
|
cannam@140
|
4066 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4067 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@140
|
4068 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
cannam@140
|
4069 ;;
|
cannam@140
|
4070 icpc* )
|
cannam@140
|
4071 # Intel C++, used to be incompatible with GCC.
|
cannam@140
|
4072 # ICC 10 doesn't accept -KPIC any more.
|
cannam@140
|
4073 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4074 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@140
|
4075 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
cannam@140
|
4076 ;;
|
cannam@140
|
4077 pgCC* | pgcpp*)
|
cannam@140
|
4078 # Portland Group C++ compiler
|
cannam@140
|
4079 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4080 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
|
cannam@140
|
4081 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4082 ;;
|
cannam@140
|
4083 cxx*)
|
cannam@140
|
4084 # Compaq C++
|
cannam@140
|
4085 # Make sure the PIC flag is empty. It appears that all Alpha
|
cannam@140
|
4086 # Linux and Compaq Tru64 Unix objects are PIC.
|
cannam@140
|
4087 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
|
cannam@140
|
4088 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
cannam@140
|
4089 ;;
|
cannam@140
|
4090 xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*)
|
cannam@140
|
4091 # IBM XL 8.0, 9.0 on PPC and BlueGene
|
cannam@140
|
4092 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4093 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
|
cannam@140
|
4094 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
|
cannam@140
|
4095 ;;
|
cannam@140
|
4096 *)
|
cannam@140
|
4097 case `$CC -V 2>&1 | sed 5q` in
|
cannam@140
|
4098 *Sun\ C*)
|
cannam@140
|
4099 # Sun C++ 5.9
|
cannam@140
|
4100 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@140
|
4101 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4102 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
|
cannam@140
|
4103 ;;
|
cannam@140
|
4104 esac
|
cannam@140
|
4105 ;;
|
cannam@140
|
4106 esac
|
cannam@140
|
4107 ;;
|
cannam@140
|
4108 lynxos*)
|
cannam@140
|
4109 ;;
|
cannam@140
|
4110 m88k*)
|
cannam@140
|
4111 ;;
|
cannam@140
|
4112 mvs*)
|
cannam@140
|
4113 case $cc_basename in
|
cannam@140
|
4114 cxx*)
|
cannam@140
|
4115 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
|
cannam@140
|
4116 ;;
|
cannam@140
|
4117 *)
|
cannam@140
|
4118 ;;
|
cannam@140
|
4119 esac
|
cannam@140
|
4120 ;;
|
cannam@140
|
4121 netbsd* | netbsdelf*-gnu)
|
cannam@140
|
4122 ;;
|
cannam@140
|
4123 *qnx* | *nto*)
|
cannam@140
|
4124 # QNX uses GNU C++, but need to define -shared option too, otherwise
|
cannam@140
|
4125 # it will coredump.
|
cannam@140
|
4126 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
|
cannam@140
|
4127 ;;
|
cannam@140
|
4128 osf3* | osf4* | osf5*)
|
cannam@140
|
4129 case $cc_basename in
|
cannam@140
|
4130 KCC*)
|
cannam@140
|
4131 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
|
cannam@140
|
4132 ;;
|
cannam@140
|
4133 RCC*)
|
cannam@140
|
4134 # Rational C++ 2.4.1
|
cannam@140
|
4135 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
|
cannam@140
|
4136 ;;
|
cannam@140
|
4137 cxx*)
|
cannam@140
|
4138 # Digital/Compaq C++
|
cannam@140
|
4139 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4140 # Make sure the PIC flag is empty. It appears that all Alpha
|
cannam@140
|
4141 # Linux and Compaq Tru64 Unix objects are PIC.
|
cannam@140
|
4142 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
|
cannam@140
|
4143 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
cannam@140
|
4144 ;;
|
cannam@140
|
4145 *)
|
cannam@140
|
4146 ;;
|
cannam@140
|
4147 esac
|
cannam@140
|
4148 ;;
|
cannam@140
|
4149 psos*)
|
cannam@140
|
4150 ;;
|
cannam@140
|
4151 solaris*)
|
cannam@140
|
4152 case $cc_basename in
|
cannam@140
|
4153 CC* | sunCC*)
|
cannam@140
|
4154 # Sun C++ 4.2, 5.x and Centerline C++
|
cannam@140
|
4155 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@140
|
4156 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4157 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
|
cannam@140
|
4158 ;;
|
cannam@140
|
4159 gcx*)
|
cannam@140
|
4160 # Green Hills C++ Compiler
|
cannam@140
|
4161 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
|
cannam@140
|
4162 ;;
|
cannam@140
|
4163 *)
|
cannam@140
|
4164 ;;
|
cannam@140
|
4165 esac
|
cannam@140
|
4166 ;;
|
cannam@140
|
4167 sunos4*)
|
cannam@140
|
4168 case $cc_basename in
|
cannam@140
|
4169 CC*)
|
cannam@140
|
4170 # Sun C++ 4.x
|
cannam@140
|
4171 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
|
cannam@140
|
4172 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4173 ;;
|
cannam@140
|
4174 lcc*)
|
cannam@140
|
4175 # Lucid
|
cannam@140
|
4176 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
|
cannam@140
|
4177 ;;
|
cannam@140
|
4178 *)
|
cannam@140
|
4179 ;;
|
cannam@140
|
4180 esac
|
cannam@140
|
4181 ;;
|
cannam@140
|
4182 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
|
cannam@140
|
4183 case $cc_basename in
|
cannam@140
|
4184 CC*)
|
cannam@140
|
4185 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4186 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@140
|
4187 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4188 ;;
|
cannam@140
|
4189 esac
|
cannam@140
|
4190 ;;
|
cannam@140
|
4191 tandem*)
|
cannam@140
|
4192 case $cc_basename in
|
cannam@140
|
4193 NCC*)
|
cannam@140
|
4194 # NonStop-UX NCC 3.20
|
cannam@140
|
4195 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@140
|
4196 ;;
|
cannam@140
|
4197 *)
|
cannam@140
|
4198 ;;
|
cannam@140
|
4199 esac
|
cannam@140
|
4200 ;;
|
cannam@140
|
4201 vxworks*)
|
cannam@140
|
4202 ;;
|
cannam@140
|
4203 *)
|
cannam@140
|
4204 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
|
cannam@140
|
4205 ;;
|
cannam@140
|
4206 esac
|
cannam@140
|
4207 fi
|
cannam@140
|
4208 ],
|
cannam@140
|
4209 [
|
cannam@140
|
4210 if test "$GCC" = yes; then
|
cannam@140
|
4211 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4212 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
cannam@140
|
4213
|
cannam@140
|
4214 case $host_os in
|
cannam@140
|
4215 aix*)
|
cannam@140
|
4216 # All AIX code is PIC.
|
cannam@140
|
4217 if test "$host_cpu" = ia64; then
|
cannam@140
|
4218 # AIX 5 now supports IA64 processor
|
cannam@140
|
4219 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4220 fi
|
cannam@140
|
4221 ;;
|
cannam@140
|
4222
|
cannam@140
|
4223 amigaos*)
|
cannam@140
|
4224 case $host_cpu in
|
cannam@140
|
4225 powerpc)
|
cannam@140
|
4226 # see comment about AmigaOS4 .so support
|
cannam@140
|
4227 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@140
|
4228 ;;
|
cannam@140
|
4229 m68k)
|
cannam@140
|
4230 # FIXME: we need at least 68020 code to build shared libraries, but
|
cannam@140
|
4231 # adding the `-m68020' flag to GCC prevents building anything better,
|
cannam@140
|
4232 # like `-m68040'.
|
cannam@140
|
4233 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
|
cannam@140
|
4234 ;;
|
cannam@140
|
4235 esac
|
cannam@140
|
4236 ;;
|
cannam@140
|
4237
|
cannam@140
|
4238 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
|
cannam@140
|
4239 # PIC is the default for these OSes.
|
cannam@140
|
4240 ;;
|
cannam@140
|
4241
|
cannam@140
|
4242 mingw* | cygwin* | pw32* | os2* | cegcc*)
|
cannam@140
|
4243 # This hack is so that the source file can tell whether it is being
|
cannam@140
|
4244 # built for inclusion in a dll (and should export symbols for example).
|
cannam@140
|
4245 # Although the cygwin gcc ignores -fPIC, still need this for old-style
|
cannam@140
|
4246 # (--disable-auto-import) libraries
|
cannam@140
|
4247 m4_if([$1], [GCJ], [],
|
cannam@140
|
4248 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
|
cannam@140
|
4249 ;;
|
cannam@140
|
4250
|
cannam@140
|
4251 darwin* | rhapsody*)
|
cannam@140
|
4252 # PIC is the default on this platform
|
cannam@140
|
4253 # Common symbols not allowed in MH_DYLIB files
|
cannam@140
|
4254 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
|
cannam@140
|
4255 ;;
|
cannam@140
|
4256
|
cannam@140
|
4257 haiku*)
|
cannam@140
|
4258 # PIC is the default for Haiku.
|
cannam@140
|
4259 # The "-static" flag exists, but is broken.
|
cannam@140
|
4260 _LT_TAGVAR(lt_prog_compiler_static, $1)=
|
cannam@140
|
4261 ;;
|
cannam@140
|
4262
|
cannam@140
|
4263 hpux*)
|
cannam@140
|
4264 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
|
cannam@140
|
4265 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
|
cannam@140
|
4266 # sets the default TLS model and affects inlining.
|
cannam@140
|
4267 case $host_cpu in
|
cannam@140
|
4268 hppa*64*)
|
cannam@140
|
4269 # +Z the default
|
cannam@140
|
4270 ;;
|
cannam@140
|
4271 *)
|
cannam@140
|
4272 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@140
|
4273 ;;
|
cannam@140
|
4274 esac
|
cannam@140
|
4275 ;;
|
cannam@140
|
4276
|
cannam@140
|
4277 interix[[3-9]]*)
|
cannam@140
|
4278 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
|
cannam@140
|
4279 # Instead, we relocate shared libraries at runtime.
|
cannam@140
|
4280 ;;
|
cannam@140
|
4281
|
cannam@140
|
4282 msdosdjgpp*)
|
cannam@140
|
4283 # Just because we use GCC doesn't mean we suddenly get shared libraries
|
cannam@140
|
4284 # on systems that don't support them.
|
cannam@140
|
4285 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
|
cannam@140
|
4286 enable_shared=no
|
cannam@140
|
4287 ;;
|
cannam@140
|
4288
|
cannam@140
|
4289 *nto* | *qnx*)
|
cannam@140
|
4290 # QNX uses GNU C++, but need to define -shared option too, otherwise
|
cannam@140
|
4291 # it will coredump.
|
cannam@140
|
4292 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
|
cannam@140
|
4293 ;;
|
cannam@140
|
4294
|
cannam@140
|
4295 sysv4*MP*)
|
cannam@140
|
4296 if test -d /usr/nec; then
|
cannam@140
|
4297 _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
|
cannam@140
|
4298 fi
|
cannam@140
|
4299 ;;
|
cannam@140
|
4300
|
cannam@140
|
4301 *)
|
cannam@140
|
4302 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@140
|
4303 ;;
|
cannam@140
|
4304 esac
|
cannam@140
|
4305
|
cannam@140
|
4306 case $cc_basename in
|
cannam@140
|
4307 nvcc*) # Cuda Compiler Driver 2.2
|
cannam@140
|
4308 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '
|
cannam@140
|
4309 if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
|
cannam@140
|
4310 _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)"
|
cannam@140
|
4311 fi
|
cannam@140
|
4312 ;;
|
cannam@140
|
4313 esac
|
cannam@140
|
4314 else
|
cannam@140
|
4315 # PORTME Check for flag to pass linker flags through the system compiler.
|
cannam@140
|
4316 case $host_os in
|
cannam@140
|
4317 aix*)
|
cannam@140
|
4318 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4319 if test "$host_cpu" = ia64; then
|
cannam@140
|
4320 # AIX 5 now supports IA64 processor
|
cannam@140
|
4321 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4322 else
|
cannam@140
|
4323 _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
|
cannam@140
|
4324 fi
|
cannam@140
|
4325 ;;
|
cannam@140
|
4326
|
cannam@140
|
4327 mingw* | cygwin* | pw32* | os2* | cegcc*)
|
cannam@140
|
4328 # This hack is so that the source file can tell whether it is being
|
cannam@140
|
4329 # built for inclusion in a dll (and should export symbols for example).
|
cannam@140
|
4330 m4_if([$1], [GCJ], [],
|
cannam@140
|
4331 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
|
cannam@140
|
4332 ;;
|
cannam@140
|
4333
|
cannam@140
|
4334 hpux9* | hpux10* | hpux11*)
|
cannam@140
|
4335 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4336 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
|
cannam@140
|
4337 # not for PA HP-UX.
|
cannam@140
|
4338 case $host_cpu in
|
cannam@140
|
4339 hppa*64*|ia64*)
|
cannam@140
|
4340 # +Z the default
|
cannam@140
|
4341 ;;
|
cannam@140
|
4342 *)
|
cannam@140
|
4343 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
|
cannam@140
|
4344 ;;
|
cannam@140
|
4345 esac
|
cannam@140
|
4346 # Is there a better lt_prog_compiler_static that works with the bundled CC?
|
cannam@140
|
4347 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
|
cannam@140
|
4348 ;;
|
cannam@140
|
4349
|
cannam@140
|
4350 irix5* | irix6* | nonstopux*)
|
cannam@140
|
4351 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4352 # PIC (with -KPIC) is the default.
|
cannam@140
|
4353 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
cannam@140
|
4354 ;;
|
cannam@140
|
4355
|
cannam@140
|
4356 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
|
cannam@140
|
4357 case $cc_basename in
|
cannam@140
|
4358 # old Intel for x86_64 which still supported -KPIC.
|
cannam@140
|
4359 ecc*)
|
cannam@140
|
4360 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4361 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@140
|
4362 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
cannam@140
|
4363 ;;
|
cannam@140
|
4364 # icc used to be incompatible with GCC.
|
cannam@140
|
4365 # ICC 10 doesn't accept -KPIC any more.
|
cannam@140
|
4366 icc* | ifort*)
|
cannam@140
|
4367 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4368 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@140
|
4369 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
cannam@140
|
4370 ;;
|
cannam@140
|
4371 # Lahey Fortran 8.1.
|
cannam@140
|
4372 lf95*)
|
cannam@140
|
4373 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4374 _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
|
cannam@140
|
4375 _LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
|
cannam@140
|
4376 ;;
|
cannam@140
|
4377 nagfor*)
|
cannam@140
|
4378 # NAG Fortran compiler
|
cannam@140
|
4379 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
|
cannam@140
|
4380 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
|
cannam@140
|
4381 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4382 ;;
|
cannam@140
|
4383 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
|
cannam@140
|
4384 # Portland Group compilers (*not* the Pentium gcc compiler,
|
cannam@140
|
4385 # which looks to be a dead project)
|
cannam@140
|
4386 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4387 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
|
cannam@140
|
4388 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4389 ;;
|
cannam@140
|
4390 ccc*)
|
cannam@140
|
4391 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4392 # All Alpha code is PIC.
|
cannam@140
|
4393 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
cannam@140
|
4394 ;;
|
cannam@140
|
4395 xl* | bgxl* | bgf* | mpixl*)
|
cannam@140
|
4396 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
|
cannam@140
|
4397 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4398 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
|
cannam@140
|
4399 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
|
cannam@140
|
4400 ;;
|
cannam@140
|
4401 *)
|
cannam@140
|
4402 case `$CC -V 2>&1 | sed 5q` in
|
cannam@140
|
4403 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
|
cannam@140
|
4404 # Sun Fortran 8.3 passes all unrecognized flags to the linker
|
cannam@140
|
4405 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@140
|
4406 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4407 _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
|
cannam@140
|
4408 ;;
|
cannam@140
|
4409 *Sun\ F* | *Sun*Fortran*)
|
cannam@140
|
4410 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@140
|
4411 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4412 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
|
cannam@140
|
4413 ;;
|
cannam@140
|
4414 *Sun\ C*)
|
cannam@140
|
4415 # Sun C 5.9
|
cannam@140
|
4416 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@140
|
4417 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4418 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4419 ;;
|
cannam@140
|
4420 *Intel*\ [[CF]]*Compiler*)
|
cannam@140
|
4421 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4422 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@140
|
4423 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
cannam@140
|
4424 ;;
|
cannam@140
|
4425 *Portland\ Group*)
|
cannam@140
|
4426 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4427 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
|
cannam@140
|
4428 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4429 ;;
|
cannam@140
|
4430 esac
|
cannam@140
|
4431 ;;
|
cannam@140
|
4432 esac
|
cannam@140
|
4433 ;;
|
cannam@140
|
4434
|
cannam@140
|
4435 newsos6)
|
cannam@140
|
4436 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@140
|
4437 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4438 ;;
|
cannam@140
|
4439
|
cannam@140
|
4440 *nto* | *qnx*)
|
cannam@140
|
4441 # QNX uses GNU C++, but need to define -shared option too, otherwise
|
cannam@140
|
4442 # it will coredump.
|
cannam@140
|
4443 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
|
cannam@140
|
4444 ;;
|
cannam@140
|
4445
|
cannam@140
|
4446 osf3* | osf4* | osf5*)
|
cannam@140
|
4447 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4448 # All OSF/1 code is PIC.
|
cannam@140
|
4449 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
cannam@140
|
4450 ;;
|
cannam@140
|
4451
|
cannam@140
|
4452 rdos*)
|
cannam@140
|
4453 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
cannam@140
|
4454 ;;
|
cannam@140
|
4455
|
cannam@140
|
4456 solaris*)
|
cannam@140
|
4457 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@140
|
4458 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4459 case $cc_basename in
|
cannam@140
|
4460 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
|
cannam@140
|
4461 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
|
cannam@140
|
4462 *)
|
cannam@140
|
4463 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
|
cannam@140
|
4464 esac
|
cannam@140
|
4465 ;;
|
cannam@140
|
4466
|
cannam@140
|
4467 sunos4*)
|
cannam@140
|
4468 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
|
cannam@140
|
4469 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
|
cannam@140
|
4470 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4471 ;;
|
cannam@140
|
4472
|
cannam@140
|
4473 sysv4 | sysv4.2uw2* | sysv4.3*)
|
cannam@140
|
4474 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4475 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@140
|
4476 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4477 ;;
|
cannam@140
|
4478
|
cannam@140
|
4479 sysv4*MP*)
|
cannam@140
|
4480 if test -d /usr/nec ;then
|
cannam@140
|
4481 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
|
cannam@140
|
4482 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4483 fi
|
cannam@140
|
4484 ;;
|
cannam@140
|
4485
|
cannam@140
|
4486 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
|
cannam@140
|
4487 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4488 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@140
|
4489 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4490 ;;
|
cannam@140
|
4491
|
cannam@140
|
4492 unicos*)
|
cannam@140
|
4493 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@140
|
4494 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
|
cannam@140
|
4495 ;;
|
cannam@140
|
4496
|
cannam@140
|
4497 uts4*)
|
cannam@140
|
4498 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
|
cannam@140
|
4499 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@140
|
4500 ;;
|
cannam@140
|
4501
|
cannam@140
|
4502 *)
|
cannam@140
|
4503 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
|
cannam@140
|
4504 ;;
|
cannam@140
|
4505 esac
|
cannam@140
|
4506 fi
|
cannam@140
|
4507 ])
|
cannam@140
|
4508 case $host_os in
|
cannam@140
|
4509 # For platforms which do not support PIC, -DPIC is meaningless:
|
cannam@140
|
4510 *djgpp*)
|
cannam@140
|
4511 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
|
cannam@140
|
4512 ;;
|
cannam@140
|
4513 *)
|
cannam@140
|
4514 _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
|
cannam@140
|
4515 ;;
|
cannam@140
|
4516 esac
|
cannam@140
|
4517
|
cannam@140
|
4518 AC_CACHE_CHECK([for $compiler option to produce PIC],
|
cannam@140
|
4519 [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)],
|
cannam@140
|
4520 [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)])
|
cannam@140
|
4521 _LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)
|
cannam@140
|
4522
|
cannam@140
|
4523 #
|
cannam@140
|
4524 # Check to make sure the PIC flag actually works.
|
cannam@140
|
4525 #
|
cannam@140
|
4526 if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
|
cannam@140
|
4527 _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
|
cannam@140
|
4528 [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
|
cannam@140
|
4529 [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
|
cannam@140
|
4530 [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
|
cannam@140
|
4531 "" | " "*) ;;
|
cannam@140
|
4532 *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;
|
cannam@140
|
4533 esac],
|
cannam@140
|
4534 [_LT_TAGVAR(lt_prog_compiler_pic, $1)=
|
cannam@140
|
4535 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
|
cannam@140
|
4536 fi
|
cannam@140
|
4537 _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
|
cannam@140
|
4538 [Additional compiler flags for building library objects])
|
cannam@140
|
4539
|
cannam@140
|
4540 _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1],
|
cannam@140
|
4541 [How to pass a linker flag through the compiler])
|
cannam@140
|
4542 #
|
cannam@140
|
4543 # Check to make sure the static flag actually works.
|
cannam@140
|
4544 #
|
cannam@140
|
4545 wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
|
cannam@140
|
4546 _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
|
cannam@140
|
4547 _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1),
|
cannam@140
|
4548 $lt_tmp_static_flag,
|
cannam@140
|
4549 [],
|
cannam@140
|
4550 [_LT_TAGVAR(lt_prog_compiler_static, $1)=])
|
cannam@140
|
4551 _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
|
cannam@140
|
4552 [Compiler flag to prevent dynamic linking])
|
cannam@140
|
4553 ])# _LT_COMPILER_PIC
|
cannam@140
|
4554
|
cannam@140
|
4555
|
cannam@140
|
4556 # _LT_LINKER_SHLIBS([TAGNAME])
|
cannam@140
|
4557 # ----------------------------
|
cannam@140
|
4558 # See if the linker supports building shared libraries.
|
cannam@140
|
4559 m4_defun([_LT_LINKER_SHLIBS],
|
cannam@140
|
4560 [AC_REQUIRE([LT_PATH_LD])dnl
|
cannam@140
|
4561 AC_REQUIRE([LT_PATH_NM])dnl
|
cannam@140
|
4562 m4_require([_LT_PATH_MANIFEST_TOOL])dnl
|
cannam@140
|
4563 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@140
|
4564 m4_require([_LT_DECL_EGREP])dnl
|
cannam@140
|
4565 m4_require([_LT_DECL_SED])dnl
|
cannam@140
|
4566 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
|
cannam@140
|
4567 m4_require([_LT_TAG_COMPILER])dnl
|
cannam@140
|
4568 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
|
cannam@140
|
4569 m4_if([$1], [CXX], [
|
cannam@140
|
4570 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
|
cannam@140
|
4571 _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
|
cannam@140
|
4572 case $host_os in
|
cannam@140
|
4573 aix[[4-9]]*)
|
cannam@140
|
4574 # If we're using GNU nm, then we don't want the "-C" option.
|
cannam@140
|
4575 # -C means demangle to AIX nm, but means don't demangle with GNU nm
|
cannam@140
|
4576 # Also, AIX nm treats weak defined symbols like other global defined
|
cannam@140
|
4577 # symbols, whereas GNU nm marks them as "W".
|
cannam@140
|
4578 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
|
cannam@140
|
4579 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
|
cannam@140
|
4580 else
|
cannam@140
|
4581 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
|
cannam@140
|
4582 fi
|
cannam@140
|
4583 ;;
|
cannam@140
|
4584 pw32*)
|
cannam@140
|
4585 _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
|
cannam@140
|
4586 ;;
|
cannam@140
|
4587 cygwin* | mingw* | cegcc*)
|
cannam@140
|
4588 case $cc_basename in
|
cannam@140
|
4589 cl*)
|
cannam@140
|
4590 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
|
cannam@140
|
4591 ;;
|
cannam@140
|
4592 *)
|
cannam@140
|
4593 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
|
cannam@140
|
4594 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
|
cannam@140
|
4595 ;;
|
cannam@140
|
4596 esac
|
cannam@140
|
4597 ;;
|
cannam@140
|
4598 linux* | k*bsd*-gnu | gnu*)
|
cannam@140
|
4599 _LT_TAGVAR(link_all_deplibs, $1)=no
|
cannam@140
|
4600 ;;
|
cannam@140
|
4601 *)
|
cannam@140
|
4602 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
|
cannam@140
|
4603 ;;
|
cannam@140
|
4604 esac
|
cannam@140
|
4605 ], [
|
cannam@140
|
4606 runpath_var=
|
cannam@140
|
4607 _LT_TAGVAR(allow_undefined_flag, $1)=
|
cannam@140
|
4608 _LT_TAGVAR(always_export_symbols, $1)=no
|
cannam@140
|
4609 _LT_TAGVAR(archive_cmds, $1)=
|
cannam@140
|
4610 _LT_TAGVAR(archive_expsym_cmds, $1)=
|
cannam@140
|
4611 _LT_TAGVAR(compiler_needs_object, $1)=no
|
cannam@140
|
4612 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
|
cannam@140
|
4613 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
|
cannam@140
|
4614 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
|
cannam@140
|
4615 _LT_TAGVAR(hardcode_automatic, $1)=no
|
cannam@140
|
4616 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@140
|
4617 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
|
cannam@140
|
4618 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
|
cannam@140
|
4619 _LT_TAGVAR(hardcode_libdir_separator, $1)=
|
cannam@140
|
4620 _LT_TAGVAR(hardcode_minus_L, $1)=no
|
cannam@140
|
4621 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
|
cannam@140
|
4622 _LT_TAGVAR(inherit_rpath, $1)=no
|
cannam@140
|
4623 _LT_TAGVAR(link_all_deplibs, $1)=unknown
|
cannam@140
|
4624 _LT_TAGVAR(module_cmds, $1)=
|
cannam@140
|
4625 _LT_TAGVAR(module_expsym_cmds, $1)=
|
cannam@140
|
4626 _LT_TAGVAR(old_archive_from_new_cmds, $1)=
|
cannam@140
|
4627 _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)=
|
cannam@140
|
4628 _LT_TAGVAR(thread_safe_flag_spec, $1)=
|
cannam@140
|
4629 _LT_TAGVAR(whole_archive_flag_spec, $1)=
|
cannam@140
|
4630 # include_expsyms should be a list of space-separated symbols to be *always*
|
cannam@140
|
4631 # included in the symbol list
|
cannam@140
|
4632 _LT_TAGVAR(include_expsyms, $1)=
|
cannam@140
|
4633 # exclude_expsyms can be an extended regexp of symbols to exclude
|
cannam@140
|
4634 # it will be wrapped by ` (' and `)$', so one must not match beginning or
|
cannam@140
|
4635 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
|
cannam@140
|
4636 # as well as any symbol that contains `d'.
|
cannam@140
|
4637 _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
|
cannam@140
|
4638 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
|
cannam@140
|
4639 # platforms (ab)use it in PIC code, but their linkers get confused if
|
cannam@140
|
4640 # the symbol is explicitly referenced. Since portable code cannot
|
cannam@140
|
4641 # rely on this symbol name, it's probably fine to never include it in
|
cannam@140
|
4642 # preloaded symbol tables.
|
cannam@140
|
4643 # Exclude shared library initialization/finalization symbols.
|
cannam@140
|
4644 dnl Note also adjust exclude_expsyms for C++ above.
|
cannam@140
|
4645 extract_expsyms_cmds=
|
cannam@140
|
4646
|
cannam@140
|
4647 case $host_os in
|
cannam@140
|
4648 cygwin* | mingw* | pw32* | cegcc*)
|
cannam@140
|
4649 # FIXME: the MSVC++ port hasn't been tested in a loooong time
|
cannam@140
|
4650 # When not using gcc, we currently assume that we are using
|
cannam@140
|
4651 # Microsoft Visual C++.
|
cannam@140
|
4652 if test "$GCC" != yes; then
|
cannam@140
|
4653 with_gnu_ld=no
|
cannam@140
|
4654 fi
|
cannam@140
|
4655 ;;
|
cannam@140
|
4656 interix*)
|
cannam@140
|
4657 # we just hope/assume this is gcc and not c89 (= MSVC++)
|
cannam@140
|
4658 with_gnu_ld=yes
|
cannam@140
|
4659 ;;
|
cannam@140
|
4660 openbsd*)
|
cannam@140
|
4661 with_gnu_ld=no
|
cannam@140
|
4662 ;;
|
cannam@140
|
4663 linux* | k*bsd*-gnu | gnu*)
|
cannam@140
|
4664 _LT_TAGVAR(link_all_deplibs, $1)=no
|
cannam@140
|
4665 ;;
|
cannam@140
|
4666 esac
|
cannam@140
|
4667
|
cannam@140
|
4668 _LT_TAGVAR(ld_shlibs, $1)=yes
|
cannam@140
|
4669
|
cannam@140
|
4670 # On some targets, GNU ld is compatible enough with the native linker
|
cannam@140
|
4671 # that we're better off using the native interface for both.
|
cannam@140
|
4672 lt_use_gnu_ld_interface=no
|
cannam@140
|
4673 if test "$with_gnu_ld" = yes; then
|
cannam@140
|
4674 case $host_os in
|
cannam@140
|
4675 aix*)
|
cannam@140
|
4676 # The AIX port of GNU ld has always aspired to compatibility
|
cannam@140
|
4677 # with the native linker. However, as the warning in the GNU ld
|
cannam@140
|
4678 # block says, versions before 2.19.5* couldn't really create working
|
cannam@140
|
4679 # shared libraries, regardless of the interface used.
|
cannam@140
|
4680 case `$LD -v 2>&1` in
|
cannam@140
|
4681 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
|
cannam@140
|
4682 *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;;
|
cannam@140
|
4683 *\ \(GNU\ Binutils\)\ [[3-9]]*) ;;
|
cannam@140
|
4684 *)
|
cannam@140
|
4685 lt_use_gnu_ld_interface=yes
|
cannam@140
|
4686 ;;
|
cannam@140
|
4687 esac
|
cannam@140
|
4688 ;;
|
cannam@140
|
4689 *)
|
cannam@140
|
4690 lt_use_gnu_ld_interface=yes
|
cannam@140
|
4691 ;;
|
cannam@140
|
4692 esac
|
cannam@140
|
4693 fi
|
cannam@140
|
4694
|
cannam@140
|
4695 if test "$lt_use_gnu_ld_interface" = yes; then
|
cannam@140
|
4696 # If archive_cmds runs LD, not CC, wlarc should be empty
|
cannam@140
|
4697 wlarc='${wl}'
|
cannam@140
|
4698
|
cannam@140
|
4699 # Set some defaults for GNU ld with shared library support. These
|
cannam@140
|
4700 # are reset later if shared libraries are not supported. Putting them
|
cannam@140
|
4701 # here allows them to be overridden if necessary.
|
cannam@140
|
4702 runpath_var=LD_RUN_PATH
|
cannam@140
|
4703 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@140
|
4704 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
cannam@140
|
4705 # ancient GNU ld didn't support --whole-archive et. al.
|
cannam@140
|
4706 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
|
cannam@140
|
4707 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
cannam@140
|
4708 else
|
cannam@140
|
4709 _LT_TAGVAR(whole_archive_flag_spec, $1)=
|
cannam@140
|
4710 fi
|
cannam@140
|
4711 supports_anon_versioning=no
|
cannam@140
|
4712 case `$LD -v 2>&1` in
|
cannam@140
|
4713 *GNU\ gold*) supports_anon_versioning=yes ;;
|
cannam@140
|
4714 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
|
cannam@140
|
4715 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
|
cannam@140
|
4716 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
|
cannam@140
|
4717 *\ 2.11.*) ;; # other 2.11 versions
|
cannam@140
|
4718 *) supports_anon_versioning=yes ;;
|
cannam@140
|
4719 esac
|
cannam@140
|
4720
|
cannam@140
|
4721 # See if GNU ld supports shared libraries.
|
cannam@140
|
4722 case $host_os in
|
cannam@140
|
4723 aix[[3-9]]*)
|
cannam@140
|
4724 # On AIX/PPC, the GNU linker is very broken
|
cannam@140
|
4725 if test "$host_cpu" != ia64; then
|
cannam@140
|
4726 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
4727 cat <<_LT_EOF 1>&2
|
cannam@140
|
4728
|
cannam@140
|
4729 *** Warning: the GNU linker, at least up to release 2.19, is reported
|
cannam@140
|
4730 *** to be unable to reliably create shared libraries on AIX.
|
cannam@140
|
4731 *** Therefore, libtool is disabling shared libraries support. If you
|
cannam@140
|
4732 *** really care for shared libraries, you may want to install binutils
|
cannam@140
|
4733 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
|
cannam@140
|
4734 *** You will then need to restart the configuration process.
|
cannam@140
|
4735
|
cannam@140
|
4736 _LT_EOF
|
cannam@140
|
4737 fi
|
cannam@140
|
4738 ;;
|
cannam@140
|
4739
|
cannam@140
|
4740 amigaos*)
|
cannam@140
|
4741 case $host_cpu in
|
cannam@140
|
4742 powerpc)
|
cannam@140
|
4743 # see comment about AmigaOS4 .so support
|
cannam@140
|
4744 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@140
|
4745 _LT_TAGVAR(archive_expsym_cmds, $1)=''
|
cannam@140
|
4746 ;;
|
cannam@140
|
4747 m68k)
|
cannam@140
|
4748 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
|
cannam@140
|
4749 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@140
|
4750 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@140
|
4751 ;;
|
cannam@140
|
4752 esac
|
cannam@140
|
4753 ;;
|
cannam@140
|
4754
|
cannam@140
|
4755 beos*)
|
cannam@140
|
4756 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
cannam@140
|
4757 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
cannam@140
|
4758 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
|
cannam@140
|
4759 # support --undefined. This deserves some investigation. FIXME
|
cannam@140
|
4760 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@140
|
4761 else
|
cannam@140
|
4762 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
4763 fi
|
cannam@140
|
4764 ;;
|
cannam@140
|
4765
|
cannam@140
|
4766 cygwin* | mingw* | pw32* | cegcc*)
|
cannam@140
|
4767 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
|
cannam@140
|
4768 # as there is no search path for DLLs.
|
cannam@140
|
4769 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@140
|
4770 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
|
cannam@140
|
4771 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
cannam@140
|
4772 _LT_TAGVAR(always_export_symbols, $1)=no
|
cannam@140
|
4773 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
|
cannam@140
|
4774 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
|
cannam@140
|
4775 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
|
cannam@140
|
4776
|
cannam@140
|
4777 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
|
cannam@140
|
4778 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
|
cannam@140
|
4779 # If the export-symbols file already is a .def file (1st line
|
cannam@140
|
4780 # is EXPORTS), use it as is; otherwise, prepend...
|
cannam@140
|
4781 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
|
cannam@140
|
4782 cp $export_symbols $output_objdir/$soname.def;
|
cannam@140
|
4783 else
|
cannam@140
|
4784 echo EXPORTS > $output_objdir/$soname.def;
|
cannam@140
|
4785 cat $export_symbols >> $output_objdir/$soname.def;
|
cannam@140
|
4786 fi~
|
cannam@140
|
4787 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
|
cannam@140
|
4788 else
|
cannam@140
|
4789 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
4790 fi
|
cannam@140
|
4791 ;;
|
cannam@140
|
4792
|
cannam@140
|
4793 haiku*)
|
cannam@140
|
4794 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@140
|
4795 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@140
|
4796 ;;
|
cannam@140
|
4797
|
cannam@140
|
4798 interix[[3-9]]*)
|
cannam@140
|
4799 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@140
|
4800 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
4801 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
cannam@140
|
4802 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@140
|
4803 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
|
cannam@140
|
4804 # Instead, shared libraries are loaded at an image base (0x10000000 by
|
cannam@140
|
4805 # default) and relocated if they conflict, which is a slow very memory
|
cannam@140
|
4806 # consuming and fragmenting process. To avoid this, we pick a random,
|
cannam@140
|
4807 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
|
cannam@140
|
4808 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
|
cannam@140
|
4809 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
|
cannam@140
|
4810 _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
|
cannam@140
|
4811 ;;
|
cannam@140
|
4812
|
cannam@140
|
4813 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
|
cannam@140
|
4814 tmp_diet=no
|
cannam@140
|
4815 if test "$host_os" = linux-dietlibc; then
|
cannam@140
|
4816 case $cc_basename in
|
cannam@140
|
4817 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
|
cannam@140
|
4818 esac
|
cannam@140
|
4819 fi
|
cannam@140
|
4820 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
|
cannam@140
|
4821 && test "$tmp_diet" = no
|
cannam@140
|
4822 then
|
cannam@140
|
4823 tmp_addflag=' $pic_flag'
|
cannam@140
|
4824 tmp_sharedflag='-shared'
|
cannam@140
|
4825 case $cc_basename,$host_cpu in
|
cannam@140
|
4826 pgcc*) # Portland Group C compiler
|
cannam@140
|
4827 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
|
cannam@140
|
4828 tmp_addflag=' $pic_flag'
|
cannam@140
|
4829 ;;
|
cannam@140
|
4830 pgf77* | pgf90* | pgf95* | pgfortran*)
|
cannam@140
|
4831 # Portland Group f77 and f90 compilers
|
cannam@140
|
4832 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
|
cannam@140
|
4833 tmp_addflag=' $pic_flag -Mnomain' ;;
|
cannam@140
|
4834 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
|
cannam@140
|
4835 tmp_addflag=' -i_dynamic' ;;
|
cannam@140
|
4836 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
|
cannam@140
|
4837 tmp_addflag=' -i_dynamic -nofor_main' ;;
|
cannam@140
|
4838 ifc* | ifort*) # Intel Fortran compiler
|
cannam@140
|
4839 tmp_addflag=' -nofor_main' ;;
|
cannam@140
|
4840 lf95*) # Lahey Fortran 8.1
|
cannam@140
|
4841 _LT_TAGVAR(whole_archive_flag_spec, $1)=
|
cannam@140
|
4842 tmp_sharedflag='--shared' ;;
|
cannam@140
|
4843 xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
|
cannam@140
|
4844 tmp_sharedflag='-qmkshrobj'
|
cannam@140
|
4845 tmp_addflag= ;;
|
cannam@140
|
4846 nvcc*) # Cuda Compiler Driver 2.2
|
cannam@140
|
4847 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
|
cannam@140
|
4848 _LT_TAGVAR(compiler_needs_object, $1)=yes
|
cannam@140
|
4849 ;;
|
cannam@140
|
4850 esac
|
cannam@140
|
4851 case `$CC -V 2>&1 | sed 5q` in
|
cannam@140
|
4852 *Sun\ C*) # Sun C 5.9
|
cannam@140
|
4853 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
|
cannam@140
|
4854 _LT_TAGVAR(compiler_needs_object, $1)=yes
|
cannam@140
|
4855 tmp_sharedflag='-G' ;;
|
cannam@140
|
4856 *Sun\ F*) # Sun Fortran 8.3
|
cannam@140
|
4857 tmp_sharedflag='-G' ;;
|
cannam@140
|
4858 esac
|
cannam@140
|
4859 _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@140
|
4860
|
cannam@140
|
4861 if test "x$supports_anon_versioning" = xyes; then
|
cannam@140
|
4862 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
|
cannam@140
|
4863 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
|
cannam@140
|
4864 echo "local: *; };" >> $output_objdir/$libname.ver~
|
cannam@140
|
4865 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
|
cannam@140
|
4866 fi
|
cannam@140
|
4867
|
cannam@140
|
4868 case $cc_basename in
|
cannam@140
|
4869 xlf* | bgf* | bgxlf* | mpixlf*)
|
cannam@140
|
4870 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
|
cannam@140
|
4871 _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
|
cannam@140
|
4872 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@140
|
4873 _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
|
cannam@140
|
4874 if test "x$supports_anon_versioning" = xyes; then
|
cannam@140
|
4875 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
|
cannam@140
|
4876 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
|
cannam@140
|
4877 echo "local: *; };" >> $output_objdir/$libname.ver~
|
cannam@140
|
4878 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
|
cannam@140
|
4879 fi
|
cannam@140
|
4880 ;;
|
cannam@140
|
4881 esac
|
cannam@140
|
4882 else
|
cannam@140
|
4883 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
4884 fi
|
cannam@140
|
4885 ;;
|
cannam@140
|
4886
|
cannam@140
|
4887 netbsd* | netbsdelf*-gnu)
|
cannam@140
|
4888 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
|
cannam@140
|
4889 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
|
cannam@140
|
4890 wlarc=
|
cannam@140
|
4891 else
|
cannam@140
|
4892 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@140
|
4893 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
cannam@140
|
4894 fi
|
cannam@140
|
4895 ;;
|
cannam@140
|
4896
|
cannam@140
|
4897 solaris*)
|
cannam@140
|
4898 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
|
cannam@140
|
4899 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
4900 cat <<_LT_EOF 1>&2
|
cannam@140
|
4901
|
cannam@140
|
4902 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
|
cannam@140
|
4903 *** create shared libraries on Solaris systems. Therefore, libtool
|
cannam@140
|
4904 *** is disabling shared libraries support. We urge you to upgrade GNU
|
cannam@140
|
4905 *** binutils to release 2.9.1 or newer. Another option is to modify
|
cannam@140
|
4906 *** your PATH or compiler configuration so that the native linker is
|
cannam@140
|
4907 *** used, and then restart.
|
cannam@140
|
4908
|
cannam@140
|
4909 _LT_EOF
|
cannam@140
|
4910 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
cannam@140
|
4911 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@140
|
4912 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
cannam@140
|
4913 else
|
cannam@140
|
4914 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
4915 fi
|
cannam@140
|
4916 ;;
|
cannam@140
|
4917
|
cannam@140
|
4918 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
|
cannam@140
|
4919 case `$LD -v 2>&1` in
|
cannam@140
|
4920 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
|
cannam@140
|
4921 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
4922 cat <<_LT_EOF 1>&2
|
cannam@140
|
4923
|
cannam@140
|
4924 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
|
cannam@140
|
4925 *** reliably create shared libraries on SCO systems. Therefore, libtool
|
cannam@140
|
4926 *** is disabling shared libraries support. We urge you to upgrade GNU
|
cannam@140
|
4927 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
|
cannam@140
|
4928 *** your PATH or compiler configuration so that the native linker is
|
cannam@140
|
4929 *** used, and then restart.
|
cannam@140
|
4930
|
cannam@140
|
4931 _LT_EOF
|
cannam@140
|
4932 ;;
|
cannam@140
|
4933 *)
|
cannam@140
|
4934 # For security reasons, it is highly recommended that you always
|
cannam@140
|
4935 # use absolute paths for naming shared libraries, and exclude the
|
cannam@140
|
4936 # DT_RUNPATH tag from executables and libraries. But doing so
|
cannam@140
|
4937 # requires that you compile everything twice, which is a pain.
|
cannam@140
|
4938 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
cannam@140
|
4939 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@140
|
4940 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@140
|
4941 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
cannam@140
|
4942 else
|
cannam@140
|
4943 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
4944 fi
|
cannam@140
|
4945 ;;
|
cannam@140
|
4946 esac
|
cannam@140
|
4947 ;;
|
cannam@140
|
4948
|
cannam@140
|
4949 sunos4*)
|
cannam@140
|
4950 _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
cannam@140
|
4951 wlarc=
|
cannam@140
|
4952 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
4953 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
4954 ;;
|
cannam@140
|
4955
|
cannam@140
|
4956 *)
|
cannam@140
|
4957 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
cannam@140
|
4958 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@140
|
4959 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
cannam@140
|
4960 else
|
cannam@140
|
4961 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
4962 fi
|
cannam@140
|
4963 ;;
|
cannam@140
|
4964 esac
|
cannam@140
|
4965
|
cannam@140
|
4966 if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then
|
cannam@140
|
4967 runpath_var=
|
cannam@140
|
4968 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
|
cannam@140
|
4969 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
|
cannam@140
|
4970 _LT_TAGVAR(whole_archive_flag_spec, $1)=
|
cannam@140
|
4971 fi
|
cannam@140
|
4972 else
|
cannam@140
|
4973 # PORTME fill in a description of your system's linker (not GNU ld)
|
cannam@140
|
4974 case $host_os in
|
cannam@140
|
4975 aix3*)
|
cannam@140
|
4976 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
cannam@140
|
4977 _LT_TAGVAR(always_export_symbols, $1)=yes
|
cannam@140
|
4978 _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
|
cannam@140
|
4979 # Note: this linker hardcodes the directories in LIBPATH if there
|
cannam@140
|
4980 # are no directories specified by -L.
|
cannam@140
|
4981 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@140
|
4982 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
|
cannam@140
|
4983 # Neither direct hardcoding nor static linking is supported with a
|
cannam@140
|
4984 # broken collect2.
|
cannam@140
|
4985 _LT_TAGVAR(hardcode_direct, $1)=unsupported
|
cannam@140
|
4986 fi
|
cannam@140
|
4987 ;;
|
cannam@140
|
4988
|
cannam@140
|
4989 aix[[4-9]]*)
|
cannam@140
|
4990 if test "$host_cpu" = ia64; then
|
cannam@140
|
4991 # On IA64, the linker does run time linking by default, so we don't
|
cannam@140
|
4992 # have to do anything special.
|
cannam@140
|
4993 aix_use_runtimelinking=no
|
cannam@140
|
4994 exp_sym_flag='-Bexport'
|
cannam@140
|
4995 no_entry_flag=""
|
cannam@140
|
4996 else
|
cannam@140
|
4997 # If we're using GNU nm, then we don't want the "-C" option.
|
cannam@140
|
4998 # -C means demangle to AIX nm, but means don't demangle with GNU nm
|
cannam@140
|
4999 # Also, AIX nm treats weak defined symbols like other global
|
cannam@140
|
5000 # defined symbols, whereas GNU nm marks them as "W".
|
cannam@140
|
5001 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
|
cannam@140
|
5002 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
|
cannam@140
|
5003 else
|
cannam@140
|
5004 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
|
cannam@140
|
5005 fi
|
cannam@140
|
5006 aix_use_runtimelinking=no
|
cannam@140
|
5007
|
cannam@140
|
5008 # Test if we are trying to use run time linking or normal
|
cannam@140
|
5009 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
|
cannam@140
|
5010 # need to do runtime linking.
|
cannam@140
|
5011 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
|
cannam@140
|
5012 for ld_flag in $LDFLAGS; do
|
cannam@140
|
5013 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
|
cannam@140
|
5014 aix_use_runtimelinking=yes
|
cannam@140
|
5015 break
|
cannam@140
|
5016 fi
|
cannam@140
|
5017 done
|
cannam@140
|
5018 ;;
|
cannam@140
|
5019 esac
|
cannam@140
|
5020
|
cannam@140
|
5021 exp_sym_flag='-bexport'
|
cannam@140
|
5022 no_entry_flag='-bnoentry'
|
cannam@140
|
5023 fi
|
cannam@140
|
5024
|
cannam@140
|
5025 # When large executables or shared objects are built, AIX ld can
|
cannam@140
|
5026 # have problems creating the table of contents. If linking a library
|
cannam@140
|
5027 # or program results in "error TOC overflow" add -mminimal-toc to
|
cannam@140
|
5028 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
|
cannam@140
|
5029 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
|
cannam@140
|
5030
|
cannam@140
|
5031 _LT_TAGVAR(archive_cmds, $1)=''
|
cannam@140
|
5032 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
5033 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
|
cannam@140
|
5034 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
|
cannam@140
|
5035 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@140
|
5036 _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
|
cannam@140
|
5037
|
cannam@140
|
5038 if test "$GCC" = yes; then
|
cannam@140
|
5039 case $host_os in aix4.[[012]]|aix4.[[012]].*)
|
cannam@140
|
5040 # We only want to do this on AIX 4.2 and lower, the check
|
cannam@140
|
5041 # below for broken collect2 doesn't work under 4.3+
|
cannam@140
|
5042 collect2name=`${CC} -print-prog-name=collect2`
|
cannam@140
|
5043 if test -f "$collect2name" &&
|
cannam@140
|
5044 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
|
cannam@140
|
5045 then
|
cannam@140
|
5046 # We have reworked collect2
|
cannam@140
|
5047 :
|
cannam@140
|
5048 else
|
cannam@140
|
5049 # We have old collect2
|
cannam@140
|
5050 _LT_TAGVAR(hardcode_direct, $1)=unsupported
|
cannam@140
|
5051 # It fails to find uninstalled libraries when the uninstalled
|
cannam@140
|
5052 # path is not listed in the libpath. Setting hardcode_minus_L
|
cannam@140
|
5053 # to unsupported forces relinking
|
cannam@140
|
5054 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@140
|
5055 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@140
|
5056 _LT_TAGVAR(hardcode_libdir_separator, $1)=
|
cannam@140
|
5057 fi
|
cannam@140
|
5058 ;;
|
cannam@140
|
5059 esac
|
cannam@140
|
5060 shared_flag='-shared'
|
cannam@140
|
5061 if test "$aix_use_runtimelinking" = yes; then
|
cannam@140
|
5062 shared_flag="$shared_flag "'${wl}-G'
|
cannam@140
|
5063 fi
|
cannam@140
|
5064 _LT_TAGVAR(link_all_deplibs, $1)=no
|
cannam@140
|
5065 else
|
cannam@140
|
5066 # not using gcc
|
cannam@140
|
5067 if test "$host_cpu" = ia64; then
|
cannam@140
|
5068 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
|
cannam@140
|
5069 # chokes on -Wl,-G. The following line is correct:
|
cannam@140
|
5070 shared_flag='-G'
|
cannam@140
|
5071 else
|
cannam@140
|
5072 if test "$aix_use_runtimelinking" = yes; then
|
cannam@140
|
5073 shared_flag='${wl}-G'
|
cannam@140
|
5074 else
|
cannam@140
|
5075 shared_flag='${wl}-bM:SRE'
|
cannam@140
|
5076 fi
|
cannam@140
|
5077 fi
|
cannam@140
|
5078 fi
|
cannam@140
|
5079
|
cannam@140
|
5080 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
|
cannam@140
|
5081 # It seems that -bexpall does not export symbols beginning with
|
cannam@140
|
5082 # underscore (_), so it is better to generate a list of symbols to export.
|
cannam@140
|
5083 _LT_TAGVAR(always_export_symbols, $1)=yes
|
cannam@140
|
5084 if test "$aix_use_runtimelinking" = yes; then
|
cannam@140
|
5085 # Warning - without using the other runtime loading flags (-brtl),
|
cannam@140
|
5086 # -berok will link without error, but may produce a broken library.
|
cannam@140
|
5087 _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
|
cannam@140
|
5088 # Determine the default libpath from the value encoded in an
|
cannam@140
|
5089 # empty executable.
|
cannam@140
|
5090 _LT_SYS_MODULE_PATH_AIX([$1])
|
cannam@140
|
5091 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
|
cannam@140
|
5092 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
|
cannam@140
|
5093 else
|
cannam@140
|
5094 if test "$host_cpu" = ia64; then
|
cannam@140
|
5095 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
|
cannam@140
|
5096 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
|
cannam@140
|
5097 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
|
cannam@140
|
5098 else
|
cannam@140
|
5099 # Determine the default libpath from the value encoded in an
|
cannam@140
|
5100 # empty executable.
|
cannam@140
|
5101 _LT_SYS_MODULE_PATH_AIX([$1])
|
cannam@140
|
5102 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
|
cannam@140
|
5103 # Warning - without using the other run time loading flags,
|
cannam@140
|
5104 # -berok will link without error, but may produce a broken library.
|
cannam@140
|
5105 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
|
cannam@140
|
5106 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
|
cannam@140
|
5107 if test "$with_gnu_ld" = yes; then
|
cannam@140
|
5108 # We only use this code for GNU lds that support --whole-archive.
|
cannam@140
|
5109 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
|
cannam@140
|
5110 else
|
cannam@140
|
5111 # Exported symbols can be pulled into shared objects from archives
|
cannam@140
|
5112 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
|
cannam@140
|
5113 fi
|
cannam@140
|
5114 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
|
cannam@140
|
5115 # This is similar to how AIX traditionally builds its shared libraries.
|
cannam@140
|
5116 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
|
cannam@140
|
5117 fi
|
cannam@140
|
5118 fi
|
cannam@140
|
5119 ;;
|
cannam@140
|
5120
|
cannam@140
|
5121 amigaos*)
|
cannam@140
|
5122 case $host_cpu in
|
cannam@140
|
5123 powerpc)
|
cannam@140
|
5124 # see comment about AmigaOS4 .so support
|
cannam@140
|
5125 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@140
|
5126 _LT_TAGVAR(archive_expsym_cmds, $1)=''
|
cannam@140
|
5127 ;;
|
cannam@140
|
5128 m68k)
|
cannam@140
|
5129 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
|
cannam@140
|
5130 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@140
|
5131 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@140
|
5132 ;;
|
cannam@140
|
5133 esac
|
cannam@140
|
5134 ;;
|
cannam@140
|
5135
|
cannam@140
|
5136 bsdi[[45]]*)
|
cannam@140
|
5137 _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
|
cannam@140
|
5138 ;;
|
cannam@140
|
5139
|
cannam@140
|
5140 cygwin* | mingw* | pw32* | cegcc*)
|
cannam@140
|
5141 # When not using gcc, we currently assume that we are using
|
cannam@140
|
5142 # Microsoft Visual C++.
|
cannam@140
|
5143 # hardcode_libdir_flag_spec is actually meaningless, as there is
|
cannam@140
|
5144 # no search path for DLLs.
|
cannam@140
|
5145 case $cc_basename in
|
cannam@140
|
5146 cl*)
|
cannam@140
|
5147 # Native MSVC
|
cannam@140
|
5148 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
|
cannam@140
|
5149 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
cannam@140
|
5150 _LT_TAGVAR(always_export_symbols, $1)=yes
|
cannam@140
|
5151 _LT_TAGVAR(file_list_spec, $1)='@'
|
cannam@140
|
5152 # Tell ltmain to make .lib files, not .a files.
|
cannam@140
|
5153 libext=lib
|
cannam@140
|
5154 # Tell ltmain to make .dll files, not .so files.
|
cannam@140
|
5155 shrext_cmds=".dll"
|
cannam@140
|
5156 # FIXME: Setting linknames here is a bad hack.
|
cannam@140
|
5157 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
|
cannam@140
|
5158 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
|
cannam@140
|
5159 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
|
cannam@140
|
5160 else
|
cannam@140
|
5161 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
|
cannam@140
|
5162 fi~
|
cannam@140
|
5163 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
|
cannam@140
|
5164 linknames='
|
cannam@140
|
5165 # The linker will not automatically build a static lib if we build a DLL.
|
cannam@140
|
5166 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
|
cannam@140
|
5167 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
|
cannam@140
|
5168 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
|
cannam@140
|
5169 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
|
cannam@140
|
5170 # Don't use ranlib
|
cannam@140
|
5171 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
|
cannam@140
|
5172 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
|
cannam@140
|
5173 lt_tool_outputfile="@TOOL_OUTPUT@"~
|
cannam@140
|
5174 case $lt_outputfile in
|
cannam@140
|
5175 *.exe|*.EXE) ;;
|
cannam@140
|
5176 *)
|
cannam@140
|
5177 lt_outputfile="$lt_outputfile.exe"
|
cannam@140
|
5178 lt_tool_outputfile="$lt_tool_outputfile.exe"
|
cannam@140
|
5179 ;;
|
cannam@140
|
5180 esac~
|
cannam@140
|
5181 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
|
cannam@140
|
5182 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
|
cannam@140
|
5183 $RM "$lt_outputfile.manifest";
|
cannam@140
|
5184 fi'
|
cannam@140
|
5185 ;;
|
cannam@140
|
5186 *)
|
cannam@140
|
5187 # Assume MSVC wrapper
|
cannam@140
|
5188 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
|
cannam@140
|
5189 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
cannam@140
|
5190 # Tell ltmain to make .lib files, not .a files.
|
cannam@140
|
5191 libext=lib
|
cannam@140
|
5192 # Tell ltmain to make .dll files, not .so files.
|
cannam@140
|
5193 shrext_cmds=".dll"
|
cannam@140
|
5194 # FIXME: Setting linknames here is a bad hack.
|
cannam@140
|
5195 _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
|
cannam@140
|
5196 # The linker will automatically build a .lib file if we build a DLL.
|
cannam@140
|
5197 _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
|
cannam@140
|
5198 # FIXME: Should let the user specify the lib program.
|
cannam@140
|
5199 _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
|
cannam@140
|
5200 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
|
cannam@140
|
5201 ;;
|
cannam@140
|
5202 esac
|
cannam@140
|
5203 ;;
|
cannam@140
|
5204
|
cannam@140
|
5205 darwin* | rhapsody*)
|
cannam@140
|
5206 _LT_DARWIN_LINKER_FEATURES($1)
|
cannam@140
|
5207 ;;
|
cannam@140
|
5208
|
cannam@140
|
5209 dgux*)
|
cannam@140
|
5210 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
cannam@140
|
5211 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@140
|
5212 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
5213 ;;
|
cannam@140
|
5214
|
cannam@140
|
5215 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
|
cannam@140
|
5216 # support. Future versions do this automatically, but an explicit c++rt0.o
|
cannam@140
|
5217 # does not break anything, and helps significantly (at the cost of a little
|
cannam@140
|
5218 # extra space).
|
cannam@140
|
5219 freebsd2.2*)
|
cannam@140
|
5220 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
cannam@140
|
5221 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
cannam@140
|
5222 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
5223 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
5224 ;;
|
cannam@140
|
5225
|
cannam@140
|
5226 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
|
cannam@140
|
5227 freebsd2.*)
|
cannam@140
|
5228 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
cannam@140
|
5229 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
5230 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@140
|
5231 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
5232 ;;
|
cannam@140
|
5233
|
cannam@140
|
5234 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
|
cannam@140
|
5235 freebsd* | dragonfly*)
|
cannam@140
|
5236 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5237 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
cannam@140
|
5238 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
5239 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
5240 ;;
|
cannam@140
|
5241
|
cannam@140
|
5242 hpux9*)
|
cannam@140
|
5243 if test "$GCC" = yes; then
|
cannam@140
|
5244 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
|
cannam@140
|
5245 else
|
cannam@140
|
5246 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
|
cannam@140
|
5247 fi
|
cannam@140
|
5248 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
cannam@140
|
5249 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@140
|
5250 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
5251
|
cannam@140
|
5252 # hardcode_minus_L: Not really in the search PATH,
|
cannam@140
|
5253 # but as the default location of the library.
|
cannam@140
|
5254 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@140
|
5255 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@140
|
5256 ;;
|
cannam@140
|
5257
|
cannam@140
|
5258 hpux10*)
|
cannam@140
|
5259 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
|
cannam@140
|
5260 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5261 else
|
cannam@140
|
5262 _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
|
cannam@140
|
5263 fi
|
cannam@140
|
5264 if test "$with_gnu_ld" = no; then
|
cannam@140
|
5265 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
cannam@140
|
5266 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@140
|
5267 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
5268 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
|
cannam@140
|
5269 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@140
|
5270 # hardcode_minus_L: Not really in the search PATH,
|
cannam@140
|
5271 # but as the default location of the library.
|
cannam@140
|
5272 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@140
|
5273 fi
|
cannam@140
|
5274 ;;
|
cannam@140
|
5275
|
cannam@140
|
5276 hpux11*)
|
cannam@140
|
5277 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
|
cannam@140
|
5278 case $host_cpu in
|
cannam@140
|
5279 hppa*64*)
|
cannam@140
|
5280 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5281 ;;
|
cannam@140
|
5282 ia64*)
|
cannam@140
|
5283 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5284 ;;
|
cannam@140
|
5285 *)
|
cannam@140
|
5286 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5287 ;;
|
cannam@140
|
5288 esac
|
cannam@140
|
5289 else
|
cannam@140
|
5290 case $host_cpu in
|
cannam@140
|
5291 hppa*64*)
|
cannam@140
|
5292 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5293 ;;
|
cannam@140
|
5294 ia64*)
|
cannam@140
|
5295 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5296 ;;
|
cannam@140
|
5297 *)
|
cannam@140
|
5298 m4_if($1, [], [
|
cannam@140
|
5299 # Older versions of the 11.00 compiler do not understand -b yet
|
cannam@140
|
5300 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
|
cannam@140
|
5301 _LT_LINKER_OPTION([if $CC understands -b],
|
cannam@140
|
5302 _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b],
|
cannam@140
|
5303 [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
|
cannam@140
|
5304 [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])],
|
cannam@140
|
5305 [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
|
cannam@140
|
5306 ;;
|
cannam@140
|
5307 esac
|
cannam@140
|
5308 fi
|
cannam@140
|
5309 if test "$with_gnu_ld" = no; then
|
cannam@140
|
5310 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
cannam@140
|
5311 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@140
|
5312
|
cannam@140
|
5313 case $host_cpu in
|
cannam@140
|
5314 hppa*64*|ia64*)
|
cannam@140
|
5315 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@140
|
5316 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
5317 ;;
|
cannam@140
|
5318 *)
|
cannam@140
|
5319 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
5320 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
|
cannam@140
|
5321 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@140
|
5322
|
cannam@140
|
5323 # hardcode_minus_L: Not really in the search PATH,
|
cannam@140
|
5324 # but as the default location of the library.
|
cannam@140
|
5325 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@140
|
5326 ;;
|
cannam@140
|
5327 esac
|
cannam@140
|
5328 fi
|
cannam@140
|
5329 ;;
|
cannam@140
|
5330
|
cannam@140
|
5331 irix5* | irix6* | nonstopux*)
|
cannam@140
|
5332 if test "$GCC" = yes; then
|
cannam@140
|
5333 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
cannam@140
|
5334 # Try to use the -exported_symbol ld option, if it does not
|
cannam@140
|
5335 # work, assume that -exports_file does not work either and
|
cannam@140
|
5336 # implicitly export all symbols.
|
cannam@140
|
5337 # This should be the same for all languages, so no per-tag cache variable.
|
cannam@140
|
5338 AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol],
|
cannam@140
|
5339 [lt_cv_irix_exported_symbol],
|
cannam@140
|
5340 [save_LDFLAGS="$LDFLAGS"
|
cannam@140
|
5341 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
|
cannam@140
|
5342 AC_LINK_IFELSE(
|
cannam@140
|
5343 [AC_LANG_SOURCE(
|
cannam@140
|
5344 [AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
|
cannam@140
|
5345 [C++], [[int foo (void) { return 0; }]],
|
cannam@140
|
5346 [Fortran 77], [[
|
cannam@140
|
5347 subroutine foo
|
cannam@140
|
5348 end]],
|
cannam@140
|
5349 [Fortran], [[
|
cannam@140
|
5350 subroutine foo
|
cannam@140
|
5351 end]])])],
|
cannam@140
|
5352 [lt_cv_irix_exported_symbol=yes],
|
cannam@140
|
5353 [lt_cv_irix_exported_symbol=no])
|
cannam@140
|
5354 LDFLAGS="$save_LDFLAGS"])
|
cannam@140
|
5355 if test "$lt_cv_irix_exported_symbol" = yes; then
|
cannam@140
|
5356 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
|
cannam@140
|
5357 fi
|
cannam@140
|
5358 else
|
cannam@140
|
5359 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
|
cannam@140
|
5360 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
|
cannam@140
|
5361 fi
|
cannam@140
|
5362 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
|
cannam@140
|
5363 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@140
|
5364 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@140
|
5365 _LT_TAGVAR(inherit_rpath, $1)=yes
|
cannam@140
|
5366 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@140
|
5367 ;;
|
cannam@140
|
5368
|
cannam@140
|
5369 netbsd* | netbsdelf*-gnu)
|
cannam@140
|
5370 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
|
cannam@140
|
5371 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
|
cannam@140
|
5372 else
|
cannam@140
|
5373 _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
|
cannam@140
|
5374 fi
|
cannam@140
|
5375 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
cannam@140
|
5376 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
5377 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
5378 ;;
|
cannam@140
|
5379
|
cannam@140
|
5380 newsos6)
|
cannam@140
|
5381 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
cannam@140
|
5382 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
5383 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@140
|
5384 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@140
|
5385 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
5386 ;;
|
cannam@140
|
5387
|
cannam@140
|
5388 *nto* | *qnx*)
|
cannam@140
|
5389 ;;
|
cannam@140
|
5390
|
cannam@140
|
5391 openbsd*)
|
cannam@140
|
5392 if test -f /usr/libexec/ld.so; then
|
cannam@140
|
5393 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
5394 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
5395 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
|
cannam@140
|
5396 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
cannam@140
|
5397 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5398 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
|
cannam@140
|
5399 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
cannam@140
|
5400 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@140
|
5401 else
|
cannam@140
|
5402 case $host_os in
|
cannam@140
|
5403 openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
|
cannam@140
|
5404 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
cannam@140
|
5405 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
cannam@140
|
5406 ;;
|
cannam@140
|
5407 *)
|
cannam@140
|
5408 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5409 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
cannam@140
|
5410 ;;
|
cannam@140
|
5411 esac
|
cannam@140
|
5412 fi
|
cannam@140
|
5413 else
|
cannam@140
|
5414 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
5415 fi
|
cannam@140
|
5416 ;;
|
cannam@140
|
5417
|
cannam@140
|
5418 os2*)
|
cannam@140
|
5419 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@140
|
5420 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@140
|
5421 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
cannam@140
|
5422 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
|
cannam@140
|
5423 _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
|
cannam@140
|
5424 ;;
|
cannam@140
|
5425
|
cannam@140
|
5426 osf3*)
|
cannam@140
|
5427 if test "$GCC" = yes; then
|
cannam@140
|
5428 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
|
cannam@140
|
5429 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
cannam@140
|
5430 else
|
cannam@140
|
5431 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
|
cannam@140
|
5432 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
|
cannam@140
|
5433 fi
|
cannam@140
|
5434 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
|
cannam@140
|
5435 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@140
|
5436 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@140
|
5437 ;;
|
cannam@140
|
5438
|
cannam@140
|
5439 osf4* | osf5*) # as osf3* with the addition of -msym flag
|
cannam@140
|
5440 if test "$GCC" = yes; then
|
cannam@140
|
5441 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
|
cannam@140
|
5442 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
cannam@140
|
5443 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@140
|
5444 else
|
cannam@140
|
5445 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
|
cannam@140
|
5446 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
|
cannam@140
|
5447 _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
|
cannam@140
|
5448 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
|
cannam@140
|
5449
|
cannam@140
|
5450 # Both c and cxx compiler support -rpath directly
|
cannam@140
|
5451 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
|
cannam@140
|
5452 fi
|
cannam@140
|
5453 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
|
cannam@140
|
5454 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@140
|
5455 ;;
|
cannam@140
|
5456
|
cannam@140
|
5457 solaris*)
|
cannam@140
|
5458 _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
|
cannam@140
|
5459 if test "$GCC" = yes; then
|
cannam@140
|
5460 wlarc='${wl}'
|
cannam@140
|
5461 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5462 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
cannam@140
|
5463 $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
|
cannam@140
|
5464 else
|
cannam@140
|
5465 case `$CC -V 2>&1` in
|
cannam@140
|
5466 *"Compilers 5.0"*)
|
cannam@140
|
5467 wlarc=''
|
cannam@140
|
5468 _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
cannam@140
|
5469 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
cannam@140
|
5470 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
|
cannam@140
|
5471 ;;
|
cannam@140
|
5472 *)
|
cannam@140
|
5473 wlarc='${wl}'
|
cannam@140
|
5474 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5475 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
cannam@140
|
5476 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
|
cannam@140
|
5477 ;;
|
cannam@140
|
5478 esac
|
cannam@140
|
5479 fi
|
cannam@140
|
5480 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
cannam@140
|
5481 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
5482 case $host_os in
|
cannam@140
|
5483 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
|
cannam@140
|
5484 *)
|
cannam@140
|
5485 # The compiler driver will combine and reorder linker options,
|
cannam@140
|
5486 # but understands `-z linker_flag'. GCC discards it without `$wl',
|
cannam@140
|
5487 # but is careful enough not to reorder.
|
cannam@140
|
5488 # Supported since Solaris 2.6 (maybe 2.5.1?)
|
cannam@140
|
5489 if test "$GCC" = yes; then
|
cannam@140
|
5490 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
|
cannam@140
|
5491 else
|
cannam@140
|
5492 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
|
cannam@140
|
5493 fi
|
cannam@140
|
5494 ;;
|
cannam@140
|
5495 esac
|
cannam@140
|
5496 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@140
|
5497 ;;
|
cannam@140
|
5498
|
cannam@140
|
5499 sunos4*)
|
cannam@140
|
5500 if test "x$host_vendor" = xsequent; then
|
cannam@140
|
5501 # Use $CC to link under sequent, because it throws in some extra .o
|
cannam@140
|
5502 # files that make .init and .fini sections work.
|
cannam@140
|
5503 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5504 else
|
cannam@140
|
5505 _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
|
cannam@140
|
5506 fi
|
cannam@140
|
5507 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@140
|
5508 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
5509 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@140
|
5510 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
5511 ;;
|
cannam@140
|
5512
|
cannam@140
|
5513 sysv4)
|
cannam@140
|
5514 case $host_vendor in
|
cannam@140
|
5515 sni)
|
cannam@140
|
5516 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
cannam@140
|
5517 _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
|
cannam@140
|
5518 ;;
|
cannam@140
|
5519 siemens)
|
cannam@140
|
5520 ## LD is ld it makes a PLAMLIB
|
cannam@140
|
5521 ## CC just makes a GrossModule.
|
cannam@140
|
5522 _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
|
cannam@140
|
5523 _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
|
cannam@140
|
5524 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@140
|
5525 ;;
|
cannam@140
|
5526 motorola)
|
cannam@140
|
5527 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
cannam@140
|
5528 _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
|
cannam@140
|
5529 ;;
|
cannam@140
|
5530 esac
|
cannam@140
|
5531 runpath_var='LD_RUN_PATH'
|
cannam@140
|
5532 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
5533 ;;
|
cannam@140
|
5534
|
cannam@140
|
5535 sysv4.3*)
|
cannam@140
|
5536 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
cannam@140
|
5537 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
5538 _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
|
cannam@140
|
5539 ;;
|
cannam@140
|
5540
|
cannam@140
|
5541 sysv4*MP*)
|
cannam@140
|
5542 if test -d /usr/nec; then
|
cannam@140
|
5543 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
cannam@140
|
5544 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
5545 runpath_var=LD_RUN_PATH
|
cannam@140
|
5546 hardcode_runpath_var=yes
|
cannam@140
|
5547 _LT_TAGVAR(ld_shlibs, $1)=yes
|
cannam@140
|
5548 fi
|
cannam@140
|
5549 ;;
|
cannam@140
|
5550
|
cannam@140
|
5551 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
|
cannam@140
|
5552 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
|
cannam@140
|
5553 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@140
|
5554 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
5555 runpath_var='LD_RUN_PATH'
|
cannam@140
|
5556
|
cannam@140
|
5557 if test "$GCC" = yes; then
|
cannam@140
|
5558 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5559 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5560 else
|
cannam@140
|
5561 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5562 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5563 fi
|
cannam@140
|
5564 ;;
|
cannam@140
|
5565
|
cannam@140
|
5566 sysv5* | sco3.2v5* | sco5v6*)
|
cannam@140
|
5567 # Note: We can NOT use -z defs as we might desire, because we do not
|
cannam@140
|
5568 # link with -lc, and that would cause any symbols used from libc to
|
cannam@140
|
5569 # always be unresolved, which means just about no library would
|
cannam@140
|
5570 # ever link correctly. If we're not using GNU ld we use -z text
|
cannam@140
|
5571 # though, which does catch some bad symbols but isn't as heavy-handed
|
cannam@140
|
5572 # as -z defs.
|
cannam@140
|
5573 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
|
cannam@140
|
5574 _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
|
cannam@140
|
5575 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@140
|
5576 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
5577 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
|
cannam@140
|
5578 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
|
cannam@140
|
5579 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@140
|
5580 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
|
cannam@140
|
5581 runpath_var='LD_RUN_PATH'
|
cannam@140
|
5582
|
cannam@140
|
5583 if test "$GCC" = yes; then
|
cannam@140
|
5584 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5585 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5586 else
|
cannam@140
|
5587 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5588 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
5589 fi
|
cannam@140
|
5590 ;;
|
cannam@140
|
5591
|
cannam@140
|
5592 uts4*)
|
cannam@140
|
5593 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
cannam@140
|
5594 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@140
|
5595 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
5596 ;;
|
cannam@140
|
5597
|
cannam@140
|
5598 *)
|
cannam@140
|
5599 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
5600 ;;
|
cannam@140
|
5601 esac
|
cannam@140
|
5602
|
cannam@140
|
5603 if test x$host_vendor = xsni; then
|
cannam@140
|
5604 case $host in
|
cannam@140
|
5605 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
cannam@140
|
5606 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym'
|
cannam@140
|
5607 ;;
|
cannam@140
|
5608 esac
|
cannam@140
|
5609 fi
|
cannam@140
|
5610 fi
|
cannam@140
|
5611 ])
|
cannam@140
|
5612 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
|
cannam@140
|
5613 test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
|
cannam@140
|
5614
|
cannam@140
|
5615 _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
|
cannam@140
|
5616
|
cannam@140
|
5617 _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
|
cannam@140
|
5618 _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
|
cannam@140
|
5619 _LT_DECL([], [extract_expsyms_cmds], [2],
|
cannam@140
|
5620 [The commands to extract the exported symbol list from a shared archive])
|
cannam@140
|
5621
|
cannam@140
|
5622 #
|
cannam@140
|
5623 # Do we need to explicitly link libc?
|
cannam@140
|
5624 #
|
cannam@140
|
5625 case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
|
cannam@140
|
5626 x|xyes)
|
cannam@140
|
5627 # Assume -lc should be added
|
cannam@140
|
5628 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
|
cannam@140
|
5629
|
cannam@140
|
5630 if test "$enable_shared" = yes && test "$GCC" = yes; then
|
cannam@140
|
5631 case $_LT_TAGVAR(archive_cmds, $1) in
|
cannam@140
|
5632 *'~'*)
|
cannam@140
|
5633 # FIXME: we may have to deal with multi-command sequences.
|
cannam@140
|
5634 ;;
|
cannam@140
|
5635 '$CC '*)
|
cannam@140
|
5636 # Test whether the compiler implicitly links with -lc since on some
|
cannam@140
|
5637 # systems, -lgcc has to come before -lc. If gcc already passes -lc
|
cannam@140
|
5638 # to ld, don't add -lc before -lgcc.
|
cannam@140
|
5639 AC_CACHE_CHECK([whether -lc should be explicitly linked in],
|
cannam@140
|
5640 [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1),
|
cannam@140
|
5641 [$RM conftest*
|
cannam@140
|
5642 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
cannam@140
|
5643
|
cannam@140
|
5644 if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
|
cannam@140
|
5645 soname=conftest
|
cannam@140
|
5646 lib=conftest
|
cannam@140
|
5647 libobjs=conftest.$ac_objext
|
cannam@140
|
5648 deplibs=
|
cannam@140
|
5649 wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
|
cannam@140
|
5650 pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
|
cannam@140
|
5651 compiler_flags=-v
|
cannam@140
|
5652 linker_flags=-v
|
cannam@140
|
5653 verstring=
|
cannam@140
|
5654 output_objdir=.
|
cannam@140
|
5655 libname=conftest
|
cannam@140
|
5656 lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
|
cannam@140
|
5657 _LT_TAGVAR(allow_undefined_flag, $1)=
|
cannam@140
|
5658 if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
|
cannam@140
|
5659 then
|
cannam@140
|
5660 lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@140
|
5661 else
|
cannam@140
|
5662 lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes
|
cannam@140
|
5663 fi
|
cannam@140
|
5664 _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
|
cannam@140
|
5665 else
|
cannam@140
|
5666 cat conftest.err 1>&5
|
cannam@140
|
5667 fi
|
cannam@140
|
5668 $RM conftest*
|
cannam@140
|
5669 ])
|
cannam@140
|
5670 _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)
|
cannam@140
|
5671 ;;
|
cannam@140
|
5672 esac
|
cannam@140
|
5673 fi
|
cannam@140
|
5674 ;;
|
cannam@140
|
5675 esac
|
cannam@140
|
5676
|
cannam@140
|
5677 _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
|
cannam@140
|
5678 [Whether or not to add -lc for building shared libraries])
|
cannam@140
|
5679 _LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
|
cannam@140
|
5680 [enable_shared_with_static_runtimes], [0],
|
cannam@140
|
5681 [Whether or not to disallow shared libs when runtime libs are static])
|
cannam@140
|
5682 _LT_TAGDECL([], [export_dynamic_flag_spec], [1],
|
cannam@140
|
5683 [Compiler flag to allow reflexive dlopens])
|
cannam@140
|
5684 _LT_TAGDECL([], [whole_archive_flag_spec], [1],
|
cannam@140
|
5685 [Compiler flag to generate shared objects directly from archives])
|
cannam@140
|
5686 _LT_TAGDECL([], [compiler_needs_object], [1],
|
cannam@140
|
5687 [Whether the compiler copes with passing no objects directly])
|
cannam@140
|
5688 _LT_TAGDECL([], [old_archive_from_new_cmds], [2],
|
cannam@140
|
5689 [Create an old-style archive from a shared archive])
|
cannam@140
|
5690 _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
|
cannam@140
|
5691 [Create a temporary old-style archive to link instead of a shared archive])
|
cannam@140
|
5692 _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
|
cannam@140
|
5693 _LT_TAGDECL([], [archive_expsym_cmds], [2])
|
cannam@140
|
5694 _LT_TAGDECL([], [module_cmds], [2],
|
cannam@140
|
5695 [Commands used to build a loadable module if different from building
|
cannam@140
|
5696 a shared archive.])
|
cannam@140
|
5697 _LT_TAGDECL([], [module_expsym_cmds], [2])
|
cannam@140
|
5698 _LT_TAGDECL([], [with_gnu_ld], [1],
|
cannam@140
|
5699 [Whether we are building with GNU ld or not])
|
cannam@140
|
5700 _LT_TAGDECL([], [allow_undefined_flag], [1],
|
cannam@140
|
5701 [Flag that allows shared libraries with undefined symbols to be built])
|
cannam@140
|
5702 _LT_TAGDECL([], [no_undefined_flag], [1],
|
cannam@140
|
5703 [Flag that enforces no undefined symbols])
|
cannam@140
|
5704 _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
|
cannam@140
|
5705 [Flag to hardcode $libdir into a binary during linking.
|
cannam@140
|
5706 This must work even if $libdir does not exist])
|
cannam@140
|
5707 _LT_TAGDECL([], [hardcode_libdir_separator], [1],
|
cannam@140
|
5708 [Whether we need a single "-rpath" flag with a separated argument])
|
cannam@140
|
5709 _LT_TAGDECL([], [hardcode_direct], [0],
|
cannam@140
|
5710 [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
|
cannam@140
|
5711 DIR into the resulting binary])
|
cannam@140
|
5712 _LT_TAGDECL([], [hardcode_direct_absolute], [0],
|
cannam@140
|
5713 [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
|
cannam@140
|
5714 DIR into the resulting binary and the resulting library dependency is
|
cannam@140
|
5715 "absolute", i.e impossible to change by setting ${shlibpath_var} if the
|
cannam@140
|
5716 library is relocated])
|
cannam@140
|
5717 _LT_TAGDECL([], [hardcode_minus_L], [0],
|
cannam@140
|
5718 [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
|
cannam@140
|
5719 into the resulting binary])
|
cannam@140
|
5720 _LT_TAGDECL([], [hardcode_shlibpath_var], [0],
|
cannam@140
|
5721 [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
|
cannam@140
|
5722 into the resulting binary])
|
cannam@140
|
5723 _LT_TAGDECL([], [hardcode_automatic], [0],
|
cannam@140
|
5724 [Set to "yes" if building a shared library automatically hardcodes DIR
|
cannam@140
|
5725 into the library and all subsequent libraries and executables linked
|
cannam@140
|
5726 against it])
|
cannam@140
|
5727 _LT_TAGDECL([], [inherit_rpath], [0],
|
cannam@140
|
5728 [Set to yes if linker adds runtime paths of dependent libraries
|
cannam@140
|
5729 to runtime path list])
|
cannam@140
|
5730 _LT_TAGDECL([], [link_all_deplibs], [0],
|
cannam@140
|
5731 [Whether libtool must link a program against all its dependency libraries])
|
cannam@140
|
5732 _LT_TAGDECL([], [always_export_symbols], [0],
|
cannam@140
|
5733 [Set to "yes" if exported symbols are required])
|
cannam@140
|
5734 _LT_TAGDECL([], [export_symbols_cmds], [2],
|
cannam@140
|
5735 [The commands to list exported symbols])
|
cannam@140
|
5736 _LT_TAGDECL([], [exclude_expsyms], [1],
|
cannam@140
|
5737 [Symbols that should not be listed in the preloaded symbols])
|
cannam@140
|
5738 _LT_TAGDECL([], [include_expsyms], [1],
|
cannam@140
|
5739 [Symbols that must always be exported])
|
cannam@140
|
5740 _LT_TAGDECL([], [prelink_cmds], [2],
|
cannam@140
|
5741 [Commands necessary for linking programs (against libraries) with templates])
|
cannam@140
|
5742 _LT_TAGDECL([], [postlink_cmds], [2],
|
cannam@140
|
5743 [Commands necessary for finishing linking programs])
|
cannam@140
|
5744 _LT_TAGDECL([], [file_list_spec], [1],
|
cannam@140
|
5745 [Specify filename containing input files])
|
cannam@140
|
5746 dnl FIXME: Not yet implemented
|
cannam@140
|
5747 dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
|
cannam@140
|
5748 dnl [Compiler flag to generate thread safe objects])
|
cannam@140
|
5749 ])# _LT_LINKER_SHLIBS
|
cannam@140
|
5750
|
cannam@140
|
5751
|
cannam@140
|
5752 # _LT_LANG_C_CONFIG([TAG])
|
cannam@140
|
5753 # ------------------------
|
cannam@140
|
5754 # Ensure that the configuration variables for a C compiler are suitably
|
cannam@140
|
5755 # defined. These variables are subsequently used by _LT_CONFIG to write
|
cannam@140
|
5756 # the compiler configuration to `libtool'.
|
cannam@140
|
5757 m4_defun([_LT_LANG_C_CONFIG],
|
cannam@140
|
5758 [m4_require([_LT_DECL_EGREP])dnl
|
cannam@140
|
5759 lt_save_CC="$CC"
|
cannam@140
|
5760 AC_LANG_PUSH(C)
|
cannam@140
|
5761
|
cannam@140
|
5762 # Source file extension for C test sources.
|
cannam@140
|
5763 ac_ext=c
|
cannam@140
|
5764
|
cannam@140
|
5765 # Object file extension for compiled C test sources.
|
cannam@140
|
5766 objext=o
|
cannam@140
|
5767 _LT_TAGVAR(objext, $1)=$objext
|
cannam@140
|
5768
|
cannam@140
|
5769 # Code to be used in simple compile tests
|
cannam@140
|
5770 lt_simple_compile_test_code="int some_variable = 0;"
|
cannam@140
|
5771
|
cannam@140
|
5772 # Code to be used in simple link tests
|
cannam@140
|
5773 lt_simple_link_test_code='int main(){return(0);}'
|
cannam@140
|
5774
|
cannam@140
|
5775 _LT_TAG_COMPILER
|
cannam@140
|
5776 # Save the default compiler, since it gets overwritten when the other
|
cannam@140
|
5777 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
|
cannam@140
|
5778 compiler_DEFAULT=$CC
|
cannam@140
|
5779
|
cannam@140
|
5780 # save warnings/boilerplate of simple test code
|
cannam@140
|
5781 _LT_COMPILER_BOILERPLATE
|
cannam@140
|
5782 _LT_LINKER_BOILERPLATE
|
cannam@140
|
5783
|
cannam@140
|
5784 if test -n "$compiler"; then
|
cannam@140
|
5785 _LT_COMPILER_NO_RTTI($1)
|
cannam@140
|
5786 _LT_COMPILER_PIC($1)
|
cannam@140
|
5787 _LT_COMPILER_C_O($1)
|
cannam@140
|
5788 _LT_COMPILER_FILE_LOCKS($1)
|
cannam@140
|
5789 _LT_LINKER_SHLIBS($1)
|
cannam@140
|
5790 _LT_SYS_DYNAMIC_LINKER($1)
|
cannam@140
|
5791 _LT_LINKER_HARDCODE_LIBPATH($1)
|
cannam@140
|
5792 LT_SYS_DLOPEN_SELF
|
cannam@140
|
5793 _LT_CMD_STRIPLIB
|
cannam@140
|
5794
|
cannam@140
|
5795 # Report which library types will actually be built
|
cannam@140
|
5796 AC_MSG_CHECKING([if libtool supports shared libraries])
|
cannam@140
|
5797 AC_MSG_RESULT([$can_build_shared])
|
cannam@140
|
5798
|
cannam@140
|
5799 AC_MSG_CHECKING([whether to build shared libraries])
|
cannam@140
|
5800 test "$can_build_shared" = "no" && enable_shared=no
|
cannam@140
|
5801
|
cannam@140
|
5802 # On AIX, shared libraries and static libraries use the same namespace, and
|
cannam@140
|
5803 # are all built from PIC.
|
cannam@140
|
5804 case $host_os in
|
cannam@140
|
5805 aix3*)
|
cannam@140
|
5806 test "$enable_shared" = yes && enable_static=no
|
cannam@140
|
5807 if test -n "$RANLIB"; then
|
cannam@140
|
5808 archive_cmds="$archive_cmds~\$RANLIB \$lib"
|
cannam@140
|
5809 postinstall_cmds='$RANLIB $lib'
|
cannam@140
|
5810 fi
|
cannam@140
|
5811 ;;
|
cannam@140
|
5812
|
cannam@140
|
5813 aix[[4-9]]*)
|
cannam@140
|
5814 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
|
cannam@140
|
5815 test "$enable_shared" = yes && enable_static=no
|
cannam@140
|
5816 fi
|
cannam@140
|
5817 ;;
|
cannam@140
|
5818 esac
|
cannam@140
|
5819 AC_MSG_RESULT([$enable_shared])
|
cannam@140
|
5820
|
cannam@140
|
5821 AC_MSG_CHECKING([whether to build static libraries])
|
cannam@140
|
5822 # Make sure either enable_shared or enable_static is yes.
|
cannam@140
|
5823 test "$enable_shared" = yes || enable_static=yes
|
cannam@140
|
5824 AC_MSG_RESULT([$enable_static])
|
cannam@140
|
5825
|
cannam@140
|
5826 _LT_CONFIG($1)
|
cannam@140
|
5827 fi
|
cannam@140
|
5828 AC_LANG_POP
|
cannam@140
|
5829 CC="$lt_save_CC"
|
cannam@140
|
5830 ])# _LT_LANG_C_CONFIG
|
cannam@140
|
5831
|
cannam@140
|
5832
|
cannam@140
|
5833 # _LT_LANG_CXX_CONFIG([TAG])
|
cannam@140
|
5834 # --------------------------
|
cannam@140
|
5835 # Ensure that the configuration variables for a C++ compiler are suitably
|
cannam@140
|
5836 # defined. These variables are subsequently used by _LT_CONFIG to write
|
cannam@140
|
5837 # the compiler configuration to `libtool'.
|
cannam@140
|
5838 m4_defun([_LT_LANG_CXX_CONFIG],
|
cannam@140
|
5839 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@140
|
5840 m4_require([_LT_DECL_EGREP])dnl
|
cannam@140
|
5841 m4_require([_LT_PATH_MANIFEST_TOOL])dnl
|
cannam@140
|
5842 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
|
cannam@140
|
5843 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
|
cannam@140
|
5844 (test "X$CXX" != "Xg++"))) ; then
|
cannam@140
|
5845 AC_PROG_CXXCPP
|
cannam@140
|
5846 else
|
cannam@140
|
5847 _lt_caught_CXX_error=yes
|
cannam@140
|
5848 fi
|
cannam@140
|
5849
|
cannam@140
|
5850 AC_LANG_PUSH(C++)
|
cannam@140
|
5851 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@140
|
5852 _LT_TAGVAR(allow_undefined_flag, $1)=
|
cannam@140
|
5853 _LT_TAGVAR(always_export_symbols, $1)=no
|
cannam@140
|
5854 _LT_TAGVAR(archive_expsym_cmds, $1)=
|
cannam@140
|
5855 _LT_TAGVAR(compiler_needs_object, $1)=no
|
cannam@140
|
5856 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
|
cannam@140
|
5857 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@140
|
5858 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
|
cannam@140
|
5859 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
|
cannam@140
|
5860 _LT_TAGVAR(hardcode_libdir_separator, $1)=
|
cannam@140
|
5861 _LT_TAGVAR(hardcode_minus_L, $1)=no
|
cannam@140
|
5862 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
|
cannam@140
|
5863 _LT_TAGVAR(hardcode_automatic, $1)=no
|
cannam@140
|
5864 _LT_TAGVAR(inherit_rpath, $1)=no
|
cannam@140
|
5865 _LT_TAGVAR(module_cmds, $1)=
|
cannam@140
|
5866 _LT_TAGVAR(module_expsym_cmds, $1)=
|
cannam@140
|
5867 _LT_TAGVAR(link_all_deplibs, $1)=unknown
|
cannam@140
|
5868 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
|
cannam@140
|
5869 _LT_TAGVAR(reload_flag, $1)=$reload_flag
|
cannam@140
|
5870 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
|
cannam@140
|
5871 _LT_TAGVAR(no_undefined_flag, $1)=
|
cannam@140
|
5872 _LT_TAGVAR(whole_archive_flag_spec, $1)=
|
cannam@140
|
5873 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
|
cannam@140
|
5874
|
cannam@140
|
5875 # Source file extension for C++ test sources.
|
cannam@140
|
5876 ac_ext=cpp
|
cannam@140
|
5877
|
cannam@140
|
5878 # Object file extension for compiled C++ test sources.
|
cannam@140
|
5879 objext=o
|
cannam@140
|
5880 _LT_TAGVAR(objext, $1)=$objext
|
cannam@140
|
5881
|
cannam@140
|
5882 # No sense in running all these tests if we already determined that
|
cannam@140
|
5883 # the CXX compiler isn't working. Some variables (like enable_shared)
|
cannam@140
|
5884 # are currently assumed to apply to all compilers on this platform,
|
cannam@140
|
5885 # and will be corrupted by setting them based on a non-working compiler.
|
cannam@140
|
5886 if test "$_lt_caught_CXX_error" != yes; then
|
cannam@140
|
5887 # Code to be used in simple compile tests
|
cannam@140
|
5888 lt_simple_compile_test_code="int some_variable = 0;"
|
cannam@140
|
5889
|
cannam@140
|
5890 # Code to be used in simple link tests
|
cannam@140
|
5891 lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
|
cannam@140
|
5892
|
cannam@140
|
5893 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
cannam@140
|
5894 _LT_TAG_COMPILER
|
cannam@140
|
5895
|
cannam@140
|
5896 # save warnings/boilerplate of simple test code
|
cannam@140
|
5897 _LT_COMPILER_BOILERPLATE
|
cannam@140
|
5898 _LT_LINKER_BOILERPLATE
|
cannam@140
|
5899
|
cannam@140
|
5900 # Allow CC to be a program name with arguments.
|
cannam@140
|
5901 lt_save_CC=$CC
|
cannam@140
|
5902 lt_save_CFLAGS=$CFLAGS
|
cannam@140
|
5903 lt_save_LD=$LD
|
cannam@140
|
5904 lt_save_GCC=$GCC
|
cannam@140
|
5905 GCC=$GXX
|
cannam@140
|
5906 lt_save_with_gnu_ld=$with_gnu_ld
|
cannam@140
|
5907 lt_save_path_LD=$lt_cv_path_LD
|
cannam@140
|
5908 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
|
cannam@140
|
5909 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
|
cannam@140
|
5910 else
|
cannam@140
|
5911 $as_unset lt_cv_prog_gnu_ld
|
cannam@140
|
5912 fi
|
cannam@140
|
5913 if test -n "${lt_cv_path_LDCXX+set}"; then
|
cannam@140
|
5914 lt_cv_path_LD=$lt_cv_path_LDCXX
|
cannam@140
|
5915 else
|
cannam@140
|
5916 $as_unset lt_cv_path_LD
|
cannam@140
|
5917 fi
|
cannam@140
|
5918 test -z "${LDCXX+set}" || LD=$LDCXX
|
cannam@140
|
5919 CC=${CXX-"c++"}
|
cannam@140
|
5920 CFLAGS=$CXXFLAGS
|
cannam@140
|
5921 compiler=$CC
|
cannam@140
|
5922 _LT_TAGVAR(compiler, $1)=$CC
|
cannam@140
|
5923 _LT_CC_BASENAME([$compiler])
|
cannam@140
|
5924
|
cannam@140
|
5925 if test -n "$compiler"; then
|
cannam@140
|
5926 # We don't want -fno-exception when compiling C++ code, so set the
|
cannam@140
|
5927 # no_builtin_flag separately
|
cannam@140
|
5928 if test "$GXX" = yes; then
|
cannam@140
|
5929 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
|
cannam@140
|
5930 else
|
cannam@140
|
5931 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
|
cannam@140
|
5932 fi
|
cannam@140
|
5933
|
cannam@140
|
5934 if test "$GXX" = yes; then
|
cannam@140
|
5935 # Set up default GNU C++ configuration
|
cannam@140
|
5936
|
cannam@140
|
5937 LT_PATH_LD
|
cannam@140
|
5938
|
cannam@140
|
5939 # Check if GNU C++ uses GNU ld as the underlying linker, since the
|
cannam@140
|
5940 # archiving commands below assume that GNU ld is being used.
|
cannam@140
|
5941 if test "$with_gnu_ld" = yes; then
|
cannam@140
|
5942 _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@140
|
5943 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
cannam@140
|
5944
|
cannam@140
|
5945 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@140
|
5946 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
cannam@140
|
5947
|
cannam@140
|
5948 # If archive_cmds runs LD, not CC, wlarc should be empty
|
cannam@140
|
5949 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
|
cannam@140
|
5950 # investigate it a little bit more. (MM)
|
cannam@140
|
5951 wlarc='${wl}'
|
cannam@140
|
5952
|
cannam@140
|
5953 # ancient GNU ld didn't support --whole-archive et. al.
|
cannam@140
|
5954 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
|
cannam@140
|
5955 $GREP 'no-whole-archive' > /dev/null; then
|
cannam@140
|
5956 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
cannam@140
|
5957 else
|
cannam@140
|
5958 _LT_TAGVAR(whole_archive_flag_spec, $1)=
|
cannam@140
|
5959 fi
|
cannam@140
|
5960 else
|
cannam@140
|
5961 with_gnu_ld=no
|
cannam@140
|
5962 wlarc=
|
cannam@140
|
5963
|
cannam@140
|
5964 # A generic and very simple default shared library creation
|
cannam@140
|
5965 # command for GNU C++ for the case where it uses the native
|
cannam@140
|
5966 # linker, instead of GNU ld. If possible, this setting should
|
cannam@140
|
5967 # overridden to take advantage of the native linker features on
|
cannam@140
|
5968 # the platform it is being used on.
|
cannam@140
|
5969 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
cannam@140
|
5970 fi
|
cannam@140
|
5971
|
cannam@140
|
5972 # Commands to make compiler produce verbose output that lists
|
cannam@140
|
5973 # what "hidden" libraries, object files and flags are used when
|
cannam@140
|
5974 # linking a shared library.
|
cannam@140
|
5975 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
|
cannam@140
|
5976
|
cannam@140
|
5977 else
|
cannam@140
|
5978 GXX=no
|
cannam@140
|
5979 with_gnu_ld=no
|
cannam@140
|
5980 wlarc=
|
cannam@140
|
5981 fi
|
cannam@140
|
5982
|
cannam@140
|
5983 # PORTME: fill in a description of your system's C++ link characteristics
|
cannam@140
|
5984 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
|
cannam@140
|
5985 _LT_TAGVAR(ld_shlibs, $1)=yes
|
cannam@140
|
5986 case $host_os in
|
cannam@140
|
5987 aix3*)
|
cannam@140
|
5988 # FIXME: insert proper C++ library support
|
cannam@140
|
5989 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
5990 ;;
|
cannam@140
|
5991 aix[[4-9]]*)
|
cannam@140
|
5992 if test "$host_cpu" = ia64; then
|
cannam@140
|
5993 # On IA64, the linker does run time linking by default, so we don't
|
cannam@140
|
5994 # have to do anything special.
|
cannam@140
|
5995 aix_use_runtimelinking=no
|
cannam@140
|
5996 exp_sym_flag='-Bexport'
|
cannam@140
|
5997 no_entry_flag=""
|
cannam@140
|
5998 else
|
cannam@140
|
5999 aix_use_runtimelinking=no
|
cannam@140
|
6000
|
cannam@140
|
6001 # Test if we are trying to use run time linking or normal
|
cannam@140
|
6002 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
|
cannam@140
|
6003 # need to do runtime linking.
|
cannam@140
|
6004 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
|
cannam@140
|
6005 for ld_flag in $LDFLAGS; do
|
cannam@140
|
6006 case $ld_flag in
|
cannam@140
|
6007 *-brtl*)
|
cannam@140
|
6008 aix_use_runtimelinking=yes
|
cannam@140
|
6009 break
|
cannam@140
|
6010 ;;
|
cannam@140
|
6011 esac
|
cannam@140
|
6012 done
|
cannam@140
|
6013 ;;
|
cannam@140
|
6014 esac
|
cannam@140
|
6015
|
cannam@140
|
6016 exp_sym_flag='-bexport'
|
cannam@140
|
6017 no_entry_flag='-bnoentry'
|
cannam@140
|
6018 fi
|
cannam@140
|
6019
|
cannam@140
|
6020 # When large executables or shared objects are built, AIX ld can
|
cannam@140
|
6021 # have problems creating the table of contents. If linking a library
|
cannam@140
|
6022 # or program results in "error TOC overflow" add -mminimal-toc to
|
cannam@140
|
6023 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
|
cannam@140
|
6024 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
|
cannam@140
|
6025
|
cannam@140
|
6026 _LT_TAGVAR(archive_cmds, $1)=''
|
cannam@140
|
6027 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
6028 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
|
cannam@140
|
6029 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
|
cannam@140
|
6030 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@140
|
6031 _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
|
cannam@140
|
6032
|
cannam@140
|
6033 if test "$GXX" = yes; then
|
cannam@140
|
6034 case $host_os in aix4.[[012]]|aix4.[[012]].*)
|
cannam@140
|
6035 # We only want to do this on AIX 4.2 and lower, the check
|
cannam@140
|
6036 # below for broken collect2 doesn't work under 4.3+
|
cannam@140
|
6037 collect2name=`${CC} -print-prog-name=collect2`
|
cannam@140
|
6038 if test -f "$collect2name" &&
|
cannam@140
|
6039 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
|
cannam@140
|
6040 then
|
cannam@140
|
6041 # We have reworked collect2
|
cannam@140
|
6042 :
|
cannam@140
|
6043 else
|
cannam@140
|
6044 # We have old collect2
|
cannam@140
|
6045 _LT_TAGVAR(hardcode_direct, $1)=unsupported
|
cannam@140
|
6046 # It fails to find uninstalled libraries when the uninstalled
|
cannam@140
|
6047 # path is not listed in the libpath. Setting hardcode_minus_L
|
cannam@140
|
6048 # to unsupported forces relinking
|
cannam@140
|
6049 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@140
|
6050 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@140
|
6051 _LT_TAGVAR(hardcode_libdir_separator, $1)=
|
cannam@140
|
6052 fi
|
cannam@140
|
6053 esac
|
cannam@140
|
6054 shared_flag='-shared'
|
cannam@140
|
6055 if test "$aix_use_runtimelinking" = yes; then
|
cannam@140
|
6056 shared_flag="$shared_flag "'${wl}-G'
|
cannam@140
|
6057 fi
|
cannam@140
|
6058 else
|
cannam@140
|
6059 # not using gcc
|
cannam@140
|
6060 if test "$host_cpu" = ia64; then
|
cannam@140
|
6061 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
|
cannam@140
|
6062 # chokes on -Wl,-G. The following line is correct:
|
cannam@140
|
6063 shared_flag='-G'
|
cannam@140
|
6064 else
|
cannam@140
|
6065 if test "$aix_use_runtimelinking" = yes; then
|
cannam@140
|
6066 shared_flag='${wl}-G'
|
cannam@140
|
6067 else
|
cannam@140
|
6068 shared_flag='${wl}-bM:SRE'
|
cannam@140
|
6069 fi
|
cannam@140
|
6070 fi
|
cannam@140
|
6071 fi
|
cannam@140
|
6072
|
cannam@140
|
6073 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
|
cannam@140
|
6074 # It seems that -bexpall does not export symbols beginning with
|
cannam@140
|
6075 # underscore (_), so it is better to generate a list of symbols to
|
cannam@140
|
6076 # export.
|
cannam@140
|
6077 _LT_TAGVAR(always_export_symbols, $1)=yes
|
cannam@140
|
6078 if test "$aix_use_runtimelinking" = yes; then
|
cannam@140
|
6079 # Warning - without using the other runtime loading flags (-brtl),
|
cannam@140
|
6080 # -berok will link without error, but may produce a broken library.
|
cannam@140
|
6081 _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
|
cannam@140
|
6082 # Determine the default libpath from the value encoded in an empty
|
cannam@140
|
6083 # executable.
|
cannam@140
|
6084 _LT_SYS_MODULE_PATH_AIX([$1])
|
cannam@140
|
6085 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
|
cannam@140
|
6086
|
cannam@140
|
6087 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
|
cannam@140
|
6088 else
|
cannam@140
|
6089 if test "$host_cpu" = ia64; then
|
cannam@140
|
6090 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
|
cannam@140
|
6091 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
|
cannam@140
|
6092 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
|
cannam@140
|
6093 else
|
cannam@140
|
6094 # Determine the default libpath from the value encoded in an
|
cannam@140
|
6095 # empty executable.
|
cannam@140
|
6096 _LT_SYS_MODULE_PATH_AIX([$1])
|
cannam@140
|
6097 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
|
cannam@140
|
6098 # Warning - without using the other run time loading flags,
|
cannam@140
|
6099 # -berok will link without error, but may produce a broken library.
|
cannam@140
|
6100 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
|
cannam@140
|
6101 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
|
cannam@140
|
6102 if test "$with_gnu_ld" = yes; then
|
cannam@140
|
6103 # We only use this code for GNU lds that support --whole-archive.
|
cannam@140
|
6104 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
|
cannam@140
|
6105 else
|
cannam@140
|
6106 # Exported symbols can be pulled into shared objects from archives
|
cannam@140
|
6107 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
|
cannam@140
|
6108 fi
|
cannam@140
|
6109 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
|
cannam@140
|
6110 # This is similar to how AIX traditionally builds its shared
|
cannam@140
|
6111 # libraries.
|
cannam@140
|
6112 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
|
cannam@140
|
6113 fi
|
cannam@140
|
6114 fi
|
cannam@140
|
6115 ;;
|
cannam@140
|
6116
|
cannam@140
|
6117 beos*)
|
cannam@140
|
6118 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
cannam@140
|
6119 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
cannam@140
|
6120 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
|
cannam@140
|
6121 # support --undefined. This deserves some investigation. FIXME
|
cannam@140
|
6122 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@140
|
6123 else
|
cannam@140
|
6124 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6125 fi
|
cannam@140
|
6126 ;;
|
cannam@140
|
6127
|
cannam@140
|
6128 chorus*)
|
cannam@140
|
6129 case $cc_basename in
|
cannam@140
|
6130 *)
|
cannam@140
|
6131 # FIXME: insert proper C++ library support
|
cannam@140
|
6132 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6133 ;;
|
cannam@140
|
6134 esac
|
cannam@140
|
6135 ;;
|
cannam@140
|
6136
|
cannam@140
|
6137 cygwin* | mingw* | pw32* | cegcc*)
|
cannam@140
|
6138 case $GXX,$cc_basename in
|
cannam@140
|
6139 ,cl* | no,cl*)
|
cannam@140
|
6140 # Native MSVC
|
cannam@140
|
6141 # hardcode_libdir_flag_spec is actually meaningless, as there is
|
cannam@140
|
6142 # no search path for DLLs.
|
cannam@140
|
6143 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
|
cannam@140
|
6144 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
cannam@140
|
6145 _LT_TAGVAR(always_export_symbols, $1)=yes
|
cannam@140
|
6146 _LT_TAGVAR(file_list_spec, $1)='@'
|
cannam@140
|
6147 # Tell ltmain to make .lib files, not .a files.
|
cannam@140
|
6148 libext=lib
|
cannam@140
|
6149 # Tell ltmain to make .dll files, not .so files.
|
cannam@140
|
6150 shrext_cmds=".dll"
|
cannam@140
|
6151 # FIXME: Setting linknames here is a bad hack.
|
cannam@140
|
6152 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
|
cannam@140
|
6153 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
|
cannam@140
|
6154 $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
|
cannam@140
|
6155 else
|
cannam@140
|
6156 $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
|
cannam@140
|
6157 fi~
|
cannam@140
|
6158 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
|
cannam@140
|
6159 linknames='
|
cannam@140
|
6160 # The linker will not automatically build a static lib if we build a DLL.
|
cannam@140
|
6161 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
|
cannam@140
|
6162 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
|
cannam@140
|
6163 # Don't use ranlib
|
cannam@140
|
6164 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
|
cannam@140
|
6165 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
|
cannam@140
|
6166 lt_tool_outputfile="@TOOL_OUTPUT@"~
|
cannam@140
|
6167 case $lt_outputfile in
|
cannam@140
|
6168 *.exe|*.EXE) ;;
|
cannam@140
|
6169 *)
|
cannam@140
|
6170 lt_outputfile="$lt_outputfile.exe"
|
cannam@140
|
6171 lt_tool_outputfile="$lt_tool_outputfile.exe"
|
cannam@140
|
6172 ;;
|
cannam@140
|
6173 esac~
|
cannam@140
|
6174 func_to_tool_file "$lt_outputfile"~
|
cannam@140
|
6175 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
|
cannam@140
|
6176 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
|
cannam@140
|
6177 $RM "$lt_outputfile.manifest";
|
cannam@140
|
6178 fi'
|
cannam@140
|
6179 ;;
|
cannam@140
|
6180 *)
|
cannam@140
|
6181 # g++
|
cannam@140
|
6182 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
|
cannam@140
|
6183 # as there is no search path for DLLs.
|
cannam@140
|
6184 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@140
|
6185 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
|
cannam@140
|
6186 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
cannam@140
|
6187 _LT_TAGVAR(always_export_symbols, $1)=no
|
cannam@140
|
6188 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
|
cannam@140
|
6189
|
cannam@140
|
6190 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
|
cannam@140
|
6191 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
|
cannam@140
|
6192 # If the export-symbols file already is a .def file (1st line
|
cannam@140
|
6193 # is EXPORTS), use it as is; otherwise, prepend...
|
cannam@140
|
6194 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
|
cannam@140
|
6195 cp $export_symbols $output_objdir/$soname.def;
|
cannam@140
|
6196 else
|
cannam@140
|
6197 echo EXPORTS > $output_objdir/$soname.def;
|
cannam@140
|
6198 cat $export_symbols >> $output_objdir/$soname.def;
|
cannam@140
|
6199 fi~
|
cannam@140
|
6200 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
|
cannam@140
|
6201 else
|
cannam@140
|
6202 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6203 fi
|
cannam@140
|
6204 ;;
|
cannam@140
|
6205 esac
|
cannam@140
|
6206 ;;
|
cannam@140
|
6207 darwin* | rhapsody*)
|
cannam@140
|
6208 _LT_DARWIN_LINKER_FEATURES($1)
|
cannam@140
|
6209 ;;
|
cannam@140
|
6210
|
cannam@140
|
6211 dgux*)
|
cannam@140
|
6212 case $cc_basename in
|
cannam@140
|
6213 ec++*)
|
cannam@140
|
6214 # FIXME: insert proper C++ library support
|
cannam@140
|
6215 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6216 ;;
|
cannam@140
|
6217 ghcx*)
|
cannam@140
|
6218 # Green Hills C++ Compiler
|
cannam@140
|
6219 # FIXME: insert proper C++ library support
|
cannam@140
|
6220 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6221 ;;
|
cannam@140
|
6222 *)
|
cannam@140
|
6223 # FIXME: insert proper C++ library support
|
cannam@140
|
6224 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6225 ;;
|
cannam@140
|
6226 esac
|
cannam@140
|
6227 ;;
|
cannam@140
|
6228
|
cannam@140
|
6229 freebsd2.*)
|
cannam@140
|
6230 # C++ shared libraries reported to be fairly broken before
|
cannam@140
|
6231 # switch to ELF
|
cannam@140
|
6232 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6233 ;;
|
cannam@140
|
6234
|
cannam@140
|
6235 freebsd-elf*)
|
cannam@140
|
6236 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@140
|
6237 ;;
|
cannam@140
|
6238
|
cannam@140
|
6239 freebsd* | dragonfly*)
|
cannam@140
|
6240 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
|
cannam@140
|
6241 # conventions
|
cannam@140
|
6242 _LT_TAGVAR(ld_shlibs, $1)=yes
|
cannam@140
|
6243 ;;
|
cannam@140
|
6244
|
cannam@140
|
6245 haiku*)
|
cannam@140
|
6246 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@140
|
6247 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@140
|
6248 ;;
|
cannam@140
|
6249
|
cannam@140
|
6250 hpux9*)
|
cannam@140
|
6251 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
cannam@140
|
6252 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@140
|
6253 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@140
|
6254 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
6255 _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
|
cannam@140
|
6256 # but as the default
|
cannam@140
|
6257 # location of the library.
|
cannam@140
|
6258
|
cannam@140
|
6259 case $cc_basename in
|
cannam@140
|
6260 CC*)
|
cannam@140
|
6261 # FIXME: insert proper C++ library support
|
cannam@140
|
6262 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6263 ;;
|
cannam@140
|
6264 aCC*)
|
cannam@140
|
6265 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
|
cannam@140
|
6266 # Commands to make compiler produce verbose output that lists
|
cannam@140
|
6267 # what "hidden" libraries, object files and flags are used when
|
cannam@140
|
6268 # linking a shared library.
|
cannam@140
|
6269 #
|
cannam@140
|
6270 # There doesn't appear to be a way to prevent this compiler from
|
cannam@140
|
6271 # explicitly linking system object files so we need to strip them
|
cannam@140
|
6272 # from the output so that they don't get included in the library
|
cannam@140
|
6273 # dependencies.
|
cannam@140
|
6274 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
|
cannam@140
|
6275 ;;
|
cannam@140
|
6276 *)
|
cannam@140
|
6277 if test "$GXX" = yes; then
|
cannam@140
|
6278 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
|
cannam@140
|
6279 else
|
cannam@140
|
6280 # FIXME: insert proper C++ library support
|
cannam@140
|
6281 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6282 fi
|
cannam@140
|
6283 ;;
|
cannam@140
|
6284 esac
|
cannam@140
|
6285 ;;
|
cannam@140
|
6286
|
cannam@140
|
6287 hpux10*|hpux11*)
|
cannam@140
|
6288 if test $with_gnu_ld = no; then
|
cannam@140
|
6289 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
cannam@140
|
6290 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@140
|
6291
|
cannam@140
|
6292 case $host_cpu in
|
cannam@140
|
6293 hppa*64*|ia64*)
|
cannam@140
|
6294 ;;
|
cannam@140
|
6295 *)
|
cannam@140
|
6296 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@140
|
6297 ;;
|
cannam@140
|
6298 esac
|
cannam@140
|
6299 fi
|
cannam@140
|
6300 case $host_cpu in
|
cannam@140
|
6301 hppa*64*|ia64*)
|
cannam@140
|
6302 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@140
|
6303 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
6304 ;;
|
cannam@140
|
6305 *)
|
cannam@140
|
6306 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
6307 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
|
cannam@140
|
6308 _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
|
cannam@140
|
6309 # but as the default
|
cannam@140
|
6310 # location of the library.
|
cannam@140
|
6311 ;;
|
cannam@140
|
6312 esac
|
cannam@140
|
6313
|
cannam@140
|
6314 case $cc_basename in
|
cannam@140
|
6315 CC*)
|
cannam@140
|
6316 # FIXME: insert proper C++ library support
|
cannam@140
|
6317 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6318 ;;
|
cannam@140
|
6319 aCC*)
|
cannam@140
|
6320 case $host_cpu in
|
cannam@140
|
6321 hppa*64*)
|
cannam@140
|
6322 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
cannam@140
|
6323 ;;
|
cannam@140
|
6324 ia64*)
|
cannam@140
|
6325 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
cannam@140
|
6326 ;;
|
cannam@140
|
6327 *)
|
cannam@140
|
6328 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
cannam@140
|
6329 ;;
|
cannam@140
|
6330 esac
|
cannam@140
|
6331 # Commands to make compiler produce verbose output that lists
|
cannam@140
|
6332 # what "hidden" libraries, object files and flags are used when
|
cannam@140
|
6333 # linking a shared library.
|
cannam@140
|
6334 #
|
cannam@140
|
6335 # There doesn't appear to be a way to prevent this compiler from
|
cannam@140
|
6336 # explicitly linking system object files so we need to strip them
|
cannam@140
|
6337 # from the output so that they don't get included in the library
|
cannam@140
|
6338 # dependencies.
|
cannam@140
|
6339 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
|
cannam@140
|
6340 ;;
|
cannam@140
|
6341 *)
|
cannam@140
|
6342 if test "$GXX" = yes; then
|
cannam@140
|
6343 if test $with_gnu_ld = no; then
|
cannam@140
|
6344 case $host_cpu in
|
cannam@140
|
6345 hppa*64*)
|
cannam@140
|
6346 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
cannam@140
|
6347 ;;
|
cannam@140
|
6348 ia64*)
|
cannam@140
|
6349 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
cannam@140
|
6350 ;;
|
cannam@140
|
6351 *)
|
cannam@140
|
6352 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
cannam@140
|
6353 ;;
|
cannam@140
|
6354 esac
|
cannam@140
|
6355 fi
|
cannam@140
|
6356 else
|
cannam@140
|
6357 # FIXME: insert proper C++ library support
|
cannam@140
|
6358 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6359 fi
|
cannam@140
|
6360 ;;
|
cannam@140
|
6361 esac
|
cannam@140
|
6362 ;;
|
cannam@140
|
6363
|
cannam@140
|
6364 interix[[3-9]]*)
|
cannam@140
|
6365 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@140
|
6366 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
6367 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
cannam@140
|
6368 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@140
|
6369 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
|
cannam@140
|
6370 # Instead, shared libraries are loaded at an image base (0x10000000 by
|
cannam@140
|
6371 # default) and relocated if they conflict, which is a slow very memory
|
cannam@140
|
6372 # consuming and fragmenting process. To avoid this, we pick a random,
|
cannam@140
|
6373 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
|
cannam@140
|
6374 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
|
cannam@140
|
6375 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
|
cannam@140
|
6376 _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
|
cannam@140
|
6377 ;;
|
cannam@140
|
6378 irix5* | irix6*)
|
cannam@140
|
6379 case $cc_basename in
|
cannam@140
|
6380 CC*)
|
cannam@140
|
6381 # SGI C++
|
cannam@140
|
6382 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
|
cannam@140
|
6383
|
cannam@140
|
6384 # Archives containing C++ object files must be created using
|
cannam@140
|
6385 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
|
cannam@140
|
6386 # necessary to make sure instantiated templates are included
|
cannam@140
|
6387 # in the archive.
|
cannam@140
|
6388 _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
|
cannam@140
|
6389 ;;
|
cannam@140
|
6390 *)
|
cannam@140
|
6391 if test "$GXX" = yes; then
|
cannam@140
|
6392 if test "$with_gnu_ld" = no; then
|
cannam@140
|
6393 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
cannam@140
|
6394 else
|
cannam@140
|
6395 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
|
cannam@140
|
6396 fi
|
cannam@140
|
6397 fi
|
cannam@140
|
6398 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@140
|
6399 ;;
|
cannam@140
|
6400 esac
|
cannam@140
|
6401 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@140
|
6402 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@140
|
6403 _LT_TAGVAR(inherit_rpath, $1)=yes
|
cannam@140
|
6404 ;;
|
cannam@140
|
6405
|
cannam@140
|
6406 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
|
cannam@140
|
6407 case $cc_basename in
|
cannam@140
|
6408 KCC*)
|
cannam@140
|
6409 # Kuck and Associates, Inc. (KAI) C++ Compiler
|
cannam@140
|
6410
|
cannam@140
|
6411 # KCC will only create a shared library if the output file
|
cannam@140
|
6412 # ends with ".so" (or ".sl" for HP-UX), so rename the library
|
cannam@140
|
6413 # to its proper name (with version) after linking.
|
cannam@140
|
6414 _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
|
cannam@140
|
6415 _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
|
cannam@140
|
6416 # Commands to make compiler produce verbose output that lists
|
cannam@140
|
6417 # what "hidden" libraries, object files and flags are used when
|
cannam@140
|
6418 # linking a shared library.
|
cannam@140
|
6419 #
|
cannam@140
|
6420 # There doesn't appear to be a way to prevent this compiler from
|
cannam@140
|
6421 # explicitly linking system object files so we need to strip them
|
cannam@140
|
6422 # from the output so that they don't get included in the library
|
cannam@140
|
6423 # dependencies.
|
cannam@140
|
6424 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
|
cannam@140
|
6425
|
cannam@140
|
6426 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
cannam@140
|
6427 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
cannam@140
|
6428
|
cannam@140
|
6429 # Archives containing C++ object files must be created using
|
cannam@140
|
6430 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
|
cannam@140
|
6431 _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
|
cannam@140
|
6432 ;;
|
cannam@140
|
6433 icpc* | ecpc* )
|
cannam@140
|
6434 # Intel C++
|
cannam@140
|
6435 with_gnu_ld=yes
|
cannam@140
|
6436 # version 8.0 and above of icpc choke on multiply defined symbols
|
cannam@140
|
6437 # if we add $predep_objects and $postdep_objects, however 7.1 and
|
cannam@140
|
6438 # earlier do not add the objects themselves.
|
cannam@140
|
6439 case `$CC -V 2>&1` in
|
cannam@140
|
6440 *"Version 7."*)
|
cannam@140
|
6441 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@140
|
6442 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
cannam@140
|
6443 ;;
|
cannam@140
|
6444 *) # Version 8.0 or newer
|
cannam@140
|
6445 tmp_idyn=
|
cannam@140
|
6446 case $host_cpu in
|
cannam@140
|
6447 ia64*) tmp_idyn=' -i_dynamic';;
|
cannam@140
|
6448 esac
|
cannam@140
|
6449 _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@140
|
6450 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
cannam@140
|
6451 ;;
|
cannam@140
|
6452 esac
|
cannam@140
|
6453 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@140
|
6454 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
cannam@140
|
6455 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
cannam@140
|
6456 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
|
cannam@140
|
6457 ;;
|
cannam@140
|
6458 pgCC* | pgcpp*)
|
cannam@140
|
6459 # Portland Group C++ compiler
|
cannam@140
|
6460 case `$CC -V` in
|
cannam@140
|
6461 *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
|
cannam@140
|
6462 _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
|
cannam@140
|
6463 rm -rf $tpldir~
|
cannam@140
|
6464 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
|
cannam@140
|
6465 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
|
cannam@140
|
6466 _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
|
cannam@140
|
6467 rm -rf $tpldir~
|
cannam@140
|
6468 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
|
cannam@140
|
6469 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
|
cannam@140
|
6470 $RANLIB $oldlib'
|
cannam@140
|
6471 _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
|
cannam@140
|
6472 rm -rf $tpldir~
|
cannam@140
|
6473 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
|
cannam@140
|
6474 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
|
cannam@140
|
6475 _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
|
cannam@140
|
6476 rm -rf $tpldir~
|
cannam@140
|
6477 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
|
cannam@140
|
6478 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
|
cannam@140
|
6479 ;;
|
cannam@140
|
6480 *) # Version 6 and above use weak symbols
|
cannam@140
|
6481 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
|
cannam@140
|
6482 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
|
cannam@140
|
6483 ;;
|
cannam@140
|
6484 esac
|
cannam@140
|
6485
|
cannam@140
|
6486 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
|
cannam@140
|
6487 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
cannam@140
|
6488 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
|
cannam@140
|
6489 ;;
|
cannam@140
|
6490 cxx*)
|
cannam@140
|
6491 # Compaq C++
|
cannam@140
|
6492 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@140
|
6493 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
|
cannam@140
|
6494
|
cannam@140
|
6495 runpath_var=LD_RUN_PATH
|
cannam@140
|
6496 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
|
cannam@140
|
6497 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@140
|
6498
|
cannam@140
|
6499 # Commands to make compiler produce verbose output that lists
|
cannam@140
|
6500 # what "hidden" libraries, object files and flags are used when
|
cannam@140
|
6501 # linking a shared library.
|
cannam@140
|
6502 #
|
cannam@140
|
6503 # There doesn't appear to be a way to prevent this compiler from
|
cannam@140
|
6504 # explicitly linking system object files so we need to strip them
|
cannam@140
|
6505 # from the output so that they don't get included in the library
|
cannam@140
|
6506 # dependencies.
|
cannam@140
|
6507 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
|
cannam@140
|
6508 ;;
|
cannam@140
|
6509 xl* | mpixl* | bgxl*)
|
cannam@140
|
6510 # IBM XL 8.0 on PPC, with GNU ld
|
cannam@140
|
6511 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@140
|
6512 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
cannam@140
|
6513 _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@140
|
6514 if test "x$supports_anon_versioning" = xyes; then
|
cannam@140
|
6515 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
|
cannam@140
|
6516 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
|
cannam@140
|
6517 echo "local: *; };" >> $output_objdir/$libname.ver~
|
cannam@140
|
6518 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
|
cannam@140
|
6519 fi
|
cannam@140
|
6520 ;;
|
cannam@140
|
6521 *)
|
cannam@140
|
6522 case `$CC -V 2>&1 | sed 5q` in
|
cannam@140
|
6523 *Sun\ C*)
|
cannam@140
|
6524 # Sun C++ 5.9
|
cannam@140
|
6525 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
|
cannam@140
|
6526 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
cannam@140
|
6527 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
|
cannam@140
|
6528 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
cannam@140
|
6529 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
|
cannam@140
|
6530 _LT_TAGVAR(compiler_needs_object, $1)=yes
|
cannam@140
|
6531
|
cannam@140
|
6532 # Not sure whether something based on
|
cannam@140
|
6533 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
|
cannam@140
|
6534 # would be better.
|
cannam@140
|
6535 output_verbose_link_cmd='func_echo_all'
|
cannam@140
|
6536
|
cannam@140
|
6537 # Archives containing C++ object files must be created using
|
cannam@140
|
6538 # "CC -xar", where "CC" is the Sun C++ compiler. This is
|
cannam@140
|
6539 # necessary to make sure instantiated templates are included
|
cannam@140
|
6540 # in the archive.
|
cannam@140
|
6541 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
|
cannam@140
|
6542 ;;
|
cannam@140
|
6543 esac
|
cannam@140
|
6544 ;;
|
cannam@140
|
6545 esac
|
cannam@140
|
6546 ;;
|
cannam@140
|
6547
|
cannam@140
|
6548 lynxos*)
|
cannam@140
|
6549 # FIXME: insert proper C++ library support
|
cannam@140
|
6550 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6551 ;;
|
cannam@140
|
6552
|
cannam@140
|
6553 m88k*)
|
cannam@140
|
6554 # FIXME: insert proper C++ library support
|
cannam@140
|
6555 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6556 ;;
|
cannam@140
|
6557
|
cannam@140
|
6558 mvs*)
|
cannam@140
|
6559 case $cc_basename in
|
cannam@140
|
6560 cxx*)
|
cannam@140
|
6561 # FIXME: insert proper C++ library support
|
cannam@140
|
6562 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6563 ;;
|
cannam@140
|
6564 *)
|
cannam@140
|
6565 # FIXME: insert proper C++ library support
|
cannam@140
|
6566 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6567 ;;
|
cannam@140
|
6568 esac
|
cannam@140
|
6569 ;;
|
cannam@140
|
6570
|
cannam@140
|
6571 netbsd*)
|
cannam@140
|
6572 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
|
cannam@140
|
6573 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
|
cannam@140
|
6574 wlarc=
|
cannam@140
|
6575 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
cannam@140
|
6576 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
6577 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
6578 fi
|
cannam@140
|
6579 # Workaround some broken pre-1.5 toolchains
|
cannam@140
|
6580 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
|
cannam@140
|
6581 ;;
|
cannam@140
|
6582
|
cannam@140
|
6583 *nto* | *qnx*)
|
cannam@140
|
6584 _LT_TAGVAR(ld_shlibs, $1)=yes
|
cannam@140
|
6585 ;;
|
cannam@140
|
6586
|
cannam@140
|
6587 openbsd2*)
|
cannam@140
|
6588 # C++ shared libraries are fairly broken
|
cannam@140
|
6589 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6590 ;;
|
cannam@140
|
6591
|
cannam@140
|
6592 openbsd*)
|
cannam@140
|
6593 if test -f /usr/libexec/ld.so; then
|
cannam@140
|
6594 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@140
|
6595 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
6596 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
|
cannam@140
|
6597 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
cannam@140
|
6598 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
cannam@140
|
6599 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
cannam@140
|
6600 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
|
cannam@140
|
6601 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@140
|
6602 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
cannam@140
|
6603 fi
|
cannam@140
|
6604 output_verbose_link_cmd=func_echo_all
|
cannam@140
|
6605 else
|
cannam@140
|
6606 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6607 fi
|
cannam@140
|
6608 ;;
|
cannam@140
|
6609
|
cannam@140
|
6610 osf3* | osf4* | osf5*)
|
cannam@140
|
6611 case $cc_basename in
|
cannam@140
|
6612 KCC*)
|
cannam@140
|
6613 # Kuck and Associates, Inc. (KAI) C++ Compiler
|
cannam@140
|
6614
|
cannam@140
|
6615 # KCC will only create a shared library if the output file
|
cannam@140
|
6616 # ends with ".so" (or ".sl" for HP-UX), so rename the library
|
cannam@140
|
6617 # to its proper name (with version) after linking.
|
cannam@140
|
6618 _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
|
cannam@140
|
6619
|
cannam@140
|
6620 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
cannam@140
|
6621 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@140
|
6622
|
cannam@140
|
6623 # Archives containing C++ object files must be created using
|
cannam@140
|
6624 # the KAI C++ compiler.
|
cannam@140
|
6625 case $host in
|
cannam@140
|
6626 osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
|
cannam@140
|
6627 *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
|
cannam@140
|
6628 esac
|
cannam@140
|
6629 ;;
|
cannam@140
|
6630 RCC*)
|
cannam@140
|
6631 # Rational C++ 2.4.1
|
cannam@140
|
6632 # FIXME: insert proper C++ library support
|
cannam@140
|
6633 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6634 ;;
|
cannam@140
|
6635 cxx*)
|
cannam@140
|
6636 case $host in
|
cannam@140
|
6637 osf3*)
|
cannam@140
|
6638 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
|
cannam@140
|
6639 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
|
cannam@140
|
6640 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@140
|
6641 ;;
|
cannam@140
|
6642 *)
|
cannam@140
|
6643 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
|
cannam@140
|
6644 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
|
cannam@140
|
6645 _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
|
cannam@140
|
6646 echo "-hidden">> $lib.exp~
|
cannam@140
|
6647 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
|
cannam@140
|
6648 $RM $lib.exp'
|
cannam@140
|
6649 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
|
cannam@140
|
6650 ;;
|
cannam@140
|
6651 esac
|
cannam@140
|
6652
|
cannam@140
|
6653 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@140
|
6654
|
cannam@140
|
6655 # Commands to make compiler produce verbose output that lists
|
cannam@140
|
6656 # what "hidden" libraries, object files and flags are used when
|
cannam@140
|
6657 # linking a shared library.
|
cannam@140
|
6658 #
|
cannam@140
|
6659 # There doesn't appear to be a way to prevent this compiler from
|
cannam@140
|
6660 # explicitly linking system object files so we need to strip them
|
cannam@140
|
6661 # from the output so that they don't get included in the library
|
cannam@140
|
6662 # dependencies.
|
cannam@140
|
6663 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
|
cannam@140
|
6664 ;;
|
cannam@140
|
6665 *)
|
cannam@140
|
6666 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
|
cannam@140
|
6667 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
|
cannam@140
|
6668 case $host in
|
cannam@140
|
6669 osf3*)
|
cannam@140
|
6670 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
cannam@140
|
6671 ;;
|
cannam@140
|
6672 *)
|
cannam@140
|
6673 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
cannam@140
|
6674 ;;
|
cannam@140
|
6675 esac
|
cannam@140
|
6676
|
cannam@140
|
6677 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@140
|
6678 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@140
|
6679
|
cannam@140
|
6680 # Commands to make compiler produce verbose output that lists
|
cannam@140
|
6681 # what "hidden" libraries, object files and flags are used when
|
cannam@140
|
6682 # linking a shared library.
|
cannam@140
|
6683 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
|
cannam@140
|
6684
|
cannam@140
|
6685 else
|
cannam@140
|
6686 # FIXME: insert proper C++ library support
|
cannam@140
|
6687 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6688 fi
|
cannam@140
|
6689 ;;
|
cannam@140
|
6690 esac
|
cannam@140
|
6691 ;;
|
cannam@140
|
6692
|
cannam@140
|
6693 psos*)
|
cannam@140
|
6694 # FIXME: insert proper C++ library support
|
cannam@140
|
6695 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6696 ;;
|
cannam@140
|
6697
|
cannam@140
|
6698 sunos4*)
|
cannam@140
|
6699 case $cc_basename in
|
cannam@140
|
6700 CC*)
|
cannam@140
|
6701 # Sun C++ 4.x
|
cannam@140
|
6702 # FIXME: insert proper C++ library support
|
cannam@140
|
6703 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6704 ;;
|
cannam@140
|
6705 lcc*)
|
cannam@140
|
6706 # Lucid
|
cannam@140
|
6707 # FIXME: insert proper C++ library support
|
cannam@140
|
6708 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6709 ;;
|
cannam@140
|
6710 *)
|
cannam@140
|
6711 # FIXME: insert proper C++ library support
|
cannam@140
|
6712 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6713 ;;
|
cannam@140
|
6714 esac
|
cannam@140
|
6715 ;;
|
cannam@140
|
6716
|
cannam@140
|
6717 solaris*)
|
cannam@140
|
6718 case $cc_basename in
|
cannam@140
|
6719 CC* | sunCC*)
|
cannam@140
|
6720 # Sun C++ 4.2, 5.x and Centerline C++
|
cannam@140
|
6721 _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
|
cannam@140
|
6722 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
|
cannam@140
|
6723 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
cannam@140
|
6724 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
cannam@140
|
6725 $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
|
cannam@140
|
6726
|
cannam@140
|
6727 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
cannam@140
|
6728 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
6729 case $host_os in
|
cannam@140
|
6730 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
|
cannam@140
|
6731 *)
|
cannam@140
|
6732 # The compiler driver will combine and reorder linker options,
|
cannam@140
|
6733 # but understands `-z linker_flag'.
|
cannam@140
|
6734 # Supported since Solaris 2.6 (maybe 2.5.1?)
|
cannam@140
|
6735 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
|
cannam@140
|
6736 ;;
|
cannam@140
|
6737 esac
|
cannam@140
|
6738 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@140
|
6739
|
cannam@140
|
6740 output_verbose_link_cmd='func_echo_all'
|
cannam@140
|
6741
|
cannam@140
|
6742 # Archives containing C++ object files must be created using
|
cannam@140
|
6743 # "CC -xar", where "CC" is the Sun C++ compiler. This is
|
cannam@140
|
6744 # necessary to make sure instantiated templates are included
|
cannam@140
|
6745 # in the archive.
|
cannam@140
|
6746 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
|
cannam@140
|
6747 ;;
|
cannam@140
|
6748 gcx*)
|
cannam@140
|
6749 # Green Hills C++ Compiler
|
cannam@140
|
6750 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
|
cannam@140
|
6751
|
cannam@140
|
6752 # The C++ compiler must be used to create the archive.
|
cannam@140
|
6753 _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
|
cannam@140
|
6754 ;;
|
cannam@140
|
6755 *)
|
cannam@140
|
6756 # GNU C++ compiler with Solaris linker
|
cannam@140
|
6757 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
|
cannam@140
|
6758 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
|
cannam@140
|
6759 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
|
cannam@140
|
6760 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
|
cannam@140
|
6761 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
cannam@140
|
6762 $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
|
cannam@140
|
6763
|
cannam@140
|
6764 # Commands to make compiler produce verbose output that lists
|
cannam@140
|
6765 # what "hidden" libraries, object files and flags are used when
|
cannam@140
|
6766 # linking a shared library.
|
cannam@140
|
6767 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
|
cannam@140
|
6768 else
|
cannam@140
|
6769 # g++ 2.7 appears to require `-G' NOT `-shared' on this
|
cannam@140
|
6770 # platform.
|
cannam@140
|
6771 _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
|
cannam@140
|
6772 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
cannam@140
|
6773 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
|
cannam@140
|
6774
|
cannam@140
|
6775 # Commands to make compiler produce verbose output that lists
|
cannam@140
|
6776 # what "hidden" libraries, object files and flags are used when
|
cannam@140
|
6777 # linking a shared library.
|
cannam@140
|
6778 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
|
cannam@140
|
6779 fi
|
cannam@140
|
6780
|
cannam@140
|
6781 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
|
cannam@140
|
6782 case $host_os in
|
cannam@140
|
6783 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
|
cannam@140
|
6784 *)
|
cannam@140
|
6785 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
|
cannam@140
|
6786 ;;
|
cannam@140
|
6787 esac
|
cannam@140
|
6788 fi
|
cannam@140
|
6789 ;;
|
cannam@140
|
6790 esac
|
cannam@140
|
6791 ;;
|
cannam@140
|
6792
|
cannam@140
|
6793 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
|
cannam@140
|
6794 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
|
cannam@140
|
6795 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@140
|
6796 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
6797 runpath_var='LD_RUN_PATH'
|
cannam@140
|
6798
|
cannam@140
|
6799 case $cc_basename in
|
cannam@140
|
6800 CC*)
|
cannam@140
|
6801 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
6802 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
6803 ;;
|
cannam@140
|
6804 *)
|
cannam@140
|
6805 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
6806 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
6807 ;;
|
cannam@140
|
6808 esac
|
cannam@140
|
6809 ;;
|
cannam@140
|
6810
|
cannam@140
|
6811 sysv5* | sco3.2v5* | sco5v6*)
|
cannam@140
|
6812 # Note: We can NOT use -z defs as we might desire, because we do not
|
cannam@140
|
6813 # link with -lc, and that would cause any symbols used from libc to
|
cannam@140
|
6814 # always be unresolved, which means just about no library would
|
cannam@140
|
6815 # ever link correctly. If we're not using GNU ld we use -z text
|
cannam@140
|
6816 # though, which does catch some bad symbols but isn't as heavy-handed
|
cannam@140
|
6817 # as -z defs.
|
cannam@140
|
6818 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
|
cannam@140
|
6819 _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
|
cannam@140
|
6820 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@140
|
6821 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@140
|
6822 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
|
cannam@140
|
6823 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
|
cannam@140
|
6824 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@140
|
6825 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
|
cannam@140
|
6826 runpath_var='LD_RUN_PATH'
|
cannam@140
|
6827
|
cannam@140
|
6828 case $cc_basename in
|
cannam@140
|
6829 CC*)
|
cannam@140
|
6830 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
6831 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
6832 _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~
|
cannam@140
|
6833 '"$_LT_TAGVAR(old_archive_cmds, $1)"
|
cannam@140
|
6834 _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~
|
cannam@140
|
6835 '"$_LT_TAGVAR(reload_cmds, $1)"
|
cannam@140
|
6836 ;;
|
cannam@140
|
6837 *)
|
cannam@140
|
6838 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
6839 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@140
|
6840 ;;
|
cannam@140
|
6841 esac
|
cannam@140
|
6842 ;;
|
cannam@140
|
6843
|
cannam@140
|
6844 tandem*)
|
cannam@140
|
6845 case $cc_basename in
|
cannam@140
|
6846 NCC*)
|
cannam@140
|
6847 # NonStop-UX NCC 3.20
|
cannam@140
|
6848 # FIXME: insert proper C++ library support
|
cannam@140
|
6849 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6850 ;;
|
cannam@140
|
6851 *)
|
cannam@140
|
6852 # FIXME: insert proper C++ library support
|
cannam@140
|
6853 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6854 ;;
|
cannam@140
|
6855 esac
|
cannam@140
|
6856 ;;
|
cannam@140
|
6857
|
cannam@140
|
6858 vxworks*)
|
cannam@140
|
6859 # FIXME: insert proper C++ library support
|
cannam@140
|
6860 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6861 ;;
|
cannam@140
|
6862
|
cannam@140
|
6863 *)
|
cannam@140
|
6864 # FIXME: insert proper C++ library support
|
cannam@140
|
6865 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@140
|
6866 ;;
|
cannam@140
|
6867 esac
|
cannam@140
|
6868
|
cannam@140
|
6869 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
|
cannam@140
|
6870 test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
|
cannam@140
|
6871
|
cannam@140
|
6872 _LT_TAGVAR(GCC, $1)="$GXX"
|
cannam@140
|
6873 _LT_TAGVAR(LD, $1)="$LD"
|
cannam@140
|
6874
|
cannam@140
|
6875 ## CAVEAT EMPTOR:
|
cannam@140
|
6876 ## There is no encapsulation within the following macros, do not change
|
cannam@140
|
6877 ## the running order or otherwise move them around unless you know exactly
|
cannam@140
|
6878 ## what you are doing...
|
cannam@140
|
6879 _LT_SYS_HIDDEN_LIBDEPS($1)
|
cannam@140
|
6880 _LT_COMPILER_PIC($1)
|
cannam@140
|
6881 _LT_COMPILER_C_O($1)
|
cannam@140
|
6882 _LT_COMPILER_FILE_LOCKS($1)
|
cannam@140
|
6883 _LT_LINKER_SHLIBS($1)
|
cannam@140
|
6884 _LT_SYS_DYNAMIC_LINKER($1)
|
cannam@140
|
6885 _LT_LINKER_HARDCODE_LIBPATH($1)
|
cannam@140
|
6886
|
cannam@140
|
6887 _LT_CONFIG($1)
|
cannam@140
|
6888 fi # test -n "$compiler"
|
cannam@140
|
6889
|
cannam@140
|
6890 CC=$lt_save_CC
|
cannam@140
|
6891 CFLAGS=$lt_save_CFLAGS
|
cannam@140
|
6892 LDCXX=$LD
|
cannam@140
|
6893 LD=$lt_save_LD
|
cannam@140
|
6894 GCC=$lt_save_GCC
|
cannam@140
|
6895 with_gnu_ld=$lt_save_with_gnu_ld
|
cannam@140
|
6896 lt_cv_path_LDCXX=$lt_cv_path_LD
|
cannam@140
|
6897 lt_cv_path_LD=$lt_save_path_LD
|
cannam@140
|
6898 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
|
cannam@140
|
6899 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
|
cannam@140
|
6900 fi # test "$_lt_caught_CXX_error" != yes
|
cannam@140
|
6901
|
cannam@140
|
6902 AC_LANG_POP
|
cannam@140
|
6903 ])# _LT_LANG_CXX_CONFIG
|
cannam@140
|
6904
|
cannam@140
|
6905
|
cannam@140
|
6906 # _LT_FUNC_STRIPNAME_CNF
|
cannam@140
|
6907 # ----------------------
|
cannam@140
|
6908 # func_stripname_cnf prefix suffix name
|
cannam@140
|
6909 # strip PREFIX and SUFFIX off of NAME.
|
cannam@140
|
6910 # PREFIX and SUFFIX must not contain globbing or regex special
|
cannam@140
|
6911 # characters, hashes, percent signs, but SUFFIX may contain a leading
|
cannam@140
|
6912 # dot (in which case that matches only a dot).
|
cannam@140
|
6913 #
|
cannam@140
|
6914 # This function is identical to the (non-XSI) version of func_stripname,
|
cannam@140
|
6915 # except this one can be used by m4 code that may be executed by configure,
|
cannam@140
|
6916 # rather than the libtool script.
|
cannam@140
|
6917 m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl
|
cannam@140
|
6918 AC_REQUIRE([_LT_DECL_SED])
|
cannam@140
|
6919 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])
|
cannam@140
|
6920 func_stripname_cnf ()
|
cannam@140
|
6921 {
|
cannam@140
|
6922 case ${2} in
|
cannam@140
|
6923 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
|
cannam@140
|
6924 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
|
cannam@140
|
6925 esac
|
cannam@140
|
6926 } # func_stripname_cnf
|
cannam@140
|
6927 ])# _LT_FUNC_STRIPNAME_CNF
|
cannam@140
|
6928
|
cannam@140
|
6929 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
|
cannam@140
|
6930 # ---------------------------------
|
cannam@140
|
6931 # Figure out "hidden" library dependencies from verbose
|
cannam@140
|
6932 # compiler output when linking a shared library.
|
cannam@140
|
6933 # Parse the compiler output and extract the necessary
|
cannam@140
|
6934 # objects, libraries and library flags.
|
cannam@140
|
6935 m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
|
cannam@140
|
6936 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@140
|
6937 AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl
|
cannam@140
|
6938 # Dependencies to place before and after the object being linked:
|
cannam@140
|
6939 _LT_TAGVAR(predep_objects, $1)=
|
cannam@140
|
6940 _LT_TAGVAR(postdep_objects, $1)=
|
cannam@140
|
6941 _LT_TAGVAR(predeps, $1)=
|
cannam@140
|
6942 _LT_TAGVAR(postdeps, $1)=
|
cannam@140
|
6943 _LT_TAGVAR(compiler_lib_search_path, $1)=
|
cannam@140
|
6944
|
cannam@140
|
6945 dnl we can't use the lt_simple_compile_test_code here,
|
cannam@140
|
6946 dnl because it contains code intended for an executable,
|
cannam@140
|
6947 dnl not a library. It's possible we should let each
|
cannam@140
|
6948 dnl tag define a new lt_????_link_test_code variable,
|
cannam@140
|
6949 dnl but it's only used here...
|
cannam@140
|
6950 m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
|
cannam@140
|
6951 int a;
|
cannam@140
|
6952 void foo (void) { a = 0; }
|
cannam@140
|
6953 _LT_EOF
|
cannam@140
|
6954 ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
|
cannam@140
|
6955 class Foo
|
cannam@140
|
6956 {
|
cannam@140
|
6957 public:
|
cannam@140
|
6958 Foo (void) { a = 0; }
|
cannam@140
|
6959 private:
|
cannam@140
|
6960 int a;
|
cannam@140
|
6961 };
|
cannam@140
|
6962 _LT_EOF
|
cannam@140
|
6963 ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
|
cannam@140
|
6964 subroutine foo
|
cannam@140
|
6965 implicit none
|
cannam@140
|
6966 integer*4 a
|
cannam@140
|
6967 a=0
|
cannam@140
|
6968 return
|
cannam@140
|
6969 end
|
cannam@140
|
6970 _LT_EOF
|
cannam@140
|
6971 ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
|
cannam@140
|
6972 subroutine foo
|
cannam@140
|
6973 implicit none
|
cannam@140
|
6974 integer a
|
cannam@140
|
6975 a=0
|
cannam@140
|
6976 return
|
cannam@140
|
6977 end
|
cannam@140
|
6978 _LT_EOF
|
cannam@140
|
6979 ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
|
cannam@140
|
6980 public class foo {
|
cannam@140
|
6981 private int a;
|
cannam@140
|
6982 public void bar (void) {
|
cannam@140
|
6983 a = 0;
|
cannam@140
|
6984 }
|
cannam@140
|
6985 };
|
cannam@140
|
6986 _LT_EOF
|
cannam@140
|
6987 ], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF
|
cannam@140
|
6988 package foo
|
cannam@140
|
6989 func foo() {
|
cannam@140
|
6990 }
|
cannam@140
|
6991 _LT_EOF
|
cannam@140
|
6992 ])
|
cannam@140
|
6993
|
cannam@140
|
6994 _lt_libdeps_save_CFLAGS=$CFLAGS
|
cannam@140
|
6995 case "$CC $CFLAGS " in #(
|
cannam@140
|
6996 *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
|
cannam@140
|
6997 *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
|
cannam@140
|
6998 *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
|
cannam@140
|
6999 esac
|
cannam@140
|
7000
|
cannam@140
|
7001 dnl Parse the compiler output and extract the necessary
|
cannam@140
|
7002 dnl objects, libraries and library flags.
|
cannam@140
|
7003 if AC_TRY_EVAL(ac_compile); then
|
cannam@140
|
7004 # Parse the compiler output and extract the necessary
|
cannam@140
|
7005 # objects, libraries and library flags.
|
cannam@140
|
7006
|
cannam@140
|
7007 # Sentinel used to keep track of whether or not we are before
|
cannam@140
|
7008 # the conftest object file.
|
cannam@140
|
7009 pre_test_object_deps_done=no
|
cannam@140
|
7010
|
cannam@140
|
7011 for p in `eval "$output_verbose_link_cmd"`; do
|
cannam@140
|
7012 case ${prev}${p} in
|
cannam@140
|
7013
|
cannam@140
|
7014 -L* | -R* | -l*)
|
cannam@140
|
7015 # Some compilers place space between "-{L,R}" and the path.
|
cannam@140
|
7016 # Remove the space.
|
cannam@140
|
7017 if test $p = "-L" ||
|
cannam@140
|
7018 test $p = "-R"; then
|
cannam@140
|
7019 prev=$p
|
cannam@140
|
7020 continue
|
cannam@140
|
7021 fi
|
cannam@140
|
7022
|
cannam@140
|
7023 # Expand the sysroot to ease extracting the directories later.
|
cannam@140
|
7024 if test -z "$prev"; then
|
cannam@140
|
7025 case $p in
|
cannam@140
|
7026 -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
|
cannam@140
|
7027 -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
|
cannam@140
|
7028 -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
|
cannam@140
|
7029 esac
|
cannam@140
|
7030 fi
|
cannam@140
|
7031 case $p in
|
cannam@140
|
7032 =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
|
cannam@140
|
7033 esac
|
cannam@140
|
7034 if test "$pre_test_object_deps_done" = no; then
|
cannam@140
|
7035 case ${prev} in
|
cannam@140
|
7036 -L | -R)
|
cannam@140
|
7037 # Internal compiler library paths should come after those
|
cannam@140
|
7038 # provided the user. The postdeps already come after the
|
cannam@140
|
7039 # user supplied libs so there is no need to process them.
|
cannam@140
|
7040 if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
|
cannam@140
|
7041 _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
|
cannam@140
|
7042 else
|
cannam@140
|
7043 _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
|
cannam@140
|
7044 fi
|
cannam@140
|
7045 ;;
|
cannam@140
|
7046 # The "-l" case would never come before the object being
|
cannam@140
|
7047 # linked, so don't bother handling this case.
|
cannam@140
|
7048 esac
|
cannam@140
|
7049 else
|
cannam@140
|
7050 if test -z "$_LT_TAGVAR(postdeps, $1)"; then
|
cannam@140
|
7051 _LT_TAGVAR(postdeps, $1)="${prev}${p}"
|
cannam@140
|
7052 else
|
cannam@140
|
7053 _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}"
|
cannam@140
|
7054 fi
|
cannam@140
|
7055 fi
|
cannam@140
|
7056 prev=
|
cannam@140
|
7057 ;;
|
cannam@140
|
7058
|
cannam@140
|
7059 *.lto.$objext) ;; # Ignore GCC LTO objects
|
cannam@140
|
7060 *.$objext)
|
cannam@140
|
7061 # This assumes that the test object file only shows up
|
cannam@140
|
7062 # once in the compiler output.
|
cannam@140
|
7063 if test "$p" = "conftest.$objext"; then
|
cannam@140
|
7064 pre_test_object_deps_done=yes
|
cannam@140
|
7065 continue
|
cannam@140
|
7066 fi
|
cannam@140
|
7067
|
cannam@140
|
7068 if test "$pre_test_object_deps_done" = no; then
|
cannam@140
|
7069 if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
|
cannam@140
|
7070 _LT_TAGVAR(predep_objects, $1)="$p"
|
cannam@140
|
7071 else
|
cannam@140
|
7072 _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
|
cannam@140
|
7073 fi
|
cannam@140
|
7074 else
|
cannam@140
|
7075 if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
|
cannam@140
|
7076 _LT_TAGVAR(postdep_objects, $1)="$p"
|
cannam@140
|
7077 else
|
cannam@140
|
7078 _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
|
cannam@140
|
7079 fi
|
cannam@140
|
7080 fi
|
cannam@140
|
7081 ;;
|
cannam@140
|
7082
|
cannam@140
|
7083 *) ;; # Ignore the rest.
|
cannam@140
|
7084
|
cannam@140
|
7085 esac
|
cannam@140
|
7086 done
|
cannam@140
|
7087
|
cannam@140
|
7088 # Clean up.
|
cannam@140
|
7089 rm -f a.out a.exe
|
cannam@140
|
7090 else
|
cannam@140
|
7091 echo "libtool.m4: error: problem compiling $1 test program"
|
cannam@140
|
7092 fi
|
cannam@140
|
7093
|
cannam@140
|
7094 $RM -f confest.$objext
|
cannam@140
|
7095 CFLAGS=$_lt_libdeps_save_CFLAGS
|
cannam@140
|
7096
|
cannam@140
|
7097 # PORTME: override above test on systems where it is broken
|
cannam@140
|
7098 m4_if([$1], [CXX],
|
cannam@140
|
7099 [case $host_os in
|
cannam@140
|
7100 interix[[3-9]]*)
|
cannam@140
|
7101 # Interix 3.5 installs completely hosed .la files for C++, so rather than
|
cannam@140
|
7102 # hack all around it, let's just trust "g++" to DTRT.
|
cannam@140
|
7103 _LT_TAGVAR(predep_objects,$1)=
|
cannam@140
|
7104 _LT_TAGVAR(postdep_objects,$1)=
|
cannam@140
|
7105 _LT_TAGVAR(postdeps,$1)=
|
cannam@140
|
7106 ;;
|
cannam@140
|
7107
|
cannam@140
|
7108 linux*)
|
cannam@140
|
7109 case `$CC -V 2>&1 | sed 5q` in
|
cannam@140
|
7110 *Sun\ C*)
|
cannam@140
|
7111 # Sun C++ 5.9
|
cannam@140
|
7112
|
cannam@140
|
7113 # The more standards-conforming stlport4 library is
|
cannam@140
|
7114 # incompatible with the Cstd library. Avoid specifying
|
cannam@140
|
7115 # it if it's in CXXFLAGS. Ignore libCrun as
|
cannam@140
|
7116 # -library=stlport4 depends on it.
|
cannam@140
|
7117 case " $CXX $CXXFLAGS " in
|
cannam@140
|
7118 *" -library=stlport4 "*)
|
cannam@140
|
7119 solaris_use_stlport4=yes
|
cannam@140
|
7120 ;;
|
cannam@140
|
7121 esac
|
cannam@140
|
7122
|
cannam@140
|
7123 if test "$solaris_use_stlport4" != yes; then
|
cannam@140
|
7124 _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
|
cannam@140
|
7125 fi
|
cannam@140
|
7126 ;;
|
cannam@140
|
7127 esac
|
cannam@140
|
7128 ;;
|
cannam@140
|
7129
|
cannam@140
|
7130 solaris*)
|
cannam@140
|
7131 case $cc_basename in
|
cannam@140
|
7132 CC* | sunCC*)
|
cannam@140
|
7133 # The more standards-conforming stlport4 library is
|
cannam@140
|
7134 # incompatible with the Cstd library. Avoid specifying
|
cannam@140
|
7135 # it if it's in CXXFLAGS. Ignore libCrun as
|
cannam@140
|
7136 # -library=stlport4 depends on it.
|
cannam@140
|
7137 case " $CXX $CXXFLAGS " in
|
cannam@140
|
7138 *" -library=stlport4 "*)
|
cannam@140
|
7139 solaris_use_stlport4=yes
|
cannam@140
|
7140 ;;
|
cannam@140
|
7141 esac
|
cannam@140
|
7142
|
cannam@140
|
7143 # Adding this requires a known-good setup of shared libraries for
|
cannam@140
|
7144 # Sun compiler versions before 5.6, else PIC objects from an old
|
cannam@140
|
7145 # archive will be linked into the output, leading to subtle bugs.
|
cannam@140
|
7146 if test "$solaris_use_stlport4" != yes; then
|
cannam@140
|
7147 _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
|
cannam@140
|
7148 fi
|
cannam@140
|
7149 ;;
|
cannam@140
|
7150 esac
|
cannam@140
|
7151 ;;
|
cannam@140
|
7152 esac
|
cannam@140
|
7153 ])
|
cannam@140
|
7154
|
cannam@140
|
7155 case " $_LT_TAGVAR(postdeps, $1) " in
|
cannam@140
|
7156 *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
|
cannam@140
|
7157 esac
|
cannam@140
|
7158 _LT_TAGVAR(compiler_lib_search_dirs, $1)=
|
cannam@140
|
7159 if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
|
cannam@140
|
7160 _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
|
cannam@140
|
7161 fi
|
cannam@140
|
7162 _LT_TAGDECL([], [compiler_lib_search_dirs], [1],
|
cannam@140
|
7163 [The directories searched by this compiler when creating a shared library])
|
cannam@140
|
7164 _LT_TAGDECL([], [predep_objects], [1],
|
cannam@140
|
7165 [Dependencies to place before and after the objects being linked to
|
cannam@140
|
7166 create a shared library])
|
cannam@140
|
7167 _LT_TAGDECL([], [postdep_objects], [1])
|
cannam@140
|
7168 _LT_TAGDECL([], [predeps], [1])
|
cannam@140
|
7169 _LT_TAGDECL([], [postdeps], [1])
|
cannam@140
|
7170 _LT_TAGDECL([], [compiler_lib_search_path], [1],
|
cannam@140
|
7171 [The library search path used internally by the compiler when linking
|
cannam@140
|
7172 a shared library])
|
cannam@140
|
7173 ])# _LT_SYS_HIDDEN_LIBDEPS
|
cannam@140
|
7174
|
cannam@140
|
7175
|
cannam@140
|
7176 # _LT_LANG_F77_CONFIG([TAG])
|
cannam@140
|
7177 # --------------------------
|
cannam@140
|
7178 # Ensure that the configuration variables for a Fortran 77 compiler are
|
cannam@140
|
7179 # suitably defined. These variables are subsequently used by _LT_CONFIG
|
cannam@140
|
7180 # to write the compiler configuration to `libtool'.
|
cannam@140
|
7181 m4_defun([_LT_LANG_F77_CONFIG],
|
cannam@140
|
7182 [AC_LANG_PUSH(Fortran 77)
|
cannam@140
|
7183 if test -z "$F77" || test "X$F77" = "Xno"; then
|
cannam@140
|
7184 _lt_disable_F77=yes
|
cannam@140
|
7185 fi
|
cannam@140
|
7186
|
cannam@140
|
7187 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@140
|
7188 _LT_TAGVAR(allow_undefined_flag, $1)=
|
cannam@140
|
7189 _LT_TAGVAR(always_export_symbols, $1)=no
|
cannam@140
|
7190 _LT_TAGVAR(archive_expsym_cmds, $1)=
|
cannam@140
|
7191 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
|
cannam@140
|
7192 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@140
|
7193 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
|
cannam@140
|
7194 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
|
cannam@140
|
7195 _LT_TAGVAR(hardcode_libdir_separator, $1)=
|
cannam@140
|
7196 _LT_TAGVAR(hardcode_minus_L, $1)=no
|
cannam@140
|
7197 _LT_TAGVAR(hardcode_automatic, $1)=no
|
cannam@140
|
7198 _LT_TAGVAR(inherit_rpath, $1)=no
|
cannam@140
|
7199 _LT_TAGVAR(module_cmds, $1)=
|
cannam@140
|
7200 _LT_TAGVAR(module_expsym_cmds, $1)=
|
cannam@140
|
7201 _LT_TAGVAR(link_all_deplibs, $1)=unknown
|
cannam@140
|
7202 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
|
cannam@140
|
7203 _LT_TAGVAR(reload_flag, $1)=$reload_flag
|
cannam@140
|
7204 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
|
cannam@140
|
7205 _LT_TAGVAR(no_undefined_flag, $1)=
|
cannam@140
|
7206 _LT_TAGVAR(whole_archive_flag_spec, $1)=
|
cannam@140
|
7207 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
|
cannam@140
|
7208
|
cannam@140
|
7209 # Source file extension for f77 test sources.
|
cannam@140
|
7210 ac_ext=f
|
cannam@140
|
7211
|
cannam@140
|
7212 # Object file extension for compiled f77 test sources.
|
cannam@140
|
7213 objext=o
|
cannam@140
|
7214 _LT_TAGVAR(objext, $1)=$objext
|
cannam@140
|
7215
|
cannam@140
|
7216 # No sense in running all these tests if we already determined that
|
cannam@140
|
7217 # the F77 compiler isn't working. Some variables (like enable_shared)
|
cannam@140
|
7218 # are currently assumed to apply to all compilers on this platform,
|
cannam@140
|
7219 # and will be corrupted by setting them based on a non-working compiler.
|
cannam@140
|
7220 if test "$_lt_disable_F77" != yes; then
|
cannam@140
|
7221 # Code to be used in simple compile tests
|
cannam@140
|
7222 lt_simple_compile_test_code="\
|
cannam@140
|
7223 subroutine t
|
cannam@140
|
7224 return
|
cannam@140
|
7225 end
|
cannam@140
|
7226 "
|
cannam@140
|
7227
|
cannam@140
|
7228 # Code to be used in simple link tests
|
cannam@140
|
7229 lt_simple_link_test_code="\
|
cannam@140
|
7230 program t
|
cannam@140
|
7231 end
|
cannam@140
|
7232 "
|
cannam@140
|
7233
|
cannam@140
|
7234 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
cannam@140
|
7235 _LT_TAG_COMPILER
|
cannam@140
|
7236
|
cannam@140
|
7237 # save warnings/boilerplate of simple test code
|
cannam@140
|
7238 _LT_COMPILER_BOILERPLATE
|
cannam@140
|
7239 _LT_LINKER_BOILERPLATE
|
cannam@140
|
7240
|
cannam@140
|
7241 # Allow CC to be a program name with arguments.
|
cannam@140
|
7242 lt_save_CC="$CC"
|
cannam@140
|
7243 lt_save_GCC=$GCC
|
cannam@140
|
7244 lt_save_CFLAGS=$CFLAGS
|
cannam@140
|
7245 CC=${F77-"f77"}
|
cannam@140
|
7246 CFLAGS=$FFLAGS
|
cannam@140
|
7247 compiler=$CC
|
cannam@140
|
7248 _LT_TAGVAR(compiler, $1)=$CC
|
cannam@140
|
7249 _LT_CC_BASENAME([$compiler])
|
cannam@140
|
7250 GCC=$G77
|
cannam@140
|
7251 if test -n "$compiler"; then
|
cannam@140
|
7252 AC_MSG_CHECKING([if libtool supports shared libraries])
|
cannam@140
|
7253 AC_MSG_RESULT([$can_build_shared])
|
cannam@140
|
7254
|
cannam@140
|
7255 AC_MSG_CHECKING([whether to build shared libraries])
|
cannam@140
|
7256 test "$can_build_shared" = "no" && enable_shared=no
|
cannam@140
|
7257
|
cannam@140
|
7258 # On AIX, shared libraries and static libraries use the same namespace, and
|
cannam@140
|
7259 # are all built from PIC.
|
cannam@140
|
7260 case $host_os in
|
cannam@140
|
7261 aix3*)
|
cannam@140
|
7262 test "$enable_shared" = yes && enable_static=no
|
cannam@140
|
7263 if test -n "$RANLIB"; then
|
cannam@140
|
7264 archive_cmds="$archive_cmds~\$RANLIB \$lib"
|
cannam@140
|
7265 postinstall_cmds='$RANLIB $lib'
|
cannam@140
|
7266 fi
|
cannam@140
|
7267 ;;
|
cannam@140
|
7268 aix[[4-9]]*)
|
cannam@140
|
7269 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
|
cannam@140
|
7270 test "$enable_shared" = yes && enable_static=no
|
cannam@140
|
7271 fi
|
cannam@140
|
7272 ;;
|
cannam@140
|
7273 esac
|
cannam@140
|
7274 AC_MSG_RESULT([$enable_shared])
|
cannam@140
|
7275
|
cannam@140
|
7276 AC_MSG_CHECKING([whether to build static libraries])
|
cannam@140
|
7277 # Make sure either enable_shared or enable_static is yes.
|
cannam@140
|
7278 test "$enable_shared" = yes || enable_static=yes
|
cannam@140
|
7279 AC_MSG_RESULT([$enable_static])
|
cannam@140
|
7280
|
cannam@140
|
7281 _LT_TAGVAR(GCC, $1)="$G77"
|
cannam@140
|
7282 _LT_TAGVAR(LD, $1)="$LD"
|
cannam@140
|
7283
|
cannam@140
|
7284 ## CAVEAT EMPTOR:
|
cannam@140
|
7285 ## There is no encapsulation within the following macros, do not change
|
cannam@140
|
7286 ## the running order or otherwise move them around unless you know exactly
|
cannam@140
|
7287 ## what you are doing...
|
cannam@140
|
7288 _LT_COMPILER_PIC($1)
|
cannam@140
|
7289 _LT_COMPILER_C_O($1)
|
cannam@140
|
7290 _LT_COMPILER_FILE_LOCKS($1)
|
cannam@140
|
7291 _LT_LINKER_SHLIBS($1)
|
cannam@140
|
7292 _LT_SYS_DYNAMIC_LINKER($1)
|
cannam@140
|
7293 _LT_LINKER_HARDCODE_LIBPATH($1)
|
cannam@140
|
7294
|
cannam@140
|
7295 _LT_CONFIG($1)
|
cannam@140
|
7296 fi # test -n "$compiler"
|
cannam@140
|
7297
|
cannam@140
|
7298 GCC=$lt_save_GCC
|
cannam@140
|
7299 CC="$lt_save_CC"
|
cannam@140
|
7300 CFLAGS="$lt_save_CFLAGS"
|
cannam@140
|
7301 fi # test "$_lt_disable_F77" != yes
|
cannam@140
|
7302
|
cannam@140
|
7303 AC_LANG_POP
|
cannam@140
|
7304 ])# _LT_LANG_F77_CONFIG
|
cannam@140
|
7305
|
cannam@140
|
7306
|
cannam@140
|
7307 # _LT_LANG_FC_CONFIG([TAG])
|
cannam@140
|
7308 # -------------------------
|
cannam@140
|
7309 # Ensure that the configuration variables for a Fortran compiler are
|
cannam@140
|
7310 # suitably defined. These variables are subsequently used by _LT_CONFIG
|
cannam@140
|
7311 # to write the compiler configuration to `libtool'.
|
cannam@140
|
7312 m4_defun([_LT_LANG_FC_CONFIG],
|
cannam@140
|
7313 [AC_LANG_PUSH(Fortran)
|
cannam@140
|
7314
|
cannam@140
|
7315 if test -z "$FC" || test "X$FC" = "Xno"; then
|
cannam@140
|
7316 _lt_disable_FC=yes
|
cannam@140
|
7317 fi
|
cannam@140
|
7318
|
cannam@140
|
7319 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@140
|
7320 _LT_TAGVAR(allow_undefined_flag, $1)=
|
cannam@140
|
7321 _LT_TAGVAR(always_export_symbols, $1)=no
|
cannam@140
|
7322 _LT_TAGVAR(archive_expsym_cmds, $1)=
|
cannam@140
|
7323 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
|
cannam@140
|
7324 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@140
|
7325 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
|
cannam@140
|
7326 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
|
cannam@140
|
7327 _LT_TAGVAR(hardcode_libdir_separator, $1)=
|
cannam@140
|
7328 _LT_TAGVAR(hardcode_minus_L, $1)=no
|
cannam@140
|
7329 _LT_TAGVAR(hardcode_automatic, $1)=no
|
cannam@140
|
7330 _LT_TAGVAR(inherit_rpath, $1)=no
|
cannam@140
|
7331 _LT_TAGVAR(module_cmds, $1)=
|
cannam@140
|
7332 _LT_TAGVAR(module_expsym_cmds, $1)=
|
cannam@140
|
7333 _LT_TAGVAR(link_all_deplibs, $1)=unknown
|
cannam@140
|
7334 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
|
cannam@140
|
7335 _LT_TAGVAR(reload_flag, $1)=$reload_flag
|
cannam@140
|
7336 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
|
cannam@140
|
7337 _LT_TAGVAR(no_undefined_flag, $1)=
|
cannam@140
|
7338 _LT_TAGVAR(whole_archive_flag_spec, $1)=
|
cannam@140
|
7339 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
|
cannam@140
|
7340
|
cannam@140
|
7341 # Source file extension for fc test sources.
|
cannam@140
|
7342 ac_ext=${ac_fc_srcext-f}
|
cannam@140
|
7343
|
cannam@140
|
7344 # Object file extension for compiled fc test sources.
|
cannam@140
|
7345 objext=o
|
cannam@140
|
7346 _LT_TAGVAR(objext, $1)=$objext
|
cannam@140
|
7347
|
cannam@140
|
7348 # No sense in running all these tests if we already determined that
|
cannam@140
|
7349 # the FC compiler isn't working. Some variables (like enable_shared)
|
cannam@140
|
7350 # are currently assumed to apply to all compilers on this platform,
|
cannam@140
|
7351 # and will be corrupted by setting them based on a non-working compiler.
|
cannam@140
|
7352 if test "$_lt_disable_FC" != yes; then
|
cannam@140
|
7353 # Code to be used in simple compile tests
|
cannam@140
|
7354 lt_simple_compile_test_code="\
|
cannam@140
|
7355 subroutine t
|
cannam@140
|
7356 return
|
cannam@140
|
7357 end
|
cannam@140
|
7358 "
|
cannam@140
|
7359
|
cannam@140
|
7360 # Code to be used in simple link tests
|
cannam@140
|
7361 lt_simple_link_test_code="\
|
cannam@140
|
7362 program t
|
cannam@140
|
7363 end
|
cannam@140
|
7364 "
|
cannam@140
|
7365
|
cannam@140
|
7366 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
cannam@140
|
7367 _LT_TAG_COMPILER
|
cannam@140
|
7368
|
cannam@140
|
7369 # save warnings/boilerplate of simple test code
|
cannam@140
|
7370 _LT_COMPILER_BOILERPLATE
|
cannam@140
|
7371 _LT_LINKER_BOILERPLATE
|
cannam@140
|
7372
|
cannam@140
|
7373 # Allow CC to be a program name with arguments.
|
cannam@140
|
7374 lt_save_CC="$CC"
|
cannam@140
|
7375 lt_save_GCC=$GCC
|
cannam@140
|
7376 lt_save_CFLAGS=$CFLAGS
|
cannam@140
|
7377 CC=${FC-"f95"}
|
cannam@140
|
7378 CFLAGS=$FCFLAGS
|
cannam@140
|
7379 compiler=$CC
|
cannam@140
|
7380 GCC=$ac_cv_fc_compiler_gnu
|
cannam@140
|
7381
|
cannam@140
|
7382 _LT_TAGVAR(compiler, $1)=$CC
|
cannam@140
|
7383 _LT_CC_BASENAME([$compiler])
|
cannam@140
|
7384
|
cannam@140
|
7385 if test -n "$compiler"; then
|
cannam@140
|
7386 AC_MSG_CHECKING([if libtool supports shared libraries])
|
cannam@140
|
7387 AC_MSG_RESULT([$can_build_shared])
|
cannam@140
|
7388
|
cannam@140
|
7389 AC_MSG_CHECKING([whether to build shared libraries])
|
cannam@140
|
7390 test "$can_build_shared" = "no" && enable_shared=no
|
cannam@140
|
7391
|
cannam@140
|
7392 # On AIX, shared libraries and static libraries use the same namespace, and
|
cannam@140
|
7393 # are all built from PIC.
|
cannam@140
|
7394 case $host_os in
|
cannam@140
|
7395 aix3*)
|
cannam@140
|
7396 test "$enable_shared" = yes && enable_static=no
|
cannam@140
|
7397 if test -n "$RANLIB"; then
|
cannam@140
|
7398 archive_cmds="$archive_cmds~\$RANLIB \$lib"
|
cannam@140
|
7399 postinstall_cmds='$RANLIB $lib'
|
cannam@140
|
7400 fi
|
cannam@140
|
7401 ;;
|
cannam@140
|
7402 aix[[4-9]]*)
|
cannam@140
|
7403 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
|
cannam@140
|
7404 test "$enable_shared" = yes && enable_static=no
|
cannam@140
|
7405 fi
|
cannam@140
|
7406 ;;
|
cannam@140
|
7407 esac
|
cannam@140
|
7408 AC_MSG_RESULT([$enable_shared])
|
cannam@140
|
7409
|
cannam@140
|
7410 AC_MSG_CHECKING([whether to build static libraries])
|
cannam@140
|
7411 # Make sure either enable_shared or enable_static is yes.
|
cannam@140
|
7412 test "$enable_shared" = yes || enable_static=yes
|
cannam@140
|
7413 AC_MSG_RESULT([$enable_static])
|
cannam@140
|
7414
|
cannam@140
|
7415 _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu"
|
cannam@140
|
7416 _LT_TAGVAR(LD, $1)="$LD"
|
cannam@140
|
7417
|
cannam@140
|
7418 ## CAVEAT EMPTOR:
|
cannam@140
|
7419 ## There is no encapsulation within the following macros, do not change
|
cannam@140
|
7420 ## the running order or otherwise move them around unless you know exactly
|
cannam@140
|
7421 ## what you are doing...
|
cannam@140
|
7422 _LT_SYS_HIDDEN_LIBDEPS($1)
|
cannam@140
|
7423 _LT_COMPILER_PIC($1)
|
cannam@140
|
7424 _LT_COMPILER_C_O($1)
|
cannam@140
|
7425 _LT_COMPILER_FILE_LOCKS($1)
|
cannam@140
|
7426 _LT_LINKER_SHLIBS($1)
|
cannam@140
|
7427 _LT_SYS_DYNAMIC_LINKER($1)
|
cannam@140
|
7428 _LT_LINKER_HARDCODE_LIBPATH($1)
|
cannam@140
|
7429
|
cannam@140
|
7430 _LT_CONFIG($1)
|
cannam@140
|
7431 fi # test -n "$compiler"
|
cannam@140
|
7432
|
cannam@140
|
7433 GCC=$lt_save_GCC
|
cannam@140
|
7434 CC=$lt_save_CC
|
cannam@140
|
7435 CFLAGS=$lt_save_CFLAGS
|
cannam@140
|
7436 fi # test "$_lt_disable_FC" != yes
|
cannam@140
|
7437
|
cannam@140
|
7438 AC_LANG_POP
|
cannam@140
|
7439 ])# _LT_LANG_FC_CONFIG
|
cannam@140
|
7440
|
cannam@140
|
7441
|
cannam@140
|
7442 # _LT_LANG_GCJ_CONFIG([TAG])
|
cannam@140
|
7443 # --------------------------
|
cannam@140
|
7444 # Ensure that the configuration variables for the GNU Java Compiler compiler
|
cannam@140
|
7445 # are suitably defined. These variables are subsequently used by _LT_CONFIG
|
cannam@140
|
7446 # to write the compiler configuration to `libtool'.
|
cannam@140
|
7447 m4_defun([_LT_LANG_GCJ_CONFIG],
|
cannam@140
|
7448 [AC_REQUIRE([LT_PROG_GCJ])dnl
|
cannam@140
|
7449 AC_LANG_SAVE
|
cannam@140
|
7450
|
cannam@140
|
7451 # Source file extension for Java test sources.
|
cannam@140
|
7452 ac_ext=java
|
cannam@140
|
7453
|
cannam@140
|
7454 # Object file extension for compiled Java test sources.
|
cannam@140
|
7455 objext=o
|
cannam@140
|
7456 _LT_TAGVAR(objext, $1)=$objext
|
cannam@140
|
7457
|
cannam@140
|
7458 # Code to be used in simple compile tests
|
cannam@140
|
7459 lt_simple_compile_test_code="class foo {}"
|
cannam@140
|
7460
|
cannam@140
|
7461 # Code to be used in simple link tests
|
cannam@140
|
7462 lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
|
cannam@140
|
7463
|
cannam@140
|
7464 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
cannam@140
|
7465 _LT_TAG_COMPILER
|
cannam@140
|
7466
|
cannam@140
|
7467 # save warnings/boilerplate of simple test code
|
cannam@140
|
7468 _LT_COMPILER_BOILERPLATE
|
cannam@140
|
7469 _LT_LINKER_BOILERPLATE
|
cannam@140
|
7470
|
cannam@140
|
7471 # Allow CC to be a program name with arguments.
|
cannam@140
|
7472 lt_save_CC=$CC
|
cannam@140
|
7473 lt_save_CFLAGS=$CFLAGS
|
cannam@140
|
7474 lt_save_GCC=$GCC
|
cannam@140
|
7475 GCC=yes
|
cannam@140
|
7476 CC=${GCJ-"gcj"}
|
cannam@140
|
7477 CFLAGS=$GCJFLAGS
|
cannam@140
|
7478 compiler=$CC
|
cannam@140
|
7479 _LT_TAGVAR(compiler, $1)=$CC
|
cannam@140
|
7480 _LT_TAGVAR(LD, $1)="$LD"
|
cannam@140
|
7481 _LT_CC_BASENAME([$compiler])
|
cannam@140
|
7482
|
cannam@140
|
7483 # GCJ did not exist at the time GCC didn't implicitly link libc in.
|
cannam@140
|
7484 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@140
|
7485
|
cannam@140
|
7486 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
|
cannam@140
|
7487 _LT_TAGVAR(reload_flag, $1)=$reload_flag
|
cannam@140
|
7488 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
|
cannam@140
|
7489
|
cannam@140
|
7490 if test -n "$compiler"; then
|
cannam@140
|
7491 _LT_COMPILER_NO_RTTI($1)
|
cannam@140
|
7492 _LT_COMPILER_PIC($1)
|
cannam@140
|
7493 _LT_COMPILER_C_O($1)
|
cannam@140
|
7494 _LT_COMPILER_FILE_LOCKS($1)
|
cannam@140
|
7495 _LT_LINKER_SHLIBS($1)
|
cannam@140
|
7496 _LT_LINKER_HARDCODE_LIBPATH($1)
|
cannam@140
|
7497
|
cannam@140
|
7498 _LT_CONFIG($1)
|
cannam@140
|
7499 fi
|
cannam@140
|
7500
|
cannam@140
|
7501 AC_LANG_RESTORE
|
cannam@140
|
7502
|
cannam@140
|
7503 GCC=$lt_save_GCC
|
cannam@140
|
7504 CC=$lt_save_CC
|
cannam@140
|
7505 CFLAGS=$lt_save_CFLAGS
|
cannam@140
|
7506 ])# _LT_LANG_GCJ_CONFIG
|
cannam@140
|
7507
|
cannam@140
|
7508
|
cannam@140
|
7509 # _LT_LANG_GO_CONFIG([TAG])
|
cannam@140
|
7510 # --------------------------
|
cannam@140
|
7511 # Ensure that the configuration variables for the GNU Go compiler
|
cannam@140
|
7512 # are suitably defined. These variables are subsequently used by _LT_CONFIG
|
cannam@140
|
7513 # to write the compiler configuration to `libtool'.
|
cannam@140
|
7514 m4_defun([_LT_LANG_GO_CONFIG],
|
cannam@140
|
7515 [AC_REQUIRE([LT_PROG_GO])dnl
|
cannam@140
|
7516 AC_LANG_SAVE
|
cannam@140
|
7517
|
cannam@140
|
7518 # Source file extension for Go test sources.
|
cannam@140
|
7519 ac_ext=go
|
cannam@140
|
7520
|
cannam@140
|
7521 # Object file extension for compiled Go test sources.
|
cannam@140
|
7522 objext=o
|
cannam@140
|
7523 _LT_TAGVAR(objext, $1)=$objext
|
cannam@140
|
7524
|
cannam@140
|
7525 # Code to be used in simple compile tests
|
cannam@140
|
7526 lt_simple_compile_test_code="package main; func main() { }"
|
cannam@140
|
7527
|
cannam@140
|
7528 # Code to be used in simple link tests
|
cannam@140
|
7529 lt_simple_link_test_code='package main; func main() { }'
|
cannam@140
|
7530
|
cannam@140
|
7531 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
cannam@140
|
7532 _LT_TAG_COMPILER
|
cannam@140
|
7533
|
cannam@140
|
7534 # save warnings/boilerplate of simple test code
|
cannam@140
|
7535 _LT_COMPILER_BOILERPLATE
|
cannam@140
|
7536 _LT_LINKER_BOILERPLATE
|
cannam@140
|
7537
|
cannam@140
|
7538 # Allow CC to be a program name with arguments.
|
cannam@140
|
7539 lt_save_CC=$CC
|
cannam@140
|
7540 lt_save_CFLAGS=$CFLAGS
|
cannam@140
|
7541 lt_save_GCC=$GCC
|
cannam@140
|
7542 GCC=yes
|
cannam@140
|
7543 CC=${GOC-"gccgo"}
|
cannam@140
|
7544 CFLAGS=$GOFLAGS
|
cannam@140
|
7545 compiler=$CC
|
cannam@140
|
7546 _LT_TAGVAR(compiler, $1)=$CC
|
cannam@140
|
7547 _LT_TAGVAR(LD, $1)="$LD"
|
cannam@140
|
7548 _LT_CC_BASENAME([$compiler])
|
cannam@140
|
7549
|
cannam@140
|
7550 # Go did not exist at the time GCC didn't implicitly link libc in.
|
cannam@140
|
7551 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@140
|
7552
|
cannam@140
|
7553 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
|
cannam@140
|
7554 _LT_TAGVAR(reload_flag, $1)=$reload_flag
|
cannam@140
|
7555 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
|
cannam@140
|
7556
|
cannam@140
|
7557 if test -n "$compiler"; then
|
cannam@140
|
7558 _LT_COMPILER_NO_RTTI($1)
|
cannam@140
|
7559 _LT_COMPILER_PIC($1)
|
cannam@140
|
7560 _LT_COMPILER_C_O($1)
|
cannam@140
|
7561 _LT_COMPILER_FILE_LOCKS($1)
|
cannam@140
|
7562 _LT_LINKER_SHLIBS($1)
|
cannam@140
|
7563 _LT_LINKER_HARDCODE_LIBPATH($1)
|
cannam@140
|
7564
|
cannam@140
|
7565 _LT_CONFIG($1)
|
cannam@140
|
7566 fi
|
cannam@140
|
7567
|
cannam@140
|
7568 AC_LANG_RESTORE
|
cannam@140
|
7569
|
cannam@140
|
7570 GCC=$lt_save_GCC
|
cannam@140
|
7571 CC=$lt_save_CC
|
cannam@140
|
7572 CFLAGS=$lt_save_CFLAGS
|
cannam@140
|
7573 ])# _LT_LANG_GO_CONFIG
|
cannam@140
|
7574
|
cannam@140
|
7575
|
cannam@140
|
7576 # _LT_LANG_RC_CONFIG([TAG])
|
cannam@140
|
7577 # -------------------------
|
cannam@140
|
7578 # Ensure that the configuration variables for the Windows resource compiler
|
cannam@140
|
7579 # are suitably defined. These variables are subsequently used by _LT_CONFIG
|
cannam@140
|
7580 # to write the compiler configuration to `libtool'.
|
cannam@140
|
7581 m4_defun([_LT_LANG_RC_CONFIG],
|
cannam@140
|
7582 [AC_REQUIRE([LT_PROG_RC])dnl
|
cannam@140
|
7583 AC_LANG_SAVE
|
cannam@140
|
7584
|
cannam@140
|
7585 # Source file extension for RC test sources.
|
cannam@140
|
7586 ac_ext=rc
|
cannam@140
|
7587
|
cannam@140
|
7588 # Object file extension for compiled RC test sources.
|
cannam@140
|
7589 objext=o
|
cannam@140
|
7590 _LT_TAGVAR(objext, $1)=$objext
|
cannam@140
|
7591
|
cannam@140
|
7592 # Code to be used in simple compile tests
|
cannam@140
|
7593 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
|
cannam@140
|
7594
|
cannam@140
|
7595 # Code to be used in simple link tests
|
cannam@140
|
7596 lt_simple_link_test_code="$lt_simple_compile_test_code"
|
cannam@140
|
7597
|
cannam@140
|
7598 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
cannam@140
|
7599 _LT_TAG_COMPILER
|
cannam@140
|
7600
|
cannam@140
|
7601 # save warnings/boilerplate of simple test code
|
cannam@140
|
7602 _LT_COMPILER_BOILERPLATE
|
cannam@140
|
7603 _LT_LINKER_BOILERPLATE
|
cannam@140
|
7604
|
cannam@140
|
7605 # Allow CC to be a program name with arguments.
|
cannam@140
|
7606 lt_save_CC="$CC"
|
cannam@140
|
7607 lt_save_CFLAGS=$CFLAGS
|
cannam@140
|
7608 lt_save_GCC=$GCC
|
cannam@140
|
7609 GCC=
|
cannam@140
|
7610 CC=${RC-"windres"}
|
cannam@140
|
7611 CFLAGS=
|
cannam@140
|
7612 compiler=$CC
|
cannam@140
|
7613 _LT_TAGVAR(compiler, $1)=$CC
|
cannam@140
|
7614 _LT_CC_BASENAME([$compiler])
|
cannam@140
|
7615 _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
|
cannam@140
|
7616
|
cannam@140
|
7617 if test -n "$compiler"; then
|
cannam@140
|
7618 :
|
cannam@140
|
7619 _LT_CONFIG($1)
|
cannam@140
|
7620 fi
|
cannam@140
|
7621
|
cannam@140
|
7622 GCC=$lt_save_GCC
|
cannam@140
|
7623 AC_LANG_RESTORE
|
cannam@140
|
7624 CC=$lt_save_CC
|
cannam@140
|
7625 CFLAGS=$lt_save_CFLAGS
|
cannam@140
|
7626 ])# _LT_LANG_RC_CONFIG
|
cannam@140
|
7627
|
cannam@140
|
7628
|
cannam@140
|
7629 # LT_PROG_GCJ
|
cannam@140
|
7630 # -----------
|
cannam@140
|
7631 AC_DEFUN([LT_PROG_GCJ],
|
cannam@140
|
7632 [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
|
cannam@140
|
7633 [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
|
cannam@140
|
7634 [AC_CHECK_TOOL(GCJ, gcj,)
|
cannam@140
|
7635 test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
|
cannam@140
|
7636 AC_SUBST(GCJFLAGS)])])[]dnl
|
cannam@140
|
7637 ])
|
cannam@140
|
7638
|
cannam@140
|
7639 # Old name:
|
cannam@140
|
7640 AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
|
cannam@140
|
7641 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
7642 dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
|
cannam@140
|
7643
|
cannam@140
|
7644
|
cannam@140
|
7645 # LT_PROG_GO
|
cannam@140
|
7646 # ----------
|
cannam@140
|
7647 AC_DEFUN([LT_PROG_GO],
|
cannam@140
|
7648 [AC_CHECK_TOOL(GOC, gccgo,)
|
cannam@140
|
7649 ])
|
cannam@140
|
7650
|
cannam@140
|
7651
|
cannam@140
|
7652 # LT_PROG_RC
|
cannam@140
|
7653 # ----------
|
cannam@140
|
7654 AC_DEFUN([LT_PROG_RC],
|
cannam@140
|
7655 [AC_CHECK_TOOL(RC, windres,)
|
cannam@140
|
7656 ])
|
cannam@140
|
7657
|
cannam@140
|
7658 # Old name:
|
cannam@140
|
7659 AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
|
cannam@140
|
7660 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
7661 dnl AC_DEFUN([LT_AC_PROG_RC], [])
|
cannam@140
|
7662
|
cannam@140
|
7663
|
cannam@140
|
7664 # _LT_DECL_EGREP
|
cannam@140
|
7665 # --------------
|
cannam@140
|
7666 # If we don't have a new enough Autoconf to choose the best grep
|
cannam@140
|
7667 # available, choose the one first in the user's PATH.
|
cannam@140
|
7668 m4_defun([_LT_DECL_EGREP],
|
cannam@140
|
7669 [AC_REQUIRE([AC_PROG_EGREP])dnl
|
cannam@140
|
7670 AC_REQUIRE([AC_PROG_FGREP])dnl
|
cannam@140
|
7671 test -z "$GREP" && GREP=grep
|
cannam@140
|
7672 _LT_DECL([], [GREP], [1], [A grep program that handles long lines])
|
cannam@140
|
7673 _LT_DECL([], [EGREP], [1], [An ERE matcher])
|
cannam@140
|
7674 _LT_DECL([], [FGREP], [1], [A literal string matcher])
|
cannam@140
|
7675 dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
|
cannam@140
|
7676 AC_SUBST([GREP])
|
cannam@140
|
7677 ])
|
cannam@140
|
7678
|
cannam@140
|
7679
|
cannam@140
|
7680 # _LT_DECL_OBJDUMP
|
cannam@140
|
7681 # --------------
|
cannam@140
|
7682 # If we don't have a new enough Autoconf to choose the best objdump
|
cannam@140
|
7683 # available, choose the one first in the user's PATH.
|
cannam@140
|
7684 m4_defun([_LT_DECL_OBJDUMP],
|
cannam@140
|
7685 [AC_CHECK_TOOL(OBJDUMP, objdump, false)
|
cannam@140
|
7686 test -z "$OBJDUMP" && OBJDUMP=objdump
|
cannam@140
|
7687 _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
|
cannam@140
|
7688 AC_SUBST([OBJDUMP])
|
cannam@140
|
7689 ])
|
cannam@140
|
7690
|
cannam@140
|
7691 # _LT_DECL_DLLTOOL
|
cannam@140
|
7692 # ----------------
|
cannam@140
|
7693 # Ensure DLLTOOL variable is set.
|
cannam@140
|
7694 m4_defun([_LT_DECL_DLLTOOL],
|
cannam@140
|
7695 [AC_CHECK_TOOL(DLLTOOL, dlltool, false)
|
cannam@140
|
7696 test -z "$DLLTOOL" && DLLTOOL=dlltool
|
cannam@140
|
7697 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])
|
cannam@140
|
7698 AC_SUBST([DLLTOOL])
|
cannam@140
|
7699 ])
|
cannam@140
|
7700
|
cannam@140
|
7701 # _LT_DECL_SED
|
cannam@140
|
7702 # ------------
|
cannam@140
|
7703 # Check for a fully-functional sed program, that truncates
|
cannam@140
|
7704 # as few characters as possible. Prefer GNU sed if found.
|
cannam@140
|
7705 m4_defun([_LT_DECL_SED],
|
cannam@140
|
7706 [AC_PROG_SED
|
cannam@140
|
7707 test -z "$SED" && SED=sed
|
cannam@140
|
7708 Xsed="$SED -e 1s/^X//"
|
cannam@140
|
7709 _LT_DECL([], [SED], [1], [A sed program that does not truncate output])
|
cannam@140
|
7710 _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
|
cannam@140
|
7711 [Sed that helps us avoid accidentally triggering echo(1) options like -n])
|
cannam@140
|
7712 ])# _LT_DECL_SED
|
cannam@140
|
7713
|
cannam@140
|
7714 m4_ifndef([AC_PROG_SED], [
|
cannam@140
|
7715 # NOTE: This macro has been submitted for inclusion into #
|
cannam@140
|
7716 # GNU Autoconf as AC_PROG_SED. When it is available in #
|
cannam@140
|
7717 # a released version of Autoconf we should remove this #
|
cannam@140
|
7718 # macro and use it instead. #
|
cannam@140
|
7719
|
cannam@140
|
7720 m4_defun([AC_PROG_SED],
|
cannam@140
|
7721 [AC_MSG_CHECKING([for a sed that does not truncate output])
|
cannam@140
|
7722 AC_CACHE_VAL(lt_cv_path_SED,
|
cannam@140
|
7723 [# Loop through the user's path and test for sed and gsed.
|
cannam@140
|
7724 # Then use that list of sed's as ones to test for truncation.
|
cannam@140
|
7725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
cannam@140
|
7726 for as_dir in $PATH
|
cannam@140
|
7727 do
|
cannam@140
|
7728 IFS=$as_save_IFS
|
cannam@140
|
7729 test -z "$as_dir" && as_dir=.
|
cannam@140
|
7730 for lt_ac_prog in sed gsed; do
|
cannam@140
|
7731 for ac_exec_ext in '' $ac_executable_extensions; do
|
cannam@140
|
7732 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
|
cannam@140
|
7733 lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
|
cannam@140
|
7734 fi
|
cannam@140
|
7735 done
|
cannam@140
|
7736 done
|
cannam@140
|
7737 done
|
cannam@140
|
7738 IFS=$as_save_IFS
|
cannam@140
|
7739 lt_ac_max=0
|
cannam@140
|
7740 lt_ac_count=0
|
cannam@140
|
7741 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
|
cannam@140
|
7742 # along with /bin/sed that truncates output.
|
cannam@140
|
7743 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
|
cannam@140
|
7744 test ! -f $lt_ac_sed && continue
|
cannam@140
|
7745 cat /dev/null > conftest.in
|
cannam@140
|
7746 lt_ac_count=0
|
cannam@140
|
7747 echo $ECHO_N "0123456789$ECHO_C" >conftest.in
|
cannam@140
|
7748 # Check for GNU sed and select it if it is found.
|
cannam@140
|
7749 if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
|
cannam@140
|
7750 lt_cv_path_SED=$lt_ac_sed
|
cannam@140
|
7751 break
|
cannam@140
|
7752 fi
|
cannam@140
|
7753 while true; do
|
cannam@140
|
7754 cat conftest.in conftest.in >conftest.tmp
|
cannam@140
|
7755 mv conftest.tmp conftest.in
|
cannam@140
|
7756 cp conftest.in conftest.nl
|
cannam@140
|
7757 echo >>conftest.nl
|
cannam@140
|
7758 $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
|
cannam@140
|
7759 cmp -s conftest.out conftest.nl || break
|
cannam@140
|
7760 # 10000 chars as input seems more than enough
|
cannam@140
|
7761 test $lt_ac_count -gt 10 && break
|
cannam@140
|
7762 lt_ac_count=`expr $lt_ac_count + 1`
|
cannam@140
|
7763 if test $lt_ac_count -gt $lt_ac_max; then
|
cannam@140
|
7764 lt_ac_max=$lt_ac_count
|
cannam@140
|
7765 lt_cv_path_SED=$lt_ac_sed
|
cannam@140
|
7766 fi
|
cannam@140
|
7767 done
|
cannam@140
|
7768 done
|
cannam@140
|
7769 ])
|
cannam@140
|
7770 SED=$lt_cv_path_SED
|
cannam@140
|
7771 AC_SUBST([SED])
|
cannam@140
|
7772 AC_MSG_RESULT([$SED])
|
cannam@140
|
7773 ])#AC_PROG_SED
|
cannam@140
|
7774 ])#m4_ifndef
|
cannam@140
|
7775
|
cannam@140
|
7776 # Old name:
|
cannam@140
|
7777 AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
|
cannam@140
|
7778 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
7779 dnl AC_DEFUN([LT_AC_PROG_SED], [])
|
cannam@140
|
7780
|
cannam@140
|
7781
|
cannam@140
|
7782 # _LT_CHECK_SHELL_FEATURES
|
cannam@140
|
7783 # ------------------------
|
cannam@140
|
7784 # Find out whether the shell is Bourne or XSI compatible,
|
cannam@140
|
7785 # or has some other useful features.
|
cannam@140
|
7786 m4_defun([_LT_CHECK_SHELL_FEATURES],
|
cannam@140
|
7787 [AC_MSG_CHECKING([whether the shell understands some XSI constructs])
|
cannam@140
|
7788 # Try some XSI features
|
cannam@140
|
7789 xsi_shell=no
|
cannam@140
|
7790 ( _lt_dummy="a/b/c"
|
cannam@140
|
7791 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
|
cannam@140
|
7792 = c,a/b,b/c, \
|
cannam@140
|
7793 && eval 'test $(( 1 + 1 )) -eq 2 \
|
cannam@140
|
7794 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
|
cannam@140
|
7795 && xsi_shell=yes
|
cannam@140
|
7796 AC_MSG_RESULT([$xsi_shell])
|
cannam@140
|
7797 _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
|
cannam@140
|
7798
|
cannam@140
|
7799 AC_MSG_CHECKING([whether the shell understands "+="])
|
cannam@140
|
7800 lt_shell_append=no
|
cannam@140
|
7801 ( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \
|
cannam@140
|
7802 >/dev/null 2>&1 \
|
cannam@140
|
7803 && lt_shell_append=yes
|
cannam@140
|
7804 AC_MSG_RESULT([$lt_shell_append])
|
cannam@140
|
7805 _LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append'])
|
cannam@140
|
7806
|
cannam@140
|
7807 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
cannam@140
|
7808 lt_unset=unset
|
cannam@140
|
7809 else
|
cannam@140
|
7810 lt_unset=false
|
cannam@140
|
7811 fi
|
cannam@140
|
7812 _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
|
cannam@140
|
7813
|
cannam@140
|
7814 # test EBCDIC or ASCII
|
cannam@140
|
7815 case `echo X|tr X '\101'` in
|
cannam@140
|
7816 A) # ASCII based system
|
cannam@140
|
7817 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
|
cannam@140
|
7818 lt_SP2NL='tr \040 \012'
|
cannam@140
|
7819 lt_NL2SP='tr \015\012 \040\040'
|
cannam@140
|
7820 ;;
|
cannam@140
|
7821 *) # EBCDIC based system
|
cannam@140
|
7822 lt_SP2NL='tr \100 \n'
|
cannam@140
|
7823 lt_NL2SP='tr \r\n \100\100'
|
cannam@140
|
7824 ;;
|
cannam@140
|
7825 esac
|
cannam@140
|
7826 _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
|
cannam@140
|
7827 _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
|
cannam@140
|
7828 ])# _LT_CHECK_SHELL_FEATURES
|
cannam@140
|
7829
|
cannam@140
|
7830
|
cannam@140
|
7831 # _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY)
|
cannam@140
|
7832 # ------------------------------------------------------
|
cannam@140
|
7833 # In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
|
cannam@140
|
7834 # '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
|
cannam@140
|
7835 m4_defun([_LT_PROG_FUNCTION_REPLACE],
|
cannam@140
|
7836 [dnl {
|
cannam@140
|
7837 sed -e '/^$1 ()$/,/^} # $1 /c\
|
cannam@140
|
7838 $1 ()\
|
cannam@140
|
7839 {\
|
cannam@140
|
7840 m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1])
|
cannam@140
|
7841 } # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \
|
cannam@140
|
7842 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
cannam@140
|
7843 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
cannam@140
|
7844 test 0 -eq $? || _lt_function_replace_fail=:
|
cannam@140
|
7845 ])
|
cannam@140
|
7846
|
cannam@140
|
7847
|
cannam@140
|
7848 # _LT_PROG_REPLACE_SHELLFNS
|
cannam@140
|
7849 # -------------------------
|
cannam@140
|
7850 # Replace existing portable implementations of several shell functions with
|
cannam@140
|
7851 # equivalent extended shell implementations where those features are available..
|
cannam@140
|
7852 m4_defun([_LT_PROG_REPLACE_SHELLFNS],
|
cannam@140
|
7853 [if test x"$xsi_shell" = xyes; then
|
cannam@140
|
7854 _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl
|
cannam@140
|
7855 case ${1} in
|
cannam@140
|
7856 */*) func_dirname_result="${1%/*}${2}" ;;
|
cannam@140
|
7857 * ) func_dirname_result="${3}" ;;
|
cannam@140
|
7858 esac])
|
cannam@140
|
7859
|
cannam@140
|
7860 _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl
|
cannam@140
|
7861 func_basename_result="${1##*/}"])
|
cannam@140
|
7862
|
cannam@140
|
7863 _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl
|
cannam@140
|
7864 case ${1} in
|
cannam@140
|
7865 */*) func_dirname_result="${1%/*}${2}" ;;
|
cannam@140
|
7866 * ) func_dirname_result="${3}" ;;
|
cannam@140
|
7867 esac
|
cannam@140
|
7868 func_basename_result="${1##*/}"])
|
cannam@140
|
7869
|
cannam@140
|
7870 _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl
|
cannam@140
|
7871 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
|
cannam@140
|
7872 # positional parameters, so assign one to ordinary parameter first.
|
cannam@140
|
7873 func_stripname_result=${3}
|
cannam@140
|
7874 func_stripname_result=${func_stripname_result#"${1}"}
|
cannam@140
|
7875 func_stripname_result=${func_stripname_result%"${2}"}])
|
cannam@140
|
7876
|
cannam@140
|
7877 _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl
|
cannam@140
|
7878 func_split_long_opt_name=${1%%=*}
|
cannam@140
|
7879 func_split_long_opt_arg=${1#*=}])
|
cannam@140
|
7880
|
cannam@140
|
7881 _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl
|
cannam@140
|
7882 func_split_short_opt_arg=${1#??}
|
cannam@140
|
7883 func_split_short_opt_name=${1%"$func_split_short_opt_arg"}])
|
cannam@140
|
7884
|
cannam@140
|
7885 _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl
|
cannam@140
|
7886 case ${1} in
|
cannam@140
|
7887 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
|
cannam@140
|
7888 *) func_lo2o_result=${1} ;;
|
cannam@140
|
7889 esac])
|
cannam@140
|
7890
|
cannam@140
|
7891 _LT_PROG_FUNCTION_REPLACE([func_xform], [ func_xform_result=${1%.*}.lo])
|
cannam@140
|
7892
|
cannam@140
|
7893 _LT_PROG_FUNCTION_REPLACE([func_arith], [ func_arith_result=$(( $[*] ))])
|
cannam@140
|
7894
|
cannam@140
|
7895 _LT_PROG_FUNCTION_REPLACE([func_len], [ func_len_result=${#1}])
|
cannam@140
|
7896 fi
|
cannam@140
|
7897
|
cannam@140
|
7898 if test x"$lt_shell_append" = xyes; then
|
cannam@140
|
7899 _LT_PROG_FUNCTION_REPLACE([func_append], [ eval "${1}+=\\${2}"])
|
cannam@140
|
7900
|
cannam@140
|
7901 _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl
|
cannam@140
|
7902 func_quote_for_eval "${2}"
|
cannam@140
|
7903 dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \
|
cannam@140
|
7904 eval "${1}+=\\\\ \\$func_quote_for_eval_result"])
|
cannam@140
|
7905
|
cannam@140
|
7906 # Save a `func_append' function call where possible by direct use of '+='
|
cannam@140
|
7907 sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
|
cannam@140
|
7908 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
cannam@140
|
7909 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
cannam@140
|
7910 test 0 -eq $? || _lt_function_replace_fail=:
|
cannam@140
|
7911 else
|
cannam@140
|
7912 # Save a `func_append' function call even when '+=' is not available
|
cannam@140
|
7913 sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
|
cannam@140
|
7914 && mv -f "$cfgfile.tmp" "$cfgfile" \
|
cannam@140
|
7915 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
|
cannam@140
|
7916 test 0 -eq $? || _lt_function_replace_fail=:
|
cannam@140
|
7917 fi
|
cannam@140
|
7918
|
cannam@140
|
7919 if test x"$_lt_function_replace_fail" = x":"; then
|
cannam@140
|
7920 AC_MSG_WARN([Unable to substitute extended shell functions in $ofile])
|
cannam@140
|
7921 fi
|
cannam@140
|
7922 ])
|
cannam@140
|
7923
|
cannam@140
|
7924 # _LT_PATH_CONVERSION_FUNCTIONS
|
cannam@140
|
7925 # -----------------------------
|
cannam@140
|
7926 # Determine which file name conversion functions should be used by
|
cannam@140
|
7927 # func_to_host_file (and, implicitly, by func_to_host_path). These are needed
|
cannam@140
|
7928 # for certain cross-compile configurations and native mingw.
|
cannam@140
|
7929 m4_defun([_LT_PATH_CONVERSION_FUNCTIONS],
|
cannam@140
|
7930 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
cannam@140
|
7931 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
|
cannam@140
|
7932 AC_MSG_CHECKING([how to convert $build file names to $host format])
|
cannam@140
|
7933 AC_CACHE_VAL(lt_cv_to_host_file_cmd,
|
cannam@140
|
7934 [case $host in
|
cannam@140
|
7935 *-*-mingw* )
|
cannam@140
|
7936 case $build in
|
cannam@140
|
7937 *-*-mingw* ) # actually msys
|
cannam@140
|
7938 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
|
cannam@140
|
7939 ;;
|
cannam@140
|
7940 *-*-cygwin* )
|
cannam@140
|
7941 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
|
cannam@140
|
7942 ;;
|
cannam@140
|
7943 * ) # otherwise, assume *nix
|
cannam@140
|
7944 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
|
cannam@140
|
7945 ;;
|
cannam@140
|
7946 esac
|
cannam@140
|
7947 ;;
|
cannam@140
|
7948 *-*-cygwin* )
|
cannam@140
|
7949 case $build in
|
cannam@140
|
7950 *-*-mingw* ) # actually msys
|
cannam@140
|
7951 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
|
cannam@140
|
7952 ;;
|
cannam@140
|
7953 *-*-cygwin* )
|
cannam@140
|
7954 lt_cv_to_host_file_cmd=func_convert_file_noop
|
cannam@140
|
7955 ;;
|
cannam@140
|
7956 * ) # otherwise, assume *nix
|
cannam@140
|
7957 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
|
cannam@140
|
7958 ;;
|
cannam@140
|
7959 esac
|
cannam@140
|
7960 ;;
|
cannam@140
|
7961 * ) # unhandled hosts (and "normal" native builds)
|
cannam@140
|
7962 lt_cv_to_host_file_cmd=func_convert_file_noop
|
cannam@140
|
7963 ;;
|
cannam@140
|
7964 esac
|
cannam@140
|
7965 ])
|
cannam@140
|
7966 to_host_file_cmd=$lt_cv_to_host_file_cmd
|
cannam@140
|
7967 AC_MSG_RESULT([$lt_cv_to_host_file_cmd])
|
cannam@140
|
7968 _LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd],
|
cannam@140
|
7969 [0], [convert $build file names to $host format])dnl
|
cannam@140
|
7970
|
cannam@140
|
7971 AC_MSG_CHECKING([how to convert $build file names to toolchain format])
|
cannam@140
|
7972 AC_CACHE_VAL(lt_cv_to_tool_file_cmd,
|
cannam@140
|
7973 [#assume ordinary cross tools, or native build.
|
cannam@140
|
7974 lt_cv_to_tool_file_cmd=func_convert_file_noop
|
cannam@140
|
7975 case $host in
|
cannam@140
|
7976 *-*-mingw* )
|
cannam@140
|
7977 case $build in
|
cannam@140
|
7978 *-*-mingw* ) # actually msys
|
cannam@140
|
7979 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
|
cannam@140
|
7980 ;;
|
cannam@140
|
7981 esac
|
cannam@140
|
7982 ;;
|
cannam@140
|
7983 esac
|
cannam@140
|
7984 ])
|
cannam@140
|
7985 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
|
cannam@140
|
7986 AC_MSG_RESULT([$lt_cv_to_tool_file_cmd])
|
cannam@140
|
7987 _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd],
|
cannam@140
|
7988 [0], [convert $build files to toolchain format])dnl
|
cannam@140
|
7989 ])# _LT_PATH_CONVERSION_FUNCTIONS
|
cannam@140
|
7990
|
cannam@140
|
7991 # Helper functions for option handling. -*- Autoconf -*-
|
cannam@140
|
7992 #
|
cannam@140
|
7993 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
|
cannam@140
|
7994 # Inc.
|
cannam@140
|
7995 # Written by Gary V. Vaughan, 2004
|
cannam@140
|
7996 #
|
cannam@140
|
7997 # This file is free software; the Free Software Foundation gives
|
cannam@140
|
7998 # unlimited permission to copy and/or distribute it, with or without
|
cannam@140
|
7999 # modifications, as long as this notice is preserved.
|
cannam@140
|
8000
|
cannam@140
|
8001 # serial 7 ltoptions.m4
|
cannam@140
|
8002
|
cannam@140
|
8003 # This is to help aclocal find these macros, as it can't see m4_define.
|
cannam@140
|
8004 AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
|
cannam@140
|
8005
|
cannam@140
|
8006
|
cannam@140
|
8007 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
|
cannam@140
|
8008 # ------------------------------------------
|
cannam@140
|
8009 m4_define([_LT_MANGLE_OPTION],
|
cannam@140
|
8010 [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
|
cannam@140
|
8011
|
cannam@140
|
8012
|
cannam@140
|
8013 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
|
cannam@140
|
8014 # ---------------------------------------
|
cannam@140
|
8015 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
|
cannam@140
|
8016 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
|
cannam@140
|
8017 # saved as a flag.
|
cannam@140
|
8018 m4_define([_LT_SET_OPTION],
|
cannam@140
|
8019 [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
|
cannam@140
|
8020 m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
|
cannam@140
|
8021 _LT_MANGLE_DEFUN([$1], [$2]),
|
cannam@140
|
8022 [m4_warning([Unknown $1 option `$2'])])[]dnl
|
cannam@140
|
8023 ])
|
cannam@140
|
8024
|
cannam@140
|
8025
|
cannam@140
|
8026 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
|
cannam@140
|
8027 # ------------------------------------------------------------
|
cannam@140
|
8028 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
|
cannam@140
|
8029 m4_define([_LT_IF_OPTION],
|
cannam@140
|
8030 [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
|
cannam@140
|
8031
|
cannam@140
|
8032
|
cannam@140
|
8033 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
|
cannam@140
|
8034 # -------------------------------------------------------
|
cannam@140
|
8035 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
|
cannam@140
|
8036 # are set.
|
cannam@140
|
8037 m4_define([_LT_UNLESS_OPTIONS],
|
cannam@140
|
8038 [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
|
cannam@140
|
8039 [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
|
cannam@140
|
8040 [m4_define([$0_found])])])[]dnl
|
cannam@140
|
8041 m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
|
cannam@140
|
8042 ])[]dnl
|
cannam@140
|
8043 ])
|
cannam@140
|
8044
|
cannam@140
|
8045
|
cannam@140
|
8046 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
|
cannam@140
|
8047 # ----------------------------------------
|
cannam@140
|
8048 # OPTION-LIST is a space-separated list of Libtool options associated
|
cannam@140
|
8049 # with MACRO-NAME. If any OPTION has a matching handler declared with
|
cannam@140
|
8050 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
|
cannam@140
|
8051 # the unknown option and exit.
|
cannam@140
|
8052 m4_defun([_LT_SET_OPTIONS],
|
cannam@140
|
8053 [# Set options
|
cannam@140
|
8054 m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
|
cannam@140
|
8055 [_LT_SET_OPTION([$1], _LT_Option)])
|
cannam@140
|
8056
|
cannam@140
|
8057 m4_if([$1],[LT_INIT],[
|
cannam@140
|
8058 dnl
|
cannam@140
|
8059 dnl Simply set some default values (i.e off) if boolean options were not
|
cannam@140
|
8060 dnl specified:
|
cannam@140
|
8061 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
|
cannam@140
|
8062 ])
|
cannam@140
|
8063 _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
|
cannam@140
|
8064 ])
|
cannam@140
|
8065 dnl
|
cannam@140
|
8066 dnl If no reference was made to various pairs of opposing options, then
|
cannam@140
|
8067 dnl we run the default mode handler for the pair. For example, if neither
|
cannam@140
|
8068 dnl `shared' nor `disable-shared' was passed, we enable building of shared
|
cannam@140
|
8069 dnl archives by default:
|
cannam@140
|
8070 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
|
cannam@140
|
8071 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
|
cannam@140
|
8072 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
|
cannam@140
|
8073 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
|
cannam@140
|
8074 [_LT_ENABLE_FAST_INSTALL])
|
cannam@140
|
8075 ])
|
cannam@140
|
8076 ])# _LT_SET_OPTIONS
|
cannam@140
|
8077
|
cannam@140
|
8078
|
cannam@140
|
8079
|
cannam@140
|
8080 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
|
cannam@140
|
8081 # -----------------------------------------
|
cannam@140
|
8082 m4_define([_LT_MANGLE_DEFUN],
|
cannam@140
|
8083 [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
|
cannam@140
|
8084
|
cannam@140
|
8085
|
cannam@140
|
8086 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
|
cannam@140
|
8087 # -----------------------------------------------
|
cannam@140
|
8088 m4_define([LT_OPTION_DEFINE],
|
cannam@140
|
8089 [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
|
cannam@140
|
8090 ])# LT_OPTION_DEFINE
|
cannam@140
|
8091
|
cannam@140
|
8092
|
cannam@140
|
8093 # dlopen
|
cannam@140
|
8094 # ------
|
cannam@140
|
8095 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
|
cannam@140
|
8096 ])
|
cannam@140
|
8097
|
cannam@140
|
8098 AU_DEFUN([AC_LIBTOOL_DLOPEN],
|
cannam@140
|
8099 [_LT_SET_OPTION([LT_INIT], [dlopen])
|
cannam@140
|
8100 AC_DIAGNOSE([obsolete],
|
cannam@140
|
8101 [$0: Remove this warning and the call to _LT_SET_OPTION when you
|
cannam@140
|
8102 put the `dlopen' option into LT_INIT's first parameter.])
|
cannam@140
|
8103 ])
|
cannam@140
|
8104
|
cannam@140
|
8105 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
8106 dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
|
cannam@140
|
8107
|
cannam@140
|
8108
|
cannam@140
|
8109 # win32-dll
|
cannam@140
|
8110 # ---------
|
cannam@140
|
8111 # Declare package support for building win32 dll's.
|
cannam@140
|
8112 LT_OPTION_DEFINE([LT_INIT], [win32-dll],
|
cannam@140
|
8113 [enable_win32_dll=yes
|
cannam@140
|
8114
|
cannam@140
|
8115 case $host in
|
cannam@140
|
8116 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
|
cannam@140
|
8117 AC_CHECK_TOOL(AS, as, false)
|
cannam@140
|
8118 AC_CHECK_TOOL(DLLTOOL, dlltool, false)
|
cannam@140
|
8119 AC_CHECK_TOOL(OBJDUMP, objdump, false)
|
cannam@140
|
8120 ;;
|
cannam@140
|
8121 esac
|
cannam@140
|
8122
|
cannam@140
|
8123 test -z "$AS" && AS=as
|
cannam@140
|
8124 _LT_DECL([], [AS], [1], [Assembler program])dnl
|
cannam@140
|
8125
|
cannam@140
|
8126 test -z "$DLLTOOL" && DLLTOOL=dlltool
|
cannam@140
|
8127 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
|
cannam@140
|
8128
|
cannam@140
|
8129 test -z "$OBJDUMP" && OBJDUMP=objdump
|
cannam@140
|
8130 _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
|
cannam@140
|
8131 ])# win32-dll
|
cannam@140
|
8132
|
cannam@140
|
8133 AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
|
cannam@140
|
8134 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
cannam@140
|
8135 _LT_SET_OPTION([LT_INIT], [win32-dll])
|
cannam@140
|
8136 AC_DIAGNOSE([obsolete],
|
cannam@140
|
8137 [$0: Remove this warning and the call to _LT_SET_OPTION when you
|
cannam@140
|
8138 put the `win32-dll' option into LT_INIT's first parameter.])
|
cannam@140
|
8139 ])
|
cannam@140
|
8140
|
cannam@140
|
8141 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
8142 dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
|
cannam@140
|
8143
|
cannam@140
|
8144
|
cannam@140
|
8145 # _LT_ENABLE_SHARED([DEFAULT])
|
cannam@140
|
8146 # ----------------------------
|
cannam@140
|
8147 # implement the --enable-shared flag, and supports the `shared' and
|
cannam@140
|
8148 # `disable-shared' LT_INIT options.
|
cannam@140
|
8149 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
|
cannam@140
|
8150 m4_define([_LT_ENABLE_SHARED],
|
cannam@140
|
8151 [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
|
cannam@140
|
8152 AC_ARG_ENABLE([shared],
|
cannam@140
|
8153 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
|
cannam@140
|
8154 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
|
cannam@140
|
8155 [p=${PACKAGE-default}
|
cannam@140
|
8156 case $enableval in
|
cannam@140
|
8157 yes) enable_shared=yes ;;
|
cannam@140
|
8158 no) enable_shared=no ;;
|
cannam@140
|
8159 *)
|
cannam@140
|
8160 enable_shared=no
|
cannam@140
|
8161 # Look at the argument we got. We use all the common list separators.
|
cannam@140
|
8162 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
cannam@140
|
8163 for pkg in $enableval; do
|
cannam@140
|
8164 IFS="$lt_save_ifs"
|
cannam@140
|
8165 if test "X$pkg" = "X$p"; then
|
cannam@140
|
8166 enable_shared=yes
|
cannam@140
|
8167 fi
|
cannam@140
|
8168 done
|
cannam@140
|
8169 IFS="$lt_save_ifs"
|
cannam@140
|
8170 ;;
|
cannam@140
|
8171 esac],
|
cannam@140
|
8172 [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
|
cannam@140
|
8173
|
cannam@140
|
8174 _LT_DECL([build_libtool_libs], [enable_shared], [0],
|
cannam@140
|
8175 [Whether or not to build shared libraries])
|
cannam@140
|
8176 ])# _LT_ENABLE_SHARED
|
cannam@140
|
8177
|
cannam@140
|
8178 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
|
cannam@140
|
8179 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
|
cannam@140
|
8180
|
cannam@140
|
8181 # Old names:
|
cannam@140
|
8182 AC_DEFUN([AC_ENABLE_SHARED],
|
cannam@140
|
8183 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
|
cannam@140
|
8184 ])
|
cannam@140
|
8185
|
cannam@140
|
8186 AC_DEFUN([AC_DISABLE_SHARED],
|
cannam@140
|
8187 [_LT_SET_OPTION([LT_INIT], [disable-shared])
|
cannam@140
|
8188 ])
|
cannam@140
|
8189
|
cannam@140
|
8190 AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
|
cannam@140
|
8191 AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
|
cannam@140
|
8192
|
cannam@140
|
8193 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
8194 dnl AC_DEFUN([AM_ENABLE_SHARED], [])
|
cannam@140
|
8195 dnl AC_DEFUN([AM_DISABLE_SHARED], [])
|
cannam@140
|
8196
|
cannam@140
|
8197
|
cannam@140
|
8198
|
cannam@140
|
8199 # _LT_ENABLE_STATIC([DEFAULT])
|
cannam@140
|
8200 # ----------------------------
|
cannam@140
|
8201 # implement the --enable-static flag, and support the `static' and
|
cannam@140
|
8202 # `disable-static' LT_INIT options.
|
cannam@140
|
8203 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
|
cannam@140
|
8204 m4_define([_LT_ENABLE_STATIC],
|
cannam@140
|
8205 [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
|
cannam@140
|
8206 AC_ARG_ENABLE([static],
|
cannam@140
|
8207 [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
|
cannam@140
|
8208 [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
|
cannam@140
|
8209 [p=${PACKAGE-default}
|
cannam@140
|
8210 case $enableval in
|
cannam@140
|
8211 yes) enable_static=yes ;;
|
cannam@140
|
8212 no) enable_static=no ;;
|
cannam@140
|
8213 *)
|
cannam@140
|
8214 enable_static=no
|
cannam@140
|
8215 # Look at the argument we got. We use all the common list separators.
|
cannam@140
|
8216 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
cannam@140
|
8217 for pkg in $enableval; do
|
cannam@140
|
8218 IFS="$lt_save_ifs"
|
cannam@140
|
8219 if test "X$pkg" = "X$p"; then
|
cannam@140
|
8220 enable_static=yes
|
cannam@140
|
8221 fi
|
cannam@140
|
8222 done
|
cannam@140
|
8223 IFS="$lt_save_ifs"
|
cannam@140
|
8224 ;;
|
cannam@140
|
8225 esac],
|
cannam@140
|
8226 [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
|
cannam@140
|
8227
|
cannam@140
|
8228 _LT_DECL([build_old_libs], [enable_static], [0],
|
cannam@140
|
8229 [Whether or not to build static libraries])
|
cannam@140
|
8230 ])# _LT_ENABLE_STATIC
|
cannam@140
|
8231
|
cannam@140
|
8232 LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
|
cannam@140
|
8233 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
|
cannam@140
|
8234
|
cannam@140
|
8235 # Old names:
|
cannam@140
|
8236 AC_DEFUN([AC_ENABLE_STATIC],
|
cannam@140
|
8237 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
|
cannam@140
|
8238 ])
|
cannam@140
|
8239
|
cannam@140
|
8240 AC_DEFUN([AC_DISABLE_STATIC],
|
cannam@140
|
8241 [_LT_SET_OPTION([LT_INIT], [disable-static])
|
cannam@140
|
8242 ])
|
cannam@140
|
8243
|
cannam@140
|
8244 AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
|
cannam@140
|
8245 AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
|
cannam@140
|
8246
|
cannam@140
|
8247 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
8248 dnl AC_DEFUN([AM_ENABLE_STATIC], [])
|
cannam@140
|
8249 dnl AC_DEFUN([AM_DISABLE_STATIC], [])
|
cannam@140
|
8250
|
cannam@140
|
8251
|
cannam@140
|
8252
|
cannam@140
|
8253 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
|
cannam@140
|
8254 # ----------------------------------
|
cannam@140
|
8255 # implement the --enable-fast-install flag, and support the `fast-install'
|
cannam@140
|
8256 # and `disable-fast-install' LT_INIT options.
|
cannam@140
|
8257 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
|
cannam@140
|
8258 m4_define([_LT_ENABLE_FAST_INSTALL],
|
cannam@140
|
8259 [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
|
cannam@140
|
8260 AC_ARG_ENABLE([fast-install],
|
cannam@140
|
8261 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
|
cannam@140
|
8262 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
|
cannam@140
|
8263 [p=${PACKAGE-default}
|
cannam@140
|
8264 case $enableval in
|
cannam@140
|
8265 yes) enable_fast_install=yes ;;
|
cannam@140
|
8266 no) enable_fast_install=no ;;
|
cannam@140
|
8267 *)
|
cannam@140
|
8268 enable_fast_install=no
|
cannam@140
|
8269 # Look at the argument we got. We use all the common list separators.
|
cannam@140
|
8270 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
cannam@140
|
8271 for pkg in $enableval; do
|
cannam@140
|
8272 IFS="$lt_save_ifs"
|
cannam@140
|
8273 if test "X$pkg" = "X$p"; then
|
cannam@140
|
8274 enable_fast_install=yes
|
cannam@140
|
8275 fi
|
cannam@140
|
8276 done
|
cannam@140
|
8277 IFS="$lt_save_ifs"
|
cannam@140
|
8278 ;;
|
cannam@140
|
8279 esac],
|
cannam@140
|
8280 [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
|
cannam@140
|
8281
|
cannam@140
|
8282 _LT_DECL([fast_install], [enable_fast_install], [0],
|
cannam@140
|
8283 [Whether or not to optimize for fast installation])dnl
|
cannam@140
|
8284 ])# _LT_ENABLE_FAST_INSTALL
|
cannam@140
|
8285
|
cannam@140
|
8286 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
|
cannam@140
|
8287 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
|
cannam@140
|
8288
|
cannam@140
|
8289 # Old names:
|
cannam@140
|
8290 AU_DEFUN([AC_ENABLE_FAST_INSTALL],
|
cannam@140
|
8291 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
|
cannam@140
|
8292 AC_DIAGNOSE([obsolete],
|
cannam@140
|
8293 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
cannam@140
|
8294 the `fast-install' option into LT_INIT's first parameter.])
|
cannam@140
|
8295 ])
|
cannam@140
|
8296
|
cannam@140
|
8297 AU_DEFUN([AC_DISABLE_FAST_INSTALL],
|
cannam@140
|
8298 [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
|
cannam@140
|
8299 AC_DIAGNOSE([obsolete],
|
cannam@140
|
8300 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
cannam@140
|
8301 the `disable-fast-install' option into LT_INIT's first parameter.])
|
cannam@140
|
8302 ])
|
cannam@140
|
8303
|
cannam@140
|
8304 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
8305 dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
|
cannam@140
|
8306 dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
|
cannam@140
|
8307
|
cannam@140
|
8308
|
cannam@140
|
8309 # _LT_WITH_PIC([MODE])
|
cannam@140
|
8310 # --------------------
|
cannam@140
|
8311 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
|
cannam@140
|
8312 # LT_INIT options.
|
cannam@140
|
8313 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
|
cannam@140
|
8314 m4_define([_LT_WITH_PIC],
|
cannam@140
|
8315 [AC_ARG_WITH([pic],
|
cannam@140
|
8316 [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
|
cannam@140
|
8317 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
|
cannam@140
|
8318 [lt_p=${PACKAGE-default}
|
cannam@140
|
8319 case $withval in
|
cannam@140
|
8320 yes|no) pic_mode=$withval ;;
|
cannam@140
|
8321 *)
|
cannam@140
|
8322 pic_mode=default
|
cannam@140
|
8323 # Look at the argument we got. We use all the common list separators.
|
cannam@140
|
8324 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
cannam@140
|
8325 for lt_pkg in $withval; do
|
cannam@140
|
8326 IFS="$lt_save_ifs"
|
cannam@140
|
8327 if test "X$lt_pkg" = "X$lt_p"; then
|
cannam@140
|
8328 pic_mode=yes
|
cannam@140
|
8329 fi
|
cannam@140
|
8330 done
|
cannam@140
|
8331 IFS="$lt_save_ifs"
|
cannam@140
|
8332 ;;
|
cannam@140
|
8333 esac],
|
cannam@140
|
8334 [pic_mode=default])
|
cannam@140
|
8335
|
cannam@140
|
8336 test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
|
cannam@140
|
8337
|
cannam@140
|
8338 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
|
cannam@140
|
8339 ])# _LT_WITH_PIC
|
cannam@140
|
8340
|
cannam@140
|
8341 LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
|
cannam@140
|
8342 LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
|
cannam@140
|
8343
|
cannam@140
|
8344 # Old name:
|
cannam@140
|
8345 AU_DEFUN([AC_LIBTOOL_PICMODE],
|
cannam@140
|
8346 [_LT_SET_OPTION([LT_INIT], [pic-only])
|
cannam@140
|
8347 AC_DIAGNOSE([obsolete],
|
cannam@140
|
8348 [$0: Remove this warning and the call to _LT_SET_OPTION when you
|
cannam@140
|
8349 put the `pic-only' option into LT_INIT's first parameter.])
|
cannam@140
|
8350 ])
|
cannam@140
|
8351
|
cannam@140
|
8352 dnl aclocal-1.4 backwards compatibility:
|
cannam@140
|
8353 dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
|
cannam@140
|
8354
|
cannam@140
|
8355
|
cannam@140
|
8356 m4_define([_LTDL_MODE], [])
|
cannam@140
|
8357 LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
|
cannam@140
|
8358 [m4_define([_LTDL_MODE], [nonrecursive])])
|
cannam@140
|
8359 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
|
cannam@140
|
8360 [m4_define([_LTDL_MODE], [recursive])])
|
cannam@140
|
8361 LT_OPTION_DEFINE([LTDL_INIT], [subproject],
|
cannam@140
|
8362 [m4_define([_LTDL_MODE], [subproject])])
|
cannam@140
|
8363
|
cannam@140
|
8364 m4_define([_LTDL_TYPE], [])
|
cannam@140
|
8365 LT_OPTION_DEFINE([LTDL_INIT], [installable],
|
cannam@140
|
8366 [m4_define([_LTDL_TYPE], [installable])])
|
cannam@140
|
8367 LT_OPTION_DEFINE([LTDL_INIT], [convenience],
|
cannam@140
|
8368 [m4_define([_LTDL_TYPE], [convenience])])
|
cannam@140
|
8369
|
cannam@140
|
8370 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
|
cannam@140
|
8371 #
|
cannam@140
|
8372 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
|
cannam@140
|
8373 # Written by Gary V. Vaughan, 2004
|
cannam@140
|
8374 #
|
cannam@140
|
8375 # This file is free software; the Free Software Foundation gives
|
cannam@140
|
8376 # unlimited permission to copy and/or distribute it, with or without
|
cannam@140
|
8377 # modifications, as long as this notice is preserved.
|
cannam@140
|
8378
|
cannam@140
|
8379 # serial 6 ltsugar.m4
|
cannam@140
|
8380
|
cannam@140
|
8381 # This is to help aclocal find these macros, as it can't see m4_define.
|
cannam@140
|
8382 AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
|
cannam@140
|
8383
|
cannam@140
|
8384
|
cannam@140
|
8385 # lt_join(SEP, ARG1, [ARG2...])
|
cannam@140
|
8386 # -----------------------------
|
cannam@140
|
8387 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
|
cannam@140
|
8388 # associated separator.
|
cannam@140
|
8389 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
|
cannam@140
|
8390 # versions in m4sugar had bugs.
|
cannam@140
|
8391 m4_define([lt_join],
|
cannam@140
|
8392 [m4_if([$#], [1], [],
|
cannam@140
|
8393 [$#], [2], [[$2]],
|
cannam@140
|
8394 [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
|
cannam@140
|
8395 m4_define([_lt_join],
|
cannam@140
|
8396 [m4_if([$#$2], [2], [],
|
cannam@140
|
8397 [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
|
cannam@140
|
8398
|
cannam@140
|
8399
|
cannam@140
|
8400 # lt_car(LIST)
|
cannam@140
|
8401 # lt_cdr(LIST)
|
cannam@140
|
8402 # ------------
|
cannam@140
|
8403 # Manipulate m4 lists.
|
cannam@140
|
8404 # These macros are necessary as long as will still need to support
|
cannam@140
|
8405 # Autoconf-2.59 which quotes differently.
|
cannam@140
|
8406 m4_define([lt_car], [[$1]])
|
cannam@140
|
8407 m4_define([lt_cdr],
|
cannam@140
|
8408 [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
|
cannam@140
|
8409 [$#], 1, [],
|
cannam@140
|
8410 [m4_dquote(m4_shift($@))])])
|
cannam@140
|
8411 m4_define([lt_unquote], $1)
|
cannam@140
|
8412
|
cannam@140
|
8413
|
cannam@140
|
8414 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
|
cannam@140
|
8415 # ------------------------------------------
|
cannam@140
|
8416 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
|
cannam@140
|
8417 # Note that neither SEPARATOR nor STRING are expanded; they are appended
|
cannam@140
|
8418 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
|
cannam@140
|
8419 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
|
cannam@140
|
8420 # than defined and empty).
|
cannam@140
|
8421 #
|
cannam@140
|
8422 # This macro is needed until we can rely on Autoconf 2.62, since earlier
|
cannam@140
|
8423 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
|
cannam@140
|
8424 m4_define([lt_append],
|
cannam@140
|
8425 [m4_define([$1],
|
cannam@140
|
8426 m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
|
cannam@140
|
8427
|
cannam@140
|
8428
|
cannam@140
|
8429
|
cannam@140
|
8430 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
|
cannam@140
|
8431 # ----------------------------------------------------------
|
cannam@140
|
8432 # Produce a SEP delimited list of all paired combinations of elements of
|
cannam@140
|
8433 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
cannam@140
|
8434 # has the form PREFIXmINFIXSUFFIXn.
|
cannam@140
|
8435 # Needed until we can rely on m4_combine added in Autoconf 2.62.
|
cannam@140
|
8436 m4_define([lt_combine],
|
cannam@140
|
8437 [m4_if(m4_eval([$# > 3]), [1],
|
cannam@140
|
8438 [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
|
cannam@140
|
8439 [[m4_foreach([_Lt_prefix], [$2],
|
cannam@140
|
8440 [m4_foreach([_Lt_suffix],
|
cannam@140
|
8441 ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
|
cannam@140
|
8442 [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
|
cannam@140
|
8443
|
cannam@140
|
8444
|
cannam@140
|
8445 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
|
cannam@140
|
8446 # -----------------------------------------------------------------------
|
cannam@140
|
8447 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
|
cannam@140
|
8448 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
cannam@140
|
8449 m4_define([lt_if_append_uniq],
|
cannam@140
|
8450 [m4_ifdef([$1],
|
cannam@140
|
8451 [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
|
cannam@140
|
8452 [lt_append([$1], [$2], [$3])$4],
|
cannam@140
|
8453 [$5])],
|
cannam@140
|
8454 [lt_append([$1], [$2], [$3])$4])])
|
cannam@140
|
8455
|
cannam@140
|
8456
|
cannam@140
|
8457 # lt_dict_add(DICT, KEY, VALUE)
|
cannam@140
|
8458 # -----------------------------
|
cannam@140
|
8459 m4_define([lt_dict_add],
|
cannam@140
|
8460 [m4_define([$1($2)], [$3])])
|
cannam@140
|
8461
|
cannam@140
|
8462
|
cannam@140
|
8463 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
|
cannam@140
|
8464 # --------------------------------------------
|
cannam@140
|
8465 m4_define([lt_dict_add_subkey],
|
cannam@140
|
8466 [m4_define([$1($2:$3)], [$4])])
|
cannam@140
|
8467
|
cannam@140
|
8468
|
cannam@140
|
8469 # lt_dict_fetch(DICT, KEY, [SUBKEY])
|
cannam@140
|
8470 # ----------------------------------
|
cannam@140
|
8471 m4_define([lt_dict_fetch],
|
cannam@140
|
8472 [m4_ifval([$3],
|
cannam@140
|
8473 m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
|
cannam@140
|
8474 m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
|
cannam@140
|
8475
|
cannam@140
|
8476
|
cannam@140
|
8477 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
|
cannam@140
|
8478 # -----------------------------------------------------------------
|
cannam@140
|
8479 m4_define([lt_if_dict_fetch],
|
cannam@140
|
8480 [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
|
cannam@140
|
8481 [$5],
|
cannam@140
|
8482 [$6])])
|
cannam@140
|
8483
|
cannam@140
|
8484
|
cannam@140
|
8485 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
cannam@140
|
8486 # --------------------------------------------------------------
|
cannam@140
|
8487 m4_define([lt_dict_filter],
|
cannam@140
|
8488 [m4_if([$5], [], [],
|
cannam@140
|
8489 [lt_join(m4_quote(m4_default([$4], [[, ]])),
|
cannam@140
|
8490 lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
|
cannam@140
|
8491 [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
|
cannam@140
|
8492 ])
|
cannam@140
|
8493
|
cannam@140
|
8494 # ltversion.m4 -- version numbers -*- Autoconf -*-
|
cannam@140
|
8495 #
|
cannam@140
|
8496 # Copyright (C) 2004 Free Software Foundation, Inc.
|
cannam@140
|
8497 # Written by Scott James Remnant, 2004
|
cannam@140
|
8498 #
|
cannam@140
|
8499 # This file is free software; the Free Software Foundation gives
|
cannam@140
|
8500 # unlimited permission to copy and/or distribute it, with or without
|
cannam@140
|
8501 # modifications, as long as this notice is preserved.
|
cannam@140
|
8502
|
cannam@140
|
8503 # @configure_input@
|
cannam@140
|
8504
|
cannam@140
|
8505 # serial 3337 ltversion.m4
|
cannam@140
|
8506 # This file is part of GNU Libtool
|
cannam@140
|
8507
|
cannam@140
|
8508 m4_define([LT_PACKAGE_VERSION], [2.4.2])
|
cannam@140
|
8509 m4_define([LT_PACKAGE_REVISION], [1.3337])
|
cannam@140
|
8510
|
cannam@140
|
8511 AC_DEFUN([LTVERSION_VERSION],
|
cannam@140
|
8512 [macro_version='2.4.2'
|
cannam@140
|
8513 macro_revision='1.3337'
|
cannam@140
|
8514 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
cannam@140
|
8515 _LT_DECL(, macro_revision, 0)
|
cannam@140
|
8516 ])
|
cannam@140
|
8517
|
cannam@140
|
8518 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
|
cannam@140
|
8519 #
|
cannam@140
|
8520 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
|
cannam@140
|
8521 # Written by Scott James Remnant, 2004.
|
cannam@140
|
8522 #
|
cannam@140
|
8523 # This file is free software; the Free Software Foundation gives
|
cannam@140
|
8524 # unlimited permission to copy and/or distribute it, with or without
|
cannam@140
|
8525 # modifications, as long as this notice is preserved.
|
cannam@140
|
8526
|
cannam@140
|
8527 # serial 5 lt~obsolete.m4
|
cannam@140
|
8528
|
cannam@140
|
8529 # These exist entirely to fool aclocal when bootstrapping libtool.
|
cannam@140
|
8530 #
|
cannam@140
|
8531 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
|
cannam@140
|
8532 # which have later been changed to m4_define as they aren't part of the
|
cannam@140
|
8533 # exported API, or moved to Autoconf or Automake where they belong.
|
cannam@140
|
8534 #
|
cannam@140
|
8535 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
|
cannam@140
|
8536 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
|
cannam@140
|
8537 # using a macro with the same name in our local m4/libtool.m4 it'll
|
cannam@140
|
8538 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
|
cannam@140
|
8539 # and doesn't know about Autoconf macros at all.)
|
cannam@140
|
8540 #
|
cannam@140
|
8541 # So we provide this file, which has a silly filename so it's always
|
cannam@140
|
8542 # included after everything else. This provides aclocal with the
|
cannam@140
|
8543 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
|
cannam@140
|
8544 # because those macros already exist, or will be overwritten later.
|
cannam@140
|
8545 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
|
cannam@140
|
8546 #
|
cannam@140
|
8547 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
cannam@140
|
8548 # Yes, that means every name once taken will need to remain here until
|
cannam@140
|
8549 # we give up compatibility with versions before 1.7, at which point
|
cannam@140
|
8550 # we need to keep only those names which we still refer to.
|
cannam@140
|
8551
|
cannam@140
|
8552 # This is to help aclocal find these macros, as it can't see m4_define.
|
cannam@140
|
8553 AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
|
cannam@140
|
8554
|
cannam@140
|
8555 m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
|
cannam@140
|
8556 m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])])
|
cannam@140
|
8557 m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
|
cannam@140
|
8558 m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])])
|
cannam@140
|
8559 m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
|
cannam@140
|
8560 m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])])
|
cannam@140
|
8561 m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])])
|
cannam@140
|
8562 m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
|
cannam@140
|
8563 m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])])
|
cannam@140
|
8564 m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])])
|
cannam@140
|
8565 m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])])
|
cannam@140
|
8566 m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
|
cannam@140
|
8567 m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
|
cannam@140
|
8568 m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
|
cannam@140
|
8569 m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
|
cannam@140
|
8570 m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
|
cannam@140
|
8571 m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])])
|
cannam@140
|
8572 m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
|
cannam@140
|
8573 m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
|
cannam@140
|
8574 m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])])
|
cannam@140
|
8575 m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])])
|
cannam@140
|
8576 m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
|
cannam@140
|
8577 m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
|
cannam@140
|
8578 m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
|
cannam@140
|
8579 m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
|
cannam@140
|
8580 m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
|
cannam@140
|
8581 m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
|
cannam@140
|
8582 m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
|
cannam@140
|
8583 m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])])
|
cannam@140
|
8584 m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])])
|
cannam@140
|
8585 m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])])
|
cannam@140
|
8586 m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
|
cannam@140
|
8587 m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
|
cannam@140
|
8588 m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])])
|
cannam@140
|
8589 m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])])
|
cannam@140
|
8590 m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
|
cannam@140
|
8591 m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
|
cannam@140
|
8592 m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])])
|
cannam@140
|
8593 m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
|
cannam@140
|
8594 m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
|
cannam@140
|
8595 m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
|
cannam@140
|
8596 m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
|
cannam@140
|
8597 m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
|
cannam@140
|
8598 m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
|
cannam@140
|
8599 m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
|
cannam@140
|
8600 m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
|
cannam@140
|
8601 m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
|
cannam@140
|
8602 m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
|
cannam@140
|
8603 m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
|
cannam@140
|
8604 m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
|
cannam@140
|
8605 m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
|
cannam@140
|
8606 m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
|
cannam@140
|
8607 m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
|
cannam@140
|
8608 m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
|
cannam@140
|
8609 m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
|
cannam@140
|
8610 m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])])
|
cannam@140
|
8611 m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
|
cannam@140
|
8612 m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
|
cannam@140
|
8613 m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
|
cannam@140
|
8614 m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
|
cannam@140
|
8615 m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
|
cannam@140
|
8616
|
cannam@140
|
8617 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
|
cannam@140
|
8618 # serial 1 (pkg-config-0.24)
|
cannam@140
|
8619 #
|
cannam@140
|
8620 # Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
|
cannam@140
|
8621 #
|
cannam@140
|
8622 # This program is free software; you can redistribute it and/or modify
|
cannam@140
|
8623 # it under the terms of the GNU General Public License as published by
|
cannam@140
|
8624 # the Free Software Foundation; either version 2 of the License, or
|
cannam@140
|
8625 # (at your option) any later version.
|
cannam@140
|
8626 #
|
cannam@140
|
8627 # This program is distributed in the hope that it will be useful, but
|
cannam@140
|
8628 # WITHOUT ANY WARRANTY; without even the implied warranty of
|
cannam@140
|
8629 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
cannam@140
|
8630 # General Public License for more details.
|
cannam@140
|
8631 #
|
cannam@140
|
8632 # You should have received a copy of the GNU General Public License
|
cannam@140
|
8633 # along with this program; if not, write to the Free Software
|
cannam@140
|
8634 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
cannam@140
|
8635 #
|
cannam@140
|
8636 # As a special exception to the GNU General Public License, if you
|
cannam@140
|
8637 # distribute this file as part of a program that contains a
|
cannam@140
|
8638 # configuration script generated by Autoconf, you may include it under
|
cannam@140
|
8639 # the same distribution terms that you use for the rest of that program.
|
cannam@140
|
8640
|
cannam@140
|
8641 # PKG_PROG_PKG_CONFIG([MIN-VERSION])
|
cannam@140
|
8642 # ----------------------------------
|
cannam@140
|
8643 AC_DEFUN([PKG_PROG_PKG_CONFIG],
|
cannam@140
|
8644 [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
|
cannam@140
|
8645 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
|
cannam@140
|
8646 m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
|
cannam@140
|
8647 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
|
cannam@140
|
8648 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
|
cannam@140
|
8649 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
|
cannam@140
|
8650
|
cannam@140
|
8651 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
|
cannam@140
|
8652 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
|
cannam@140
|
8653 fi
|
cannam@140
|
8654 if test -n "$PKG_CONFIG"; then
|
cannam@140
|
8655 _pkg_min_version=m4_default([$1], [0.9.0])
|
cannam@140
|
8656 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
|
cannam@140
|
8657 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
|
cannam@140
|
8658 AC_MSG_RESULT([yes])
|
cannam@140
|
8659 else
|
cannam@140
|
8660 AC_MSG_RESULT([no])
|
cannam@140
|
8661 PKG_CONFIG=""
|
cannam@140
|
8662 fi
|
cannam@140
|
8663 fi[]dnl
|
cannam@140
|
8664 ])# PKG_PROG_PKG_CONFIG
|
cannam@140
|
8665
|
cannam@140
|
8666 # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
|
cannam@140
|
8667 #
|
cannam@140
|
8668 # Check to see whether a particular set of modules exists. Similar
|
cannam@140
|
8669 # to PKG_CHECK_MODULES(), but does not set variables or print errors.
|
cannam@140
|
8670 #
|
cannam@140
|
8671 # Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
|
cannam@140
|
8672 # only at the first occurence in configure.ac, so if the first place
|
cannam@140
|
8673 # it's called might be skipped (such as if it is within an "if", you
|
cannam@140
|
8674 # have to call PKG_CHECK_EXISTS manually
|
cannam@140
|
8675 # --------------------------------------------------------------
|
cannam@140
|
8676 AC_DEFUN([PKG_CHECK_EXISTS],
|
cannam@140
|
8677 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
|
cannam@140
|
8678 if test -n "$PKG_CONFIG" && \
|
cannam@140
|
8679 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
|
cannam@140
|
8680 m4_default([$2], [:])
|
cannam@140
|
8681 m4_ifvaln([$3], [else
|
cannam@140
|
8682 $3])dnl
|
cannam@140
|
8683 fi])
|
cannam@140
|
8684
|
cannam@140
|
8685 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
|
cannam@140
|
8686 # ---------------------------------------------
|
cannam@140
|
8687 m4_define([_PKG_CONFIG],
|
cannam@140
|
8688 [if test -n "$$1"; then
|
cannam@140
|
8689 pkg_cv_[]$1="$$1"
|
cannam@140
|
8690 elif test -n "$PKG_CONFIG"; then
|
cannam@140
|
8691 PKG_CHECK_EXISTS([$3],
|
cannam@140
|
8692 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
|
cannam@140
|
8693 test "x$?" != "x0" && pkg_failed=yes ],
|
cannam@140
|
8694 [pkg_failed=yes])
|
cannam@140
|
8695 else
|
cannam@140
|
8696 pkg_failed=untried
|
cannam@140
|
8697 fi[]dnl
|
cannam@140
|
8698 ])# _PKG_CONFIG
|
cannam@140
|
8699
|
cannam@140
|
8700 # _PKG_SHORT_ERRORS_SUPPORTED
|
cannam@140
|
8701 # -----------------------------
|
cannam@140
|
8702 AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
|
cannam@140
|
8703 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
|
cannam@140
|
8704 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
|
cannam@140
|
8705 _pkg_short_errors_supported=yes
|
cannam@140
|
8706 else
|
cannam@140
|
8707 _pkg_short_errors_supported=no
|
cannam@140
|
8708 fi[]dnl
|
cannam@140
|
8709 ])# _PKG_SHORT_ERRORS_SUPPORTED
|
cannam@140
|
8710
|
cannam@140
|
8711
|
cannam@140
|
8712 # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
|
cannam@140
|
8713 # [ACTION-IF-NOT-FOUND])
|
cannam@140
|
8714 #
|
cannam@140
|
8715 #
|
cannam@140
|
8716 # Note that if there is a possibility the first call to
|
cannam@140
|
8717 # PKG_CHECK_MODULES might not happen, you should be sure to include an
|
cannam@140
|
8718 # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
|
cannam@140
|
8719 #
|
cannam@140
|
8720 #
|
cannam@140
|
8721 # --------------------------------------------------------------
|
cannam@140
|
8722 AC_DEFUN([PKG_CHECK_MODULES],
|
cannam@140
|
8723 [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
|
cannam@140
|
8724 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
|
cannam@140
|
8725 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
|
cannam@140
|
8726
|
cannam@140
|
8727 pkg_failed=no
|
cannam@140
|
8728 AC_MSG_CHECKING([for $1])
|
cannam@140
|
8729
|
cannam@140
|
8730 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
|
cannam@140
|
8731 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
|
cannam@140
|
8732
|
cannam@140
|
8733 m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
|
cannam@140
|
8734 and $1[]_LIBS to avoid the need to call pkg-config.
|
cannam@140
|
8735 See the pkg-config man page for more details.])
|
cannam@140
|
8736
|
cannam@140
|
8737 if test $pkg_failed = yes; then
|
cannam@140
|
8738 AC_MSG_RESULT([no])
|
cannam@140
|
8739 _PKG_SHORT_ERRORS_SUPPORTED
|
cannam@140
|
8740 if test $_pkg_short_errors_supported = yes; then
|
cannam@140
|
8741 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
|
cannam@140
|
8742 else
|
cannam@140
|
8743 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
|
cannam@140
|
8744 fi
|
cannam@140
|
8745 # Put the nasty error message in config.log where it belongs
|
cannam@140
|
8746 echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
|
cannam@140
|
8747
|
cannam@140
|
8748 m4_default([$4], [AC_MSG_ERROR(
|
cannam@140
|
8749 [Package requirements ($2) were not met:
|
cannam@140
|
8750
|
cannam@140
|
8751 $$1_PKG_ERRORS
|
cannam@140
|
8752
|
cannam@140
|
8753 Consider adjusting the PKG_CONFIG_PATH environment variable if you
|
cannam@140
|
8754 installed software in a non-standard prefix.
|
cannam@140
|
8755
|
cannam@140
|
8756 _PKG_TEXT])[]dnl
|
cannam@140
|
8757 ])
|
cannam@140
|
8758 elif test $pkg_failed = untried; then
|
cannam@140
|
8759 AC_MSG_RESULT([no])
|
cannam@140
|
8760 m4_default([$4], [AC_MSG_FAILURE(
|
cannam@140
|
8761 [The pkg-config script could not be found or is too old. Make sure it
|
cannam@140
|
8762 is in your PATH or set the PKG_CONFIG environment variable to the full
|
cannam@140
|
8763 path to pkg-config.
|
cannam@140
|
8764
|
cannam@140
|
8765 _PKG_TEXT
|
cannam@140
|
8766
|
cannam@140
|
8767 To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
|
cannam@140
|
8768 ])
|
cannam@140
|
8769 else
|
cannam@140
|
8770 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
|
cannam@140
|
8771 $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
|
cannam@140
|
8772 AC_MSG_RESULT([yes])
|
cannam@140
|
8773 $3
|
cannam@140
|
8774 fi[]dnl
|
cannam@140
|
8775 ])# PKG_CHECK_MODULES
|
cannam@140
|
8776
|