cannam@89
|
1 # generated automatically by aclocal 1.10.1 -*- Autoconf -*-
|
cannam@89
|
2
|
cannam@89
|
3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
cannam@89
|
4 # 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
cannam@89
|
5 # This file is free software; the Free Software Foundation
|
cannam@89
|
6 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
7 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8
|
cannam@89
|
9 # This program is distributed in the hope that it will be useful,
|
cannam@89
|
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
cannam@89
|
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
cannam@89
|
12 # PARTICULAR PURPOSE.
|
cannam@89
|
13
|
cannam@89
|
14 m4_ifndef([AC_AUTOCONF_VERSION],
|
cannam@89
|
15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
cannam@89
|
16 m4_if(AC_AUTOCONF_VERSION, [2.61],,
|
cannam@89
|
17 [m4_warning([this file was generated for autoconf 2.61.
|
cannam@89
|
18 You have another version of autoconf. It may work, but is not guaranteed to.
|
cannam@89
|
19 If you have problems, you may need to regenerate the build system entirely.
|
cannam@89
|
20 To do so, use the procedure documented by the package, typically `autoreconf'.])])
|
cannam@89
|
21
|
cannam@89
|
22 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
|
cannam@89
|
23 #
|
cannam@89
|
24 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
cannam@89
|
25 # 2006, 2007, 2008 Free Software Foundation, Inc.
|
cannam@89
|
26 # Written by Gordon Matzigkeit, 1996
|
cannam@89
|
27 #
|
cannam@89
|
28 # This file is free software; the Free Software Foundation gives
|
cannam@89
|
29 # unlimited permission to copy and/or distribute it, with or without
|
cannam@89
|
30 # modifications, as long as this notice is preserved.
|
cannam@89
|
31
|
cannam@89
|
32 m4_define([_LT_COPYING], [dnl
|
cannam@89
|
33 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
cannam@89
|
34 # 2006, 2007, 2008 Free Software Foundation, Inc.
|
cannam@89
|
35 # Written by Gordon Matzigkeit, 1996
|
cannam@89
|
36 #
|
cannam@89
|
37 # This file is part of GNU Libtool.
|
cannam@89
|
38 #
|
cannam@89
|
39 # GNU Libtool is free software; you can redistribute it and/or
|
cannam@89
|
40 # modify it under the terms of the GNU General Public License as
|
cannam@89
|
41 # published by the Free Software Foundation; either version 2 of
|
cannam@89
|
42 # the License, or (at your option) any later version.
|
cannam@89
|
43 #
|
cannam@89
|
44 # As a special exception to the GNU General Public License,
|
cannam@89
|
45 # if you distribute this file as part of a program or library that
|
cannam@89
|
46 # is built using GNU Libtool, you may include this file under the
|
cannam@89
|
47 # same distribution terms that you use for the rest of that program.
|
cannam@89
|
48 #
|
cannam@89
|
49 # GNU Libtool is distributed in the hope that it will be useful,
|
cannam@89
|
50 # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
cannam@89
|
51 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
cannam@89
|
52 # GNU General Public License for more details.
|
cannam@89
|
53 #
|
cannam@89
|
54 # You should have received a copy of the GNU General Public License
|
cannam@89
|
55 # along with GNU Libtool; see the file COPYING. If not, a copy
|
cannam@89
|
56 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
|
cannam@89
|
57 # obtained by writing to the Free Software Foundation, Inc.,
|
cannam@89
|
58 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
cannam@89
|
59 ])
|
cannam@89
|
60
|
cannam@89
|
61 # serial 56 LT_INIT
|
cannam@89
|
62
|
cannam@89
|
63
|
cannam@89
|
64 # LT_PREREQ(VERSION)
|
cannam@89
|
65 # ------------------
|
cannam@89
|
66 # Complain and exit if this libtool version is less that VERSION.
|
cannam@89
|
67 m4_defun([LT_PREREQ],
|
cannam@89
|
68 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
|
cannam@89
|
69 [m4_default([$3],
|
cannam@89
|
70 [m4_fatal([Libtool version $1 or higher is required],
|
cannam@89
|
71 63)])],
|
cannam@89
|
72 [$2])])
|
cannam@89
|
73
|
cannam@89
|
74
|
cannam@89
|
75 # _LT_CHECK_BUILDDIR
|
cannam@89
|
76 # ------------------
|
cannam@89
|
77 # Complain if the absolute build directory name contains unusual characters
|
cannam@89
|
78 m4_defun([_LT_CHECK_BUILDDIR],
|
cannam@89
|
79 [case `pwd` in
|
cannam@89
|
80 *\ * | *\ *)
|
cannam@89
|
81 AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
|
cannam@89
|
82 esac
|
cannam@89
|
83 ])
|
cannam@89
|
84
|
cannam@89
|
85
|
cannam@89
|
86 # LT_INIT([OPTIONS])
|
cannam@89
|
87 # ------------------
|
cannam@89
|
88 AC_DEFUN([LT_INIT],
|
cannam@89
|
89 [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
|
cannam@89
|
90 AC_BEFORE([$0], [LT_LANG])dnl
|
cannam@89
|
91 AC_BEFORE([$0], [LT_OUTPUT])dnl
|
cannam@89
|
92 AC_BEFORE([$0], [LTDL_INIT])dnl
|
cannam@89
|
93 m4_require([_LT_CHECK_BUILDDIR])dnl
|
cannam@89
|
94
|
cannam@89
|
95 dnl Autoconf doesn't catch unexpanded LT_ macros by default:
|
cannam@89
|
96 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
|
cannam@89
|
97 m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
|
cannam@89
|
98 dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
|
cannam@89
|
99 dnl unless we require an AC_DEFUNed macro:
|
cannam@89
|
100 AC_REQUIRE([LTOPTIONS_VERSION])dnl
|
cannam@89
|
101 AC_REQUIRE([LTSUGAR_VERSION])dnl
|
cannam@89
|
102 AC_REQUIRE([LTVERSION_VERSION])dnl
|
cannam@89
|
103 AC_REQUIRE([LTOBSOLETE_VERSION])dnl
|
cannam@89
|
104 m4_require([_LT_PROG_LTMAIN])dnl
|
cannam@89
|
105
|
cannam@89
|
106 dnl Parse OPTIONS
|
cannam@89
|
107 _LT_SET_OPTIONS([$0], [$1])
|
cannam@89
|
108
|
cannam@89
|
109 # This can be used to rebuild libtool when needed
|
cannam@89
|
110 LIBTOOL_DEPS="$ltmain"
|
cannam@89
|
111
|
cannam@89
|
112 # Always use our own libtool.
|
cannam@89
|
113 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
cannam@89
|
114 AC_SUBST(LIBTOOL)dnl
|
cannam@89
|
115
|
cannam@89
|
116 _LT_SETUP
|
cannam@89
|
117
|
cannam@89
|
118 # Only expand once:
|
cannam@89
|
119 m4_define([LT_INIT])
|
cannam@89
|
120 ])# LT_INIT
|
cannam@89
|
121
|
cannam@89
|
122 # Old names:
|
cannam@89
|
123 AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
|
cannam@89
|
124 AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
|
cannam@89
|
125 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
126 dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
|
cannam@89
|
127 dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
|
cannam@89
|
128
|
cannam@89
|
129
|
cannam@89
|
130 # _LT_CC_BASENAME(CC)
|
cannam@89
|
131 # -------------------
|
cannam@89
|
132 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
|
cannam@89
|
133 m4_defun([_LT_CC_BASENAME],
|
cannam@89
|
134 [for cc_temp in $1""; do
|
cannam@89
|
135 case $cc_temp in
|
cannam@89
|
136 compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
|
cannam@89
|
137 distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
|
cannam@89
|
138 \-*) ;;
|
cannam@89
|
139 *) break;;
|
cannam@89
|
140 esac
|
cannam@89
|
141 done
|
cannam@89
|
142 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
|
cannam@89
|
143 ])
|
cannam@89
|
144
|
cannam@89
|
145
|
cannam@89
|
146 # _LT_FILEUTILS_DEFAULTS
|
cannam@89
|
147 # ----------------------
|
cannam@89
|
148 # It is okay to use these file commands and assume they have been set
|
cannam@89
|
149 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
|
cannam@89
|
150 m4_defun([_LT_FILEUTILS_DEFAULTS],
|
cannam@89
|
151 [: ${CP="cp -f"}
|
cannam@89
|
152 : ${MV="mv -f"}
|
cannam@89
|
153 : ${RM="rm -f"}
|
cannam@89
|
154 ])# _LT_FILEUTILS_DEFAULTS
|
cannam@89
|
155
|
cannam@89
|
156
|
cannam@89
|
157 # _LT_SETUP
|
cannam@89
|
158 # ---------
|
cannam@89
|
159 m4_defun([_LT_SETUP],
|
cannam@89
|
160 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
cannam@89
|
161 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
|
cannam@89
|
162 _LT_DECL([], [host_alias], [0], [The host system])dnl
|
cannam@89
|
163 _LT_DECL([], [host], [0])dnl
|
cannam@89
|
164 _LT_DECL([], [host_os], [0])dnl
|
cannam@89
|
165 dnl
|
cannam@89
|
166 _LT_DECL([], [build_alias], [0], [The build system])dnl
|
cannam@89
|
167 _LT_DECL([], [build], [0])dnl
|
cannam@89
|
168 _LT_DECL([], [build_os], [0])dnl
|
cannam@89
|
169 dnl
|
cannam@89
|
170 AC_REQUIRE([AC_PROG_CC])dnl
|
cannam@89
|
171 AC_REQUIRE([LT_PATH_LD])dnl
|
cannam@89
|
172 AC_REQUIRE([LT_PATH_NM])dnl
|
cannam@89
|
173 dnl
|
cannam@89
|
174 AC_REQUIRE([AC_PROG_LN_S])dnl
|
cannam@89
|
175 test -z "$LN_S" && LN_S="ln -s"
|
cannam@89
|
176 _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
|
cannam@89
|
177 dnl
|
cannam@89
|
178 AC_REQUIRE([LT_CMD_MAX_LEN])dnl
|
cannam@89
|
179 _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
|
cannam@89
|
180 _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
|
cannam@89
|
181 dnl
|
cannam@89
|
182 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@89
|
183 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
|
cannam@89
|
184 m4_require([_LT_CMD_RELOAD])dnl
|
cannam@89
|
185 m4_require([_LT_CHECK_MAGIC_METHOD])dnl
|
cannam@89
|
186 m4_require([_LT_CMD_OLD_ARCHIVE])dnl
|
cannam@89
|
187 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
|
cannam@89
|
188
|
cannam@89
|
189 _LT_CONFIG_LIBTOOL_INIT([
|
cannam@89
|
190 # See if we are running on zsh, and set the options which allow our
|
cannam@89
|
191 # commands through without removal of \ escapes INIT.
|
cannam@89
|
192 if test -n "\${ZSH_VERSION+set}" ; then
|
cannam@89
|
193 setopt NO_GLOB_SUBST
|
cannam@89
|
194 fi
|
cannam@89
|
195 ])
|
cannam@89
|
196 if test -n "${ZSH_VERSION+set}" ; then
|
cannam@89
|
197 setopt NO_GLOB_SUBST
|
cannam@89
|
198 fi
|
cannam@89
|
199
|
cannam@89
|
200 _LT_CHECK_OBJDIR
|
cannam@89
|
201
|
cannam@89
|
202 m4_require([_LT_TAG_COMPILER])dnl
|
cannam@89
|
203 _LT_PROG_ECHO_BACKSLASH
|
cannam@89
|
204
|
cannam@89
|
205 case $host_os in
|
cannam@89
|
206 aix3*)
|
cannam@89
|
207 # AIX sometimes has problems with the GCC collect2 program. For some
|
cannam@89
|
208 # reason, if we set the COLLECT_NAMES environment variable, the problems
|
cannam@89
|
209 # vanish in a puff of smoke.
|
cannam@89
|
210 if test "X${COLLECT_NAMES+set}" != Xset; then
|
cannam@89
|
211 COLLECT_NAMES=
|
cannam@89
|
212 export COLLECT_NAMES
|
cannam@89
|
213 fi
|
cannam@89
|
214 ;;
|
cannam@89
|
215 esac
|
cannam@89
|
216
|
cannam@89
|
217 # Sed substitution that helps us do robust quoting. It backslashifies
|
cannam@89
|
218 # metacharacters that are still active within double-quoted strings.
|
cannam@89
|
219 sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
|
cannam@89
|
220
|
cannam@89
|
221 # Same as above, but do not quote variable references.
|
cannam@89
|
222 double_quote_subst='s/\([["`\\]]\)/\\\1/g'
|
cannam@89
|
223
|
cannam@89
|
224 # Sed substitution to delay expansion of an escaped shell variable in a
|
cannam@89
|
225 # double_quote_subst'ed string.
|
cannam@89
|
226 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
|
cannam@89
|
227
|
cannam@89
|
228 # Sed substitution to delay expansion of an escaped single quote.
|
cannam@89
|
229 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
|
cannam@89
|
230
|
cannam@89
|
231 # Sed substitution to avoid accidental globbing in evaled expressions
|
cannam@89
|
232 no_glob_subst='s/\*/\\\*/g'
|
cannam@89
|
233
|
cannam@89
|
234 # Global variables:
|
cannam@89
|
235 ofile=libtool
|
cannam@89
|
236 can_build_shared=yes
|
cannam@89
|
237
|
cannam@89
|
238 # All known linkers require a `.a' archive for static linking (except MSVC,
|
cannam@89
|
239 # which needs '.lib').
|
cannam@89
|
240 libext=a
|
cannam@89
|
241
|
cannam@89
|
242 with_gnu_ld="$lt_cv_prog_gnu_ld"
|
cannam@89
|
243
|
cannam@89
|
244 old_CC="$CC"
|
cannam@89
|
245 old_CFLAGS="$CFLAGS"
|
cannam@89
|
246
|
cannam@89
|
247 # Set sane defaults for various variables
|
cannam@89
|
248 test -z "$CC" && CC=cc
|
cannam@89
|
249 test -z "$LTCC" && LTCC=$CC
|
cannam@89
|
250 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
|
cannam@89
|
251 test -z "$LD" && LD=ld
|
cannam@89
|
252 test -z "$ac_objext" && ac_objext=o
|
cannam@89
|
253
|
cannam@89
|
254 _LT_CC_BASENAME([$compiler])
|
cannam@89
|
255
|
cannam@89
|
256 # Only perform the check for file, if the check method requires it
|
cannam@89
|
257 test -z "$MAGIC_CMD" && MAGIC_CMD=file
|
cannam@89
|
258 case $deplibs_check_method in
|
cannam@89
|
259 file_magic*)
|
cannam@89
|
260 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
|
cannam@89
|
261 _LT_PATH_MAGIC
|
cannam@89
|
262 fi
|
cannam@89
|
263 ;;
|
cannam@89
|
264 esac
|
cannam@89
|
265
|
cannam@89
|
266 # Use C for the default configuration in the libtool script
|
cannam@89
|
267 LT_SUPPORTED_TAG([CC])
|
cannam@89
|
268 _LT_LANG_C_CONFIG
|
cannam@89
|
269 _LT_LANG_DEFAULT_CONFIG
|
cannam@89
|
270 _LT_CONFIG_COMMANDS
|
cannam@89
|
271 ])# _LT_SETUP
|
cannam@89
|
272
|
cannam@89
|
273
|
cannam@89
|
274 # _LT_PROG_LTMAIN
|
cannam@89
|
275 # ---------------
|
cannam@89
|
276 # Note that this code is called both from `configure', and `config.status'
|
cannam@89
|
277 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
|
cannam@89
|
278 # `config.status' has no value for ac_aux_dir unless we are using Automake,
|
cannam@89
|
279 # so we pass a copy along to make sure it has a sensible value anyway.
|
cannam@89
|
280 m4_defun([_LT_PROG_LTMAIN],
|
cannam@89
|
281 [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
|
cannam@89
|
282 _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
|
cannam@89
|
283 ltmain="$ac_aux_dir/ltmain.sh"
|
cannam@89
|
284 ])# _LT_PROG_LTMAIN
|
cannam@89
|
285
|
cannam@89
|
286
|
cannam@89
|
287
|
cannam@89
|
288 # So that we can recreate a full libtool script including additional
|
cannam@89
|
289 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
|
cannam@89
|
290 # in macros and then make a single call at the end using the `libtool'
|
cannam@89
|
291 # label.
|
cannam@89
|
292
|
cannam@89
|
293
|
cannam@89
|
294 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
|
cannam@89
|
295 # ----------------------------------------
|
cannam@89
|
296 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
|
cannam@89
|
297 m4_define([_LT_CONFIG_LIBTOOL_INIT],
|
cannam@89
|
298 [m4_ifval([$1],
|
cannam@89
|
299 [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
|
cannam@89
|
300 [$1
|
cannam@89
|
301 ])])])
|
cannam@89
|
302
|
cannam@89
|
303 # Initialize.
|
cannam@89
|
304 m4_define([_LT_OUTPUT_LIBTOOL_INIT])
|
cannam@89
|
305
|
cannam@89
|
306
|
cannam@89
|
307 # _LT_CONFIG_LIBTOOL([COMMANDS])
|
cannam@89
|
308 # ------------------------------
|
cannam@89
|
309 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
|
cannam@89
|
310 m4_define([_LT_CONFIG_LIBTOOL],
|
cannam@89
|
311 [m4_ifval([$1],
|
cannam@89
|
312 [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
|
cannam@89
|
313 [$1
|
cannam@89
|
314 ])])])
|
cannam@89
|
315
|
cannam@89
|
316 # Initialize.
|
cannam@89
|
317 m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
|
cannam@89
|
318
|
cannam@89
|
319
|
cannam@89
|
320 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
|
cannam@89
|
321 # -----------------------------------------------------
|
cannam@89
|
322 m4_defun([_LT_CONFIG_SAVE_COMMANDS],
|
cannam@89
|
323 [_LT_CONFIG_LIBTOOL([$1])
|
cannam@89
|
324 _LT_CONFIG_LIBTOOL_INIT([$2])
|
cannam@89
|
325 ])
|
cannam@89
|
326
|
cannam@89
|
327
|
cannam@89
|
328 # _LT_FORMAT_COMMENT([COMMENT])
|
cannam@89
|
329 # -----------------------------
|
cannam@89
|
330 # Add leading comment marks to the start of each line, and a trailing
|
cannam@89
|
331 # full-stop to the whole comment if one is not present already.
|
cannam@89
|
332 m4_define([_LT_FORMAT_COMMENT],
|
cannam@89
|
333 [m4_ifval([$1], [
|
cannam@89
|
334 m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
|
cannam@89
|
335 [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
|
cannam@89
|
336 )])
|
cannam@89
|
337
|
cannam@89
|
338
|
cannam@89
|
339
|
cannam@89
|
340
|
cannam@89
|
341
|
cannam@89
|
342 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
|
cannam@89
|
343 # -------------------------------------------------------------------
|
cannam@89
|
344 # CONFIGNAME is the name given to the value in the libtool script.
|
cannam@89
|
345 # VARNAME is the (base) name used in the configure script.
|
cannam@89
|
346 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
|
cannam@89
|
347 # VARNAME. Any other value will be used directly.
|
cannam@89
|
348 m4_define([_LT_DECL],
|
cannam@89
|
349 [lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
|
cannam@89
|
350 [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
|
cannam@89
|
351 [m4_ifval([$1], [$1], [$2])])
|
cannam@89
|
352 lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
|
cannam@89
|
353 m4_ifval([$4],
|
cannam@89
|
354 [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
|
cannam@89
|
355 lt_dict_add_subkey([lt_decl_dict], [$2],
|
cannam@89
|
356 [tagged?], [m4_ifval([$5], [yes], [no])])])
|
cannam@89
|
357 ])
|
cannam@89
|
358
|
cannam@89
|
359
|
cannam@89
|
360 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
|
cannam@89
|
361 # --------------------------------------------------------
|
cannam@89
|
362 m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
|
cannam@89
|
363
|
cannam@89
|
364
|
cannam@89
|
365 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
|
cannam@89
|
366 # ------------------------------------------------
|
cannam@89
|
367 m4_define([lt_decl_tag_varnames],
|
cannam@89
|
368 [_lt_decl_filter([tagged?], [yes], $@)])
|
cannam@89
|
369
|
cannam@89
|
370
|
cannam@89
|
371 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
|
cannam@89
|
372 # ---------------------------------------------------------
|
cannam@89
|
373 m4_define([_lt_decl_filter],
|
cannam@89
|
374 [m4_case([$#],
|
cannam@89
|
375 [0], [m4_fatal([$0: too few arguments: $#])],
|
cannam@89
|
376 [1], [m4_fatal([$0: too few arguments: $#: $1])],
|
cannam@89
|
377 [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
|
cannam@89
|
378 [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
|
cannam@89
|
379 [lt_dict_filter([lt_decl_dict], $@)])[]dnl
|
cannam@89
|
380 ])
|
cannam@89
|
381
|
cannam@89
|
382
|
cannam@89
|
383 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
|
cannam@89
|
384 # --------------------------------------------------
|
cannam@89
|
385 m4_define([lt_decl_quote_varnames],
|
cannam@89
|
386 [_lt_decl_filter([value], [1], $@)])
|
cannam@89
|
387
|
cannam@89
|
388
|
cannam@89
|
389 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
|
cannam@89
|
390 # ---------------------------------------------------
|
cannam@89
|
391 m4_define([lt_decl_dquote_varnames],
|
cannam@89
|
392 [_lt_decl_filter([value], [2], $@)])
|
cannam@89
|
393
|
cannam@89
|
394
|
cannam@89
|
395 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
|
cannam@89
|
396 # ---------------------------------------------------
|
cannam@89
|
397 m4_define([lt_decl_varnames_tagged],
|
cannam@89
|
398 [_$0(m4_quote(m4_default([$1], [[, ]])),
|
cannam@89
|
399 m4_quote(m4_if([$2], [],
|
cannam@89
|
400 m4_quote(lt_decl_tag_varnames),
|
cannam@89
|
401 m4_quote(m4_shift($@)))),
|
cannam@89
|
402 m4_split(m4_normalize(m4_quote(_LT_TAGS))))])
|
cannam@89
|
403 m4_define([_lt_decl_varnames_tagged], [lt_combine([$1], [$2], [_], $3)])
|
cannam@89
|
404
|
cannam@89
|
405
|
cannam@89
|
406 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
|
cannam@89
|
407 # ------------------------------------------------
|
cannam@89
|
408 m4_define([lt_decl_all_varnames],
|
cannam@89
|
409 [_$0(m4_quote(m4_default([$1], [[, ]])),
|
cannam@89
|
410 m4_if([$2], [],
|
cannam@89
|
411 m4_quote(lt_decl_varnames),
|
cannam@89
|
412 m4_quote(m4_shift($@))))[]dnl
|
cannam@89
|
413 ])
|
cannam@89
|
414 m4_define([_lt_decl_all_varnames],
|
cannam@89
|
415 [lt_join($@, lt_decl_varnames_tagged([$1],
|
cannam@89
|
416 lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
|
cannam@89
|
417 ])
|
cannam@89
|
418
|
cannam@89
|
419
|
cannam@89
|
420 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
|
cannam@89
|
421 # ------------------------------------
|
cannam@89
|
422 # Quote a variable value, and forward it to `config.status' so that its
|
cannam@89
|
423 # declaration there will have the same value as in `configure'. VARNAME
|
cannam@89
|
424 # must have a single quote delimited value for this to work.
|
cannam@89
|
425 m4_define([_LT_CONFIG_STATUS_DECLARE],
|
cannam@89
|
426 [$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
|
cannam@89
|
427
|
cannam@89
|
428
|
cannam@89
|
429 # _LT_CONFIG_STATUS_DECLARATIONS
|
cannam@89
|
430 # ------------------------------
|
cannam@89
|
431 # We delimit libtool config variables with single quotes, so when
|
cannam@89
|
432 # we write them to config.status, we have to be sure to quote all
|
cannam@89
|
433 # embedded single quotes properly. In configure, this macro expands
|
cannam@89
|
434 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
|
cannam@89
|
435 #
|
cannam@89
|
436 # <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
|
cannam@89
|
437 m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
|
cannam@89
|
438 [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
|
cannam@89
|
439 [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
|
cannam@89
|
440
|
cannam@89
|
441
|
cannam@89
|
442 # _LT_LIBTOOL_TAGS
|
cannam@89
|
443 # ----------------
|
cannam@89
|
444 # Output comment and list of tags supported by the script
|
cannam@89
|
445 m4_defun([_LT_LIBTOOL_TAGS],
|
cannam@89
|
446 [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
|
cannam@89
|
447 available_tags="_LT_TAGS"dnl
|
cannam@89
|
448 ])
|
cannam@89
|
449
|
cannam@89
|
450
|
cannam@89
|
451 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
|
cannam@89
|
452 # -----------------------------------
|
cannam@89
|
453 # Extract the dictionary values for VARNAME (optionally with TAG) and
|
cannam@89
|
454 # expand to a commented shell variable setting:
|
cannam@89
|
455 #
|
cannam@89
|
456 # # Some comment about what VAR is for.
|
cannam@89
|
457 # visible_name=$lt_internal_name
|
cannam@89
|
458 m4_define([_LT_LIBTOOL_DECLARE],
|
cannam@89
|
459 [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
|
cannam@89
|
460 [description])))[]dnl
|
cannam@89
|
461 m4_pushdef([_libtool_name],
|
cannam@89
|
462 m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
|
cannam@89
|
463 m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
|
cannam@89
|
464 [0], [_libtool_name=[$]$1],
|
cannam@89
|
465 [1], [_libtool_name=$lt_[]$1],
|
cannam@89
|
466 [2], [_libtool_name=$lt_[]$1],
|
cannam@89
|
467 [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
|
cannam@89
|
468 m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
|
cannam@89
|
469 ])
|
cannam@89
|
470
|
cannam@89
|
471
|
cannam@89
|
472 # _LT_LIBTOOL_CONFIG_VARS
|
cannam@89
|
473 # -----------------------
|
cannam@89
|
474 # Produce commented declarations of non-tagged libtool config variables
|
cannam@89
|
475 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
|
cannam@89
|
476 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
|
cannam@89
|
477 # section) are produced by _LT_LIBTOOL_TAG_VARS.
|
cannam@89
|
478 m4_defun([_LT_LIBTOOL_CONFIG_VARS],
|
cannam@89
|
479 [m4_foreach([_lt_var],
|
cannam@89
|
480 m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
|
cannam@89
|
481 [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
|
cannam@89
|
482
|
cannam@89
|
483
|
cannam@89
|
484 # _LT_LIBTOOL_TAG_VARS(TAG)
|
cannam@89
|
485 # -------------------------
|
cannam@89
|
486 m4_define([_LT_LIBTOOL_TAG_VARS],
|
cannam@89
|
487 [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
|
cannam@89
|
488 [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
|
cannam@89
|
489
|
cannam@89
|
490
|
cannam@89
|
491 # _LT_TAGVAR(VARNAME, [TAGNAME])
|
cannam@89
|
492 # ------------------------------
|
cannam@89
|
493 m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
|
cannam@89
|
494
|
cannam@89
|
495
|
cannam@89
|
496 # _LT_CONFIG_COMMANDS
|
cannam@89
|
497 # -------------------
|
cannam@89
|
498 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
|
cannam@89
|
499 # variables for single and double quote escaping we saved from calls
|
cannam@89
|
500 # to _LT_DECL, we can put quote escaped variables declarations
|
cannam@89
|
501 # into `config.status', and then the shell code to quote escape them in
|
cannam@89
|
502 # for loops in `config.status'. Finally, any additional code accumulated
|
cannam@89
|
503 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
|
cannam@89
|
504 m4_defun([_LT_CONFIG_COMMANDS],
|
cannam@89
|
505 [AC_PROVIDE_IFELSE([LT_OUTPUT],
|
cannam@89
|
506 dnl If the libtool generation code has been placed in $CONFIG_LT,
|
cannam@89
|
507 dnl instead of duplicating it all over again into config.status,
|
cannam@89
|
508 dnl then we will have config.status run $CONFIG_LT later, so it
|
cannam@89
|
509 dnl needs to know what name is stored there:
|
cannam@89
|
510 [AC_CONFIG_COMMANDS([libtool],
|
cannam@89
|
511 [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
|
cannam@89
|
512 dnl If the libtool generation code is destined for config.status,
|
cannam@89
|
513 dnl expand the accumulated commands and init code now:
|
cannam@89
|
514 [AC_CONFIG_COMMANDS([libtool],
|
cannam@89
|
515 [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
|
cannam@89
|
516 ])#_LT_CONFIG_COMMANDS
|
cannam@89
|
517
|
cannam@89
|
518
|
cannam@89
|
519 # Initialize.
|
cannam@89
|
520 m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
|
cannam@89
|
521 [
|
cannam@89
|
522
|
cannam@89
|
523 # The HP-UX ksh and POSIX shell print the target directory to stdout
|
cannam@89
|
524 # if CDPATH is set.
|
cannam@89
|
525 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
|
cannam@89
|
526
|
cannam@89
|
527 sed_quote_subst='$sed_quote_subst'
|
cannam@89
|
528 double_quote_subst='$double_quote_subst'
|
cannam@89
|
529 delay_variable_subst='$delay_variable_subst'
|
cannam@89
|
530 _LT_CONFIG_STATUS_DECLARATIONS
|
cannam@89
|
531 LTCC='$LTCC'
|
cannam@89
|
532 LTCFLAGS='$LTCFLAGS'
|
cannam@89
|
533 compiler='$compiler_DEFAULT'
|
cannam@89
|
534
|
cannam@89
|
535 # Quote evaled strings.
|
cannam@89
|
536 for var in lt_decl_all_varnames([[ \
|
cannam@89
|
537 ]], lt_decl_quote_varnames); do
|
cannam@89
|
538 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
|
cannam@89
|
539 *[[\\\\\\\`\\"\\\$]]*)
|
cannam@89
|
540 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
|
cannam@89
|
541 ;;
|
cannam@89
|
542 *)
|
cannam@89
|
543 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
|
cannam@89
|
544 ;;
|
cannam@89
|
545 esac
|
cannam@89
|
546 done
|
cannam@89
|
547
|
cannam@89
|
548 # Double-quote double-evaled strings.
|
cannam@89
|
549 for var in lt_decl_all_varnames([[ \
|
cannam@89
|
550 ]], lt_decl_dquote_varnames); do
|
cannam@89
|
551 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
|
cannam@89
|
552 *[[\\\\\\\`\\"\\\$]]*)
|
cannam@89
|
553 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
|
cannam@89
|
554 ;;
|
cannam@89
|
555 *)
|
cannam@89
|
556 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
|
cannam@89
|
557 ;;
|
cannam@89
|
558 esac
|
cannam@89
|
559 done
|
cannam@89
|
560
|
cannam@89
|
561 # Fix-up fallback echo if it was mangled by the above quoting rules.
|
cannam@89
|
562 case \$lt_ECHO in
|
cannam@89
|
563 *'\\\[$]0 --fallback-echo"')dnl "
|
cannam@89
|
564 lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\`
|
cannam@89
|
565 ;;
|
cannam@89
|
566 esac
|
cannam@89
|
567
|
cannam@89
|
568 _LT_OUTPUT_LIBTOOL_INIT
|
cannam@89
|
569 ])
|
cannam@89
|
570
|
cannam@89
|
571
|
cannam@89
|
572 # LT_OUTPUT
|
cannam@89
|
573 # ---------
|
cannam@89
|
574 # This macro allows early generation of the libtool script (before
|
cannam@89
|
575 # AC_OUTPUT is called), incase it is used in configure for compilation
|
cannam@89
|
576 # tests.
|
cannam@89
|
577 AC_DEFUN([LT_OUTPUT],
|
cannam@89
|
578 [: ${CONFIG_LT=./config.lt}
|
cannam@89
|
579 AC_MSG_NOTICE([creating $CONFIG_LT])
|
cannam@89
|
580 cat >"$CONFIG_LT" <<_LTEOF
|
cannam@89
|
581 #! $SHELL
|
cannam@89
|
582 # Generated by $as_me.
|
cannam@89
|
583 # Run this file to recreate a libtool stub with the current configuration.
|
cannam@89
|
584
|
cannam@89
|
585 lt_cl_silent=false
|
cannam@89
|
586 SHELL=\${CONFIG_SHELL-$SHELL}
|
cannam@89
|
587 _LTEOF
|
cannam@89
|
588
|
cannam@89
|
589 cat >>"$CONFIG_LT" <<\_LTEOF
|
cannam@89
|
590 AS_SHELL_SANITIZE
|
cannam@89
|
591 _AS_PREPARE
|
cannam@89
|
592
|
cannam@89
|
593 exec AS_MESSAGE_FD>&1
|
cannam@89
|
594 exec AS_MESSAGE_LOG_FD>>config.log
|
cannam@89
|
595 {
|
cannam@89
|
596 echo
|
cannam@89
|
597 AS_BOX([Running $as_me.])
|
cannam@89
|
598 } >&AS_MESSAGE_LOG_FD
|
cannam@89
|
599
|
cannam@89
|
600 lt_cl_help="\
|
cannam@89
|
601 \`$as_me' creates a local libtool stub from the current configuration,
|
cannam@89
|
602 for use in further configure time tests before the real libtool is
|
cannam@89
|
603 generated.
|
cannam@89
|
604
|
cannam@89
|
605 Usage: $[0] [[OPTIONS]]
|
cannam@89
|
606
|
cannam@89
|
607 -h, --help print this help, then exit
|
cannam@89
|
608 -V, --version print version number, then exit
|
cannam@89
|
609 -q, --quiet do not print progress messages
|
cannam@89
|
610 -d, --debug don't remove temporary files
|
cannam@89
|
611
|
cannam@89
|
612 Report bugs to <bug-libtool@gnu.org>."
|
cannam@89
|
613
|
cannam@89
|
614 lt_cl_version="\
|
cannam@89
|
615 m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
|
cannam@89
|
616 m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
|
cannam@89
|
617 configured by $[0], generated by m4_PACKAGE_STRING.
|
cannam@89
|
618
|
cannam@89
|
619 Copyright (C) 2008 Free Software Foundation, Inc.
|
cannam@89
|
620 This config.lt script is free software; the Free Software Foundation
|
cannam@89
|
621 gives unlimited permision to copy, distribute and modify it."
|
cannam@89
|
622
|
cannam@89
|
623 while test $[#] != 0
|
cannam@89
|
624 do
|
cannam@89
|
625 case $[1] in
|
cannam@89
|
626 --version | --v* | -V )
|
cannam@89
|
627 echo "$lt_cl_version"; exit 0 ;;
|
cannam@89
|
628 --help | --h* | -h )
|
cannam@89
|
629 echo "$lt_cl_help"; exit 0 ;;
|
cannam@89
|
630 --debug | --d* | -d )
|
cannam@89
|
631 debug=: ;;
|
cannam@89
|
632 --quiet | --q* | --silent | --s* | -q )
|
cannam@89
|
633 lt_cl_silent=: ;;
|
cannam@89
|
634
|
cannam@89
|
635 -*) AC_MSG_ERROR([unrecognized option: $[1]
|
cannam@89
|
636 Try \`$[0] --help' for more information.]) ;;
|
cannam@89
|
637
|
cannam@89
|
638 *) AC_MSG_ERROR([unrecognized argument: $[1]
|
cannam@89
|
639 Try \`$[0] --help' for more information.]) ;;
|
cannam@89
|
640 esac
|
cannam@89
|
641 shift
|
cannam@89
|
642 done
|
cannam@89
|
643
|
cannam@89
|
644 if $lt_cl_silent; then
|
cannam@89
|
645 exec AS_MESSAGE_FD>/dev/null
|
cannam@89
|
646 fi
|
cannam@89
|
647 _LTEOF
|
cannam@89
|
648
|
cannam@89
|
649 cat >>"$CONFIG_LT" <<_LTEOF
|
cannam@89
|
650 _LT_OUTPUT_LIBTOOL_COMMANDS_INIT
|
cannam@89
|
651 _LTEOF
|
cannam@89
|
652
|
cannam@89
|
653 cat >>"$CONFIG_LT" <<\_LTEOF
|
cannam@89
|
654 AC_MSG_NOTICE([creating $ofile])
|
cannam@89
|
655 _LT_OUTPUT_LIBTOOL_COMMANDS
|
cannam@89
|
656 AS_EXIT(0)
|
cannam@89
|
657 _LTEOF
|
cannam@89
|
658 chmod +x "$CONFIG_LT"
|
cannam@89
|
659
|
cannam@89
|
660 # configure is writing to config.log, but config.lt does its own redirection,
|
cannam@89
|
661 # appending to config.log, which fails on DOS, as config.log is still kept
|
cannam@89
|
662 # open by configure. Here we exec the FD to /dev/null, effectively closing
|
cannam@89
|
663 # config.log, so it can be properly (re)opened and appended to by config.lt.
|
cannam@89
|
664 if test "$no_create" != yes; then
|
cannam@89
|
665 lt_cl_success=:
|
cannam@89
|
666 test "$silent" = yes &&
|
cannam@89
|
667 lt_config_lt_args="$lt_config_lt_args --quiet"
|
cannam@89
|
668 exec AS_MESSAGE_LOG_FD>/dev/null
|
cannam@89
|
669 $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
|
cannam@89
|
670 exec AS_MESSAGE_LOG_FD>>config.log
|
cannam@89
|
671 $lt_cl_success || AS_EXIT(1)
|
cannam@89
|
672 fi
|
cannam@89
|
673 ])# LT_OUTPUT
|
cannam@89
|
674
|
cannam@89
|
675
|
cannam@89
|
676 # _LT_CONFIG(TAG)
|
cannam@89
|
677 # ---------------
|
cannam@89
|
678 # If TAG is the built-in tag, create an initial libtool script with a
|
cannam@89
|
679 # default configuration from the untagged config vars. Otherwise add code
|
cannam@89
|
680 # to config.status for appending the configuration named by TAG from the
|
cannam@89
|
681 # matching tagged config vars.
|
cannam@89
|
682 m4_defun([_LT_CONFIG],
|
cannam@89
|
683 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@89
|
684 _LT_CONFIG_SAVE_COMMANDS([
|
cannam@89
|
685 m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
|
cannam@89
|
686 m4_if(_LT_TAG, [C], [
|
cannam@89
|
687 # See if we are running on zsh, and set the options which allow our
|
cannam@89
|
688 # commands through without removal of \ escapes.
|
cannam@89
|
689 if test -n "${ZSH_VERSION+set}" ; then
|
cannam@89
|
690 setopt NO_GLOB_SUBST
|
cannam@89
|
691 fi
|
cannam@89
|
692
|
cannam@89
|
693 cfgfile="${ofile}T"
|
cannam@89
|
694 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
|
cannam@89
|
695 $RM "$cfgfile"
|
cannam@89
|
696
|
cannam@89
|
697 cat <<_LT_EOF >> "$cfgfile"
|
cannam@89
|
698 #! $SHELL
|
cannam@89
|
699
|
cannam@89
|
700 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
|
cannam@89
|
701 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
|
cannam@89
|
702 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
|
cannam@89
|
703 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
cannam@89
|
704 #
|
cannam@89
|
705 _LT_COPYING
|
cannam@89
|
706 _LT_LIBTOOL_TAGS
|
cannam@89
|
707
|
cannam@89
|
708 # ### BEGIN LIBTOOL CONFIG
|
cannam@89
|
709 _LT_LIBTOOL_CONFIG_VARS
|
cannam@89
|
710 _LT_LIBTOOL_TAG_VARS
|
cannam@89
|
711 # ### END LIBTOOL CONFIG
|
cannam@89
|
712
|
cannam@89
|
713 _LT_EOF
|
cannam@89
|
714
|
cannam@89
|
715 case $host_os in
|
cannam@89
|
716 aix3*)
|
cannam@89
|
717 cat <<\_LT_EOF >> "$cfgfile"
|
cannam@89
|
718 # AIX sometimes has problems with the GCC collect2 program. For some
|
cannam@89
|
719 # reason, if we set the COLLECT_NAMES environment variable, the problems
|
cannam@89
|
720 # vanish in a puff of smoke.
|
cannam@89
|
721 if test "X${COLLECT_NAMES+set}" != Xset; then
|
cannam@89
|
722 COLLECT_NAMES=
|
cannam@89
|
723 export COLLECT_NAMES
|
cannam@89
|
724 fi
|
cannam@89
|
725 _LT_EOF
|
cannam@89
|
726 ;;
|
cannam@89
|
727 esac
|
cannam@89
|
728
|
cannam@89
|
729 _LT_PROG_LTMAIN
|
cannam@89
|
730
|
cannam@89
|
731 # We use sed instead of cat because bash on DJGPP gets confused if
|
cannam@89
|
732 # if finds mixed CR/LF and LF-only lines. Since sed operates in
|
cannam@89
|
733 # text mode, it properly converts lines to CR/LF. This bash problem
|
cannam@89
|
734 # is reportedly fixed, but why not run on old versions too?
|
cannam@89
|
735 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
|
cannam@89
|
736 || (rm -f "$cfgfile"; exit 1)
|
cannam@89
|
737
|
cannam@89
|
738 _LT_PROG_XSI_SHELLFNS
|
cannam@89
|
739
|
cannam@89
|
740 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
|
cannam@89
|
741 || (rm -f "$cfgfile"; exit 1)
|
cannam@89
|
742
|
cannam@89
|
743 mv -f "$cfgfile" "$ofile" ||
|
cannam@89
|
744 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
|
cannam@89
|
745 chmod +x "$ofile"
|
cannam@89
|
746 ],
|
cannam@89
|
747 [cat <<_LT_EOF >> "$ofile"
|
cannam@89
|
748
|
cannam@89
|
749 dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
|
cannam@89
|
750 dnl in a comment (ie after a #).
|
cannam@89
|
751 # ### BEGIN LIBTOOL TAG CONFIG: $1
|
cannam@89
|
752 _LT_LIBTOOL_TAG_VARS(_LT_TAG)
|
cannam@89
|
753 # ### END LIBTOOL TAG CONFIG: $1
|
cannam@89
|
754 _LT_EOF
|
cannam@89
|
755 ])dnl /m4_if
|
cannam@89
|
756 ],
|
cannam@89
|
757 [m4_if([$1], [], [
|
cannam@89
|
758 PACKAGE='$PACKAGE'
|
cannam@89
|
759 VERSION='$VERSION'
|
cannam@89
|
760 TIMESTAMP='$TIMESTAMP'
|
cannam@89
|
761 RM='$RM'
|
cannam@89
|
762 ofile='$ofile'], [])
|
cannam@89
|
763 ])dnl /_LT_CONFIG_SAVE_COMMANDS
|
cannam@89
|
764 ])# _LT_CONFIG
|
cannam@89
|
765
|
cannam@89
|
766
|
cannam@89
|
767 # LT_SUPPORTED_TAG(TAG)
|
cannam@89
|
768 # ---------------------
|
cannam@89
|
769 # Trace this macro to discover what tags are supported by the libtool
|
cannam@89
|
770 # --tag option, using:
|
cannam@89
|
771 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
|
cannam@89
|
772 AC_DEFUN([LT_SUPPORTED_TAG], [])
|
cannam@89
|
773
|
cannam@89
|
774
|
cannam@89
|
775 # C support is built-in for now
|
cannam@89
|
776 m4_define([_LT_LANG_C_enabled], [])
|
cannam@89
|
777 m4_define([_LT_TAGS], [])
|
cannam@89
|
778
|
cannam@89
|
779
|
cannam@89
|
780 # LT_LANG(LANG)
|
cannam@89
|
781 # -------------
|
cannam@89
|
782 # Enable libtool support for the given language if not already enabled.
|
cannam@89
|
783 AC_DEFUN([LT_LANG],
|
cannam@89
|
784 [AC_BEFORE([$0], [LT_OUTPUT])dnl
|
cannam@89
|
785 m4_case([$1],
|
cannam@89
|
786 [C], [_LT_LANG(C)],
|
cannam@89
|
787 [C++], [_LT_LANG(CXX)],
|
cannam@89
|
788 [Java], [_LT_LANG(GCJ)],
|
cannam@89
|
789 [Fortran 77], [_LT_LANG(F77)],
|
cannam@89
|
790 [Fortran], [_LT_LANG(FC)],
|
cannam@89
|
791 [Windows Resource], [_LT_LANG(RC)],
|
cannam@89
|
792 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
|
cannam@89
|
793 [_LT_LANG($1)],
|
cannam@89
|
794 [m4_fatal([$0: unsupported language: "$1"])])])dnl
|
cannam@89
|
795 ])# LT_LANG
|
cannam@89
|
796
|
cannam@89
|
797
|
cannam@89
|
798 # _LT_LANG(LANGNAME)
|
cannam@89
|
799 # ------------------
|
cannam@89
|
800 m4_defun([_LT_LANG],
|
cannam@89
|
801 [m4_ifdef([_LT_LANG_]$1[_enabled], [],
|
cannam@89
|
802 [LT_SUPPORTED_TAG([$1])dnl
|
cannam@89
|
803 m4_append([_LT_TAGS], [$1 ])dnl
|
cannam@89
|
804 m4_define([_LT_LANG_]$1[_enabled], [])dnl
|
cannam@89
|
805 _LT_LANG_$1_CONFIG($1)])dnl
|
cannam@89
|
806 ])# _LT_LANG
|
cannam@89
|
807
|
cannam@89
|
808
|
cannam@89
|
809 # _LT_LANG_DEFAULT_CONFIG
|
cannam@89
|
810 # -----------------------
|
cannam@89
|
811 m4_defun([_LT_LANG_DEFAULT_CONFIG],
|
cannam@89
|
812 [AC_PROVIDE_IFELSE([AC_PROG_CXX],
|
cannam@89
|
813 [LT_LANG(CXX)],
|
cannam@89
|
814 [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
|
cannam@89
|
815
|
cannam@89
|
816 AC_PROVIDE_IFELSE([AC_PROG_F77],
|
cannam@89
|
817 [LT_LANG(F77)],
|
cannam@89
|
818 [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
|
cannam@89
|
819
|
cannam@89
|
820 AC_PROVIDE_IFELSE([AC_PROG_FC],
|
cannam@89
|
821 [LT_LANG(FC)],
|
cannam@89
|
822 [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
|
cannam@89
|
823
|
cannam@89
|
824 dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
|
cannam@89
|
825 dnl pulling things in needlessly.
|
cannam@89
|
826 AC_PROVIDE_IFELSE([AC_PROG_GCJ],
|
cannam@89
|
827 [LT_LANG(GCJ)],
|
cannam@89
|
828 [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
|
cannam@89
|
829 [LT_LANG(GCJ)],
|
cannam@89
|
830 [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
|
cannam@89
|
831 [LT_LANG(GCJ)],
|
cannam@89
|
832 [m4_ifdef([AC_PROG_GCJ],
|
cannam@89
|
833 [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
|
cannam@89
|
834 m4_ifdef([A][M_PROG_GCJ],
|
cannam@89
|
835 [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
|
cannam@89
|
836 m4_ifdef([LT_PROG_GCJ],
|
cannam@89
|
837 [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
|
cannam@89
|
838
|
cannam@89
|
839 AC_PROVIDE_IFELSE([LT_PROG_RC],
|
cannam@89
|
840 [LT_LANG(RC)],
|
cannam@89
|
841 [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
|
cannam@89
|
842 ])# _LT_LANG_DEFAULT_CONFIG
|
cannam@89
|
843
|
cannam@89
|
844 # Obsolete macros:
|
cannam@89
|
845 AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
|
cannam@89
|
846 AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
|
cannam@89
|
847 AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
|
cannam@89
|
848 AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
|
cannam@89
|
849 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
850 dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
|
cannam@89
|
851 dnl AC_DEFUN([AC_LIBTOOL_F77], [])
|
cannam@89
|
852 dnl AC_DEFUN([AC_LIBTOOL_FC], [])
|
cannam@89
|
853 dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
|
cannam@89
|
854
|
cannam@89
|
855
|
cannam@89
|
856 # _LT_TAG_COMPILER
|
cannam@89
|
857 # ----------------
|
cannam@89
|
858 m4_defun([_LT_TAG_COMPILER],
|
cannam@89
|
859 [AC_REQUIRE([AC_PROG_CC])dnl
|
cannam@89
|
860
|
cannam@89
|
861 _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
|
cannam@89
|
862 _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
|
cannam@89
|
863 _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
|
cannam@89
|
864 _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
|
cannam@89
|
865
|
cannam@89
|
866 # If no C compiler was specified, use CC.
|
cannam@89
|
867 LTCC=${LTCC-"$CC"}
|
cannam@89
|
868
|
cannam@89
|
869 # If no C compiler flags were specified, use CFLAGS.
|
cannam@89
|
870 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
|
cannam@89
|
871
|
cannam@89
|
872 # Allow CC to be a program name with arguments.
|
cannam@89
|
873 compiler=$CC
|
cannam@89
|
874 ])# _LT_TAG_COMPILER
|
cannam@89
|
875
|
cannam@89
|
876
|
cannam@89
|
877 # _LT_COMPILER_BOILERPLATE
|
cannam@89
|
878 # ------------------------
|
cannam@89
|
879 # Check for compiler boilerplate output or warnings with
|
cannam@89
|
880 # the simple compiler test code.
|
cannam@89
|
881 m4_defun([_LT_COMPILER_BOILERPLATE],
|
cannam@89
|
882 [m4_require([_LT_DECL_SED])dnl
|
cannam@89
|
883 ac_outfile=conftest.$ac_objext
|
cannam@89
|
884 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
|
cannam@89
|
885 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
|
cannam@89
|
886 _lt_compiler_boilerplate=`cat conftest.err`
|
cannam@89
|
887 $RM conftest*
|
cannam@89
|
888 ])# _LT_COMPILER_BOILERPLATE
|
cannam@89
|
889
|
cannam@89
|
890
|
cannam@89
|
891 # _LT_LINKER_BOILERPLATE
|
cannam@89
|
892 # ----------------------
|
cannam@89
|
893 # Check for linker boilerplate output or warnings with
|
cannam@89
|
894 # the simple link test code.
|
cannam@89
|
895 m4_defun([_LT_LINKER_BOILERPLATE],
|
cannam@89
|
896 [m4_require([_LT_DECL_SED])dnl
|
cannam@89
|
897 ac_outfile=conftest.$ac_objext
|
cannam@89
|
898 echo "$lt_simple_link_test_code" >conftest.$ac_ext
|
cannam@89
|
899 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
|
cannam@89
|
900 _lt_linker_boilerplate=`cat conftest.err`
|
cannam@89
|
901 $RM -r conftest*
|
cannam@89
|
902 ])# _LT_LINKER_BOILERPLATE
|
cannam@89
|
903
|
cannam@89
|
904 # _LT_REQUIRED_DARWIN_CHECKS
|
cannam@89
|
905 # -------------------------
|
cannam@89
|
906 m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
|
cannam@89
|
907 case $host_os in
|
cannam@89
|
908 rhapsody* | darwin*)
|
cannam@89
|
909 AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
|
cannam@89
|
910 AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
|
cannam@89
|
911 AC_CHECK_TOOL([LIPO], [lipo], [:])
|
cannam@89
|
912 AC_CHECK_TOOL([OTOOL], [otool], [:])
|
cannam@89
|
913 AC_CHECK_TOOL([OTOOL64], [otool64], [:])
|
cannam@89
|
914 _LT_DECL([], [DSYMUTIL], [1],
|
cannam@89
|
915 [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
|
cannam@89
|
916 _LT_DECL([], [NMEDIT], [1],
|
cannam@89
|
917 [Tool to change global to local symbols on Mac OS X])
|
cannam@89
|
918 _LT_DECL([], [LIPO], [1],
|
cannam@89
|
919 [Tool to manipulate fat objects and archives on Mac OS X])
|
cannam@89
|
920 _LT_DECL([], [OTOOL], [1],
|
cannam@89
|
921 [ldd/readelf like tool for Mach-O binaries on Mac OS X])
|
cannam@89
|
922 _LT_DECL([], [OTOOL64], [1],
|
cannam@89
|
923 [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
|
cannam@89
|
924
|
cannam@89
|
925 AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
|
cannam@89
|
926 [lt_cv_apple_cc_single_mod=no
|
cannam@89
|
927 if test -z "${LT_MULTI_MODULE}"; then
|
cannam@89
|
928 # By default we will add the -single_module flag. You can override
|
cannam@89
|
929 # by either setting the environment variable LT_MULTI_MODULE
|
cannam@89
|
930 # non-empty at configure time, or by adding -multi_module to the
|
cannam@89
|
931 # link flags.
|
cannam@89
|
932 rm -rf libconftest.dylib*
|
cannam@89
|
933 echo "int foo(void){return 1;}" > conftest.c
|
cannam@89
|
934 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
|
cannam@89
|
935 -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
|
cannam@89
|
936 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
|
cannam@89
|
937 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
|
cannam@89
|
938 _lt_result=$?
|
cannam@89
|
939 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
|
cannam@89
|
940 lt_cv_apple_cc_single_mod=yes
|
cannam@89
|
941 else
|
cannam@89
|
942 cat conftest.err >&AS_MESSAGE_LOG_FD
|
cannam@89
|
943 fi
|
cannam@89
|
944 rm -rf libconftest.dylib*
|
cannam@89
|
945 rm -f conftest.*
|
cannam@89
|
946 fi])
|
cannam@89
|
947 AC_CACHE_CHECK([for -exported_symbols_list linker flag],
|
cannam@89
|
948 [lt_cv_ld_exported_symbols_list],
|
cannam@89
|
949 [lt_cv_ld_exported_symbols_list=no
|
cannam@89
|
950 save_LDFLAGS=$LDFLAGS
|
cannam@89
|
951 echo "_main" > conftest.sym
|
cannam@89
|
952 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
|
cannam@89
|
953 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
|
cannam@89
|
954 [lt_cv_ld_exported_symbols_list=yes],
|
cannam@89
|
955 [lt_cv_ld_exported_symbols_list=no])
|
cannam@89
|
956 LDFLAGS="$save_LDFLAGS"
|
cannam@89
|
957 ])
|
cannam@89
|
958 case $host_os in
|
cannam@89
|
959 rhapsody* | darwin1.[[012]])
|
cannam@89
|
960 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
|
cannam@89
|
961 darwin1.*)
|
cannam@89
|
962 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
|
cannam@89
|
963 darwin*) # darwin 5.x on
|
cannam@89
|
964 # if running on 10.5 or later, the deployment target defaults
|
cannam@89
|
965 # to the OS version, if on x86, and 10.4, the deployment
|
cannam@89
|
966 # target defaults to 10.4. Don't you love it?
|
cannam@89
|
967 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
|
cannam@89
|
968 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
|
cannam@89
|
969 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
|
cannam@89
|
970 10.[[012]]*)
|
cannam@89
|
971 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
|
cannam@89
|
972 10.*)
|
cannam@89
|
973 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
|
cannam@89
|
974 esac
|
cannam@89
|
975 ;;
|
cannam@89
|
976 esac
|
cannam@89
|
977 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
|
cannam@89
|
978 _lt_dar_single_mod='$single_module'
|
cannam@89
|
979 fi
|
cannam@89
|
980 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
|
cannam@89
|
981 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
|
cannam@89
|
982 else
|
cannam@89
|
983 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
cannam@89
|
984 fi
|
cannam@89
|
985 if test "$DSYMUTIL" != ":"; then
|
cannam@89
|
986 _lt_dsymutil='~$DSYMUTIL $lib || :'
|
cannam@89
|
987 else
|
cannam@89
|
988 _lt_dsymutil=
|
cannam@89
|
989 fi
|
cannam@89
|
990 ;;
|
cannam@89
|
991 esac
|
cannam@89
|
992 ])
|
cannam@89
|
993
|
cannam@89
|
994
|
cannam@89
|
995 # _LT_DARWIN_LINKER_FEATURES
|
cannam@89
|
996 # --------------------------
|
cannam@89
|
997 # Checks for linker and compiler features on darwin
|
cannam@89
|
998 m4_defun([_LT_DARWIN_LINKER_FEATURES],
|
cannam@89
|
999 [
|
cannam@89
|
1000 m4_require([_LT_REQUIRED_DARWIN_CHECKS])
|
cannam@89
|
1001 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@89
|
1002 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@89
|
1003 _LT_TAGVAR(hardcode_automatic, $1)=yes
|
cannam@89
|
1004 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
|
cannam@89
|
1005 _LT_TAGVAR(whole_archive_flag_spec, $1)=''
|
cannam@89
|
1006 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@89
|
1007 _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
|
cannam@89
|
1008 if test "$GCC" = "yes"; then
|
cannam@89
|
1009 output_verbose_link_cmd=echo
|
cannam@89
|
1010 _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@89
|
1011 _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
|
cannam@89
|
1012 _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@89
|
1013 _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@89
|
1014 m4_if([$1], [CXX],
|
cannam@89
|
1015 [ if test "$lt_cv_apple_cc_single_mod" != "yes"; then
|
cannam@89
|
1016 _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@89
|
1017 _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@89
|
1018 fi
|
cannam@89
|
1019 ],[])
|
cannam@89
|
1020 else
|
cannam@89
|
1021 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
1022 fi
|
cannam@89
|
1023 ])
|
cannam@89
|
1024
|
cannam@89
|
1025 # _LT_SYS_MODULE_PATH_AIX
|
cannam@89
|
1026 # -----------------------
|
cannam@89
|
1027 # Links a minimal program and checks the executable
|
cannam@89
|
1028 # for the system default hardcoded library path. In most cases,
|
cannam@89
|
1029 # this is /usr/lib:/lib, but when the MPI compilers are used
|
cannam@89
|
1030 # the location of the communication and MPI libs are included too.
|
cannam@89
|
1031 # If we don't find anything, use the default library path according
|
cannam@89
|
1032 # to the aix ld manual.
|
cannam@89
|
1033 m4_defun([_LT_SYS_MODULE_PATH_AIX],
|
cannam@89
|
1034 [m4_require([_LT_DECL_SED])dnl
|
cannam@89
|
1035 AC_LINK_IFELSE(AC_LANG_PROGRAM,[
|
cannam@89
|
1036 lt_aix_libpath_sed='
|
cannam@89
|
1037 /Import File Strings/,/^$/ {
|
cannam@89
|
1038 /^0/ {
|
cannam@89
|
1039 s/^0 *\(.*\)$/\1/
|
cannam@89
|
1040 p
|
cannam@89
|
1041 }
|
cannam@89
|
1042 }'
|
cannam@89
|
1043 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
|
cannam@89
|
1044 # Check for a 64-bit object if we didn't find anything.
|
cannam@89
|
1045 if test -z "$aix_libpath"; then
|
cannam@89
|
1046 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
|
cannam@89
|
1047 fi],[])
|
cannam@89
|
1048 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
|
cannam@89
|
1049 ])# _LT_SYS_MODULE_PATH_AIX
|
cannam@89
|
1050
|
cannam@89
|
1051
|
cannam@89
|
1052 # _LT_SHELL_INIT(ARG)
|
cannam@89
|
1053 # -------------------
|
cannam@89
|
1054 m4_define([_LT_SHELL_INIT],
|
cannam@89
|
1055 [ifdef([AC_DIVERSION_NOTICE],
|
cannam@89
|
1056 [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
|
cannam@89
|
1057 [AC_DIVERT_PUSH(NOTICE)])
|
cannam@89
|
1058 $1
|
cannam@89
|
1059 AC_DIVERT_POP
|
cannam@89
|
1060 ])# _LT_SHELL_INIT
|
cannam@89
|
1061
|
cannam@89
|
1062
|
cannam@89
|
1063 # _LT_PROG_ECHO_BACKSLASH
|
cannam@89
|
1064 # -----------------------
|
cannam@89
|
1065 # Add some code to the start of the generated configure script which
|
cannam@89
|
1066 # will find an echo command which doesn't interpret backslashes.
|
cannam@89
|
1067 m4_defun([_LT_PROG_ECHO_BACKSLASH],
|
cannam@89
|
1068 [_LT_SHELL_INIT([
|
cannam@89
|
1069 # Check that we are running under the correct shell.
|
cannam@89
|
1070 SHELL=${CONFIG_SHELL-/bin/sh}
|
cannam@89
|
1071
|
cannam@89
|
1072 case X$lt_ECHO in
|
cannam@89
|
1073 X*--fallback-echo)
|
cannam@89
|
1074 # Remove one level of quotation (which was required for Make).
|
cannam@89
|
1075 ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
|
cannam@89
|
1076 ;;
|
cannam@89
|
1077 esac
|
cannam@89
|
1078
|
cannam@89
|
1079 ECHO=${lt_ECHO-echo}
|
cannam@89
|
1080 if test "X[$]1" = X--no-reexec; then
|
cannam@89
|
1081 # Discard the --no-reexec flag, and continue.
|
cannam@89
|
1082 shift
|
cannam@89
|
1083 elif test "X[$]1" = X--fallback-echo; then
|
cannam@89
|
1084 # Avoid inline document here, it may be left over
|
cannam@89
|
1085 :
|
cannam@89
|
1086 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
|
cannam@89
|
1087 # Yippee, $ECHO works!
|
cannam@89
|
1088 :
|
cannam@89
|
1089 else
|
cannam@89
|
1090 # Restart under the correct shell.
|
cannam@89
|
1091 exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
|
cannam@89
|
1092 fi
|
cannam@89
|
1093
|
cannam@89
|
1094 if test "X[$]1" = X--fallback-echo; then
|
cannam@89
|
1095 # used as fallback echo
|
cannam@89
|
1096 shift
|
cannam@89
|
1097 cat <<_LT_EOF
|
cannam@89
|
1098 [$]*
|
cannam@89
|
1099 _LT_EOF
|
cannam@89
|
1100 exit 0
|
cannam@89
|
1101 fi
|
cannam@89
|
1102
|
cannam@89
|
1103 # The HP-UX ksh and POSIX shell print the target directory to stdout
|
cannam@89
|
1104 # if CDPATH is set.
|
cannam@89
|
1105 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
|
cannam@89
|
1106
|
cannam@89
|
1107 if test -z "$lt_ECHO"; then
|
cannam@89
|
1108 if test "X${echo_test_string+set}" != Xset; then
|
cannam@89
|
1109 # find a string as large as possible, as long as the shell can cope with it
|
cannam@89
|
1110 for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
|
cannam@89
|
1111 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
|
cannam@89
|
1112 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
|
cannam@89
|
1113 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
|
cannam@89
|
1114 then
|
cannam@89
|
1115 break
|
cannam@89
|
1116 fi
|
cannam@89
|
1117 done
|
cannam@89
|
1118 fi
|
cannam@89
|
1119
|
cannam@89
|
1120 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
|
cannam@89
|
1121 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
|
cannam@89
|
1122 test "X$echo_testing_string" = "X$echo_test_string"; then
|
cannam@89
|
1123 :
|
cannam@89
|
1124 else
|
cannam@89
|
1125 # The Solaris, AIX, and Digital Unix default echo programs unquote
|
cannam@89
|
1126 # backslashes. This makes it impossible to quote backslashes using
|
cannam@89
|
1127 # echo "$something" | sed 's/\\/\\\\/g'
|
cannam@89
|
1128 #
|
cannam@89
|
1129 # So, first we look for a working echo in the user's PATH.
|
cannam@89
|
1130
|
cannam@89
|
1131 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
cannam@89
|
1132 for dir in $PATH /usr/ucb; do
|
cannam@89
|
1133 IFS="$lt_save_ifs"
|
cannam@89
|
1134 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
|
cannam@89
|
1135 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
|
cannam@89
|
1136 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
|
cannam@89
|
1137 test "X$echo_testing_string" = "X$echo_test_string"; then
|
cannam@89
|
1138 ECHO="$dir/echo"
|
cannam@89
|
1139 break
|
cannam@89
|
1140 fi
|
cannam@89
|
1141 done
|
cannam@89
|
1142 IFS="$lt_save_ifs"
|
cannam@89
|
1143
|
cannam@89
|
1144 if test "X$ECHO" = Xecho; then
|
cannam@89
|
1145 # We didn't find a better echo, so look for alternatives.
|
cannam@89
|
1146 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
|
cannam@89
|
1147 echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
|
cannam@89
|
1148 test "X$echo_testing_string" = "X$echo_test_string"; then
|
cannam@89
|
1149 # This shell has a builtin print -r that does the trick.
|
cannam@89
|
1150 ECHO='print -r'
|
cannam@89
|
1151 elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
|
cannam@89
|
1152 test "X$CONFIG_SHELL" != X/bin/ksh; then
|
cannam@89
|
1153 # If we have ksh, try running configure again with it.
|
cannam@89
|
1154 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
|
cannam@89
|
1155 export ORIGINAL_CONFIG_SHELL
|
cannam@89
|
1156 CONFIG_SHELL=/bin/ksh
|
cannam@89
|
1157 export CONFIG_SHELL
|
cannam@89
|
1158 exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
|
cannam@89
|
1159 else
|
cannam@89
|
1160 # Try using printf.
|
cannam@89
|
1161 ECHO='printf %s\n'
|
cannam@89
|
1162 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
|
cannam@89
|
1163 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
|
cannam@89
|
1164 test "X$echo_testing_string" = "X$echo_test_string"; then
|
cannam@89
|
1165 # Cool, printf works
|
cannam@89
|
1166 :
|
cannam@89
|
1167 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
|
cannam@89
|
1168 test "X$echo_testing_string" = 'X\t' &&
|
cannam@89
|
1169 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
|
cannam@89
|
1170 test "X$echo_testing_string" = "X$echo_test_string"; then
|
cannam@89
|
1171 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
|
cannam@89
|
1172 export CONFIG_SHELL
|
cannam@89
|
1173 SHELL="$CONFIG_SHELL"
|
cannam@89
|
1174 export SHELL
|
cannam@89
|
1175 ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
|
cannam@89
|
1176 elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
|
cannam@89
|
1177 test "X$echo_testing_string" = 'X\t' &&
|
cannam@89
|
1178 echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
|
cannam@89
|
1179 test "X$echo_testing_string" = "X$echo_test_string"; then
|
cannam@89
|
1180 ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
|
cannam@89
|
1181 else
|
cannam@89
|
1182 # maybe with a smaller string...
|
cannam@89
|
1183 prev=:
|
cannam@89
|
1184
|
cannam@89
|
1185 for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
|
cannam@89
|
1186 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
|
cannam@89
|
1187 then
|
cannam@89
|
1188 break
|
cannam@89
|
1189 fi
|
cannam@89
|
1190 prev="$cmd"
|
cannam@89
|
1191 done
|
cannam@89
|
1192
|
cannam@89
|
1193 if test "$prev" != 'sed 50q "[$]0"'; then
|
cannam@89
|
1194 echo_test_string=`eval $prev`
|
cannam@89
|
1195 export echo_test_string
|
cannam@89
|
1196 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
|
cannam@89
|
1197 else
|
cannam@89
|
1198 # Oops. We lost completely, so just stick with echo.
|
cannam@89
|
1199 ECHO=echo
|
cannam@89
|
1200 fi
|
cannam@89
|
1201 fi
|
cannam@89
|
1202 fi
|
cannam@89
|
1203 fi
|
cannam@89
|
1204 fi
|
cannam@89
|
1205 fi
|
cannam@89
|
1206
|
cannam@89
|
1207 # Copy echo and quote the copy suitably for passing to libtool from
|
cannam@89
|
1208 # the Makefile, instead of quoting the original, which is used later.
|
cannam@89
|
1209 lt_ECHO=$ECHO
|
cannam@89
|
1210 if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
|
cannam@89
|
1211 lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
|
cannam@89
|
1212 fi
|
cannam@89
|
1213
|
cannam@89
|
1214 AC_SUBST(lt_ECHO)
|
cannam@89
|
1215 ])
|
cannam@89
|
1216 _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
|
cannam@89
|
1217 _LT_DECL([], [ECHO], [1],
|
cannam@89
|
1218 [An echo program that does not interpret backslashes])
|
cannam@89
|
1219 ])# _LT_PROG_ECHO_BACKSLASH
|
cannam@89
|
1220
|
cannam@89
|
1221
|
cannam@89
|
1222 # _LT_ENABLE_LOCK
|
cannam@89
|
1223 # ---------------
|
cannam@89
|
1224 m4_defun([_LT_ENABLE_LOCK],
|
cannam@89
|
1225 [AC_ARG_ENABLE([libtool-lock],
|
cannam@89
|
1226 [AS_HELP_STRING([--disable-libtool-lock],
|
cannam@89
|
1227 [avoid locking (might break parallel builds)])])
|
cannam@89
|
1228 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
|
cannam@89
|
1229
|
cannam@89
|
1230 # Some flags need to be propagated to the compiler or linker for good
|
cannam@89
|
1231 # libtool support.
|
cannam@89
|
1232 case $host in
|
cannam@89
|
1233 ia64-*-hpux*)
|
cannam@89
|
1234 # Find out which ABI we are using.
|
cannam@89
|
1235 echo 'int i;' > conftest.$ac_ext
|
cannam@89
|
1236 if AC_TRY_EVAL(ac_compile); then
|
cannam@89
|
1237 case `/usr/bin/file conftest.$ac_objext` in
|
cannam@89
|
1238 *ELF-32*)
|
cannam@89
|
1239 HPUX_IA64_MODE="32"
|
cannam@89
|
1240 ;;
|
cannam@89
|
1241 *ELF-64*)
|
cannam@89
|
1242 HPUX_IA64_MODE="64"
|
cannam@89
|
1243 ;;
|
cannam@89
|
1244 esac
|
cannam@89
|
1245 fi
|
cannam@89
|
1246 rm -rf conftest*
|
cannam@89
|
1247 ;;
|
cannam@89
|
1248 *-*-irix6*)
|
cannam@89
|
1249 # Find out which ABI we are using.
|
cannam@89
|
1250 echo '[#]line __oline__ "configure"' > conftest.$ac_ext
|
cannam@89
|
1251 if AC_TRY_EVAL(ac_compile); then
|
cannam@89
|
1252 if test "$lt_cv_prog_gnu_ld" = yes; then
|
cannam@89
|
1253 case `/usr/bin/file conftest.$ac_objext` in
|
cannam@89
|
1254 *32-bit*)
|
cannam@89
|
1255 LD="${LD-ld} -melf32bsmip"
|
cannam@89
|
1256 ;;
|
cannam@89
|
1257 *N32*)
|
cannam@89
|
1258 LD="${LD-ld} -melf32bmipn32"
|
cannam@89
|
1259 ;;
|
cannam@89
|
1260 *64-bit*)
|
cannam@89
|
1261 LD="${LD-ld} -melf64bmip"
|
cannam@89
|
1262 ;;
|
cannam@89
|
1263 esac
|
cannam@89
|
1264 else
|
cannam@89
|
1265 case `/usr/bin/file conftest.$ac_objext` in
|
cannam@89
|
1266 *32-bit*)
|
cannam@89
|
1267 LD="${LD-ld} -32"
|
cannam@89
|
1268 ;;
|
cannam@89
|
1269 *N32*)
|
cannam@89
|
1270 LD="${LD-ld} -n32"
|
cannam@89
|
1271 ;;
|
cannam@89
|
1272 *64-bit*)
|
cannam@89
|
1273 LD="${LD-ld} -64"
|
cannam@89
|
1274 ;;
|
cannam@89
|
1275 esac
|
cannam@89
|
1276 fi
|
cannam@89
|
1277 fi
|
cannam@89
|
1278 rm -rf conftest*
|
cannam@89
|
1279 ;;
|
cannam@89
|
1280
|
cannam@89
|
1281 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
|
cannam@89
|
1282 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
|
cannam@89
|
1283 # Find out which ABI we are using.
|
cannam@89
|
1284 echo 'int i;' > conftest.$ac_ext
|
cannam@89
|
1285 if AC_TRY_EVAL(ac_compile); then
|
cannam@89
|
1286 case `/usr/bin/file conftest.o` in
|
cannam@89
|
1287 *32-bit*)
|
cannam@89
|
1288 case $host in
|
cannam@89
|
1289 x86_64-*kfreebsd*-gnu)
|
cannam@89
|
1290 LD="${LD-ld} -m elf_i386_fbsd"
|
cannam@89
|
1291 ;;
|
cannam@89
|
1292 x86_64-*linux*)
|
cannam@89
|
1293 LD="${LD-ld} -m elf_i386"
|
cannam@89
|
1294 ;;
|
cannam@89
|
1295 ppc64-*linux*|powerpc64-*linux*)
|
cannam@89
|
1296 LD="${LD-ld} -m elf32ppclinux"
|
cannam@89
|
1297 ;;
|
cannam@89
|
1298 s390x-*linux*)
|
cannam@89
|
1299 LD="${LD-ld} -m elf_s390"
|
cannam@89
|
1300 ;;
|
cannam@89
|
1301 sparc64-*linux*)
|
cannam@89
|
1302 LD="${LD-ld} -m elf32_sparc"
|
cannam@89
|
1303 ;;
|
cannam@89
|
1304 esac
|
cannam@89
|
1305 ;;
|
cannam@89
|
1306 *64-bit*)
|
cannam@89
|
1307 case $host in
|
cannam@89
|
1308 x86_64-*kfreebsd*-gnu)
|
cannam@89
|
1309 LD="${LD-ld} -m elf_x86_64_fbsd"
|
cannam@89
|
1310 ;;
|
cannam@89
|
1311 x86_64-*linux*)
|
cannam@89
|
1312 LD="${LD-ld} -m elf_x86_64"
|
cannam@89
|
1313 ;;
|
cannam@89
|
1314 ppc*-*linux*|powerpc*-*linux*)
|
cannam@89
|
1315 LD="${LD-ld} -m elf64ppc"
|
cannam@89
|
1316 ;;
|
cannam@89
|
1317 s390*-*linux*|s390*-*tpf*)
|
cannam@89
|
1318 LD="${LD-ld} -m elf64_s390"
|
cannam@89
|
1319 ;;
|
cannam@89
|
1320 sparc*-*linux*)
|
cannam@89
|
1321 LD="${LD-ld} -m elf64_sparc"
|
cannam@89
|
1322 ;;
|
cannam@89
|
1323 esac
|
cannam@89
|
1324 ;;
|
cannam@89
|
1325 esac
|
cannam@89
|
1326 fi
|
cannam@89
|
1327 rm -rf conftest*
|
cannam@89
|
1328 ;;
|
cannam@89
|
1329
|
cannam@89
|
1330 *-*-sco3.2v5*)
|
cannam@89
|
1331 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
|
cannam@89
|
1332 SAVE_CFLAGS="$CFLAGS"
|
cannam@89
|
1333 CFLAGS="$CFLAGS -belf"
|
cannam@89
|
1334 AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
|
cannam@89
|
1335 [AC_LANG_PUSH(C)
|
cannam@89
|
1336 AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
|
cannam@89
|
1337 AC_LANG_POP])
|
cannam@89
|
1338 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
|
cannam@89
|
1339 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
|
cannam@89
|
1340 CFLAGS="$SAVE_CFLAGS"
|
cannam@89
|
1341 fi
|
cannam@89
|
1342 ;;
|
cannam@89
|
1343 sparc*-*solaris*)
|
cannam@89
|
1344 # Find out which ABI we are using.
|
cannam@89
|
1345 echo 'int i;' > conftest.$ac_ext
|
cannam@89
|
1346 if AC_TRY_EVAL(ac_compile); then
|
cannam@89
|
1347 case `/usr/bin/file conftest.o` in
|
cannam@89
|
1348 *64-bit*)
|
cannam@89
|
1349 case $lt_cv_prog_gnu_ld in
|
cannam@89
|
1350 yes*) LD="${LD-ld} -m elf64_sparc" ;;
|
cannam@89
|
1351 *)
|
cannam@89
|
1352 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
|
cannam@89
|
1353 LD="${LD-ld} -64"
|
cannam@89
|
1354 fi
|
cannam@89
|
1355 ;;
|
cannam@89
|
1356 esac
|
cannam@89
|
1357 ;;
|
cannam@89
|
1358 esac
|
cannam@89
|
1359 fi
|
cannam@89
|
1360 rm -rf conftest*
|
cannam@89
|
1361 ;;
|
cannam@89
|
1362 esac
|
cannam@89
|
1363
|
cannam@89
|
1364 need_locks="$enable_libtool_lock"
|
cannam@89
|
1365 ])# _LT_ENABLE_LOCK
|
cannam@89
|
1366
|
cannam@89
|
1367
|
cannam@89
|
1368 # _LT_CMD_OLD_ARCHIVE
|
cannam@89
|
1369 # -------------------
|
cannam@89
|
1370 m4_defun([_LT_CMD_OLD_ARCHIVE],
|
cannam@89
|
1371 [AC_CHECK_TOOL(AR, ar, false)
|
cannam@89
|
1372 test -z "$AR" && AR=ar
|
cannam@89
|
1373 test -z "$AR_FLAGS" && AR_FLAGS=cru
|
cannam@89
|
1374 _LT_DECL([], [AR], [1], [The archiver])
|
cannam@89
|
1375 _LT_DECL([], [AR_FLAGS], [1])
|
cannam@89
|
1376
|
cannam@89
|
1377 AC_CHECK_TOOL(STRIP, strip, :)
|
cannam@89
|
1378 test -z "$STRIP" && STRIP=:
|
cannam@89
|
1379 _LT_DECL([], [STRIP], [1], [A symbol stripping program])
|
cannam@89
|
1380
|
cannam@89
|
1381 AC_CHECK_TOOL(RANLIB, ranlib, :)
|
cannam@89
|
1382 test -z "$RANLIB" && RANLIB=:
|
cannam@89
|
1383 _LT_DECL([], [RANLIB], [1],
|
cannam@89
|
1384 [Commands used to install an old-style archive])
|
cannam@89
|
1385
|
cannam@89
|
1386 # Determine commands to create old-style static archives.
|
cannam@89
|
1387 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
|
cannam@89
|
1388 old_postinstall_cmds='chmod 644 $oldlib'
|
cannam@89
|
1389 old_postuninstall_cmds=
|
cannam@89
|
1390
|
cannam@89
|
1391 if test -n "$RANLIB"; then
|
cannam@89
|
1392 case $host_os in
|
cannam@89
|
1393 openbsd*)
|
cannam@89
|
1394 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
|
cannam@89
|
1395 ;;
|
cannam@89
|
1396 *)
|
cannam@89
|
1397 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
|
cannam@89
|
1398 ;;
|
cannam@89
|
1399 esac
|
cannam@89
|
1400 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
|
cannam@89
|
1401 fi
|
cannam@89
|
1402 _LT_DECL([], [old_postinstall_cmds], [2])
|
cannam@89
|
1403 _LT_DECL([], [old_postuninstall_cmds], [2])
|
cannam@89
|
1404 _LT_TAGDECL([], [old_archive_cmds], [2],
|
cannam@89
|
1405 [Commands used to build an old-style archive])
|
cannam@89
|
1406 ])# _LT_CMD_OLD_ARCHIVE
|
cannam@89
|
1407
|
cannam@89
|
1408
|
cannam@89
|
1409 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
|
cannam@89
|
1410 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
|
cannam@89
|
1411 # ----------------------------------------------------------------
|
cannam@89
|
1412 # Check whether the given compiler option works
|
cannam@89
|
1413 AC_DEFUN([_LT_COMPILER_OPTION],
|
cannam@89
|
1414 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@89
|
1415 m4_require([_LT_DECL_SED])dnl
|
cannam@89
|
1416 AC_CACHE_CHECK([$1], [$2],
|
cannam@89
|
1417 [$2=no
|
cannam@89
|
1418 m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
|
cannam@89
|
1419 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
cannam@89
|
1420 lt_compiler_flag="$3"
|
cannam@89
|
1421 # Insert the option either (1) after the last *FLAGS variable, or
|
cannam@89
|
1422 # (2) before a word containing "conftest.", or (3) at the end.
|
cannam@89
|
1423 # Note that $ac_compile itself does not contain backslashes and begins
|
cannam@89
|
1424 # with a dollar sign (not a hyphen), so the echo should work correctly.
|
cannam@89
|
1425 # The option is referenced via a variable to avoid confusing sed.
|
cannam@89
|
1426 lt_compile=`echo "$ac_compile" | $SED \
|
cannam@89
|
1427 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
cannam@89
|
1428 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
|
cannam@89
|
1429 -e 's:$: $lt_compiler_flag:'`
|
cannam@89
|
1430 (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
|
cannam@89
|
1431 (eval "$lt_compile" 2>conftest.err)
|
cannam@89
|
1432 ac_status=$?
|
cannam@89
|
1433 cat conftest.err >&AS_MESSAGE_LOG_FD
|
cannam@89
|
1434 echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
|
cannam@89
|
1435 if (exit $ac_status) && test -s "$ac_outfile"; then
|
cannam@89
|
1436 # The compiler can only warn and ignore the option if not recognized
|
cannam@89
|
1437 # So say no if there are warnings other than the usual output.
|
cannam@89
|
1438 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
|
cannam@89
|
1439 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
cannam@89
|
1440 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
|
cannam@89
|
1441 $2=yes
|
cannam@89
|
1442 fi
|
cannam@89
|
1443 fi
|
cannam@89
|
1444 $RM conftest*
|
cannam@89
|
1445 ])
|
cannam@89
|
1446
|
cannam@89
|
1447 if test x"[$]$2" = xyes; then
|
cannam@89
|
1448 m4_if([$5], , :, [$5])
|
cannam@89
|
1449 else
|
cannam@89
|
1450 m4_if([$6], , :, [$6])
|
cannam@89
|
1451 fi
|
cannam@89
|
1452 ])# _LT_COMPILER_OPTION
|
cannam@89
|
1453
|
cannam@89
|
1454 # Old name:
|
cannam@89
|
1455 AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
|
cannam@89
|
1456 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
1457 dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
|
cannam@89
|
1458
|
cannam@89
|
1459
|
cannam@89
|
1460 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
|
cannam@89
|
1461 # [ACTION-SUCCESS], [ACTION-FAILURE])
|
cannam@89
|
1462 # ----------------------------------------------------
|
cannam@89
|
1463 # Check whether the given linker option works
|
cannam@89
|
1464 AC_DEFUN([_LT_LINKER_OPTION],
|
cannam@89
|
1465 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@89
|
1466 m4_require([_LT_DECL_SED])dnl
|
cannam@89
|
1467 AC_CACHE_CHECK([$1], [$2],
|
cannam@89
|
1468 [$2=no
|
cannam@89
|
1469 save_LDFLAGS="$LDFLAGS"
|
cannam@89
|
1470 LDFLAGS="$LDFLAGS $3"
|
cannam@89
|
1471 echo "$lt_simple_link_test_code" > conftest.$ac_ext
|
cannam@89
|
1472 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
|
cannam@89
|
1473 # The linker can only warn and ignore the option if not recognized
|
cannam@89
|
1474 # So say no if there are warnings
|
cannam@89
|
1475 if test -s conftest.err; then
|
cannam@89
|
1476 # Append any errors to the config.log.
|
cannam@89
|
1477 cat conftest.err 1>&AS_MESSAGE_LOG_FD
|
cannam@89
|
1478 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
|
cannam@89
|
1479 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
cannam@89
|
1480 if diff conftest.exp conftest.er2 >/dev/null; then
|
cannam@89
|
1481 $2=yes
|
cannam@89
|
1482 fi
|
cannam@89
|
1483 else
|
cannam@89
|
1484 $2=yes
|
cannam@89
|
1485 fi
|
cannam@89
|
1486 fi
|
cannam@89
|
1487 $RM -r conftest*
|
cannam@89
|
1488 LDFLAGS="$save_LDFLAGS"
|
cannam@89
|
1489 ])
|
cannam@89
|
1490
|
cannam@89
|
1491 if test x"[$]$2" = xyes; then
|
cannam@89
|
1492 m4_if([$4], , :, [$4])
|
cannam@89
|
1493 else
|
cannam@89
|
1494 m4_if([$5], , :, [$5])
|
cannam@89
|
1495 fi
|
cannam@89
|
1496 ])# _LT_LINKER_OPTION
|
cannam@89
|
1497
|
cannam@89
|
1498 # Old name:
|
cannam@89
|
1499 AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
|
cannam@89
|
1500 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
1501 dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
|
cannam@89
|
1502
|
cannam@89
|
1503
|
cannam@89
|
1504 # LT_CMD_MAX_LEN
|
cannam@89
|
1505 #---------------
|
cannam@89
|
1506 AC_DEFUN([LT_CMD_MAX_LEN],
|
cannam@89
|
1507 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
cannam@89
|
1508 # find the maximum length of command line arguments
|
cannam@89
|
1509 AC_MSG_CHECKING([the maximum length of command line arguments])
|
cannam@89
|
1510 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
|
cannam@89
|
1511 i=0
|
cannam@89
|
1512 teststring="ABCD"
|
cannam@89
|
1513
|
cannam@89
|
1514 case $build_os in
|
cannam@89
|
1515 msdosdjgpp*)
|
cannam@89
|
1516 # On DJGPP, this test can blow up pretty badly due to problems in libc
|
cannam@89
|
1517 # (any single argument exceeding 2000 bytes causes a buffer overrun
|
cannam@89
|
1518 # during glob expansion). Even if it were fixed, the result of this
|
cannam@89
|
1519 # check would be larger than it should be.
|
cannam@89
|
1520 lt_cv_sys_max_cmd_len=12288; # 12K is about right
|
cannam@89
|
1521 ;;
|
cannam@89
|
1522
|
cannam@89
|
1523 gnu*)
|
cannam@89
|
1524 # Under GNU Hurd, this test is not required because there is
|
cannam@89
|
1525 # no limit to the length of command line arguments.
|
cannam@89
|
1526 # Libtool will interpret -1 as no limit whatsoever
|
cannam@89
|
1527 lt_cv_sys_max_cmd_len=-1;
|
cannam@89
|
1528 ;;
|
cannam@89
|
1529
|
cannam@89
|
1530 cygwin* | mingw*)
|
cannam@89
|
1531 # On Win9x/ME, this test blows up -- it succeeds, but takes
|
cannam@89
|
1532 # about 5 minutes as the teststring grows exponentially.
|
cannam@89
|
1533 # Worse, since 9x/ME are not pre-emptively multitasking,
|
cannam@89
|
1534 # you end up with a "frozen" computer, even though with patience
|
cannam@89
|
1535 # the test eventually succeeds (with a max line length of 256k).
|
cannam@89
|
1536 # Instead, let's just punt: use the minimum linelength reported by
|
cannam@89
|
1537 # all of the supported platforms: 8192 (on NT/2K/XP).
|
cannam@89
|
1538 lt_cv_sys_max_cmd_len=8192;
|
cannam@89
|
1539 ;;
|
cannam@89
|
1540
|
cannam@89
|
1541 amigaos*)
|
cannam@89
|
1542 # On AmigaOS with pdksh, this test takes hours, literally.
|
cannam@89
|
1543 # So we just punt and use a minimum line length of 8192.
|
cannam@89
|
1544 lt_cv_sys_max_cmd_len=8192;
|
cannam@89
|
1545 ;;
|
cannam@89
|
1546
|
cannam@89
|
1547 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
|
cannam@89
|
1548 # This has been around since 386BSD, at least. Likely further.
|
cannam@89
|
1549 if test -x /sbin/sysctl; then
|
cannam@89
|
1550 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
|
cannam@89
|
1551 elif test -x /usr/sbin/sysctl; then
|
cannam@89
|
1552 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
|
cannam@89
|
1553 else
|
cannam@89
|
1554 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
|
cannam@89
|
1555 fi
|
cannam@89
|
1556 # And add a safety zone
|
cannam@89
|
1557 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
|
cannam@89
|
1558 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
|
cannam@89
|
1559 ;;
|
cannam@89
|
1560
|
cannam@89
|
1561 interix*)
|
cannam@89
|
1562 # We know the value 262144 and hardcode it with a safety zone (like BSD)
|
cannam@89
|
1563 lt_cv_sys_max_cmd_len=196608
|
cannam@89
|
1564 ;;
|
cannam@89
|
1565
|
cannam@89
|
1566 osf*)
|
cannam@89
|
1567 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
|
cannam@89
|
1568 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
|
cannam@89
|
1569 # nice to cause kernel panics so lets avoid the loop below.
|
cannam@89
|
1570 # First set a reasonable default.
|
cannam@89
|
1571 lt_cv_sys_max_cmd_len=16384
|
cannam@89
|
1572 #
|
cannam@89
|
1573 if test -x /sbin/sysconfig; then
|
cannam@89
|
1574 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
|
cannam@89
|
1575 *1*) lt_cv_sys_max_cmd_len=-1 ;;
|
cannam@89
|
1576 esac
|
cannam@89
|
1577 fi
|
cannam@89
|
1578 ;;
|
cannam@89
|
1579 sco3.2v5*)
|
cannam@89
|
1580 lt_cv_sys_max_cmd_len=102400
|
cannam@89
|
1581 ;;
|
cannam@89
|
1582 sysv5* | sco5v6* | sysv4.2uw2*)
|
cannam@89
|
1583 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
|
cannam@89
|
1584 if test -n "$kargmax"; then
|
cannam@89
|
1585 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
|
cannam@89
|
1586 else
|
cannam@89
|
1587 lt_cv_sys_max_cmd_len=32768
|
cannam@89
|
1588 fi
|
cannam@89
|
1589 ;;
|
cannam@89
|
1590 *)
|
cannam@89
|
1591 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
|
cannam@89
|
1592 if test -n "$lt_cv_sys_max_cmd_len"; then
|
cannam@89
|
1593 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
|
cannam@89
|
1594 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
|
cannam@89
|
1595 else
|
cannam@89
|
1596 # Make teststring a little bigger before we do anything with it.
|
cannam@89
|
1597 # a 1K string should be a reasonable start.
|
cannam@89
|
1598 for i in 1 2 3 4 5 6 7 8 ; do
|
cannam@89
|
1599 teststring=$teststring$teststring
|
cannam@89
|
1600 done
|
cannam@89
|
1601 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
|
cannam@89
|
1602 # If test is not a shell built-in, we'll probably end up computing a
|
cannam@89
|
1603 # maximum length that is only half of the actual maximum length, but
|
cannam@89
|
1604 # we can't tell.
|
cannam@89
|
1605 while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
|
cannam@89
|
1606 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
|
cannam@89
|
1607 test $i != 17 # 1/2 MB should be enough
|
cannam@89
|
1608 do
|
cannam@89
|
1609 i=`expr $i + 1`
|
cannam@89
|
1610 teststring=$teststring$teststring
|
cannam@89
|
1611 done
|
cannam@89
|
1612 # Only check the string length outside the loop.
|
cannam@89
|
1613 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
|
cannam@89
|
1614 teststring=
|
cannam@89
|
1615 # Add a significant safety factor because C++ compilers can tack on
|
cannam@89
|
1616 # massive amounts of additional arguments before passing them to the
|
cannam@89
|
1617 # linker. It appears as though 1/2 is a usable value.
|
cannam@89
|
1618 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
|
cannam@89
|
1619 fi
|
cannam@89
|
1620 ;;
|
cannam@89
|
1621 esac
|
cannam@89
|
1622 ])
|
cannam@89
|
1623 if test -n $lt_cv_sys_max_cmd_len ; then
|
cannam@89
|
1624 AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
|
cannam@89
|
1625 else
|
cannam@89
|
1626 AC_MSG_RESULT(none)
|
cannam@89
|
1627 fi
|
cannam@89
|
1628 max_cmd_len=$lt_cv_sys_max_cmd_len
|
cannam@89
|
1629 _LT_DECL([], [max_cmd_len], [0],
|
cannam@89
|
1630 [What is the maximum length of a command?])
|
cannam@89
|
1631 ])# LT_CMD_MAX_LEN
|
cannam@89
|
1632
|
cannam@89
|
1633 # Old name:
|
cannam@89
|
1634 AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
|
cannam@89
|
1635 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
1636 dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
|
cannam@89
|
1637
|
cannam@89
|
1638
|
cannam@89
|
1639 # _LT_HEADER_DLFCN
|
cannam@89
|
1640 # ----------------
|
cannam@89
|
1641 m4_defun([_LT_HEADER_DLFCN],
|
cannam@89
|
1642 [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
|
cannam@89
|
1643 ])# _LT_HEADER_DLFCN
|
cannam@89
|
1644
|
cannam@89
|
1645
|
cannam@89
|
1646 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
|
cannam@89
|
1647 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
|
cannam@89
|
1648 # ----------------------------------------------------------------
|
cannam@89
|
1649 m4_defun([_LT_TRY_DLOPEN_SELF],
|
cannam@89
|
1650 [m4_require([_LT_HEADER_DLFCN])dnl
|
cannam@89
|
1651 if test "$cross_compiling" = yes; then :
|
cannam@89
|
1652 [$4]
|
cannam@89
|
1653 else
|
cannam@89
|
1654 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
cannam@89
|
1655 lt_status=$lt_dlunknown
|
cannam@89
|
1656 cat > conftest.$ac_ext <<_LT_EOF
|
cannam@89
|
1657 [#line __oline__ "configure"
|
cannam@89
|
1658 #include "confdefs.h"
|
cannam@89
|
1659
|
cannam@89
|
1660 #if HAVE_DLFCN_H
|
cannam@89
|
1661 #include <dlfcn.h>
|
cannam@89
|
1662 #endif
|
cannam@89
|
1663
|
cannam@89
|
1664 #include <stdio.h>
|
cannam@89
|
1665
|
cannam@89
|
1666 #ifdef RTLD_GLOBAL
|
cannam@89
|
1667 # define LT_DLGLOBAL RTLD_GLOBAL
|
cannam@89
|
1668 #else
|
cannam@89
|
1669 # ifdef DL_GLOBAL
|
cannam@89
|
1670 # define LT_DLGLOBAL DL_GLOBAL
|
cannam@89
|
1671 # else
|
cannam@89
|
1672 # define LT_DLGLOBAL 0
|
cannam@89
|
1673 # endif
|
cannam@89
|
1674 #endif
|
cannam@89
|
1675
|
cannam@89
|
1676 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
|
cannam@89
|
1677 find out it does not work in some platform. */
|
cannam@89
|
1678 #ifndef LT_DLLAZY_OR_NOW
|
cannam@89
|
1679 # ifdef RTLD_LAZY
|
cannam@89
|
1680 # define LT_DLLAZY_OR_NOW RTLD_LAZY
|
cannam@89
|
1681 # else
|
cannam@89
|
1682 # ifdef DL_LAZY
|
cannam@89
|
1683 # define LT_DLLAZY_OR_NOW DL_LAZY
|
cannam@89
|
1684 # else
|
cannam@89
|
1685 # ifdef RTLD_NOW
|
cannam@89
|
1686 # define LT_DLLAZY_OR_NOW RTLD_NOW
|
cannam@89
|
1687 # else
|
cannam@89
|
1688 # ifdef DL_NOW
|
cannam@89
|
1689 # define LT_DLLAZY_OR_NOW DL_NOW
|
cannam@89
|
1690 # else
|
cannam@89
|
1691 # define LT_DLLAZY_OR_NOW 0
|
cannam@89
|
1692 # endif
|
cannam@89
|
1693 # endif
|
cannam@89
|
1694 # endif
|
cannam@89
|
1695 # endif
|
cannam@89
|
1696 #endif
|
cannam@89
|
1697
|
cannam@89
|
1698 #ifdef __cplusplus
|
cannam@89
|
1699 extern "C" void exit (int);
|
cannam@89
|
1700 #endif
|
cannam@89
|
1701
|
cannam@89
|
1702 void fnord() { int i=42;}
|
cannam@89
|
1703 int main ()
|
cannam@89
|
1704 {
|
cannam@89
|
1705 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
|
cannam@89
|
1706 int status = $lt_dlunknown;
|
cannam@89
|
1707
|
cannam@89
|
1708 if (self)
|
cannam@89
|
1709 {
|
cannam@89
|
1710 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
|
cannam@89
|
1711 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
|
cannam@89
|
1712 /* dlclose (self); */
|
cannam@89
|
1713 }
|
cannam@89
|
1714 else
|
cannam@89
|
1715 puts (dlerror ());
|
cannam@89
|
1716
|
cannam@89
|
1717 exit (status);
|
cannam@89
|
1718 }]
|
cannam@89
|
1719 _LT_EOF
|
cannam@89
|
1720 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
|
cannam@89
|
1721 (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
|
cannam@89
|
1722 lt_status=$?
|
cannam@89
|
1723 case x$lt_status in
|
cannam@89
|
1724 x$lt_dlno_uscore) $1 ;;
|
cannam@89
|
1725 x$lt_dlneed_uscore) $2 ;;
|
cannam@89
|
1726 x$lt_dlunknown|x*) $3 ;;
|
cannam@89
|
1727 esac
|
cannam@89
|
1728 else :
|
cannam@89
|
1729 # compilation failed
|
cannam@89
|
1730 $3
|
cannam@89
|
1731 fi
|
cannam@89
|
1732 fi
|
cannam@89
|
1733 rm -fr conftest*
|
cannam@89
|
1734 ])# _LT_TRY_DLOPEN_SELF
|
cannam@89
|
1735
|
cannam@89
|
1736
|
cannam@89
|
1737 # LT_SYS_DLOPEN_SELF
|
cannam@89
|
1738 # ------------------
|
cannam@89
|
1739 AC_DEFUN([LT_SYS_DLOPEN_SELF],
|
cannam@89
|
1740 [m4_require([_LT_HEADER_DLFCN])dnl
|
cannam@89
|
1741 if test "x$enable_dlopen" != xyes; then
|
cannam@89
|
1742 enable_dlopen=unknown
|
cannam@89
|
1743 enable_dlopen_self=unknown
|
cannam@89
|
1744 enable_dlopen_self_static=unknown
|
cannam@89
|
1745 else
|
cannam@89
|
1746 lt_cv_dlopen=no
|
cannam@89
|
1747 lt_cv_dlopen_libs=
|
cannam@89
|
1748
|
cannam@89
|
1749 case $host_os in
|
cannam@89
|
1750 beos*)
|
cannam@89
|
1751 lt_cv_dlopen="load_add_on"
|
cannam@89
|
1752 lt_cv_dlopen_libs=
|
cannam@89
|
1753 lt_cv_dlopen_self=yes
|
cannam@89
|
1754 ;;
|
cannam@89
|
1755
|
cannam@89
|
1756 mingw* | pw32*)
|
cannam@89
|
1757 lt_cv_dlopen="LoadLibrary"
|
cannam@89
|
1758 lt_cv_dlopen_libs=
|
cannam@89
|
1759 ;;
|
cannam@89
|
1760
|
cannam@89
|
1761 cygwin*)
|
cannam@89
|
1762 lt_cv_dlopen="dlopen"
|
cannam@89
|
1763 lt_cv_dlopen_libs=
|
cannam@89
|
1764 ;;
|
cannam@89
|
1765
|
cannam@89
|
1766 darwin*)
|
cannam@89
|
1767 # if libdl is installed we need to link against it
|
cannam@89
|
1768 AC_CHECK_LIB([dl], [dlopen],
|
cannam@89
|
1769 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
|
cannam@89
|
1770 lt_cv_dlopen="dyld"
|
cannam@89
|
1771 lt_cv_dlopen_libs=
|
cannam@89
|
1772 lt_cv_dlopen_self=yes
|
cannam@89
|
1773 ])
|
cannam@89
|
1774 ;;
|
cannam@89
|
1775
|
cannam@89
|
1776 *)
|
cannam@89
|
1777 AC_CHECK_FUNC([shl_load],
|
cannam@89
|
1778 [lt_cv_dlopen="shl_load"],
|
cannam@89
|
1779 [AC_CHECK_LIB([dld], [shl_load],
|
cannam@89
|
1780 [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
|
cannam@89
|
1781 [AC_CHECK_FUNC([dlopen],
|
cannam@89
|
1782 [lt_cv_dlopen="dlopen"],
|
cannam@89
|
1783 [AC_CHECK_LIB([dl], [dlopen],
|
cannam@89
|
1784 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
|
cannam@89
|
1785 [AC_CHECK_LIB([svld], [dlopen],
|
cannam@89
|
1786 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
|
cannam@89
|
1787 [AC_CHECK_LIB([dld], [dld_link],
|
cannam@89
|
1788 [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
|
cannam@89
|
1789 ])
|
cannam@89
|
1790 ])
|
cannam@89
|
1791 ])
|
cannam@89
|
1792 ])
|
cannam@89
|
1793 ])
|
cannam@89
|
1794 ;;
|
cannam@89
|
1795 esac
|
cannam@89
|
1796
|
cannam@89
|
1797 if test "x$lt_cv_dlopen" != xno; then
|
cannam@89
|
1798 enable_dlopen=yes
|
cannam@89
|
1799 else
|
cannam@89
|
1800 enable_dlopen=no
|
cannam@89
|
1801 fi
|
cannam@89
|
1802
|
cannam@89
|
1803 case $lt_cv_dlopen in
|
cannam@89
|
1804 dlopen)
|
cannam@89
|
1805 save_CPPFLAGS="$CPPFLAGS"
|
cannam@89
|
1806 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
|
cannam@89
|
1807
|
cannam@89
|
1808 save_LDFLAGS="$LDFLAGS"
|
cannam@89
|
1809 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
|
cannam@89
|
1810
|
cannam@89
|
1811 save_LIBS="$LIBS"
|
cannam@89
|
1812 LIBS="$lt_cv_dlopen_libs $LIBS"
|
cannam@89
|
1813
|
cannam@89
|
1814 AC_CACHE_CHECK([whether a program can dlopen itself],
|
cannam@89
|
1815 lt_cv_dlopen_self, [dnl
|
cannam@89
|
1816 _LT_TRY_DLOPEN_SELF(
|
cannam@89
|
1817 lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
|
cannam@89
|
1818 lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
|
cannam@89
|
1819 ])
|
cannam@89
|
1820
|
cannam@89
|
1821 if test "x$lt_cv_dlopen_self" = xyes; then
|
cannam@89
|
1822 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
|
cannam@89
|
1823 AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
|
cannam@89
|
1824 lt_cv_dlopen_self_static, [dnl
|
cannam@89
|
1825 _LT_TRY_DLOPEN_SELF(
|
cannam@89
|
1826 lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
|
cannam@89
|
1827 lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
|
cannam@89
|
1828 ])
|
cannam@89
|
1829 fi
|
cannam@89
|
1830
|
cannam@89
|
1831 CPPFLAGS="$save_CPPFLAGS"
|
cannam@89
|
1832 LDFLAGS="$save_LDFLAGS"
|
cannam@89
|
1833 LIBS="$save_LIBS"
|
cannam@89
|
1834 ;;
|
cannam@89
|
1835 esac
|
cannam@89
|
1836
|
cannam@89
|
1837 case $lt_cv_dlopen_self in
|
cannam@89
|
1838 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
|
cannam@89
|
1839 *) enable_dlopen_self=unknown ;;
|
cannam@89
|
1840 esac
|
cannam@89
|
1841
|
cannam@89
|
1842 case $lt_cv_dlopen_self_static in
|
cannam@89
|
1843 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
|
cannam@89
|
1844 *) enable_dlopen_self_static=unknown ;;
|
cannam@89
|
1845 esac
|
cannam@89
|
1846 fi
|
cannam@89
|
1847 _LT_DECL([dlopen_support], [enable_dlopen], [0],
|
cannam@89
|
1848 [Whether dlopen is supported])
|
cannam@89
|
1849 _LT_DECL([dlopen_self], [enable_dlopen_self], [0],
|
cannam@89
|
1850 [Whether dlopen of programs is supported])
|
cannam@89
|
1851 _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
|
cannam@89
|
1852 [Whether dlopen of statically linked programs is supported])
|
cannam@89
|
1853 ])# LT_SYS_DLOPEN_SELF
|
cannam@89
|
1854
|
cannam@89
|
1855 # Old name:
|
cannam@89
|
1856 AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
|
cannam@89
|
1857 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
1858 dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
|
cannam@89
|
1859
|
cannam@89
|
1860
|
cannam@89
|
1861 # _LT_COMPILER_C_O([TAGNAME])
|
cannam@89
|
1862 # ---------------------------
|
cannam@89
|
1863 # Check to see if options -c and -o are simultaneously supported by compiler.
|
cannam@89
|
1864 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
|
cannam@89
|
1865 m4_defun([_LT_COMPILER_C_O],
|
cannam@89
|
1866 [m4_require([_LT_DECL_SED])dnl
|
cannam@89
|
1867 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@89
|
1868 m4_require([_LT_TAG_COMPILER])dnl
|
cannam@89
|
1869 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
|
cannam@89
|
1870 [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
|
cannam@89
|
1871 [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
|
cannam@89
|
1872 $RM -r conftest 2>/dev/null
|
cannam@89
|
1873 mkdir conftest
|
cannam@89
|
1874 cd conftest
|
cannam@89
|
1875 mkdir out
|
cannam@89
|
1876 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
cannam@89
|
1877
|
cannam@89
|
1878 lt_compiler_flag="-o out/conftest2.$ac_objext"
|
cannam@89
|
1879 # Insert the option either (1) after the last *FLAGS variable, or
|
cannam@89
|
1880 # (2) before a word containing "conftest.", or (3) at the end.
|
cannam@89
|
1881 # Note that $ac_compile itself does not contain backslashes and begins
|
cannam@89
|
1882 # with a dollar sign (not a hyphen), so the echo should work correctly.
|
cannam@89
|
1883 lt_compile=`echo "$ac_compile" | $SED \
|
cannam@89
|
1884 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
cannam@89
|
1885 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
|
cannam@89
|
1886 -e 's:$: $lt_compiler_flag:'`
|
cannam@89
|
1887 (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
|
cannam@89
|
1888 (eval "$lt_compile" 2>out/conftest.err)
|
cannam@89
|
1889 ac_status=$?
|
cannam@89
|
1890 cat out/conftest.err >&AS_MESSAGE_LOG_FD
|
cannam@89
|
1891 echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
|
cannam@89
|
1892 if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
cannam@89
|
1893 then
|
cannam@89
|
1894 # The compiler can only warn and ignore the option if not recognized
|
cannam@89
|
1895 # So say no if there are warnings
|
cannam@89
|
1896 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
|
cannam@89
|
1897 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
|
cannam@89
|
1898 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
|
cannam@89
|
1899 _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
|
cannam@89
|
1900 fi
|
cannam@89
|
1901 fi
|
cannam@89
|
1902 chmod u+w . 2>&AS_MESSAGE_LOG_FD
|
cannam@89
|
1903 $RM conftest*
|
cannam@89
|
1904 # SGI C++ compiler will create directory out/ii_files/ for
|
cannam@89
|
1905 # template instantiation
|
cannam@89
|
1906 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
|
cannam@89
|
1907 $RM out/* && rmdir out
|
cannam@89
|
1908 cd ..
|
cannam@89
|
1909 $RM -r conftest
|
cannam@89
|
1910 $RM conftest*
|
cannam@89
|
1911 ])
|
cannam@89
|
1912 _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
|
cannam@89
|
1913 [Does compiler simultaneously support -c and -o options?])
|
cannam@89
|
1914 ])# _LT_COMPILER_C_O
|
cannam@89
|
1915
|
cannam@89
|
1916
|
cannam@89
|
1917 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
|
cannam@89
|
1918 # ----------------------------------
|
cannam@89
|
1919 # Check to see if we can do hard links to lock some files if needed
|
cannam@89
|
1920 m4_defun([_LT_COMPILER_FILE_LOCKS],
|
cannam@89
|
1921 [m4_require([_LT_ENABLE_LOCK])dnl
|
cannam@89
|
1922 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@89
|
1923 _LT_COMPILER_C_O([$1])
|
cannam@89
|
1924
|
cannam@89
|
1925 hard_links="nottested"
|
cannam@89
|
1926 if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
|
cannam@89
|
1927 # do not overwrite the value of need_locks provided by the user
|
cannam@89
|
1928 AC_MSG_CHECKING([if we can lock with hard links])
|
cannam@89
|
1929 hard_links=yes
|
cannam@89
|
1930 $RM conftest*
|
cannam@89
|
1931 ln conftest.a conftest.b 2>/dev/null && hard_links=no
|
cannam@89
|
1932 touch conftest.a
|
cannam@89
|
1933 ln conftest.a conftest.b 2>&5 || hard_links=no
|
cannam@89
|
1934 ln conftest.a conftest.b 2>/dev/null && hard_links=no
|
cannam@89
|
1935 AC_MSG_RESULT([$hard_links])
|
cannam@89
|
1936 if test "$hard_links" = no; then
|
cannam@89
|
1937 AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
|
cannam@89
|
1938 need_locks=warn
|
cannam@89
|
1939 fi
|
cannam@89
|
1940 else
|
cannam@89
|
1941 need_locks=no
|
cannam@89
|
1942 fi
|
cannam@89
|
1943 _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
|
cannam@89
|
1944 ])# _LT_COMPILER_FILE_LOCKS
|
cannam@89
|
1945
|
cannam@89
|
1946
|
cannam@89
|
1947 # _LT_CHECK_OBJDIR
|
cannam@89
|
1948 # ----------------
|
cannam@89
|
1949 m4_defun([_LT_CHECK_OBJDIR],
|
cannam@89
|
1950 [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
|
cannam@89
|
1951 [rm -f .libs 2>/dev/null
|
cannam@89
|
1952 mkdir .libs 2>/dev/null
|
cannam@89
|
1953 if test -d .libs; then
|
cannam@89
|
1954 lt_cv_objdir=.libs
|
cannam@89
|
1955 else
|
cannam@89
|
1956 # MS-DOS does not allow filenames that begin with a dot.
|
cannam@89
|
1957 lt_cv_objdir=_libs
|
cannam@89
|
1958 fi
|
cannam@89
|
1959 rmdir .libs 2>/dev/null])
|
cannam@89
|
1960 objdir=$lt_cv_objdir
|
cannam@89
|
1961 _LT_DECL([], [objdir], [0],
|
cannam@89
|
1962 [The name of the directory that contains temporary libtool files])dnl
|
cannam@89
|
1963 m4_pattern_allow([LT_OBJDIR])dnl
|
cannam@89
|
1964 AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/",
|
cannam@89
|
1965 [Define to the sub-directory in which libtool stores uninstalled libraries.])
|
cannam@89
|
1966 ])# _LT_CHECK_OBJDIR
|
cannam@89
|
1967
|
cannam@89
|
1968
|
cannam@89
|
1969 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
|
cannam@89
|
1970 # --------------------------------------
|
cannam@89
|
1971 # Check hardcoding attributes.
|
cannam@89
|
1972 m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
|
cannam@89
|
1973 [AC_MSG_CHECKING([how to hardcode library paths into programs])
|
cannam@89
|
1974 _LT_TAGVAR(hardcode_action, $1)=
|
cannam@89
|
1975 if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
|
cannam@89
|
1976 test -n "$_LT_TAGVAR(runpath_var, $1)" ||
|
cannam@89
|
1977 test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
|
cannam@89
|
1978
|
cannam@89
|
1979 # We can hardcode non-existent directories.
|
cannam@89
|
1980 if test "$_LT_TAGVAR(hardcode_direct, $1)" != no &&
|
cannam@89
|
1981 # If the only mechanism to avoid hardcoding is shlibpath_var, we
|
cannam@89
|
1982 # have to relink, otherwise we might link with an installed library
|
cannam@89
|
1983 # when we should be linking with a yet-to-be-installed one
|
cannam@89
|
1984 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
|
cannam@89
|
1985 test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then
|
cannam@89
|
1986 # Linking always hardcodes the temporary library directory.
|
cannam@89
|
1987 _LT_TAGVAR(hardcode_action, $1)=relink
|
cannam@89
|
1988 else
|
cannam@89
|
1989 # We can link without hardcoding, and we can hardcode nonexisting dirs.
|
cannam@89
|
1990 _LT_TAGVAR(hardcode_action, $1)=immediate
|
cannam@89
|
1991 fi
|
cannam@89
|
1992 else
|
cannam@89
|
1993 # We cannot hardcode anything, or else we can only hardcode existing
|
cannam@89
|
1994 # directories.
|
cannam@89
|
1995 _LT_TAGVAR(hardcode_action, $1)=unsupported
|
cannam@89
|
1996 fi
|
cannam@89
|
1997 AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
|
cannam@89
|
1998
|
cannam@89
|
1999 if test "$_LT_TAGVAR(hardcode_action, $1)" = relink ||
|
cannam@89
|
2000 test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then
|
cannam@89
|
2001 # Fast installation is not supported
|
cannam@89
|
2002 enable_fast_install=no
|
cannam@89
|
2003 elif test "$shlibpath_overrides_runpath" = yes ||
|
cannam@89
|
2004 test "$enable_shared" = no; then
|
cannam@89
|
2005 # Fast installation is not necessary
|
cannam@89
|
2006 enable_fast_install=needless
|
cannam@89
|
2007 fi
|
cannam@89
|
2008 _LT_TAGDECL([], [hardcode_action], [0],
|
cannam@89
|
2009 [How to hardcode a shared library path into an executable])
|
cannam@89
|
2010 ])# _LT_LINKER_HARDCODE_LIBPATH
|
cannam@89
|
2011
|
cannam@89
|
2012
|
cannam@89
|
2013 # _LT_CMD_STRIPLIB
|
cannam@89
|
2014 # ----------------
|
cannam@89
|
2015 m4_defun([_LT_CMD_STRIPLIB],
|
cannam@89
|
2016 [m4_require([_LT_DECL_EGREP])
|
cannam@89
|
2017 striplib=
|
cannam@89
|
2018 old_striplib=
|
cannam@89
|
2019 AC_MSG_CHECKING([whether stripping libraries is possible])
|
cannam@89
|
2020 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
|
cannam@89
|
2021 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
|
cannam@89
|
2022 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
|
cannam@89
|
2023 AC_MSG_RESULT([yes])
|
cannam@89
|
2024 else
|
cannam@89
|
2025 # FIXME - insert some real tests, host_os isn't really good enough
|
cannam@89
|
2026 case $host_os in
|
cannam@89
|
2027 darwin*)
|
cannam@89
|
2028 if test -n "$STRIP" ; then
|
cannam@89
|
2029 striplib="$STRIP -x"
|
cannam@89
|
2030 old_striplib="$STRIP -S"
|
cannam@89
|
2031 AC_MSG_RESULT([yes])
|
cannam@89
|
2032 else
|
cannam@89
|
2033 AC_MSG_RESULT([no])
|
cannam@89
|
2034 fi
|
cannam@89
|
2035 ;;
|
cannam@89
|
2036 *)
|
cannam@89
|
2037 AC_MSG_RESULT([no])
|
cannam@89
|
2038 ;;
|
cannam@89
|
2039 esac
|
cannam@89
|
2040 fi
|
cannam@89
|
2041 _LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
|
cannam@89
|
2042 _LT_DECL([], [striplib], [1])
|
cannam@89
|
2043 ])# _LT_CMD_STRIPLIB
|
cannam@89
|
2044
|
cannam@89
|
2045
|
cannam@89
|
2046 # _LT_SYS_DYNAMIC_LINKER([TAG])
|
cannam@89
|
2047 # -----------------------------
|
cannam@89
|
2048 # PORTME Fill in your ld.so characteristics
|
cannam@89
|
2049 m4_defun([_LT_SYS_DYNAMIC_LINKER],
|
cannam@89
|
2050 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
cannam@89
|
2051 m4_require([_LT_DECL_EGREP])dnl
|
cannam@89
|
2052 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@89
|
2053 m4_require([_LT_DECL_SED])dnl
|
cannam@89
|
2054 AC_MSG_CHECKING([dynamic linker characteristics])
|
cannam@89
|
2055 m4_if([$1],
|
cannam@89
|
2056 [], [
|
cannam@89
|
2057 if test "$GCC" = yes; then
|
cannam@89
|
2058 case $host_os in
|
cannam@89
|
2059 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
|
cannam@89
|
2060 *) lt_awk_arg="/^libraries:/" ;;
|
cannam@89
|
2061 esac
|
cannam@89
|
2062 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
|
cannam@89
|
2063 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
|
cannam@89
|
2064 # if the path contains ";" then we assume it to be the separator
|
cannam@89
|
2065 # otherwise default to the standard path separator (i.e. ":") - it is
|
cannam@89
|
2066 # assumed that no part of a normal pathname contains ";" but that should
|
cannam@89
|
2067 # okay in the real world where ";" in dirpaths is itself problematic.
|
cannam@89
|
2068 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
|
cannam@89
|
2069 else
|
cannam@89
|
2070 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
|
cannam@89
|
2071 fi
|
cannam@89
|
2072 # Ok, now we have the path, separated by spaces, we can step through it
|
cannam@89
|
2073 # and add multilib dir if necessary.
|
cannam@89
|
2074 lt_tmp_lt_search_path_spec=
|
cannam@89
|
2075 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
|
cannam@89
|
2076 for lt_sys_path in $lt_search_path_spec; do
|
cannam@89
|
2077 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
|
cannam@89
|
2078 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
|
cannam@89
|
2079 else
|
cannam@89
|
2080 test -d "$lt_sys_path" && \
|
cannam@89
|
2081 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
|
cannam@89
|
2082 fi
|
cannam@89
|
2083 done
|
cannam@89
|
2084 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
|
cannam@89
|
2085 BEGIN {RS=" "; FS="/|\n";} {
|
cannam@89
|
2086 lt_foo="";
|
cannam@89
|
2087 lt_count=0;
|
cannam@89
|
2088 for (lt_i = NF; lt_i > 0; lt_i--) {
|
cannam@89
|
2089 if ($lt_i != "" && $lt_i != ".") {
|
cannam@89
|
2090 if ($lt_i == "..") {
|
cannam@89
|
2091 lt_count++;
|
cannam@89
|
2092 } else {
|
cannam@89
|
2093 if (lt_count == 0) {
|
cannam@89
|
2094 lt_foo="/" $lt_i lt_foo;
|
cannam@89
|
2095 } else {
|
cannam@89
|
2096 lt_count--;
|
cannam@89
|
2097 }
|
cannam@89
|
2098 }
|
cannam@89
|
2099 }
|
cannam@89
|
2100 }
|
cannam@89
|
2101 if (lt_foo != "") { lt_freq[[lt_foo]]++; }
|
cannam@89
|
2102 if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
|
cannam@89
|
2103 }'`
|
cannam@89
|
2104 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
|
cannam@89
|
2105 else
|
cannam@89
|
2106 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
|
cannam@89
|
2107 fi])
|
cannam@89
|
2108 library_names_spec=
|
cannam@89
|
2109 libname_spec='lib$name'
|
cannam@89
|
2110 soname_spec=
|
cannam@89
|
2111 shrext_cmds=".so"
|
cannam@89
|
2112 postinstall_cmds=
|
cannam@89
|
2113 postuninstall_cmds=
|
cannam@89
|
2114 finish_cmds=
|
cannam@89
|
2115 finish_eval=
|
cannam@89
|
2116 shlibpath_var=
|
cannam@89
|
2117 shlibpath_overrides_runpath=unknown
|
cannam@89
|
2118 version_type=none
|
cannam@89
|
2119 dynamic_linker="$host_os ld.so"
|
cannam@89
|
2120 sys_lib_dlsearch_path_spec="/lib /usr/lib"
|
cannam@89
|
2121 need_lib_prefix=unknown
|
cannam@89
|
2122 hardcode_into_libs=no
|
cannam@89
|
2123
|
cannam@89
|
2124 # when you set need_version to no, make sure it does not cause -set_version
|
cannam@89
|
2125 # flags to be left without arguments
|
cannam@89
|
2126 need_version=unknown
|
cannam@89
|
2127
|
cannam@89
|
2128 case $host_os in
|
cannam@89
|
2129 aix3*)
|
cannam@89
|
2130 version_type=linux
|
cannam@89
|
2131 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
|
cannam@89
|
2132 shlibpath_var=LIBPATH
|
cannam@89
|
2133
|
cannam@89
|
2134 # AIX 3 has no versioning support, so we append a major version to the name.
|
cannam@89
|
2135 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2136 ;;
|
cannam@89
|
2137
|
cannam@89
|
2138 aix[[4-9]]*)
|
cannam@89
|
2139 version_type=linux
|
cannam@89
|
2140 need_lib_prefix=no
|
cannam@89
|
2141 need_version=no
|
cannam@89
|
2142 hardcode_into_libs=yes
|
cannam@89
|
2143 if test "$host_cpu" = ia64; then
|
cannam@89
|
2144 # AIX 5 supports IA64
|
cannam@89
|
2145 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
|
cannam@89
|
2146 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2147 else
|
cannam@89
|
2148 # With GCC up to 2.95.x, collect2 would create an import file
|
cannam@89
|
2149 # for dependence libraries. The import file would start with
|
cannam@89
|
2150 # the line `#! .'. This would cause the generated library to
|
cannam@89
|
2151 # depend on `.', always an invalid library. This was fixed in
|
cannam@89
|
2152 # development snapshots of GCC prior to 3.0.
|
cannam@89
|
2153 case $host_os in
|
cannam@89
|
2154 aix4 | aix4.[[01]] | aix4.[[01]].*)
|
cannam@89
|
2155 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
|
cannam@89
|
2156 echo ' yes '
|
cannam@89
|
2157 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
|
cannam@89
|
2158 :
|
cannam@89
|
2159 else
|
cannam@89
|
2160 can_build_shared=no
|
cannam@89
|
2161 fi
|
cannam@89
|
2162 ;;
|
cannam@89
|
2163 esac
|
cannam@89
|
2164 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
|
cannam@89
|
2165 # soname into executable. Probably we can add versioning support to
|
cannam@89
|
2166 # collect2, so additional links can be useful in future.
|
cannam@89
|
2167 if test "$aix_use_runtimelinking" = yes; then
|
cannam@89
|
2168 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
|
cannam@89
|
2169 # instead of lib<name>.a to let people know that these are not
|
cannam@89
|
2170 # typical AIX shared libraries.
|
cannam@89
|
2171 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@89
|
2172 else
|
cannam@89
|
2173 # We preserve .a as extension for shared libraries through AIX4.2
|
cannam@89
|
2174 # and later when we are not doing run time linking.
|
cannam@89
|
2175 library_names_spec='${libname}${release}.a $libname.a'
|
cannam@89
|
2176 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2177 fi
|
cannam@89
|
2178 shlibpath_var=LIBPATH
|
cannam@89
|
2179 fi
|
cannam@89
|
2180 ;;
|
cannam@89
|
2181
|
cannam@89
|
2182 amigaos*)
|
cannam@89
|
2183 case $host_cpu in
|
cannam@89
|
2184 powerpc)
|
cannam@89
|
2185 # Since July 2007 AmigaOS4 officially supports .so libraries.
|
cannam@89
|
2186 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
|
cannam@89
|
2187 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@89
|
2188 ;;
|
cannam@89
|
2189 m68k)
|
cannam@89
|
2190 library_names_spec='$libname.ixlibrary $libname.a'
|
cannam@89
|
2191 # Create ${libname}_ixlibrary.a entries in /sys/libs.
|
cannam@89
|
2192 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
|
cannam@89
|
2193 ;;
|
cannam@89
|
2194 esac
|
cannam@89
|
2195 ;;
|
cannam@89
|
2196
|
cannam@89
|
2197 beos*)
|
cannam@89
|
2198 library_names_spec='${libname}${shared_ext}'
|
cannam@89
|
2199 dynamic_linker="$host_os ld.so"
|
cannam@89
|
2200 shlibpath_var=LIBRARY_PATH
|
cannam@89
|
2201 ;;
|
cannam@89
|
2202
|
cannam@89
|
2203 bsdi[[45]]*)
|
cannam@89
|
2204 version_type=linux
|
cannam@89
|
2205 need_version=no
|
cannam@89
|
2206 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@89
|
2207 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2208 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
|
cannam@89
|
2209 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2210 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
|
cannam@89
|
2211 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
|
cannam@89
|
2212 # the default ld.so.conf also contains /usr/contrib/lib and
|
cannam@89
|
2213 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
|
cannam@89
|
2214 # libtool to hard-code these into programs
|
cannam@89
|
2215 ;;
|
cannam@89
|
2216
|
cannam@89
|
2217 cygwin* | mingw* | pw32*)
|
cannam@89
|
2218 version_type=windows
|
cannam@89
|
2219 shrext_cmds=".dll"
|
cannam@89
|
2220 need_version=no
|
cannam@89
|
2221 need_lib_prefix=no
|
cannam@89
|
2222
|
cannam@89
|
2223 case $GCC,$host_os in
|
cannam@89
|
2224 yes,cygwin* | yes,mingw* | yes,pw32*)
|
cannam@89
|
2225 library_names_spec='$libname.dll.a'
|
cannam@89
|
2226 # DLL is installed to $(libdir)/../bin by postinstall_cmds
|
cannam@89
|
2227 postinstall_cmds='base_file=`basename \${file}`~
|
cannam@89
|
2228 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
|
cannam@89
|
2229 dldir=$destdir/`dirname \$dlpath`~
|
cannam@89
|
2230 test -d \$dldir || mkdir -p \$dldir~
|
cannam@89
|
2231 $install_prog $dir/$dlname \$dldir/$dlname~
|
cannam@89
|
2232 chmod a+x \$dldir/$dlname~
|
cannam@89
|
2233 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
|
cannam@89
|
2234 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
|
cannam@89
|
2235 fi'
|
cannam@89
|
2236 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
|
cannam@89
|
2237 dlpath=$dir/\$dldll~
|
cannam@89
|
2238 $RM \$dlpath'
|
cannam@89
|
2239 shlibpath_overrides_runpath=yes
|
cannam@89
|
2240
|
cannam@89
|
2241 case $host_os in
|
cannam@89
|
2242 cygwin*)
|
cannam@89
|
2243 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
|
cannam@89
|
2244 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
|
cannam@89
|
2245 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
|
cannam@89
|
2246 ;;
|
cannam@89
|
2247 mingw*)
|
cannam@89
|
2248 # MinGW DLLs use traditional 'lib' prefix
|
cannam@89
|
2249 soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
|
cannam@89
|
2250 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
|
cannam@89
|
2251 if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
|
cannam@89
|
2252 # It is most probably a Windows format PATH printed by
|
cannam@89
|
2253 # mingw gcc, but we are running on Cygwin. Gcc prints its search
|
cannam@89
|
2254 # path with ; separators, and with drive letters. We can handle the
|
cannam@89
|
2255 # drive letters (cygwin fileutils understands them), so leave them,
|
cannam@89
|
2256 # especially as we might pass files found there to a mingw objdump,
|
cannam@89
|
2257 # which wouldn't understand a cygwinified path. Ahh.
|
cannam@89
|
2258 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
|
cannam@89
|
2259 else
|
cannam@89
|
2260 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
|
cannam@89
|
2261 fi
|
cannam@89
|
2262 ;;
|
cannam@89
|
2263 pw32*)
|
cannam@89
|
2264 # pw32 DLLs use 'pw' prefix rather than 'lib'
|
cannam@89
|
2265 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
|
cannam@89
|
2266 ;;
|
cannam@89
|
2267 esac
|
cannam@89
|
2268 ;;
|
cannam@89
|
2269
|
cannam@89
|
2270 *)
|
cannam@89
|
2271 library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
|
cannam@89
|
2272 ;;
|
cannam@89
|
2273 esac
|
cannam@89
|
2274 dynamic_linker='Win32 ld.exe'
|
cannam@89
|
2275 # FIXME: first we should search . and the directory the executable is in
|
cannam@89
|
2276 shlibpath_var=PATH
|
cannam@89
|
2277 ;;
|
cannam@89
|
2278
|
cannam@89
|
2279 darwin* | rhapsody*)
|
cannam@89
|
2280 dynamic_linker="$host_os dyld"
|
cannam@89
|
2281 version_type=darwin
|
cannam@89
|
2282 need_lib_prefix=no
|
cannam@89
|
2283 need_version=no
|
cannam@89
|
2284 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
|
cannam@89
|
2285 soname_spec='${libname}${release}${major}$shared_ext'
|
cannam@89
|
2286 shlibpath_overrides_runpath=yes
|
cannam@89
|
2287 shlibpath_var=DYLD_LIBRARY_PATH
|
cannam@89
|
2288 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
|
cannam@89
|
2289 m4_if([$1], [],[
|
cannam@89
|
2290 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
|
cannam@89
|
2291 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
|
cannam@89
|
2292 ;;
|
cannam@89
|
2293
|
cannam@89
|
2294 dgux*)
|
cannam@89
|
2295 version_type=linux
|
cannam@89
|
2296 need_lib_prefix=no
|
cannam@89
|
2297 need_version=no
|
cannam@89
|
2298 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
|
cannam@89
|
2299 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2300 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2301 ;;
|
cannam@89
|
2302
|
cannam@89
|
2303 freebsd1*)
|
cannam@89
|
2304 dynamic_linker=no
|
cannam@89
|
2305 ;;
|
cannam@89
|
2306
|
cannam@89
|
2307 freebsd* | dragonfly*)
|
cannam@89
|
2308 # DragonFly does not have aout. When/if they implement a new
|
cannam@89
|
2309 # versioning mechanism, adjust this.
|
cannam@89
|
2310 if test -x /usr/bin/objformat; then
|
cannam@89
|
2311 objformat=`/usr/bin/objformat`
|
cannam@89
|
2312 else
|
cannam@89
|
2313 case $host_os in
|
cannam@89
|
2314 freebsd[[123]]*) objformat=aout ;;
|
cannam@89
|
2315 *) objformat=elf ;;
|
cannam@89
|
2316 esac
|
cannam@89
|
2317 fi
|
cannam@89
|
2318 version_type=freebsd-$objformat
|
cannam@89
|
2319 case $version_type in
|
cannam@89
|
2320 freebsd-elf*)
|
cannam@89
|
2321 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
|
cannam@89
|
2322 need_version=no
|
cannam@89
|
2323 need_lib_prefix=no
|
cannam@89
|
2324 ;;
|
cannam@89
|
2325 freebsd-*)
|
cannam@89
|
2326 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
|
cannam@89
|
2327 need_version=yes
|
cannam@89
|
2328 ;;
|
cannam@89
|
2329 esac
|
cannam@89
|
2330 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2331 case $host_os in
|
cannam@89
|
2332 freebsd2*)
|
cannam@89
|
2333 shlibpath_overrides_runpath=yes
|
cannam@89
|
2334 ;;
|
cannam@89
|
2335 freebsd3.[[01]]* | freebsdelf3.[[01]]*)
|
cannam@89
|
2336 shlibpath_overrides_runpath=yes
|
cannam@89
|
2337 hardcode_into_libs=yes
|
cannam@89
|
2338 ;;
|
cannam@89
|
2339 freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
|
cannam@89
|
2340 freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
|
cannam@89
|
2341 shlibpath_overrides_runpath=no
|
cannam@89
|
2342 hardcode_into_libs=yes
|
cannam@89
|
2343 ;;
|
cannam@89
|
2344 *) # from 4.6 on, and DragonFly
|
cannam@89
|
2345 shlibpath_overrides_runpath=yes
|
cannam@89
|
2346 hardcode_into_libs=yes
|
cannam@89
|
2347 ;;
|
cannam@89
|
2348 esac
|
cannam@89
|
2349 ;;
|
cannam@89
|
2350
|
cannam@89
|
2351 gnu*)
|
cannam@89
|
2352 version_type=linux
|
cannam@89
|
2353 need_lib_prefix=no
|
cannam@89
|
2354 need_version=no
|
cannam@89
|
2355 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
|
cannam@89
|
2356 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2357 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2358 hardcode_into_libs=yes
|
cannam@89
|
2359 ;;
|
cannam@89
|
2360
|
cannam@89
|
2361 hpux9* | hpux10* | hpux11*)
|
cannam@89
|
2362 # Give a soname corresponding to the major version so that dld.sl refuses to
|
cannam@89
|
2363 # link against other versions.
|
cannam@89
|
2364 version_type=sunos
|
cannam@89
|
2365 need_lib_prefix=no
|
cannam@89
|
2366 need_version=no
|
cannam@89
|
2367 case $host_cpu in
|
cannam@89
|
2368 ia64*)
|
cannam@89
|
2369 shrext_cmds='.so'
|
cannam@89
|
2370 hardcode_into_libs=yes
|
cannam@89
|
2371 dynamic_linker="$host_os dld.so"
|
cannam@89
|
2372 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2373 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
|
cannam@89
|
2374 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@89
|
2375 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2376 if test "X$HPUX_IA64_MODE" = X32; then
|
cannam@89
|
2377 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
|
cannam@89
|
2378 else
|
cannam@89
|
2379 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
|
cannam@89
|
2380 fi
|
cannam@89
|
2381 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
cannam@89
|
2382 ;;
|
cannam@89
|
2383 hppa*64*)
|
cannam@89
|
2384 shrext_cmds='.sl'
|
cannam@89
|
2385 hardcode_into_libs=yes
|
cannam@89
|
2386 dynamic_linker="$host_os dld.sl"
|
cannam@89
|
2387 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
|
cannam@89
|
2388 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
|
cannam@89
|
2389 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@89
|
2390 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2391 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
|
cannam@89
|
2392 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
cannam@89
|
2393 ;;
|
cannam@89
|
2394 *)
|
cannam@89
|
2395 shrext_cmds='.sl'
|
cannam@89
|
2396 dynamic_linker="$host_os dld.sl"
|
cannam@89
|
2397 shlibpath_var=SHLIB_PATH
|
cannam@89
|
2398 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
|
cannam@89
|
2399 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@89
|
2400 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2401 ;;
|
cannam@89
|
2402 esac
|
cannam@89
|
2403 # HP-UX runs *really* slowly unless shared libraries are mode 555.
|
cannam@89
|
2404 postinstall_cmds='chmod 555 $lib'
|
cannam@89
|
2405 ;;
|
cannam@89
|
2406
|
cannam@89
|
2407 interix[[3-9]]*)
|
cannam@89
|
2408 version_type=linux
|
cannam@89
|
2409 need_lib_prefix=no
|
cannam@89
|
2410 need_version=no
|
cannam@89
|
2411 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
cannam@89
|
2412 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2413 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
|
cannam@89
|
2414 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2415 shlibpath_overrides_runpath=no
|
cannam@89
|
2416 hardcode_into_libs=yes
|
cannam@89
|
2417 ;;
|
cannam@89
|
2418
|
cannam@89
|
2419 irix5* | irix6* | nonstopux*)
|
cannam@89
|
2420 case $host_os in
|
cannam@89
|
2421 nonstopux*) version_type=nonstopux ;;
|
cannam@89
|
2422 *)
|
cannam@89
|
2423 if test "$lt_cv_prog_gnu_ld" = yes; then
|
cannam@89
|
2424 version_type=linux
|
cannam@89
|
2425 else
|
cannam@89
|
2426 version_type=irix
|
cannam@89
|
2427 fi ;;
|
cannam@89
|
2428 esac
|
cannam@89
|
2429 need_lib_prefix=no
|
cannam@89
|
2430 need_version=no
|
cannam@89
|
2431 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2432 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
|
cannam@89
|
2433 case $host_os in
|
cannam@89
|
2434 irix5* | nonstopux*)
|
cannam@89
|
2435 libsuff= shlibsuff=
|
cannam@89
|
2436 ;;
|
cannam@89
|
2437 *)
|
cannam@89
|
2438 case $LD in # libtool.m4 will add one of these switches to LD
|
cannam@89
|
2439 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
|
cannam@89
|
2440 libsuff= shlibsuff= libmagic=32-bit;;
|
cannam@89
|
2441 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
|
cannam@89
|
2442 libsuff=32 shlibsuff=N32 libmagic=N32;;
|
cannam@89
|
2443 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
|
cannam@89
|
2444 libsuff=64 shlibsuff=64 libmagic=64-bit;;
|
cannam@89
|
2445 *) libsuff= shlibsuff= libmagic=never-match;;
|
cannam@89
|
2446 esac
|
cannam@89
|
2447 ;;
|
cannam@89
|
2448 esac
|
cannam@89
|
2449 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
|
cannam@89
|
2450 shlibpath_overrides_runpath=no
|
cannam@89
|
2451 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
|
cannam@89
|
2452 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
|
cannam@89
|
2453 hardcode_into_libs=yes
|
cannam@89
|
2454 ;;
|
cannam@89
|
2455
|
cannam@89
|
2456 # No shared lib support for Linux oldld, aout, or coff.
|
cannam@89
|
2457 linux*oldld* | linux*aout* | linux*coff*)
|
cannam@89
|
2458 dynamic_linker=no
|
cannam@89
|
2459 ;;
|
cannam@89
|
2460
|
cannam@89
|
2461 # This must be Linux ELF.
|
cannam@89
|
2462 linux* | k*bsd*-gnu)
|
cannam@89
|
2463 version_type=linux
|
cannam@89
|
2464 need_lib_prefix=no
|
cannam@89
|
2465 need_version=no
|
cannam@89
|
2466 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@89
|
2467 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2468 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
|
cannam@89
|
2469 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2470 shlibpath_overrides_runpath=no
|
cannam@89
|
2471 # Some binutils ld are patched to set DT_RUNPATH
|
cannam@89
|
2472 save_LDFLAGS=$LDFLAGS
|
cannam@89
|
2473 save_libdir=$libdir
|
cannam@89
|
2474 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
|
cannam@89
|
2475 LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
|
cannam@89
|
2476 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
|
cannam@89
|
2477 [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
|
cannam@89
|
2478 [shlibpath_overrides_runpath=yes])])
|
cannam@89
|
2479 LDFLAGS=$save_LDFLAGS
|
cannam@89
|
2480 libdir=$save_libdir
|
cannam@89
|
2481
|
cannam@89
|
2482 # This implies no fast_install, which is unacceptable.
|
cannam@89
|
2483 # Some rework will be needed to allow for fast_install
|
cannam@89
|
2484 # before this can be enabled.
|
cannam@89
|
2485 hardcode_into_libs=yes
|
cannam@89
|
2486
|
cannam@89
|
2487 # Append ld.so.conf contents to the search path
|
cannam@89
|
2488 if test -f /etc/ld.so.conf; then
|
cannam@89
|
2489 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
|
cannam@89
|
2490 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
|
cannam@89
|
2491 fi
|
cannam@89
|
2492
|
cannam@89
|
2493 # We used to test for /lib/ld.so.1 and disable shared libraries on
|
cannam@89
|
2494 # powerpc, because MkLinux only supported shared libraries with the
|
cannam@89
|
2495 # GNU dynamic linker. Since this was broken with cross compilers,
|
cannam@89
|
2496 # most powerpc-linux boxes support dynamic linking these days and
|
cannam@89
|
2497 # people can always --disable-shared, the test was removed, and we
|
cannam@89
|
2498 # assume the GNU/Linux dynamic linker is in use.
|
cannam@89
|
2499 dynamic_linker='GNU/Linux ld.so'
|
cannam@89
|
2500 ;;
|
cannam@89
|
2501
|
cannam@89
|
2502 netbsdelf*-gnu)
|
cannam@89
|
2503 version_type=linux
|
cannam@89
|
2504 need_lib_prefix=no
|
cannam@89
|
2505 need_version=no
|
cannam@89
|
2506 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
cannam@89
|
2507 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2508 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2509 shlibpath_overrides_runpath=no
|
cannam@89
|
2510 hardcode_into_libs=yes
|
cannam@89
|
2511 dynamic_linker='NetBSD ld.elf_so'
|
cannam@89
|
2512 ;;
|
cannam@89
|
2513
|
cannam@89
|
2514 netbsd*)
|
cannam@89
|
2515 version_type=sunos
|
cannam@89
|
2516 need_lib_prefix=no
|
cannam@89
|
2517 need_version=no
|
cannam@89
|
2518 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
|
cannam@89
|
2519 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
cannam@89
|
2520 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
cannam@89
|
2521 dynamic_linker='NetBSD (a.out) ld.so'
|
cannam@89
|
2522 else
|
cannam@89
|
2523 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
|
cannam@89
|
2524 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2525 dynamic_linker='NetBSD ld.elf_so'
|
cannam@89
|
2526 fi
|
cannam@89
|
2527 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2528 shlibpath_overrides_runpath=yes
|
cannam@89
|
2529 hardcode_into_libs=yes
|
cannam@89
|
2530 ;;
|
cannam@89
|
2531
|
cannam@89
|
2532 newsos6)
|
cannam@89
|
2533 version_type=linux
|
cannam@89
|
2534 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@89
|
2535 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2536 shlibpath_overrides_runpath=yes
|
cannam@89
|
2537 ;;
|
cannam@89
|
2538
|
cannam@89
|
2539 *nto* | *qnx*)
|
cannam@89
|
2540 version_type=qnx
|
cannam@89
|
2541 need_lib_prefix=no
|
cannam@89
|
2542 need_version=no
|
cannam@89
|
2543 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@89
|
2544 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2545 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2546 shlibpath_overrides_runpath=no
|
cannam@89
|
2547 hardcode_into_libs=yes
|
cannam@89
|
2548 dynamic_linker='ldqnx.so'
|
cannam@89
|
2549 ;;
|
cannam@89
|
2550
|
cannam@89
|
2551 openbsd*)
|
cannam@89
|
2552 version_type=sunos
|
cannam@89
|
2553 sys_lib_dlsearch_path_spec="/usr/lib"
|
cannam@89
|
2554 need_lib_prefix=no
|
cannam@89
|
2555 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
|
cannam@89
|
2556 case $host_os in
|
cannam@89
|
2557 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
|
cannam@89
|
2558 *) need_version=no ;;
|
cannam@89
|
2559 esac
|
cannam@89
|
2560 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
cannam@89
|
2561 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
cannam@89
|
2562 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2563 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
cannam@89
|
2564 case $host_os in
|
cannam@89
|
2565 openbsd2.[[89]] | openbsd2.[[89]].*)
|
cannam@89
|
2566 shlibpath_overrides_runpath=no
|
cannam@89
|
2567 ;;
|
cannam@89
|
2568 *)
|
cannam@89
|
2569 shlibpath_overrides_runpath=yes
|
cannam@89
|
2570 ;;
|
cannam@89
|
2571 esac
|
cannam@89
|
2572 else
|
cannam@89
|
2573 shlibpath_overrides_runpath=yes
|
cannam@89
|
2574 fi
|
cannam@89
|
2575 ;;
|
cannam@89
|
2576
|
cannam@89
|
2577 os2*)
|
cannam@89
|
2578 libname_spec='$name'
|
cannam@89
|
2579 shrext_cmds=".dll"
|
cannam@89
|
2580 need_lib_prefix=no
|
cannam@89
|
2581 library_names_spec='$libname${shared_ext} $libname.a'
|
cannam@89
|
2582 dynamic_linker='OS/2 ld.exe'
|
cannam@89
|
2583 shlibpath_var=LIBPATH
|
cannam@89
|
2584 ;;
|
cannam@89
|
2585
|
cannam@89
|
2586 osf3* | osf4* | osf5*)
|
cannam@89
|
2587 version_type=osf
|
cannam@89
|
2588 need_lib_prefix=no
|
cannam@89
|
2589 need_version=no
|
cannam@89
|
2590 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2591 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@89
|
2592 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2593 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
|
cannam@89
|
2594 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
|
cannam@89
|
2595 ;;
|
cannam@89
|
2596
|
cannam@89
|
2597 rdos*)
|
cannam@89
|
2598 dynamic_linker=no
|
cannam@89
|
2599 ;;
|
cannam@89
|
2600
|
cannam@89
|
2601 solaris*)
|
cannam@89
|
2602 version_type=linux
|
cannam@89
|
2603 need_lib_prefix=no
|
cannam@89
|
2604 need_version=no
|
cannam@89
|
2605 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@89
|
2606 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2607 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2608 shlibpath_overrides_runpath=yes
|
cannam@89
|
2609 hardcode_into_libs=yes
|
cannam@89
|
2610 # ldd complains unless libraries are executable
|
cannam@89
|
2611 postinstall_cmds='chmod +x $lib'
|
cannam@89
|
2612 ;;
|
cannam@89
|
2613
|
cannam@89
|
2614 sunos4*)
|
cannam@89
|
2615 version_type=sunos
|
cannam@89
|
2616 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
|
cannam@89
|
2617 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
|
cannam@89
|
2618 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2619 shlibpath_overrides_runpath=yes
|
cannam@89
|
2620 if test "$with_gnu_ld" = yes; then
|
cannam@89
|
2621 need_lib_prefix=no
|
cannam@89
|
2622 fi
|
cannam@89
|
2623 need_version=yes
|
cannam@89
|
2624 ;;
|
cannam@89
|
2625
|
cannam@89
|
2626 sysv4 | sysv4.3*)
|
cannam@89
|
2627 version_type=linux
|
cannam@89
|
2628 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@89
|
2629 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2630 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2631 case $host_vendor in
|
cannam@89
|
2632 sni)
|
cannam@89
|
2633 shlibpath_overrides_runpath=no
|
cannam@89
|
2634 need_lib_prefix=no
|
cannam@89
|
2635 runpath_var=LD_RUN_PATH
|
cannam@89
|
2636 ;;
|
cannam@89
|
2637 siemens)
|
cannam@89
|
2638 need_lib_prefix=no
|
cannam@89
|
2639 ;;
|
cannam@89
|
2640 motorola)
|
cannam@89
|
2641 need_lib_prefix=no
|
cannam@89
|
2642 need_version=no
|
cannam@89
|
2643 shlibpath_overrides_runpath=no
|
cannam@89
|
2644 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
|
cannam@89
|
2645 ;;
|
cannam@89
|
2646 esac
|
cannam@89
|
2647 ;;
|
cannam@89
|
2648
|
cannam@89
|
2649 sysv4*MP*)
|
cannam@89
|
2650 if test -d /usr/nec ;then
|
cannam@89
|
2651 version_type=linux
|
cannam@89
|
2652 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
|
cannam@89
|
2653 soname_spec='$libname${shared_ext}.$major'
|
cannam@89
|
2654 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2655 fi
|
cannam@89
|
2656 ;;
|
cannam@89
|
2657
|
cannam@89
|
2658 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
|
cannam@89
|
2659 version_type=freebsd-elf
|
cannam@89
|
2660 need_lib_prefix=no
|
cannam@89
|
2661 need_version=no
|
cannam@89
|
2662 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
|
cannam@89
|
2663 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2664 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2665 shlibpath_overrides_runpath=yes
|
cannam@89
|
2666 hardcode_into_libs=yes
|
cannam@89
|
2667 if test "$with_gnu_ld" = yes; then
|
cannam@89
|
2668 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
|
cannam@89
|
2669 else
|
cannam@89
|
2670 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
|
cannam@89
|
2671 case $host_os in
|
cannam@89
|
2672 sco3.2v5*)
|
cannam@89
|
2673 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
|
cannam@89
|
2674 ;;
|
cannam@89
|
2675 esac
|
cannam@89
|
2676 fi
|
cannam@89
|
2677 sys_lib_dlsearch_path_spec='/usr/lib'
|
cannam@89
|
2678 ;;
|
cannam@89
|
2679
|
cannam@89
|
2680 tpf*)
|
cannam@89
|
2681 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
|
cannam@89
|
2682 version_type=linux
|
cannam@89
|
2683 need_lib_prefix=no
|
cannam@89
|
2684 need_version=no
|
cannam@89
|
2685 library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@89
|
2686 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2687 shlibpath_overrides_runpath=no
|
cannam@89
|
2688 hardcode_into_libs=yes
|
cannam@89
|
2689 ;;
|
cannam@89
|
2690
|
cannam@89
|
2691 uts4*)
|
cannam@89
|
2692 version_type=linux
|
cannam@89
|
2693 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
|
cannam@89
|
2694 soname_spec='${libname}${release}${shared_ext}$major'
|
cannam@89
|
2695 shlibpath_var=LD_LIBRARY_PATH
|
cannam@89
|
2696 ;;
|
cannam@89
|
2697
|
cannam@89
|
2698 *)
|
cannam@89
|
2699 dynamic_linker=no
|
cannam@89
|
2700 ;;
|
cannam@89
|
2701 esac
|
cannam@89
|
2702 AC_MSG_RESULT([$dynamic_linker])
|
cannam@89
|
2703 test "$dynamic_linker" = no && can_build_shared=no
|
cannam@89
|
2704
|
cannam@89
|
2705 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
|
cannam@89
|
2706 if test "$GCC" = yes; then
|
cannam@89
|
2707 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
|
cannam@89
|
2708 fi
|
cannam@89
|
2709
|
cannam@89
|
2710 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
|
cannam@89
|
2711 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
|
cannam@89
|
2712 fi
|
cannam@89
|
2713 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
|
cannam@89
|
2714 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
|
cannam@89
|
2715 fi
|
cannam@89
|
2716
|
cannam@89
|
2717 _LT_DECL([], [variables_saved_for_relink], [1],
|
cannam@89
|
2718 [Variables whose values should be saved in libtool wrapper scripts and
|
cannam@89
|
2719 restored at link time])
|
cannam@89
|
2720 _LT_DECL([], [need_lib_prefix], [0],
|
cannam@89
|
2721 [Do we need the "lib" prefix for modules?])
|
cannam@89
|
2722 _LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
|
cannam@89
|
2723 _LT_DECL([], [version_type], [0], [Library versioning type])
|
cannam@89
|
2724 _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable])
|
cannam@89
|
2725 _LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
|
cannam@89
|
2726 _LT_DECL([], [shlibpath_overrides_runpath], [0],
|
cannam@89
|
2727 [Is shlibpath searched before the hard-coded library search path?])
|
cannam@89
|
2728 _LT_DECL([], [libname_spec], [1], [Format of library name prefix])
|
cannam@89
|
2729 _LT_DECL([], [library_names_spec], [1],
|
cannam@89
|
2730 [[List of archive names. First name is the real one, the rest are links.
|
cannam@89
|
2731 The last name is the one that the linker finds with -lNAME]])
|
cannam@89
|
2732 _LT_DECL([], [soname_spec], [1],
|
cannam@89
|
2733 [[The coded name of the library, if different from the real name]])
|
cannam@89
|
2734 _LT_DECL([], [postinstall_cmds], [2],
|
cannam@89
|
2735 [Command to use after installation of a shared archive])
|
cannam@89
|
2736 _LT_DECL([], [postuninstall_cmds], [2],
|
cannam@89
|
2737 [Command to use after uninstallation of a shared archive])
|
cannam@89
|
2738 _LT_DECL([], [finish_cmds], [2],
|
cannam@89
|
2739 [Commands used to finish a libtool library installation in a directory])
|
cannam@89
|
2740 _LT_DECL([], [finish_eval], [1],
|
cannam@89
|
2741 [[As "finish_cmds", except a single script fragment to be evaled but
|
cannam@89
|
2742 not shown]])
|
cannam@89
|
2743 _LT_DECL([], [hardcode_into_libs], [0],
|
cannam@89
|
2744 [Whether we should hardcode library paths into libraries])
|
cannam@89
|
2745 _LT_DECL([], [sys_lib_search_path_spec], [2],
|
cannam@89
|
2746 [Compile-time system search path for libraries])
|
cannam@89
|
2747 _LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
|
cannam@89
|
2748 [Run-time system search path for libraries])
|
cannam@89
|
2749 ])# _LT_SYS_DYNAMIC_LINKER
|
cannam@89
|
2750
|
cannam@89
|
2751
|
cannam@89
|
2752 # _LT_PATH_TOOL_PREFIX(TOOL)
|
cannam@89
|
2753 # --------------------------
|
cannam@89
|
2754 # find a file program which can recognize shared library
|
cannam@89
|
2755 AC_DEFUN([_LT_PATH_TOOL_PREFIX],
|
cannam@89
|
2756 [m4_require([_LT_DECL_EGREP])dnl
|
cannam@89
|
2757 AC_MSG_CHECKING([for $1])
|
cannam@89
|
2758 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
|
cannam@89
|
2759 [case $MAGIC_CMD in
|
cannam@89
|
2760 [[\\/*] | ?:[\\/]*])
|
cannam@89
|
2761 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
|
cannam@89
|
2762 ;;
|
cannam@89
|
2763 *)
|
cannam@89
|
2764 lt_save_MAGIC_CMD="$MAGIC_CMD"
|
cannam@89
|
2765 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
cannam@89
|
2766 dnl $ac_dummy forces splitting on constant user-supplied paths.
|
cannam@89
|
2767 dnl POSIX.2 word splitting is done only on the output of word expansions,
|
cannam@89
|
2768 dnl not every word. This closes a longstanding sh security hole.
|
cannam@89
|
2769 ac_dummy="m4_if([$2], , $PATH, [$2])"
|
cannam@89
|
2770 for ac_dir in $ac_dummy; do
|
cannam@89
|
2771 IFS="$lt_save_ifs"
|
cannam@89
|
2772 test -z "$ac_dir" && ac_dir=.
|
cannam@89
|
2773 if test -f $ac_dir/$1; then
|
cannam@89
|
2774 lt_cv_path_MAGIC_CMD="$ac_dir/$1"
|
cannam@89
|
2775 if test -n "$file_magic_test_file"; then
|
cannam@89
|
2776 case $deplibs_check_method in
|
cannam@89
|
2777 "file_magic "*)
|
cannam@89
|
2778 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
|
cannam@89
|
2779 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
|
cannam@89
|
2780 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
|
cannam@89
|
2781 $EGREP "$file_magic_regex" > /dev/null; then
|
cannam@89
|
2782 :
|
cannam@89
|
2783 else
|
cannam@89
|
2784 cat <<_LT_EOF 1>&2
|
cannam@89
|
2785
|
cannam@89
|
2786 *** Warning: the command libtool uses to detect shared libraries,
|
cannam@89
|
2787 *** $file_magic_cmd, produces output that libtool cannot recognize.
|
cannam@89
|
2788 *** The result is that libtool may fail to recognize shared libraries
|
cannam@89
|
2789 *** as such. This will affect the creation of libtool libraries that
|
cannam@89
|
2790 *** depend on shared libraries, but programs linked with such libtool
|
cannam@89
|
2791 *** libraries will work regardless of this problem. Nevertheless, you
|
cannam@89
|
2792 *** may want to report the problem to your system manager and/or to
|
cannam@89
|
2793 *** bug-libtool@gnu.org
|
cannam@89
|
2794
|
cannam@89
|
2795 _LT_EOF
|
cannam@89
|
2796 fi ;;
|
cannam@89
|
2797 esac
|
cannam@89
|
2798 fi
|
cannam@89
|
2799 break
|
cannam@89
|
2800 fi
|
cannam@89
|
2801 done
|
cannam@89
|
2802 IFS="$lt_save_ifs"
|
cannam@89
|
2803 MAGIC_CMD="$lt_save_MAGIC_CMD"
|
cannam@89
|
2804 ;;
|
cannam@89
|
2805 esac])
|
cannam@89
|
2806 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
|
cannam@89
|
2807 if test -n "$MAGIC_CMD"; then
|
cannam@89
|
2808 AC_MSG_RESULT($MAGIC_CMD)
|
cannam@89
|
2809 else
|
cannam@89
|
2810 AC_MSG_RESULT(no)
|
cannam@89
|
2811 fi
|
cannam@89
|
2812 _LT_DECL([], [MAGIC_CMD], [0],
|
cannam@89
|
2813 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
|
cannam@89
|
2814 ])# _LT_PATH_TOOL_PREFIX
|
cannam@89
|
2815
|
cannam@89
|
2816 # Old name:
|
cannam@89
|
2817 AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
|
cannam@89
|
2818 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
2819 dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
|
cannam@89
|
2820
|
cannam@89
|
2821
|
cannam@89
|
2822 # _LT_PATH_MAGIC
|
cannam@89
|
2823 # --------------
|
cannam@89
|
2824 # find a file program which can recognize a shared library
|
cannam@89
|
2825 m4_defun([_LT_PATH_MAGIC],
|
cannam@89
|
2826 [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
|
cannam@89
|
2827 if test -z "$lt_cv_path_MAGIC_CMD"; then
|
cannam@89
|
2828 if test -n "$ac_tool_prefix"; then
|
cannam@89
|
2829 _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
|
cannam@89
|
2830 else
|
cannam@89
|
2831 MAGIC_CMD=:
|
cannam@89
|
2832 fi
|
cannam@89
|
2833 fi
|
cannam@89
|
2834 ])# _LT_PATH_MAGIC
|
cannam@89
|
2835
|
cannam@89
|
2836
|
cannam@89
|
2837 # LT_PATH_LD
|
cannam@89
|
2838 # ----------
|
cannam@89
|
2839 # find the pathname to the GNU or non-GNU linker
|
cannam@89
|
2840 AC_DEFUN([LT_PATH_LD],
|
cannam@89
|
2841 [AC_REQUIRE([AC_PROG_CC])dnl
|
cannam@89
|
2842 AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
cannam@89
|
2843 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
|
cannam@89
|
2844 m4_require([_LT_DECL_SED])dnl
|
cannam@89
|
2845 m4_require([_LT_DECL_EGREP])dnl
|
cannam@89
|
2846
|
cannam@89
|
2847 AC_ARG_WITH([gnu-ld],
|
cannam@89
|
2848 [AS_HELP_STRING([--with-gnu-ld],
|
cannam@89
|
2849 [assume the C compiler uses GNU ld @<:@default=no@:>@])],
|
cannam@89
|
2850 [test "$withval" = no || with_gnu_ld=yes],
|
cannam@89
|
2851 [with_gnu_ld=no])dnl
|
cannam@89
|
2852
|
cannam@89
|
2853 ac_prog=ld
|
cannam@89
|
2854 if test "$GCC" = yes; then
|
cannam@89
|
2855 # Check if gcc -print-prog-name=ld gives a path.
|
cannam@89
|
2856 AC_MSG_CHECKING([for ld used by $CC])
|
cannam@89
|
2857 case $host in
|
cannam@89
|
2858 *-*-mingw*)
|
cannam@89
|
2859 # gcc leaves a trailing carriage return which upsets mingw
|
cannam@89
|
2860 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
|
cannam@89
|
2861 *)
|
cannam@89
|
2862 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
|
cannam@89
|
2863 esac
|
cannam@89
|
2864 case $ac_prog in
|
cannam@89
|
2865 # Accept absolute paths.
|
cannam@89
|
2866 [[\\/]]* | ?:[[\\/]]*)
|
cannam@89
|
2867 re_direlt='/[[^/]][[^/]]*/\.\./'
|
cannam@89
|
2868 # Canonicalize the pathname of ld
|
cannam@89
|
2869 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
|
cannam@89
|
2870 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
|
cannam@89
|
2871 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
|
cannam@89
|
2872 done
|
cannam@89
|
2873 test -z "$LD" && LD="$ac_prog"
|
cannam@89
|
2874 ;;
|
cannam@89
|
2875 "")
|
cannam@89
|
2876 # If it fails, then pretend we aren't using GCC.
|
cannam@89
|
2877 ac_prog=ld
|
cannam@89
|
2878 ;;
|
cannam@89
|
2879 *)
|
cannam@89
|
2880 # If it is relative, then search for the first ld in PATH.
|
cannam@89
|
2881 with_gnu_ld=unknown
|
cannam@89
|
2882 ;;
|
cannam@89
|
2883 esac
|
cannam@89
|
2884 elif test "$with_gnu_ld" = yes; then
|
cannam@89
|
2885 AC_MSG_CHECKING([for GNU ld])
|
cannam@89
|
2886 else
|
cannam@89
|
2887 AC_MSG_CHECKING([for non-GNU ld])
|
cannam@89
|
2888 fi
|
cannam@89
|
2889 AC_CACHE_VAL(lt_cv_path_LD,
|
cannam@89
|
2890 [if test -z "$LD"; then
|
cannam@89
|
2891 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
cannam@89
|
2892 for ac_dir in $PATH; do
|
cannam@89
|
2893 IFS="$lt_save_ifs"
|
cannam@89
|
2894 test -z "$ac_dir" && ac_dir=.
|
cannam@89
|
2895 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
|
cannam@89
|
2896 lt_cv_path_LD="$ac_dir/$ac_prog"
|
cannam@89
|
2897 # Check to see if the program is GNU ld. I'd rather use --version,
|
cannam@89
|
2898 # but apparently some variants of GNU ld only accept -v.
|
cannam@89
|
2899 # Break only if it was the GNU/non-GNU ld that we prefer.
|
cannam@89
|
2900 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
|
cannam@89
|
2901 *GNU* | *'with BFD'*)
|
cannam@89
|
2902 test "$with_gnu_ld" != no && break
|
cannam@89
|
2903 ;;
|
cannam@89
|
2904 *)
|
cannam@89
|
2905 test "$with_gnu_ld" != yes && break
|
cannam@89
|
2906 ;;
|
cannam@89
|
2907 esac
|
cannam@89
|
2908 fi
|
cannam@89
|
2909 done
|
cannam@89
|
2910 IFS="$lt_save_ifs"
|
cannam@89
|
2911 else
|
cannam@89
|
2912 lt_cv_path_LD="$LD" # Let the user override the test with a path.
|
cannam@89
|
2913 fi])
|
cannam@89
|
2914 LD="$lt_cv_path_LD"
|
cannam@89
|
2915 if test -n "$LD"; then
|
cannam@89
|
2916 AC_MSG_RESULT($LD)
|
cannam@89
|
2917 else
|
cannam@89
|
2918 AC_MSG_RESULT(no)
|
cannam@89
|
2919 fi
|
cannam@89
|
2920 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
|
cannam@89
|
2921 _LT_PATH_LD_GNU
|
cannam@89
|
2922 AC_SUBST([LD])
|
cannam@89
|
2923
|
cannam@89
|
2924 _LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
|
cannam@89
|
2925 ])# LT_PATH_LD
|
cannam@89
|
2926
|
cannam@89
|
2927 # Old names:
|
cannam@89
|
2928 AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
|
cannam@89
|
2929 AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
|
cannam@89
|
2930 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
2931 dnl AC_DEFUN([AM_PROG_LD], [])
|
cannam@89
|
2932 dnl AC_DEFUN([AC_PROG_LD], [])
|
cannam@89
|
2933
|
cannam@89
|
2934
|
cannam@89
|
2935 # _LT_PATH_LD_GNU
|
cannam@89
|
2936 #- --------------
|
cannam@89
|
2937 m4_defun([_LT_PATH_LD_GNU],
|
cannam@89
|
2938 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
|
cannam@89
|
2939 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
|
cannam@89
|
2940 case `$LD -v 2>&1 </dev/null` in
|
cannam@89
|
2941 *GNU* | *'with BFD'*)
|
cannam@89
|
2942 lt_cv_prog_gnu_ld=yes
|
cannam@89
|
2943 ;;
|
cannam@89
|
2944 *)
|
cannam@89
|
2945 lt_cv_prog_gnu_ld=no
|
cannam@89
|
2946 ;;
|
cannam@89
|
2947 esac])
|
cannam@89
|
2948 with_gnu_ld=$lt_cv_prog_gnu_ld
|
cannam@89
|
2949 ])# _LT_PATH_LD_GNU
|
cannam@89
|
2950
|
cannam@89
|
2951
|
cannam@89
|
2952 # _LT_CMD_RELOAD
|
cannam@89
|
2953 # --------------
|
cannam@89
|
2954 # find reload flag for linker
|
cannam@89
|
2955 # -- PORTME Some linkers may need a different reload flag.
|
cannam@89
|
2956 m4_defun([_LT_CMD_RELOAD],
|
cannam@89
|
2957 [AC_CACHE_CHECK([for $LD option to reload object files],
|
cannam@89
|
2958 lt_cv_ld_reload_flag,
|
cannam@89
|
2959 [lt_cv_ld_reload_flag='-r'])
|
cannam@89
|
2960 reload_flag=$lt_cv_ld_reload_flag
|
cannam@89
|
2961 case $reload_flag in
|
cannam@89
|
2962 "" | " "*) ;;
|
cannam@89
|
2963 *) reload_flag=" $reload_flag" ;;
|
cannam@89
|
2964 esac
|
cannam@89
|
2965 reload_cmds='$LD$reload_flag -o $output$reload_objs'
|
cannam@89
|
2966 case $host_os in
|
cannam@89
|
2967 darwin*)
|
cannam@89
|
2968 if test "$GCC" = yes; then
|
cannam@89
|
2969 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
|
cannam@89
|
2970 else
|
cannam@89
|
2971 reload_cmds='$LD$reload_flag -o $output$reload_objs'
|
cannam@89
|
2972 fi
|
cannam@89
|
2973 ;;
|
cannam@89
|
2974 esac
|
cannam@89
|
2975 _LT_DECL([], [reload_flag], [1], [How to create reloadable object files])dnl
|
cannam@89
|
2976 _LT_DECL([], [reload_cmds], [2])dnl
|
cannam@89
|
2977 ])# _LT_CMD_RELOAD
|
cannam@89
|
2978
|
cannam@89
|
2979
|
cannam@89
|
2980 # _LT_CHECK_MAGIC_METHOD
|
cannam@89
|
2981 # ----------------------
|
cannam@89
|
2982 # how to check for library dependencies
|
cannam@89
|
2983 # -- PORTME fill in with the dynamic library characteristics
|
cannam@89
|
2984 m4_defun([_LT_CHECK_MAGIC_METHOD],
|
cannam@89
|
2985 [m4_require([_LT_DECL_EGREP])
|
cannam@89
|
2986 AC_CACHE_CHECK([how to recognize dependent libraries],
|
cannam@89
|
2987 lt_cv_deplibs_check_method,
|
cannam@89
|
2988 [lt_cv_file_magic_cmd='$MAGIC_CMD'
|
cannam@89
|
2989 lt_cv_file_magic_test_file=
|
cannam@89
|
2990 lt_cv_deplibs_check_method='unknown'
|
cannam@89
|
2991 # Need to set the preceding variable on all platforms that support
|
cannam@89
|
2992 # interlibrary dependencies.
|
cannam@89
|
2993 # 'none' -- dependencies not supported.
|
cannam@89
|
2994 # `unknown' -- same as none, but documents that we really don't know.
|
cannam@89
|
2995 # 'pass_all' -- all dependencies passed with no checks.
|
cannam@89
|
2996 # 'test_compile' -- check by making test program.
|
cannam@89
|
2997 # 'file_magic [[regex]]' -- check by looking for files in library path
|
cannam@89
|
2998 # which responds to the $file_magic_cmd with a given extended regex.
|
cannam@89
|
2999 # If you have `file' or equivalent on your system and you're not sure
|
cannam@89
|
3000 # whether `pass_all' will *always* work, you probably want this one.
|
cannam@89
|
3001
|
cannam@89
|
3002 case $host_os in
|
cannam@89
|
3003 aix[[4-9]]*)
|
cannam@89
|
3004 lt_cv_deplibs_check_method=pass_all
|
cannam@89
|
3005 ;;
|
cannam@89
|
3006
|
cannam@89
|
3007 beos*)
|
cannam@89
|
3008 lt_cv_deplibs_check_method=pass_all
|
cannam@89
|
3009 ;;
|
cannam@89
|
3010
|
cannam@89
|
3011 bsdi[[45]]*)
|
cannam@89
|
3012 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
|
cannam@89
|
3013 lt_cv_file_magic_cmd='/usr/bin/file -L'
|
cannam@89
|
3014 lt_cv_file_magic_test_file=/shlib/libc.so
|
cannam@89
|
3015 ;;
|
cannam@89
|
3016
|
cannam@89
|
3017 cygwin*)
|
cannam@89
|
3018 # func_win32_libid is a shell function defined in ltmain.sh
|
cannam@89
|
3019 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
cannam@89
|
3020 lt_cv_file_magic_cmd='func_win32_libid'
|
cannam@89
|
3021 ;;
|
cannam@89
|
3022
|
cannam@89
|
3023 mingw* | pw32*)
|
cannam@89
|
3024 # Base MSYS/MinGW do not provide the 'file' command needed by
|
cannam@89
|
3025 # func_win32_libid shell function, so use a weaker test based on 'objdump',
|
cannam@89
|
3026 # unless we find 'file', for example because we are cross-compiling.
|
cannam@89
|
3027 if ( file / ) >/dev/null 2>&1; then
|
cannam@89
|
3028 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
cannam@89
|
3029 lt_cv_file_magic_cmd='func_win32_libid'
|
cannam@89
|
3030 else
|
cannam@89
|
3031 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
|
cannam@89
|
3032 lt_cv_file_magic_cmd='$OBJDUMP -f'
|
cannam@89
|
3033 fi
|
cannam@89
|
3034 ;;
|
cannam@89
|
3035
|
cannam@89
|
3036 darwin* | rhapsody*)
|
cannam@89
|
3037 lt_cv_deplibs_check_method=pass_all
|
cannam@89
|
3038 ;;
|
cannam@89
|
3039
|
cannam@89
|
3040 freebsd* | dragonfly*)
|
cannam@89
|
3041 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
|
cannam@89
|
3042 case $host_cpu in
|
cannam@89
|
3043 i*86 )
|
cannam@89
|
3044 # Not sure whether the presence of OpenBSD here was a mistake.
|
cannam@89
|
3045 # Let's accept both of them until this is cleared up.
|
cannam@89
|
3046 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
|
cannam@89
|
3047 lt_cv_file_magic_cmd=/usr/bin/file
|
cannam@89
|
3048 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
|
cannam@89
|
3049 ;;
|
cannam@89
|
3050 esac
|
cannam@89
|
3051 else
|
cannam@89
|
3052 lt_cv_deplibs_check_method=pass_all
|
cannam@89
|
3053 fi
|
cannam@89
|
3054 ;;
|
cannam@89
|
3055
|
cannam@89
|
3056 gnu*)
|
cannam@89
|
3057 lt_cv_deplibs_check_method=pass_all
|
cannam@89
|
3058 ;;
|
cannam@89
|
3059
|
cannam@89
|
3060 hpux10.20* | hpux11*)
|
cannam@89
|
3061 lt_cv_file_magic_cmd=/usr/bin/file
|
cannam@89
|
3062 case $host_cpu in
|
cannam@89
|
3063 ia64*)
|
cannam@89
|
3064 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
|
cannam@89
|
3065 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
|
cannam@89
|
3066 ;;
|
cannam@89
|
3067 hppa*64*)
|
cannam@89
|
3068 [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
|
cannam@89
|
3069 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
|
cannam@89
|
3070 ;;
|
cannam@89
|
3071 *)
|
cannam@89
|
3072 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
|
cannam@89
|
3073 lt_cv_file_magic_test_file=/usr/lib/libc.sl
|
cannam@89
|
3074 ;;
|
cannam@89
|
3075 esac
|
cannam@89
|
3076 ;;
|
cannam@89
|
3077
|
cannam@89
|
3078 interix[[3-9]]*)
|
cannam@89
|
3079 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
|
cannam@89
|
3080 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
|
cannam@89
|
3081 ;;
|
cannam@89
|
3082
|
cannam@89
|
3083 irix5* | irix6* | nonstopux*)
|
cannam@89
|
3084 case $LD in
|
cannam@89
|
3085 *-32|*"-32 ") libmagic=32-bit;;
|
cannam@89
|
3086 *-n32|*"-n32 ") libmagic=N32;;
|
cannam@89
|
3087 *-64|*"-64 ") libmagic=64-bit;;
|
cannam@89
|
3088 *) libmagic=never-match;;
|
cannam@89
|
3089 esac
|
cannam@89
|
3090 lt_cv_deplibs_check_method=pass_all
|
cannam@89
|
3091 ;;
|
cannam@89
|
3092
|
cannam@89
|
3093 # This must be Linux ELF.
|
cannam@89
|
3094 linux* | k*bsd*-gnu)
|
cannam@89
|
3095 lt_cv_deplibs_check_method=pass_all
|
cannam@89
|
3096 ;;
|
cannam@89
|
3097
|
cannam@89
|
3098 netbsd* | netbsdelf*-gnu)
|
cannam@89
|
3099 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
|
cannam@89
|
3100 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
|
cannam@89
|
3101 else
|
cannam@89
|
3102 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
|
cannam@89
|
3103 fi
|
cannam@89
|
3104 ;;
|
cannam@89
|
3105
|
cannam@89
|
3106 newos6*)
|
cannam@89
|
3107 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
|
cannam@89
|
3108 lt_cv_file_magic_cmd=/usr/bin/file
|
cannam@89
|
3109 lt_cv_file_magic_test_file=/usr/lib/libnls.so
|
cannam@89
|
3110 ;;
|
cannam@89
|
3111
|
cannam@89
|
3112 *nto* | *qnx*)
|
cannam@89
|
3113 lt_cv_deplibs_check_method=pass_all
|
cannam@89
|
3114 ;;
|
cannam@89
|
3115
|
cannam@89
|
3116 openbsd*)
|
cannam@89
|
3117 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
cannam@89
|
3118 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
|
cannam@89
|
3119 else
|
cannam@89
|
3120 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
|
cannam@89
|
3121 fi
|
cannam@89
|
3122 ;;
|
cannam@89
|
3123
|
cannam@89
|
3124 osf3* | osf4* | osf5*)
|
cannam@89
|
3125 lt_cv_deplibs_check_method=pass_all
|
cannam@89
|
3126 ;;
|
cannam@89
|
3127
|
cannam@89
|
3128 rdos*)
|
cannam@89
|
3129 lt_cv_deplibs_check_method=pass_all
|
cannam@89
|
3130 ;;
|
cannam@89
|
3131
|
cannam@89
|
3132 solaris*)
|
cannam@89
|
3133 lt_cv_deplibs_check_method=pass_all
|
cannam@89
|
3134 ;;
|
cannam@89
|
3135
|
cannam@89
|
3136 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
|
cannam@89
|
3137 lt_cv_deplibs_check_method=pass_all
|
cannam@89
|
3138 ;;
|
cannam@89
|
3139
|
cannam@89
|
3140 sysv4 | sysv4.3*)
|
cannam@89
|
3141 case $host_vendor in
|
cannam@89
|
3142 motorola)
|
cannam@89
|
3143 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@89
|
3144 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
|
cannam@89
|
3145 ;;
|
cannam@89
|
3146 ncr)
|
cannam@89
|
3147 lt_cv_deplibs_check_method=pass_all
|
cannam@89
|
3148 ;;
|
cannam@89
|
3149 sequent)
|
cannam@89
|
3150 lt_cv_file_magic_cmd='/bin/file'
|
cannam@89
|
3151 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
|
cannam@89
|
3152 ;;
|
cannam@89
|
3153 sni)
|
cannam@89
|
3154 lt_cv_file_magic_cmd='/bin/file'
|
cannam@89
|
3155 lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
|
cannam@89
|
3156 lt_cv_file_magic_test_file=/lib/libc.so
|
cannam@89
|
3157 ;;
|
cannam@89
|
3158 siemens)
|
cannam@89
|
3159 lt_cv_deplibs_check_method=pass_all
|
cannam@89
|
3160 ;;
|
cannam@89
|
3161 pc)
|
cannam@89
|
3162 lt_cv_deplibs_check_method=pass_all
|
cannam@89
|
3163 ;;
|
cannam@89
|
3164 esac
|
cannam@89
|
3165 ;;
|
cannam@89
|
3166
|
cannam@89
|
3167 tpf*)
|
cannam@89
|
3168 lt_cv_deplibs_check_method=pass_all
|
cannam@89
|
3169 ;;
|
cannam@89
|
3170 esac
|
cannam@89
|
3171 ])
|
cannam@89
|
3172 file_magic_cmd=$lt_cv_file_magic_cmd
|
cannam@89
|
3173 deplibs_check_method=$lt_cv_deplibs_check_method
|
cannam@89
|
3174 test -z "$deplibs_check_method" && deplibs_check_method=unknown
|
cannam@89
|
3175
|
cannam@89
|
3176 _LT_DECL([], [deplibs_check_method], [1],
|
cannam@89
|
3177 [Method to check whether dependent libraries are shared objects])
|
cannam@89
|
3178 _LT_DECL([], [file_magic_cmd], [1],
|
cannam@89
|
3179 [Command to use when deplibs_check_method == "file_magic"])
|
cannam@89
|
3180 ])# _LT_CHECK_MAGIC_METHOD
|
cannam@89
|
3181
|
cannam@89
|
3182
|
cannam@89
|
3183 # LT_PATH_NM
|
cannam@89
|
3184 # ----------
|
cannam@89
|
3185 # find the pathname to a BSD- or MS-compatible name lister
|
cannam@89
|
3186 AC_DEFUN([LT_PATH_NM],
|
cannam@89
|
3187 [AC_REQUIRE([AC_PROG_CC])dnl
|
cannam@89
|
3188 AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
|
cannam@89
|
3189 [if test -n "$NM"; then
|
cannam@89
|
3190 # Let the user override the test.
|
cannam@89
|
3191 lt_cv_path_NM="$NM"
|
cannam@89
|
3192 else
|
cannam@89
|
3193 lt_nm_to_check="${ac_tool_prefix}nm"
|
cannam@89
|
3194 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
|
cannam@89
|
3195 lt_nm_to_check="$lt_nm_to_check nm"
|
cannam@89
|
3196 fi
|
cannam@89
|
3197 for lt_tmp_nm in $lt_nm_to_check; do
|
cannam@89
|
3198 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
cannam@89
|
3199 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
|
cannam@89
|
3200 IFS="$lt_save_ifs"
|
cannam@89
|
3201 test -z "$ac_dir" && ac_dir=.
|
cannam@89
|
3202 tmp_nm="$ac_dir/$lt_tmp_nm"
|
cannam@89
|
3203 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
|
cannam@89
|
3204 # Check to see if the nm accepts a BSD-compat flag.
|
cannam@89
|
3205 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
|
cannam@89
|
3206 # nm: unknown option "B" ignored
|
cannam@89
|
3207 # Tru64's nm complains that /dev/null is an invalid object file
|
cannam@89
|
3208 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
|
cannam@89
|
3209 */dev/null* | *'Invalid file or object type'*)
|
cannam@89
|
3210 lt_cv_path_NM="$tmp_nm -B"
|
cannam@89
|
3211 break
|
cannam@89
|
3212 ;;
|
cannam@89
|
3213 *)
|
cannam@89
|
3214 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
|
cannam@89
|
3215 */dev/null*)
|
cannam@89
|
3216 lt_cv_path_NM="$tmp_nm -p"
|
cannam@89
|
3217 break
|
cannam@89
|
3218 ;;
|
cannam@89
|
3219 *)
|
cannam@89
|
3220 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
|
cannam@89
|
3221 continue # so that we can try to find one that supports BSD flags
|
cannam@89
|
3222 ;;
|
cannam@89
|
3223 esac
|
cannam@89
|
3224 ;;
|
cannam@89
|
3225 esac
|
cannam@89
|
3226 fi
|
cannam@89
|
3227 done
|
cannam@89
|
3228 IFS="$lt_save_ifs"
|
cannam@89
|
3229 done
|
cannam@89
|
3230 : ${lt_cv_path_NM=no}
|
cannam@89
|
3231 fi])
|
cannam@89
|
3232 if test "$lt_cv_path_NM" != "no"; then
|
cannam@89
|
3233 NM="$lt_cv_path_NM"
|
cannam@89
|
3234 else
|
cannam@89
|
3235 # Didn't find any BSD compatible name lister, look for dumpbin.
|
cannam@89
|
3236 AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :)
|
cannam@89
|
3237 AC_SUBST([DUMPBIN])
|
cannam@89
|
3238 if test "$DUMPBIN" != ":"; then
|
cannam@89
|
3239 NM="$DUMPBIN"
|
cannam@89
|
3240 fi
|
cannam@89
|
3241 fi
|
cannam@89
|
3242 test -z "$NM" && NM=nm
|
cannam@89
|
3243 AC_SUBST([NM])
|
cannam@89
|
3244 _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
|
cannam@89
|
3245
|
cannam@89
|
3246 AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
|
cannam@89
|
3247 [lt_cv_nm_interface="BSD nm"
|
cannam@89
|
3248 echo "int some_variable = 0;" > conftest.$ac_ext
|
cannam@89
|
3249 (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
|
cannam@89
|
3250 (eval "$ac_compile" 2>conftest.err)
|
cannam@89
|
3251 cat conftest.err >&AS_MESSAGE_LOG_FD
|
cannam@89
|
3252 (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
|
cannam@89
|
3253 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
|
cannam@89
|
3254 cat conftest.err >&AS_MESSAGE_LOG_FD
|
cannam@89
|
3255 (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD)
|
cannam@89
|
3256 cat conftest.out >&AS_MESSAGE_LOG_FD
|
cannam@89
|
3257 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
|
cannam@89
|
3258 lt_cv_nm_interface="MS dumpbin"
|
cannam@89
|
3259 fi
|
cannam@89
|
3260 rm -f conftest*])
|
cannam@89
|
3261 ])# LT_PATH_NM
|
cannam@89
|
3262
|
cannam@89
|
3263 # Old names:
|
cannam@89
|
3264 AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
|
cannam@89
|
3265 AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
|
cannam@89
|
3266 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
3267 dnl AC_DEFUN([AM_PROG_NM], [])
|
cannam@89
|
3268 dnl AC_DEFUN([AC_PROG_NM], [])
|
cannam@89
|
3269
|
cannam@89
|
3270
|
cannam@89
|
3271 # LT_LIB_M
|
cannam@89
|
3272 # --------
|
cannam@89
|
3273 # check for math library
|
cannam@89
|
3274 AC_DEFUN([LT_LIB_M],
|
cannam@89
|
3275 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
cannam@89
|
3276 LIBM=
|
cannam@89
|
3277 case $host in
|
cannam@89
|
3278 *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
|
cannam@89
|
3279 # These system don't have libm, or don't need it
|
cannam@89
|
3280 ;;
|
cannam@89
|
3281 *-ncr-sysv4.3*)
|
cannam@89
|
3282 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
|
cannam@89
|
3283 AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
|
cannam@89
|
3284 ;;
|
cannam@89
|
3285 *)
|
cannam@89
|
3286 AC_CHECK_LIB(m, cos, LIBM="-lm")
|
cannam@89
|
3287 ;;
|
cannam@89
|
3288 esac
|
cannam@89
|
3289 AC_SUBST([LIBM])
|
cannam@89
|
3290 ])# LT_LIB_M
|
cannam@89
|
3291
|
cannam@89
|
3292 # Old name:
|
cannam@89
|
3293 AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
|
cannam@89
|
3294 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
3295 dnl AC_DEFUN([AC_CHECK_LIBM], [])
|
cannam@89
|
3296
|
cannam@89
|
3297
|
cannam@89
|
3298 # _LT_COMPILER_NO_RTTI([TAGNAME])
|
cannam@89
|
3299 # -------------------------------
|
cannam@89
|
3300 m4_defun([_LT_COMPILER_NO_RTTI],
|
cannam@89
|
3301 [m4_require([_LT_TAG_COMPILER])dnl
|
cannam@89
|
3302
|
cannam@89
|
3303 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
|
cannam@89
|
3304
|
cannam@89
|
3305 if test "$GCC" = yes; then
|
cannam@89
|
3306 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
|
cannam@89
|
3307
|
cannam@89
|
3308 _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
|
cannam@89
|
3309 lt_cv_prog_compiler_rtti_exceptions,
|
cannam@89
|
3310 [-fno-rtti -fno-exceptions], [],
|
cannam@89
|
3311 [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
|
cannam@89
|
3312 fi
|
cannam@89
|
3313 _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
|
cannam@89
|
3314 [Compiler flag to turn off builtin functions])
|
cannam@89
|
3315 ])# _LT_COMPILER_NO_RTTI
|
cannam@89
|
3316
|
cannam@89
|
3317
|
cannam@89
|
3318 # _LT_CMD_GLOBAL_SYMBOLS
|
cannam@89
|
3319 # ----------------------
|
cannam@89
|
3320 m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
|
cannam@89
|
3321 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
cannam@89
|
3322 AC_REQUIRE([AC_PROG_CC])dnl
|
cannam@89
|
3323 AC_REQUIRE([LT_PATH_NM])dnl
|
cannam@89
|
3324 AC_REQUIRE([LT_PATH_LD])dnl
|
cannam@89
|
3325 m4_require([_LT_DECL_SED])dnl
|
cannam@89
|
3326 m4_require([_LT_DECL_EGREP])dnl
|
cannam@89
|
3327 m4_require([_LT_TAG_COMPILER])dnl
|
cannam@89
|
3328
|
cannam@89
|
3329 # Check for command to grab the raw symbol name followed by C symbol from nm.
|
cannam@89
|
3330 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
|
cannam@89
|
3331 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
|
cannam@89
|
3332 [
|
cannam@89
|
3333 # These are sane defaults that work on at least a few old systems.
|
cannam@89
|
3334 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
|
cannam@89
|
3335
|
cannam@89
|
3336 # Character class describing NM global symbol codes.
|
cannam@89
|
3337 symcode='[[BCDEGRST]]'
|
cannam@89
|
3338
|
cannam@89
|
3339 # Regexp to match symbols that can be accessed directly from C.
|
cannam@89
|
3340 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
|
cannam@89
|
3341
|
cannam@89
|
3342 # Define system-specific variables.
|
cannam@89
|
3343 case $host_os in
|
cannam@89
|
3344 aix*)
|
cannam@89
|
3345 symcode='[[BCDT]]'
|
cannam@89
|
3346 ;;
|
cannam@89
|
3347 cygwin* | mingw* | pw32*)
|
cannam@89
|
3348 symcode='[[ABCDGISTW]]'
|
cannam@89
|
3349 ;;
|
cannam@89
|
3350 hpux*)
|
cannam@89
|
3351 if test "$host_cpu" = ia64; then
|
cannam@89
|
3352 symcode='[[ABCDEGRST]]'
|
cannam@89
|
3353 fi
|
cannam@89
|
3354 ;;
|
cannam@89
|
3355 irix* | nonstopux*)
|
cannam@89
|
3356 symcode='[[BCDEGRST]]'
|
cannam@89
|
3357 ;;
|
cannam@89
|
3358 osf*)
|
cannam@89
|
3359 symcode='[[BCDEGQRST]]'
|
cannam@89
|
3360 ;;
|
cannam@89
|
3361 solaris*)
|
cannam@89
|
3362 symcode='[[BDRT]]'
|
cannam@89
|
3363 ;;
|
cannam@89
|
3364 sco3.2v5*)
|
cannam@89
|
3365 symcode='[[DT]]'
|
cannam@89
|
3366 ;;
|
cannam@89
|
3367 sysv4.2uw2*)
|
cannam@89
|
3368 symcode='[[DT]]'
|
cannam@89
|
3369 ;;
|
cannam@89
|
3370 sysv5* | sco5v6* | unixware* | OpenUNIX*)
|
cannam@89
|
3371 symcode='[[ABDT]]'
|
cannam@89
|
3372 ;;
|
cannam@89
|
3373 sysv4)
|
cannam@89
|
3374 symcode='[[DFNSTU]]'
|
cannam@89
|
3375 ;;
|
cannam@89
|
3376 esac
|
cannam@89
|
3377
|
cannam@89
|
3378 # If we're using GNU nm, then use its standard symbol codes.
|
cannam@89
|
3379 case `$NM -V 2>&1` in
|
cannam@89
|
3380 *GNU* | *'with BFD'*)
|
cannam@89
|
3381 symcode='[[ABCDGIRSTW]]' ;;
|
cannam@89
|
3382 esac
|
cannam@89
|
3383
|
cannam@89
|
3384 # Transform an extracted symbol line into a proper C declaration.
|
cannam@89
|
3385 # Some systems (esp. on ia64) link data and code symbols differently,
|
cannam@89
|
3386 # so use this general approach.
|
cannam@89
|
3387 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
|
cannam@89
|
3388
|
cannam@89
|
3389 # Transform an extracted symbol line into symbol name and symbol address
|
cannam@89
|
3390 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@89
|
3391 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@89
|
3392
|
cannam@89
|
3393 # Handle CRLF in mingw tool chain
|
cannam@89
|
3394 opt_cr=
|
cannam@89
|
3395 case $build_os in
|
cannam@89
|
3396 mingw*)
|
cannam@89
|
3397 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
|
cannam@89
|
3398 ;;
|
cannam@89
|
3399 esac
|
cannam@89
|
3400
|
cannam@89
|
3401 # Try without a prefix underscore, then with it.
|
cannam@89
|
3402 for ac_symprfx in "" "_"; do
|
cannam@89
|
3403
|
cannam@89
|
3404 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
|
cannam@89
|
3405 symxfrm="\\1 $ac_symprfx\\2 \\2"
|
cannam@89
|
3406
|
cannam@89
|
3407 # Write the raw and C identifiers.
|
cannam@89
|
3408 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
|
cannam@89
|
3409 # Fake it for dumpbin and say T for any non-static function
|
cannam@89
|
3410 # and D for any global variable.
|
cannam@89
|
3411 # Also find C++ and __fastcall symbols from MSVC++,
|
cannam@89
|
3412 # which start with @ or ?.
|
cannam@89
|
3413 lt_cv_sys_global_symbol_pipe="$AWK ['"\
|
cannam@89
|
3414 " {last_section=section; section=\$ 3};"\
|
cannam@89
|
3415 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
|
cannam@89
|
3416 " \$ 0!~/External *\|/{next};"\
|
cannam@89
|
3417 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
|
cannam@89
|
3418 " {if(hide[section]) next};"\
|
cannam@89
|
3419 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
|
cannam@89
|
3420 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
|
cannam@89
|
3421 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
|
cannam@89
|
3422 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
|
cannam@89
|
3423 " ' prfx=^$ac_symprfx]"
|
cannam@89
|
3424 else
|
cannam@89
|
3425 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
|
cannam@89
|
3426 fi
|
cannam@89
|
3427
|
cannam@89
|
3428 # Check to see that the pipe works correctly.
|
cannam@89
|
3429 pipe_works=no
|
cannam@89
|
3430
|
cannam@89
|
3431 rm -f conftest*
|
cannam@89
|
3432 cat > conftest.$ac_ext <<_LT_EOF
|
cannam@89
|
3433 #ifdef __cplusplus
|
cannam@89
|
3434 extern "C" {
|
cannam@89
|
3435 #endif
|
cannam@89
|
3436 char nm_test_var;
|
cannam@89
|
3437 void nm_test_func(void);
|
cannam@89
|
3438 void nm_test_func(void){}
|
cannam@89
|
3439 #ifdef __cplusplus
|
cannam@89
|
3440 }
|
cannam@89
|
3441 #endif
|
cannam@89
|
3442 int main(){nm_test_var='a';nm_test_func();return(0);}
|
cannam@89
|
3443 _LT_EOF
|
cannam@89
|
3444
|
cannam@89
|
3445 if AC_TRY_EVAL(ac_compile); then
|
cannam@89
|
3446 # Now try to grab the symbols.
|
cannam@89
|
3447 nlist=conftest.nm
|
cannam@89
|
3448 if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
|
cannam@89
|
3449 # Try sorting and uniquifying the output.
|
cannam@89
|
3450 if sort "$nlist" | uniq > "$nlist"T; then
|
cannam@89
|
3451 mv -f "$nlist"T "$nlist"
|
cannam@89
|
3452 else
|
cannam@89
|
3453 rm -f "$nlist"T
|
cannam@89
|
3454 fi
|
cannam@89
|
3455
|
cannam@89
|
3456 # Make sure that we snagged all the symbols we need.
|
cannam@89
|
3457 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
|
cannam@89
|
3458 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
|
cannam@89
|
3459 cat <<_LT_EOF > conftest.$ac_ext
|
cannam@89
|
3460 #ifdef __cplusplus
|
cannam@89
|
3461 extern "C" {
|
cannam@89
|
3462 #endif
|
cannam@89
|
3463
|
cannam@89
|
3464 _LT_EOF
|
cannam@89
|
3465 # Now generate the symbol file.
|
cannam@89
|
3466 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
|
cannam@89
|
3467
|
cannam@89
|
3468 cat <<_LT_EOF >> conftest.$ac_ext
|
cannam@89
|
3469
|
cannam@89
|
3470 /* The mapping between symbol names and symbols. */
|
cannam@89
|
3471 const struct {
|
cannam@89
|
3472 const char *name;
|
cannam@89
|
3473 void *address;
|
cannam@89
|
3474 }
|
cannam@89
|
3475 lt__PROGRAM__LTX_preloaded_symbols[[]] =
|
cannam@89
|
3476 {
|
cannam@89
|
3477 { "@PROGRAM@", (void *) 0 },
|
cannam@89
|
3478 _LT_EOF
|
cannam@89
|
3479 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
|
cannam@89
|
3480 cat <<\_LT_EOF >> conftest.$ac_ext
|
cannam@89
|
3481 {0, (void *) 0}
|
cannam@89
|
3482 };
|
cannam@89
|
3483
|
cannam@89
|
3484 /* This works around a problem in FreeBSD linker */
|
cannam@89
|
3485 #ifdef FREEBSD_WORKAROUND
|
cannam@89
|
3486 static const void *lt_preloaded_setup() {
|
cannam@89
|
3487 return lt__PROGRAM__LTX_preloaded_symbols;
|
cannam@89
|
3488 }
|
cannam@89
|
3489 #endif
|
cannam@89
|
3490
|
cannam@89
|
3491 #ifdef __cplusplus
|
cannam@89
|
3492 }
|
cannam@89
|
3493 #endif
|
cannam@89
|
3494 _LT_EOF
|
cannam@89
|
3495 # Now try linking the two files.
|
cannam@89
|
3496 mv conftest.$ac_objext conftstm.$ac_objext
|
cannam@89
|
3497 lt_save_LIBS="$LIBS"
|
cannam@89
|
3498 lt_save_CFLAGS="$CFLAGS"
|
cannam@89
|
3499 LIBS="conftstm.$ac_objext"
|
cannam@89
|
3500 CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
|
cannam@89
|
3501 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
|
cannam@89
|
3502 pipe_works=yes
|
cannam@89
|
3503 fi
|
cannam@89
|
3504 LIBS="$lt_save_LIBS"
|
cannam@89
|
3505 CFLAGS="$lt_save_CFLAGS"
|
cannam@89
|
3506 else
|
cannam@89
|
3507 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
|
cannam@89
|
3508 fi
|
cannam@89
|
3509 else
|
cannam@89
|
3510 echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
|
cannam@89
|
3511 fi
|
cannam@89
|
3512 else
|
cannam@89
|
3513 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
|
cannam@89
|
3514 fi
|
cannam@89
|
3515 else
|
cannam@89
|
3516 echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
|
cannam@89
|
3517 cat conftest.$ac_ext >&5
|
cannam@89
|
3518 fi
|
cannam@89
|
3519 rm -rf conftest* conftst*
|
cannam@89
|
3520
|
cannam@89
|
3521 # Do not use the global_symbol_pipe unless it works.
|
cannam@89
|
3522 if test "$pipe_works" = yes; then
|
cannam@89
|
3523 break
|
cannam@89
|
3524 else
|
cannam@89
|
3525 lt_cv_sys_global_symbol_pipe=
|
cannam@89
|
3526 fi
|
cannam@89
|
3527 done
|
cannam@89
|
3528 ])
|
cannam@89
|
3529 if test -z "$lt_cv_sys_global_symbol_pipe"; then
|
cannam@89
|
3530 lt_cv_sys_global_symbol_to_cdecl=
|
cannam@89
|
3531 fi
|
cannam@89
|
3532 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
|
cannam@89
|
3533 AC_MSG_RESULT(failed)
|
cannam@89
|
3534 else
|
cannam@89
|
3535 AC_MSG_RESULT(ok)
|
cannam@89
|
3536 fi
|
cannam@89
|
3537
|
cannam@89
|
3538 _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
|
cannam@89
|
3539 [Take the output of nm and produce a listing of raw symbols and C names])
|
cannam@89
|
3540 _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
|
cannam@89
|
3541 [Transform the output of nm in a proper C declaration])
|
cannam@89
|
3542 _LT_DECL([global_symbol_to_c_name_address],
|
cannam@89
|
3543 [lt_cv_sys_global_symbol_to_c_name_address], [1],
|
cannam@89
|
3544 [Transform the output of nm in a C name address pair])
|
cannam@89
|
3545 _LT_DECL([global_symbol_to_c_name_address_lib_prefix],
|
cannam@89
|
3546 [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
|
cannam@89
|
3547 [Transform the output of nm in a C name address pair when lib prefix is needed])
|
cannam@89
|
3548 ]) # _LT_CMD_GLOBAL_SYMBOLS
|
cannam@89
|
3549
|
cannam@89
|
3550
|
cannam@89
|
3551 # _LT_COMPILER_PIC([TAGNAME])
|
cannam@89
|
3552 # ---------------------------
|
cannam@89
|
3553 m4_defun([_LT_COMPILER_PIC],
|
cannam@89
|
3554 [m4_require([_LT_TAG_COMPILER])dnl
|
cannam@89
|
3555 _LT_TAGVAR(lt_prog_compiler_wl, $1)=
|
cannam@89
|
3556 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
|
cannam@89
|
3557 _LT_TAGVAR(lt_prog_compiler_static, $1)=
|
cannam@89
|
3558
|
cannam@89
|
3559 AC_MSG_CHECKING([for $compiler option to produce PIC])
|
cannam@89
|
3560 m4_if([$1], [CXX], [
|
cannam@89
|
3561 # C++ specific cases for pic, static, wl, etc.
|
cannam@89
|
3562 if test "$GXX" = yes; then
|
cannam@89
|
3563 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
3564 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
cannam@89
|
3565
|
cannam@89
|
3566 case $host_os in
|
cannam@89
|
3567 aix*)
|
cannam@89
|
3568 # All AIX code is PIC.
|
cannam@89
|
3569 if test "$host_cpu" = ia64; then
|
cannam@89
|
3570 # AIX 5 now supports IA64 processor
|
cannam@89
|
3571 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
3572 fi
|
cannam@89
|
3573 ;;
|
cannam@89
|
3574
|
cannam@89
|
3575 amigaos*)
|
cannam@89
|
3576 case $host_cpu in
|
cannam@89
|
3577 powerpc)
|
cannam@89
|
3578 # see comment about AmigaOS4 .so support
|
cannam@89
|
3579 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@89
|
3580 ;;
|
cannam@89
|
3581 m68k)
|
cannam@89
|
3582 # FIXME: we need at least 68020 code to build shared libraries, but
|
cannam@89
|
3583 # adding the `-m68020' flag to GCC prevents building anything better,
|
cannam@89
|
3584 # like `-m68040'.
|
cannam@89
|
3585 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
|
cannam@89
|
3586 ;;
|
cannam@89
|
3587 esac
|
cannam@89
|
3588 ;;
|
cannam@89
|
3589
|
cannam@89
|
3590 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
|
cannam@89
|
3591 # PIC is the default for these OSes.
|
cannam@89
|
3592 ;;
|
cannam@89
|
3593 mingw* | cygwin* | os2* | pw32*)
|
cannam@89
|
3594 # This hack is so that the source file can tell whether it is being
|
cannam@89
|
3595 # built for inclusion in a dll (and should export symbols for example).
|
cannam@89
|
3596 # Although the cygwin gcc ignores -fPIC, still need this for old-style
|
cannam@89
|
3597 # (--disable-auto-import) libraries
|
cannam@89
|
3598 m4_if([$1], [GCJ], [],
|
cannam@89
|
3599 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
|
cannam@89
|
3600 ;;
|
cannam@89
|
3601 darwin* | rhapsody*)
|
cannam@89
|
3602 # PIC is the default on this platform
|
cannam@89
|
3603 # Common symbols not allowed in MH_DYLIB files
|
cannam@89
|
3604 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
|
cannam@89
|
3605 ;;
|
cannam@89
|
3606 *djgpp*)
|
cannam@89
|
3607 # DJGPP does not support shared libraries at all
|
cannam@89
|
3608 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
|
cannam@89
|
3609 ;;
|
cannam@89
|
3610 interix[[3-9]]*)
|
cannam@89
|
3611 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
|
cannam@89
|
3612 # Instead, we relocate shared libraries at runtime.
|
cannam@89
|
3613 ;;
|
cannam@89
|
3614 sysv4*MP*)
|
cannam@89
|
3615 if test -d /usr/nec; then
|
cannam@89
|
3616 _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
|
cannam@89
|
3617 fi
|
cannam@89
|
3618 ;;
|
cannam@89
|
3619 hpux*)
|
cannam@89
|
3620 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
|
cannam@89
|
3621 # not for PA HP-UX.
|
cannam@89
|
3622 case $host_cpu in
|
cannam@89
|
3623 hppa*64*|ia64*)
|
cannam@89
|
3624 ;;
|
cannam@89
|
3625 *)
|
cannam@89
|
3626 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@89
|
3627 ;;
|
cannam@89
|
3628 esac
|
cannam@89
|
3629 ;;
|
cannam@89
|
3630 *qnx* | *nto*)
|
cannam@89
|
3631 # QNX uses GNU C++, but need to define -shared option too, otherwise
|
cannam@89
|
3632 # it will coredump.
|
cannam@89
|
3633 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
|
cannam@89
|
3634 ;;
|
cannam@89
|
3635 *)
|
cannam@89
|
3636 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@89
|
3637 ;;
|
cannam@89
|
3638 esac
|
cannam@89
|
3639 else
|
cannam@89
|
3640 case $host_os in
|
cannam@89
|
3641 aix[[4-9]]*)
|
cannam@89
|
3642 # All AIX code is PIC.
|
cannam@89
|
3643 if test "$host_cpu" = ia64; then
|
cannam@89
|
3644 # AIX 5 now supports IA64 processor
|
cannam@89
|
3645 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
3646 else
|
cannam@89
|
3647 _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
|
cannam@89
|
3648 fi
|
cannam@89
|
3649 ;;
|
cannam@89
|
3650 chorus*)
|
cannam@89
|
3651 case $cc_basename in
|
cannam@89
|
3652 cxch68*)
|
cannam@89
|
3653 # Green Hills C++ Compiler
|
cannam@89
|
3654 # _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@89
|
3655 ;;
|
cannam@89
|
3656 esac
|
cannam@89
|
3657 ;;
|
cannam@89
|
3658 dgux*)
|
cannam@89
|
3659 case $cc_basename in
|
cannam@89
|
3660 ec++*)
|
cannam@89
|
3661 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@89
|
3662 ;;
|
cannam@89
|
3663 ghcx*)
|
cannam@89
|
3664 # Green Hills C++ Compiler
|
cannam@89
|
3665 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
|
cannam@89
|
3666 ;;
|
cannam@89
|
3667 *)
|
cannam@89
|
3668 ;;
|
cannam@89
|
3669 esac
|
cannam@89
|
3670 ;;
|
cannam@89
|
3671 freebsd* | dragonfly*)
|
cannam@89
|
3672 # FreeBSD uses GNU C++
|
cannam@89
|
3673 ;;
|
cannam@89
|
3674 hpux9* | hpux10* | hpux11*)
|
cannam@89
|
3675 case $cc_basename in
|
cannam@89
|
3676 CC*)
|
cannam@89
|
3677 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
3678 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
|
cannam@89
|
3679 if test "$host_cpu" != ia64; then
|
cannam@89
|
3680 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
|
cannam@89
|
3681 fi
|
cannam@89
|
3682 ;;
|
cannam@89
|
3683 aCC*)
|
cannam@89
|
3684 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
3685 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
|
cannam@89
|
3686 case $host_cpu in
|
cannam@89
|
3687 hppa*64*|ia64*)
|
cannam@89
|
3688 # +Z the default
|
cannam@89
|
3689 ;;
|
cannam@89
|
3690 *)
|
cannam@89
|
3691 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
|
cannam@89
|
3692 ;;
|
cannam@89
|
3693 esac
|
cannam@89
|
3694 ;;
|
cannam@89
|
3695 *)
|
cannam@89
|
3696 ;;
|
cannam@89
|
3697 esac
|
cannam@89
|
3698 ;;
|
cannam@89
|
3699 interix*)
|
cannam@89
|
3700 # This is c89, which is MS Visual C++ (no shared libs)
|
cannam@89
|
3701 # Anyone wants to do a port?
|
cannam@89
|
3702 ;;
|
cannam@89
|
3703 irix5* | irix6* | nonstopux*)
|
cannam@89
|
3704 case $cc_basename in
|
cannam@89
|
3705 CC*)
|
cannam@89
|
3706 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
3707 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
cannam@89
|
3708 # CC pic flag -KPIC is the default.
|
cannam@89
|
3709 ;;
|
cannam@89
|
3710 *)
|
cannam@89
|
3711 ;;
|
cannam@89
|
3712 esac
|
cannam@89
|
3713 ;;
|
cannam@89
|
3714 linux* | k*bsd*-gnu)
|
cannam@89
|
3715 case $cc_basename in
|
cannam@89
|
3716 KCC*)
|
cannam@89
|
3717 # KAI C++ Compiler
|
cannam@89
|
3718 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
|
cannam@89
|
3719 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@89
|
3720 ;;
|
cannam@89
|
3721 icpc* | ecpc* )
|
cannam@89
|
3722 # Intel C++
|
cannam@89
|
3723 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
3724 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@89
|
3725 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
cannam@89
|
3726 ;;
|
cannam@89
|
3727 pgCC* | pgcpp*)
|
cannam@89
|
3728 # Portland Group C++ compiler
|
cannam@89
|
3729 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
3730 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
|
cannam@89
|
3731 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
3732 ;;
|
cannam@89
|
3733 cxx*)
|
cannam@89
|
3734 # Compaq C++
|
cannam@89
|
3735 # Make sure the PIC flag is empty. It appears that all Alpha
|
cannam@89
|
3736 # Linux and Compaq Tru64 Unix objects are PIC.
|
cannam@89
|
3737 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
|
cannam@89
|
3738 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
cannam@89
|
3739 ;;
|
cannam@89
|
3740 xlc* | xlC*)
|
cannam@89
|
3741 # IBM XL 8.0 on PPC
|
cannam@89
|
3742 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
3743 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
|
cannam@89
|
3744 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
|
cannam@89
|
3745 ;;
|
cannam@89
|
3746 *)
|
cannam@89
|
3747 case `$CC -V 2>&1 | sed 5q` in
|
cannam@89
|
3748 *Sun\ C*)
|
cannam@89
|
3749 # Sun C++ 5.9
|
cannam@89
|
3750 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@89
|
3751 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
3752 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
|
cannam@89
|
3753 ;;
|
cannam@89
|
3754 esac
|
cannam@89
|
3755 ;;
|
cannam@89
|
3756 esac
|
cannam@89
|
3757 ;;
|
cannam@89
|
3758 lynxos*)
|
cannam@89
|
3759 ;;
|
cannam@89
|
3760 m88k*)
|
cannam@89
|
3761 ;;
|
cannam@89
|
3762 mvs*)
|
cannam@89
|
3763 case $cc_basename in
|
cannam@89
|
3764 cxx*)
|
cannam@89
|
3765 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
|
cannam@89
|
3766 ;;
|
cannam@89
|
3767 *)
|
cannam@89
|
3768 ;;
|
cannam@89
|
3769 esac
|
cannam@89
|
3770 ;;
|
cannam@89
|
3771 netbsd* | netbsdelf*-gnu)
|
cannam@89
|
3772 ;;
|
cannam@89
|
3773 *qnx* | *nto*)
|
cannam@89
|
3774 # QNX uses GNU C++, but need to define -shared option too, otherwise
|
cannam@89
|
3775 # it will coredump.
|
cannam@89
|
3776 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
|
cannam@89
|
3777 ;;
|
cannam@89
|
3778 osf3* | osf4* | osf5*)
|
cannam@89
|
3779 case $cc_basename in
|
cannam@89
|
3780 KCC*)
|
cannam@89
|
3781 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
|
cannam@89
|
3782 ;;
|
cannam@89
|
3783 RCC*)
|
cannam@89
|
3784 # Rational C++ 2.4.1
|
cannam@89
|
3785 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
|
cannam@89
|
3786 ;;
|
cannam@89
|
3787 cxx*)
|
cannam@89
|
3788 # Digital/Compaq C++
|
cannam@89
|
3789 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
3790 # Make sure the PIC flag is empty. It appears that all Alpha
|
cannam@89
|
3791 # Linux and Compaq Tru64 Unix objects are PIC.
|
cannam@89
|
3792 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
|
cannam@89
|
3793 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
cannam@89
|
3794 ;;
|
cannam@89
|
3795 *)
|
cannam@89
|
3796 ;;
|
cannam@89
|
3797 esac
|
cannam@89
|
3798 ;;
|
cannam@89
|
3799 psos*)
|
cannam@89
|
3800 ;;
|
cannam@89
|
3801 solaris*)
|
cannam@89
|
3802 case $cc_basename in
|
cannam@89
|
3803 CC*)
|
cannam@89
|
3804 # Sun C++ 4.2, 5.x and Centerline C++
|
cannam@89
|
3805 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@89
|
3806 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
3807 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
|
cannam@89
|
3808 ;;
|
cannam@89
|
3809 gcx*)
|
cannam@89
|
3810 # Green Hills C++ Compiler
|
cannam@89
|
3811 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
|
cannam@89
|
3812 ;;
|
cannam@89
|
3813 *)
|
cannam@89
|
3814 ;;
|
cannam@89
|
3815 esac
|
cannam@89
|
3816 ;;
|
cannam@89
|
3817 sunos4*)
|
cannam@89
|
3818 case $cc_basename in
|
cannam@89
|
3819 CC*)
|
cannam@89
|
3820 # Sun C++ 4.x
|
cannam@89
|
3821 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
|
cannam@89
|
3822 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
3823 ;;
|
cannam@89
|
3824 lcc*)
|
cannam@89
|
3825 # Lucid
|
cannam@89
|
3826 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
|
cannam@89
|
3827 ;;
|
cannam@89
|
3828 *)
|
cannam@89
|
3829 ;;
|
cannam@89
|
3830 esac
|
cannam@89
|
3831 ;;
|
cannam@89
|
3832 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
|
cannam@89
|
3833 case $cc_basename in
|
cannam@89
|
3834 CC*)
|
cannam@89
|
3835 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
3836 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@89
|
3837 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
3838 ;;
|
cannam@89
|
3839 esac
|
cannam@89
|
3840 ;;
|
cannam@89
|
3841 tandem*)
|
cannam@89
|
3842 case $cc_basename in
|
cannam@89
|
3843 NCC*)
|
cannam@89
|
3844 # NonStop-UX NCC 3.20
|
cannam@89
|
3845 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@89
|
3846 ;;
|
cannam@89
|
3847 *)
|
cannam@89
|
3848 ;;
|
cannam@89
|
3849 esac
|
cannam@89
|
3850 ;;
|
cannam@89
|
3851 vxworks*)
|
cannam@89
|
3852 ;;
|
cannam@89
|
3853 *)
|
cannam@89
|
3854 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
|
cannam@89
|
3855 ;;
|
cannam@89
|
3856 esac
|
cannam@89
|
3857 fi
|
cannam@89
|
3858 ],
|
cannam@89
|
3859 [
|
cannam@89
|
3860 if test "$GCC" = yes; then
|
cannam@89
|
3861 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
3862 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
cannam@89
|
3863
|
cannam@89
|
3864 case $host_os in
|
cannam@89
|
3865 aix*)
|
cannam@89
|
3866 # All AIX code is PIC.
|
cannam@89
|
3867 if test "$host_cpu" = ia64; then
|
cannam@89
|
3868 # AIX 5 now supports IA64 processor
|
cannam@89
|
3869 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
3870 fi
|
cannam@89
|
3871 ;;
|
cannam@89
|
3872
|
cannam@89
|
3873 amigaos*)
|
cannam@89
|
3874 case $host_cpu in
|
cannam@89
|
3875 powerpc)
|
cannam@89
|
3876 # see comment about AmigaOS4 .so support
|
cannam@89
|
3877 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@89
|
3878 ;;
|
cannam@89
|
3879 m68k)
|
cannam@89
|
3880 # FIXME: we need at least 68020 code to build shared libraries, but
|
cannam@89
|
3881 # adding the `-m68020' flag to GCC prevents building anything better,
|
cannam@89
|
3882 # like `-m68040'.
|
cannam@89
|
3883 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
|
cannam@89
|
3884 ;;
|
cannam@89
|
3885 esac
|
cannam@89
|
3886 ;;
|
cannam@89
|
3887
|
cannam@89
|
3888 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
|
cannam@89
|
3889 # PIC is the default for these OSes.
|
cannam@89
|
3890 ;;
|
cannam@89
|
3891
|
cannam@89
|
3892 mingw* | cygwin* | pw32* | os2*)
|
cannam@89
|
3893 # This hack is so that the source file can tell whether it is being
|
cannam@89
|
3894 # built for inclusion in a dll (and should export symbols for example).
|
cannam@89
|
3895 # Although the cygwin gcc ignores -fPIC, still need this for old-style
|
cannam@89
|
3896 # (--disable-auto-import) libraries
|
cannam@89
|
3897 m4_if([$1], [GCJ], [],
|
cannam@89
|
3898 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
|
cannam@89
|
3899 ;;
|
cannam@89
|
3900
|
cannam@89
|
3901 darwin* | rhapsody*)
|
cannam@89
|
3902 # PIC is the default on this platform
|
cannam@89
|
3903 # Common symbols not allowed in MH_DYLIB files
|
cannam@89
|
3904 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
|
cannam@89
|
3905 ;;
|
cannam@89
|
3906
|
cannam@89
|
3907 hpux*)
|
cannam@89
|
3908 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
|
cannam@89
|
3909 # not for PA HP-UX.
|
cannam@89
|
3910 case $host_cpu in
|
cannam@89
|
3911 hppa*64*|ia64*)
|
cannam@89
|
3912 # +Z the default
|
cannam@89
|
3913 ;;
|
cannam@89
|
3914 *)
|
cannam@89
|
3915 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@89
|
3916 ;;
|
cannam@89
|
3917 esac
|
cannam@89
|
3918 ;;
|
cannam@89
|
3919
|
cannam@89
|
3920 interix[[3-9]]*)
|
cannam@89
|
3921 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
|
cannam@89
|
3922 # Instead, we relocate shared libraries at runtime.
|
cannam@89
|
3923 ;;
|
cannam@89
|
3924
|
cannam@89
|
3925 msdosdjgpp*)
|
cannam@89
|
3926 # Just because we use GCC doesn't mean we suddenly get shared libraries
|
cannam@89
|
3927 # on systems that don't support them.
|
cannam@89
|
3928 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
|
cannam@89
|
3929 enable_shared=no
|
cannam@89
|
3930 ;;
|
cannam@89
|
3931
|
cannam@89
|
3932 *nto* | *qnx*)
|
cannam@89
|
3933 # QNX uses GNU C++, but need to define -shared option too, otherwise
|
cannam@89
|
3934 # it will coredump.
|
cannam@89
|
3935 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
|
cannam@89
|
3936 ;;
|
cannam@89
|
3937
|
cannam@89
|
3938 sysv4*MP*)
|
cannam@89
|
3939 if test -d /usr/nec; then
|
cannam@89
|
3940 _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
|
cannam@89
|
3941 fi
|
cannam@89
|
3942 ;;
|
cannam@89
|
3943
|
cannam@89
|
3944 *)
|
cannam@89
|
3945 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
|
cannam@89
|
3946 ;;
|
cannam@89
|
3947 esac
|
cannam@89
|
3948 else
|
cannam@89
|
3949 # PORTME Check for flag to pass linker flags through the system compiler.
|
cannam@89
|
3950 case $host_os in
|
cannam@89
|
3951 aix*)
|
cannam@89
|
3952 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
3953 if test "$host_cpu" = ia64; then
|
cannam@89
|
3954 # AIX 5 now supports IA64 processor
|
cannam@89
|
3955 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
3956 else
|
cannam@89
|
3957 _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
|
cannam@89
|
3958 fi
|
cannam@89
|
3959 ;;
|
cannam@89
|
3960
|
cannam@89
|
3961 mingw* | cygwin* | pw32* | os2*)
|
cannam@89
|
3962 # This hack is so that the source file can tell whether it is being
|
cannam@89
|
3963 # built for inclusion in a dll (and should export symbols for example).
|
cannam@89
|
3964 m4_if([$1], [GCJ], [],
|
cannam@89
|
3965 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
|
cannam@89
|
3966 ;;
|
cannam@89
|
3967
|
cannam@89
|
3968 hpux9* | hpux10* | hpux11*)
|
cannam@89
|
3969 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
3970 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
|
cannam@89
|
3971 # not for PA HP-UX.
|
cannam@89
|
3972 case $host_cpu in
|
cannam@89
|
3973 hppa*64*|ia64*)
|
cannam@89
|
3974 # +Z the default
|
cannam@89
|
3975 ;;
|
cannam@89
|
3976 *)
|
cannam@89
|
3977 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
|
cannam@89
|
3978 ;;
|
cannam@89
|
3979 esac
|
cannam@89
|
3980 # Is there a better lt_prog_compiler_static that works with the bundled CC?
|
cannam@89
|
3981 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
|
cannam@89
|
3982 ;;
|
cannam@89
|
3983
|
cannam@89
|
3984 irix5* | irix6* | nonstopux*)
|
cannam@89
|
3985 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
3986 # PIC (with -KPIC) is the default.
|
cannam@89
|
3987 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
cannam@89
|
3988 ;;
|
cannam@89
|
3989
|
cannam@89
|
3990 linux* | k*bsd*-gnu)
|
cannam@89
|
3991 case $cc_basename in
|
cannam@89
|
3992 icc* | ecc* | ifort*)
|
cannam@89
|
3993 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
3994 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@89
|
3995 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
|
cannam@89
|
3996 ;;
|
cannam@89
|
3997 pgcc* | pgf77* | pgf90* | pgf95*)
|
cannam@89
|
3998 # Portland Group compilers (*not* the Pentium gcc compiler,
|
cannam@89
|
3999 # which looks to be a dead project)
|
cannam@89
|
4000 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
4001 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
|
cannam@89
|
4002 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
4003 ;;
|
cannam@89
|
4004 ccc*)
|
cannam@89
|
4005 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
4006 # All Alpha code is PIC.
|
cannam@89
|
4007 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
cannam@89
|
4008 ;;
|
cannam@89
|
4009 xl*)
|
cannam@89
|
4010 # IBM XL C 8.0/Fortran 10.1 on PPC
|
cannam@89
|
4011 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
4012 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
|
cannam@89
|
4013 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
|
cannam@89
|
4014 ;;
|
cannam@89
|
4015 *)
|
cannam@89
|
4016 case `$CC -V 2>&1 | sed 5q` in
|
cannam@89
|
4017 *Sun\ C*)
|
cannam@89
|
4018 # Sun C 5.9
|
cannam@89
|
4019 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@89
|
4020 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
4021 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
4022 ;;
|
cannam@89
|
4023 *Sun\ F*)
|
cannam@89
|
4024 # Sun Fortran 8.3 passes all unrecognized flags to the linker
|
cannam@89
|
4025 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@89
|
4026 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
4027 _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
|
cannam@89
|
4028 ;;
|
cannam@89
|
4029 esac
|
cannam@89
|
4030 ;;
|
cannam@89
|
4031 esac
|
cannam@89
|
4032 ;;
|
cannam@89
|
4033
|
cannam@89
|
4034 newsos6)
|
cannam@89
|
4035 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@89
|
4036 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
4037 ;;
|
cannam@89
|
4038
|
cannam@89
|
4039 *nto* | *qnx*)
|
cannam@89
|
4040 # QNX uses GNU C++, but need to define -shared option too, otherwise
|
cannam@89
|
4041 # it will coredump.
|
cannam@89
|
4042 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
|
cannam@89
|
4043 ;;
|
cannam@89
|
4044
|
cannam@89
|
4045 osf3* | osf4* | osf5*)
|
cannam@89
|
4046 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
4047 # All OSF/1 code is PIC.
|
cannam@89
|
4048 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
cannam@89
|
4049 ;;
|
cannam@89
|
4050
|
cannam@89
|
4051 rdos*)
|
cannam@89
|
4052 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
cannam@89
|
4053 ;;
|
cannam@89
|
4054
|
cannam@89
|
4055 solaris*)
|
cannam@89
|
4056 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@89
|
4057 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
4058 case $cc_basename in
|
cannam@89
|
4059 f77* | f90* | f95*)
|
cannam@89
|
4060 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
|
cannam@89
|
4061 *)
|
cannam@89
|
4062 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
|
cannam@89
|
4063 esac
|
cannam@89
|
4064 ;;
|
cannam@89
|
4065
|
cannam@89
|
4066 sunos4*)
|
cannam@89
|
4067 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
|
cannam@89
|
4068 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
|
cannam@89
|
4069 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
4070 ;;
|
cannam@89
|
4071
|
cannam@89
|
4072 sysv4 | sysv4.2uw2* | sysv4.3*)
|
cannam@89
|
4073 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
4074 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@89
|
4075 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
4076 ;;
|
cannam@89
|
4077
|
cannam@89
|
4078 sysv4*MP*)
|
cannam@89
|
4079 if test -d /usr/nec ;then
|
cannam@89
|
4080 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
|
cannam@89
|
4081 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
4082 fi
|
cannam@89
|
4083 ;;
|
cannam@89
|
4084
|
cannam@89
|
4085 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
|
cannam@89
|
4086 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
4087 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
cannam@89
|
4088 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
4089 ;;
|
cannam@89
|
4090
|
cannam@89
|
4091 unicos*)
|
cannam@89
|
4092 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
cannam@89
|
4093 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
|
cannam@89
|
4094 ;;
|
cannam@89
|
4095
|
cannam@89
|
4096 uts4*)
|
cannam@89
|
4097 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
|
cannam@89
|
4098 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
cannam@89
|
4099 ;;
|
cannam@89
|
4100
|
cannam@89
|
4101 *)
|
cannam@89
|
4102 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
|
cannam@89
|
4103 ;;
|
cannam@89
|
4104 esac
|
cannam@89
|
4105 fi
|
cannam@89
|
4106 ])
|
cannam@89
|
4107 case $host_os in
|
cannam@89
|
4108 # For platforms which do not support PIC, -DPIC is meaningless:
|
cannam@89
|
4109 *djgpp*)
|
cannam@89
|
4110 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
|
cannam@89
|
4111 ;;
|
cannam@89
|
4112 *)
|
cannam@89
|
4113 _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@89
|
4114 ;;
|
cannam@89
|
4115 esac
|
cannam@89
|
4116 AC_MSG_RESULT([$_LT_TAGVAR(lt_prog_compiler_pic, $1)])
|
cannam@89
|
4117 _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1],
|
cannam@89
|
4118 [How to pass a linker flag through the compiler])
|
cannam@89
|
4119
|
cannam@89
|
4120 #
|
cannam@89
|
4121 # Check to make sure the PIC flag actually works.
|
cannam@89
|
4122 #
|
cannam@89
|
4123 if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
|
cannam@89
|
4124 _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
|
cannam@89
|
4125 [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
|
cannam@89
|
4126 [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
|
cannam@89
|
4127 [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
|
cannam@89
|
4128 "" | " "*) ;;
|
cannam@89
|
4129 *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;
|
cannam@89
|
4130 esac],
|
cannam@89
|
4131 [_LT_TAGVAR(lt_prog_compiler_pic, $1)=
|
cannam@89
|
4132 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
|
cannam@89
|
4133 fi
|
cannam@89
|
4134 _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
|
cannam@89
|
4135 [Additional compiler flags for building library objects])
|
cannam@89
|
4136
|
cannam@89
|
4137 #
|
cannam@89
|
4138 # Check to make sure the static flag actually works.
|
cannam@89
|
4139 #
|
cannam@89
|
4140 wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
|
cannam@89
|
4141 _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
|
cannam@89
|
4142 _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1),
|
cannam@89
|
4143 $lt_tmp_static_flag,
|
cannam@89
|
4144 [],
|
cannam@89
|
4145 [_LT_TAGVAR(lt_prog_compiler_static, $1)=])
|
cannam@89
|
4146 _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
|
cannam@89
|
4147 [Compiler flag to prevent dynamic linking])
|
cannam@89
|
4148 ])# _LT_COMPILER_PIC
|
cannam@89
|
4149
|
cannam@89
|
4150
|
cannam@89
|
4151 # _LT_LINKER_SHLIBS([TAGNAME])
|
cannam@89
|
4152 # ----------------------------
|
cannam@89
|
4153 # See if the linker supports building shared libraries.
|
cannam@89
|
4154 m4_defun([_LT_LINKER_SHLIBS],
|
cannam@89
|
4155 [AC_REQUIRE([LT_PATH_LD])dnl
|
cannam@89
|
4156 AC_REQUIRE([LT_PATH_NM])dnl
|
cannam@89
|
4157 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@89
|
4158 m4_require([_LT_DECL_EGREP])dnl
|
cannam@89
|
4159 m4_require([_LT_DECL_SED])dnl
|
cannam@89
|
4160 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
|
cannam@89
|
4161 m4_require([_LT_TAG_COMPILER])dnl
|
cannam@89
|
4162 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
|
cannam@89
|
4163 m4_if([$1], [CXX], [
|
cannam@89
|
4164 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
|
cannam@89
|
4165 case $host_os in
|
cannam@89
|
4166 aix[[4-9]]*)
|
cannam@89
|
4167 # If we're using GNU nm, then we don't want the "-C" option.
|
cannam@89
|
4168 # -C means demangle to AIX nm, but means don't demangle with GNU nm
|
cannam@89
|
4169 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
|
cannam@89
|
4170 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
|
cannam@89
|
4171 else
|
cannam@89
|
4172 _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@89
|
4173 fi
|
cannam@89
|
4174 ;;
|
cannam@89
|
4175 pw32*)
|
cannam@89
|
4176 _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
|
cannam@89
|
4177 ;;
|
cannam@89
|
4178 cygwin* | mingw*)
|
cannam@89
|
4179 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
|
cannam@89
|
4180 ;;
|
cannam@89
|
4181 linux* | k*bsd*-gnu)
|
cannam@89
|
4182 _LT_TAGVAR(link_all_deplibs, $1)=no
|
cannam@89
|
4183 ;;
|
cannam@89
|
4184 *)
|
cannam@89
|
4185 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
|
cannam@89
|
4186 ;;
|
cannam@89
|
4187 esac
|
cannam@89
|
4188 _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
|
cannam@89
|
4189 ], [
|
cannam@89
|
4190 runpath_var=
|
cannam@89
|
4191 _LT_TAGVAR(allow_undefined_flag, $1)=
|
cannam@89
|
4192 _LT_TAGVAR(always_export_symbols, $1)=no
|
cannam@89
|
4193 _LT_TAGVAR(archive_cmds, $1)=
|
cannam@89
|
4194 _LT_TAGVAR(archive_expsym_cmds, $1)=
|
cannam@89
|
4195 _LT_TAGVAR(compiler_needs_object, $1)=no
|
cannam@89
|
4196 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
|
cannam@89
|
4197 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
|
cannam@89
|
4198 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
|
cannam@89
|
4199 _LT_TAGVAR(hardcode_automatic, $1)=no
|
cannam@89
|
4200 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@89
|
4201 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
|
cannam@89
|
4202 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
|
cannam@89
|
4203 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
|
cannam@89
|
4204 _LT_TAGVAR(hardcode_libdir_separator, $1)=
|
cannam@89
|
4205 _LT_TAGVAR(hardcode_minus_L, $1)=no
|
cannam@89
|
4206 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
|
cannam@89
|
4207 _LT_TAGVAR(inherit_rpath, $1)=no
|
cannam@89
|
4208 _LT_TAGVAR(link_all_deplibs, $1)=unknown
|
cannam@89
|
4209 _LT_TAGVAR(module_cmds, $1)=
|
cannam@89
|
4210 _LT_TAGVAR(module_expsym_cmds, $1)=
|
cannam@89
|
4211 _LT_TAGVAR(old_archive_from_new_cmds, $1)=
|
cannam@89
|
4212 _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)=
|
cannam@89
|
4213 _LT_TAGVAR(thread_safe_flag_spec, $1)=
|
cannam@89
|
4214 _LT_TAGVAR(whole_archive_flag_spec, $1)=
|
cannam@89
|
4215 # include_expsyms should be a list of space-separated symbols to be *always*
|
cannam@89
|
4216 # included in the symbol list
|
cannam@89
|
4217 _LT_TAGVAR(include_expsyms, $1)=
|
cannam@89
|
4218 # exclude_expsyms can be an extended regexp of symbols to exclude
|
cannam@89
|
4219 # it will be wrapped by ` (' and `)$', so one must not match beginning or
|
cannam@89
|
4220 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
|
cannam@89
|
4221 # as well as any symbol that contains `d'.
|
cannam@89
|
4222 _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
|
cannam@89
|
4223 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
|
cannam@89
|
4224 # platforms (ab)use it in PIC code, but their linkers get confused if
|
cannam@89
|
4225 # the symbol is explicitly referenced. Since portable code cannot
|
cannam@89
|
4226 # rely on this symbol name, it's probably fine to never include it in
|
cannam@89
|
4227 # preloaded symbol tables.
|
cannam@89
|
4228 # Exclude shared library initialization/finalization symbols.
|
cannam@89
|
4229 dnl Note also adjust exclude_expsyms for C++ above.
|
cannam@89
|
4230 extract_expsyms_cmds=
|
cannam@89
|
4231
|
cannam@89
|
4232 case $host_os in
|
cannam@89
|
4233 cygwin* | mingw* | pw32*)
|
cannam@89
|
4234 # FIXME: the MSVC++ port hasn't been tested in a loooong time
|
cannam@89
|
4235 # When not using gcc, we currently assume that we are using
|
cannam@89
|
4236 # Microsoft Visual C++.
|
cannam@89
|
4237 if test "$GCC" != yes; then
|
cannam@89
|
4238 with_gnu_ld=no
|
cannam@89
|
4239 fi
|
cannam@89
|
4240 ;;
|
cannam@89
|
4241 interix*)
|
cannam@89
|
4242 # we just hope/assume this is gcc and not c89 (= MSVC++)
|
cannam@89
|
4243 with_gnu_ld=yes
|
cannam@89
|
4244 ;;
|
cannam@89
|
4245 openbsd*)
|
cannam@89
|
4246 with_gnu_ld=no
|
cannam@89
|
4247 ;;
|
cannam@89
|
4248 esac
|
cannam@89
|
4249
|
cannam@89
|
4250 _LT_TAGVAR(ld_shlibs, $1)=yes
|
cannam@89
|
4251 if test "$with_gnu_ld" = yes; then
|
cannam@89
|
4252 # If archive_cmds runs LD, not CC, wlarc should be empty
|
cannam@89
|
4253 wlarc='${wl}'
|
cannam@89
|
4254
|
cannam@89
|
4255 # Set some defaults for GNU ld with shared library support. These
|
cannam@89
|
4256 # are reset later if shared libraries are not supported. Putting them
|
cannam@89
|
4257 # here allows them to be overridden if necessary.
|
cannam@89
|
4258 runpath_var=LD_RUN_PATH
|
cannam@89
|
4259 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@89
|
4260 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
cannam@89
|
4261 # ancient GNU ld didn't support --whole-archive et. al.
|
cannam@89
|
4262 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
|
cannam@89
|
4263 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
cannam@89
|
4264 else
|
cannam@89
|
4265 _LT_TAGVAR(whole_archive_flag_spec, $1)=
|
cannam@89
|
4266 fi
|
cannam@89
|
4267 supports_anon_versioning=no
|
cannam@89
|
4268 case `$LD -v 2>&1` in
|
cannam@89
|
4269 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
|
cannam@89
|
4270 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
|
cannam@89
|
4271 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
|
cannam@89
|
4272 *\ 2.11.*) ;; # other 2.11 versions
|
cannam@89
|
4273 *) supports_anon_versioning=yes ;;
|
cannam@89
|
4274 esac
|
cannam@89
|
4275
|
cannam@89
|
4276 # See if GNU ld supports shared libraries.
|
cannam@89
|
4277 case $host_os in
|
cannam@89
|
4278 aix[[3-9]]*)
|
cannam@89
|
4279 # On AIX/PPC, the GNU linker is very broken
|
cannam@89
|
4280 if test "$host_cpu" != ia64; then
|
cannam@89
|
4281 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
4282 cat <<_LT_EOF 1>&2
|
cannam@89
|
4283
|
cannam@89
|
4284 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
|
cannam@89
|
4285 *** to be unable to reliably create shared libraries on AIX.
|
cannam@89
|
4286 *** Therefore, libtool is disabling shared libraries support. If you
|
cannam@89
|
4287 *** really care for shared libraries, you may want to modify your PATH
|
cannam@89
|
4288 *** so that a non-GNU linker is found, and then restart.
|
cannam@89
|
4289
|
cannam@89
|
4290 _LT_EOF
|
cannam@89
|
4291 fi
|
cannam@89
|
4292 ;;
|
cannam@89
|
4293
|
cannam@89
|
4294 amigaos*)
|
cannam@89
|
4295 case $host_cpu in
|
cannam@89
|
4296 powerpc)
|
cannam@89
|
4297 # see comment about AmigaOS4 .so support
|
cannam@89
|
4298 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@89
|
4299 _LT_TAGVAR(archive_expsym_cmds, $1)=''
|
cannam@89
|
4300 ;;
|
cannam@89
|
4301 m68k)
|
cannam@89
|
4302 _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@89
|
4303 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@89
|
4304 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@89
|
4305 ;;
|
cannam@89
|
4306 esac
|
cannam@89
|
4307 ;;
|
cannam@89
|
4308
|
cannam@89
|
4309 beos*)
|
cannam@89
|
4310 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
cannam@89
|
4311 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
cannam@89
|
4312 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
|
cannam@89
|
4313 # support --undefined. This deserves some investigation. FIXME
|
cannam@89
|
4314 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@89
|
4315 else
|
cannam@89
|
4316 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
4317 fi
|
cannam@89
|
4318 ;;
|
cannam@89
|
4319
|
cannam@89
|
4320 cygwin* | mingw* | pw32*)
|
cannam@89
|
4321 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
|
cannam@89
|
4322 # as there is no search path for DLLs.
|
cannam@89
|
4323 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@89
|
4324 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
cannam@89
|
4325 _LT_TAGVAR(always_export_symbols, $1)=no
|
cannam@89
|
4326 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
|
cannam@89
|
4327 _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@89
|
4328
|
cannam@89
|
4329 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
|
cannam@89
|
4330 _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@89
|
4331 # If the export-symbols file already is a .def file (1st line
|
cannam@89
|
4332 # is EXPORTS), use it as is; otherwise, prepend...
|
cannam@89
|
4333 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
|
cannam@89
|
4334 cp $export_symbols $output_objdir/$soname.def;
|
cannam@89
|
4335 else
|
cannam@89
|
4336 echo EXPORTS > $output_objdir/$soname.def;
|
cannam@89
|
4337 cat $export_symbols >> $output_objdir/$soname.def;
|
cannam@89
|
4338 fi~
|
cannam@89
|
4339 $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@89
|
4340 else
|
cannam@89
|
4341 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
4342 fi
|
cannam@89
|
4343 ;;
|
cannam@89
|
4344
|
cannam@89
|
4345 interix[[3-9]]*)
|
cannam@89
|
4346 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@89
|
4347 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
4348 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
cannam@89
|
4349 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@89
|
4350 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
|
cannam@89
|
4351 # Instead, shared libraries are loaded at an image base (0x10000000 by
|
cannam@89
|
4352 # default) and relocated if they conflict, which is a slow very memory
|
cannam@89
|
4353 # consuming and fragmenting process. To avoid this, we pick a random,
|
cannam@89
|
4354 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
|
cannam@89
|
4355 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
|
cannam@89
|
4356 _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@89
|
4357 _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@89
|
4358 ;;
|
cannam@89
|
4359
|
cannam@89
|
4360 gnu* | linux* | tpf* | k*bsd*-gnu)
|
cannam@89
|
4361 tmp_diet=no
|
cannam@89
|
4362 if test "$host_os" = linux-dietlibc; then
|
cannam@89
|
4363 case $cc_basename in
|
cannam@89
|
4364 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
|
cannam@89
|
4365 esac
|
cannam@89
|
4366 fi
|
cannam@89
|
4367 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
|
cannam@89
|
4368 && test "$tmp_diet" = no
|
cannam@89
|
4369 then
|
cannam@89
|
4370 tmp_addflag=
|
cannam@89
|
4371 tmp_sharedflag='-shared'
|
cannam@89
|
4372 case $cc_basename,$host_cpu in
|
cannam@89
|
4373 pgcc*) # Portland Group C compiler
|
cannam@89
|
4374 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
|
cannam@89
|
4375 tmp_addflag=' $pic_flag'
|
cannam@89
|
4376 ;;
|
cannam@89
|
4377 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
|
cannam@89
|
4378 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
|
cannam@89
|
4379 tmp_addflag=' $pic_flag -Mnomain' ;;
|
cannam@89
|
4380 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
|
cannam@89
|
4381 tmp_addflag=' -i_dynamic' ;;
|
cannam@89
|
4382 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
|
cannam@89
|
4383 tmp_addflag=' -i_dynamic -nofor_main' ;;
|
cannam@89
|
4384 ifc* | ifort*) # Intel Fortran compiler
|
cannam@89
|
4385 tmp_addflag=' -nofor_main' ;;
|
cannam@89
|
4386 xl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
|
cannam@89
|
4387 tmp_sharedflag='-qmkshrobj'
|
cannam@89
|
4388 tmp_addflag= ;;
|
cannam@89
|
4389 esac
|
cannam@89
|
4390 case `$CC -V 2>&1 | sed 5q` in
|
cannam@89
|
4391 *Sun\ C*) # Sun C 5.9
|
cannam@89
|
4392 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
|
cannam@89
|
4393 _LT_TAGVAR(compiler_needs_object, $1)=yes
|
cannam@89
|
4394 tmp_sharedflag='-G' ;;
|
cannam@89
|
4395 *Sun\ F*) # Sun Fortran 8.3
|
cannam@89
|
4396 tmp_sharedflag='-G' ;;
|
cannam@89
|
4397 esac
|
cannam@89
|
4398 _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@89
|
4399
|
cannam@89
|
4400 if test "x$supports_anon_versioning" = xyes; then
|
cannam@89
|
4401 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
|
cannam@89
|
4402 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
|
cannam@89
|
4403 echo "local: *; };" >> $output_objdir/$libname.ver~
|
cannam@89
|
4404 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
|
cannam@89
|
4405 fi
|
cannam@89
|
4406
|
cannam@89
|
4407 case $cc_basename in
|
cannam@89
|
4408 xlf*)
|
cannam@89
|
4409 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
|
cannam@89
|
4410 _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
|
cannam@89
|
4411 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
|
cannam@89
|
4412 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
|
cannam@89
|
4413 _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
|
cannam@89
|
4414 if test "x$supports_anon_versioning" = xyes; then
|
cannam@89
|
4415 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
|
cannam@89
|
4416 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
|
cannam@89
|
4417 echo "local: *; };" >> $output_objdir/$libname.ver~
|
cannam@89
|
4418 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
|
cannam@89
|
4419 fi
|
cannam@89
|
4420 ;;
|
cannam@89
|
4421 esac
|
cannam@89
|
4422 else
|
cannam@89
|
4423 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
4424 fi
|
cannam@89
|
4425 ;;
|
cannam@89
|
4426
|
cannam@89
|
4427 netbsd* | netbsdelf*-gnu)
|
cannam@89
|
4428 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
|
cannam@89
|
4429 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
|
cannam@89
|
4430 wlarc=
|
cannam@89
|
4431 else
|
cannam@89
|
4432 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@89
|
4433 _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@89
|
4434 fi
|
cannam@89
|
4435 ;;
|
cannam@89
|
4436
|
cannam@89
|
4437 solaris*)
|
cannam@89
|
4438 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
|
cannam@89
|
4439 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
4440 cat <<_LT_EOF 1>&2
|
cannam@89
|
4441
|
cannam@89
|
4442 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
|
cannam@89
|
4443 *** create shared libraries on Solaris systems. Therefore, libtool
|
cannam@89
|
4444 *** is disabling shared libraries support. We urge you to upgrade GNU
|
cannam@89
|
4445 *** binutils to release 2.9.1 or newer. Another option is to modify
|
cannam@89
|
4446 *** your PATH or compiler configuration so that the native linker is
|
cannam@89
|
4447 *** used, and then restart.
|
cannam@89
|
4448
|
cannam@89
|
4449 _LT_EOF
|
cannam@89
|
4450 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
cannam@89
|
4451 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@89
|
4452 _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@89
|
4453 else
|
cannam@89
|
4454 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
4455 fi
|
cannam@89
|
4456 ;;
|
cannam@89
|
4457
|
cannam@89
|
4458 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
|
cannam@89
|
4459 case `$LD -v 2>&1` in
|
cannam@89
|
4460 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
|
cannam@89
|
4461 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
4462 cat <<_LT_EOF 1>&2
|
cannam@89
|
4463
|
cannam@89
|
4464 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
|
cannam@89
|
4465 *** reliably create shared libraries on SCO systems. Therefore, libtool
|
cannam@89
|
4466 *** is disabling shared libraries support. We urge you to upgrade GNU
|
cannam@89
|
4467 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
|
cannam@89
|
4468 *** your PATH or compiler configuration so that the native linker is
|
cannam@89
|
4469 *** used, and then restart.
|
cannam@89
|
4470
|
cannam@89
|
4471 _LT_EOF
|
cannam@89
|
4472 ;;
|
cannam@89
|
4473 *)
|
cannam@89
|
4474 # For security reasons, it is highly recommended that you always
|
cannam@89
|
4475 # use absolute paths for naming shared libraries, and exclude the
|
cannam@89
|
4476 # DT_RUNPATH tag from executables and libraries. But doing so
|
cannam@89
|
4477 # requires that you compile everything twice, which is a pain.
|
cannam@89
|
4478 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
cannam@89
|
4479 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@89
|
4480 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@89
|
4481 _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@89
|
4482 else
|
cannam@89
|
4483 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
4484 fi
|
cannam@89
|
4485 ;;
|
cannam@89
|
4486 esac
|
cannam@89
|
4487 ;;
|
cannam@89
|
4488
|
cannam@89
|
4489 sunos4*)
|
cannam@89
|
4490 _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
cannam@89
|
4491 wlarc=
|
cannam@89
|
4492 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
4493 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
4494 ;;
|
cannam@89
|
4495
|
cannam@89
|
4496 *)
|
cannam@89
|
4497 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
cannam@89
|
4498 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@89
|
4499 _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@89
|
4500 else
|
cannam@89
|
4501 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
4502 fi
|
cannam@89
|
4503 ;;
|
cannam@89
|
4504 esac
|
cannam@89
|
4505
|
cannam@89
|
4506 if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then
|
cannam@89
|
4507 runpath_var=
|
cannam@89
|
4508 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
|
cannam@89
|
4509 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
|
cannam@89
|
4510 _LT_TAGVAR(whole_archive_flag_spec, $1)=
|
cannam@89
|
4511 fi
|
cannam@89
|
4512 else
|
cannam@89
|
4513 # PORTME fill in a description of your system's linker (not GNU ld)
|
cannam@89
|
4514 case $host_os in
|
cannam@89
|
4515 aix3*)
|
cannam@89
|
4516 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
cannam@89
|
4517 _LT_TAGVAR(always_export_symbols, $1)=yes
|
cannam@89
|
4518 _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@89
|
4519 # Note: this linker hardcodes the directories in LIBPATH if there
|
cannam@89
|
4520 # are no directories specified by -L.
|
cannam@89
|
4521 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@89
|
4522 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
|
cannam@89
|
4523 # Neither direct hardcoding nor static linking is supported with a
|
cannam@89
|
4524 # broken collect2.
|
cannam@89
|
4525 _LT_TAGVAR(hardcode_direct, $1)=unsupported
|
cannam@89
|
4526 fi
|
cannam@89
|
4527 ;;
|
cannam@89
|
4528
|
cannam@89
|
4529 aix[[4-9]]*)
|
cannam@89
|
4530 if test "$host_cpu" = ia64; then
|
cannam@89
|
4531 # On IA64, the linker does run time linking by default, so we don't
|
cannam@89
|
4532 # have to do anything special.
|
cannam@89
|
4533 aix_use_runtimelinking=no
|
cannam@89
|
4534 exp_sym_flag='-Bexport'
|
cannam@89
|
4535 no_entry_flag=""
|
cannam@89
|
4536 else
|
cannam@89
|
4537 # If we're using GNU nm, then we don't want the "-C" option.
|
cannam@89
|
4538 # -C means demangle to AIX nm, but means don't demangle with GNU nm
|
cannam@89
|
4539 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
|
cannam@89
|
4540 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
|
cannam@89
|
4541 else
|
cannam@89
|
4542 _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@89
|
4543 fi
|
cannam@89
|
4544 aix_use_runtimelinking=no
|
cannam@89
|
4545
|
cannam@89
|
4546 # Test if we are trying to use run time linking or normal
|
cannam@89
|
4547 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
|
cannam@89
|
4548 # need to do runtime linking.
|
cannam@89
|
4549 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
|
cannam@89
|
4550 for ld_flag in $LDFLAGS; do
|
cannam@89
|
4551 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
|
cannam@89
|
4552 aix_use_runtimelinking=yes
|
cannam@89
|
4553 break
|
cannam@89
|
4554 fi
|
cannam@89
|
4555 done
|
cannam@89
|
4556 ;;
|
cannam@89
|
4557 esac
|
cannam@89
|
4558
|
cannam@89
|
4559 exp_sym_flag='-bexport'
|
cannam@89
|
4560 no_entry_flag='-bnoentry'
|
cannam@89
|
4561 fi
|
cannam@89
|
4562
|
cannam@89
|
4563 # When large executables or shared objects are built, AIX ld can
|
cannam@89
|
4564 # have problems creating the table of contents. If linking a library
|
cannam@89
|
4565 # or program results in "error TOC overflow" add -mminimal-toc to
|
cannam@89
|
4566 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
|
cannam@89
|
4567 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
|
cannam@89
|
4568
|
cannam@89
|
4569 _LT_TAGVAR(archive_cmds, $1)=''
|
cannam@89
|
4570 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
4571 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
|
cannam@89
|
4572 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
|
cannam@89
|
4573 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@89
|
4574 _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
|
cannam@89
|
4575
|
cannam@89
|
4576 if test "$GCC" = yes; then
|
cannam@89
|
4577 case $host_os in aix4.[[012]]|aix4.[[012]].*)
|
cannam@89
|
4578 # We only want to do this on AIX 4.2 and lower, the check
|
cannam@89
|
4579 # below for broken collect2 doesn't work under 4.3+
|
cannam@89
|
4580 collect2name=`${CC} -print-prog-name=collect2`
|
cannam@89
|
4581 if test -f "$collect2name" &&
|
cannam@89
|
4582 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
|
cannam@89
|
4583 then
|
cannam@89
|
4584 # We have reworked collect2
|
cannam@89
|
4585 :
|
cannam@89
|
4586 else
|
cannam@89
|
4587 # We have old collect2
|
cannam@89
|
4588 _LT_TAGVAR(hardcode_direct, $1)=unsupported
|
cannam@89
|
4589 # It fails to find uninstalled libraries when the uninstalled
|
cannam@89
|
4590 # path is not listed in the libpath. Setting hardcode_minus_L
|
cannam@89
|
4591 # to unsupported forces relinking
|
cannam@89
|
4592 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@89
|
4593 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@89
|
4594 _LT_TAGVAR(hardcode_libdir_separator, $1)=
|
cannam@89
|
4595 fi
|
cannam@89
|
4596 ;;
|
cannam@89
|
4597 esac
|
cannam@89
|
4598 shared_flag='-shared'
|
cannam@89
|
4599 if test "$aix_use_runtimelinking" = yes; then
|
cannam@89
|
4600 shared_flag="$shared_flag "'${wl}-G'
|
cannam@89
|
4601 fi
|
cannam@89
|
4602 _LT_TAGVAR(link_all_deplibs, $1)=no
|
cannam@89
|
4603 else
|
cannam@89
|
4604 # not using gcc
|
cannam@89
|
4605 if test "$host_cpu" = ia64; then
|
cannam@89
|
4606 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
|
cannam@89
|
4607 # chokes on -Wl,-G. The following line is correct:
|
cannam@89
|
4608 shared_flag='-G'
|
cannam@89
|
4609 else
|
cannam@89
|
4610 if test "$aix_use_runtimelinking" = yes; then
|
cannam@89
|
4611 shared_flag='${wl}-G'
|
cannam@89
|
4612 else
|
cannam@89
|
4613 shared_flag='${wl}-bM:SRE'
|
cannam@89
|
4614 fi
|
cannam@89
|
4615 fi
|
cannam@89
|
4616 fi
|
cannam@89
|
4617
|
cannam@89
|
4618 # It seems that -bexpall does not export symbols beginning with
|
cannam@89
|
4619 # underscore (_), so it is better to generate a list of symbols to export.
|
cannam@89
|
4620 _LT_TAGVAR(always_export_symbols, $1)=yes
|
cannam@89
|
4621 if test "$aix_use_runtimelinking" = yes; then
|
cannam@89
|
4622 # Warning - without using the other runtime loading flags (-brtl),
|
cannam@89
|
4623 # -berok will link without error, but may produce a broken library.
|
cannam@89
|
4624 _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
|
cannam@89
|
4625 # Determine the default libpath from the value encoded in an
|
cannam@89
|
4626 # empty executable.
|
cannam@89
|
4627 _LT_SYS_MODULE_PATH_AIX
|
cannam@89
|
4628 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
|
cannam@89
|
4629 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
|
cannam@89
|
4630 else
|
cannam@89
|
4631 if test "$host_cpu" = ia64; then
|
cannam@89
|
4632 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
|
cannam@89
|
4633 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
|
cannam@89
|
4634 _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@89
|
4635 else
|
cannam@89
|
4636 # Determine the default libpath from the value encoded in an
|
cannam@89
|
4637 # empty executable.
|
cannam@89
|
4638 _LT_SYS_MODULE_PATH_AIX
|
cannam@89
|
4639 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
|
cannam@89
|
4640 # Warning - without using the other run time loading flags,
|
cannam@89
|
4641 # -berok will link without error, but may produce a broken library.
|
cannam@89
|
4642 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
|
cannam@89
|
4643 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
|
cannam@89
|
4644 # Exported symbols can be pulled into shared objects from archives
|
cannam@89
|
4645 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
|
cannam@89
|
4646 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
|
cannam@89
|
4647 # This is similar to how AIX traditionally builds its shared libraries.
|
cannam@89
|
4648 _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@89
|
4649 fi
|
cannam@89
|
4650 fi
|
cannam@89
|
4651 ;;
|
cannam@89
|
4652
|
cannam@89
|
4653 amigaos*)
|
cannam@89
|
4654 case $host_cpu in
|
cannam@89
|
4655 powerpc)
|
cannam@89
|
4656 # see comment about AmigaOS4 .so support
|
cannam@89
|
4657 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@89
|
4658 _LT_TAGVAR(archive_expsym_cmds, $1)=''
|
cannam@89
|
4659 ;;
|
cannam@89
|
4660 m68k)
|
cannam@89
|
4661 _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@89
|
4662 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@89
|
4663 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@89
|
4664 ;;
|
cannam@89
|
4665 esac
|
cannam@89
|
4666 ;;
|
cannam@89
|
4667
|
cannam@89
|
4668 bsdi[[45]]*)
|
cannam@89
|
4669 _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
|
cannam@89
|
4670 ;;
|
cannam@89
|
4671
|
cannam@89
|
4672 cygwin* | mingw* | pw32*)
|
cannam@89
|
4673 # When not using gcc, we currently assume that we are using
|
cannam@89
|
4674 # Microsoft Visual C++.
|
cannam@89
|
4675 # hardcode_libdir_flag_spec is actually meaningless, as there is
|
cannam@89
|
4676 # no search path for DLLs.
|
cannam@89
|
4677 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
|
cannam@89
|
4678 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
cannam@89
|
4679 # Tell ltmain to make .lib files, not .a files.
|
cannam@89
|
4680 libext=lib
|
cannam@89
|
4681 # Tell ltmain to make .dll files, not .so files.
|
cannam@89
|
4682 shrext_cmds=".dll"
|
cannam@89
|
4683 # FIXME: Setting linknames here is a bad hack.
|
cannam@89
|
4684 _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
|
cannam@89
|
4685 # The linker will automatically build a .lib file if we build a DLL.
|
cannam@89
|
4686 _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
|
cannam@89
|
4687 # FIXME: Should let the user specify the lib program.
|
cannam@89
|
4688 _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
|
cannam@89
|
4689 _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
|
cannam@89
|
4690 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
|
cannam@89
|
4691 ;;
|
cannam@89
|
4692
|
cannam@89
|
4693 darwin* | rhapsody*)
|
cannam@89
|
4694 _LT_DARWIN_LINKER_FEATURES($1)
|
cannam@89
|
4695 ;;
|
cannam@89
|
4696
|
cannam@89
|
4697 dgux*)
|
cannam@89
|
4698 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
cannam@89
|
4699 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@89
|
4700 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
4701 ;;
|
cannam@89
|
4702
|
cannam@89
|
4703 freebsd1*)
|
cannam@89
|
4704 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
4705 ;;
|
cannam@89
|
4706
|
cannam@89
|
4707 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
|
cannam@89
|
4708 # support. Future versions do this automatically, but an explicit c++rt0.o
|
cannam@89
|
4709 # does not break anything, and helps significantly (at the cost of a little
|
cannam@89
|
4710 # extra space).
|
cannam@89
|
4711 freebsd2.2*)
|
cannam@89
|
4712 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
|
cannam@89
|
4713 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
cannam@89
|
4714 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
4715 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
4716 ;;
|
cannam@89
|
4717
|
cannam@89
|
4718 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
|
cannam@89
|
4719 freebsd2*)
|
cannam@89
|
4720 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
cannam@89
|
4721 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
4722 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@89
|
4723 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
4724 ;;
|
cannam@89
|
4725
|
cannam@89
|
4726 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
|
cannam@89
|
4727 freebsd* | dragonfly*)
|
cannam@89
|
4728 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
4729 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
cannam@89
|
4730 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
4731 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
4732 ;;
|
cannam@89
|
4733
|
cannam@89
|
4734 hpux9*)
|
cannam@89
|
4735 if test "$GCC" = yes; then
|
cannam@89
|
4736 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
|
cannam@89
|
4737 else
|
cannam@89
|
4738 _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@89
|
4739 fi
|
cannam@89
|
4740 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
cannam@89
|
4741 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@89
|
4742 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
4743
|
cannam@89
|
4744 # hardcode_minus_L: Not really in the search PATH,
|
cannam@89
|
4745 # but as the default location of the library.
|
cannam@89
|
4746 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@89
|
4747 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@89
|
4748 ;;
|
cannam@89
|
4749
|
cannam@89
|
4750 hpux10*)
|
cannam@89
|
4751 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
|
cannam@89
|
4752 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
4753 else
|
cannam@89
|
4754 _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
|
cannam@89
|
4755 fi
|
cannam@89
|
4756 if test "$with_gnu_ld" = no; then
|
cannam@89
|
4757 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
cannam@89
|
4758 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
|
cannam@89
|
4759 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@89
|
4760 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
4761 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
|
cannam@89
|
4762 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@89
|
4763 # hardcode_minus_L: Not really in the search PATH,
|
cannam@89
|
4764 # but as the default location of the library.
|
cannam@89
|
4765 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@89
|
4766 fi
|
cannam@89
|
4767 ;;
|
cannam@89
|
4768
|
cannam@89
|
4769 hpux11*)
|
cannam@89
|
4770 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
|
cannam@89
|
4771 case $host_cpu in
|
cannam@89
|
4772 hppa*64*)
|
cannam@89
|
4773 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
4774 ;;
|
cannam@89
|
4775 ia64*)
|
cannam@89
|
4776 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
4777 ;;
|
cannam@89
|
4778 *)
|
cannam@89
|
4779 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
4780 ;;
|
cannam@89
|
4781 esac
|
cannam@89
|
4782 else
|
cannam@89
|
4783 case $host_cpu in
|
cannam@89
|
4784 hppa*64*)
|
cannam@89
|
4785 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
4786 ;;
|
cannam@89
|
4787 ia64*)
|
cannam@89
|
4788 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
4789 ;;
|
cannam@89
|
4790 *)
|
cannam@89
|
4791 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
4792 ;;
|
cannam@89
|
4793 esac
|
cannam@89
|
4794 fi
|
cannam@89
|
4795 if test "$with_gnu_ld" = no; then
|
cannam@89
|
4796 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
cannam@89
|
4797 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@89
|
4798
|
cannam@89
|
4799 case $host_cpu in
|
cannam@89
|
4800 hppa*64*|ia64*)
|
cannam@89
|
4801 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@89
|
4802 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
4803 ;;
|
cannam@89
|
4804 *)
|
cannam@89
|
4805 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
4806 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
|
cannam@89
|
4807 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@89
|
4808
|
cannam@89
|
4809 # hardcode_minus_L: Not really in the search PATH,
|
cannam@89
|
4810 # but as the default location of the library.
|
cannam@89
|
4811 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@89
|
4812 ;;
|
cannam@89
|
4813 esac
|
cannam@89
|
4814 fi
|
cannam@89
|
4815 ;;
|
cannam@89
|
4816
|
cannam@89
|
4817 irix5* | irix6* | nonstopux*)
|
cannam@89
|
4818 if test "$GCC" = yes; then
|
cannam@89
|
4819 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
cannam@89
|
4820 # Try to use the -exported_symbol ld option, if it does not
|
cannam@89
|
4821 # work, assume that -exports_file does not work either and
|
cannam@89
|
4822 # implicitly export all symbols.
|
cannam@89
|
4823 save_LDFLAGS="$LDFLAGS"
|
cannam@89
|
4824 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
|
cannam@89
|
4825 AC_LINK_IFELSE(int foo(void) {},
|
cannam@89
|
4826 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
|
cannam@89
|
4827 )
|
cannam@89
|
4828 LDFLAGS="$save_LDFLAGS"
|
cannam@89
|
4829 else
|
cannam@89
|
4830 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
|
cannam@89
|
4831 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
|
cannam@89
|
4832 fi
|
cannam@89
|
4833 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
|
cannam@89
|
4834 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@89
|
4835 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@89
|
4836 _LT_TAGVAR(inherit_rpath, $1)=yes
|
cannam@89
|
4837 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@89
|
4838 ;;
|
cannam@89
|
4839
|
cannam@89
|
4840 netbsd* | netbsdelf*-gnu)
|
cannam@89
|
4841 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
|
cannam@89
|
4842 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
|
cannam@89
|
4843 else
|
cannam@89
|
4844 _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
|
cannam@89
|
4845 fi
|
cannam@89
|
4846 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
cannam@89
|
4847 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
4848 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
4849 ;;
|
cannam@89
|
4850
|
cannam@89
|
4851 newsos6)
|
cannam@89
|
4852 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
cannam@89
|
4853 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
4854 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@89
|
4855 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@89
|
4856 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
4857 ;;
|
cannam@89
|
4858
|
cannam@89
|
4859 *nto* | *qnx*)
|
cannam@89
|
4860 ;;
|
cannam@89
|
4861
|
cannam@89
|
4862 openbsd*)
|
cannam@89
|
4863 if test -f /usr/libexec/ld.so; then
|
cannam@89
|
4864 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
4865 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
4866 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
|
cannam@89
|
4867 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
cannam@89
|
4868 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
4869 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
|
cannam@89
|
4870 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
cannam@89
|
4871 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@89
|
4872 else
|
cannam@89
|
4873 case $host_os in
|
cannam@89
|
4874 openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
|
cannam@89
|
4875 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
cannam@89
|
4876 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
cannam@89
|
4877 ;;
|
cannam@89
|
4878 *)
|
cannam@89
|
4879 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
4880 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
cannam@89
|
4881 ;;
|
cannam@89
|
4882 esac
|
cannam@89
|
4883 fi
|
cannam@89
|
4884 else
|
cannam@89
|
4885 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
4886 fi
|
cannam@89
|
4887 ;;
|
cannam@89
|
4888
|
cannam@89
|
4889 os2*)
|
cannam@89
|
4890 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@89
|
4891 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@89
|
4892 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
cannam@89
|
4893 _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@89
|
4894 _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
|
cannam@89
|
4895 ;;
|
cannam@89
|
4896
|
cannam@89
|
4897 osf3*)
|
cannam@89
|
4898 if test "$GCC" = yes; then
|
cannam@89
|
4899 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
|
cannam@89
|
4900 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
cannam@89
|
4901 else
|
cannam@89
|
4902 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
|
cannam@89
|
4903 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
|
cannam@89
|
4904 fi
|
cannam@89
|
4905 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
|
cannam@89
|
4906 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@89
|
4907 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@89
|
4908 ;;
|
cannam@89
|
4909
|
cannam@89
|
4910 osf4* | osf5*) # as osf3* with the addition of -msym flag
|
cannam@89
|
4911 if test "$GCC" = yes; then
|
cannam@89
|
4912 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
|
cannam@89
|
4913 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
cannam@89
|
4914 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@89
|
4915 else
|
cannam@89
|
4916 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
|
cannam@89
|
4917 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
|
cannam@89
|
4918 _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@89
|
4919 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
|
cannam@89
|
4920
|
cannam@89
|
4921 # Both c and cxx compiler support -rpath directly
|
cannam@89
|
4922 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
|
cannam@89
|
4923 fi
|
cannam@89
|
4924 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
|
cannam@89
|
4925 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@89
|
4926 ;;
|
cannam@89
|
4927
|
cannam@89
|
4928 solaris*)
|
cannam@89
|
4929 _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
|
cannam@89
|
4930 if test "$GCC" = yes; then
|
cannam@89
|
4931 wlarc='${wl}'
|
cannam@89
|
4932 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
4933 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
cannam@89
|
4934 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
|
cannam@89
|
4935 else
|
cannam@89
|
4936 case `$CC -V 2>&1` in
|
cannam@89
|
4937 *"Compilers 5.0"*)
|
cannam@89
|
4938 wlarc=''
|
cannam@89
|
4939 _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
cannam@89
|
4940 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
cannam@89
|
4941 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
|
cannam@89
|
4942 ;;
|
cannam@89
|
4943 *)
|
cannam@89
|
4944 wlarc='${wl}'
|
cannam@89
|
4945 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
4946 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
cannam@89
|
4947 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
|
cannam@89
|
4948 ;;
|
cannam@89
|
4949 esac
|
cannam@89
|
4950 fi
|
cannam@89
|
4951 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
cannam@89
|
4952 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
4953 case $host_os in
|
cannam@89
|
4954 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
|
cannam@89
|
4955 *)
|
cannam@89
|
4956 # The compiler driver will combine and reorder linker options,
|
cannam@89
|
4957 # but understands `-z linker_flag'. GCC discards it without `$wl',
|
cannam@89
|
4958 # but is careful enough not to reorder.
|
cannam@89
|
4959 # Supported since Solaris 2.6 (maybe 2.5.1?)
|
cannam@89
|
4960 if test "$GCC" = yes; then
|
cannam@89
|
4961 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
|
cannam@89
|
4962 else
|
cannam@89
|
4963 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
|
cannam@89
|
4964 fi
|
cannam@89
|
4965 ;;
|
cannam@89
|
4966 esac
|
cannam@89
|
4967 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@89
|
4968 ;;
|
cannam@89
|
4969
|
cannam@89
|
4970 sunos4*)
|
cannam@89
|
4971 if test "x$host_vendor" = xsequent; then
|
cannam@89
|
4972 # Use $CC to link under sequent, because it throws in some extra .o
|
cannam@89
|
4973 # files that make .init and .fini sections work.
|
cannam@89
|
4974 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
4975 else
|
cannam@89
|
4976 _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
|
cannam@89
|
4977 fi
|
cannam@89
|
4978 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@89
|
4979 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
4980 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@89
|
4981 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
4982 ;;
|
cannam@89
|
4983
|
cannam@89
|
4984 sysv4)
|
cannam@89
|
4985 case $host_vendor in
|
cannam@89
|
4986 sni)
|
cannam@89
|
4987 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
cannam@89
|
4988 _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
|
cannam@89
|
4989 ;;
|
cannam@89
|
4990 siemens)
|
cannam@89
|
4991 ## LD is ld it makes a PLAMLIB
|
cannam@89
|
4992 ## CC just makes a GrossModule.
|
cannam@89
|
4993 _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
|
cannam@89
|
4994 _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
|
cannam@89
|
4995 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@89
|
4996 ;;
|
cannam@89
|
4997 motorola)
|
cannam@89
|
4998 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
cannam@89
|
4999 _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
|
cannam@89
|
5000 ;;
|
cannam@89
|
5001 esac
|
cannam@89
|
5002 runpath_var='LD_RUN_PATH'
|
cannam@89
|
5003 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
5004 ;;
|
cannam@89
|
5005
|
cannam@89
|
5006 sysv4.3*)
|
cannam@89
|
5007 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
cannam@89
|
5008 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
5009 _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
|
cannam@89
|
5010 ;;
|
cannam@89
|
5011
|
cannam@89
|
5012 sysv4*MP*)
|
cannam@89
|
5013 if test -d /usr/nec; then
|
cannam@89
|
5014 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
cannam@89
|
5015 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
5016 runpath_var=LD_RUN_PATH
|
cannam@89
|
5017 hardcode_runpath_var=yes
|
cannam@89
|
5018 _LT_TAGVAR(ld_shlibs, $1)=yes
|
cannam@89
|
5019 fi
|
cannam@89
|
5020 ;;
|
cannam@89
|
5021
|
cannam@89
|
5022 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
|
cannam@89
|
5023 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
|
cannam@89
|
5024 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@89
|
5025 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
5026 runpath_var='LD_RUN_PATH'
|
cannam@89
|
5027
|
cannam@89
|
5028 if test "$GCC" = yes; then
|
cannam@89
|
5029 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
5030 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
5031 else
|
cannam@89
|
5032 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
5033 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
5034 fi
|
cannam@89
|
5035 ;;
|
cannam@89
|
5036
|
cannam@89
|
5037 sysv5* | sco3.2v5* | sco5v6*)
|
cannam@89
|
5038 # Note: We can NOT use -z defs as we might desire, because we do not
|
cannam@89
|
5039 # link with -lc, and that would cause any symbols used from libc to
|
cannam@89
|
5040 # always be unresolved, which means just about no library would
|
cannam@89
|
5041 # ever link correctly. If we're not using GNU ld we use -z text
|
cannam@89
|
5042 # though, which does catch some bad symbols but isn't as heavy-handed
|
cannam@89
|
5043 # as -z defs.
|
cannam@89
|
5044 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
|
cannam@89
|
5045 _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
|
cannam@89
|
5046 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@89
|
5047 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
5048 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
|
cannam@89
|
5049 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
|
cannam@89
|
5050 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@89
|
5051 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
|
cannam@89
|
5052 runpath_var='LD_RUN_PATH'
|
cannam@89
|
5053
|
cannam@89
|
5054 if test "$GCC" = yes; then
|
cannam@89
|
5055 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
5056 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
5057 else
|
cannam@89
|
5058 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
5059 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
5060 fi
|
cannam@89
|
5061 ;;
|
cannam@89
|
5062
|
cannam@89
|
5063 uts4*)
|
cannam@89
|
5064 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
cannam@89
|
5065 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@89
|
5066 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
5067 ;;
|
cannam@89
|
5068
|
cannam@89
|
5069 *)
|
cannam@89
|
5070 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5071 ;;
|
cannam@89
|
5072 esac
|
cannam@89
|
5073
|
cannam@89
|
5074 if test x$host_vendor = xsni; then
|
cannam@89
|
5075 case $host in
|
cannam@89
|
5076 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
|
cannam@89
|
5077 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym'
|
cannam@89
|
5078 ;;
|
cannam@89
|
5079 esac
|
cannam@89
|
5080 fi
|
cannam@89
|
5081 fi
|
cannam@89
|
5082 ])
|
cannam@89
|
5083 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
|
cannam@89
|
5084 test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
|
cannam@89
|
5085
|
cannam@89
|
5086 _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
|
cannam@89
|
5087
|
cannam@89
|
5088 _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
|
cannam@89
|
5089 _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
|
cannam@89
|
5090 _LT_DECL([], [extract_expsyms_cmds], [2],
|
cannam@89
|
5091 [The commands to extract the exported symbol list from a shared archive])
|
cannam@89
|
5092
|
cannam@89
|
5093 #
|
cannam@89
|
5094 # Do we need to explicitly link libc?
|
cannam@89
|
5095 #
|
cannam@89
|
5096 case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
|
cannam@89
|
5097 x|xyes)
|
cannam@89
|
5098 # Assume -lc should be added
|
cannam@89
|
5099 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
|
cannam@89
|
5100
|
cannam@89
|
5101 if test "$enable_shared" = yes && test "$GCC" = yes; then
|
cannam@89
|
5102 case $_LT_TAGVAR(archive_cmds, $1) in
|
cannam@89
|
5103 *'~'*)
|
cannam@89
|
5104 # FIXME: we may have to deal with multi-command sequences.
|
cannam@89
|
5105 ;;
|
cannam@89
|
5106 '$CC '*)
|
cannam@89
|
5107 # Test whether the compiler implicitly links with -lc since on some
|
cannam@89
|
5108 # systems, -lgcc has to come before -lc. If gcc already passes -lc
|
cannam@89
|
5109 # to ld, don't add -lc before -lgcc.
|
cannam@89
|
5110 AC_MSG_CHECKING([whether -lc should be explicitly linked in])
|
cannam@89
|
5111 $RM conftest*
|
cannam@89
|
5112 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
cannam@89
|
5113
|
cannam@89
|
5114 if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
|
cannam@89
|
5115 soname=conftest
|
cannam@89
|
5116 lib=conftest
|
cannam@89
|
5117 libobjs=conftest.$ac_objext
|
cannam@89
|
5118 deplibs=
|
cannam@89
|
5119 wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
|
cannam@89
|
5120 pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
|
cannam@89
|
5121 compiler_flags=-v
|
cannam@89
|
5122 linker_flags=-v
|
cannam@89
|
5123 verstring=
|
cannam@89
|
5124 output_objdir=.
|
cannam@89
|
5125 libname=conftest
|
cannam@89
|
5126 lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
|
cannam@89
|
5127 _LT_TAGVAR(allow_undefined_flag, $1)=
|
cannam@89
|
5128 if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
|
cannam@89
|
5129 then
|
cannam@89
|
5130 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@89
|
5131 else
|
cannam@89
|
5132 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
|
cannam@89
|
5133 fi
|
cannam@89
|
5134 _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
|
cannam@89
|
5135 else
|
cannam@89
|
5136 cat conftest.err 1>&5
|
cannam@89
|
5137 fi
|
cannam@89
|
5138 $RM conftest*
|
cannam@89
|
5139 AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)])
|
cannam@89
|
5140 ;;
|
cannam@89
|
5141 esac
|
cannam@89
|
5142 fi
|
cannam@89
|
5143 ;;
|
cannam@89
|
5144 esac
|
cannam@89
|
5145
|
cannam@89
|
5146 _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
|
cannam@89
|
5147 [Whether or not to add -lc for building shared libraries])
|
cannam@89
|
5148 _LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
|
cannam@89
|
5149 [enable_shared_with_static_runtimes], [0],
|
cannam@89
|
5150 [Whether or not to disallow shared libs when runtime libs are static])
|
cannam@89
|
5151 _LT_TAGDECL([], [export_dynamic_flag_spec], [1],
|
cannam@89
|
5152 [Compiler flag to allow reflexive dlopens])
|
cannam@89
|
5153 _LT_TAGDECL([], [whole_archive_flag_spec], [1],
|
cannam@89
|
5154 [Compiler flag to generate shared objects directly from archives])
|
cannam@89
|
5155 _LT_TAGDECL([], [compiler_needs_object], [1],
|
cannam@89
|
5156 [Whether the compiler copes with passing no objects directly])
|
cannam@89
|
5157 _LT_TAGDECL([], [old_archive_from_new_cmds], [2],
|
cannam@89
|
5158 [Create an old-style archive from a shared archive])
|
cannam@89
|
5159 _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
|
cannam@89
|
5160 [Create a temporary old-style archive to link instead of a shared archive])
|
cannam@89
|
5161 _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
|
cannam@89
|
5162 _LT_TAGDECL([], [archive_expsym_cmds], [2])
|
cannam@89
|
5163 _LT_TAGDECL([], [module_cmds], [2],
|
cannam@89
|
5164 [Commands used to build a loadable module if different from building
|
cannam@89
|
5165 a shared archive.])
|
cannam@89
|
5166 _LT_TAGDECL([], [module_expsym_cmds], [2])
|
cannam@89
|
5167 _LT_TAGDECL([], [with_gnu_ld], [1],
|
cannam@89
|
5168 [Whether we are building with GNU ld or not])
|
cannam@89
|
5169 _LT_TAGDECL([], [allow_undefined_flag], [1],
|
cannam@89
|
5170 [Flag that allows shared libraries with undefined symbols to be built])
|
cannam@89
|
5171 _LT_TAGDECL([], [no_undefined_flag], [1],
|
cannam@89
|
5172 [Flag that enforces no undefined symbols])
|
cannam@89
|
5173 _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
|
cannam@89
|
5174 [Flag to hardcode $libdir into a binary during linking.
|
cannam@89
|
5175 This must work even if $libdir does not exist])
|
cannam@89
|
5176 _LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1],
|
cannam@89
|
5177 [[If ld is used when linking, flag to hardcode $libdir into a binary
|
cannam@89
|
5178 during linking. This must work even if $libdir does not exist]])
|
cannam@89
|
5179 _LT_TAGDECL([], [hardcode_libdir_separator], [1],
|
cannam@89
|
5180 [Whether we need a single "-rpath" flag with a separated argument])
|
cannam@89
|
5181 _LT_TAGDECL([], [hardcode_direct], [0],
|
cannam@89
|
5182 [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
|
cannam@89
|
5183 DIR into the resulting binary])
|
cannam@89
|
5184 _LT_TAGDECL([], [hardcode_direct_absolute], [0],
|
cannam@89
|
5185 [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
|
cannam@89
|
5186 DIR into the resulting binary and the resulting library dependency is
|
cannam@89
|
5187 "absolute", i.e impossible to change by setting ${shlibpath_var} if the
|
cannam@89
|
5188 library is relocated])
|
cannam@89
|
5189 _LT_TAGDECL([], [hardcode_minus_L], [0],
|
cannam@89
|
5190 [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
|
cannam@89
|
5191 into the resulting binary])
|
cannam@89
|
5192 _LT_TAGDECL([], [hardcode_shlibpath_var], [0],
|
cannam@89
|
5193 [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
|
cannam@89
|
5194 into the resulting binary])
|
cannam@89
|
5195 _LT_TAGDECL([], [hardcode_automatic], [0],
|
cannam@89
|
5196 [Set to "yes" if building a shared library automatically hardcodes DIR
|
cannam@89
|
5197 into the library and all subsequent libraries and executables linked
|
cannam@89
|
5198 against it])
|
cannam@89
|
5199 _LT_TAGDECL([], [inherit_rpath], [0],
|
cannam@89
|
5200 [Set to yes if linker adds runtime paths of dependent libraries
|
cannam@89
|
5201 to runtime path list])
|
cannam@89
|
5202 _LT_TAGDECL([], [link_all_deplibs], [0],
|
cannam@89
|
5203 [Whether libtool must link a program against all its dependency libraries])
|
cannam@89
|
5204 _LT_TAGDECL([], [fix_srcfile_path], [1],
|
cannam@89
|
5205 [Fix the shell variable $srcfile for the compiler])
|
cannam@89
|
5206 _LT_TAGDECL([], [always_export_symbols], [0],
|
cannam@89
|
5207 [Set to "yes" if exported symbols are required])
|
cannam@89
|
5208 _LT_TAGDECL([], [export_symbols_cmds], [2],
|
cannam@89
|
5209 [The commands to list exported symbols])
|
cannam@89
|
5210 _LT_TAGDECL([], [exclude_expsyms], [1],
|
cannam@89
|
5211 [Symbols that should not be listed in the preloaded symbols])
|
cannam@89
|
5212 _LT_TAGDECL([], [include_expsyms], [1],
|
cannam@89
|
5213 [Symbols that must always be exported])
|
cannam@89
|
5214 _LT_TAGDECL([], [prelink_cmds], [2],
|
cannam@89
|
5215 [Commands necessary for linking programs (against libraries) with templates])
|
cannam@89
|
5216 _LT_TAGDECL([], [file_list_spec], [1],
|
cannam@89
|
5217 [Specify filename containing input files])
|
cannam@89
|
5218 dnl FIXME: Not yet implemented
|
cannam@89
|
5219 dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
|
cannam@89
|
5220 dnl [Compiler flag to generate thread safe objects])
|
cannam@89
|
5221 ])# _LT_LINKER_SHLIBS
|
cannam@89
|
5222
|
cannam@89
|
5223
|
cannam@89
|
5224 # _LT_LANG_C_CONFIG([TAG])
|
cannam@89
|
5225 # ------------------------
|
cannam@89
|
5226 # Ensure that the configuration variables for a C compiler are suitably
|
cannam@89
|
5227 # defined. These variables are subsequently used by _LT_CONFIG to write
|
cannam@89
|
5228 # the compiler configuration to `libtool'.
|
cannam@89
|
5229 m4_defun([_LT_LANG_C_CONFIG],
|
cannam@89
|
5230 [m4_require([_LT_DECL_EGREP])dnl
|
cannam@89
|
5231 lt_save_CC="$CC"
|
cannam@89
|
5232 AC_LANG_PUSH(C)
|
cannam@89
|
5233
|
cannam@89
|
5234 # Source file extension for C test sources.
|
cannam@89
|
5235 ac_ext=c
|
cannam@89
|
5236
|
cannam@89
|
5237 # Object file extension for compiled C test sources.
|
cannam@89
|
5238 objext=o
|
cannam@89
|
5239 _LT_TAGVAR(objext, $1)=$objext
|
cannam@89
|
5240
|
cannam@89
|
5241 # Code to be used in simple compile tests
|
cannam@89
|
5242 lt_simple_compile_test_code="int some_variable = 0;"
|
cannam@89
|
5243
|
cannam@89
|
5244 # Code to be used in simple link tests
|
cannam@89
|
5245 lt_simple_link_test_code='int main(){return(0);}'
|
cannam@89
|
5246
|
cannam@89
|
5247 _LT_TAG_COMPILER
|
cannam@89
|
5248 # Save the default compiler, since it gets overwritten when the other
|
cannam@89
|
5249 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
|
cannam@89
|
5250 compiler_DEFAULT=$CC
|
cannam@89
|
5251
|
cannam@89
|
5252 # save warnings/boilerplate of simple test code
|
cannam@89
|
5253 _LT_COMPILER_BOILERPLATE
|
cannam@89
|
5254 _LT_LINKER_BOILERPLATE
|
cannam@89
|
5255
|
cannam@89
|
5256 if test -n "$compiler"; then
|
cannam@89
|
5257 _LT_COMPILER_NO_RTTI($1)
|
cannam@89
|
5258 _LT_COMPILER_PIC($1)
|
cannam@89
|
5259 _LT_COMPILER_C_O($1)
|
cannam@89
|
5260 _LT_COMPILER_FILE_LOCKS($1)
|
cannam@89
|
5261 _LT_LINKER_SHLIBS($1)
|
cannam@89
|
5262 _LT_SYS_DYNAMIC_LINKER($1)
|
cannam@89
|
5263 _LT_LINKER_HARDCODE_LIBPATH($1)
|
cannam@89
|
5264 LT_SYS_DLOPEN_SELF
|
cannam@89
|
5265 _LT_CMD_STRIPLIB
|
cannam@89
|
5266
|
cannam@89
|
5267 # Report which library types will actually be built
|
cannam@89
|
5268 AC_MSG_CHECKING([if libtool supports shared libraries])
|
cannam@89
|
5269 AC_MSG_RESULT([$can_build_shared])
|
cannam@89
|
5270
|
cannam@89
|
5271 AC_MSG_CHECKING([whether to build shared libraries])
|
cannam@89
|
5272 test "$can_build_shared" = "no" && enable_shared=no
|
cannam@89
|
5273
|
cannam@89
|
5274 # On AIX, shared libraries and static libraries use the same namespace, and
|
cannam@89
|
5275 # are all built from PIC.
|
cannam@89
|
5276 case $host_os in
|
cannam@89
|
5277 aix3*)
|
cannam@89
|
5278 test "$enable_shared" = yes && enable_static=no
|
cannam@89
|
5279 if test -n "$RANLIB"; then
|
cannam@89
|
5280 archive_cmds="$archive_cmds~\$RANLIB \$lib"
|
cannam@89
|
5281 postinstall_cmds='$RANLIB $lib'
|
cannam@89
|
5282 fi
|
cannam@89
|
5283 ;;
|
cannam@89
|
5284
|
cannam@89
|
5285 aix[[4-9]]*)
|
cannam@89
|
5286 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
|
cannam@89
|
5287 test "$enable_shared" = yes && enable_static=no
|
cannam@89
|
5288 fi
|
cannam@89
|
5289 ;;
|
cannam@89
|
5290 esac
|
cannam@89
|
5291 AC_MSG_RESULT([$enable_shared])
|
cannam@89
|
5292
|
cannam@89
|
5293 AC_MSG_CHECKING([whether to build static libraries])
|
cannam@89
|
5294 # Make sure either enable_shared or enable_static is yes.
|
cannam@89
|
5295 test "$enable_shared" = yes || enable_static=yes
|
cannam@89
|
5296 AC_MSG_RESULT([$enable_static])
|
cannam@89
|
5297
|
cannam@89
|
5298 _LT_CONFIG($1)
|
cannam@89
|
5299 fi
|
cannam@89
|
5300 AC_LANG_POP
|
cannam@89
|
5301 CC="$lt_save_CC"
|
cannam@89
|
5302 ])# _LT_LANG_C_CONFIG
|
cannam@89
|
5303
|
cannam@89
|
5304
|
cannam@89
|
5305 # _LT_PROG_CXX
|
cannam@89
|
5306 # ------------
|
cannam@89
|
5307 # Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++
|
cannam@89
|
5308 # compiler, we have our own version here.
|
cannam@89
|
5309 m4_defun([_LT_PROG_CXX],
|
cannam@89
|
5310 [
|
cannam@89
|
5311 pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes])
|
cannam@89
|
5312 AC_PROG_CXX
|
cannam@89
|
5313 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
|
cannam@89
|
5314 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
|
cannam@89
|
5315 (test "X$CXX" != "Xg++"))) ; then
|
cannam@89
|
5316 AC_PROG_CXXCPP
|
cannam@89
|
5317 else
|
cannam@89
|
5318 _lt_caught_CXX_error=yes
|
cannam@89
|
5319 fi
|
cannam@89
|
5320 popdef([AC_MSG_ERROR])
|
cannam@89
|
5321 ])# _LT_PROG_CXX
|
cannam@89
|
5322
|
cannam@89
|
5323 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
5324 dnl AC_DEFUN([_LT_PROG_CXX], [])
|
cannam@89
|
5325
|
cannam@89
|
5326
|
cannam@89
|
5327 # _LT_LANG_CXX_CONFIG([TAG])
|
cannam@89
|
5328 # --------------------------
|
cannam@89
|
5329 # Ensure that the configuration variables for a C++ compiler are suitably
|
cannam@89
|
5330 # defined. These variables are subsequently used by _LT_CONFIG to write
|
cannam@89
|
5331 # the compiler configuration to `libtool'.
|
cannam@89
|
5332 m4_defun([_LT_LANG_CXX_CONFIG],
|
cannam@89
|
5333 [AC_REQUIRE([_LT_PROG_CXX])dnl
|
cannam@89
|
5334 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@89
|
5335 m4_require([_LT_DECL_EGREP])dnl
|
cannam@89
|
5336
|
cannam@89
|
5337 AC_LANG_PUSH(C++)
|
cannam@89
|
5338 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@89
|
5339 _LT_TAGVAR(allow_undefined_flag, $1)=
|
cannam@89
|
5340 _LT_TAGVAR(always_export_symbols, $1)=no
|
cannam@89
|
5341 _LT_TAGVAR(archive_expsym_cmds, $1)=
|
cannam@89
|
5342 _LT_TAGVAR(compiler_needs_object, $1)=no
|
cannam@89
|
5343 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
|
cannam@89
|
5344 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@89
|
5345 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
|
cannam@89
|
5346 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
|
cannam@89
|
5347 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
|
cannam@89
|
5348 _LT_TAGVAR(hardcode_libdir_separator, $1)=
|
cannam@89
|
5349 _LT_TAGVAR(hardcode_minus_L, $1)=no
|
cannam@89
|
5350 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
|
cannam@89
|
5351 _LT_TAGVAR(hardcode_automatic, $1)=no
|
cannam@89
|
5352 _LT_TAGVAR(inherit_rpath, $1)=no
|
cannam@89
|
5353 _LT_TAGVAR(module_cmds, $1)=
|
cannam@89
|
5354 _LT_TAGVAR(module_expsym_cmds, $1)=
|
cannam@89
|
5355 _LT_TAGVAR(link_all_deplibs, $1)=unknown
|
cannam@89
|
5356 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
|
cannam@89
|
5357 _LT_TAGVAR(no_undefined_flag, $1)=
|
cannam@89
|
5358 _LT_TAGVAR(whole_archive_flag_spec, $1)=
|
cannam@89
|
5359 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
|
cannam@89
|
5360
|
cannam@89
|
5361 # Source file extension for C++ test sources.
|
cannam@89
|
5362 ac_ext=cpp
|
cannam@89
|
5363
|
cannam@89
|
5364 # Object file extension for compiled C++ test sources.
|
cannam@89
|
5365 objext=o
|
cannam@89
|
5366 _LT_TAGVAR(objext, $1)=$objext
|
cannam@89
|
5367
|
cannam@89
|
5368 # No sense in running all these tests if we already determined that
|
cannam@89
|
5369 # the CXX compiler isn't working. Some variables (like enable_shared)
|
cannam@89
|
5370 # are currently assumed to apply to all compilers on this platform,
|
cannam@89
|
5371 # and will be corrupted by setting them based on a non-working compiler.
|
cannam@89
|
5372 if test "$_lt_caught_CXX_error" != yes; then
|
cannam@89
|
5373 # Code to be used in simple compile tests
|
cannam@89
|
5374 lt_simple_compile_test_code="int some_variable = 0;"
|
cannam@89
|
5375
|
cannam@89
|
5376 # Code to be used in simple link tests
|
cannam@89
|
5377 lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
|
cannam@89
|
5378
|
cannam@89
|
5379 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
cannam@89
|
5380 _LT_TAG_COMPILER
|
cannam@89
|
5381
|
cannam@89
|
5382 # save warnings/boilerplate of simple test code
|
cannam@89
|
5383 _LT_COMPILER_BOILERPLATE
|
cannam@89
|
5384 _LT_LINKER_BOILERPLATE
|
cannam@89
|
5385
|
cannam@89
|
5386 # Allow CC to be a program name with arguments.
|
cannam@89
|
5387 lt_save_CC=$CC
|
cannam@89
|
5388 lt_save_LD=$LD
|
cannam@89
|
5389 lt_save_GCC=$GCC
|
cannam@89
|
5390 GCC=$GXX
|
cannam@89
|
5391 lt_save_with_gnu_ld=$with_gnu_ld
|
cannam@89
|
5392 lt_save_path_LD=$lt_cv_path_LD
|
cannam@89
|
5393 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
|
cannam@89
|
5394 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
|
cannam@89
|
5395 else
|
cannam@89
|
5396 $as_unset lt_cv_prog_gnu_ld
|
cannam@89
|
5397 fi
|
cannam@89
|
5398 if test -n "${lt_cv_path_LDCXX+set}"; then
|
cannam@89
|
5399 lt_cv_path_LD=$lt_cv_path_LDCXX
|
cannam@89
|
5400 else
|
cannam@89
|
5401 $as_unset lt_cv_path_LD
|
cannam@89
|
5402 fi
|
cannam@89
|
5403 test -z "${LDCXX+set}" || LD=$LDCXX
|
cannam@89
|
5404 CC=${CXX-"c++"}
|
cannam@89
|
5405 compiler=$CC
|
cannam@89
|
5406 _LT_TAGVAR(compiler, $1)=$CC
|
cannam@89
|
5407 _LT_CC_BASENAME([$compiler])
|
cannam@89
|
5408
|
cannam@89
|
5409 if test -n "$compiler"; then
|
cannam@89
|
5410 # We don't want -fno-exception when compiling C++ code, so set the
|
cannam@89
|
5411 # no_builtin_flag separately
|
cannam@89
|
5412 if test "$GXX" = yes; then
|
cannam@89
|
5413 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
|
cannam@89
|
5414 else
|
cannam@89
|
5415 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
|
cannam@89
|
5416 fi
|
cannam@89
|
5417
|
cannam@89
|
5418 if test "$GXX" = yes; then
|
cannam@89
|
5419 # Set up default GNU C++ configuration
|
cannam@89
|
5420
|
cannam@89
|
5421 LT_PATH_LD
|
cannam@89
|
5422
|
cannam@89
|
5423 # Check if GNU C++ uses GNU ld as the underlying linker, since the
|
cannam@89
|
5424 # archiving commands below assume that GNU ld is being used.
|
cannam@89
|
5425 if test "$with_gnu_ld" = yes; then
|
cannam@89
|
5426 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@89
|
5427 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
|
cannam@89
|
5428
|
cannam@89
|
5429 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@89
|
5430 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
cannam@89
|
5431
|
cannam@89
|
5432 # If archive_cmds runs LD, not CC, wlarc should be empty
|
cannam@89
|
5433 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
|
cannam@89
|
5434 # investigate it a little bit more. (MM)
|
cannam@89
|
5435 wlarc='${wl}'
|
cannam@89
|
5436
|
cannam@89
|
5437 # ancient GNU ld didn't support --whole-archive et. al.
|
cannam@89
|
5438 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
|
cannam@89
|
5439 $GREP 'no-whole-archive' > /dev/null; then
|
cannam@89
|
5440 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
cannam@89
|
5441 else
|
cannam@89
|
5442 _LT_TAGVAR(whole_archive_flag_spec, $1)=
|
cannam@89
|
5443 fi
|
cannam@89
|
5444 else
|
cannam@89
|
5445 with_gnu_ld=no
|
cannam@89
|
5446 wlarc=
|
cannam@89
|
5447
|
cannam@89
|
5448 # A generic and very simple default shared library creation
|
cannam@89
|
5449 # command for GNU C++ for the case where it uses the native
|
cannam@89
|
5450 # linker, instead of GNU ld. If possible, this setting should
|
cannam@89
|
5451 # overridden to take advantage of the native linker features on
|
cannam@89
|
5452 # the platform it is being used on.
|
cannam@89
|
5453 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
cannam@89
|
5454 fi
|
cannam@89
|
5455
|
cannam@89
|
5456 # Commands to make compiler produce verbose output that lists
|
cannam@89
|
5457 # what "hidden" libraries, object files and flags are used when
|
cannam@89
|
5458 # linking a shared library.
|
cannam@89
|
5459 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
|
cannam@89
|
5460
|
cannam@89
|
5461 else
|
cannam@89
|
5462 GXX=no
|
cannam@89
|
5463 with_gnu_ld=no
|
cannam@89
|
5464 wlarc=
|
cannam@89
|
5465 fi
|
cannam@89
|
5466
|
cannam@89
|
5467 # PORTME: fill in a description of your system's C++ link characteristics
|
cannam@89
|
5468 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
|
cannam@89
|
5469 _LT_TAGVAR(ld_shlibs, $1)=yes
|
cannam@89
|
5470 case $host_os in
|
cannam@89
|
5471 aix3*)
|
cannam@89
|
5472 # FIXME: insert proper C++ library support
|
cannam@89
|
5473 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5474 ;;
|
cannam@89
|
5475 aix[[4-9]]*)
|
cannam@89
|
5476 if test "$host_cpu" = ia64; then
|
cannam@89
|
5477 # On IA64, the linker does run time linking by default, so we don't
|
cannam@89
|
5478 # have to do anything special.
|
cannam@89
|
5479 aix_use_runtimelinking=no
|
cannam@89
|
5480 exp_sym_flag='-Bexport'
|
cannam@89
|
5481 no_entry_flag=""
|
cannam@89
|
5482 else
|
cannam@89
|
5483 aix_use_runtimelinking=no
|
cannam@89
|
5484
|
cannam@89
|
5485 # Test if we are trying to use run time linking or normal
|
cannam@89
|
5486 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
|
cannam@89
|
5487 # need to do runtime linking.
|
cannam@89
|
5488 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
|
cannam@89
|
5489 for ld_flag in $LDFLAGS; do
|
cannam@89
|
5490 case $ld_flag in
|
cannam@89
|
5491 *-brtl*)
|
cannam@89
|
5492 aix_use_runtimelinking=yes
|
cannam@89
|
5493 break
|
cannam@89
|
5494 ;;
|
cannam@89
|
5495 esac
|
cannam@89
|
5496 done
|
cannam@89
|
5497 ;;
|
cannam@89
|
5498 esac
|
cannam@89
|
5499
|
cannam@89
|
5500 exp_sym_flag='-bexport'
|
cannam@89
|
5501 no_entry_flag='-bnoentry'
|
cannam@89
|
5502 fi
|
cannam@89
|
5503
|
cannam@89
|
5504 # When large executables or shared objects are built, AIX ld can
|
cannam@89
|
5505 # have problems creating the table of contents. If linking a library
|
cannam@89
|
5506 # or program results in "error TOC overflow" add -mminimal-toc to
|
cannam@89
|
5507 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
|
cannam@89
|
5508 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
|
cannam@89
|
5509
|
cannam@89
|
5510 _LT_TAGVAR(archive_cmds, $1)=''
|
cannam@89
|
5511 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
5512 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
|
cannam@89
|
5513 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
|
cannam@89
|
5514 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@89
|
5515 _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
|
cannam@89
|
5516
|
cannam@89
|
5517 if test "$GXX" = yes; then
|
cannam@89
|
5518 case $host_os in aix4.[[012]]|aix4.[[012]].*)
|
cannam@89
|
5519 # We only want to do this on AIX 4.2 and lower, the check
|
cannam@89
|
5520 # below for broken collect2 doesn't work under 4.3+
|
cannam@89
|
5521 collect2name=`${CC} -print-prog-name=collect2`
|
cannam@89
|
5522 if test -f "$collect2name" &&
|
cannam@89
|
5523 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
|
cannam@89
|
5524 then
|
cannam@89
|
5525 # We have reworked collect2
|
cannam@89
|
5526 :
|
cannam@89
|
5527 else
|
cannam@89
|
5528 # We have old collect2
|
cannam@89
|
5529 _LT_TAGVAR(hardcode_direct, $1)=unsupported
|
cannam@89
|
5530 # It fails to find uninstalled libraries when the uninstalled
|
cannam@89
|
5531 # path is not listed in the libpath. Setting hardcode_minus_L
|
cannam@89
|
5532 # to unsupported forces relinking
|
cannam@89
|
5533 _LT_TAGVAR(hardcode_minus_L, $1)=yes
|
cannam@89
|
5534 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@89
|
5535 _LT_TAGVAR(hardcode_libdir_separator, $1)=
|
cannam@89
|
5536 fi
|
cannam@89
|
5537 esac
|
cannam@89
|
5538 shared_flag='-shared'
|
cannam@89
|
5539 if test "$aix_use_runtimelinking" = yes; then
|
cannam@89
|
5540 shared_flag="$shared_flag "'${wl}-G'
|
cannam@89
|
5541 fi
|
cannam@89
|
5542 else
|
cannam@89
|
5543 # not using gcc
|
cannam@89
|
5544 if test "$host_cpu" = ia64; then
|
cannam@89
|
5545 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
|
cannam@89
|
5546 # chokes on -Wl,-G. The following line is correct:
|
cannam@89
|
5547 shared_flag='-G'
|
cannam@89
|
5548 else
|
cannam@89
|
5549 if test "$aix_use_runtimelinking" = yes; then
|
cannam@89
|
5550 shared_flag='${wl}-G'
|
cannam@89
|
5551 else
|
cannam@89
|
5552 shared_flag='${wl}-bM:SRE'
|
cannam@89
|
5553 fi
|
cannam@89
|
5554 fi
|
cannam@89
|
5555 fi
|
cannam@89
|
5556
|
cannam@89
|
5557 # It seems that -bexpall does not export symbols beginning with
|
cannam@89
|
5558 # underscore (_), so it is better to generate a list of symbols to
|
cannam@89
|
5559 # export.
|
cannam@89
|
5560 _LT_TAGVAR(always_export_symbols, $1)=yes
|
cannam@89
|
5561 if test "$aix_use_runtimelinking" = yes; then
|
cannam@89
|
5562 # Warning - without using the other runtime loading flags (-brtl),
|
cannam@89
|
5563 # -berok will link without error, but may produce a broken library.
|
cannam@89
|
5564 _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
|
cannam@89
|
5565 # Determine the default libpath from the value encoded in an empty
|
cannam@89
|
5566 # executable.
|
cannam@89
|
5567 _LT_SYS_MODULE_PATH_AIX
|
cannam@89
|
5568 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
|
cannam@89
|
5569
|
cannam@89
|
5570 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
|
cannam@89
|
5571 else
|
cannam@89
|
5572 if test "$host_cpu" = ia64; then
|
cannam@89
|
5573 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
|
cannam@89
|
5574 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
|
cannam@89
|
5575 _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@89
|
5576 else
|
cannam@89
|
5577 # Determine the default libpath from the value encoded in an
|
cannam@89
|
5578 # empty executable.
|
cannam@89
|
5579 _LT_SYS_MODULE_PATH_AIX
|
cannam@89
|
5580 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
|
cannam@89
|
5581 # Warning - without using the other run time loading flags,
|
cannam@89
|
5582 # -berok will link without error, but may produce a broken library.
|
cannam@89
|
5583 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
|
cannam@89
|
5584 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
|
cannam@89
|
5585 # Exported symbols can be pulled into shared objects from archives
|
cannam@89
|
5586 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
|
cannam@89
|
5587 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
|
cannam@89
|
5588 # This is similar to how AIX traditionally builds its shared
|
cannam@89
|
5589 # libraries.
|
cannam@89
|
5590 _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@89
|
5591 fi
|
cannam@89
|
5592 fi
|
cannam@89
|
5593 ;;
|
cannam@89
|
5594
|
cannam@89
|
5595 beos*)
|
cannam@89
|
5596 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
|
cannam@89
|
5597 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
cannam@89
|
5598 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
|
cannam@89
|
5599 # support --undefined. This deserves some investigation. FIXME
|
cannam@89
|
5600 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@89
|
5601 else
|
cannam@89
|
5602 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5603 fi
|
cannam@89
|
5604 ;;
|
cannam@89
|
5605
|
cannam@89
|
5606 chorus*)
|
cannam@89
|
5607 case $cc_basename in
|
cannam@89
|
5608 *)
|
cannam@89
|
5609 # FIXME: insert proper C++ library support
|
cannam@89
|
5610 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5611 ;;
|
cannam@89
|
5612 esac
|
cannam@89
|
5613 ;;
|
cannam@89
|
5614
|
cannam@89
|
5615 cygwin* | mingw* | pw32*)
|
cannam@89
|
5616 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
|
cannam@89
|
5617 # as there is no search path for DLLs.
|
cannam@89
|
5618 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
cannam@89
|
5619 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
|
cannam@89
|
5620 _LT_TAGVAR(always_export_symbols, $1)=no
|
cannam@89
|
5621 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
|
cannam@89
|
5622
|
cannam@89
|
5623 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
|
cannam@89
|
5624 _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@89
|
5625 # If the export-symbols file already is a .def file (1st line
|
cannam@89
|
5626 # is EXPORTS), use it as is; otherwise, prepend...
|
cannam@89
|
5627 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
|
cannam@89
|
5628 cp $export_symbols $output_objdir/$soname.def;
|
cannam@89
|
5629 else
|
cannam@89
|
5630 echo EXPORTS > $output_objdir/$soname.def;
|
cannam@89
|
5631 cat $export_symbols >> $output_objdir/$soname.def;
|
cannam@89
|
5632 fi~
|
cannam@89
|
5633 $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@89
|
5634 else
|
cannam@89
|
5635 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5636 fi
|
cannam@89
|
5637 ;;
|
cannam@89
|
5638 darwin* | rhapsody*)
|
cannam@89
|
5639 _LT_DARWIN_LINKER_FEATURES($1)
|
cannam@89
|
5640 ;;
|
cannam@89
|
5641
|
cannam@89
|
5642 dgux*)
|
cannam@89
|
5643 case $cc_basename in
|
cannam@89
|
5644 ec++*)
|
cannam@89
|
5645 # FIXME: insert proper C++ library support
|
cannam@89
|
5646 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5647 ;;
|
cannam@89
|
5648 ghcx*)
|
cannam@89
|
5649 # Green Hills C++ Compiler
|
cannam@89
|
5650 # FIXME: insert proper C++ library support
|
cannam@89
|
5651 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5652 ;;
|
cannam@89
|
5653 *)
|
cannam@89
|
5654 # FIXME: insert proper C++ library support
|
cannam@89
|
5655 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5656 ;;
|
cannam@89
|
5657 esac
|
cannam@89
|
5658 ;;
|
cannam@89
|
5659
|
cannam@89
|
5660 freebsd[[12]]*)
|
cannam@89
|
5661 # C++ shared libraries reported to be fairly broken before
|
cannam@89
|
5662 # switch to ELF
|
cannam@89
|
5663 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5664 ;;
|
cannam@89
|
5665
|
cannam@89
|
5666 freebsd-elf*)
|
cannam@89
|
5667 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@89
|
5668 ;;
|
cannam@89
|
5669
|
cannam@89
|
5670 freebsd* | dragonfly*)
|
cannam@89
|
5671 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
|
cannam@89
|
5672 # conventions
|
cannam@89
|
5673 _LT_TAGVAR(ld_shlibs, $1)=yes
|
cannam@89
|
5674 ;;
|
cannam@89
|
5675
|
cannam@89
|
5676 gnu*)
|
cannam@89
|
5677 ;;
|
cannam@89
|
5678
|
cannam@89
|
5679 hpux9*)
|
cannam@89
|
5680 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
cannam@89
|
5681 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@89
|
5682 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@89
|
5683 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
5684 _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
|
cannam@89
|
5685 # but as the default
|
cannam@89
|
5686 # location of the library.
|
cannam@89
|
5687
|
cannam@89
|
5688 case $cc_basename in
|
cannam@89
|
5689 CC*)
|
cannam@89
|
5690 # FIXME: insert proper C++ library support
|
cannam@89
|
5691 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5692 ;;
|
cannam@89
|
5693 aCC*)
|
cannam@89
|
5694 _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@89
|
5695 # Commands to make compiler produce verbose output that lists
|
cannam@89
|
5696 # what "hidden" libraries, object files and flags are used when
|
cannam@89
|
5697 # linking a shared library.
|
cannam@89
|
5698 #
|
cannam@89
|
5699 # There doesn't appear to be a way to prevent this compiler from
|
cannam@89
|
5700 # explicitly linking system object files so we need to strip them
|
cannam@89
|
5701 # from the output so that they don't get included in the library
|
cannam@89
|
5702 # dependencies.
|
cannam@89
|
5703 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
|
cannam@89
|
5704 ;;
|
cannam@89
|
5705 *)
|
cannam@89
|
5706 if test "$GXX" = yes; then
|
cannam@89
|
5707 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
|
cannam@89
|
5708 else
|
cannam@89
|
5709 # FIXME: insert proper C++ library support
|
cannam@89
|
5710 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5711 fi
|
cannam@89
|
5712 ;;
|
cannam@89
|
5713 esac
|
cannam@89
|
5714 ;;
|
cannam@89
|
5715
|
cannam@89
|
5716 hpux10*|hpux11*)
|
cannam@89
|
5717 if test $with_gnu_ld = no; then
|
cannam@89
|
5718 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
|
cannam@89
|
5719 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@89
|
5720
|
cannam@89
|
5721 case $host_cpu in
|
cannam@89
|
5722 hppa*64*|ia64*)
|
cannam@89
|
5723 ;;
|
cannam@89
|
5724 *)
|
cannam@89
|
5725 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@89
|
5726 ;;
|
cannam@89
|
5727 esac
|
cannam@89
|
5728 fi
|
cannam@89
|
5729 case $host_cpu in
|
cannam@89
|
5730 hppa*64*|ia64*)
|
cannam@89
|
5731 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@89
|
5732 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
5733 ;;
|
cannam@89
|
5734 *)
|
cannam@89
|
5735 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
5736 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
|
cannam@89
|
5737 _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
|
cannam@89
|
5738 # but as the default
|
cannam@89
|
5739 # location of the library.
|
cannam@89
|
5740 ;;
|
cannam@89
|
5741 esac
|
cannam@89
|
5742
|
cannam@89
|
5743 case $cc_basename in
|
cannam@89
|
5744 CC*)
|
cannam@89
|
5745 # FIXME: insert proper C++ library support
|
cannam@89
|
5746 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5747 ;;
|
cannam@89
|
5748 aCC*)
|
cannam@89
|
5749 case $host_cpu in
|
cannam@89
|
5750 hppa*64*)
|
cannam@89
|
5751 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
cannam@89
|
5752 ;;
|
cannam@89
|
5753 ia64*)
|
cannam@89
|
5754 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
cannam@89
|
5755 ;;
|
cannam@89
|
5756 *)
|
cannam@89
|
5757 _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@89
|
5758 ;;
|
cannam@89
|
5759 esac
|
cannam@89
|
5760 # Commands to make compiler produce verbose output that lists
|
cannam@89
|
5761 # what "hidden" libraries, object files and flags are used when
|
cannam@89
|
5762 # linking a shared library.
|
cannam@89
|
5763 #
|
cannam@89
|
5764 # There doesn't appear to be a way to prevent this compiler from
|
cannam@89
|
5765 # explicitly linking system object files so we need to strip them
|
cannam@89
|
5766 # from the output so that they don't get included in the library
|
cannam@89
|
5767 # dependencies.
|
cannam@89
|
5768 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
|
cannam@89
|
5769 ;;
|
cannam@89
|
5770 *)
|
cannam@89
|
5771 if test "$GXX" = yes; then
|
cannam@89
|
5772 if test $with_gnu_ld = no; then
|
cannam@89
|
5773 case $host_cpu in
|
cannam@89
|
5774 hppa*64*)
|
cannam@89
|
5775 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
cannam@89
|
5776 ;;
|
cannam@89
|
5777 ia64*)
|
cannam@89
|
5778 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
cannam@89
|
5779 ;;
|
cannam@89
|
5780 *)
|
cannam@89
|
5781 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
cannam@89
|
5782 ;;
|
cannam@89
|
5783 esac
|
cannam@89
|
5784 fi
|
cannam@89
|
5785 else
|
cannam@89
|
5786 # FIXME: insert proper C++ library support
|
cannam@89
|
5787 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5788 fi
|
cannam@89
|
5789 ;;
|
cannam@89
|
5790 esac
|
cannam@89
|
5791 ;;
|
cannam@89
|
5792
|
cannam@89
|
5793 interix[[3-9]]*)
|
cannam@89
|
5794 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@89
|
5795 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
5796 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
cannam@89
|
5797 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@89
|
5798 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
|
cannam@89
|
5799 # Instead, shared libraries are loaded at an image base (0x10000000 by
|
cannam@89
|
5800 # default) and relocated if they conflict, which is a slow very memory
|
cannam@89
|
5801 # consuming and fragmenting process. To avoid this, we pick a random,
|
cannam@89
|
5802 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
|
cannam@89
|
5803 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
|
cannam@89
|
5804 _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@89
|
5805 _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@89
|
5806 ;;
|
cannam@89
|
5807 irix5* | irix6*)
|
cannam@89
|
5808 case $cc_basename in
|
cannam@89
|
5809 CC*)
|
cannam@89
|
5810 # SGI C++
|
cannam@89
|
5811 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
|
cannam@89
|
5812
|
cannam@89
|
5813 # Archives containing C++ object files must be created using
|
cannam@89
|
5814 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
|
cannam@89
|
5815 # necessary to make sure instantiated templates are included
|
cannam@89
|
5816 # in the archive.
|
cannam@89
|
5817 _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
|
cannam@89
|
5818 ;;
|
cannam@89
|
5819 *)
|
cannam@89
|
5820 if test "$GXX" = yes; then
|
cannam@89
|
5821 if test "$with_gnu_ld" = no; then
|
cannam@89
|
5822 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
cannam@89
|
5823 else
|
cannam@89
|
5824 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
|
cannam@89
|
5825 fi
|
cannam@89
|
5826 fi
|
cannam@89
|
5827 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@89
|
5828 ;;
|
cannam@89
|
5829 esac
|
cannam@89
|
5830 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@89
|
5831 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@89
|
5832 _LT_TAGVAR(inherit_rpath, $1)=yes
|
cannam@89
|
5833 ;;
|
cannam@89
|
5834
|
cannam@89
|
5835 linux* | k*bsd*-gnu)
|
cannam@89
|
5836 case $cc_basename in
|
cannam@89
|
5837 KCC*)
|
cannam@89
|
5838 # Kuck and Associates, Inc. (KAI) C++ Compiler
|
cannam@89
|
5839
|
cannam@89
|
5840 # KCC will only create a shared library if the output file
|
cannam@89
|
5841 # ends with ".so" (or ".sl" for HP-UX), so rename the library
|
cannam@89
|
5842 # to its proper name (with version) after linking.
|
cannam@89
|
5843 _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@89
|
5844 _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@89
|
5845 # Commands to make compiler produce verbose output that lists
|
cannam@89
|
5846 # what "hidden" libraries, object files and flags are used when
|
cannam@89
|
5847 # linking a shared library.
|
cannam@89
|
5848 #
|
cannam@89
|
5849 # There doesn't appear to be a way to prevent this compiler from
|
cannam@89
|
5850 # explicitly linking system object files so we need to strip them
|
cannam@89
|
5851 # from the output so that they don't get included in the library
|
cannam@89
|
5852 # dependencies.
|
cannam@89
|
5853 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
|
cannam@89
|
5854
|
cannam@89
|
5855 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
cannam@89
|
5856 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
cannam@89
|
5857
|
cannam@89
|
5858 # Archives containing C++ object files must be created using
|
cannam@89
|
5859 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
|
cannam@89
|
5860 _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
|
cannam@89
|
5861 ;;
|
cannam@89
|
5862 icpc* | ecpc* )
|
cannam@89
|
5863 # Intel C++
|
cannam@89
|
5864 with_gnu_ld=yes
|
cannam@89
|
5865 # version 8.0 and above of icpc choke on multiply defined symbols
|
cannam@89
|
5866 # if we add $predep_objects and $postdep_objects, however 7.1 and
|
cannam@89
|
5867 # earlier do not add the objects themselves.
|
cannam@89
|
5868 case `$CC -V 2>&1` in
|
cannam@89
|
5869 *"Version 7."*)
|
cannam@89
|
5870 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@89
|
5871 _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@89
|
5872 ;;
|
cannam@89
|
5873 *) # Version 8.0 or newer
|
cannam@89
|
5874 tmp_idyn=
|
cannam@89
|
5875 case $host_cpu in
|
cannam@89
|
5876 ia64*) tmp_idyn=' -i_dynamic';;
|
cannam@89
|
5877 esac
|
cannam@89
|
5878 _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@89
|
5879 _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@89
|
5880 ;;
|
cannam@89
|
5881 esac
|
cannam@89
|
5882 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@89
|
5883 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
cannam@89
|
5884 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
cannam@89
|
5885 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
|
cannam@89
|
5886 ;;
|
cannam@89
|
5887 pgCC* | pgcpp*)
|
cannam@89
|
5888 # Portland Group C++ compiler
|
cannam@89
|
5889 case `$CC -V` in
|
cannam@89
|
5890 *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*)
|
cannam@89
|
5891 _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
|
cannam@89
|
5892 rm -rf $tpldir~
|
cannam@89
|
5893 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
|
cannam@89
|
5894 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
|
cannam@89
|
5895 _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
|
cannam@89
|
5896 rm -rf $tpldir~
|
cannam@89
|
5897 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
|
cannam@89
|
5898 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
|
cannam@89
|
5899 $RANLIB $oldlib'
|
cannam@89
|
5900 _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
|
cannam@89
|
5901 rm -rf $tpldir~
|
cannam@89
|
5902 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
|
cannam@89
|
5903 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
|
cannam@89
|
5904 _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
|
cannam@89
|
5905 rm -rf $tpldir~
|
cannam@89
|
5906 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
|
cannam@89
|
5907 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
|
cannam@89
|
5908 ;;
|
cannam@89
|
5909 *) # Version 6 will use weak symbols
|
cannam@89
|
5910 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
|
cannam@89
|
5911 _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@89
|
5912 ;;
|
cannam@89
|
5913 esac
|
cannam@89
|
5914
|
cannam@89
|
5915 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
|
cannam@89
|
5916 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
cannam@89
|
5917 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
|
cannam@89
|
5918 ;;
|
cannam@89
|
5919 cxx*)
|
cannam@89
|
5920 # Compaq C++
|
cannam@89
|
5921 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@89
|
5922 _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@89
|
5923
|
cannam@89
|
5924 runpath_var=LD_RUN_PATH
|
cannam@89
|
5925 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
|
cannam@89
|
5926 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@89
|
5927
|
cannam@89
|
5928 # Commands to make compiler produce verbose output that lists
|
cannam@89
|
5929 # what "hidden" libraries, object files and flags are used when
|
cannam@89
|
5930 # linking a shared library.
|
cannam@89
|
5931 #
|
cannam@89
|
5932 # There doesn't appear to be a way to prevent this compiler from
|
cannam@89
|
5933 # explicitly linking system object files so we need to strip them
|
cannam@89
|
5934 # from the output so that they don't get included in the library
|
cannam@89
|
5935 # dependencies.
|
cannam@89
|
5936 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
|
cannam@89
|
5937 ;;
|
cannam@89
|
5938 xl*)
|
cannam@89
|
5939 # IBM XL 8.0 on PPC, with GNU ld
|
cannam@89
|
5940 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@89
|
5941 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
|
cannam@89
|
5942 _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
cannam@89
|
5943 if test "x$supports_anon_versioning" = xyes; then
|
cannam@89
|
5944 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
|
cannam@89
|
5945 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
|
cannam@89
|
5946 echo "local: *; };" >> $output_objdir/$libname.ver~
|
cannam@89
|
5947 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
|
cannam@89
|
5948 fi
|
cannam@89
|
5949 ;;
|
cannam@89
|
5950 *)
|
cannam@89
|
5951 case `$CC -V 2>&1 | sed 5q` in
|
cannam@89
|
5952 *Sun\ C*)
|
cannam@89
|
5953 # Sun C++ 5.9
|
cannam@89
|
5954 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
|
cannam@89
|
5955 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
cannam@89
|
5956 _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@89
|
5957 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
cannam@89
|
5958 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
|
cannam@89
|
5959 _LT_TAGVAR(compiler_needs_object, $1)=yes
|
cannam@89
|
5960
|
cannam@89
|
5961 # Not sure whether something based on
|
cannam@89
|
5962 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
|
cannam@89
|
5963 # would be better.
|
cannam@89
|
5964 output_verbose_link_cmd='echo'
|
cannam@89
|
5965
|
cannam@89
|
5966 # Archives containing C++ object files must be created using
|
cannam@89
|
5967 # "CC -xar", where "CC" is the Sun C++ compiler. This is
|
cannam@89
|
5968 # necessary to make sure instantiated templates are included
|
cannam@89
|
5969 # in the archive.
|
cannam@89
|
5970 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
|
cannam@89
|
5971 ;;
|
cannam@89
|
5972 esac
|
cannam@89
|
5973 ;;
|
cannam@89
|
5974 esac
|
cannam@89
|
5975 ;;
|
cannam@89
|
5976
|
cannam@89
|
5977 lynxos*)
|
cannam@89
|
5978 # FIXME: insert proper C++ library support
|
cannam@89
|
5979 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5980 ;;
|
cannam@89
|
5981
|
cannam@89
|
5982 m88k*)
|
cannam@89
|
5983 # FIXME: insert proper C++ library support
|
cannam@89
|
5984 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5985 ;;
|
cannam@89
|
5986
|
cannam@89
|
5987 mvs*)
|
cannam@89
|
5988 case $cc_basename in
|
cannam@89
|
5989 cxx*)
|
cannam@89
|
5990 # FIXME: insert proper C++ library support
|
cannam@89
|
5991 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5992 ;;
|
cannam@89
|
5993 *)
|
cannam@89
|
5994 # FIXME: insert proper C++ library support
|
cannam@89
|
5995 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
5996 ;;
|
cannam@89
|
5997 esac
|
cannam@89
|
5998 ;;
|
cannam@89
|
5999
|
cannam@89
|
6000 netbsd*)
|
cannam@89
|
6001 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
|
cannam@89
|
6002 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
|
cannam@89
|
6003 wlarc=
|
cannam@89
|
6004 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
cannam@89
|
6005 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
6006 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
6007 fi
|
cannam@89
|
6008 # Workaround some broken pre-1.5 toolchains
|
cannam@89
|
6009 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
|
cannam@89
|
6010 ;;
|
cannam@89
|
6011
|
cannam@89
|
6012 *nto* | *qnx*)
|
cannam@89
|
6013 _LT_TAGVAR(ld_shlibs, $1)=yes
|
cannam@89
|
6014 ;;
|
cannam@89
|
6015
|
cannam@89
|
6016 openbsd2*)
|
cannam@89
|
6017 # C++ shared libraries are fairly broken
|
cannam@89
|
6018 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
6019 ;;
|
cannam@89
|
6020
|
cannam@89
|
6021 openbsd*)
|
cannam@89
|
6022 if test -f /usr/libexec/ld.so; then
|
cannam@89
|
6023 _LT_TAGVAR(hardcode_direct, $1)=yes
|
cannam@89
|
6024 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
6025 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
|
cannam@89
|
6026 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
cannam@89
|
6027 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
cannam@89
|
6028 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
cannam@89
|
6029 _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@89
|
6030 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
cannam@89
|
6031 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
cannam@89
|
6032 fi
|
cannam@89
|
6033 output_verbose_link_cmd=echo
|
cannam@89
|
6034 else
|
cannam@89
|
6035 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
6036 fi
|
cannam@89
|
6037 ;;
|
cannam@89
|
6038
|
cannam@89
|
6039 osf3* | osf4* | osf5*)
|
cannam@89
|
6040 case $cc_basename in
|
cannam@89
|
6041 KCC*)
|
cannam@89
|
6042 # Kuck and Associates, Inc. (KAI) C++ Compiler
|
cannam@89
|
6043
|
cannam@89
|
6044 # KCC will only create a shared library if the output file
|
cannam@89
|
6045 # ends with ".so" (or ".sl" for HP-UX), so rename the library
|
cannam@89
|
6046 # to its proper name (with version) after linking.
|
cannam@89
|
6047 _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@89
|
6048
|
cannam@89
|
6049 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
cannam@89
|
6050 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@89
|
6051
|
cannam@89
|
6052 # Archives containing C++ object files must be created using
|
cannam@89
|
6053 # the KAI C++ compiler.
|
cannam@89
|
6054 case $host in
|
cannam@89
|
6055 osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
|
cannam@89
|
6056 *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
|
cannam@89
|
6057 esac
|
cannam@89
|
6058 ;;
|
cannam@89
|
6059 RCC*)
|
cannam@89
|
6060 # Rational C++ 2.4.1
|
cannam@89
|
6061 # FIXME: insert proper C++ library support
|
cannam@89
|
6062 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
6063 ;;
|
cannam@89
|
6064 cxx*)
|
cannam@89
|
6065 case $host in
|
cannam@89
|
6066 osf3*)
|
cannam@89
|
6067 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
|
cannam@89
|
6068 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
|
cannam@89
|
6069 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@89
|
6070 ;;
|
cannam@89
|
6071 *)
|
cannam@89
|
6072 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
|
cannam@89
|
6073 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
|
cannam@89
|
6074 _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
|
cannam@89
|
6075 echo "-hidden">> $lib.exp~
|
cannam@89
|
6076 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
|
cannam@89
|
6077 $RM $lib.exp'
|
cannam@89
|
6078 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
|
cannam@89
|
6079 ;;
|
cannam@89
|
6080 esac
|
cannam@89
|
6081
|
cannam@89
|
6082 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@89
|
6083
|
cannam@89
|
6084 # Commands to make compiler produce verbose output that lists
|
cannam@89
|
6085 # what "hidden" libraries, object files and flags are used when
|
cannam@89
|
6086 # linking a shared library.
|
cannam@89
|
6087 #
|
cannam@89
|
6088 # There doesn't appear to be a way to prevent this compiler from
|
cannam@89
|
6089 # explicitly linking system object files so we need to strip them
|
cannam@89
|
6090 # from the output so that they don't get included in the library
|
cannam@89
|
6091 # dependencies.
|
cannam@89
|
6092 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
|
cannam@89
|
6093 ;;
|
cannam@89
|
6094 *)
|
cannam@89
|
6095 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
|
cannam@89
|
6096 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
|
cannam@89
|
6097 case $host in
|
cannam@89
|
6098 osf3*)
|
cannam@89
|
6099 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
cannam@89
|
6100 ;;
|
cannam@89
|
6101 *)
|
cannam@89
|
6102 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
cannam@89
|
6103 ;;
|
cannam@89
|
6104 esac
|
cannam@89
|
6105
|
cannam@89
|
6106 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
|
cannam@89
|
6107 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
|
cannam@89
|
6108
|
cannam@89
|
6109 # Commands to make compiler produce verbose output that lists
|
cannam@89
|
6110 # what "hidden" libraries, object files and flags are used when
|
cannam@89
|
6111 # linking a shared library.
|
cannam@89
|
6112 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
|
cannam@89
|
6113
|
cannam@89
|
6114 else
|
cannam@89
|
6115 # FIXME: insert proper C++ library support
|
cannam@89
|
6116 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
6117 fi
|
cannam@89
|
6118 ;;
|
cannam@89
|
6119 esac
|
cannam@89
|
6120 ;;
|
cannam@89
|
6121
|
cannam@89
|
6122 psos*)
|
cannam@89
|
6123 # FIXME: insert proper C++ library support
|
cannam@89
|
6124 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
6125 ;;
|
cannam@89
|
6126
|
cannam@89
|
6127 sunos4*)
|
cannam@89
|
6128 case $cc_basename in
|
cannam@89
|
6129 CC*)
|
cannam@89
|
6130 # Sun C++ 4.x
|
cannam@89
|
6131 # FIXME: insert proper C++ library support
|
cannam@89
|
6132 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
6133 ;;
|
cannam@89
|
6134 lcc*)
|
cannam@89
|
6135 # Lucid
|
cannam@89
|
6136 # FIXME: insert proper C++ library support
|
cannam@89
|
6137 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
6138 ;;
|
cannam@89
|
6139 *)
|
cannam@89
|
6140 # FIXME: insert proper C++ library support
|
cannam@89
|
6141 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
6142 ;;
|
cannam@89
|
6143 esac
|
cannam@89
|
6144 ;;
|
cannam@89
|
6145
|
cannam@89
|
6146 solaris*)
|
cannam@89
|
6147 case $cc_basename in
|
cannam@89
|
6148 CC*)
|
cannam@89
|
6149 # Sun C++ 4.2, 5.x and Centerline C++
|
cannam@89
|
6150 _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
|
cannam@89
|
6151 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
|
cannam@89
|
6152 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
cannam@89
|
6153 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
cannam@89
|
6154 $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@89
|
6155
|
cannam@89
|
6156 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
cannam@89
|
6157 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
6158 case $host_os in
|
cannam@89
|
6159 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
|
cannam@89
|
6160 *)
|
cannam@89
|
6161 # The compiler driver will combine and reorder linker options,
|
cannam@89
|
6162 # but understands `-z linker_flag'.
|
cannam@89
|
6163 # Supported since Solaris 2.6 (maybe 2.5.1?)
|
cannam@89
|
6164 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
|
cannam@89
|
6165 ;;
|
cannam@89
|
6166 esac
|
cannam@89
|
6167 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@89
|
6168
|
cannam@89
|
6169 output_verbose_link_cmd='echo'
|
cannam@89
|
6170
|
cannam@89
|
6171 # Archives containing C++ object files must be created using
|
cannam@89
|
6172 # "CC -xar", where "CC" is the Sun C++ compiler. This is
|
cannam@89
|
6173 # necessary to make sure instantiated templates are included
|
cannam@89
|
6174 # in the archive.
|
cannam@89
|
6175 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
|
cannam@89
|
6176 ;;
|
cannam@89
|
6177 gcx*)
|
cannam@89
|
6178 # Green Hills C++ Compiler
|
cannam@89
|
6179 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
|
cannam@89
|
6180
|
cannam@89
|
6181 # The C++ compiler must be used to create the archive.
|
cannam@89
|
6182 _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
|
cannam@89
|
6183 ;;
|
cannam@89
|
6184 *)
|
cannam@89
|
6185 # GNU C++ compiler with Solaris linker
|
cannam@89
|
6186 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
|
cannam@89
|
6187 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
|
cannam@89
|
6188 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
|
cannam@89
|
6189 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
|
cannam@89
|
6190 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
cannam@89
|
6191 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
|
cannam@89
|
6192
|
cannam@89
|
6193 # Commands to make compiler produce verbose output that lists
|
cannam@89
|
6194 # what "hidden" libraries, object files and flags are used when
|
cannam@89
|
6195 # linking a shared library.
|
cannam@89
|
6196 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
|
cannam@89
|
6197 else
|
cannam@89
|
6198 # g++ 2.7 appears to require `-G' NOT `-shared' on this
|
cannam@89
|
6199 # platform.
|
cannam@89
|
6200 _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
|
cannam@89
|
6201 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
|
cannam@89
|
6202 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
|
cannam@89
|
6203
|
cannam@89
|
6204 # Commands to make compiler produce verbose output that lists
|
cannam@89
|
6205 # what "hidden" libraries, object files and flags are used when
|
cannam@89
|
6206 # linking a shared library.
|
cannam@89
|
6207 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
|
cannam@89
|
6208 fi
|
cannam@89
|
6209
|
cannam@89
|
6210 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
|
cannam@89
|
6211 case $host_os in
|
cannam@89
|
6212 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
|
cannam@89
|
6213 *)
|
cannam@89
|
6214 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
|
cannam@89
|
6215 ;;
|
cannam@89
|
6216 esac
|
cannam@89
|
6217 fi
|
cannam@89
|
6218 ;;
|
cannam@89
|
6219 esac
|
cannam@89
|
6220 ;;
|
cannam@89
|
6221
|
cannam@89
|
6222 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
|
cannam@89
|
6223 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
|
cannam@89
|
6224 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@89
|
6225 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
6226 runpath_var='LD_RUN_PATH'
|
cannam@89
|
6227
|
cannam@89
|
6228 case $cc_basename in
|
cannam@89
|
6229 CC*)
|
cannam@89
|
6230 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
6231 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
6232 ;;
|
cannam@89
|
6233 *)
|
cannam@89
|
6234 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
6235 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
6236 ;;
|
cannam@89
|
6237 esac
|
cannam@89
|
6238 ;;
|
cannam@89
|
6239
|
cannam@89
|
6240 sysv5* | sco3.2v5* | sco5v6*)
|
cannam@89
|
6241 # Note: We can NOT use -z defs as we might desire, because we do not
|
cannam@89
|
6242 # link with -lc, and that would cause any symbols used from libc to
|
cannam@89
|
6243 # always be unresolved, which means just about no library would
|
cannam@89
|
6244 # ever link correctly. If we're not using GNU ld we use -z text
|
cannam@89
|
6245 # though, which does catch some bad symbols but isn't as heavy-handed
|
cannam@89
|
6246 # as -z defs.
|
cannam@89
|
6247 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
|
cannam@89
|
6248 _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
|
cannam@89
|
6249 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@89
|
6250 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
|
cannam@89
|
6251 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
|
cannam@89
|
6252 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
|
cannam@89
|
6253 _LT_TAGVAR(link_all_deplibs, $1)=yes
|
cannam@89
|
6254 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
|
cannam@89
|
6255 runpath_var='LD_RUN_PATH'
|
cannam@89
|
6256
|
cannam@89
|
6257 case $cc_basename in
|
cannam@89
|
6258 CC*)
|
cannam@89
|
6259 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
6260 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
6261 ;;
|
cannam@89
|
6262 *)
|
cannam@89
|
6263 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
6264 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
|
cannam@89
|
6265 ;;
|
cannam@89
|
6266 esac
|
cannam@89
|
6267 ;;
|
cannam@89
|
6268
|
cannam@89
|
6269 tandem*)
|
cannam@89
|
6270 case $cc_basename in
|
cannam@89
|
6271 NCC*)
|
cannam@89
|
6272 # NonStop-UX NCC 3.20
|
cannam@89
|
6273 # FIXME: insert proper C++ library support
|
cannam@89
|
6274 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
6275 ;;
|
cannam@89
|
6276 *)
|
cannam@89
|
6277 # FIXME: insert proper C++ library support
|
cannam@89
|
6278 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
6279 ;;
|
cannam@89
|
6280 esac
|
cannam@89
|
6281 ;;
|
cannam@89
|
6282
|
cannam@89
|
6283 vxworks*)
|
cannam@89
|
6284 # FIXME: insert proper C++ library support
|
cannam@89
|
6285 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
6286 ;;
|
cannam@89
|
6287
|
cannam@89
|
6288 *)
|
cannam@89
|
6289 # FIXME: insert proper C++ library support
|
cannam@89
|
6290 _LT_TAGVAR(ld_shlibs, $1)=no
|
cannam@89
|
6291 ;;
|
cannam@89
|
6292 esac
|
cannam@89
|
6293
|
cannam@89
|
6294 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
|
cannam@89
|
6295 test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
|
cannam@89
|
6296
|
cannam@89
|
6297 _LT_TAGVAR(GCC, $1)="$GXX"
|
cannam@89
|
6298 _LT_TAGVAR(LD, $1)="$LD"
|
cannam@89
|
6299
|
cannam@89
|
6300 ## CAVEAT EMPTOR:
|
cannam@89
|
6301 ## There is no encapsulation within the following macros, do not change
|
cannam@89
|
6302 ## the running order or otherwise move them around unless you know exactly
|
cannam@89
|
6303 ## what you are doing...
|
cannam@89
|
6304 _LT_SYS_HIDDEN_LIBDEPS($1)
|
cannam@89
|
6305 _LT_COMPILER_PIC($1)
|
cannam@89
|
6306 _LT_COMPILER_C_O($1)
|
cannam@89
|
6307 _LT_COMPILER_FILE_LOCKS($1)
|
cannam@89
|
6308 _LT_LINKER_SHLIBS($1)
|
cannam@89
|
6309 _LT_SYS_DYNAMIC_LINKER($1)
|
cannam@89
|
6310 _LT_LINKER_HARDCODE_LIBPATH($1)
|
cannam@89
|
6311
|
cannam@89
|
6312 _LT_CONFIG($1)
|
cannam@89
|
6313 fi # test -n "$compiler"
|
cannam@89
|
6314
|
cannam@89
|
6315 CC=$lt_save_CC
|
cannam@89
|
6316 LDCXX=$LD
|
cannam@89
|
6317 LD=$lt_save_LD
|
cannam@89
|
6318 GCC=$lt_save_GCC
|
cannam@89
|
6319 with_gnu_ld=$lt_save_with_gnu_ld
|
cannam@89
|
6320 lt_cv_path_LDCXX=$lt_cv_path_LD
|
cannam@89
|
6321 lt_cv_path_LD=$lt_save_path_LD
|
cannam@89
|
6322 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
|
cannam@89
|
6323 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
|
cannam@89
|
6324 fi # test "$_lt_caught_CXX_error" != yes
|
cannam@89
|
6325
|
cannam@89
|
6326 AC_LANG_POP
|
cannam@89
|
6327 ])# _LT_LANG_CXX_CONFIG
|
cannam@89
|
6328
|
cannam@89
|
6329
|
cannam@89
|
6330 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
|
cannam@89
|
6331 # ---------------------------------
|
cannam@89
|
6332 # Figure out "hidden" library dependencies from verbose
|
cannam@89
|
6333 # compiler output when linking a shared library.
|
cannam@89
|
6334 # Parse the compiler output and extract the necessary
|
cannam@89
|
6335 # objects, libraries and library flags.
|
cannam@89
|
6336 m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
|
cannam@89
|
6337 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
|
cannam@89
|
6338 # Dependencies to place before and after the object being linked:
|
cannam@89
|
6339 _LT_TAGVAR(predep_objects, $1)=
|
cannam@89
|
6340 _LT_TAGVAR(postdep_objects, $1)=
|
cannam@89
|
6341 _LT_TAGVAR(predeps, $1)=
|
cannam@89
|
6342 _LT_TAGVAR(postdeps, $1)=
|
cannam@89
|
6343 _LT_TAGVAR(compiler_lib_search_path, $1)=
|
cannam@89
|
6344
|
cannam@89
|
6345 dnl we can't use the lt_simple_compile_test_code here,
|
cannam@89
|
6346 dnl because it contains code intended for an executable,
|
cannam@89
|
6347 dnl not a library. It's possible we should let each
|
cannam@89
|
6348 dnl tag define a new lt_????_link_test_code variable,
|
cannam@89
|
6349 dnl but it's only used here...
|
cannam@89
|
6350 m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
|
cannam@89
|
6351 int a;
|
cannam@89
|
6352 void foo (void) { a = 0; }
|
cannam@89
|
6353 _LT_EOF
|
cannam@89
|
6354 ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
|
cannam@89
|
6355 class Foo
|
cannam@89
|
6356 {
|
cannam@89
|
6357 public:
|
cannam@89
|
6358 Foo (void) { a = 0; }
|
cannam@89
|
6359 private:
|
cannam@89
|
6360 int a;
|
cannam@89
|
6361 };
|
cannam@89
|
6362 _LT_EOF
|
cannam@89
|
6363 ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
|
cannam@89
|
6364 subroutine foo
|
cannam@89
|
6365 implicit none
|
cannam@89
|
6366 integer*4 a
|
cannam@89
|
6367 a=0
|
cannam@89
|
6368 return
|
cannam@89
|
6369 end
|
cannam@89
|
6370 _LT_EOF
|
cannam@89
|
6371 ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
|
cannam@89
|
6372 subroutine foo
|
cannam@89
|
6373 implicit none
|
cannam@89
|
6374 integer a
|
cannam@89
|
6375 a=0
|
cannam@89
|
6376 return
|
cannam@89
|
6377 end
|
cannam@89
|
6378 _LT_EOF
|
cannam@89
|
6379 ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
|
cannam@89
|
6380 public class foo {
|
cannam@89
|
6381 private int a;
|
cannam@89
|
6382 public void bar (void) {
|
cannam@89
|
6383 a = 0;
|
cannam@89
|
6384 }
|
cannam@89
|
6385 };
|
cannam@89
|
6386 _LT_EOF
|
cannam@89
|
6387 ])
|
cannam@89
|
6388 dnl Parse the compiler output and extract the necessary
|
cannam@89
|
6389 dnl objects, libraries and library flags.
|
cannam@89
|
6390 if AC_TRY_EVAL(ac_compile); then
|
cannam@89
|
6391 # Parse the compiler output and extract the necessary
|
cannam@89
|
6392 # objects, libraries and library flags.
|
cannam@89
|
6393
|
cannam@89
|
6394 # Sentinel used to keep track of whether or not we are before
|
cannam@89
|
6395 # the conftest object file.
|
cannam@89
|
6396 pre_test_object_deps_done=no
|
cannam@89
|
6397
|
cannam@89
|
6398 for p in `eval "$output_verbose_link_cmd"`; do
|
cannam@89
|
6399 case $p in
|
cannam@89
|
6400
|
cannam@89
|
6401 -L* | -R* | -l*)
|
cannam@89
|
6402 # Some compilers place space between "-{L,R}" and the path.
|
cannam@89
|
6403 # Remove the space.
|
cannam@89
|
6404 if test $p = "-L" ||
|
cannam@89
|
6405 test $p = "-R"; then
|
cannam@89
|
6406 prev=$p
|
cannam@89
|
6407 continue
|
cannam@89
|
6408 else
|
cannam@89
|
6409 prev=
|
cannam@89
|
6410 fi
|
cannam@89
|
6411
|
cannam@89
|
6412 if test "$pre_test_object_deps_done" = no; then
|
cannam@89
|
6413 case $p in
|
cannam@89
|
6414 -L* | -R*)
|
cannam@89
|
6415 # Internal compiler library paths should come after those
|
cannam@89
|
6416 # provided the user. The postdeps already come after the
|
cannam@89
|
6417 # user supplied libs so there is no need to process them.
|
cannam@89
|
6418 if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
|
cannam@89
|
6419 _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
|
cannam@89
|
6420 else
|
cannam@89
|
6421 _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
|
cannam@89
|
6422 fi
|
cannam@89
|
6423 ;;
|
cannam@89
|
6424 # The "-l" case would never come before the object being
|
cannam@89
|
6425 # linked, so don't bother handling this case.
|
cannam@89
|
6426 esac
|
cannam@89
|
6427 else
|
cannam@89
|
6428 if test -z "$_LT_TAGVAR(postdeps, $1)"; then
|
cannam@89
|
6429 _LT_TAGVAR(postdeps, $1)="${prev}${p}"
|
cannam@89
|
6430 else
|
cannam@89
|
6431 _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}"
|
cannam@89
|
6432 fi
|
cannam@89
|
6433 fi
|
cannam@89
|
6434 ;;
|
cannam@89
|
6435
|
cannam@89
|
6436 *.$objext)
|
cannam@89
|
6437 # This assumes that the test object file only shows up
|
cannam@89
|
6438 # once in the compiler output.
|
cannam@89
|
6439 if test "$p" = "conftest.$objext"; then
|
cannam@89
|
6440 pre_test_object_deps_done=yes
|
cannam@89
|
6441 continue
|
cannam@89
|
6442 fi
|
cannam@89
|
6443
|
cannam@89
|
6444 if test "$pre_test_object_deps_done" = no; then
|
cannam@89
|
6445 if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
|
cannam@89
|
6446 _LT_TAGVAR(predep_objects, $1)="$p"
|
cannam@89
|
6447 else
|
cannam@89
|
6448 _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
|
cannam@89
|
6449 fi
|
cannam@89
|
6450 else
|
cannam@89
|
6451 if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
|
cannam@89
|
6452 _LT_TAGVAR(postdep_objects, $1)="$p"
|
cannam@89
|
6453 else
|
cannam@89
|
6454 _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
|
cannam@89
|
6455 fi
|
cannam@89
|
6456 fi
|
cannam@89
|
6457 ;;
|
cannam@89
|
6458
|
cannam@89
|
6459 *) ;; # Ignore the rest.
|
cannam@89
|
6460
|
cannam@89
|
6461 esac
|
cannam@89
|
6462 done
|
cannam@89
|
6463
|
cannam@89
|
6464 # Clean up.
|
cannam@89
|
6465 rm -f a.out a.exe
|
cannam@89
|
6466 else
|
cannam@89
|
6467 echo "libtool.m4: error: problem compiling $1 test program"
|
cannam@89
|
6468 fi
|
cannam@89
|
6469
|
cannam@89
|
6470 $RM -f confest.$objext
|
cannam@89
|
6471
|
cannam@89
|
6472 # PORTME: override above test on systems where it is broken
|
cannam@89
|
6473 m4_if([$1], [CXX],
|
cannam@89
|
6474 [case $host_os in
|
cannam@89
|
6475 interix[[3-9]]*)
|
cannam@89
|
6476 # Interix 3.5 installs completely hosed .la files for C++, so rather than
|
cannam@89
|
6477 # hack all around it, let's just trust "g++" to DTRT.
|
cannam@89
|
6478 _LT_TAGVAR(predep_objects,$1)=
|
cannam@89
|
6479 _LT_TAGVAR(postdep_objects,$1)=
|
cannam@89
|
6480 _LT_TAGVAR(postdeps,$1)=
|
cannam@89
|
6481 ;;
|
cannam@89
|
6482
|
cannam@89
|
6483 linux*)
|
cannam@89
|
6484 case `$CC -V 2>&1 | sed 5q` in
|
cannam@89
|
6485 *Sun\ C*)
|
cannam@89
|
6486 # Sun C++ 5.9
|
cannam@89
|
6487
|
cannam@89
|
6488 # The more standards-conforming stlport4 library is
|
cannam@89
|
6489 # incompatible with the Cstd library. Avoid specifying
|
cannam@89
|
6490 # it if it's in CXXFLAGS. Ignore libCrun as
|
cannam@89
|
6491 # -library=stlport4 depends on it.
|
cannam@89
|
6492 case " $CXX $CXXFLAGS " in
|
cannam@89
|
6493 *" -library=stlport4 "*)
|
cannam@89
|
6494 solaris_use_stlport4=yes
|
cannam@89
|
6495 ;;
|
cannam@89
|
6496 esac
|
cannam@89
|
6497
|
cannam@89
|
6498 if test "$solaris_use_stlport4" != yes; then
|
cannam@89
|
6499 _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
|
cannam@89
|
6500 fi
|
cannam@89
|
6501 ;;
|
cannam@89
|
6502 esac
|
cannam@89
|
6503 ;;
|
cannam@89
|
6504
|
cannam@89
|
6505 solaris*)
|
cannam@89
|
6506 case $cc_basename in
|
cannam@89
|
6507 CC*)
|
cannam@89
|
6508 # The more standards-conforming stlport4 library is
|
cannam@89
|
6509 # incompatible with the Cstd library. Avoid specifying
|
cannam@89
|
6510 # it if it's in CXXFLAGS. Ignore libCrun as
|
cannam@89
|
6511 # -library=stlport4 depends on it.
|
cannam@89
|
6512 case " $CXX $CXXFLAGS " in
|
cannam@89
|
6513 *" -library=stlport4 "*)
|
cannam@89
|
6514 solaris_use_stlport4=yes
|
cannam@89
|
6515 ;;
|
cannam@89
|
6516 esac
|
cannam@89
|
6517
|
cannam@89
|
6518 # Adding this requires a known-good setup of shared libraries for
|
cannam@89
|
6519 # Sun compiler versions before 5.6, else PIC objects from an old
|
cannam@89
|
6520 # archive will be linked into the output, leading to subtle bugs.
|
cannam@89
|
6521 if test "$solaris_use_stlport4" != yes; then
|
cannam@89
|
6522 _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
|
cannam@89
|
6523 fi
|
cannam@89
|
6524 ;;
|
cannam@89
|
6525 esac
|
cannam@89
|
6526 ;;
|
cannam@89
|
6527 esac
|
cannam@89
|
6528 ])
|
cannam@89
|
6529
|
cannam@89
|
6530 case " $_LT_TAGVAR(postdeps, $1) " in
|
cannam@89
|
6531 *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
|
cannam@89
|
6532 esac
|
cannam@89
|
6533 _LT_TAGVAR(compiler_lib_search_dirs, $1)=
|
cannam@89
|
6534 if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
|
cannam@89
|
6535 _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
|
cannam@89
|
6536 fi
|
cannam@89
|
6537 _LT_TAGDECL([], [compiler_lib_search_dirs], [1],
|
cannam@89
|
6538 [The directories searched by this compiler when creating a shared library])
|
cannam@89
|
6539 _LT_TAGDECL([], [predep_objects], [1],
|
cannam@89
|
6540 [Dependencies to place before and after the objects being linked to
|
cannam@89
|
6541 create a shared library])
|
cannam@89
|
6542 _LT_TAGDECL([], [postdep_objects], [1])
|
cannam@89
|
6543 _LT_TAGDECL([], [predeps], [1])
|
cannam@89
|
6544 _LT_TAGDECL([], [postdeps], [1])
|
cannam@89
|
6545 _LT_TAGDECL([], [compiler_lib_search_path], [1],
|
cannam@89
|
6546 [The library search path used internally by the compiler when linking
|
cannam@89
|
6547 a shared library])
|
cannam@89
|
6548 ])# _LT_SYS_HIDDEN_LIBDEPS
|
cannam@89
|
6549
|
cannam@89
|
6550
|
cannam@89
|
6551 # _LT_PROG_F77
|
cannam@89
|
6552 # ------------
|
cannam@89
|
6553 # Since AC_PROG_F77 is broken, in that it returns the empty string
|
cannam@89
|
6554 # if there is no fortran compiler, we have our own version here.
|
cannam@89
|
6555 m4_defun([_LT_PROG_F77],
|
cannam@89
|
6556 [
|
cannam@89
|
6557 pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes])
|
cannam@89
|
6558 AC_PROG_F77
|
cannam@89
|
6559 if test -z "$F77" || test "X$F77" = "Xno"; then
|
cannam@89
|
6560 _lt_disable_F77=yes
|
cannam@89
|
6561 fi
|
cannam@89
|
6562 popdef([AC_MSG_ERROR])
|
cannam@89
|
6563 ])# _LT_PROG_F77
|
cannam@89
|
6564
|
cannam@89
|
6565 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
6566 dnl AC_DEFUN([_LT_PROG_F77], [])
|
cannam@89
|
6567
|
cannam@89
|
6568
|
cannam@89
|
6569 # _LT_LANG_F77_CONFIG([TAG])
|
cannam@89
|
6570 # --------------------------
|
cannam@89
|
6571 # Ensure that the configuration variables for a Fortran 77 compiler are
|
cannam@89
|
6572 # suitably defined. These variables are subsequently used by _LT_CONFIG
|
cannam@89
|
6573 # to write the compiler configuration to `libtool'.
|
cannam@89
|
6574 m4_defun([_LT_LANG_F77_CONFIG],
|
cannam@89
|
6575 [AC_REQUIRE([_LT_PROG_F77])dnl
|
cannam@89
|
6576 AC_LANG_PUSH(Fortran 77)
|
cannam@89
|
6577
|
cannam@89
|
6578 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@89
|
6579 _LT_TAGVAR(allow_undefined_flag, $1)=
|
cannam@89
|
6580 _LT_TAGVAR(always_export_symbols, $1)=no
|
cannam@89
|
6581 _LT_TAGVAR(archive_expsym_cmds, $1)=
|
cannam@89
|
6582 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
|
cannam@89
|
6583 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@89
|
6584 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
|
cannam@89
|
6585 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
|
cannam@89
|
6586 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
|
cannam@89
|
6587 _LT_TAGVAR(hardcode_libdir_separator, $1)=
|
cannam@89
|
6588 _LT_TAGVAR(hardcode_minus_L, $1)=no
|
cannam@89
|
6589 _LT_TAGVAR(hardcode_automatic, $1)=no
|
cannam@89
|
6590 _LT_TAGVAR(inherit_rpath, $1)=no
|
cannam@89
|
6591 _LT_TAGVAR(module_cmds, $1)=
|
cannam@89
|
6592 _LT_TAGVAR(module_expsym_cmds, $1)=
|
cannam@89
|
6593 _LT_TAGVAR(link_all_deplibs, $1)=unknown
|
cannam@89
|
6594 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
|
cannam@89
|
6595 _LT_TAGVAR(no_undefined_flag, $1)=
|
cannam@89
|
6596 _LT_TAGVAR(whole_archive_flag_spec, $1)=
|
cannam@89
|
6597 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
|
cannam@89
|
6598
|
cannam@89
|
6599 # Source file extension for f77 test sources.
|
cannam@89
|
6600 ac_ext=f
|
cannam@89
|
6601
|
cannam@89
|
6602 # Object file extension for compiled f77 test sources.
|
cannam@89
|
6603 objext=o
|
cannam@89
|
6604 _LT_TAGVAR(objext, $1)=$objext
|
cannam@89
|
6605
|
cannam@89
|
6606 # No sense in running all these tests if we already determined that
|
cannam@89
|
6607 # the F77 compiler isn't working. Some variables (like enable_shared)
|
cannam@89
|
6608 # are currently assumed to apply to all compilers on this platform,
|
cannam@89
|
6609 # and will be corrupted by setting them based on a non-working compiler.
|
cannam@89
|
6610 if test "$_lt_disable_F77" != yes; then
|
cannam@89
|
6611 # Code to be used in simple compile tests
|
cannam@89
|
6612 lt_simple_compile_test_code="\
|
cannam@89
|
6613 subroutine t
|
cannam@89
|
6614 return
|
cannam@89
|
6615 end
|
cannam@89
|
6616 "
|
cannam@89
|
6617
|
cannam@89
|
6618 # Code to be used in simple link tests
|
cannam@89
|
6619 lt_simple_link_test_code="\
|
cannam@89
|
6620 program t
|
cannam@89
|
6621 end
|
cannam@89
|
6622 "
|
cannam@89
|
6623
|
cannam@89
|
6624 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
cannam@89
|
6625 _LT_TAG_COMPILER
|
cannam@89
|
6626
|
cannam@89
|
6627 # save warnings/boilerplate of simple test code
|
cannam@89
|
6628 _LT_COMPILER_BOILERPLATE
|
cannam@89
|
6629 _LT_LINKER_BOILERPLATE
|
cannam@89
|
6630
|
cannam@89
|
6631 # Allow CC to be a program name with arguments.
|
cannam@89
|
6632 lt_save_CC="$CC"
|
cannam@89
|
6633 lt_save_GCC=$GCC
|
cannam@89
|
6634 CC=${F77-"f77"}
|
cannam@89
|
6635 compiler=$CC
|
cannam@89
|
6636 _LT_TAGVAR(compiler, $1)=$CC
|
cannam@89
|
6637 _LT_CC_BASENAME([$compiler])
|
cannam@89
|
6638 GCC=$G77
|
cannam@89
|
6639 if test -n "$compiler"; then
|
cannam@89
|
6640 AC_MSG_CHECKING([if libtool supports shared libraries])
|
cannam@89
|
6641 AC_MSG_RESULT([$can_build_shared])
|
cannam@89
|
6642
|
cannam@89
|
6643 AC_MSG_CHECKING([whether to build shared libraries])
|
cannam@89
|
6644 test "$can_build_shared" = "no" && enable_shared=no
|
cannam@89
|
6645
|
cannam@89
|
6646 # On AIX, shared libraries and static libraries use the same namespace, and
|
cannam@89
|
6647 # are all built from PIC.
|
cannam@89
|
6648 case $host_os in
|
cannam@89
|
6649 aix3*)
|
cannam@89
|
6650 test "$enable_shared" = yes && enable_static=no
|
cannam@89
|
6651 if test -n "$RANLIB"; then
|
cannam@89
|
6652 archive_cmds="$archive_cmds~\$RANLIB \$lib"
|
cannam@89
|
6653 postinstall_cmds='$RANLIB $lib'
|
cannam@89
|
6654 fi
|
cannam@89
|
6655 ;;
|
cannam@89
|
6656 aix[[4-9]]*)
|
cannam@89
|
6657 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
|
cannam@89
|
6658 test "$enable_shared" = yes && enable_static=no
|
cannam@89
|
6659 fi
|
cannam@89
|
6660 ;;
|
cannam@89
|
6661 esac
|
cannam@89
|
6662 AC_MSG_RESULT([$enable_shared])
|
cannam@89
|
6663
|
cannam@89
|
6664 AC_MSG_CHECKING([whether to build static libraries])
|
cannam@89
|
6665 # Make sure either enable_shared or enable_static is yes.
|
cannam@89
|
6666 test "$enable_shared" = yes || enable_static=yes
|
cannam@89
|
6667 AC_MSG_RESULT([$enable_static])
|
cannam@89
|
6668
|
cannam@89
|
6669 _LT_TAGVAR(GCC, $1)="$G77"
|
cannam@89
|
6670 _LT_TAGVAR(LD, $1)="$LD"
|
cannam@89
|
6671
|
cannam@89
|
6672 ## CAVEAT EMPTOR:
|
cannam@89
|
6673 ## There is no encapsulation within the following macros, do not change
|
cannam@89
|
6674 ## the running order or otherwise move them around unless you know exactly
|
cannam@89
|
6675 ## what you are doing...
|
cannam@89
|
6676 _LT_COMPILER_PIC($1)
|
cannam@89
|
6677 _LT_COMPILER_C_O($1)
|
cannam@89
|
6678 _LT_COMPILER_FILE_LOCKS($1)
|
cannam@89
|
6679 _LT_LINKER_SHLIBS($1)
|
cannam@89
|
6680 _LT_SYS_DYNAMIC_LINKER($1)
|
cannam@89
|
6681 _LT_LINKER_HARDCODE_LIBPATH($1)
|
cannam@89
|
6682
|
cannam@89
|
6683 _LT_CONFIG($1)
|
cannam@89
|
6684 fi # test -n "$compiler"
|
cannam@89
|
6685
|
cannam@89
|
6686 GCC=$lt_save_GCC
|
cannam@89
|
6687 CC="$lt_save_CC"
|
cannam@89
|
6688 fi # test "$_lt_disable_F77" != yes
|
cannam@89
|
6689
|
cannam@89
|
6690 AC_LANG_POP
|
cannam@89
|
6691 ])# _LT_LANG_F77_CONFIG
|
cannam@89
|
6692
|
cannam@89
|
6693
|
cannam@89
|
6694 # _LT_PROG_FC
|
cannam@89
|
6695 # -----------
|
cannam@89
|
6696 # Since AC_PROG_FC is broken, in that it returns the empty string
|
cannam@89
|
6697 # if there is no fortran compiler, we have our own version here.
|
cannam@89
|
6698 m4_defun([_LT_PROG_FC],
|
cannam@89
|
6699 [
|
cannam@89
|
6700 pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes])
|
cannam@89
|
6701 AC_PROG_FC
|
cannam@89
|
6702 if test -z "$FC" || test "X$FC" = "Xno"; then
|
cannam@89
|
6703 _lt_disable_FC=yes
|
cannam@89
|
6704 fi
|
cannam@89
|
6705 popdef([AC_MSG_ERROR])
|
cannam@89
|
6706 ])# _LT_PROG_FC
|
cannam@89
|
6707
|
cannam@89
|
6708 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
6709 dnl AC_DEFUN([_LT_PROG_FC], [])
|
cannam@89
|
6710
|
cannam@89
|
6711
|
cannam@89
|
6712 # _LT_LANG_FC_CONFIG([TAG])
|
cannam@89
|
6713 # -------------------------
|
cannam@89
|
6714 # Ensure that the configuration variables for a Fortran compiler are
|
cannam@89
|
6715 # suitably defined. These variables are subsequently used by _LT_CONFIG
|
cannam@89
|
6716 # to write the compiler configuration to `libtool'.
|
cannam@89
|
6717 m4_defun([_LT_LANG_FC_CONFIG],
|
cannam@89
|
6718 [AC_REQUIRE([_LT_PROG_FC])dnl
|
cannam@89
|
6719 AC_LANG_PUSH(Fortran)
|
cannam@89
|
6720
|
cannam@89
|
6721 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@89
|
6722 _LT_TAGVAR(allow_undefined_flag, $1)=
|
cannam@89
|
6723 _LT_TAGVAR(always_export_symbols, $1)=no
|
cannam@89
|
6724 _LT_TAGVAR(archive_expsym_cmds, $1)=
|
cannam@89
|
6725 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
|
cannam@89
|
6726 _LT_TAGVAR(hardcode_direct, $1)=no
|
cannam@89
|
6727 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
|
cannam@89
|
6728 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
|
cannam@89
|
6729 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
|
cannam@89
|
6730 _LT_TAGVAR(hardcode_libdir_separator, $1)=
|
cannam@89
|
6731 _LT_TAGVAR(hardcode_minus_L, $1)=no
|
cannam@89
|
6732 _LT_TAGVAR(hardcode_automatic, $1)=no
|
cannam@89
|
6733 _LT_TAGVAR(inherit_rpath, $1)=no
|
cannam@89
|
6734 _LT_TAGVAR(module_cmds, $1)=
|
cannam@89
|
6735 _LT_TAGVAR(module_expsym_cmds, $1)=
|
cannam@89
|
6736 _LT_TAGVAR(link_all_deplibs, $1)=unknown
|
cannam@89
|
6737 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
|
cannam@89
|
6738 _LT_TAGVAR(no_undefined_flag, $1)=
|
cannam@89
|
6739 _LT_TAGVAR(whole_archive_flag_spec, $1)=
|
cannam@89
|
6740 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
|
cannam@89
|
6741
|
cannam@89
|
6742 # Source file extension for fc test sources.
|
cannam@89
|
6743 ac_ext=${ac_fc_srcext-f}
|
cannam@89
|
6744
|
cannam@89
|
6745 # Object file extension for compiled fc test sources.
|
cannam@89
|
6746 objext=o
|
cannam@89
|
6747 _LT_TAGVAR(objext, $1)=$objext
|
cannam@89
|
6748
|
cannam@89
|
6749 # No sense in running all these tests if we already determined that
|
cannam@89
|
6750 # the FC compiler isn't working. Some variables (like enable_shared)
|
cannam@89
|
6751 # are currently assumed to apply to all compilers on this platform,
|
cannam@89
|
6752 # and will be corrupted by setting them based on a non-working compiler.
|
cannam@89
|
6753 if test "$_lt_disable_FC" != yes; then
|
cannam@89
|
6754 # Code to be used in simple compile tests
|
cannam@89
|
6755 lt_simple_compile_test_code="\
|
cannam@89
|
6756 subroutine t
|
cannam@89
|
6757 return
|
cannam@89
|
6758 end
|
cannam@89
|
6759 "
|
cannam@89
|
6760
|
cannam@89
|
6761 # Code to be used in simple link tests
|
cannam@89
|
6762 lt_simple_link_test_code="\
|
cannam@89
|
6763 program t
|
cannam@89
|
6764 end
|
cannam@89
|
6765 "
|
cannam@89
|
6766
|
cannam@89
|
6767 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
cannam@89
|
6768 _LT_TAG_COMPILER
|
cannam@89
|
6769
|
cannam@89
|
6770 # save warnings/boilerplate of simple test code
|
cannam@89
|
6771 _LT_COMPILER_BOILERPLATE
|
cannam@89
|
6772 _LT_LINKER_BOILERPLATE
|
cannam@89
|
6773
|
cannam@89
|
6774 # Allow CC to be a program name with arguments.
|
cannam@89
|
6775 lt_save_CC="$CC"
|
cannam@89
|
6776 lt_save_GCC=$GCC
|
cannam@89
|
6777 CC=${FC-"f95"}
|
cannam@89
|
6778 compiler=$CC
|
cannam@89
|
6779 GCC=$ac_cv_fc_compiler_gnu
|
cannam@89
|
6780
|
cannam@89
|
6781 _LT_TAGVAR(compiler, $1)=$CC
|
cannam@89
|
6782 _LT_CC_BASENAME([$compiler])
|
cannam@89
|
6783
|
cannam@89
|
6784 if test -n "$compiler"; then
|
cannam@89
|
6785 AC_MSG_CHECKING([if libtool supports shared libraries])
|
cannam@89
|
6786 AC_MSG_RESULT([$can_build_shared])
|
cannam@89
|
6787
|
cannam@89
|
6788 AC_MSG_CHECKING([whether to build shared libraries])
|
cannam@89
|
6789 test "$can_build_shared" = "no" && enable_shared=no
|
cannam@89
|
6790
|
cannam@89
|
6791 # On AIX, shared libraries and static libraries use the same namespace, and
|
cannam@89
|
6792 # are all built from PIC.
|
cannam@89
|
6793 case $host_os in
|
cannam@89
|
6794 aix3*)
|
cannam@89
|
6795 test "$enable_shared" = yes && enable_static=no
|
cannam@89
|
6796 if test -n "$RANLIB"; then
|
cannam@89
|
6797 archive_cmds="$archive_cmds~\$RANLIB \$lib"
|
cannam@89
|
6798 postinstall_cmds='$RANLIB $lib'
|
cannam@89
|
6799 fi
|
cannam@89
|
6800 ;;
|
cannam@89
|
6801 aix[[4-9]]*)
|
cannam@89
|
6802 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
|
cannam@89
|
6803 test "$enable_shared" = yes && enable_static=no
|
cannam@89
|
6804 fi
|
cannam@89
|
6805 ;;
|
cannam@89
|
6806 esac
|
cannam@89
|
6807 AC_MSG_RESULT([$enable_shared])
|
cannam@89
|
6808
|
cannam@89
|
6809 AC_MSG_CHECKING([whether to build static libraries])
|
cannam@89
|
6810 # Make sure either enable_shared or enable_static is yes.
|
cannam@89
|
6811 test "$enable_shared" = yes || enable_static=yes
|
cannam@89
|
6812 AC_MSG_RESULT([$enable_static])
|
cannam@89
|
6813
|
cannam@89
|
6814 _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu"
|
cannam@89
|
6815 _LT_TAGVAR(LD, $1)="$LD"
|
cannam@89
|
6816
|
cannam@89
|
6817 ## CAVEAT EMPTOR:
|
cannam@89
|
6818 ## There is no encapsulation within the following macros, do not change
|
cannam@89
|
6819 ## the running order or otherwise move them around unless you know exactly
|
cannam@89
|
6820 ## what you are doing...
|
cannam@89
|
6821 _LT_SYS_HIDDEN_LIBDEPS($1)
|
cannam@89
|
6822 _LT_COMPILER_PIC($1)
|
cannam@89
|
6823 _LT_COMPILER_C_O($1)
|
cannam@89
|
6824 _LT_COMPILER_FILE_LOCKS($1)
|
cannam@89
|
6825 _LT_LINKER_SHLIBS($1)
|
cannam@89
|
6826 _LT_SYS_DYNAMIC_LINKER($1)
|
cannam@89
|
6827 _LT_LINKER_HARDCODE_LIBPATH($1)
|
cannam@89
|
6828
|
cannam@89
|
6829 _LT_CONFIG($1)
|
cannam@89
|
6830 fi # test -n "$compiler"
|
cannam@89
|
6831
|
cannam@89
|
6832 GCC=$lt_save_GCC
|
cannam@89
|
6833 CC="$lt_save_CC"
|
cannam@89
|
6834 fi # test "$_lt_disable_FC" != yes
|
cannam@89
|
6835
|
cannam@89
|
6836 AC_LANG_POP
|
cannam@89
|
6837 ])# _LT_LANG_FC_CONFIG
|
cannam@89
|
6838
|
cannam@89
|
6839
|
cannam@89
|
6840 # _LT_LANG_GCJ_CONFIG([TAG])
|
cannam@89
|
6841 # --------------------------
|
cannam@89
|
6842 # Ensure that the configuration variables for the GNU Java Compiler compiler
|
cannam@89
|
6843 # are suitably defined. These variables are subsequently used by _LT_CONFIG
|
cannam@89
|
6844 # to write the compiler configuration to `libtool'.
|
cannam@89
|
6845 m4_defun([_LT_LANG_GCJ_CONFIG],
|
cannam@89
|
6846 [AC_REQUIRE([LT_PROG_GCJ])dnl
|
cannam@89
|
6847 AC_LANG_SAVE
|
cannam@89
|
6848
|
cannam@89
|
6849 # Source file extension for Java test sources.
|
cannam@89
|
6850 ac_ext=java
|
cannam@89
|
6851
|
cannam@89
|
6852 # Object file extension for compiled Java test sources.
|
cannam@89
|
6853 objext=o
|
cannam@89
|
6854 _LT_TAGVAR(objext, $1)=$objext
|
cannam@89
|
6855
|
cannam@89
|
6856 # Code to be used in simple compile tests
|
cannam@89
|
6857 lt_simple_compile_test_code="class foo {}"
|
cannam@89
|
6858
|
cannam@89
|
6859 # Code to be used in simple link tests
|
cannam@89
|
6860 lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
|
cannam@89
|
6861
|
cannam@89
|
6862 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
cannam@89
|
6863 _LT_TAG_COMPILER
|
cannam@89
|
6864
|
cannam@89
|
6865 # save warnings/boilerplate of simple test code
|
cannam@89
|
6866 _LT_COMPILER_BOILERPLATE
|
cannam@89
|
6867 _LT_LINKER_BOILERPLATE
|
cannam@89
|
6868
|
cannam@89
|
6869 # Allow CC to be a program name with arguments.
|
cannam@89
|
6870 lt_save_CC="$CC"
|
cannam@89
|
6871 lt_save_GCC=$GCC
|
cannam@89
|
6872 GCC=yes
|
cannam@89
|
6873 CC=${GCJ-"gcj"}
|
cannam@89
|
6874 compiler=$CC
|
cannam@89
|
6875 _LT_TAGVAR(compiler, $1)=$CC
|
cannam@89
|
6876 _LT_TAGVAR(LD, $1)="$LD"
|
cannam@89
|
6877 _LT_CC_BASENAME([$compiler])
|
cannam@89
|
6878
|
cannam@89
|
6879 # GCJ did not exist at the time GCC didn't implicitly link libc in.
|
cannam@89
|
6880 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
|
cannam@89
|
6881
|
cannam@89
|
6882 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
|
cannam@89
|
6883
|
cannam@89
|
6884 if test -n "$compiler"; then
|
cannam@89
|
6885 _LT_COMPILER_NO_RTTI($1)
|
cannam@89
|
6886 _LT_COMPILER_PIC($1)
|
cannam@89
|
6887 _LT_COMPILER_C_O($1)
|
cannam@89
|
6888 _LT_COMPILER_FILE_LOCKS($1)
|
cannam@89
|
6889 _LT_LINKER_SHLIBS($1)
|
cannam@89
|
6890 _LT_LINKER_HARDCODE_LIBPATH($1)
|
cannam@89
|
6891
|
cannam@89
|
6892 _LT_CONFIG($1)
|
cannam@89
|
6893 fi
|
cannam@89
|
6894
|
cannam@89
|
6895 AC_LANG_RESTORE
|
cannam@89
|
6896
|
cannam@89
|
6897 GCC=$lt_save_GCC
|
cannam@89
|
6898 CC="$lt_save_CC"
|
cannam@89
|
6899 ])# _LT_LANG_GCJ_CONFIG
|
cannam@89
|
6900
|
cannam@89
|
6901
|
cannam@89
|
6902 # _LT_LANG_RC_CONFIG([TAG])
|
cannam@89
|
6903 # -------------------------
|
cannam@89
|
6904 # Ensure that the configuration variables for the Windows resource compiler
|
cannam@89
|
6905 # are suitably defined. These variables are subsequently used by _LT_CONFIG
|
cannam@89
|
6906 # to write the compiler configuration to `libtool'.
|
cannam@89
|
6907 m4_defun([_LT_LANG_RC_CONFIG],
|
cannam@89
|
6908 [AC_REQUIRE([LT_PROG_RC])dnl
|
cannam@89
|
6909 AC_LANG_SAVE
|
cannam@89
|
6910
|
cannam@89
|
6911 # Source file extension for RC test sources.
|
cannam@89
|
6912 ac_ext=rc
|
cannam@89
|
6913
|
cannam@89
|
6914 # Object file extension for compiled RC test sources.
|
cannam@89
|
6915 objext=o
|
cannam@89
|
6916 _LT_TAGVAR(objext, $1)=$objext
|
cannam@89
|
6917
|
cannam@89
|
6918 # Code to be used in simple compile tests
|
cannam@89
|
6919 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
|
cannam@89
|
6920
|
cannam@89
|
6921 # Code to be used in simple link tests
|
cannam@89
|
6922 lt_simple_link_test_code="$lt_simple_compile_test_code"
|
cannam@89
|
6923
|
cannam@89
|
6924 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
cannam@89
|
6925 _LT_TAG_COMPILER
|
cannam@89
|
6926
|
cannam@89
|
6927 # save warnings/boilerplate of simple test code
|
cannam@89
|
6928 _LT_COMPILER_BOILERPLATE
|
cannam@89
|
6929 _LT_LINKER_BOILERPLATE
|
cannam@89
|
6930
|
cannam@89
|
6931 # Allow CC to be a program name with arguments.
|
cannam@89
|
6932 lt_save_CC="$CC"
|
cannam@89
|
6933 lt_save_GCC=$GCC
|
cannam@89
|
6934 GCC=
|
cannam@89
|
6935 CC=${RC-"windres"}
|
cannam@89
|
6936 compiler=$CC
|
cannam@89
|
6937 _LT_TAGVAR(compiler, $1)=$CC
|
cannam@89
|
6938 _LT_CC_BASENAME([$compiler])
|
cannam@89
|
6939 _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
|
cannam@89
|
6940
|
cannam@89
|
6941 if test -n "$compiler"; then
|
cannam@89
|
6942 :
|
cannam@89
|
6943 _LT_CONFIG($1)
|
cannam@89
|
6944 fi
|
cannam@89
|
6945
|
cannam@89
|
6946 GCC=$lt_save_GCC
|
cannam@89
|
6947 AC_LANG_RESTORE
|
cannam@89
|
6948 CC="$lt_save_CC"
|
cannam@89
|
6949 ])# _LT_LANG_RC_CONFIG
|
cannam@89
|
6950
|
cannam@89
|
6951
|
cannam@89
|
6952 # LT_PROG_GCJ
|
cannam@89
|
6953 # -----------
|
cannam@89
|
6954 AC_DEFUN([LT_PROG_GCJ],
|
cannam@89
|
6955 [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
|
cannam@89
|
6956 [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
|
cannam@89
|
6957 [AC_CHECK_TOOL(GCJ, gcj,)
|
cannam@89
|
6958 test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
|
cannam@89
|
6959 AC_SUBST(GCJFLAGS)])])[]dnl
|
cannam@89
|
6960 ])
|
cannam@89
|
6961
|
cannam@89
|
6962 # Old name:
|
cannam@89
|
6963 AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
|
cannam@89
|
6964 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
6965 dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
|
cannam@89
|
6966
|
cannam@89
|
6967
|
cannam@89
|
6968 # LT_PROG_RC
|
cannam@89
|
6969 # ----------
|
cannam@89
|
6970 AC_DEFUN([LT_PROG_RC],
|
cannam@89
|
6971 [AC_CHECK_TOOL(RC, windres,)
|
cannam@89
|
6972 ])
|
cannam@89
|
6973
|
cannam@89
|
6974 # Old name:
|
cannam@89
|
6975 AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
|
cannam@89
|
6976 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
6977 dnl AC_DEFUN([LT_AC_PROG_RC], [])
|
cannam@89
|
6978
|
cannam@89
|
6979
|
cannam@89
|
6980 # _LT_DECL_EGREP
|
cannam@89
|
6981 # --------------
|
cannam@89
|
6982 # If we don't have a new enough Autoconf to choose the best grep
|
cannam@89
|
6983 # available, choose the one first in the user's PATH.
|
cannam@89
|
6984 m4_defun([_LT_DECL_EGREP],
|
cannam@89
|
6985 [AC_REQUIRE([AC_PROG_EGREP])dnl
|
cannam@89
|
6986 AC_REQUIRE([AC_PROG_FGREP])dnl
|
cannam@89
|
6987 test -z "$GREP" && GREP=grep
|
cannam@89
|
6988 _LT_DECL([], [GREP], [1], [A grep program that handles long lines])
|
cannam@89
|
6989 _LT_DECL([], [EGREP], [1], [An ERE matcher])
|
cannam@89
|
6990 _LT_DECL([], [FGREP], [1], [A literal string matcher])
|
cannam@89
|
6991 dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
|
cannam@89
|
6992 AC_SUBST([GREP])
|
cannam@89
|
6993 ])
|
cannam@89
|
6994
|
cannam@89
|
6995
|
cannam@89
|
6996 # _LT_DECL_SED
|
cannam@89
|
6997 # ------------
|
cannam@89
|
6998 # Check for a fully-functional sed program, that truncates
|
cannam@89
|
6999 # as few characters as possible. Prefer GNU sed if found.
|
cannam@89
|
7000 m4_defun([_LT_DECL_SED],
|
cannam@89
|
7001 [AC_PROG_SED
|
cannam@89
|
7002 test -z "$SED" && SED=sed
|
cannam@89
|
7003 Xsed="$SED -e 1s/^X//"
|
cannam@89
|
7004 _LT_DECL([], [SED], [1], [A sed program that does not truncate output])
|
cannam@89
|
7005 _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
|
cannam@89
|
7006 [Sed that helps us avoid accidentally triggering echo(1) options like -n])
|
cannam@89
|
7007 ])# _LT_DECL_SED
|
cannam@89
|
7008
|
cannam@89
|
7009 m4_ifndef([AC_PROG_SED], [
|
cannam@89
|
7010 # NOTE: This macro has been submitted for inclusion into #
|
cannam@89
|
7011 # GNU Autoconf as AC_PROG_SED. When it is available in #
|
cannam@89
|
7012 # a released version of Autoconf we should remove this #
|
cannam@89
|
7013 # macro and use it instead. #
|
cannam@89
|
7014
|
cannam@89
|
7015 m4_defun([AC_PROG_SED],
|
cannam@89
|
7016 [AC_MSG_CHECKING([for a sed that does not truncate output])
|
cannam@89
|
7017 AC_CACHE_VAL(lt_cv_path_SED,
|
cannam@89
|
7018 [# Loop through the user's path and test for sed and gsed.
|
cannam@89
|
7019 # Then use that list of sed's as ones to test for truncation.
|
cannam@89
|
7020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
cannam@89
|
7021 for as_dir in $PATH
|
cannam@89
|
7022 do
|
cannam@89
|
7023 IFS=$as_save_IFS
|
cannam@89
|
7024 test -z "$as_dir" && as_dir=.
|
cannam@89
|
7025 for lt_ac_prog in sed gsed; do
|
cannam@89
|
7026 for ac_exec_ext in '' $ac_executable_extensions; do
|
cannam@89
|
7027 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
|
cannam@89
|
7028 lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
|
cannam@89
|
7029 fi
|
cannam@89
|
7030 done
|
cannam@89
|
7031 done
|
cannam@89
|
7032 done
|
cannam@89
|
7033 IFS=$as_save_IFS
|
cannam@89
|
7034 lt_ac_max=0
|
cannam@89
|
7035 lt_ac_count=0
|
cannam@89
|
7036 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
|
cannam@89
|
7037 # along with /bin/sed that truncates output.
|
cannam@89
|
7038 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
|
cannam@89
|
7039 test ! -f $lt_ac_sed && continue
|
cannam@89
|
7040 cat /dev/null > conftest.in
|
cannam@89
|
7041 lt_ac_count=0
|
cannam@89
|
7042 echo $ECHO_N "0123456789$ECHO_C" >conftest.in
|
cannam@89
|
7043 # Check for GNU sed and select it if it is found.
|
cannam@89
|
7044 if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
|
cannam@89
|
7045 lt_cv_path_SED=$lt_ac_sed
|
cannam@89
|
7046 break
|
cannam@89
|
7047 fi
|
cannam@89
|
7048 while true; do
|
cannam@89
|
7049 cat conftest.in conftest.in >conftest.tmp
|
cannam@89
|
7050 mv conftest.tmp conftest.in
|
cannam@89
|
7051 cp conftest.in conftest.nl
|
cannam@89
|
7052 echo >>conftest.nl
|
cannam@89
|
7053 $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
|
cannam@89
|
7054 cmp -s conftest.out conftest.nl || break
|
cannam@89
|
7055 # 10000 chars as input seems more than enough
|
cannam@89
|
7056 test $lt_ac_count -gt 10 && break
|
cannam@89
|
7057 lt_ac_count=`expr $lt_ac_count + 1`
|
cannam@89
|
7058 if test $lt_ac_count -gt $lt_ac_max; then
|
cannam@89
|
7059 lt_ac_max=$lt_ac_count
|
cannam@89
|
7060 lt_cv_path_SED=$lt_ac_sed
|
cannam@89
|
7061 fi
|
cannam@89
|
7062 done
|
cannam@89
|
7063 done
|
cannam@89
|
7064 ])
|
cannam@89
|
7065 SED=$lt_cv_path_SED
|
cannam@89
|
7066 AC_SUBST([SED])
|
cannam@89
|
7067 AC_MSG_RESULT([$SED])
|
cannam@89
|
7068 ])#AC_PROG_SED
|
cannam@89
|
7069 ])#m4_ifndef
|
cannam@89
|
7070
|
cannam@89
|
7071 # Old name:
|
cannam@89
|
7072 AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
|
cannam@89
|
7073 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
7074 dnl AC_DEFUN([LT_AC_PROG_SED], [])
|
cannam@89
|
7075
|
cannam@89
|
7076
|
cannam@89
|
7077 # _LT_CHECK_SHELL_FEATURES
|
cannam@89
|
7078 # ------------------------
|
cannam@89
|
7079 # Find out whether the shell is Bourne or XSI compatible,
|
cannam@89
|
7080 # or has some other useful features.
|
cannam@89
|
7081 m4_defun([_LT_CHECK_SHELL_FEATURES],
|
cannam@89
|
7082 [AC_MSG_CHECKING([whether the shell understands some XSI constructs])
|
cannam@89
|
7083 # Try some XSI features
|
cannam@89
|
7084 xsi_shell=no
|
cannam@89
|
7085 ( _lt_dummy="a/b/c"
|
cannam@89
|
7086 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
|
cannam@89
|
7087 = c,a/b,, \
|
cannam@89
|
7088 && eval 'test $(( 1 + 1 )) -eq 2 \
|
cannam@89
|
7089 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
|
cannam@89
|
7090 && xsi_shell=yes
|
cannam@89
|
7091 AC_MSG_RESULT([$xsi_shell])
|
cannam@89
|
7092 _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
|
cannam@89
|
7093
|
cannam@89
|
7094 AC_MSG_CHECKING([whether the shell understands "+="])
|
cannam@89
|
7095 lt_shell_append=no
|
cannam@89
|
7096 ( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \
|
cannam@89
|
7097 >/dev/null 2>&1 \
|
cannam@89
|
7098 && lt_shell_append=yes
|
cannam@89
|
7099 AC_MSG_RESULT([$lt_shell_append])
|
cannam@89
|
7100 _LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append'])
|
cannam@89
|
7101
|
cannam@89
|
7102 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
|
cannam@89
|
7103 lt_unset=unset
|
cannam@89
|
7104 else
|
cannam@89
|
7105 lt_unset=false
|
cannam@89
|
7106 fi
|
cannam@89
|
7107 _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
|
cannam@89
|
7108
|
cannam@89
|
7109 # test EBCDIC or ASCII
|
cannam@89
|
7110 case `echo X|tr X '\101'` in
|
cannam@89
|
7111 A) # ASCII based system
|
cannam@89
|
7112 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
|
cannam@89
|
7113 lt_SP2NL='tr \040 \012'
|
cannam@89
|
7114 lt_NL2SP='tr \015\012 \040\040'
|
cannam@89
|
7115 ;;
|
cannam@89
|
7116 *) # EBCDIC based system
|
cannam@89
|
7117 lt_SP2NL='tr \100 \n'
|
cannam@89
|
7118 lt_NL2SP='tr \r\n \100\100'
|
cannam@89
|
7119 ;;
|
cannam@89
|
7120 esac
|
cannam@89
|
7121 _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
|
cannam@89
|
7122 _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
|
cannam@89
|
7123 ])# _LT_CHECK_SHELL_FEATURES
|
cannam@89
|
7124
|
cannam@89
|
7125
|
cannam@89
|
7126 # _LT_PROG_XSI_SHELLFNS
|
cannam@89
|
7127 # ---------------------
|
cannam@89
|
7128 # Bourne and XSI compatible variants of some useful shell functions.
|
cannam@89
|
7129 m4_defun([_LT_PROG_XSI_SHELLFNS],
|
cannam@89
|
7130 [case $xsi_shell in
|
cannam@89
|
7131 yes)
|
cannam@89
|
7132 cat << \_LT_EOF >> "$cfgfile"
|
cannam@89
|
7133
|
cannam@89
|
7134 # func_dirname file append nondir_replacement
|
cannam@89
|
7135 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
|
cannam@89
|
7136 # otherwise set result to NONDIR_REPLACEMENT.
|
cannam@89
|
7137 func_dirname ()
|
cannam@89
|
7138 {
|
cannam@89
|
7139 case ${1} in
|
cannam@89
|
7140 */*) func_dirname_result="${1%/*}${2}" ;;
|
cannam@89
|
7141 * ) func_dirname_result="${3}" ;;
|
cannam@89
|
7142 esac
|
cannam@89
|
7143 }
|
cannam@89
|
7144
|
cannam@89
|
7145 # func_basename file
|
cannam@89
|
7146 func_basename ()
|
cannam@89
|
7147 {
|
cannam@89
|
7148 func_basename_result="${1##*/}"
|
cannam@89
|
7149 }
|
cannam@89
|
7150
|
cannam@89
|
7151 # func_dirname_and_basename file append nondir_replacement
|
cannam@89
|
7152 # perform func_basename and func_dirname in a single function
|
cannam@89
|
7153 # call:
|
cannam@89
|
7154 # dirname: Compute the dirname of FILE. If nonempty,
|
cannam@89
|
7155 # add APPEND to the result, otherwise set result
|
cannam@89
|
7156 # to NONDIR_REPLACEMENT.
|
cannam@89
|
7157 # value returned in "$func_dirname_result"
|
cannam@89
|
7158 # basename: Compute filename of FILE.
|
cannam@89
|
7159 # value retuned in "$func_basename_result"
|
cannam@89
|
7160 # Implementation must be kept synchronized with func_dirname
|
cannam@89
|
7161 # and func_basename. For efficiency, we do not delegate to
|
cannam@89
|
7162 # those functions but instead duplicate the functionality here.
|
cannam@89
|
7163 func_dirname_and_basename ()
|
cannam@89
|
7164 {
|
cannam@89
|
7165 case ${1} in
|
cannam@89
|
7166 */*) func_dirname_result="${1%/*}${2}" ;;
|
cannam@89
|
7167 * ) func_dirname_result="${3}" ;;
|
cannam@89
|
7168 esac
|
cannam@89
|
7169 func_basename_result="${1##*/}"
|
cannam@89
|
7170 }
|
cannam@89
|
7171
|
cannam@89
|
7172 # func_stripname prefix suffix name
|
cannam@89
|
7173 # strip PREFIX and SUFFIX off of NAME.
|
cannam@89
|
7174 # PREFIX and SUFFIX must not contain globbing or regex special
|
cannam@89
|
7175 # characters, hashes, percent signs, but SUFFIX may contain a leading
|
cannam@89
|
7176 # dot (in which case that matches only a dot).
|
cannam@89
|
7177 func_stripname ()
|
cannam@89
|
7178 {
|
cannam@89
|
7179 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
|
cannam@89
|
7180 # positional parameters, so assign one to ordinary parameter first.
|
cannam@89
|
7181 func_stripname_result=${3}
|
cannam@89
|
7182 func_stripname_result=${func_stripname_result#"${1}"}
|
cannam@89
|
7183 func_stripname_result=${func_stripname_result%"${2}"}
|
cannam@89
|
7184 }
|
cannam@89
|
7185
|
cannam@89
|
7186 # func_opt_split
|
cannam@89
|
7187 func_opt_split ()
|
cannam@89
|
7188 {
|
cannam@89
|
7189 func_opt_split_opt=${1%%=*}
|
cannam@89
|
7190 func_opt_split_arg=${1#*=}
|
cannam@89
|
7191 }
|
cannam@89
|
7192
|
cannam@89
|
7193 # func_lo2o object
|
cannam@89
|
7194 func_lo2o ()
|
cannam@89
|
7195 {
|
cannam@89
|
7196 case ${1} in
|
cannam@89
|
7197 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
|
cannam@89
|
7198 *) func_lo2o_result=${1} ;;
|
cannam@89
|
7199 esac
|
cannam@89
|
7200 }
|
cannam@89
|
7201
|
cannam@89
|
7202 # func_xform libobj-or-source
|
cannam@89
|
7203 func_xform ()
|
cannam@89
|
7204 {
|
cannam@89
|
7205 func_xform_result=${1%.*}.lo
|
cannam@89
|
7206 }
|
cannam@89
|
7207
|
cannam@89
|
7208 # func_arith arithmetic-term...
|
cannam@89
|
7209 func_arith ()
|
cannam@89
|
7210 {
|
cannam@89
|
7211 func_arith_result=$(( $[*] ))
|
cannam@89
|
7212 }
|
cannam@89
|
7213
|
cannam@89
|
7214 # func_len string
|
cannam@89
|
7215 # STRING may not start with a hyphen.
|
cannam@89
|
7216 func_len ()
|
cannam@89
|
7217 {
|
cannam@89
|
7218 func_len_result=${#1}
|
cannam@89
|
7219 }
|
cannam@89
|
7220
|
cannam@89
|
7221 _LT_EOF
|
cannam@89
|
7222 ;;
|
cannam@89
|
7223 *) # Bourne compatible functions.
|
cannam@89
|
7224 cat << \_LT_EOF >> "$cfgfile"
|
cannam@89
|
7225
|
cannam@89
|
7226 # func_dirname file append nondir_replacement
|
cannam@89
|
7227 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
|
cannam@89
|
7228 # otherwise set result to NONDIR_REPLACEMENT.
|
cannam@89
|
7229 func_dirname ()
|
cannam@89
|
7230 {
|
cannam@89
|
7231 # Extract subdirectory from the argument.
|
cannam@89
|
7232 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
|
cannam@89
|
7233 if test "X$func_dirname_result" = "X${1}"; then
|
cannam@89
|
7234 func_dirname_result="${3}"
|
cannam@89
|
7235 else
|
cannam@89
|
7236 func_dirname_result="$func_dirname_result${2}"
|
cannam@89
|
7237 fi
|
cannam@89
|
7238 }
|
cannam@89
|
7239
|
cannam@89
|
7240 # func_basename file
|
cannam@89
|
7241 func_basename ()
|
cannam@89
|
7242 {
|
cannam@89
|
7243 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
|
cannam@89
|
7244 }
|
cannam@89
|
7245
|
cannam@89
|
7246 dnl func_dirname_and_basename
|
cannam@89
|
7247 dnl A portable version of this function is already defined in general.m4sh
|
cannam@89
|
7248 dnl so there is no need for it here.
|
cannam@89
|
7249
|
cannam@89
|
7250 # func_stripname prefix suffix name
|
cannam@89
|
7251 # strip PREFIX and SUFFIX off of NAME.
|
cannam@89
|
7252 # PREFIX and SUFFIX must not contain globbing or regex special
|
cannam@89
|
7253 # characters, hashes, percent signs, but SUFFIX may contain a leading
|
cannam@89
|
7254 # dot (in which case that matches only a dot).
|
cannam@89
|
7255 # func_strip_suffix prefix name
|
cannam@89
|
7256 func_stripname ()
|
cannam@89
|
7257 {
|
cannam@89
|
7258 case ${2} in
|
cannam@89
|
7259 .*) func_stripname_result=`$ECHO "X${3}" \
|
cannam@89
|
7260 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
|
cannam@89
|
7261 *) func_stripname_result=`$ECHO "X${3}" \
|
cannam@89
|
7262 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
|
cannam@89
|
7263 esac
|
cannam@89
|
7264 }
|
cannam@89
|
7265
|
cannam@89
|
7266 # sed scripts:
|
cannam@89
|
7267 my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q'
|
cannam@89
|
7268 my_sed_long_arg='1s/^-[[^=]]*=//'
|
cannam@89
|
7269
|
cannam@89
|
7270 # func_opt_split
|
cannam@89
|
7271 func_opt_split ()
|
cannam@89
|
7272 {
|
cannam@89
|
7273 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
|
cannam@89
|
7274 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
|
cannam@89
|
7275 }
|
cannam@89
|
7276
|
cannam@89
|
7277 # func_lo2o object
|
cannam@89
|
7278 func_lo2o ()
|
cannam@89
|
7279 {
|
cannam@89
|
7280 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
|
cannam@89
|
7281 }
|
cannam@89
|
7282
|
cannam@89
|
7283 # func_xform libobj-or-source
|
cannam@89
|
7284 func_xform ()
|
cannam@89
|
7285 {
|
cannam@89
|
7286 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
|
cannam@89
|
7287 }
|
cannam@89
|
7288
|
cannam@89
|
7289 # func_arith arithmetic-term...
|
cannam@89
|
7290 func_arith ()
|
cannam@89
|
7291 {
|
cannam@89
|
7292 func_arith_result=`expr "$[@]"`
|
cannam@89
|
7293 }
|
cannam@89
|
7294
|
cannam@89
|
7295 # func_len string
|
cannam@89
|
7296 # STRING may not start with a hyphen.
|
cannam@89
|
7297 func_len ()
|
cannam@89
|
7298 {
|
cannam@89
|
7299 func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
|
cannam@89
|
7300 }
|
cannam@89
|
7301
|
cannam@89
|
7302 _LT_EOF
|
cannam@89
|
7303 esac
|
cannam@89
|
7304
|
cannam@89
|
7305 case $lt_shell_append in
|
cannam@89
|
7306 yes)
|
cannam@89
|
7307 cat << \_LT_EOF >> "$cfgfile"
|
cannam@89
|
7308
|
cannam@89
|
7309 # func_append var value
|
cannam@89
|
7310 # Append VALUE to the end of shell variable VAR.
|
cannam@89
|
7311 func_append ()
|
cannam@89
|
7312 {
|
cannam@89
|
7313 eval "$[1]+=\$[2]"
|
cannam@89
|
7314 }
|
cannam@89
|
7315 _LT_EOF
|
cannam@89
|
7316 ;;
|
cannam@89
|
7317 *)
|
cannam@89
|
7318 cat << \_LT_EOF >> "$cfgfile"
|
cannam@89
|
7319
|
cannam@89
|
7320 # func_append var value
|
cannam@89
|
7321 # Append VALUE to the end of shell variable VAR.
|
cannam@89
|
7322 func_append ()
|
cannam@89
|
7323 {
|
cannam@89
|
7324 eval "$[1]=\$$[1]\$[2]"
|
cannam@89
|
7325 }
|
cannam@89
|
7326
|
cannam@89
|
7327 _LT_EOF
|
cannam@89
|
7328 ;;
|
cannam@89
|
7329 esac
|
cannam@89
|
7330 ])
|
cannam@89
|
7331
|
cannam@89
|
7332 # Helper functions for option handling. -*- Autoconf -*-
|
cannam@89
|
7333 #
|
cannam@89
|
7334 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
|
cannam@89
|
7335 # Written by Gary V. Vaughan, 2004
|
cannam@89
|
7336 #
|
cannam@89
|
7337 # This file is free software; the Free Software Foundation gives
|
cannam@89
|
7338 # unlimited permission to copy and/or distribute it, with or without
|
cannam@89
|
7339 # modifications, as long as this notice is preserved.
|
cannam@89
|
7340
|
cannam@89
|
7341 # serial 6 ltoptions.m4
|
cannam@89
|
7342
|
cannam@89
|
7343 # This is to help aclocal find these macros, as it can't see m4_define.
|
cannam@89
|
7344 AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
|
cannam@89
|
7345
|
cannam@89
|
7346
|
cannam@89
|
7347 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
|
cannam@89
|
7348 # ------------------------------------------
|
cannam@89
|
7349 m4_define([_LT_MANGLE_OPTION],
|
cannam@89
|
7350 [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
|
cannam@89
|
7351
|
cannam@89
|
7352
|
cannam@89
|
7353 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
|
cannam@89
|
7354 # ---------------------------------------
|
cannam@89
|
7355 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
|
cannam@89
|
7356 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
|
cannam@89
|
7357 # saved as a flag.
|
cannam@89
|
7358 m4_define([_LT_SET_OPTION],
|
cannam@89
|
7359 [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
|
cannam@89
|
7360 m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
|
cannam@89
|
7361 _LT_MANGLE_DEFUN([$1], [$2]),
|
cannam@89
|
7362 [m4_warning([Unknown $1 option `$2'])])[]dnl
|
cannam@89
|
7363 ])
|
cannam@89
|
7364
|
cannam@89
|
7365
|
cannam@89
|
7366 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
|
cannam@89
|
7367 # ------------------------------------------------------------
|
cannam@89
|
7368 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
|
cannam@89
|
7369 m4_define([_LT_IF_OPTION],
|
cannam@89
|
7370 [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
|
cannam@89
|
7371
|
cannam@89
|
7372
|
cannam@89
|
7373 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
|
cannam@89
|
7374 # -------------------------------------------------------
|
cannam@89
|
7375 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
|
cannam@89
|
7376 # are set.
|
cannam@89
|
7377 m4_define([_LT_UNLESS_OPTIONS],
|
cannam@89
|
7378 [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
|
cannam@89
|
7379 [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
|
cannam@89
|
7380 [m4_define([$0_found])])])[]dnl
|
cannam@89
|
7381 m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
|
cannam@89
|
7382 ])[]dnl
|
cannam@89
|
7383 ])
|
cannam@89
|
7384
|
cannam@89
|
7385
|
cannam@89
|
7386 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
|
cannam@89
|
7387 # ----------------------------------------
|
cannam@89
|
7388 # OPTION-LIST is a space-separated list of Libtool options associated
|
cannam@89
|
7389 # with MACRO-NAME. If any OPTION has a matching handler declared with
|
cannam@89
|
7390 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
|
cannam@89
|
7391 # the unknown option and exit.
|
cannam@89
|
7392 m4_defun([_LT_SET_OPTIONS],
|
cannam@89
|
7393 [# Set options
|
cannam@89
|
7394 m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
|
cannam@89
|
7395 [_LT_SET_OPTION([$1], _LT_Option)])
|
cannam@89
|
7396
|
cannam@89
|
7397 m4_if([$1],[LT_INIT],[
|
cannam@89
|
7398 dnl
|
cannam@89
|
7399 dnl Simply set some default values (i.e off) if boolean options were not
|
cannam@89
|
7400 dnl specified:
|
cannam@89
|
7401 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
|
cannam@89
|
7402 ])
|
cannam@89
|
7403 _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
|
cannam@89
|
7404 ])
|
cannam@89
|
7405 dnl
|
cannam@89
|
7406 dnl If no reference was made to various pairs of opposing options, then
|
cannam@89
|
7407 dnl we run the default mode handler for the pair. For example, if neither
|
cannam@89
|
7408 dnl `shared' nor `disable-shared' was passed, we enable building of shared
|
cannam@89
|
7409 dnl archives by default:
|
cannam@89
|
7410 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
|
cannam@89
|
7411 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
|
cannam@89
|
7412 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
|
cannam@89
|
7413 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
|
cannam@89
|
7414 [_LT_ENABLE_FAST_INSTALL])
|
cannam@89
|
7415 ])
|
cannam@89
|
7416 ])# _LT_SET_OPTIONS
|
cannam@89
|
7417
|
cannam@89
|
7418
|
cannam@89
|
7419
|
cannam@89
|
7420 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
|
cannam@89
|
7421 # -----------------------------------------
|
cannam@89
|
7422 m4_define([_LT_MANGLE_DEFUN],
|
cannam@89
|
7423 [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
|
cannam@89
|
7424
|
cannam@89
|
7425
|
cannam@89
|
7426 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
|
cannam@89
|
7427 # -----------------------------------------------
|
cannam@89
|
7428 m4_define([LT_OPTION_DEFINE],
|
cannam@89
|
7429 [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
|
cannam@89
|
7430 ])# LT_OPTION_DEFINE
|
cannam@89
|
7431
|
cannam@89
|
7432
|
cannam@89
|
7433 # dlopen
|
cannam@89
|
7434 # ------
|
cannam@89
|
7435 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
|
cannam@89
|
7436 ])
|
cannam@89
|
7437
|
cannam@89
|
7438 AU_DEFUN([AC_LIBTOOL_DLOPEN],
|
cannam@89
|
7439 [_LT_SET_OPTION([LT_INIT], [dlopen])
|
cannam@89
|
7440 AC_DIAGNOSE([obsolete],
|
cannam@89
|
7441 [$0: Remove this warning and the call to _LT_SET_OPTION when you
|
cannam@89
|
7442 put the `dlopen' option into LT_INIT's first parameter.])
|
cannam@89
|
7443 ])
|
cannam@89
|
7444
|
cannam@89
|
7445 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
7446 dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
|
cannam@89
|
7447
|
cannam@89
|
7448
|
cannam@89
|
7449 # win32-dll
|
cannam@89
|
7450 # ---------
|
cannam@89
|
7451 # Declare package support for building win32 dll's.
|
cannam@89
|
7452 LT_OPTION_DEFINE([LT_INIT], [win32-dll],
|
cannam@89
|
7453 [enable_win32_dll=yes
|
cannam@89
|
7454
|
cannam@89
|
7455 case $host in
|
cannam@89
|
7456 *-*-cygwin* | *-*-mingw* | *-*-pw32*)
|
cannam@89
|
7457 AC_CHECK_TOOL(AS, as, false)
|
cannam@89
|
7458 AC_CHECK_TOOL(DLLTOOL, dlltool, false)
|
cannam@89
|
7459 AC_CHECK_TOOL(OBJDUMP, objdump, false)
|
cannam@89
|
7460 ;;
|
cannam@89
|
7461 esac
|
cannam@89
|
7462
|
cannam@89
|
7463 test -z "$AS" && AS=as
|
cannam@89
|
7464 _LT_DECL([], [AS], [0], [Assembler program])dnl
|
cannam@89
|
7465
|
cannam@89
|
7466 test -z "$DLLTOOL" && DLLTOOL=dlltool
|
cannam@89
|
7467 _LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl
|
cannam@89
|
7468
|
cannam@89
|
7469 test -z "$OBJDUMP" && OBJDUMP=objdump
|
cannam@89
|
7470 _LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
|
cannam@89
|
7471 ])# win32-dll
|
cannam@89
|
7472
|
cannam@89
|
7473 AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
|
cannam@89
|
7474 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
cannam@89
|
7475 _LT_SET_OPTION([LT_INIT], [win32-dll])
|
cannam@89
|
7476 AC_DIAGNOSE([obsolete],
|
cannam@89
|
7477 [$0: Remove this warning and the call to _LT_SET_OPTION when you
|
cannam@89
|
7478 put the `win32-dll' option into LT_INIT's first parameter.])
|
cannam@89
|
7479 ])
|
cannam@89
|
7480
|
cannam@89
|
7481 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
7482 dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
|
cannam@89
|
7483
|
cannam@89
|
7484
|
cannam@89
|
7485 # _LT_ENABLE_SHARED([DEFAULT])
|
cannam@89
|
7486 # ----------------------------
|
cannam@89
|
7487 # implement the --enable-shared flag, and supports the `shared' and
|
cannam@89
|
7488 # `disable-shared' LT_INIT options.
|
cannam@89
|
7489 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
|
cannam@89
|
7490 m4_define([_LT_ENABLE_SHARED],
|
cannam@89
|
7491 [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
|
cannam@89
|
7492 AC_ARG_ENABLE([shared],
|
cannam@89
|
7493 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
|
cannam@89
|
7494 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
|
cannam@89
|
7495 [p=${PACKAGE-default}
|
cannam@89
|
7496 case $enableval in
|
cannam@89
|
7497 yes) enable_shared=yes ;;
|
cannam@89
|
7498 no) enable_shared=no ;;
|
cannam@89
|
7499 *)
|
cannam@89
|
7500 enable_shared=no
|
cannam@89
|
7501 # Look at the argument we got. We use all the common list separators.
|
cannam@89
|
7502 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
cannam@89
|
7503 for pkg in $enableval; do
|
cannam@89
|
7504 IFS="$lt_save_ifs"
|
cannam@89
|
7505 if test "X$pkg" = "X$p"; then
|
cannam@89
|
7506 enable_shared=yes
|
cannam@89
|
7507 fi
|
cannam@89
|
7508 done
|
cannam@89
|
7509 IFS="$lt_save_ifs"
|
cannam@89
|
7510 ;;
|
cannam@89
|
7511 esac],
|
cannam@89
|
7512 [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
|
cannam@89
|
7513
|
cannam@89
|
7514 _LT_DECL([build_libtool_libs], [enable_shared], [0],
|
cannam@89
|
7515 [Whether or not to build shared libraries])
|
cannam@89
|
7516 ])# _LT_ENABLE_SHARED
|
cannam@89
|
7517
|
cannam@89
|
7518 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
|
cannam@89
|
7519 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
|
cannam@89
|
7520
|
cannam@89
|
7521 # Old names:
|
cannam@89
|
7522 AC_DEFUN([AC_ENABLE_SHARED],
|
cannam@89
|
7523 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
|
cannam@89
|
7524 ])
|
cannam@89
|
7525
|
cannam@89
|
7526 AC_DEFUN([AC_DISABLE_SHARED],
|
cannam@89
|
7527 [_LT_SET_OPTION([LT_INIT], [disable-shared])
|
cannam@89
|
7528 ])
|
cannam@89
|
7529
|
cannam@89
|
7530 AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
|
cannam@89
|
7531 AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
|
cannam@89
|
7532
|
cannam@89
|
7533 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
7534 dnl AC_DEFUN([AM_ENABLE_SHARED], [])
|
cannam@89
|
7535 dnl AC_DEFUN([AM_DISABLE_SHARED], [])
|
cannam@89
|
7536
|
cannam@89
|
7537
|
cannam@89
|
7538
|
cannam@89
|
7539 # _LT_ENABLE_STATIC([DEFAULT])
|
cannam@89
|
7540 # ----------------------------
|
cannam@89
|
7541 # implement the --enable-static flag, and support the `static' and
|
cannam@89
|
7542 # `disable-static' LT_INIT options.
|
cannam@89
|
7543 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
|
cannam@89
|
7544 m4_define([_LT_ENABLE_STATIC],
|
cannam@89
|
7545 [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
|
cannam@89
|
7546 AC_ARG_ENABLE([static],
|
cannam@89
|
7547 [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
|
cannam@89
|
7548 [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
|
cannam@89
|
7549 [p=${PACKAGE-default}
|
cannam@89
|
7550 case $enableval in
|
cannam@89
|
7551 yes) enable_static=yes ;;
|
cannam@89
|
7552 no) enable_static=no ;;
|
cannam@89
|
7553 *)
|
cannam@89
|
7554 enable_static=no
|
cannam@89
|
7555 # Look at the argument we got. We use all the common list separators.
|
cannam@89
|
7556 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
cannam@89
|
7557 for pkg in $enableval; do
|
cannam@89
|
7558 IFS="$lt_save_ifs"
|
cannam@89
|
7559 if test "X$pkg" = "X$p"; then
|
cannam@89
|
7560 enable_static=yes
|
cannam@89
|
7561 fi
|
cannam@89
|
7562 done
|
cannam@89
|
7563 IFS="$lt_save_ifs"
|
cannam@89
|
7564 ;;
|
cannam@89
|
7565 esac],
|
cannam@89
|
7566 [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
|
cannam@89
|
7567
|
cannam@89
|
7568 _LT_DECL([build_old_libs], [enable_static], [0],
|
cannam@89
|
7569 [Whether or not to build static libraries])
|
cannam@89
|
7570 ])# _LT_ENABLE_STATIC
|
cannam@89
|
7571
|
cannam@89
|
7572 LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
|
cannam@89
|
7573 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
|
cannam@89
|
7574
|
cannam@89
|
7575 # Old names:
|
cannam@89
|
7576 AC_DEFUN([AC_ENABLE_STATIC],
|
cannam@89
|
7577 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
|
cannam@89
|
7578 ])
|
cannam@89
|
7579
|
cannam@89
|
7580 AC_DEFUN([AC_DISABLE_STATIC],
|
cannam@89
|
7581 [_LT_SET_OPTION([LT_INIT], [disable-static])
|
cannam@89
|
7582 ])
|
cannam@89
|
7583
|
cannam@89
|
7584 AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
|
cannam@89
|
7585 AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
|
cannam@89
|
7586
|
cannam@89
|
7587 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
7588 dnl AC_DEFUN([AM_ENABLE_STATIC], [])
|
cannam@89
|
7589 dnl AC_DEFUN([AM_DISABLE_STATIC], [])
|
cannam@89
|
7590
|
cannam@89
|
7591
|
cannam@89
|
7592
|
cannam@89
|
7593 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
|
cannam@89
|
7594 # ----------------------------------
|
cannam@89
|
7595 # implement the --enable-fast-install flag, and support the `fast-install'
|
cannam@89
|
7596 # and `disable-fast-install' LT_INIT options.
|
cannam@89
|
7597 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
|
cannam@89
|
7598 m4_define([_LT_ENABLE_FAST_INSTALL],
|
cannam@89
|
7599 [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
|
cannam@89
|
7600 AC_ARG_ENABLE([fast-install],
|
cannam@89
|
7601 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
|
cannam@89
|
7602 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
|
cannam@89
|
7603 [p=${PACKAGE-default}
|
cannam@89
|
7604 case $enableval in
|
cannam@89
|
7605 yes) enable_fast_install=yes ;;
|
cannam@89
|
7606 no) enable_fast_install=no ;;
|
cannam@89
|
7607 *)
|
cannam@89
|
7608 enable_fast_install=no
|
cannam@89
|
7609 # Look at the argument we got. We use all the common list separators.
|
cannam@89
|
7610 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
|
cannam@89
|
7611 for pkg in $enableval; do
|
cannam@89
|
7612 IFS="$lt_save_ifs"
|
cannam@89
|
7613 if test "X$pkg" = "X$p"; then
|
cannam@89
|
7614 enable_fast_install=yes
|
cannam@89
|
7615 fi
|
cannam@89
|
7616 done
|
cannam@89
|
7617 IFS="$lt_save_ifs"
|
cannam@89
|
7618 ;;
|
cannam@89
|
7619 esac],
|
cannam@89
|
7620 [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
|
cannam@89
|
7621
|
cannam@89
|
7622 _LT_DECL([fast_install], [enable_fast_install], [0],
|
cannam@89
|
7623 [Whether or not to optimize for fast installation])dnl
|
cannam@89
|
7624 ])# _LT_ENABLE_FAST_INSTALL
|
cannam@89
|
7625
|
cannam@89
|
7626 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
|
cannam@89
|
7627 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
|
cannam@89
|
7628
|
cannam@89
|
7629 # Old names:
|
cannam@89
|
7630 AU_DEFUN([AC_ENABLE_FAST_INSTALL],
|
cannam@89
|
7631 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
|
cannam@89
|
7632 AC_DIAGNOSE([obsolete],
|
cannam@89
|
7633 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
cannam@89
|
7634 the `fast-install' option into LT_INIT's first parameter.])
|
cannam@89
|
7635 ])
|
cannam@89
|
7636
|
cannam@89
|
7637 AU_DEFUN([AC_DISABLE_FAST_INSTALL],
|
cannam@89
|
7638 [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
|
cannam@89
|
7639 AC_DIAGNOSE([obsolete],
|
cannam@89
|
7640 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
|
cannam@89
|
7641 the `disable-fast-install' option into LT_INIT's first parameter.])
|
cannam@89
|
7642 ])
|
cannam@89
|
7643
|
cannam@89
|
7644 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
7645 dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
|
cannam@89
|
7646 dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
|
cannam@89
|
7647
|
cannam@89
|
7648
|
cannam@89
|
7649 # _LT_WITH_PIC([MODE])
|
cannam@89
|
7650 # --------------------
|
cannam@89
|
7651 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
|
cannam@89
|
7652 # LT_INIT options.
|
cannam@89
|
7653 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
|
cannam@89
|
7654 m4_define([_LT_WITH_PIC],
|
cannam@89
|
7655 [AC_ARG_WITH([pic],
|
cannam@89
|
7656 [AS_HELP_STRING([--with-pic],
|
cannam@89
|
7657 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
|
cannam@89
|
7658 [pic_mode="$withval"],
|
cannam@89
|
7659 [pic_mode=default])
|
cannam@89
|
7660
|
cannam@89
|
7661 test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
|
cannam@89
|
7662
|
cannam@89
|
7663 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
|
cannam@89
|
7664 ])# _LT_WITH_PIC
|
cannam@89
|
7665
|
cannam@89
|
7666 LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
|
cannam@89
|
7667 LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
|
cannam@89
|
7668
|
cannam@89
|
7669 # Old name:
|
cannam@89
|
7670 AU_DEFUN([AC_LIBTOOL_PICMODE],
|
cannam@89
|
7671 [_LT_SET_OPTION([LT_INIT], [pic-only])
|
cannam@89
|
7672 AC_DIAGNOSE([obsolete],
|
cannam@89
|
7673 [$0: Remove this warning and the call to _LT_SET_OPTION when you
|
cannam@89
|
7674 put the `pic-only' option into LT_INIT's first parameter.])
|
cannam@89
|
7675 ])
|
cannam@89
|
7676
|
cannam@89
|
7677 dnl aclocal-1.4 backwards compatibility:
|
cannam@89
|
7678 dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
|
cannam@89
|
7679
|
cannam@89
|
7680
|
cannam@89
|
7681 m4_define([_LTDL_MODE], [])
|
cannam@89
|
7682 LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
|
cannam@89
|
7683 [m4_define([_LTDL_MODE], [nonrecursive])])
|
cannam@89
|
7684 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
|
cannam@89
|
7685 [m4_define([_LTDL_MODE], [recursive])])
|
cannam@89
|
7686 LT_OPTION_DEFINE([LTDL_INIT], [subproject],
|
cannam@89
|
7687 [m4_define([_LTDL_MODE], [subproject])])
|
cannam@89
|
7688
|
cannam@89
|
7689 m4_define([_LTDL_TYPE], [])
|
cannam@89
|
7690 LT_OPTION_DEFINE([LTDL_INIT], [installable],
|
cannam@89
|
7691 [m4_define([_LTDL_TYPE], [installable])])
|
cannam@89
|
7692 LT_OPTION_DEFINE([LTDL_INIT], [convenience],
|
cannam@89
|
7693 [m4_define([_LTDL_TYPE], [convenience])])
|
cannam@89
|
7694
|
cannam@89
|
7695 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
|
cannam@89
|
7696 #
|
cannam@89
|
7697 # Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
|
cannam@89
|
7698 # Written by Gary V. Vaughan, 2004
|
cannam@89
|
7699 #
|
cannam@89
|
7700 # This file is free software; the Free Software Foundation gives
|
cannam@89
|
7701 # unlimited permission to copy and/or distribute it, with or without
|
cannam@89
|
7702 # modifications, as long as this notice is preserved.
|
cannam@89
|
7703
|
cannam@89
|
7704 # serial 5 ltsugar.m4
|
cannam@89
|
7705
|
cannam@89
|
7706 # This is to help aclocal find these macros, as it can't see m4_define.
|
cannam@89
|
7707 AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
|
cannam@89
|
7708
|
cannam@89
|
7709
|
cannam@89
|
7710 # lt_join(SEP, ARG1, [ARG2...])
|
cannam@89
|
7711 # -----------------------------
|
cannam@89
|
7712 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
|
cannam@89
|
7713 # associated separator.
|
cannam@89
|
7714 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
|
cannam@89
|
7715 # versions in m4sugar had bugs.
|
cannam@89
|
7716 m4_define([lt_join],
|
cannam@89
|
7717 [m4_if([$#], [1], [],
|
cannam@89
|
7718 [$#], [2], [[$2]],
|
cannam@89
|
7719 [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
|
cannam@89
|
7720 m4_define([_lt_join],
|
cannam@89
|
7721 [m4_if([$#$2], [2], [],
|
cannam@89
|
7722 [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
|
cannam@89
|
7723
|
cannam@89
|
7724
|
cannam@89
|
7725 # lt_car(LIST)
|
cannam@89
|
7726 # lt_cdr(LIST)
|
cannam@89
|
7727 # ------------
|
cannam@89
|
7728 # Manipulate m4 lists.
|
cannam@89
|
7729 # These macros are necessary as long as will still need to support
|
cannam@89
|
7730 # Autoconf-2.59 which quotes differently.
|
cannam@89
|
7731 m4_define([lt_car], [[$1]])
|
cannam@89
|
7732 m4_define([lt_cdr],
|
cannam@89
|
7733 [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
|
cannam@89
|
7734 [$#], 1, [],
|
cannam@89
|
7735 [m4_dquote(m4_shift($@))])])
|
cannam@89
|
7736 m4_define([lt_unquote], $1)
|
cannam@89
|
7737
|
cannam@89
|
7738
|
cannam@89
|
7739 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
|
cannam@89
|
7740 # ------------------------------------------
|
cannam@89
|
7741 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
|
cannam@89
|
7742 # Note that neither SEPARATOR nor STRING are expanded; they are appended
|
cannam@89
|
7743 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
|
cannam@89
|
7744 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
|
cannam@89
|
7745 # than defined and empty).
|
cannam@89
|
7746 #
|
cannam@89
|
7747 # This macro is needed until we can rely on Autoconf 2.62, since earlier
|
cannam@89
|
7748 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
|
cannam@89
|
7749 m4_define([lt_append],
|
cannam@89
|
7750 [m4_define([$1],
|
cannam@89
|
7751 m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
|
cannam@89
|
7752
|
cannam@89
|
7753
|
cannam@89
|
7754
|
cannam@89
|
7755 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
|
cannam@89
|
7756 # ----------------------------------------------------------
|
cannam@89
|
7757 # Produce a SEP delimited list of all paired combinations of elements of
|
cannam@89
|
7758 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
cannam@89
|
7759 # has the form PREFIXmINFIXSUFFIXn.
|
cannam@89
|
7760 m4_define([lt_combine],
|
cannam@89
|
7761 [m4_if([$2], [], [],
|
cannam@89
|
7762 [m4_if([$4], [], [],
|
cannam@89
|
7763 [lt_join(m4_quote(m4_default([$1], [[, ]])),
|
cannam@89
|
7764 lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_prefix, [$2],
|
cannam@89
|
7765 [m4_foreach(_Lt_suffix, lt_car([m4_shiftn(3, $@)]),
|
cannam@89
|
7766 [_Lt_prefix[]$3[]_Lt_suffix ])])))))])])dnl
|
cannam@89
|
7767 ])
|
cannam@89
|
7768
|
cannam@89
|
7769
|
cannam@89
|
7770 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
|
cannam@89
|
7771 # -----------------------------------------------------------------------
|
cannam@89
|
7772 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
|
cannam@89
|
7773 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
cannam@89
|
7774 m4_define([lt_if_append_uniq],
|
cannam@89
|
7775 [m4_ifdef([$1],
|
cannam@89
|
7776 [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
|
cannam@89
|
7777 [lt_append([$1], [$2], [$3])$4],
|
cannam@89
|
7778 [$5])],
|
cannam@89
|
7779 [lt_append([$1], [$2], [$3])$4])])
|
cannam@89
|
7780
|
cannam@89
|
7781
|
cannam@89
|
7782 # lt_dict_add(DICT, KEY, VALUE)
|
cannam@89
|
7783 # -----------------------------
|
cannam@89
|
7784 m4_define([lt_dict_add],
|
cannam@89
|
7785 [m4_define([$1($2)], [$3])])
|
cannam@89
|
7786
|
cannam@89
|
7787
|
cannam@89
|
7788 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
|
cannam@89
|
7789 # --------------------------------------------
|
cannam@89
|
7790 m4_define([lt_dict_add_subkey],
|
cannam@89
|
7791 [m4_define([$1($2:$3)], [$4])])
|
cannam@89
|
7792
|
cannam@89
|
7793
|
cannam@89
|
7794 # lt_dict_fetch(DICT, KEY, [SUBKEY])
|
cannam@89
|
7795 # ----------------------------------
|
cannam@89
|
7796 m4_define([lt_dict_fetch],
|
cannam@89
|
7797 [m4_ifval([$3],
|
cannam@89
|
7798 m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
|
cannam@89
|
7799 m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
|
cannam@89
|
7800
|
cannam@89
|
7801
|
cannam@89
|
7802 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
|
cannam@89
|
7803 # -----------------------------------------------------------------
|
cannam@89
|
7804 m4_define([lt_if_dict_fetch],
|
cannam@89
|
7805 [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
|
cannam@89
|
7806 [$5],
|
cannam@89
|
7807 [$6])])
|
cannam@89
|
7808
|
cannam@89
|
7809
|
cannam@89
|
7810 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
cannam@89
|
7811 # --------------------------------------------------------------
|
cannam@89
|
7812 m4_define([lt_dict_filter],
|
cannam@89
|
7813 [m4_if([$5], [], [],
|
cannam@89
|
7814 [lt_join(m4_quote(m4_default([$4], [[, ]])),
|
cannam@89
|
7815 lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
|
cannam@89
|
7816 [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
|
cannam@89
|
7817 ])
|
cannam@89
|
7818
|
cannam@89
|
7819 # ltversion.m4 -- version numbers -*- Autoconf -*-
|
cannam@89
|
7820 #
|
cannam@89
|
7821 # Copyright (C) 2004 Free Software Foundation, Inc.
|
cannam@89
|
7822 # Written by Scott James Remnant, 2004
|
cannam@89
|
7823 #
|
cannam@89
|
7824 # This file is free software; the Free Software Foundation gives
|
cannam@89
|
7825 # unlimited permission to copy and/or distribute it, with or without
|
cannam@89
|
7826 # modifications, as long as this notice is preserved.
|
cannam@89
|
7827
|
cannam@89
|
7828 # Generated from ltversion.in.
|
cannam@89
|
7829
|
cannam@89
|
7830 # serial 2976 ltversion.m4
|
cannam@89
|
7831 # This file is part of GNU Libtool
|
cannam@89
|
7832
|
cannam@89
|
7833 m4_define([LT_PACKAGE_VERSION], [2.2.4])
|
cannam@89
|
7834 m4_define([LT_PACKAGE_REVISION], [1.2976])
|
cannam@89
|
7835
|
cannam@89
|
7836 AC_DEFUN([LTVERSION_VERSION],
|
cannam@89
|
7837 [macro_version='2.2.4'
|
cannam@89
|
7838 macro_revision='1.2976'
|
cannam@89
|
7839 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
cannam@89
|
7840 _LT_DECL(, macro_revision, 0)
|
cannam@89
|
7841 ])
|
cannam@89
|
7842
|
cannam@89
|
7843 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
|
cannam@89
|
7844 #
|
cannam@89
|
7845 # Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
|
cannam@89
|
7846 # Written by Scott James Remnant, 2004.
|
cannam@89
|
7847 #
|
cannam@89
|
7848 # This file is free software; the Free Software Foundation gives
|
cannam@89
|
7849 # unlimited permission to copy and/or distribute it, with or without
|
cannam@89
|
7850 # modifications, as long as this notice is preserved.
|
cannam@89
|
7851
|
cannam@89
|
7852 # serial 4 lt~obsolete.m4
|
cannam@89
|
7853
|
cannam@89
|
7854 # These exist entirely to fool aclocal when bootstrapping libtool.
|
cannam@89
|
7855 #
|
cannam@89
|
7856 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
|
cannam@89
|
7857 # which have later been changed to m4_define as they aren't part of the
|
cannam@89
|
7858 # exported API, or moved to Autoconf or Automake where they belong.
|
cannam@89
|
7859 #
|
cannam@89
|
7860 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
|
cannam@89
|
7861 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
|
cannam@89
|
7862 # using a macro with the same name in our local m4/libtool.m4 it'll
|
cannam@89
|
7863 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
|
cannam@89
|
7864 # and doesn't know about Autoconf macros at all.)
|
cannam@89
|
7865 #
|
cannam@89
|
7866 # So we provide this file, which has a silly filename so it's always
|
cannam@89
|
7867 # included after everything else. This provides aclocal with the
|
cannam@89
|
7868 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
|
cannam@89
|
7869 # because those macros already exist, or will be overwritten later.
|
cannam@89
|
7870 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
|
cannam@89
|
7871 #
|
cannam@89
|
7872 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
cannam@89
|
7873 # Yes, that means every name once taken will need to remain here until
|
cannam@89
|
7874 # we give up compatibility with versions before 1.7, at which point
|
cannam@89
|
7875 # we need to keep only those names which we still refer to.
|
cannam@89
|
7876
|
cannam@89
|
7877 # This is to help aclocal find these macros, as it can't see m4_define.
|
cannam@89
|
7878 AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
|
cannam@89
|
7879
|
cannam@89
|
7880 m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
|
cannam@89
|
7881 m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])])
|
cannam@89
|
7882 m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
|
cannam@89
|
7883 m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])])
|
cannam@89
|
7884 m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
|
cannam@89
|
7885 m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])])
|
cannam@89
|
7886 m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])])
|
cannam@89
|
7887 m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
|
cannam@89
|
7888 m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])])
|
cannam@89
|
7889 m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])])
|
cannam@89
|
7890 m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])])
|
cannam@89
|
7891 m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
|
cannam@89
|
7892 m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
|
cannam@89
|
7893 m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
|
cannam@89
|
7894 m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
|
cannam@89
|
7895 m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
|
cannam@89
|
7896 m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])])
|
cannam@89
|
7897 m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
|
cannam@89
|
7898 m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
|
cannam@89
|
7899 m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])])
|
cannam@89
|
7900 m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])])
|
cannam@89
|
7901 m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
|
cannam@89
|
7902 m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
|
cannam@89
|
7903 m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
|
cannam@89
|
7904 m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
|
cannam@89
|
7905 m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
|
cannam@89
|
7906 m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
|
cannam@89
|
7907 m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
|
cannam@89
|
7908 m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])])
|
cannam@89
|
7909 m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])])
|
cannam@89
|
7910 m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])])
|
cannam@89
|
7911 m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
|
cannam@89
|
7912 m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
|
cannam@89
|
7913 m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])])
|
cannam@89
|
7914 m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])])
|
cannam@89
|
7915 m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
|
cannam@89
|
7916 m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
|
cannam@89
|
7917 m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])])
|
cannam@89
|
7918 m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
|
cannam@89
|
7919 m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
|
cannam@89
|
7920 m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
|
cannam@89
|
7921 m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
|
cannam@89
|
7922 m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])])
|
cannam@89
|
7923 m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
|
cannam@89
|
7924 m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
|
cannam@89
|
7925 m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
|
cannam@89
|
7926 m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
|
cannam@89
|
7927 m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
|
cannam@89
|
7928 m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
|
cannam@89
|
7929 m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
|
cannam@89
|
7930 m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
|
cannam@89
|
7931 m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
|
cannam@89
|
7932 m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
|
cannam@89
|
7933 m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
|
cannam@89
|
7934 m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
|
cannam@89
|
7935
|
cannam@89
|
7936 # Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
|
cannam@89
|
7937 #
|
cannam@89
|
7938 # This file is free software; the Free Software Foundation
|
cannam@89
|
7939 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
7940 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
7941
|
cannam@89
|
7942 # AM_AUTOMAKE_VERSION(VERSION)
|
cannam@89
|
7943 # ----------------------------
|
cannam@89
|
7944 # Automake X.Y traces this macro to ensure aclocal.m4 has been
|
cannam@89
|
7945 # generated from the m4 files accompanying Automake X.Y.
|
cannam@89
|
7946 # (This private macro should not be called outside this file.)
|
cannam@89
|
7947 AC_DEFUN([AM_AUTOMAKE_VERSION],
|
cannam@89
|
7948 [am__api_version='1.10'
|
cannam@89
|
7949 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
|
cannam@89
|
7950 dnl require some minimum version. Point them to the right macro.
|
cannam@89
|
7951 m4_if([$1], [1.10.1], [],
|
cannam@89
|
7952 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
|
cannam@89
|
7953 ])
|
cannam@89
|
7954
|
cannam@89
|
7955 # _AM_AUTOCONF_VERSION(VERSION)
|
cannam@89
|
7956 # -----------------------------
|
cannam@89
|
7957 # aclocal traces this macro to find the Autoconf version.
|
cannam@89
|
7958 # This is a private macro too. Using m4_define simplifies
|
cannam@89
|
7959 # the logic in aclocal, which can simply ignore this definition.
|
cannam@89
|
7960 m4_define([_AM_AUTOCONF_VERSION], [])
|
cannam@89
|
7961
|
cannam@89
|
7962 # AM_SET_CURRENT_AUTOMAKE_VERSION
|
cannam@89
|
7963 # -------------------------------
|
cannam@89
|
7964 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
|
cannam@89
|
7965 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
|
cannam@89
|
7966 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
cannam@89
|
7967 [AM_AUTOMAKE_VERSION([1.10.1])dnl
|
cannam@89
|
7968 m4_ifndef([AC_AUTOCONF_VERSION],
|
cannam@89
|
7969 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
cannam@89
|
7970 _AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
|
cannam@89
|
7971
|
cannam@89
|
7972 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
|
cannam@89
|
7973
|
cannam@89
|
7974 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
|
cannam@89
|
7975 #
|
cannam@89
|
7976 # This file is free software; the Free Software Foundation
|
cannam@89
|
7977 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
7978 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
7979
|
cannam@89
|
7980 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
|
cannam@89
|
7981 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
|
cannam@89
|
7982 # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
|
cannam@89
|
7983 #
|
cannam@89
|
7984 # Of course, Automake must honor this variable whenever it calls a
|
cannam@89
|
7985 # tool from the auxiliary directory. The problem is that $srcdir (and
|
cannam@89
|
7986 # therefore $ac_aux_dir as well) can be either absolute or relative,
|
cannam@89
|
7987 # depending on how configure is run. This is pretty annoying, since
|
cannam@89
|
7988 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
|
cannam@89
|
7989 # source directory, any form will work fine, but in subdirectories a
|
cannam@89
|
7990 # relative path needs to be adjusted first.
|
cannam@89
|
7991 #
|
cannam@89
|
7992 # $ac_aux_dir/missing
|
cannam@89
|
7993 # fails when called from a subdirectory if $ac_aux_dir is relative
|
cannam@89
|
7994 # $top_srcdir/$ac_aux_dir/missing
|
cannam@89
|
7995 # fails if $ac_aux_dir is absolute,
|
cannam@89
|
7996 # fails when called from a subdirectory in a VPATH build with
|
cannam@89
|
7997 # a relative $ac_aux_dir
|
cannam@89
|
7998 #
|
cannam@89
|
7999 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
|
cannam@89
|
8000 # are both prefixed by $srcdir. In an in-source build this is usually
|
cannam@89
|
8001 # harmless because $srcdir is `.', but things will broke when you
|
cannam@89
|
8002 # start a VPATH build or use an absolute $srcdir.
|
cannam@89
|
8003 #
|
cannam@89
|
8004 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
|
cannam@89
|
8005 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
|
cannam@89
|
8006 # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
|
cannam@89
|
8007 # and then we would define $MISSING as
|
cannam@89
|
8008 # MISSING="\${SHELL} $am_aux_dir/missing"
|
cannam@89
|
8009 # This will work as long as MISSING is not called from configure, because
|
cannam@89
|
8010 # unfortunately $(top_srcdir) has no meaning in configure.
|
cannam@89
|
8011 # However there are other variables, like CC, which are often used in
|
cannam@89
|
8012 # configure, and could therefore not use this "fixed" $ac_aux_dir.
|
cannam@89
|
8013 #
|
cannam@89
|
8014 # Another solution, used here, is to always expand $ac_aux_dir to an
|
cannam@89
|
8015 # absolute PATH. The drawback is that using absolute paths prevent a
|
cannam@89
|
8016 # configured tree to be moved without reconfiguration.
|
cannam@89
|
8017
|
cannam@89
|
8018 AC_DEFUN([AM_AUX_DIR_EXPAND],
|
cannam@89
|
8019 [dnl Rely on autoconf to set up CDPATH properly.
|
cannam@89
|
8020 AC_PREREQ([2.50])dnl
|
cannam@89
|
8021 # expand $ac_aux_dir to an absolute path
|
cannam@89
|
8022 am_aux_dir=`cd $ac_aux_dir && pwd`
|
cannam@89
|
8023 ])
|
cannam@89
|
8024
|
cannam@89
|
8025 # AM_CONDITIONAL -*- Autoconf -*-
|
cannam@89
|
8026
|
cannam@89
|
8027 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
|
cannam@89
|
8028 # Free Software Foundation, Inc.
|
cannam@89
|
8029 #
|
cannam@89
|
8030 # This file is free software; the Free Software Foundation
|
cannam@89
|
8031 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
8032 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8033
|
cannam@89
|
8034 # serial 8
|
cannam@89
|
8035
|
cannam@89
|
8036 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
cannam@89
|
8037 # -------------------------------------
|
cannam@89
|
8038 # Define a conditional.
|
cannam@89
|
8039 AC_DEFUN([AM_CONDITIONAL],
|
cannam@89
|
8040 [AC_PREREQ(2.52)dnl
|
cannam@89
|
8041 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
|
cannam@89
|
8042 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
|
cannam@89
|
8043 AC_SUBST([$1_TRUE])dnl
|
cannam@89
|
8044 AC_SUBST([$1_FALSE])dnl
|
cannam@89
|
8045 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
|
cannam@89
|
8046 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
|
cannam@89
|
8047 if $2; then
|
cannam@89
|
8048 $1_TRUE=
|
cannam@89
|
8049 $1_FALSE='#'
|
cannam@89
|
8050 else
|
cannam@89
|
8051 $1_TRUE='#'
|
cannam@89
|
8052 $1_FALSE=
|
cannam@89
|
8053 fi
|
cannam@89
|
8054 AC_CONFIG_COMMANDS_PRE(
|
cannam@89
|
8055 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
|
cannam@89
|
8056 AC_MSG_ERROR([[conditional "$1" was never defined.
|
cannam@89
|
8057 Usually this means the macro was only invoked conditionally.]])
|
cannam@89
|
8058 fi])])
|
cannam@89
|
8059
|
cannam@89
|
8060 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
|
cannam@89
|
8061 # Free Software Foundation, Inc.
|
cannam@89
|
8062 #
|
cannam@89
|
8063 # This file is free software; the Free Software Foundation
|
cannam@89
|
8064 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
8065 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8066
|
cannam@89
|
8067 # serial 9
|
cannam@89
|
8068
|
cannam@89
|
8069 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
|
cannam@89
|
8070 # written in clear, in which case automake, when reading aclocal.m4,
|
cannam@89
|
8071 # will think it sees a *use*, and therefore will trigger all it's
|
cannam@89
|
8072 # C support machinery. Also note that it means that autoscan, seeing
|
cannam@89
|
8073 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
|
cannam@89
|
8074
|
cannam@89
|
8075
|
cannam@89
|
8076 # _AM_DEPENDENCIES(NAME)
|
cannam@89
|
8077 # ----------------------
|
cannam@89
|
8078 # See how the compiler implements dependency checking.
|
cannam@89
|
8079 # NAME is "CC", "CXX", "GCJ", or "OBJC".
|
cannam@89
|
8080 # We try a few techniques and use that to set a single cache variable.
|
cannam@89
|
8081 #
|
cannam@89
|
8082 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
|
cannam@89
|
8083 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
|
cannam@89
|
8084 # dependency, and given that the user is not expected to run this macro,
|
cannam@89
|
8085 # just rely on AC_PROG_CC.
|
cannam@89
|
8086 AC_DEFUN([_AM_DEPENDENCIES],
|
cannam@89
|
8087 [AC_REQUIRE([AM_SET_DEPDIR])dnl
|
cannam@89
|
8088 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
|
cannam@89
|
8089 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
|
cannam@89
|
8090 AC_REQUIRE([AM_DEP_TRACK])dnl
|
cannam@89
|
8091
|
cannam@89
|
8092 ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
|
cannam@89
|
8093 [$1], CXX, [depcc="$CXX" am_compiler_list=],
|
cannam@89
|
8094 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
|
cannam@89
|
8095 [$1], UPC, [depcc="$UPC" am_compiler_list=],
|
cannam@89
|
8096 [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
|
cannam@89
|
8097 [depcc="$$1" am_compiler_list=])
|
cannam@89
|
8098
|
cannam@89
|
8099 AC_CACHE_CHECK([dependency style of $depcc],
|
cannam@89
|
8100 [am_cv_$1_dependencies_compiler_type],
|
cannam@89
|
8101 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
|
cannam@89
|
8102 # We make a subdir and do the tests there. Otherwise we can end up
|
cannam@89
|
8103 # making bogus files that we don't know about and never remove. For
|
cannam@89
|
8104 # instance it was reported that on HP-UX the gcc test will end up
|
cannam@89
|
8105 # making a dummy file named `D' -- because `-MD' means `put the output
|
cannam@89
|
8106 # in D'.
|
cannam@89
|
8107 mkdir conftest.dir
|
cannam@89
|
8108 # Copy depcomp to subdir because otherwise we won't find it if we're
|
cannam@89
|
8109 # using a relative directory.
|
cannam@89
|
8110 cp "$am_depcomp" conftest.dir
|
cannam@89
|
8111 cd conftest.dir
|
cannam@89
|
8112 # We will build objects and dependencies in a subdirectory because
|
cannam@89
|
8113 # it helps to detect inapplicable dependency modes. For instance
|
cannam@89
|
8114 # both Tru64's cc and ICC support -MD to output dependencies as a
|
cannam@89
|
8115 # side effect of compilation, but ICC will put the dependencies in
|
cannam@89
|
8116 # the current directory while Tru64 will put them in the object
|
cannam@89
|
8117 # directory.
|
cannam@89
|
8118 mkdir sub
|
cannam@89
|
8119
|
cannam@89
|
8120 am_cv_$1_dependencies_compiler_type=none
|
cannam@89
|
8121 if test "$am_compiler_list" = ""; then
|
cannam@89
|
8122 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
|
cannam@89
|
8123 fi
|
cannam@89
|
8124 for depmode in $am_compiler_list; do
|
cannam@89
|
8125 # Setup a source with many dependencies, because some compilers
|
cannam@89
|
8126 # like to wrap large dependency lists on column 80 (with \), and
|
cannam@89
|
8127 # we should not choose a depcomp mode which is confused by this.
|
cannam@89
|
8128 #
|
cannam@89
|
8129 # We need to recreate these files for each test, as the compiler may
|
cannam@89
|
8130 # overwrite some of them when testing with obscure command lines.
|
cannam@89
|
8131 # This happens at least with the AIX C compiler.
|
cannam@89
|
8132 : > sub/conftest.c
|
cannam@89
|
8133 for i in 1 2 3 4 5 6; do
|
cannam@89
|
8134 echo '#include "conftst'$i'.h"' >> sub/conftest.c
|
cannam@89
|
8135 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
|
cannam@89
|
8136 # Solaris 8's {/usr,}/bin/sh.
|
cannam@89
|
8137 touch sub/conftst$i.h
|
cannam@89
|
8138 done
|
cannam@89
|
8139 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
cannam@89
|
8140
|
cannam@89
|
8141 case $depmode in
|
cannam@89
|
8142 nosideeffect)
|
cannam@89
|
8143 # after this tag, mechanisms are not by side-effect, so they'll
|
cannam@89
|
8144 # only be used when explicitly requested
|
cannam@89
|
8145 if test "x$enable_dependency_tracking" = xyes; then
|
cannam@89
|
8146 continue
|
cannam@89
|
8147 else
|
cannam@89
|
8148 break
|
cannam@89
|
8149 fi
|
cannam@89
|
8150 ;;
|
cannam@89
|
8151 none) break ;;
|
cannam@89
|
8152 esac
|
cannam@89
|
8153 # We check with `-c' and `-o' for the sake of the "dashmstdout"
|
cannam@89
|
8154 # mode. It turns out that the SunPro C++ compiler does not properly
|
cannam@89
|
8155 # handle `-M -o', and we need to detect this.
|
cannam@89
|
8156 if depmode=$depmode \
|
cannam@89
|
8157 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
|
cannam@89
|
8158 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
|
cannam@89
|
8159 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
|
cannam@89
|
8160 >/dev/null 2>conftest.err &&
|
cannam@89
|
8161 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
|
cannam@89
|
8162 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
|
cannam@89
|
8163 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
|
cannam@89
|
8164 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
|
cannam@89
|
8165 # icc doesn't choke on unknown options, it will just issue warnings
|
cannam@89
|
8166 # or remarks (even with -Werror). So we grep stderr for any message
|
cannam@89
|
8167 # that says an option was ignored or not supported.
|
cannam@89
|
8168 # When given -MP, icc 7.0 and 7.1 complain thusly:
|
cannam@89
|
8169 # icc: Command line warning: ignoring option '-M'; no argument required
|
cannam@89
|
8170 # The diagnosis changed in icc 8.0:
|
cannam@89
|
8171 # icc: Command line remark: option '-MP' not supported
|
cannam@89
|
8172 if (grep 'ignoring option' conftest.err ||
|
cannam@89
|
8173 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
|
cannam@89
|
8174 am_cv_$1_dependencies_compiler_type=$depmode
|
cannam@89
|
8175 break
|
cannam@89
|
8176 fi
|
cannam@89
|
8177 fi
|
cannam@89
|
8178 done
|
cannam@89
|
8179
|
cannam@89
|
8180 cd ..
|
cannam@89
|
8181 rm -rf conftest.dir
|
cannam@89
|
8182 else
|
cannam@89
|
8183 am_cv_$1_dependencies_compiler_type=none
|
cannam@89
|
8184 fi
|
cannam@89
|
8185 ])
|
cannam@89
|
8186 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
|
cannam@89
|
8187 AM_CONDITIONAL([am__fastdep$1], [
|
cannam@89
|
8188 test "x$enable_dependency_tracking" != xno \
|
cannam@89
|
8189 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
|
cannam@89
|
8190 ])
|
cannam@89
|
8191
|
cannam@89
|
8192
|
cannam@89
|
8193 # AM_SET_DEPDIR
|
cannam@89
|
8194 # -------------
|
cannam@89
|
8195 # Choose a directory name for dependency files.
|
cannam@89
|
8196 # This macro is AC_REQUIREd in _AM_DEPENDENCIES
|
cannam@89
|
8197 AC_DEFUN([AM_SET_DEPDIR],
|
cannam@89
|
8198 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
|
cannam@89
|
8199 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
|
cannam@89
|
8200 ])
|
cannam@89
|
8201
|
cannam@89
|
8202
|
cannam@89
|
8203 # AM_DEP_TRACK
|
cannam@89
|
8204 # ------------
|
cannam@89
|
8205 AC_DEFUN([AM_DEP_TRACK],
|
cannam@89
|
8206 [AC_ARG_ENABLE(dependency-tracking,
|
cannam@89
|
8207 [ --disable-dependency-tracking speeds up one-time build
|
cannam@89
|
8208 --enable-dependency-tracking do not reject slow dependency extractors])
|
cannam@89
|
8209 if test "x$enable_dependency_tracking" != xno; then
|
cannam@89
|
8210 am_depcomp="$ac_aux_dir/depcomp"
|
cannam@89
|
8211 AMDEPBACKSLASH='\'
|
cannam@89
|
8212 fi
|
cannam@89
|
8213 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
|
cannam@89
|
8214 AC_SUBST([AMDEPBACKSLASH])dnl
|
cannam@89
|
8215 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
|
cannam@89
|
8216 ])
|
cannam@89
|
8217
|
cannam@89
|
8218 # Generate code to set up dependency tracking. -*- Autoconf -*-
|
cannam@89
|
8219
|
cannam@89
|
8220 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
cannam@89
|
8221 # Free Software Foundation, Inc.
|
cannam@89
|
8222 #
|
cannam@89
|
8223 # This file is free software; the Free Software Foundation
|
cannam@89
|
8224 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
8225 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8226
|
cannam@89
|
8227 #serial 3
|
cannam@89
|
8228
|
cannam@89
|
8229 # _AM_OUTPUT_DEPENDENCY_COMMANDS
|
cannam@89
|
8230 # ------------------------------
|
cannam@89
|
8231 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
|
cannam@89
|
8232 [for mf in $CONFIG_FILES; do
|
cannam@89
|
8233 # Strip MF so we end up with the name of the file.
|
cannam@89
|
8234 mf=`echo "$mf" | sed -e 's/:.*$//'`
|
cannam@89
|
8235 # Check whether this is an Automake generated Makefile or not.
|
cannam@89
|
8236 # We used to match only the files named `Makefile.in', but
|
cannam@89
|
8237 # some people rename them; so instead we look at the file content.
|
cannam@89
|
8238 # Grep'ing the first line is not enough: some people post-process
|
cannam@89
|
8239 # each Makefile.in and add a new line on top of each file to say so.
|
cannam@89
|
8240 # Grep'ing the whole file is not good either: AIX grep has a line
|
cannam@89
|
8241 # limit of 2048, but all sed's we know have understand at least 4000.
|
cannam@89
|
8242 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
|
cannam@89
|
8243 dirpart=`AS_DIRNAME("$mf")`
|
cannam@89
|
8244 else
|
cannam@89
|
8245 continue
|
cannam@89
|
8246 fi
|
cannam@89
|
8247 # Extract the definition of DEPDIR, am__include, and am__quote
|
cannam@89
|
8248 # from the Makefile without running `make'.
|
cannam@89
|
8249 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
|
cannam@89
|
8250 test -z "$DEPDIR" && continue
|
cannam@89
|
8251 am__include=`sed -n 's/^am__include = //p' < "$mf"`
|
cannam@89
|
8252 test -z "am__include" && continue
|
cannam@89
|
8253 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
|
cannam@89
|
8254 # When using ansi2knr, U may be empty or an underscore; expand it
|
cannam@89
|
8255 U=`sed -n 's/^U = //p' < "$mf"`
|
cannam@89
|
8256 # Find all dependency output files, they are included files with
|
cannam@89
|
8257 # $(DEPDIR) in their names. We invoke sed twice because it is the
|
cannam@89
|
8258 # simplest approach to changing $(DEPDIR) to its actual value in the
|
cannam@89
|
8259 # expansion.
|
cannam@89
|
8260 for file in `sed -n "
|
cannam@89
|
8261 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
|
cannam@89
|
8262 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
|
cannam@89
|
8263 # Make sure the directory exists.
|
cannam@89
|
8264 test -f "$dirpart/$file" && continue
|
cannam@89
|
8265 fdir=`AS_DIRNAME(["$file"])`
|
cannam@89
|
8266 AS_MKDIR_P([$dirpart/$fdir])
|
cannam@89
|
8267 # echo "creating $dirpart/$file"
|
cannam@89
|
8268 echo '# dummy' > "$dirpart/$file"
|
cannam@89
|
8269 done
|
cannam@89
|
8270 done
|
cannam@89
|
8271 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
|
cannam@89
|
8272
|
cannam@89
|
8273
|
cannam@89
|
8274 # AM_OUTPUT_DEPENDENCY_COMMANDS
|
cannam@89
|
8275 # -----------------------------
|
cannam@89
|
8276 # This macro should only be invoked once -- use via AC_REQUIRE.
|
cannam@89
|
8277 #
|
cannam@89
|
8278 # This code is only required when automatic dependency tracking
|
cannam@89
|
8279 # is enabled. FIXME. This creates each `.P' file that we will
|
cannam@89
|
8280 # need in order to bootstrap the dependency handling code.
|
cannam@89
|
8281 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
|
cannam@89
|
8282 [AC_CONFIG_COMMANDS([depfiles],
|
cannam@89
|
8283 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
|
cannam@89
|
8284 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
|
cannam@89
|
8285 ])
|
cannam@89
|
8286
|
cannam@89
|
8287 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
|
cannam@89
|
8288 # Free Software Foundation, Inc.
|
cannam@89
|
8289 #
|
cannam@89
|
8290 # This file is free software; the Free Software Foundation
|
cannam@89
|
8291 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
8292 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8293
|
cannam@89
|
8294 # serial 8
|
cannam@89
|
8295
|
cannam@89
|
8296 # AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
|
cannam@89
|
8297 AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
|
cannam@89
|
8298
|
cannam@89
|
8299 # Do all the work for Automake. -*- Autoconf -*-
|
cannam@89
|
8300
|
cannam@89
|
8301 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
cannam@89
|
8302 # 2005, 2006, 2008 Free Software Foundation, Inc.
|
cannam@89
|
8303 #
|
cannam@89
|
8304 # This file is free software; the Free Software Foundation
|
cannam@89
|
8305 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
8306 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8307
|
cannam@89
|
8308 # serial 13
|
cannam@89
|
8309
|
cannam@89
|
8310 # This macro actually does too much. Some checks are only needed if
|
cannam@89
|
8311 # your package does certain things. But this isn't really a big deal.
|
cannam@89
|
8312
|
cannam@89
|
8313 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
|
cannam@89
|
8314 # AM_INIT_AUTOMAKE([OPTIONS])
|
cannam@89
|
8315 # -----------------------------------------------
|
cannam@89
|
8316 # The call with PACKAGE and VERSION arguments is the old style
|
cannam@89
|
8317 # call (pre autoconf-2.50), which is being phased out. PACKAGE
|
cannam@89
|
8318 # and VERSION should now be passed to AC_INIT and removed from
|
cannam@89
|
8319 # the call to AM_INIT_AUTOMAKE.
|
cannam@89
|
8320 # We support both call styles for the transition. After
|
cannam@89
|
8321 # the next Automake release, Autoconf can make the AC_INIT
|
cannam@89
|
8322 # arguments mandatory, and then we can depend on a new Autoconf
|
cannam@89
|
8323 # release and drop the old call support.
|
cannam@89
|
8324 AC_DEFUN([AM_INIT_AUTOMAKE],
|
cannam@89
|
8325 [AC_PREREQ([2.60])dnl
|
cannam@89
|
8326 dnl Autoconf wants to disallow AM_ names. We explicitly allow
|
cannam@89
|
8327 dnl the ones we care about.
|
cannam@89
|
8328 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
|
cannam@89
|
8329 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
|
cannam@89
|
8330 AC_REQUIRE([AC_PROG_INSTALL])dnl
|
cannam@89
|
8331 if test "`cd $srcdir && pwd`" != "`pwd`"; then
|
cannam@89
|
8332 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
|
cannam@89
|
8333 # is not polluted with repeated "-I."
|
cannam@89
|
8334 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
|
cannam@89
|
8335 # test to see if srcdir already configured
|
cannam@89
|
8336 if test -f $srcdir/config.status; then
|
cannam@89
|
8337 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
|
cannam@89
|
8338 fi
|
cannam@89
|
8339 fi
|
cannam@89
|
8340
|
cannam@89
|
8341 # test whether we have cygpath
|
cannam@89
|
8342 if test -z "$CYGPATH_W"; then
|
cannam@89
|
8343 if (cygpath --version) >/dev/null 2>/dev/null; then
|
cannam@89
|
8344 CYGPATH_W='cygpath -w'
|
cannam@89
|
8345 else
|
cannam@89
|
8346 CYGPATH_W=echo
|
cannam@89
|
8347 fi
|
cannam@89
|
8348 fi
|
cannam@89
|
8349 AC_SUBST([CYGPATH_W])
|
cannam@89
|
8350
|
cannam@89
|
8351 # Define the identity of the package.
|
cannam@89
|
8352 dnl Distinguish between old-style and new-style calls.
|
cannam@89
|
8353 m4_ifval([$2],
|
cannam@89
|
8354 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
|
cannam@89
|
8355 AC_SUBST([PACKAGE], [$1])dnl
|
cannam@89
|
8356 AC_SUBST([VERSION], [$2])],
|
cannam@89
|
8357 [_AM_SET_OPTIONS([$1])dnl
|
cannam@89
|
8358 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
cannam@89
|
8359 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
|
cannam@89
|
8360 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
|
cannam@89
|
8361 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
|
cannam@89
|
8362 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
|
cannam@89
|
8363
|
cannam@89
|
8364 _AM_IF_OPTION([no-define],,
|
cannam@89
|
8365 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
|
cannam@89
|
8366 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
|
cannam@89
|
8367
|
cannam@89
|
8368 # Some tools Automake needs.
|
cannam@89
|
8369 AC_REQUIRE([AM_SANITY_CHECK])dnl
|
cannam@89
|
8370 AC_REQUIRE([AC_ARG_PROGRAM])dnl
|
cannam@89
|
8371 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
|
cannam@89
|
8372 AM_MISSING_PROG(AUTOCONF, autoconf)
|
cannam@89
|
8373 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
|
cannam@89
|
8374 AM_MISSING_PROG(AUTOHEADER, autoheader)
|
cannam@89
|
8375 AM_MISSING_PROG(MAKEINFO, makeinfo)
|
cannam@89
|
8376 AM_PROG_INSTALL_SH
|
cannam@89
|
8377 AM_PROG_INSTALL_STRIP
|
cannam@89
|
8378 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
|
cannam@89
|
8379 # We need awk for the "check" target. The system "awk" is bad on
|
cannam@89
|
8380 # some platforms.
|
cannam@89
|
8381 AC_REQUIRE([AC_PROG_AWK])dnl
|
cannam@89
|
8382 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
|
cannam@89
|
8383 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
|
cannam@89
|
8384 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
|
cannam@89
|
8385 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
|
cannam@89
|
8386 [_AM_PROG_TAR([v7])])])
|
cannam@89
|
8387 _AM_IF_OPTION([no-dependencies],,
|
cannam@89
|
8388 [AC_PROVIDE_IFELSE([AC_PROG_CC],
|
cannam@89
|
8389 [_AM_DEPENDENCIES(CC)],
|
cannam@89
|
8390 [define([AC_PROG_CC],
|
cannam@89
|
8391 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
|
cannam@89
|
8392 AC_PROVIDE_IFELSE([AC_PROG_CXX],
|
cannam@89
|
8393 [_AM_DEPENDENCIES(CXX)],
|
cannam@89
|
8394 [define([AC_PROG_CXX],
|
cannam@89
|
8395 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
|
cannam@89
|
8396 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
|
cannam@89
|
8397 [_AM_DEPENDENCIES(OBJC)],
|
cannam@89
|
8398 [define([AC_PROG_OBJC],
|
cannam@89
|
8399 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
|
cannam@89
|
8400 ])
|
cannam@89
|
8401 ])
|
cannam@89
|
8402
|
cannam@89
|
8403
|
cannam@89
|
8404 # When config.status generates a header, we must update the stamp-h file.
|
cannam@89
|
8405 # This file resides in the same directory as the config header
|
cannam@89
|
8406 # that is generated. The stamp files are numbered to have different names.
|
cannam@89
|
8407
|
cannam@89
|
8408 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
|
cannam@89
|
8409 # loop where config.status creates the headers, so we can generate
|
cannam@89
|
8410 # our stamp files there.
|
cannam@89
|
8411 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
|
cannam@89
|
8412 [# Compute $1's index in $config_headers.
|
cannam@89
|
8413 _am_arg=$1
|
cannam@89
|
8414 _am_stamp_count=1
|
cannam@89
|
8415 for _am_header in $config_headers :; do
|
cannam@89
|
8416 case $_am_header in
|
cannam@89
|
8417 $_am_arg | $_am_arg:* )
|
cannam@89
|
8418 break ;;
|
cannam@89
|
8419 * )
|
cannam@89
|
8420 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
|
cannam@89
|
8421 esac
|
cannam@89
|
8422 done
|
cannam@89
|
8423 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
|
cannam@89
|
8424
|
cannam@89
|
8425 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
|
cannam@89
|
8426 #
|
cannam@89
|
8427 # This file is free software; the Free Software Foundation
|
cannam@89
|
8428 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
8429 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8430
|
cannam@89
|
8431 # AM_PROG_INSTALL_SH
|
cannam@89
|
8432 # ------------------
|
cannam@89
|
8433 # Define $install_sh.
|
cannam@89
|
8434 AC_DEFUN([AM_PROG_INSTALL_SH],
|
cannam@89
|
8435 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
cannam@89
|
8436 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
|
cannam@89
|
8437 AC_SUBST(install_sh)])
|
cannam@89
|
8438
|
cannam@89
|
8439 # Copyright (C) 2003, 2005 Free Software Foundation, Inc.
|
cannam@89
|
8440 #
|
cannam@89
|
8441 # This file is free software; the Free Software Foundation
|
cannam@89
|
8442 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
8443 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8444
|
cannam@89
|
8445 # serial 2
|
cannam@89
|
8446
|
cannam@89
|
8447 # Check whether the underlying file-system supports filenames
|
cannam@89
|
8448 # with a leading dot. For instance MS-DOS doesn't.
|
cannam@89
|
8449 AC_DEFUN([AM_SET_LEADING_DOT],
|
cannam@89
|
8450 [rm -rf .tst 2>/dev/null
|
cannam@89
|
8451 mkdir .tst 2>/dev/null
|
cannam@89
|
8452 if test -d .tst; then
|
cannam@89
|
8453 am__leading_dot=.
|
cannam@89
|
8454 else
|
cannam@89
|
8455 am__leading_dot=_
|
cannam@89
|
8456 fi
|
cannam@89
|
8457 rmdir .tst 2>/dev/null
|
cannam@89
|
8458 AC_SUBST([am__leading_dot])])
|
cannam@89
|
8459
|
cannam@89
|
8460 # Check to see how 'make' treats includes. -*- Autoconf -*-
|
cannam@89
|
8461
|
cannam@89
|
8462 # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
|
cannam@89
|
8463 #
|
cannam@89
|
8464 # This file is free software; the Free Software Foundation
|
cannam@89
|
8465 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
8466 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8467
|
cannam@89
|
8468 # serial 3
|
cannam@89
|
8469
|
cannam@89
|
8470 # AM_MAKE_INCLUDE()
|
cannam@89
|
8471 # -----------------
|
cannam@89
|
8472 # Check to see how make treats includes.
|
cannam@89
|
8473 AC_DEFUN([AM_MAKE_INCLUDE],
|
cannam@89
|
8474 [am_make=${MAKE-make}
|
cannam@89
|
8475 cat > confinc << 'END'
|
cannam@89
|
8476 am__doit:
|
cannam@89
|
8477 @echo done
|
cannam@89
|
8478 .PHONY: am__doit
|
cannam@89
|
8479 END
|
cannam@89
|
8480 # If we don't find an include directive, just comment out the code.
|
cannam@89
|
8481 AC_MSG_CHECKING([for style of include used by $am_make])
|
cannam@89
|
8482 am__include="#"
|
cannam@89
|
8483 am__quote=
|
cannam@89
|
8484 _am_result=none
|
cannam@89
|
8485 # First try GNU make style include.
|
cannam@89
|
8486 echo "include confinc" > confmf
|
cannam@89
|
8487 # We grep out `Entering directory' and `Leaving directory'
|
cannam@89
|
8488 # messages which can occur if `w' ends up in MAKEFLAGS.
|
cannam@89
|
8489 # In particular we don't look at `^make:' because GNU make might
|
cannam@89
|
8490 # be invoked under some other name (usually "gmake"), in which
|
cannam@89
|
8491 # case it prints its new name instead of `make'.
|
cannam@89
|
8492 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
|
cannam@89
|
8493 am__include=include
|
cannam@89
|
8494 am__quote=
|
cannam@89
|
8495 _am_result=GNU
|
cannam@89
|
8496 fi
|
cannam@89
|
8497 # Now try BSD make style include.
|
cannam@89
|
8498 if test "$am__include" = "#"; then
|
cannam@89
|
8499 echo '.include "confinc"' > confmf
|
cannam@89
|
8500 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
|
cannam@89
|
8501 am__include=.include
|
cannam@89
|
8502 am__quote="\""
|
cannam@89
|
8503 _am_result=BSD
|
cannam@89
|
8504 fi
|
cannam@89
|
8505 fi
|
cannam@89
|
8506 AC_SUBST([am__include])
|
cannam@89
|
8507 AC_SUBST([am__quote])
|
cannam@89
|
8508 AC_MSG_RESULT([$_am_result])
|
cannam@89
|
8509 rm -f confinc confmf
|
cannam@89
|
8510 ])
|
cannam@89
|
8511
|
cannam@89
|
8512 # Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005
|
cannam@89
|
8513 # Free Software Foundation, Inc.
|
cannam@89
|
8514 #
|
cannam@89
|
8515 # This file is free software; the Free Software Foundation
|
cannam@89
|
8516 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
8517 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8518
|
cannam@89
|
8519 # serial 5
|
cannam@89
|
8520
|
cannam@89
|
8521 # AM_PROG_CC_C_O
|
cannam@89
|
8522 # --------------
|
cannam@89
|
8523 # Like AC_PROG_CC_C_O, but changed for automake.
|
cannam@89
|
8524 AC_DEFUN([AM_PROG_CC_C_O],
|
cannam@89
|
8525 [AC_REQUIRE([AC_PROG_CC_C_O])dnl
|
cannam@89
|
8526 AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
cannam@89
|
8527 AC_REQUIRE_AUX_FILE([compile])dnl
|
cannam@89
|
8528 # FIXME: we rely on the cache variable name because
|
cannam@89
|
8529 # there is no other way.
|
cannam@89
|
8530 set dummy $CC
|
cannam@89
|
8531 ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
|
cannam@89
|
8532 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
|
cannam@89
|
8533 # Losing compiler, so override with the script.
|
cannam@89
|
8534 # FIXME: It is wrong to rewrite CC.
|
cannam@89
|
8535 # But if we don't then we get into trouble of one sort or another.
|
cannam@89
|
8536 # A longer-term fix would be to have automake use am__CC in this case,
|
cannam@89
|
8537 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
|
cannam@89
|
8538 CC="$am_aux_dir/compile $CC"
|
cannam@89
|
8539 fi
|
cannam@89
|
8540 dnl Make sure AC_PROG_CC is never called again, or it will override our
|
cannam@89
|
8541 dnl setting of CC.
|
cannam@89
|
8542 m4_define([AC_PROG_CC],
|
cannam@89
|
8543 [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
|
cannam@89
|
8544 ])
|
cannam@89
|
8545
|
cannam@89
|
8546 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
|
cannam@89
|
8547
|
cannam@89
|
8548 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
|
cannam@89
|
8549 # Free Software Foundation, Inc.
|
cannam@89
|
8550 #
|
cannam@89
|
8551 # This file is free software; the Free Software Foundation
|
cannam@89
|
8552 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
8553 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8554
|
cannam@89
|
8555 # serial 5
|
cannam@89
|
8556
|
cannam@89
|
8557 # AM_MISSING_PROG(NAME, PROGRAM)
|
cannam@89
|
8558 # ------------------------------
|
cannam@89
|
8559 AC_DEFUN([AM_MISSING_PROG],
|
cannam@89
|
8560 [AC_REQUIRE([AM_MISSING_HAS_RUN])
|
cannam@89
|
8561 $1=${$1-"${am_missing_run}$2"}
|
cannam@89
|
8562 AC_SUBST($1)])
|
cannam@89
|
8563
|
cannam@89
|
8564
|
cannam@89
|
8565 # AM_MISSING_HAS_RUN
|
cannam@89
|
8566 # ------------------
|
cannam@89
|
8567 # Define MISSING if not defined so far and test if it supports --run.
|
cannam@89
|
8568 # If it does, set am_missing_run to use it, otherwise, to nothing.
|
cannam@89
|
8569 AC_DEFUN([AM_MISSING_HAS_RUN],
|
cannam@89
|
8570 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
cannam@89
|
8571 AC_REQUIRE_AUX_FILE([missing])dnl
|
cannam@89
|
8572 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
|
cannam@89
|
8573 # Use eval to expand $SHELL
|
cannam@89
|
8574 if eval "$MISSING --run true"; then
|
cannam@89
|
8575 am_missing_run="$MISSING --run "
|
cannam@89
|
8576 else
|
cannam@89
|
8577 am_missing_run=
|
cannam@89
|
8578 AC_MSG_WARN([`missing' script is too old or missing])
|
cannam@89
|
8579 fi
|
cannam@89
|
8580 ])
|
cannam@89
|
8581
|
cannam@89
|
8582 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
cannam@89
|
8583 #
|
cannam@89
|
8584 # This file is free software; the Free Software Foundation
|
cannam@89
|
8585 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
8586 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8587
|
cannam@89
|
8588 # AM_PROG_MKDIR_P
|
cannam@89
|
8589 # ---------------
|
cannam@89
|
8590 # Check for `mkdir -p'.
|
cannam@89
|
8591 AC_DEFUN([AM_PROG_MKDIR_P],
|
cannam@89
|
8592 [AC_PREREQ([2.60])dnl
|
cannam@89
|
8593 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
|
cannam@89
|
8594 dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
|
cannam@89
|
8595 dnl while keeping a definition of mkdir_p for backward compatibility.
|
cannam@89
|
8596 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
|
cannam@89
|
8597 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
|
cannam@89
|
8598 dnl Makefile.ins that do not define MKDIR_P, so we do our own
|
cannam@89
|
8599 dnl adjustment using top_builddir (which is defined more often than
|
cannam@89
|
8600 dnl MKDIR_P).
|
cannam@89
|
8601 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
|
cannam@89
|
8602 case $mkdir_p in
|
cannam@89
|
8603 [[\\/$]]* | ?:[[\\/]]*) ;;
|
cannam@89
|
8604 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
|
cannam@89
|
8605 esac
|
cannam@89
|
8606 ])
|
cannam@89
|
8607
|
cannam@89
|
8608 # Helper functions for option handling. -*- Autoconf -*-
|
cannam@89
|
8609
|
cannam@89
|
8610 # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
|
cannam@89
|
8611 #
|
cannam@89
|
8612 # This file is free software; the Free Software Foundation
|
cannam@89
|
8613 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
8614 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8615
|
cannam@89
|
8616 # serial 3
|
cannam@89
|
8617
|
cannam@89
|
8618 # _AM_MANGLE_OPTION(NAME)
|
cannam@89
|
8619 # -----------------------
|
cannam@89
|
8620 AC_DEFUN([_AM_MANGLE_OPTION],
|
cannam@89
|
8621 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
|
cannam@89
|
8622
|
cannam@89
|
8623 # _AM_SET_OPTION(NAME)
|
cannam@89
|
8624 # ------------------------------
|
cannam@89
|
8625 # Set option NAME. Presently that only means defining a flag for this option.
|
cannam@89
|
8626 AC_DEFUN([_AM_SET_OPTION],
|
cannam@89
|
8627 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
|
cannam@89
|
8628
|
cannam@89
|
8629 # _AM_SET_OPTIONS(OPTIONS)
|
cannam@89
|
8630 # ----------------------------------
|
cannam@89
|
8631 # OPTIONS is a space-separated list of Automake options.
|
cannam@89
|
8632 AC_DEFUN([_AM_SET_OPTIONS],
|
cannam@89
|
8633 [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
|
cannam@89
|
8634
|
cannam@89
|
8635 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
|
cannam@89
|
8636 # -------------------------------------------
|
cannam@89
|
8637 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
|
cannam@89
|
8638 AC_DEFUN([_AM_IF_OPTION],
|
cannam@89
|
8639 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
|
cannam@89
|
8640
|
cannam@89
|
8641 # Check to make sure that the build environment is sane. -*- Autoconf -*-
|
cannam@89
|
8642
|
cannam@89
|
8643 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
|
cannam@89
|
8644 # Free Software Foundation, Inc.
|
cannam@89
|
8645 #
|
cannam@89
|
8646 # This file is free software; the Free Software Foundation
|
cannam@89
|
8647 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
8648 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8649
|
cannam@89
|
8650 # serial 4
|
cannam@89
|
8651
|
cannam@89
|
8652 # AM_SANITY_CHECK
|
cannam@89
|
8653 # ---------------
|
cannam@89
|
8654 AC_DEFUN([AM_SANITY_CHECK],
|
cannam@89
|
8655 [AC_MSG_CHECKING([whether build environment is sane])
|
cannam@89
|
8656 # Just in case
|
cannam@89
|
8657 sleep 1
|
cannam@89
|
8658 echo timestamp > conftest.file
|
cannam@89
|
8659 # Do `set' in a subshell so we don't clobber the current shell's
|
cannam@89
|
8660 # arguments. Must try -L first in case configure is actually a
|
cannam@89
|
8661 # symlink; some systems play weird games with the mod time of symlinks
|
cannam@89
|
8662 # (eg FreeBSD returns the mod time of the symlink's containing
|
cannam@89
|
8663 # directory).
|
cannam@89
|
8664 if (
|
cannam@89
|
8665 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
|
cannam@89
|
8666 if test "$[*]" = "X"; then
|
cannam@89
|
8667 # -L didn't work.
|
cannam@89
|
8668 set X `ls -t $srcdir/configure conftest.file`
|
cannam@89
|
8669 fi
|
cannam@89
|
8670 rm -f conftest.file
|
cannam@89
|
8671 if test "$[*]" != "X $srcdir/configure conftest.file" \
|
cannam@89
|
8672 && test "$[*]" != "X conftest.file $srcdir/configure"; then
|
cannam@89
|
8673
|
cannam@89
|
8674 # If neither matched, then we have a broken ls. This can happen
|
cannam@89
|
8675 # if, for instance, CONFIG_SHELL is bash and it inherits a
|
cannam@89
|
8676 # broken ls alias from the environment. This has actually
|
cannam@89
|
8677 # happened. Such a system could not be considered "sane".
|
cannam@89
|
8678 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
|
cannam@89
|
8679 alias in your environment])
|
cannam@89
|
8680 fi
|
cannam@89
|
8681
|
cannam@89
|
8682 test "$[2]" = conftest.file
|
cannam@89
|
8683 )
|
cannam@89
|
8684 then
|
cannam@89
|
8685 # Ok.
|
cannam@89
|
8686 :
|
cannam@89
|
8687 else
|
cannam@89
|
8688 AC_MSG_ERROR([newly created file is older than distributed files!
|
cannam@89
|
8689 Check your system clock])
|
cannam@89
|
8690 fi
|
cannam@89
|
8691 AC_MSG_RESULT(yes)])
|
cannam@89
|
8692
|
cannam@89
|
8693 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
|
cannam@89
|
8694 #
|
cannam@89
|
8695 # This file is free software; the Free Software Foundation
|
cannam@89
|
8696 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
8697 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8698
|
cannam@89
|
8699 # AM_PROG_INSTALL_STRIP
|
cannam@89
|
8700 # ---------------------
|
cannam@89
|
8701 # One issue with vendor `install' (even GNU) is that you can't
|
cannam@89
|
8702 # specify the program used to strip binaries. This is especially
|
cannam@89
|
8703 # annoying in cross-compiling environments, where the build's strip
|
cannam@89
|
8704 # is unlikely to handle the host's binaries.
|
cannam@89
|
8705 # Fortunately install-sh will honor a STRIPPROG variable, so we
|
cannam@89
|
8706 # always use install-sh in `make install-strip', and initialize
|
cannam@89
|
8707 # STRIPPROG with the value of the STRIP variable (set by the user).
|
cannam@89
|
8708 AC_DEFUN([AM_PROG_INSTALL_STRIP],
|
cannam@89
|
8709 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
|
cannam@89
|
8710 # Installed binaries are usually stripped using `strip' when the user
|
cannam@89
|
8711 # run `make install-strip'. However `strip' might not be the right
|
cannam@89
|
8712 # tool to use in cross-compilation environments, therefore Automake
|
cannam@89
|
8713 # will honor the `STRIP' environment variable to overrule this program.
|
cannam@89
|
8714 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
|
cannam@89
|
8715 if test "$cross_compiling" != no; then
|
cannam@89
|
8716 AC_CHECK_TOOL([STRIP], [strip], :)
|
cannam@89
|
8717 fi
|
cannam@89
|
8718 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
|
cannam@89
|
8719 AC_SUBST([INSTALL_STRIP_PROGRAM])])
|
cannam@89
|
8720
|
cannam@89
|
8721 # Copyright (C) 2006 Free Software Foundation, Inc.
|
cannam@89
|
8722 #
|
cannam@89
|
8723 # This file is free software; the Free Software Foundation
|
cannam@89
|
8724 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
8725 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8726
|
cannam@89
|
8727 # _AM_SUBST_NOTMAKE(VARIABLE)
|
cannam@89
|
8728 # ---------------------------
|
cannam@89
|
8729 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
|
cannam@89
|
8730 # This macro is traced by Automake.
|
cannam@89
|
8731 AC_DEFUN([_AM_SUBST_NOTMAKE])
|
cannam@89
|
8732
|
cannam@89
|
8733 # Check how to create a tarball. -*- Autoconf -*-
|
cannam@89
|
8734
|
cannam@89
|
8735 # Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
cannam@89
|
8736 #
|
cannam@89
|
8737 # This file is free software; the Free Software Foundation
|
cannam@89
|
8738 # gives unlimited permission to copy and/or distribute it,
|
cannam@89
|
8739 # with or without modifications, as long as this notice is preserved.
|
cannam@89
|
8740
|
cannam@89
|
8741 # serial 2
|
cannam@89
|
8742
|
cannam@89
|
8743 # _AM_PROG_TAR(FORMAT)
|
cannam@89
|
8744 # --------------------
|
cannam@89
|
8745 # Check how to create a tarball in format FORMAT.
|
cannam@89
|
8746 # FORMAT should be one of `v7', `ustar', or `pax'.
|
cannam@89
|
8747 #
|
cannam@89
|
8748 # Substitute a variable $(am__tar) that is a command
|
cannam@89
|
8749 # writing to stdout a FORMAT-tarball containing the directory
|
cannam@89
|
8750 # $tardir.
|
cannam@89
|
8751 # tardir=directory && $(am__tar) > result.tar
|
cannam@89
|
8752 #
|
cannam@89
|
8753 # Substitute a variable $(am__untar) that extract such
|
cannam@89
|
8754 # a tarball read from stdin.
|
cannam@89
|
8755 # $(am__untar) < result.tar
|
cannam@89
|
8756 AC_DEFUN([_AM_PROG_TAR],
|
cannam@89
|
8757 [# Always define AMTAR for backward compatibility.
|
cannam@89
|
8758 AM_MISSING_PROG([AMTAR], [tar])
|
cannam@89
|
8759 m4_if([$1], [v7],
|
cannam@89
|
8760 [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
|
cannam@89
|
8761 [m4_case([$1], [ustar],, [pax],,
|
cannam@89
|
8762 [m4_fatal([Unknown tar format])])
|
cannam@89
|
8763 AC_MSG_CHECKING([how to create a $1 tar archive])
|
cannam@89
|
8764 # Loop over all known methods to create a tar archive until one works.
|
cannam@89
|
8765 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
|
cannam@89
|
8766 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
|
cannam@89
|
8767 # Do not fold the above two line into one, because Tru64 sh and
|
cannam@89
|
8768 # Solaris sh will not grok spaces in the rhs of `-'.
|
cannam@89
|
8769 for _am_tool in $_am_tools
|
cannam@89
|
8770 do
|
cannam@89
|
8771 case $_am_tool in
|
cannam@89
|
8772 gnutar)
|
cannam@89
|
8773 for _am_tar in tar gnutar gtar;
|
cannam@89
|
8774 do
|
cannam@89
|
8775 AM_RUN_LOG([$_am_tar --version]) && break
|
cannam@89
|
8776 done
|
cannam@89
|
8777 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
|
cannam@89
|
8778 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
|
cannam@89
|
8779 am__untar="$_am_tar -xf -"
|
cannam@89
|
8780 ;;
|
cannam@89
|
8781 plaintar)
|
cannam@89
|
8782 # Must skip GNU tar: if it does not support --format= it doesn't create
|
cannam@89
|
8783 # ustar tarball either.
|
cannam@89
|
8784 (tar --version) >/dev/null 2>&1 && continue
|
cannam@89
|
8785 am__tar='tar chf - "$$tardir"'
|
cannam@89
|
8786 am__tar_='tar chf - "$tardir"'
|
cannam@89
|
8787 am__untar='tar xf -'
|
cannam@89
|
8788 ;;
|
cannam@89
|
8789 pax)
|
cannam@89
|
8790 am__tar='pax -L -x $1 -w "$$tardir"'
|
cannam@89
|
8791 am__tar_='pax -L -x $1 -w "$tardir"'
|
cannam@89
|
8792 am__untar='pax -r'
|
cannam@89
|
8793 ;;
|
cannam@89
|
8794 cpio)
|
cannam@89
|
8795 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
|
cannam@89
|
8796 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
|
cannam@89
|
8797 am__untar='cpio -i -H $1 -d'
|
cannam@89
|
8798 ;;
|
cannam@89
|
8799 none)
|
cannam@89
|
8800 am__tar=false
|
cannam@89
|
8801 am__tar_=false
|
cannam@89
|
8802 am__untar=false
|
cannam@89
|
8803 ;;
|
cannam@89
|
8804 esac
|
cannam@89
|
8805
|
cannam@89
|
8806 # If the value was cached, stop now. We just wanted to have am__tar
|
cannam@89
|
8807 # and am__untar set.
|
cannam@89
|
8808 test -n "${am_cv_prog_tar_$1}" && break
|
cannam@89
|
8809
|
cannam@89
|
8810 # tar/untar a dummy directory, and stop if the command works
|
cannam@89
|
8811 rm -rf conftest.dir
|
cannam@89
|
8812 mkdir conftest.dir
|
cannam@89
|
8813 echo GrepMe > conftest.dir/file
|
cannam@89
|
8814 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
|
cannam@89
|
8815 rm -rf conftest.dir
|
cannam@89
|
8816 if test -s conftest.tar; then
|
cannam@89
|
8817 AM_RUN_LOG([$am__untar <conftest.tar])
|
cannam@89
|
8818 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
|
cannam@89
|
8819 fi
|
cannam@89
|
8820 done
|
cannam@89
|
8821 rm -rf conftest.dir
|
cannam@89
|
8822
|
cannam@89
|
8823 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
|
cannam@89
|
8824 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
|
cannam@89
|
8825 AC_SUBST([am__tar])
|
cannam@89
|
8826 AC_SUBST([am__untar])
|
cannam@89
|
8827 ]) # _AM_PROG_TAR
|
cannam@89
|
8828
|