~ubuntu-branches/ubuntu/saucy/pixman/saucy-security

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2009-09-28 18:12:47 UTC
  • mfrom: (1.1.8 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090928181247-3iehog63i50htejf
Tags: 0.16.2-1
* New upstream release (closes: #546849).
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.10.2 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
4
# 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
13
13
 
14
14
m4_ifndef([AC_AUTOCONF_VERSION],
15
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16
 
m4_if(AC_AUTOCONF_VERSION, [2.63],,
 
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
17
17
[m4_warning([this file was generated for autoconf 2.63.
18
18
You have another version of autoconf.  It may work, but is not guaranteed to.
19
19
If you have problems, you may need to regenerate the build system entirely.
20
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])
21
21
 
22
22
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
23
 
 
24
 
# serial 52 AC_PROG_LIBTOOL
25
 
 
26
 
 
27
 
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
28
 
# -----------------------------------------------------------
29
 
# If this macro is not defined by Autoconf, define it here.
30
 
m4_ifdef([AC_PROVIDE_IFELSE],
31
 
         [],
32
 
         [m4_define([AC_PROVIDE_IFELSE],
33
 
                 [m4_ifdef([AC_PROVIDE_$1],
34
 
                           [$2], [$3])])])
35
 
 
36
 
 
37
 
# AC_PROG_LIBTOOL
38
 
# ---------------
39
 
AC_DEFUN([AC_PROG_LIBTOOL],
40
 
[AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
41
 
dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
42
 
dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
43
 
  AC_PROVIDE_IFELSE([AC_PROG_CXX],
44
 
    [AC_LIBTOOL_CXX],
45
 
    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
46
 
  ])])
47
 
dnl And a similar setup for Fortran 77 support
48
 
  AC_PROVIDE_IFELSE([AC_PROG_F77],
49
 
    [AC_LIBTOOL_F77],
50
 
    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
51
 
])])
52
 
 
53
 
dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
54
 
dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run
55
 
dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
56
 
  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
57
 
    [AC_LIBTOOL_GCJ],
58
 
    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
59
 
      [AC_LIBTOOL_GCJ],
60
 
      [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
61
 
        [AC_LIBTOOL_GCJ],
62
 
      [ifdef([AC_PROG_GCJ],
63
 
             [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
64
 
       ifdef([A][M_PROG_GCJ],
65
 
             [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
66
 
       ifdef([LT_AC_PROG_GCJ],
67
 
             [define([LT_AC_PROG_GCJ],
68
 
                defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
69
 
])])# AC_PROG_LIBTOOL
70
 
 
71
 
 
72
 
# _AC_PROG_LIBTOOL
73
 
# ----------------
74
 
AC_DEFUN([_AC_PROG_LIBTOOL],
75
 
[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
76
 
AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
77
 
AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
78
 
AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
 
23
#
 
24
#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 
25
#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
26
#   Written by Gordon Matzigkeit, 1996
 
27
#
 
28
# This file is free software; the Free Software Foundation gives
 
29
# unlimited permission to copy and/or distribute it, with or without
 
30
# modifications, as long as this notice is preserved.
 
31
 
 
32
m4_define([_LT_COPYING], [dnl
 
33
#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 
34
#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
35
#   Written by Gordon Matzigkeit, 1996
 
36
#
 
37
#   This file is part of GNU Libtool.
 
38
#
 
39
# GNU Libtool is free software; you can redistribute it and/or
 
40
# modify it under the terms of the GNU General Public License as
 
41
# published by the Free Software Foundation; either version 2 of
 
42
# the License, or (at your option) any later version.
 
43
#
 
44
# As a special exception to the GNU General Public License,
 
45
# if you distribute this file as part of a program or library that
 
46
# is built using GNU Libtool, you may include this file under the
 
47
# same distribution terms that you use for the rest of that program.
 
48
#
 
49
# GNU Libtool is distributed in the hope that it will be useful,
 
50
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
51
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
52
# GNU General Public License for more details.
 
53
#
 
54
# You should have received a copy of the GNU General Public License
 
55
# along with GNU Libtool; see the file COPYING.  If not, a copy
 
56
# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
 
57
# obtained by writing to the Free Software Foundation, Inc.,
 
58
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
59
])
 
60
 
 
61
# serial 56 LT_INIT
 
62
 
 
63
 
 
64
# LT_PREREQ(VERSION)
 
65
# ------------------
 
66
# Complain and exit if this libtool version is less that VERSION.
 
67
m4_defun([LT_PREREQ],
 
68
[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
 
69
       [m4_default([$3],
 
70
                   [m4_fatal([Libtool version $1 or higher is required],
 
71
                             63)])],
 
72
       [$2])])
 
73
 
 
74
 
 
75
# _LT_CHECK_BUILDDIR
 
76
# ------------------
 
77
# Complain if the absolute build directory name contains unusual characters
 
78
m4_defun([_LT_CHECK_BUILDDIR],
 
79
[case `pwd` in
 
80
  *\ * | *\     *)
 
81
    AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
 
82
esac
 
83
])
 
84
 
 
85
 
 
86
# LT_INIT([OPTIONS])
 
87
# ------------------
 
88
AC_DEFUN([LT_INIT],
 
89
[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
 
90
AC_BEFORE([$0], [LT_LANG])dnl
 
91
AC_BEFORE([$0], [LT_OUTPUT])dnl
 
92
AC_BEFORE([$0], [LTDL_INIT])dnl
 
93
m4_require([_LT_CHECK_BUILDDIR])dnl
 
94
 
 
95
dnl Autoconf doesn't catch unexpanded LT_ macros by default:
 
96
m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
 
97
m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
 
98
dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
 
99
dnl unless we require an AC_DEFUNed macro:
 
100
AC_REQUIRE([LTOPTIONS_VERSION])dnl
 
101
AC_REQUIRE([LTSUGAR_VERSION])dnl
 
102
AC_REQUIRE([LTVERSION_VERSION])dnl
 
103
AC_REQUIRE([LTOBSOLETE_VERSION])dnl
 
104
m4_require([_LT_PROG_LTMAIN])dnl
 
105
 
 
106
dnl Parse OPTIONS
 
107
_LT_SET_OPTIONS([$0], [$1])
79
108
 
80
109
# This can be used to rebuild libtool when needed
81
 
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
 
110
LIBTOOL_DEPS="$ltmain"
82
111
 
83
112
# Always use our own libtool.
84
113
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
85
114
AC_SUBST(LIBTOOL)dnl
86
115
 
87
 
# Prevent multiple expansion
88
 
define([AC_PROG_LIBTOOL], [])
89
 
])# _AC_PROG_LIBTOOL
90
 
 
91
 
 
92
 
# AC_LIBTOOL_SETUP
93
 
# ----------------
94
 
AC_DEFUN([AC_LIBTOOL_SETUP],
95
 
[AC_PREREQ(2.50)dnl
96
 
AC_REQUIRE([AC_ENABLE_SHARED])dnl
97
 
AC_REQUIRE([AC_ENABLE_STATIC])dnl
98
 
AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
99
 
AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
116
_LT_SETUP
 
117
 
 
118
# Only expand once:
 
119
m4_define([LT_INIT])
 
120
])# LT_INIT
 
121
 
 
122
# Old names:
 
123
AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
 
124
AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
 
125
dnl aclocal-1.4 backwards compatibility:
 
126
dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
 
127
dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
 
128
 
 
129
 
 
130
# _LT_CC_BASENAME(CC)
 
131
# -------------------
 
132
# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
 
133
m4_defun([_LT_CC_BASENAME],
 
134
[for cc_temp in $1""; do
 
135
  case $cc_temp in
 
136
    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
 
137
    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
 
138
    \-*) ;;
 
139
    *) break;;
 
140
  esac
 
141
done
 
142
cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
143
])
 
144
 
 
145
 
 
146
# _LT_FILEUTILS_DEFAULTS
 
147
# ----------------------
 
148
# It is okay to use these file commands and assume they have been set
 
149
# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
 
150
m4_defun([_LT_FILEUTILS_DEFAULTS],
 
151
[: ${CP="cp -f"}
 
152
: ${MV="mv -f"}
 
153
: ${RM="rm -f"}
 
154
])# _LT_FILEUTILS_DEFAULTS
 
155
 
 
156
 
 
157
# _LT_SETUP
 
158
# ---------
 
159
m4_defun([_LT_SETUP],
 
160
[AC_REQUIRE([AC_CANONICAL_HOST])dnl
100
161
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
162
_LT_DECL([], [host_alias], [0], [The host system])dnl
 
163
_LT_DECL([], [host], [0])dnl
 
164
_LT_DECL([], [host_os], [0])dnl
 
165
dnl
 
166
_LT_DECL([], [build_alias], [0], [The build system])dnl
 
167
_LT_DECL([], [build], [0])dnl
 
168
_LT_DECL([], [build_os], [0])dnl
 
169
dnl
101
170
AC_REQUIRE([AC_PROG_CC])dnl
102
 
AC_REQUIRE([AC_PROG_LD])dnl
103
 
AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
104
 
AC_REQUIRE([AC_PROG_NM])dnl
105
 
 
 
171
AC_REQUIRE([LT_PATH_LD])dnl
 
172
AC_REQUIRE([LT_PATH_NM])dnl
 
173
dnl
106
174
AC_REQUIRE([AC_PROG_LN_S])dnl
107
 
AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
108
 
# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
109
 
AC_REQUIRE([AC_OBJEXT])dnl
110
 
AC_REQUIRE([AC_EXEEXT])dnl
111
 
dnl
112
 
AC_LIBTOOL_SYS_MAX_CMD_LEN
113
 
AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
114
 
AC_LIBTOOL_OBJDIR
115
 
 
116
 
AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
117
 
_LT_AC_PROG_ECHO_BACKSLASH
 
175
test -z "$LN_S" && LN_S="ln -s"
 
176
_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
 
177
dnl
 
178
AC_REQUIRE([LT_CMD_MAX_LEN])dnl
 
179
_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
 
180
_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
 
181
dnl
 
182
m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
183
m4_require([_LT_CHECK_SHELL_FEATURES])dnl
 
184
m4_require([_LT_CMD_RELOAD])dnl
 
185
m4_require([_LT_CHECK_MAGIC_METHOD])dnl
 
186
m4_require([_LT_CMD_OLD_ARCHIVE])dnl
 
187
m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
 
188
 
 
189
_LT_CONFIG_LIBTOOL_INIT([
 
190
# See if we are running on zsh, and set the options which allow our
 
191
# commands through without removal of \ escapes INIT.
 
192
if test -n "\${ZSH_VERSION+set}" ; then
 
193
   setopt NO_GLOB_SUBST
 
194
fi
 
195
])
 
196
if test -n "${ZSH_VERSION+set}" ; then
 
197
   setopt NO_GLOB_SUBST
 
198
fi
 
199
 
 
200
_LT_CHECK_OBJDIR
 
201
 
 
202
m4_require([_LT_TAG_COMPILER])dnl
 
203
_LT_PROG_ECHO_BACKSLASH
118
204
 
119
205
case $host_os in
120
206
aix3*)
130
216
 
131
217
# Sed substitution that helps us do robust quoting.  It backslashifies
132
218
# metacharacters that are still active within double-quoted strings.
133
 
Xsed='sed -e 1s/^X//'
134
 
[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
 
219
sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
135
220
 
136
221
# Same as above, but do not quote variable references.
137
 
[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
 
222
double_quote_subst='s/\([["`\\]]\)/\\\1/g'
138
223
 
139
224
# Sed substitution to delay expansion of an escaped shell variable in a
140
225
# double_quote_subst'ed string.
141
226
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
142
227
 
 
228
# Sed substitution to delay expansion of an escaped single quote.
 
229
delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
 
230
 
143
231
# Sed substitution to avoid accidental globbing in evaled expressions
144
232
no_glob_subst='s/\*/\\\*/g'
145
233
 
146
 
# Constants:
147
 
rm="rm -f"
148
 
 
149
234
# Global variables:
150
 
default_ofile=libtool
 
235
ofile=libtool
151
236
can_build_shared=yes
152
237
 
153
238
# All known linkers require a `.a' archive for static linking (except MSVC,
154
239
# which needs '.lib').
155
240
libext=a
156
 
ltmain="$ac_aux_dir/ltmain.sh"
157
 
ofile="$default_ofile"
 
241
 
158
242
with_gnu_ld="$lt_cv_prog_gnu_ld"
159
243
 
160
 
AC_CHECK_TOOL(AR, ar, false)
161
 
AC_CHECK_TOOL(RANLIB, ranlib, :)
162
 
AC_CHECK_TOOL(STRIP, strip, :)
163
 
 
164
244
old_CC="$CC"
165
245
old_CFLAGS="$CFLAGS"
166
246
 
167
247
# Set sane defaults for various variables
168
 
test -z "$AR" && AR=ar
169
 
test -z "$AR_FLAGS" && AR_FLAGS=cru
170
 
test -z "$AS" && AS=as
171
248
test -z "$CC" && CC=cc
172
249
test -z "$LTCC" && LTCC=$CC
173
250
test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
174
 
test -z "$DLLTOOL" && DLLTOOL=dlltool
175
251
test -z "$LD" && LD=ld
176
 
test -z "$LN_S" && LN_S="ln -s"
177
 
test -z "$MAGIC_CMD" && MAGIC_CMD=file
178
 
test -z "$NM" && NM=nm
179
 
test -z "$SED" && SED=sed
180
 
test -z "$OBJDUMP" && OBJDUMP=objdump
181
 
test -z "$RANLIB" && RANLIB=:
182
 
test -z "$STRIP" && STRIP=:
183
252
test -z "$ac_objext" && ac_objext=o
184
253
 
185
 
# Determine commands to create old-style static archives.
186
 
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
187
 
old_postinstall_cmds='chmod 644 $oldlib'
188
 
old_postuninstall_cmds=
189
 
 
190
 
if test -n "$RANLIB"; then
191
 
  case $host_os in
192
 
  openbsd*)
193
 
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
194
 
    ;;
195
 
  *)
196
 
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
197
 
    ;;
198
 
  esac
199
 
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
200
 
fi
201
 
 
202
254
_LT_CC_BASENAME([$compiler])
203
255
 
204
256
# Only perform the check for file, if the check method requires it
 
257
test -z "$MAGIC_CMD" && MAGIC_CMD=file
205
258
case $deplibs_check_method in
206
259
file_magic*)
207
260
  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
208
 
    AC_PATH_MAGIC
 
261
    _LT_PATH_MAGIC
209
262
  fi
210
263
  ;;
211
264
esac
212
265
 
213
 
_LT_REQUIRED_DARWIN_CHECKS
214
 
 
215
 
AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
216
 
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
217
 
enable_win32_dll=yes, enable_win32_dll=no)
218
 
 
219
 
AC_ARG_ENABLE([libtool-lock],
220
 
    [AC_HELP_STRING([--disable-libtool-lock],
221
 
        [avoid locking (might break parallel builds)])])
222
 
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
223
 
 
224
 
AC_ARG_WITH([pic],
225
 
    [AC_HELP_STRING([--with-pic],
226
 
        [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
227
 
    [pic_mode="$withval"],
228
 
    [pic_mode=default])
229
 
test -z "$pic_mode" && pic_mode=default
230
 
 
231
266
# Use C for the default configuration in the libtool script
232
 
tagname=
233
 
AC_LIBTOOL_LANG_C_CONFIG
234
 
_LT_AC_TAGCONFIG
235
 
])# AC_LIBTOOL_SETUP
236
 
 
237
 
 
238
 
# _LT_AC_SYS_COMPILER
 
267
LT_SUPPORTED_TAG([CC])
 
268
_LT_LANG_C_CONFIG
 
269
_LT_LANG_DEFAULT_CONFIG
 
270
_LT_CONFIG_COMMANDS
 
271
])# _LT_SETUP
 
272
 
 
273
 
 
274
# _LT_PROG_LTMAIN
 
275
# ---------------
 
276
# Note that this code is called both from `configure', and `config.status'
 
277
# now that we use AC_CONFIG_COMMANDS to generate libtool.  Notably,
 
278
# `config.status' has no value for ac_aux_dir unless we are using Automake,
 
279
# so we pass a copy along to make sure it has a sensible value anyway.
 
280
m4_defun([_LT_PROG_LTMAIN],
 
281
[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
 
282
_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
 
283
ltmain="$ac_aux_dir/ltmain.sh"
 
284
])# _LT_PROG_LTMAIN
 
285
 
 
286
 
 
287
 
 
288
# So that we can recreate a full libtool script including additional
 
289
# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
 
290
# in macros and then make a single call at the end using the `libtool'
 
291
# label.
 
292
 
 
293
 
 
294
# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
 
295
# ----------------------------------------
 
296
# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
 
297
m4_define([_LT_CONFIG_LIBTOOL_INIT],
 
298
[m4_ifval([$1],
 
299
          [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
 
300
                     [$1
 
301
])])])
 
302
 
 
303
# Initialize.
 
304
m4_define([_LT_OUTPUT_LIBTOOL_INIT])
 
305
 
 
306
 
 
307
# _LT_CONFIG_LIBTOOL([COMMANDS])
 
308
# ------------------------------
 
309
# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
 
310
m4_define([_LT_CONFIG_LIBTOOL],
 
311
[m4_ifval([$1],
 
312
          [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
 
313
                     [$1
 
314
])])])
 
315
 
 
316
# Initialize.
 
317
m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
 
318
 
 
319
 
 
320
# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
 
321
# -----------------------------------------------------
 
322
m4_defun([_LT_CONFIG_SAVE_COMMANDS],
 
323
[_LT_CONFIG_LIBTOOL([$1])
 
324
_LT_CONFIG_LIBTOOL_INIT([$2])
 
325
])
 
326
 
 
327
 
 
328
# _LT_FORMAT_COMMENT([COMMENT])
 
329
# -----------------------------
 
330
# Add leading comment marks to the start of each line, and a trailing
 
331
# full-stop to the whole comment if one is not present already.
 
332
m4_define([_LT_FORMAT_COMMENT],
 
333
[m4_ifval([$1], [
 
334
m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
 
335
              [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
 
336
)])
 
337
 
 
338
 
 
339
 
 
340
 
 
341
 
 
342
# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
 
343
# -------------------------------------------------------------------
 
344
# CONFIGNAME is the name given to the value in the libtool script.
 
345
# VARNAME is the (base) name used in the configure script.
 
346
# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
 
347
# VARNAME.  Any other value will be used directly.
 
348
m4_define([_LT_DECL],
 
349
[lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
 
350
    [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
 
351
        [m4_ifval([$1], [$1], [$2])])
 
352
    lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
 
353
    m4_ifval([$4],
 
354
        [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
 
355
    lt_dict_add_subkey([lt_decl_dict], [$2],
 
356
        [tagged?], [m4_ifval([$5], [yes], [no])])])
 
357
])
 
358
 
 
359
 
 
360
# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
 
361
# --------------------------------------------------------
 
362
m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
 
363
 
 
364
 
 
365
# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
 
366
# ------------------------------------------------
 
367
m4_define([lt_decl_tag_varnames],
 
368
[_lt_decl_filter([tagged?], [yes], $@)])
 
369
 
 
370
 
 
371
# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
 
372
# ---------------------------------------------------------
 
373
m4_define([_lt_decl_filter],
 
374
[m4_case([$#],
 
375
  [0], [m4_fatal([$0: too few arguments: $#])],
 
376
  [1], [m4_fatal([$0: too few arguments: $#: $1])],
 
377
  [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
 
378
  [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
 
379
  [lt_dict_filter([lt_decl_dict], $@)])[]dnl
 
380
])
 
381
 
 
382
 
 
383
# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
 
384
# --------------------------------------------------
 
385
m4_define([lt_decl_quote_varnames],
 
386
[_lt_decl_filter([value], [1], $@)])
 
387
 
 
388
 
 
389
# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
 
390
# ---------------------------------------------------
 
391
m4_define([lt_decl_dquote_varnames],
 
392
[_lt_decl_filter([value], [2], $@)])
 
393
 
 
394
 
 
395
# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
 
396
# ---------------------------------------------------
 
397
m4_define([lt_decl_varnames_tagged],
 
398
[m4_assert([$# <= 2])dnl
 
399
_$0(m4_quote(m4_default([$1], [[, ]])),
 
400
    m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
 
401
    m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
 
402
m4_define([_lt_decl_varnames_tagged],
 
403
[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
 
404
 
 
405
 
 
406
# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
 
407
# ------------------------------------------------
 
408
m4_define([lt_decl_all_varnames],
 
409
[_$0(m4_quote(m4_default([$1], [[, ]])),
 
410
     m4_if([$2], [],
 
411
           m4_quote(lt_decl_varnames),
 
412
        m4_quote(m4_shift($@))))[]dnl
 
413
])
 
414
m4_define([_lt_decl_all_varnames],
 
415
[lt_join($@, lt_decl_varnames_tagged([$1],
 
416
                        lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
 
417
])
 
418
 
 
419
 
 
420
# _LT_CONFIG_STATUS_DECLARE([VARNAME])
 
421
# ------------------------------------
 
422
# Quote a variable value, and forward it to `config.status' so that its
 
423
# declaration there will have the same value as in `configure'.  VARNAME
 
424
# must have a single quote delimited value for this to work.
 
425
m4_define([_LT_CONFIG_STATUS_DECLARE],
 
426
[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
 
427
 
 
428
 
 
429
# _LT_CONFIG_STATUS_DECLARATIONS
 
430
# ------------------------------
 
431
# We delimit libtool config variables with single quotes, so when
 
432
# we write them to config.status, we have to be sure to quote all
 
433
# embedded single quotes properly.  In configure, this macro expands
 
434
# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
 
435
#
 
436
#    <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
 
437
m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
 
438
[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
 
439
    [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
 
440
 
 
441
 
 
442
# _LT_LIBTOOL_TAGS
 
443
# ----------------
 
444
# Output comment and list of tags supported by the script
 
445
m4_defun([_LT_LIBTOOL_TAGS],
 
446
[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
 
447
available_tags="_LT_TAGS"dnl
 
448
])
 
449
 
 
450
 
 
451
# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
 
452
# -----------------------------------
 
453
# Extract the dictionary values for VARNAME (optionally with TAG) and
 
454
# expand to a commented shell variable setting:
 
455
#
 
456
#    # Some comment about what VAR is for.
 
457
#    visible_name=$lt_internal_name
 
458
m4_define([_LT_LIBTOOL_DECLARE],
 
459
[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
 
460
                                           [description])))[]dnl
 
461
m4_pushdef([_libtool_name],
 
462
    m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
 
463
m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
 
464
    [0], [_libtool_name=[$]$1],
 
465
    [1], [_libtool_name=$lt_[]$1],
 
466
    [2], [_libtool_name=$lt_[]$1],
 
467
    [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
 
468
m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
 
469
])
 
470
 
 
471
 
 
472
# _LT_LIBTOOL_CONFIG_VARS
 
473
# -----------------------
 
474
# Produce commented declarations of non-tagged libtool config variables
 
475
# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
 
476
# script.  Tagged libtool config variables (even for the LIBTOOL CONFIG
 
477
# section) are produced by _LT_LIBTOOL_TAG_VARS.
 
478
m4_defun([_LT_LIBTOOL_CONFIG_VARS],
 
479
[m4_foreach([_lt_var],
 
480
    m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
 
481
    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
 
482
 
 
483
 
 
484
# _LT_LIBTOOL_TAG_VARS(TAG)
 
485
# -------------------------
 
486
m4_define([_LT_LIBTOOL_TAG_VARS],
 
487
[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
 
488
    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
 
489
 
 
490
 
 
491
# _LT_TAGVAR(VARNAME, [TAGNAME])
 
492
# ------------------------------
 
493
m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
 
494
 
 
495
 
 
496
# _LT_CONFIG_COMMANDS
239
497
# -------------------
240
 
AC_DEFUN([_LT_AC_SYS_COMPILER],
 
498
# Send accumulated output to $CONFIG_STATUS.  Thanks to the lists of
 
499
# variables for single and double quote escaping we saved from calls
 
500
# to _LT_DECL, we can put quote escaped variables declarations
 
501
# into `config.status', and then the shell code to quote escape them in
 
502
# for loops in `config.status'.  Finally, any additional code accumulated
 
503
# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
 
504
m4_defun([_LT_CONFIG_COMMANDS],
 
505
[AC_PROVIDE_IFELSE([LT_OUTPUT],
 
506
        dnl If the libtool generation code has been placed in $CONFIG_LT,
 
507
        dnl instead of duplicating it all over again into config.status,
 
508
        dnl then we will have config.status run $CONFIG_LT later, so it
 
509
        dnl needs to know what name is stored there:
 
510
        [AC_CONFIG_COMMANDS([libtool],
 
511
            [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
 
512
    dnl If the libtool generation code is destined for config.status,
 
513
    dnl expand the accumulated commands and init code now:
 
514
    [AC_CONFIG_COMMANDS([libtool],
 
515
        [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
 
516
])#_LT_CONFIG_COMMANDS
 
517
 
 
518
 
 
519
# Initialize.
 
520
m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
 
521
[
 
522
 
 
523
# The HP-UX ksh and POSIX shell print the target directory to stdout
 
524
# if CDPATH is set.
 
525
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
526
 
 
527
sed_quote_subst='$sed_quote_subst'
 
528
double_quote_subst='$double_quote_subst'
 
529
delay_variable_subst='$delay_variable_subst'
 
530
_LT_CONFIG_STATUS_DECLARATIONS
 
531
LTCC='$LTCC'
 
532
LTCFLAGS='$LTCFLAGS'
 
533
compiler='$compiler_DEFAULT'
 
534
 
 
535
# Quote evaled strings.
 
536
for var in lt_decl_all_varnames([[ \
 
537
]], lt_decl_quote_varnames); do
 
538
    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
539
    *[[\\\\\\\`\\"\\\$]]*)
 
540
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
 
541
      ;;
 
542
    *)
 
543
      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
544
      ;;
 
545
    esac
 
546
done
 
547
 
 
548
# Double-quote double-evaled strings.
 
549
for var in lt_decl_all_varnames([[ \
 
550
]], lt_decl_dquote_varnames); do
 
551
    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
552
    *[[\\\\\\\`\\"\\\$]]*)
 
553
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
 
554
      ;;
 
555
    *)
 
556
      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
557
      ;;
 
558
    esac
 
559
done
 
560
 
 
561
# Fix-up fallback echo if it was mangled by the above quoting rules.
 
562
case \$lt_ECHO in
 
563
*'\\\[$]0 --fallback-echo"')dnl "
 
564
  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\`
 
565
  ;;
 
566
esac
 
567
 
 
568
_LT_OUTPUT_LIBTOOL_INIT
 
569
])
 
570
 
 
571
 
 
572
# LT_OUTPUT
 
573
# ---------
 
574
# This macro allows early generation of the libtool script (before
 
575
# AC_OUTPUT is called), incase it is used in configure for compilation
 
576
# tests.
 
577
AC_DEFUN([LT_OUTPUT],
 
578
[: ${CONFIG_LT=./config.lt}
 
579
AC_MSG_NOTICE([creating $CONFIG_LT])
 
580
cat >"$CONFIG_LT" <<_LTEOF
 
581
#! $SHELL
 
582
# Generated by $as_me.
 
583
# Run this file to recreate a libtool stub with the current configuration.
 
584
 
 
585
lt_cl_silent=false
 
586
SHELL=\${CONFIG_SHELL-$SHELL}
 
587
_LTEOF
 
588
 
 
589
cat >>"$CONFIG_LT" <<\_LTEOF
 
590
AS_SHELL_SANITIZE
 
591
_AS_PREPARE
 
592
 
 
593
exec AS_MESSAGE_FD>&1
 
594
exec AS_MESSAGE_LOG_FD>>config.log
 
595
{
 
596
  echo
 
597
  AS_BOX([Running $as_me.])
 
598
} >&AS_MESSAGE_LOG_FD
 
599
 
 
600
lt_cl_help="\
 
601
\`$as_me' creates a local libtool stub from the current configuration,
 
602
for use in further configure time tests before the real libtool is
 
603
generated.
 
604
 
 
605
Usage: $[0] [[OPTIONS]]
 
606
 
 
607
  -h, --help      print this help, then exit
 
608
  -V, --version   print version number, then exit
 
609
  -q, --quiet     do not print progress messages
 
610
  -d, --debug     don't remove temporary files
 
611
 
 
612
Report bugs to <bug-libtool@gnu.org>."
 
613
 
 
614
lt_cl_version="\
 
615
m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
 
616
m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
 
617
configured by $[0], generated by m4_PACKAGE_STRING.
 
618
 
 
619
Copyright (C) 2008 Free Software Foundation, Inc.
 
620
This config.lt script is free software; the Free Software Foundation
 
621
gives unlimited permision to copy, distribute and modify it."
 
622
 
 
623
while test $[#] != 0
 
624
do
 
625
  case $[1] in
 
626
    --version | --v* | -V )
 
627
      echo "$lt_cl_version"; exit 0 ;;
 
628
    --help | --h* | -h )
 
629
      echo "$lt_cl_help"; exit 0 ;;
 
630
    --debug | --d* | -d )
 
631
      debug=: ;;
 
632
    --quiet | --q* | --silent | --s* | -q )
 
633
      lt_cl_silent=: ;;
 
634
 
 
635
    -*) AC_MSG_ERROR([unrecognized option: $[1]
 
636
Try \`$[0] --help' for more information.]) ;;
 
637
 
 
638
    *) AC_MSG_ERROR([unrecognized argument: $[1]
 
639
Try \`$[0] --help' for more information.]) ;;
 
640
  esac
 
641
  shift
 
642
done
 
643
 
 
644
if $lt_cl_silent; then
 
645
  exec AS_MESSAGE_FD>/dev/null
 
646
fi
 
647
_LTEOF
 
648
 
 
649
cat >>"$CONFIG_LT" <<_LTEOF
 
650
_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
 
651
_LTEOF
 
652
 
 
653
cat >>"$CONFIG_LT" <<\_LTEOF
 
654
AC_MSG_NOTICE([creating $ofile])
 
655
_LT_OUTPUT_LIBTOOL_COMMANDS
 
656
AS_EXIT(0)
 
657
_LTEOF
 
658
chmod +x "$CONFIG_LT"
 
659
 
 
660
# configure is writing to config.log, but config.lt does its own redirection,
 
661
# appending to config.log, which fails on DOS, as config.log is still kept
 
662
# open by configure.  Here we exec the FD to /dev/null, effectively closing
 
663
# config.log, so it can be properly (re)opened and appended to by config.lt.
 
664
if test "$no_create" != yes; then
 
665
  lt_cl_success=:
 
666
  test "$silent" = yes &&
 
667
    lt_config_lt_args="$lt_config_lt_args --quiet"
 
668
  exec AS_MESSAGE_LOG_FD>/dev/null
 
669
  $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
 
670
  exec AS_MESSAGE_LOG_FD>>config.log
 
671
  $lt_cl_success || AS_EXIT(1)
 
672
fi
 
673
])# LT_OUTPUT
 
674
 
 
675
 
 
676
# _LT_CONFIG(TAG)
 
677
# ---------------
 
678
# If TAG is the built-in tag, create an initial libtool script with a
 
679
# default configuration from the untagged config vars.  Otherwise add code
 
680
# to config.status for appending the configuration named by TAG from the
 
681
# matching tagged config vars.
 
682
m4_defun([_LT_CONFIG],
 
683
[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
684
_LT_CONFIG_SAVE_COMMANDS([
 
685
  m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
 
686
  m4_if(_LT_TAG, [C], [
 
687
    # See if we are running on zsh, and set the options which allow our
 
688
    # commands through without removal of \ escapes.
 
689
    if test -n "${ZSH_VERSION+set}" ; then
 
690
      setopt NO_GLOB_SUBST
 
691
    fi
 
692
 
 
693
    cfgfile="${ofile}T"
 
694
    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
 
695
    $RM "$cfgfile"
 
696
 
 
697
    cat <<_LT_EOF >> "$cfgfile"
 
698
#! $SHELL
 
699
 
 
700
# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
 
701
# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
 
702
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
703
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
704
#
 
705
_LT_COPYING
 
706
_LT_LIBTOOL_TAGS
 
707
 
 
708
# ### BEGIN LIBTOOL CONFIG
 
709
_LT_LIBTOOL_CONFIG_VARS
 
710
_LT_LIBTOOL_TAG_VARS
 
711
# ### END LIBTOOL CONFIG
 
712
 
 
713
_LT_EOF
 
714
 
 
715
  case $host_os in
 
716
  aix3*)
 
717
    cat <<\_LT_EOF >> "$cfgfile"
 
718
# AIX sometimes has problems with the GCC collect2 program.  For some
 
719
# reason, if we set the COLLECT_NAMES environment variable, the problems
 
720
# vanish in a puff of smoke.
 
721
if test "X${COLLECT_NAMES+set}" != Xset; then
 
722
  COLLECT_NAMES=
 
723
  export COLLECT_NAMES
 
724
fi
 
725
_LT_EOF
 
726
    ;;
 
727
  esac
 
728
 
 
729
  _LT_PROG_LTMAIN
 
730
 
 
731
  # We use sed instead of cat because bash on DJGPP gets confused if
 
732
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
 
733
  # text mode, it properly converts lines to CR/LF.  This bash problem
 
734
  # is reportedly fixed, but why not run on old versions too?
 
735
  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
 
736
    || (rm -f "$cfgfile"; exit 1)
 
737
 
 
738
  _LT_PROG_XSI_SHELLFNS
 
739
 
 
740
  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
 
741
    || (rm -f "$cfgfile"; exit 1)
 
742
 
 
743
  mv -f "$cfgfile" "$ofile" ||
 
744
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
 
745
  chmod +x "$ofile"
 
746
],
 
747
[cat <<_LT_EOF >> "$ofile"
 
748
 
 
749
dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
 
750
dnl in a comment (ie after a #).
 
751
# ### BEGIN LIBTOOL TAG CONFIG: $1
 
752
_LT_LIBTOOL_TAG_VARS(_LT_TAG)
 
753
# ### END LIBTOOL TAG CONFIG: $1
 
754
_LT_EOF
 
755
])dnl /m4_if
 
756
],
 
757
[m4_if([$1], [], [
 
758
    PACKAGE='$PACKAGE'
 
759
    VERSION='$VERSION'
 
760
    TIMESTAMP='$TIMESTAMP'
 
761
    RM='$RM'
 
762
    ofile='$ofile'], [])
 
763
])dnl /_LT_CONFIG_SAVE_COMMANDS
 
764
])# _LT_CONFIG
 
765
 
 
766
 
 
767
# LT_SUPPORTED_TAG(TAG)
 
768
# ---------------------
 
769
# Trace this macro to discover what tags are supported by the libtool
 
770
# --tag option, using:
 
771
#    autoconf --trace 'LT_SUPPORTED_TAG:$1'
 
772
AC_DEFUN([LT_SUPPORTED_TAG], [])
 
773
 
 
774
 
 
775
# C support is built-in for now
 
776
m4_define([_LT_LANG_C_enabled], [])
 
777
m4_define([_LT_TAGS], [])
 
778
 
 
779
 
 
780
# LT_LANG(LANG)
 
781
# -------------
 
782
# Enable libtool support for the given language if not already enabled.
 
783
AC_DEFUN([LT_LANG],
 
784
[AC_BEFORE([$0], [LT_OUTPUT])dnl
 
785
m4_case([$1],
 
786
  [C],                  [_LT_LANG(C)],
 
787
  [C++],                [_LT_LANG(CXX)],
 
788
  [Java],               [_LT_LANG(GCJ)],
 
789
  [Fortran 77],         [_LT_LANG(F77)],
 
790
  [Fortran],            [_LT_LANG(FC)],
 
791
  [Windows Resource],   [_LT_LANG(RC)],
 
792
  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
 
793
    [_LT_LANG($1)],
 
794
    [m4_fatal([$0: unsupported language: "$1"])])])dnl
 
795
])# LT_LANG
 
796
 
 
797
 
 
798
# _LT_LANG(LANGNAME)
 
799
# ------------------
 
800
m4_defun([_LT_LANG],
 
801
[m4_ifdef([_LT_LANG_]$1[_enabled], [],
 
802
  [LT_SUPPORTED_TAG([$1])dnl
 
803
  m4_append([_LT_TAGS], [$1 ])dnl
 
804
  m4_define([_LT_LANG_]$1[_enabled], [])dnl
 
805
  _LT_LANG_$1_CONFIG($1)])dnl
 
806
])# _LT_LANG
 
807
 
 
808
 
 
809
# _LT_LANG_DEFAULT_CONFIG
 
810
# -----------------------
 
811
m4_defun([_LT_LANG_DEFAULT_CONFIG],
 
812
[AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
813
  [LT_LANG(CXX)],
 
814
  [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
 
815
 
 
816
AC_PROVIDE_IFELSE([AC_PROG_F77],
 
817
  [LT_LANG(F77)],
 
818
  [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
 
819
 
 
820
AC_PROVIDE_IFELSE([AC_PROG_FC],
 
821
  [LT_LANG(FC)],
 
822
  [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
 
823
 
 
824
dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
 
825
dnl pulling things in needlessly.
 
826
AC_PROVIDE_IFELSE([AC_PROG_GCJ],
 
827
  [LT_LANG(GCJ)],
 
828
  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
 
829
    [LT_LANG(GCJ)],
 
830
    [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
 
831
      [LT_LANG(GCJ)],
 
832
      [m4_ifdef([AC_PROG_GCJ],
 
833
        [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
 
834
       m4_ifdef([A][M_PROG_GCJ],
 
835
        [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
 
836
       m4_ifdef([LT_PROG_GCJ],
 
837
        [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
 
838
 
 
839
AC_PROVIDE_IFELSE([LT_PROG_RC],
 
840
  [LT_LANG(RC)],
 
841
  [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
 
842
])# _LT_LANG_DEFAULT_CONFIG
 
843
 
 
844
# Obsolete macros:
 
845
AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
 
846
AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
 
847
AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
 
848
AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
 
849
dnl aclocal-1.4 backwards compatibility:
 
850
dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
 
851
dnl AC_DEFUN([AC_LIBTOOL_F77], [])
 
852
dnl AC_DEFUN([AC_LIBTOOL_FC], [])
 
853
dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
 
854
 
 
855
 
 
856
# _LT_TAG_COMPILER
 
857
# ----------------
 
858
m4_defun([_LT_TAG_COMPILER],
241
859
[AC_REQUIRE([AC_PROG_CC])dnl
242
860
 
 
861
_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
 
862
_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
 
863
_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
 
864
_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
 
865
 
243
866
# If no C compiler was specified, use CC.
244
867
LTCC=${LTCC-"$CC"}
245
868
 
248
871
 
249
872
# Allow CC to be a program name with arguments.
250
873
compiler=$CC
251
 
])# _LT_AC_SYS_COMPILER
252
 
 
253
 
 
254
 
# _LT_CC_BASENAME(CC)
255
 
# -------------------
256
 
# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
257
 
AC_DEFUN([_LT_CC_BASENAME],
258
 
[for cc_temp in $1""; do
259
 
  case $cc_temp in
260
 
    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
261
 
    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
262
 
    \-*) ;;
263
 
    *) break;;
264
 
  esac
265
 
done
266
 
cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
267
 
])
 
874
])# _LT_TAG_COMPILER
268
875
 
269
876
 
270
877
# _LT_COMPILER_BOILERPLATE
271
878
# ------------------------
272
879
# Check for compiler boilerplate output or warnings with
273
880
# the simple compiler test code.
274
 
AC_DEFUN([_LT_COMPILER_BOILERPLATE],
275
 
[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
881
m4_defun([_LT_COMPILER_BOILERPLATE],
 
882
[m4_require([_LT_DECL_SED])dnl
276
883
ac_outfile=conftest.$ac_objext
277
884
echo "$lt_simple_compile_test_code" >conftest.$ac_ext
278
885
eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
279
886
_lt_compiler_boilerplate=`cat conftest.err`
280
 
$rm conftest*
 
887
$RM conftest*
281
888
])# _LT_COMPILER_BOILERPLATE
282
889
 
283
890
 
285
892
# ----------------------
286
893
# Check for linker boilerplate output or warnings with
287
894
# the simple link test code.
288
 
AC_DEFUN([_LT_LINKER_BOILERPLATE],
289
 
[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
895
m4_defun([_LT_LINKER_BOILERPLATE],
 
896
[m4_require([_LT_DECL_SED])dnl
290
897
ac_outfile=conftest.$ac_objext
291
898
echo "$lt_simple_link_test_code" >conftest.$ac_ext
292
899
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
293
900
_lt_linker_boilerplate=`cat conftest.err`
294
 
$rm -r conftest*
 
901
$RM -r conftest*
295
902
])# _LT_LINKER_BOILERPLATE
296
903
 
297
904
# _LT_REQUIRED_DARWIN_CHECKS
298
 
# --------------------------
299
 
# Check for some things on darwin
300
 
AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS],[
 
905
# -------------------------
 
906
m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
301
907
  case $host_os in
302
908
    rhapsody* | darwin*)
303
909
    AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
304
910
    AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
 
911
    AC_CHECK_TOOL([LIPO], [lipo], [:])
 
912
    AC_CHECK_TOOL([OTOOL], [otool], [:])
 
913
    AC_CHECK_TOOL([OTOOL64], [otool64], [:])
 
914
    _LT_DECL([], [DSYMUTIL], [1],
 
915
      [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
 
916
    _LT_DECL([], [NMEDIT], [1],
 
917
      [Tool to change global to local symbols on Mac OS X])
 
918
    _LT_DECL([], [LIPO], [1],
 
919
      [Tool to manipulate fat objects and archives on Mac OS X])
 
920
    _LT_DECL([], [OTOOL], [1],
 
921
      [ldd/readelf like tool for Mach-O binaries on Mac OS X])
 
922
    _LT_DECL([], [OTOOL64], [1],
 
923
      [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
305
924
 
306
925
    AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
307
926
      [lt_cv_apple_cc_single_mod=no
308
927
      if test -z "${LT_MULTI_MODULE}"; then
309
 
   # By default we will add the -single_module flag. You can override
310
 
   # by either setting the environment variable LT_MULTI_MODULE
311
 
   # non-empty at configure time, or by adding -multi_module to the
312
 
   # link flags.
313
 
   echo "int foo(void){return 1;}" > conftest.c
314
 
   $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
315
 
     -dynamiclib ${wl}-single_module conftest.c
316
 
   if test -f libconftest.dylib; then
317
 
     lt_cv_apple_cc_single_mod=yes
318
 
     rm -rf libconftest.dylib*
319
 
   fi
320
 
   rm conftest.c
 
928
        # By default we will add the -single_module flag. You can override
 
929
        # by either setting the environment variable LT_MULTI_MODULE
 
930
        # non-empty at configure time, or by adding -multi_module to the
 
931
        # link flags.
 
932
        rm -rf libconftest.dylib*
 
933
        echo "int foo(void){return 1;}" > conftest.c
 
934
        echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
 
935
-dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
 
936
        $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
 
937
          -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
 
938
        _lt_result=$?
 
939
        if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
 
940
          lt_cv_apple_cc_single_mod=yes
 
941
        else
 
942
          cat conftest.err >&AS_MESSAGE_LOG_FD
 
943
        fi
 
944
        rm -rf libconftest.dylib*
 
945
        rm -f conftest.*
321
946
      fi])
322
947
    AC_CACHE_CHECK([for -exported_symbols_list linker flag],
323
948
      [lt_cv_ld_exported_symbols_list],
326
951
      echo "_main" > conftest.sym
327
952
      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
328
953
      AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
329
 
   [lt_cv_ld_exported_symbols_list=yes],
330
 
   [lt_cv_ld_exported_symbols_list=no])
331
 
   LDFLAGS="$save_LDFLAGS"
 
954
        [lt_cv_ld_exported_symbols_list=yes],
 
955
        [lt_cv_ld_exported_symbols_list=no])
 
956
        LDFLAGS="$save_LDFLAGS"
332
957
    ])
333
958
    case $host_os in
334
 
    rhapsody* | darwin1.[[0123]])
 
959
    rhapsody* | darwin1.[[012]])
335
960
      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
336
961
    darwin1.*)
337
 
     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
338
 
    darwin*)
 
962
      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 
963
    darwin*) # darwin 5.x on
339
964
      # if running on 10.5 or later, the deployment target defaults
340
965
      # to the OS version, if on x86, and 10.4, the deployment
341
966
      # target defaults to 10.4. Don't you love it?
342
967
      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
343
 
   10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
344
 
     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
345
 
   10.[[012]]*)
346
 
     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
347
 
   10.*)
348
 
     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
 
968
        10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
 
969
          _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
 
970
        10.[[012]]*)
 
971
          _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 
972
        10.*)
 
973
          _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
349
974
      esac
350
975
    ;;
351
976
  esac
355
980
    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
356
981
      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
357
982
    else
358
 
      _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
 
983
      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
359
984
    fi
360
985
    if test "$DSYMUTIL" != ":"; then
361
 
      _lt_dsymutil="~$DSYMUTIL \$lib || :"
 
986
      _lt_dsymutil='~$DSYMUTIL $lib || :'
362
987
    else
363
988
      _lt_dsymutil=
364
989
    fi
366
991
  esac
367
992
])
368
993
 
369
 
# _LT_AC_SYS_LIBPATH_AIX
370
 
# ----------------------
 
994
 
 
995
# _LT_DARWIN_LINKER_FEATURES
 
996
# --------------------------
 
997
# Checks for linker and compiler features on darwin
 
998
m4_defun([_LT_DARWIN_LINKER_FEATURES],
 
999
[
 
1000
  m4_require([_LT_REQUIRED_DARWIN_CHECKS])
 
1001
  _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
1002
  _LT_TAGVAR(hardcode_direct, $1)=no
 
1003
  _LT_TAGVAR(hardcode_automatic, $1)=yes
 
1004
  _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
1005
  _LT_TAGVAR(whole_archive_flag_spec, $1)=''
 
1006
  _LT_TAGVAR(link_all_deplibs, $1)=yes
 
1007
  _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
 
1008
  case $cc_basename in
 
1009
     ifort*) _lt_dar_can_shared=yes ;;
 
1010
     *) _lt_dar_can_shared=$GCC ;;
 
1011
  esac
 
1012
  if test "$_lt_dar_can_shared" = "yes"; then
 
1013
    output_verbose_link_cmd=echo
 
1014
    _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}"
 
1015
    _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
 
1016
    _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}"
 
1017
    _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}"
 
1018
    m4_if([$1], [CXX],
 
1019
[   if test "$lt_cv_apple_cc_single_mod" != "yes"; then
 
1020
      _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}"
 
1021
      _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}"
 
1022
    fi
 
1023
],[])
 
1024
  else
 
1025
  _LT_TAGVAR(ld_shlibs, $1)=no
 
1026
  fi
 
1027
])
 
1028
 
 
1029
# _LT_SYS_MODULE_PATH_AIX
 
1030
# -----------------------
371
1031
# Links a minimal program and checks the executable
372
1032
# for the system default hardcoded library path. In most cases,
373
1033
# this is /usr/lib:/lib, but when the MPI compilers are used
374
1034
# the location of the communication and MPI libs are included too.
375
1035
# If we don't find anything, use the default library path according
376
1036
# to the aix ld manual.
377
 
AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
378
 
[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
1037
m4_defun([_LT_SYS_MODULE_PATH_AIX],
 
1038
[m4_require([_LT_DECL_SED])dnl
379
1039
AC_LINK_IFELSE(AC_LANG_PROGRAM,[
380
1040
lt_aix_libpath_sed='
381
1041
    /Import File Strings/,/^$/ {
390
1050
  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
391
1051
fi],[])
392
1052
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
393
 
])# _LT_AC_SYS_LIBPATH_AIX
394
 
 
395
 
 
396
 
# _LT_AC_SHELL_INIT(ARG)
397
 
# ----------------------
398
 
AC_DEFUN([_LT_AC_SHELL_INIT],
 
1053
])# _LT_SYS_MODULE_PATH_AIX
 
1054
 
 
1055
 
 
1056
# _LT_SHELL_INIT(ARG)
 
1057
# -------------------
 
1058
m4_define([_LT_SHELL_INIT],
399
1059
[ifdef([AC_DIVERSION_NOTICE],
400
1060
             [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
401
1061
         [AC_DIVERT_PUSH(NOTICE)])
402
1062
$1
403
1063
AC_DIVERT_POP
404
 
])# _LT_AC_SHELL_INIT
405
 
 
406
 
 
407
 
# _LT_AC_PROG_ECHO_BACKSLASH
408
 
# --------------------------
 
1064
])# _LT_SHELL_INIT
 
1065
 
 
1066
 
 
1067
# _LT_PROG_ECHO_BACKSLASH
 
1068
# -----------------------
409
1069
# Add some code to the start of the generated configure script which
410
1070
# will find an echo command which doesn't interpret backslashes.
411
 
AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH],
412
 
[_LT_AC_SHELL_INIT([
 
1071
m4_defun([_LT_PROG_ECHO_BACKSLASH],
 
1072
[_LT_SHELL_INIT([
413
1073
# Check that we are running under the correct shell.
414
1074
SHELL=${CONFIG_SHELL-/bin/sh}
415
1075
 
416
 
case X$ECHO in
 
1076
case X$lt_ECHO in
417
1077
X*--fallback-echo)
418
1078
  # Remove one level of quotation (which was required for Make).
419
 
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
 
1079
  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
420
1080
  ;;
421
1081
esac
422
1082
 
423
 
echo=${ECHO-echo}
 
1083
ECHO=${lt_ECHO-echo}
424
1084
if test "X[$]1" = X--no-reexec; then
425
1085
  # Discard the --no-reexec flag, and continue.
426
1086
  shift
427
1087
elif test "X[$]1" = X--fallback-echo; then
428
1088
  # Avoid inline document here, it may be left over
429
1089
  :
430
 
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
431
 
  # Yippee, $echo works!
 
1090
elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
 
1091
  # Yippee, $ECHO works!
432
1092
  :
433
1093
else
434
1094
  # Restart under the correct shell.
438
1098
if test "X[$]1" = X--fallback-echo; then
439
1099
  # used as fallback echo
440
1100
  shift
441
 
  cat <<EOF
 
1101
  cat <<_LT_EOF
442
1102
[$]*
443
 
EOF
 
1103
_LT_EOF
444
1104
  exit 0
445
1105
fi
446
1106
 
448
1108
# if CDPATH is set.
449
1109
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
450
1110
 
451
 
if test -z "$ECHO"; then
452
 
if test "X${echo_test_string+set}" != Xset; then
453
 
# find a string as large as possible, as long as the shell can cope with it
454
 
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
455
 
    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
456
 
    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
457
 
       echo_test_string=`eval $cmd` &&
458
 
       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
459
 
    then
460
 
      break
461
 
    fi
462
 
  done
463
 
fi
464
 
 
465
 
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
466
 
   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
467
 
   test "X$echo_testing_string" = "X$echo_test_string"; then
468
 
  :
469
 
else
470
 
  # The Solaris, AIX, and Digital Unix default echo programs unquote
471
 
  # backslashes.  This makes it impossible to quote backslashes using
472
 
  #   echo "$something" | sed 's/\\/\\\\/g'
473
 
  #
474
 
  # So, first we look for a working echo in the user's PATH.
475
 
 
476
 
  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
477
 
  for dir in $PATH /usr/ucb; do
 
1111
if test -z "$lt_ECHO"; then
 
1112
  if test "X${echo_test_string+set}" != Xset; then
 
1113
    # find a string as large as possible, as long as the shell can cope with it
 
1114
    for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
 
1115
      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
1116
      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
 
1117
         { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
 
1118
      then
 
1119
        break
 
1120
      fi
 
1121
    done
 
1122
  fi
 
1123
 
 
1124
  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
 
1125
     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
 
1126
     test "X$echo_testing_string" = "X$echo_test_string"; then
 
1127
    :
 
1128
  else
 
1129
    # The Solaris, AIX, and Digital Unix default echo programs unquote
 
1130
    # backslashes.  This makes it impossible to quote backslashes using
 
1131
    #   echo "$something" | sed 's/\\/\\\\/g'
 
1132
    #
 
1133
    # So, first we look for a working echo in the user's PATH.
 
1134
 
 
1135
    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
1136
    for dir in $PATH /usr/ucb; do
 
1137
      IFS="$lt_save_ifs"
 
1138
      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
 
1139
         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
 
1140
         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
 
1141
         test "X$echo_testing_string" = "X$echo_test_string"; then
 
1142
        ECHO="$dir/echo"
 
1143
        break
 
1144
      fi
 
1145
    done
478
1146
    IFS="$lt_save_ifs"
479
 
    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
480
 
       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
481
 
       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
482
 
       test "X$echo_testing_string" = "X$echo_test_string"; then
483
 
      echo="$dir/echo"
484
 
      break
485
 
    fi
486
 
  done
487
 
  IFS="$lt_save_ifs"
488
1147
 
489
 
  if test "X$echo" = Xecho; then
490
 
    # We didn't find a better echo, so look for alternatives.
491
 
    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
492
 
       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
493
 
       test "X$echo_testing_string" = "X$echo_test_string"; then
494
 
      # This shell has a builtin print -r that does the trick.
495
 
      echo='print -r'
496
 
    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
497
 
         test "X$CONFIG_SHELL" != X/bin/ksh; then
498
 
      # If we have ksh, try running configure again with it.
499
 
      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
500
 
      export ORIGINAL_CONFIG_SHELL
501
 
      CONFIG_SHELL=/bin/ksh
502
 
      export CONFIG_SHELL
503
 
      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
504
 
    else
505
 
      # Try using printf.
506
 
      echo='printf %s\n'
507
 
      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
508
 
         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
509
 
         test "X$echo_testing_string" = "X$echo_test_string"; then
510
 
        # Cool, printf works
511
 
        :
512
 
      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
513
 
           test "X$echo_testing_string" = 'X\t' &&
514
 
           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
515
 
           test "X$echo_testing_string" = "X$echo_test_string"; then
516
 
        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
517
 
        export CONFIG_SHELL
518
 
        SHELL="$CONFIG_SHELL"
519
 
        export SHELL
520
 
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
521
 
      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
522
 
           test "X$echo_testing_string" = 'X\t' &&
523
 
           echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
524
 
           test "X$echo_testing_string" = "X$echo_test_string"; then
525
 
        echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
1148
    if test "X$ECHO" = Xecho; then
 
1149
      # We didn't find a better echo, so look for alternatives.
 
1150
      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
 
1151
         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
 
1152
         test "X$echo_testing_string" = "X$echo_test_string"; then
 
1153
        # This shell has a builtin print -r that does the trick.
 
1154
        ECHO='print -r'
 
1155
      elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
 
1156
           test "X$CONFIG_SHELL" != X/bin/ksh; then
 
1157
        # If we have ksh, try running configure again with it.
 
1158
        ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 
1159
        export ORIGINAL_CONFIG_SHELL
 
1160
        CONFIG_SHELL=/bin/ksh
 
1161
        export CONFIG_SHELL
 
1162
        exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
526
1163
      else
527
 
        # maybe with a smaller string...
528
 
        prev=:
529
 
 
530
 
        for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
531
 
          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
532
 
          then
533
 
            break
 
1164
        # Try using printf.
 
1165
        ECHO='printf %s\n'
 
1166
        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
 
1167
           echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
 
1168
           test "X$echo_testing_string" = "X$echo_test_string"; then
 
1169
          # Cool, printf works
 
1170
          :
 
1171
        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
1172
             test "X$echo_testing_string" = 'X\t' &&
 
1173
             echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
1174
             test "X$echo_testing_string" = "X$echo_test_string"; then
 
1175
          CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
1176
          export CONFIG_SHELL
 
1177
          SHELL="$CONFIG_SHELL"
 
1178
          export SHELL
 
1179
          ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
 
1180
        elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
1181
             test "X$echo_testing_string" = 'X\t' &&
 
1182
             echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
1183
             test "X$echo_testing_string" = "X$echo_test_string"; then
 
1184
          ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
 
1185
        else
 
1186
          # maybe with a smaller string...
 
1187
          prev=:
 
1188
 
 
1189
          for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
 
1190
            if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
 
1191
            then
 
1192
              break
 
1193
            fi
 
1194
            prev="$cmd"
 
1195
          done
 
1196
 
 
1197
          if test "$prev" != 'sed 50q "[$]0"'; then
 
1198
            echo_test_string=`eval $prev`
 
1199
            export echo_test_string
 
1200
            exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
 
1201
          else
 
1202
            # Oops.  We lost completely, so just stick with echo.
 
1203
            ECHO=echo
534
1204
          fi
535
 
          prev="$cmd"
536
 
        done
537
 
 
538
 
        if test "$prev" != 'sed 50q "[$]0"'; then
539
 
          echo_test_string=`eval $prev`
540
 
          export echo_test_string
541
 
          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
542
 
        else
543
 
          # Oops.  We lost completely, so just stick with echo.
544
 
          echo=echo
545
 
        fi
 
1205
        fi
546
1206
      fi
547
1207
    fi
548
1208
  fi
549
1209
fi
550
 
fi
551
1210
 
552
1211
# Copy echo and quote the copy suitably for passing to libtool from
553
1212
# the Makefile, instead of quoting the original, which is used later.
554
 
ECHO=$echo
555
 
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
556
 
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
 
1213
lt_ECHO=$ECHO
 
1214
if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
 
1215
   lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
557
1216
fi
558
1217
 
559
 
AC_SUBST(ECHO)
560
 
])])# _LT_AC_PROG_ECHO_BACKSLASH
561
 
 
562
 
 
563
 
# _LT_AC_LOCK
564
 
# -----------
565
 
AC_DEFUN([_LT_AC_LOCK],
 
1218
AC_SUBST(lt_ECHO)
 
1219
])
 
1220
_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
 
1221
_LT_DECL([], [ECHO], [1],
 
1222
    [An echo program that does not interpret backslashes])
 
1223
])# _LT_PROG_ECHO_BACKSLASH
 
1224
 
 
1225
 
 
1226
# _LT_ENABLE_LOCK
 
1227
# ---------------
 
1228
m4_defun([_LT_ENABLE_LOCK],
566
1229
[AC_ARG_ENABLE([libtool-lock],
567
 
    [AC_HELP_STRING([--disable-libtool-lock],
568
 
        [avoid locking (might break parallel builds)])])
 
1230
  [AS_HELP_STRING([--disable-libtool-lock],
 
1231
    [avoid locking (might break parallel builds)])])
569
1232
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
570
1233
 
571
1234
# Some flags need to be propagated to the compiler or linker for good
576
1239
  echo 'int i;' > conftest.$ac_ext
577
1240
  if AC_TRY_EVAL(ac_compile); then
578
1241
    case `/usr/bin/file conftest.$ac_objext` in
579
 
    *ELF-32*)
580
 
      HPUX_IA64_MODE="32"
581
 
      ;;
582
 
    *ELF-64*)
583
 
      HPUX_IA64_MODE="64"
584
 
      ;;
 
1242
      *ELF-32*)
 
1243
        HPUX_IA64_MODE="32"
 
1244
        ;;
 
1245
      *ELF-64*)
 
1246
        HPUX_IA64_MODE="64"
 
1247
        ;;
585
1248
    esac
586
1249
  fi
587
1250
  rm -rf conftest*
590
1253
  # Find out which ABI we are using.
591
1254
  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
592
1255
  if AC_TRY_EVAL(ac_compile); then
593
 
   if test "$lt_cv_prog_gnu_ld" = yes; then
594
 
    case `/usr/bin/file conftest.$ac_objext` in
595
 
    *32-bit*)
596
 
      LD="${LD-ld} -melf32bsmip"
597
 
      ;;
598
 
    *N32*)
599
 
      LD="${LD-ld} -melf32bmipn32"
600
 
      ;;
601
 
    *64-bit*)
602
 
      LD="${LD-ld} -melf64bmip"
603
 
      ;;
604
 
    esac
605
 
   else
606
 
    case `/usr/bin/file conftest.$ac_objext` in
607
 
    *32-bit*)
608
 
      LD="${LD-ld} -32"
609
 
      ;;
610
 
    *N32*)
611
 
      LD="${LD-ld} -n32"
612
 
      ;;
613
 
    *64-bit*)
614
 
      LD="${LD-ld} -64"
615
 
      ;;
616
 
    esac
617
 
   fi
 
1256
    if test "$lt_cv_prog_gnu_ld" = yes; then
 
1257
      case `/usr/bin/file conftest.$ac_objext` in
 
1258
        *32-bit*)
 
1259
          LD="${LD-ld} -melf32bsmip"
 
1260
          ;;
 
1261
        *N32*)
 
1262
          LD="${LD-ld} -melf32bmipn32"
 
1263
          ;;
 
1264
        *64-bit*)
 
1265
          LD="${LD-ld} -melf64bmip"
 
1266
        ;;
 
1267
      esac
 
1268
    else
 
1269
      case `/usr/bin/file conftest.$ac_objext` in
 
1270
        *32-bit*)
 
1271
          LD="${LD-ld} -32"
 
1272
          ;;
 
1273
        *N32*)
 
1274
          LD="${LD-ld} -n32"
 
1275
          ;;
 
1276
        *64-bit*)
 
1277
          LD="${LD-ld} -64"
 
1278
          ;;
 
1279
      esac
 
1280
    fi
618
1281
  fi
619
1282
  rm -rf conftest*
620
1283
  ;;
621
1284
 
622
1285
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
623
 
s390*-*linux*|sparc*-*linux*)
 
1286
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
624
1287
  # Find out which ABI we are using.
625
1288
  echo 'int i;' > conftest.$ac_ext
626
1289
  if AC_TRY_EVAL(ac_compile); then
627
1290
    case `/usr/bin/file conftest.o` in
628
 
    *32-bit*)
629
 
      case $host in
630
 
        x86_64-*kfreebsd*-gnu)
631
 
          LD="${LD-ld} -m elf_i386_fbsd"
632
 
          ;;
633
 
        x86_64-*linux*)
634
 
          LD="${LD-ld} -m elf_i386"
635
 
          ;;
636
 
        ppc64-*linux*|powerpc64-*linux*)
637
 
          LD="${LD-ld} -m elf32ppclinux"
638
 
          ;;
639
 
        s390x-*linux*)
640
 
          LD="${LD-ld} -m elf_s390"
641
 
          ;;
642
 
        sparc64-*linux*)
643
 
          LD="${LD-ld} -m elf32_sparc"
644
 
          ;;
645
 
      esac
646
 
      ;;
647
 
    *64-bit*)
648
 
      libsuff=64
649
 
      case $host in
650
 
        x86_64-*kfreebsd*-gnu)
651
 
          LD="${LD-ld} -m elf_x86_64_fbsd"
652
 
          ;;
653
 
        x86_64-*linux*)
654
 
          LD="${LD-ld} -m elf_x86_64"
655
 
          ;;
656
 
        ppc*-*linux*|powerpc*-*linux*)
657
 
          LD="${LD-ld} -m elf64ppc"
658
 
          ;;
659
 
        s390*-*linux*)
660
 
          LD="${LD-ld} -m elf64_s390"
661
 
          ;;
662
 
        sparc*-*linux*)
663
 
          LD="${LD-ld} -m elf64_sparc"
664
 
          ;;
665
 
      esac
666
 
      ;;
 
1291
      *32-bit*)
 
1292
        case $host in
 
1293
          x86_64-*kfreebsd*-gnu)
 
1294
            LD="${LD-ld} -m elf_i386_fbsd"
 
1295
            ;;
 
1296
          x86_64-*linux*)
 
1297
            LD="${LD-ld} -m elf_i386"
 
1298
            ;;
 
1299
          ppc64-*linux*|powerpc64-*linux*)
 
1300
            LD="${LD-ld} -m elf32ppclinux"
 
1301
            ;;
 
1302
          s390x-*linux*)
 
1303
            LD="${LD-ld} -m elf_s390"
 
1304
            ;;
 
1305
          sparc64-*linux*)
 
1306
            LD="${LD-ld} -m elf32_sparc"
 
1307
            ;;
 
1308
        esac
 
1309
        ;;
 
1310
      *64-bit*)
 
1311
        case $host in
 
1312
          x86_64-*kfreebsd*-gnu)
 
1313
            LD="${LD-ld} -m elf_x86_64_fbsd"
 
1314
            ;;
 
1315
          x86_64-*linux*)
 
1316
            LD="${LD-ld} -m elf_x86_64"
 
1317
            ;;
 
1318
          ppc*-*linux*|powerpc*-*linux*)
 
1319
            LD="${LD-ld} -m elf64ppc"
 
1320
            ;;
 
1321
          s390*-*linux*|s390*-*tpf*)
 
1322
            LD="${LD-ld} -m elf64_s390"
 
1323
            ;;
 
1324
          sparc*-*linux*)
 
1325
            LD="${LD-ld} -m elf64_sparc"
 
1326
            ;;
 
1327
        esac
 
1328
        ;;
667
1329
    esac
668
1330
  fi
669
1331
  rm -rf conftest*
675
1337
  CFLAGS="$CFLAGS -belf"
676
1338
  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
677
1339
    [AC_LANG_PUSH(C)
678
 
     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
 
1340
     AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
679
1341
     AC_LANG_POP])
680
1342
  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
681
1343
    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
691
1353
      case $lt_cv_prog_gnu_ld in
692
1354
      yes*) LD="${LD-ld} -m elf64_sparc" ;;
693
1355
      *)
694
 
        if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
 
1356
        if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
695
1357
          LD="${LD-ld} -64"
696
1358
        fi
697
1359
        ;;
701
1363
  fi
702
1364
  rm -rf conftest*
703
1365
  ;;
704
 
 
705
 
AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
706
 
[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
707
 
  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
708
 
  AC_CHECK_TOOL(AS, as, false)
709
 
  AC_CHECK_TOOL(OBJDUMP, objdump, false)
710
 
  ;;
711
 
  ])
712
1366
esac
713
1367
 
714
1368
need_locks="$enable_libtool_lock"
715
 
 
716
 
])# _LT_AC_LOCK
717
 
 
718
 
 
719
 
# AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
 
1369
])# _LT_ENABLE_LOCK
 
1370
 
 
1371
 
 
1372
# _LT_CMD_OLD_ARCHIVE
 
1373
# -------------------
 
1374
m4_defun([_LT_CMD_OLD_ARCHIVE],
 
1375
[AC_CHECK_TOOL(AR, ar, false)
 
1376
test -z "$AR" && AR=ar
 
1377
test -z "$AR_FLAGS" && AR_FLAGS=cru
 
1378
_LT_DECL([], [AR], [1], [The archiver])
 
1379
_LT_DECL([], [AR_FLAGS], [1])
 
1380
 
 
1381
AC_CHECK_TOOL(STRIP, strip, :)
 
1382
test -z "$STRIP" && STRIP=:
 
1383
_LT_DECL([], [STRIP], [1], [A symbol stripping program])
 
1384
 
 
1385
AC_CHECK_TOOL(RANLIB, ranlib, :)
 
1386
test -z "$RANLIB" && RANLIB=:
 
1387
_LT_DECL([], [RANLIB], [1],
 
1388
    [Commands used to install an old-style archive])
 
1389
 
 
1390
# Determine commands to create old-style static archives.
 
1391
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
 
1392
old_postinstall_cmds='chmod 644 $oldlib'
 
1393
old_postuninstall_cmds=
 
1394
 
 
1395
if test -n "$RANLIB"; then
 
1396
  case $host_os in
 
1397
  openbsd*)
 
1398
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
 
1399
    ;;
 
1400
  *)
 
1401
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
 
1402
    ;;
 
1403
  esac
 
1404
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
1405
fi
 
1406
_LT_DECL([], [old_postinstall_cmds], [2])
 
1407
_LT_DECL([], [old_postuninstall_cmds], [2])
 
1408
_LT_TAGDECL([], [old_archive_cmds], [2],
 
1409
    [Commands used to build an old-style archive])
 
1410
])# _LT_CMD_OLD_ARCHIVE
 
1411
 
 
1412
 
 
1413
# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
720
1414
#               [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
721
1415
# ----------------------------------------------------------------
722
1416
# Check whether the given compiler option works
723
 
AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION],
724
 
[AC_REQUIRE([LT_AC_PROG_SED])
 
1417
AC_DEFUN([_LT_COMPILER_OPTION],
 
1418
[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
1419
m4_require([_LT_DECL_SED])dnl
725
1420
AC_CACHE_CHECK([$1], [$2],
726
1421
  [$2=no
727
 
  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
 
1422
   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
728
1423
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
729
1424
   lt_compiler_flag="$3"
730
1425
   # Insert the option either (1) after the last *FLAGS variable, or
744
1439
   if (exit $ac_status) && test -s "$ac_outfile"; then
745
1440
     # The compiler can only warn and ignore the option if not recognized
746
1441
     # So say no if there are warnings other than the usual output.
747
 
     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
1442
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
748
1443
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
749
1444
     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
750
1445
       $2=yes
751
1446
     fi
752
1447
   fi
753
 
   $rm conftest*
 
1448
   $RM conftest*
754
1449
])
755
1450
 
756
1451
if test x"[$]$2" = xyes; then
757
 
    ifelse([$5], , :, [$5])
 
1452
    m4_if([$5], , :, [$5])
758
1453
else
759
 
    ifelse([$6], , :, [$6])
 
1454
    m4_if([$6], , :, [$6])
760
1455
fi
761
 
])# AC_LIBTOOL_COMPILER_OPTION
762
 
 
763
 
 
764
 
# AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
765
 
#                          [ACTION-SUCCESS], [ACTION-FAILURE])
766
 
# ------------------------------------------------------------
767
 
# Check whether the given compiler option works
768
 
AC_DEFUN([AC_LIBTOOL_LINKER_OPTION],
769
 
[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
1456
])# _LT_COMPILER_OPTION
 
1457
 
 
1458
# Old name:
 
1459
AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
 
1460
dnl aclocal-1.4 backwards compatibility:
 
1461
dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
 
1462
 
 
1463
 
 
1464
# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
 
1465
#                  [ACTION-SUCCESS], [ACTION-FAILURE])
 
1466
# ----------------------------------------------------
 
1467
# Check whether the given linker option works
 
1468
AC_DEFUN([_LT_LINKER_OPTION],
 
1469
[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
1470
m4_require([_LT_DECL_SED])dnl
770
1471
AC_CACHE_CHECK([$1], [$2],
771
1472
  [$2=no
772
1473
   save_LDFLAGS="$LDFLAGS"
778
1479
     if test -s conftest.err; then
779
1480
       # Append any errors to the config.log.
780
1481
       cat conftest.err 1>&AS_MESSAGE_LOG_FD
781
 
       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
1482
       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
782
1483
       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
783
1484
       if diff conftest.exp conftest.er2 >/dev/null; then
784
1485
         $2=yes
787
1488
       $2=yes
788
1489
     fi
789
1490
   fi
790
 
   $rm -r conftest*
 
1491
   $RM -r conftest*
791
1492
   LDFLAGS="$save_LDFLAGS"
792
1493
])
793
1494
 
794
1495
if test x"[$]$2" = xyes; then
795
 
    ifelse([$4], , :, [$4])
 
1496
    m4_if([$4], , :, [$4])
796
1497
else
797
 
    ifelse([$5], , :, [$5])
 
1498
    m4_if([$5], , :, [$5])
798
1499
fi
799
 
])# AC_LIBTOOL_LINKER_OPTION
800
 
 
801
 
 
802
 
# AC_LIBTOOL_SYS_MAX_CMD_LEN
803
 
# --------------------------
804
 
AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN],
805
 
[# find the maximum length of command line arguments
 
1500
])# _LT_LINKER_OPTION
 
1501
 
 
1502
# Old name:
 
1503
AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
 
1504
dnl aclocal-1.4 backwards compatibility:
 
1505
dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
 
1506
 
 
1507
 
 
1508
# LT_CMD_MAX_LEN
 
1509
#---------------
 
1510
AC_DEFUN([LT_CMD_MAX_LEN],
 
1511
[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
1512
# find the maximum length of command line arguments
806
1513
AC_MSG_CHECKING([the maximum length of command line arguments])
807
1514
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
808
1515
  i=0
824
1531
    lt_cv_sys_max_cmd_len=-1;
825
1532
    ;;
826
1533
 
827
 
  cygwin* | mingw*)
 
1534
  cygwin* | mingw* | cegcc*)
828
1535
    # On Win9x/ME, this test blows up -- it succeeds, but takes
829
1536
    # about 5 minutes as the teststring grows exponentially.
830
1537
    # Worse, since 9x/ME are not pre-emptively multitasking,
879
1586
  sysv5* | sco5v6* | sysv4.2uw2*)
880
1587
    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
881
1588
    if test -n "$kargmax"; then
882
 
      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[        ]]//'`
 
1589
      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[         ]]//'`
883
1590
    else
884
1591
      lt_cv_sys_max_cmd_len=32768
885
1592
    fi
890
1597
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
891
1598
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
892
1599
    else
 
1600
      # Make teststring a little bigger before we do anything with it.
 
1601
      # a 1K string should be a reasonable start.
 
1602
      for i in 1 2 3 4 5 6 7 8 ; do
 
1603
        teststring=$teststring$teststring
 
1604
      done
893
1605
      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
894
 
      while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
895
 
               = "XX$teststring") >/dev/null 2>&1 &&
896
 
              new_result=`expr "X$teststring" : ".*" 2>&1` &&
897
 
              lt_cv_sys_max_cmd_len=$new_result &&
 
1606
      # If test is not a shell built-in, we'll probably end up computing a
 
1607
      # maximum length that is only half of the actual maximum length, but
 
1608
      # we can't tell.
 
1609
      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
 
1610
                 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
898
1611
              test $i != 17 # 1/2 MB should be enough
899
1612
      do
900
1613
        i=`expr $i + 1`
901
1614
        teststring=$teststring$teststring
902
1615
      done
 
1616
      # Only check the string length outside the loop.
 
1617
      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
903
1618
      teststring=
904
 
      # Add a significant safety factor because C++ compilers can tack on massive
905
 
      # amounts of additional arguments before passing them to the linker.
906
 
      # It appears as though 1/2 is a usable value.
 
1619
      # Add a significant safety factor because C++ compilers can tack on
 
1620
      # massive amounts of additional arguments before passing them to the
 
1621
      # linker.  It appears as though 1/2 is a usable value.
907
1622
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
908
1623
    fi
909
1624
    ;;
914
1629
else
915
1630
  AC_MSG_RESULT(none)
916
1631
fi
917
 
])# AC_LIBTOOL_SYS_MAX_CMD_LEN
918
 
 
919
 
 
920
 
# _LT_AC_CHECK_DLFCN
921
 
# ------------------
922
 
AC_DEFUN([_LT_AC_CHECK_DLFCN],
923
 
[AC_CHECK_HEADERS(dlfcn.h)dnl
924
 
])# _LT_AC_CHECK_DLFCN
925
 
 
926
 
 
927
 
# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
928
 
#                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
929
 
# ---------------------------------------------------------------------
930
 
AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
931
 
[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 
1632
max_cmd_len=$lt_cv_sys_max_cmd_len
 
1633
_LT_DECL([], [max_cmd_len], [0],
 
1634
    [What is the maximum length of a command?])
 
1635
])# LT_CMD_MAX_LEN
 
1636
 
 
1637
# Old name:
 
1638
AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
 
1639
dnl aclocal-1.4 backwards compatibility:
 
1640
dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
 
1641
 
 
1642
 
 
1643
# _LT_HEADER_DLFCN
 
1644
# ----------------
 
1645
m4_defun([_LT_HEADER_DLFCN],
 
1646
[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
 
1647
])# _LT_HEADER_DLFCN
 
1648
 
 
1649
 
 
1650
# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
 
1651
#                      ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
 
1652
# ----------------------------------------------------------------
 
1653
m4_defun([_LT_TRY_DLOPEN_SELF],
 
1654
[m4_require([_LT_HEADER_DLFCN])dnl
932
1655
if test "$cross_compiling" = yes; then :
933
1656
  [$4]
934
1657
else
935
1658
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
936
1659
  lt_status=$lt_dlunknown
937
 
  cat > conftest.$ac_ext <<EOF
 
1660
  cat > conftest.$ac_ext <<_LT_EOF
938
1661
[#line __oline__ "configure"
939
1662
#include "confdefs.h"
940
1663
 
976
1699
#  endif
977
1700
#endif
978
1701
 
979
 
#ifdef __cplusplus
980
 
extern "C" void exit (int);
981
 
#endif
982
 
 
983
1702
void fnord() { int i=42;}
984
1703
int main ()
985
1704
{
995
1714
  else
996
1715
    puts (dlerror ());
997
1716
 
998
 
    exit (status);
 
1717
  return status;
999
1718
}]
1000
 
EOF
 
1719
_LT_EOF
1001
1720
  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
1002
1721
    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
1003
1722
    lt_status=$?
1012
1731
  fi
1013
1732
fi
1014
1733
rm -fr conftest*
1015
 
])# _LT_AC_TRY_DLOPEN_SELF
1016
 
 
1017
 
 
1018
 
# AC_LIBTOOL_DLOPEN_SELF
1019
 
# ----------------------
1020
 
AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
1021
 
[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 
1734
])# _LT_TRY_DLOPEN_SELF
 
1735
 
 
1736
 
 
1737
# LT_SYS_DLOPEN_SELF
 
1738
# ------------------
 
1739
AC_DEFUN([LT_SYS_DLOPEN_SELF],
 
1740
[m4_require([_LT_HEADER_DLFCN])dnl
1022
1741
if test "x$enable_dlopen" != xyes; then
1023
1742
  enable_dlopen=unknown
1024
1743
  enable_dlopen_self=unknown
1034
1753
    lt_cv_dlopen_self=yes
1035
1754
    ;;
1036
1755
 
1037
 
  mingw* | pw32*)
 
1756
  mingw* | pw32* | cegcc*)
1038
1757
    lt_cv_dlopen="LoadLibrary"
1039
1758
    lt_cv_dlopen_libs=
1040
 
   ;;
 
1759
    ;;
1041
1760
 
1042
1761
  cygwin*)
1043
1762
    lt_cv_dlopen="dlopen"
1044
1763
    lt_cv_dlopen_libs=
1045
 
   ;;
 
1764
    ;;
1046
1765
 
1047
1766
  darwin*)
1048
1767
  # if libdl is installed we need to link against it
1052
1771
    lt_cv_dlopen_libs=
1053
1772
    lt_cv_dlopen_self=yes
1054
1773
    ])
1055
 
   ;;
 
1774
    ;;
1056
1775
 
1057
1776
  *)
1058
1777
    AC_CHECK_FUNC([shl_load],
1094
1813
 
1095
1814
    AC_CACHE_CHECK([whether a program can dlopen itself],
1096
1815
          lt_cv_dlopen_self, [dnl
1097
 
          _LT_AC_TRY_DLOPEN_SELF(
 
1816
          _LT_TRY_DLOPEN_SELF(
1098
1817
            lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
1099
1818
            lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
1100
1819
    ])
1102
1821
    if test "x$lt_cv_dlopen_self" = xyes; then
1103
1822
      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
1104
1823
      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
1105
 
          lt_cv_dlopen_self_static, [dnl
1106
 
          _LT_AC_TRY_DLOPEN_SELF(
 
1824
          lt_cv_dlopen_self_static, [dnl
 
1825
          _LT_TRY_DLOPEN_SELF(
1107
1826
            lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
1108
1827
            lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
1109
1828
      ])
1125
1844
  *) enable_dlopen_self_static=unknown ;;
1126
1845
  esac
1127
1846
fi
1128
 
])# AC_LIBTOOL_DLOPEN_SELF
1129
 
 
1130
 
 
1131
 
# AC_LIBTOOL_PROG_CC_C_O([TAGNAME])
1132
 
# ---------------------------------
1133
 
# Check to see if options -c and -o are simultaneously supported by compiler
1134
 
AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O],
1135
 
[AC_REQUIRE([LT_AC_PROG_SED])dnl
1136
 
AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
 
1847
_LT_DECL([dlopen_support], [enable_dlopen], [0],
 
1848
         [Whether dlopen is supported])
 
1849
_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
 
1850
         [Whether dlopen of programs is supported])
 
1851
_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
 
1852
         [Whether dlopen of statically linked programs is supported])
 
1853
])# LT_SYS_DLOPEN_SELF
 
1854
 
 
1855
# Old name:
 
1856
AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
 
1857
dnl aclocal-1.4 backwards compatibility:
 
1858
dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
 
1859
 
 
1860
 
 
1861
# _LT_COMPILER_C_O([TAGNAME])
 
1862
# ---------------------------
 
1863
# Check to see if options -c and -o are simultaneously supported by compiler.
 
1864
# This macro does not hard code the compiler like AC_PROG_CC_C_O.
 
1865
m4_defun([_LT_COMPILER_C_O],
 
1866
[m4_require([_LT_DECL_SED])dnl
 
1867
m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
1868
m4_require([_LT_TAG_COMPILER])dnl
1137
1869
AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
1138
 
  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
1139
 
  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
1140
 
   $rm -r conftest 2>/dev/null
 
1870
  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
 
1871
  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
 
1872
   $RM -r conftest 2>/dev/null
1141
1873
   mkdir conftest
1142
1874
   cd conftest
1143
1875
   mkdir out
1161
1893
   then
1162
1894
     # The compiler can only warn and ignore the option if not recognized
1163
1895
     # So say no if there are warnings
1164
 
     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
1896
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
1165
1897
     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
1166
1898
     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
1167
 
       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
1899
       _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
1168
1900
     fi
1169
1901
   fi
1170
1902
   chmod u+w . 2>&AS_MESSAGE_LOG_FD
1171
 
   $rm conftest*
 
1903
   $RM conftest*
1172
1904
   # SGI C++ compiler will create directory out/ii_files/ for
1173
1905
   # template instantiation
1174
 
   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
1175
 
   $rm out/* && rmdir out
 
1906
   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
 
1907
   $RM out/* && rmdir out
1176
1908
   cd ..
1177
 
   rmdir conftest
1178
 
   $rm conftest*
 
1909
   $RM -r conftest
 
1910
   $RM conftest*
1179
1911
])
1180
 
])# AC_LIBTOOL_PROG_CC_C_O
1181
 
 
1182
 
 
1183
 
# AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME])
1184
 
# -----------------------------------------
 
1912
_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
 
1913
        [Does compiler simultaneously support -c and -o options?])
 
1914
])# _LT_COMPILER_C_O
 
1915
 
 
1916
 
 
1917
# _LT_COMPILER_FILE_LOCKS([TAGNAME])
 
1918
# ----------------------------------
1185
1919
# Check to see if we can do hard links to lock some files if needed
1186
 
AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS],
1187
 
[AC_REQUIRE([_LT_AC_LOCK])dnl
 
1920
m4_defun([_LT_COMPILER_FILE_LOCKS],
 
1921
[m4_require([_LT_ENABLE_LOCK])dnl
 
1922
m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
1923
_LT_COMPILER_C_O([$1])
1188
1924
 
1189
1925
hard_links="nottested"
1190
 
if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
 
1926
if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
1191
1927
  # do not overwrite the value of need_locks provided by the user
1192
1928
  AC_MSG_CHECKING([if we can lock with hard links])
1193
1929
  hard_links=yes
1194
 
  $rm conftest*
 
1930
  $RM conftest*
1195
1931
  ln conftest.a conftest.b 2>/dev/null && hard_links=no
1196
1932
  touch conftest.a
1197
1933
  ln conftest.a conftest.b 2>&5 || hard_links=no
1204
1940
else
1205
1941
  need_locks=no
1206
1942
fi
1207
 
])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS
1208
 
 
1209
 
 
1210
 
# AC_LIBTOOL_OBJDIR
1211
 
# -----------------
1212
 
AC_DEFUN([AC_LIBTOOL_OBJDIR],
 
1943
_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
 
1944
])# _LT_COMPILER_FILE_LOCKS
 
1945
 
 
1946
 
 
1947
# _LT_CHECK_OBJDIR
 
1948
# ----------------
 
1949
m4_defun([_LT_CHECK_OBJDIR],
1213
1950
[AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
1214
1951
[rm -f .libs 2>/dev/null
1215
1952
mkdir .libs 2>/dev/null
1221
1958
fi
1222
1959
rmdir .libs 2>/dev/null])
1223
1960
objdir=$lt_cv_objdir
1224
 
])# AC_LIBTOOL_OBJDIR
1225
 
 
1226
 
 
1227
 
# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME])
1228
 
# ----------------------------------------------
 
1961
_LT_DECL([], [objdir], [0],
 
1962
         [The name of the directory that contains temporary libtool files])dnl
 
1963
m4_pattern_allow([LT_OBJDIR])dnl
 
1964
AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/",
 
1965
  [Define to the sub-directory in which libtool stores uninstalled libraries.])
 
1966
])# _LT_CHECK_OBJDIR
 
1967
 
 
1968
 
 
1969
# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
 
1970
# --------------------------------------
1229
1971
# Check hardcoding attributes.
1230
 
AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH],
 
1972
m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
1231
1973
[AC_MSG_CHECKING([how to hardcode library paths into programs])
1232
 
_LT_AC_TAGVAR(hardcode_action, $1)=
1233
 
if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
1234
 
   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
1235
 
   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
 
1974
_LT_TAGVAR(hardcode_action, $1)=
 
1975
if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
 
1976
   test -n "$_LT_TAGVAR(runpath_var, $1)" ||
 
1977
   test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
1236
1978
 
1237
 
  # We can hardcode non-existant directories.
1238
 
  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
 
1979
  # We can hardcode non-existent directories.
 
1980
  if test "$_LT_TAGVAR(hardcode_direct, $1)" != no &&
1239
1981
     # If the only mechanism to avoid hardcoding is shlibpath_var, we
1240
1982
     # have to relink, otherwise we might link with an installed library
1241
1983
     # when we should be linking with a yet-to-be-installed one
1242
 
     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
1243
 
     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
 
1984
     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
 
1985
     test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then
1244
1986
    # Linking always hardcodes the temporary library directory.
1245
 
    _LT_AC_TAGVAR(hardcode_action, $1)=relink
 
1987
    _LT_TAGVAR(hardcode_action, $1)=relink
1246
1988
  else
1247
1989
    # We can link without hardcoding, and we can hardcode nonexisting dirs.
1248
 
    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
 
1990
    _LT_TAGVAR(hardcode_action, $1)=immediate
1249
1991
  fi
1250
1992
else
1251
1993
  # We cannot hardcode anything, or else we can only hardcode existing
1252
1994
  # directories.
1253
 
  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
 
1995
  _LT_TAGVAR(hardcode_action, $1)=unsupported
1254
1996
fi
1255
 
AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
 
1997
AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
1256
1998
 
1257
 
if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
 
1999
if test "$_LT_TAGVAR(hardcode_action, $1)" = relink ||
 
2000
   test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then
1258
2001
  # Fast installation is not supported
1259
2002
  enable_fast_install=no
1260
2003
elif test "$shlibpath_overrides_runpath" = yes ||
1262
2005
  # Fast installation is not necessary
1263
2006
  enable_fast_install=needless
1264
2007
fi
1265
 
])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH
1266
 
 
1267
 
 
1268
 
# AC_LIBTOOL_SYS_LIB_STRIP
1269
 
# ------------------------
1270
 
AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP],
1271
 
[striplib=
 
2008
_LT_TAGDECL([], [hardcode_action], [0],
 
2009
    [How to hardcode a shared library path into an executable])
 
2010
])# _LT_LINKER_HARDCODE_LIBPATH
 
2011
 
 
2012
 
 
2013
# _LT_CMD_STRIPLIB
 
2014
# ----------------
 
2015
m4_defun([_LT_CMD_STRIPLIB],
 
2016
[m4_require([_LT_DECL_EGREP])
 
2017
striplib=
1272
2018
old_striplib=
1273
2019
AC_MSG_CHECKING([whether stripping libraries is possible])
1274
 
if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
 
2020
if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
1275
2021
  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1276
2022
  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1277
2023
  AC_MSG_RESULT([yes])
1278
2024
else
1279
2025
# FIXME - insert some real tests, host_os isn't really good enough
1280
2026
  case $host_os in
1281
 
   darwin*)
1282
 
       if test -n "$STRIP" ; then
1283
 
         striplib="$STRIP -x"
1284
 
         old_striplib="$STRIP -S"
1285
 
         AC_MSG_RESULT([yes])
1286
 
       else
1287
 
  AC_MSG_RESULT([no])
1288
 
fi
1289
 
       ;;
1290
 
   *)
1291
 
  AC_MSG_RESULT([no])
 
2027
  darwin*)
 
2028
    if test -n "$STRIP" ; then
 
2029
      striplib="$STRIP -x"
 
2030
      old_striplib="$STRIP -S"
 
2031
      AC_MSG_RESULT([yes])
 
2032
    else
 
2033
      AC_MSG_RESULT([no])
 
2034
    fi
 
2035
    ;;
 
2036
  *)
 
2037
    AC_MSG_RESULT([no])
1292
2038
    ;;
1293
2039
  esac
1294
2040
fi
1295
 
])# AC_LIBTOOL_SYS_LIB_STRIP
1296
 
 
1297
 
 
1298
 
# AC_LIBTOOL_SYS_DYNAMIC_LINKER
 
2041
_LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
 
2042
_LT_DECL([], [striplib], [1])
 
2043
])# _LT_CMD_STRIPLIB
 
2044
 
 
2045
 
 
2046
# _LT_SYS_DYNAMIC_LINKER([TAG])
1299
2047
# -----------------------------
1300
2048
# PORTME Fill in your ld.so characteristics
1301
 
AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],
1302
 
[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
2049
m4_defun([_LT_SYS_DYNAMIC_LINKER],
 
2050
[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
2051
m4_require([_LT_DECL_EGREP])dnl
 
2052
m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
2053
m4_require([_LT_DECL_OBJDUMP])dnl
 
2054
m4_require([_LT_DECL_SED])dnl
1303
2055
AC_MSG_CHECKING([dynamic linker characteristics])
1304
 
library_names_spec=
1305
 
libname_spec='lib$name'
1306
 
soname_spec=
1307
 
shrext_cmds=".so"
1308
 
postinstall_cmds=
1309
 
postuninstall_cmds=
1310
 
finish_cmds=
1311
 
finish_eval=
1312
 
shlibpath_var=
1313
 
shlibpath_overrides_runpath=unknown
1314
 
version_type=none
1315
 
dynamic_linker="$host_os ld.so"
1316
 
sys_lib_dlsearch_path_spec="/lib /usr/lib"
1317
 
m4_if($1,[],[
 
2056
m4_if([$1],
 
2057
        [], [
1318
2058
if test "$GCC" = yes; then
1319
2059
  case $host_os in
1320
2060
    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
1321
2061
    *) lt_awk_arg="/^libraries:/" ;;
1322
2062
  esac
1323
2063
  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1324
 
  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
 
2064
  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
1325
2065
    # if the path contains ";" then we assume it to be the separator
1326
2066
    # otherwise default to the standard path separator (i.e. ":") - it is
1327
2067
    # assumed that no part of a normal pathname contains ";" but that should
1328
2068
    # okay in the real world where ";" in dirpaths is itself problematic.
1329
 
    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
 
2069
    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
1330
2070
  else
1331
 
    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
2071
    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1332
2072
  fi
1333
2073
  # Ok, now we have the path, separated by spaces, we can step through it
1334
2074
  # and add multilib dir if necessary.
1342
2082
        lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
1343
2083
    fi
1344
2084
  done
1345
 
  lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
 
2085
  lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
1346
2086
BEGIN {RS=" "; FS="/|\n";} {
1347
2087
  lt_foo="";
1348
2088
  lt_count=0;
1362
2102
  if (lt_foo != "") { lt_freq[[lt_foo]]++; }
1363
2103
  if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
1364
2104
}'`
1365
 
  sys_lib_search_path_spec=`echo $lt_search_path_spec`
 
2105
  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
1366
2106
else
1367
2107
  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1368
2108
fi])
 
2109
library_names_spec=
 
2110
libname_spec='lib$name'
 
2111
soname_spec=
 
2112
shrext_cmds=".so"
 
2113
postinstall_cmds=
 
2114
postuninstall_cmds=
 
2115
finish_cmds=
 
2116
finish_eval=
 
2117
shlibpath_var=
 
2118
shlibpath_overrides_runpath=unknown
 
2119
version_type=none
 
2120
dynamic_linker="$host_os ld.so"
 
2121
sys_lib_dlsearch_path_spec="/lib /usr/lib"
1369
2122
need_lib_prefix=unknown
1370
2123
hardcode_into_libs=no
1371
2124
 
1402
2155
      aix4 | aix4.[[01]] | aix4.[[01]].*)
1403
2156
      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1404
2157
           echo ' yes '
1405
 
           echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
 
2158
           echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
1406
2159
        :
1407
2160
      else
1408
2161
        can_build_shared=no
1428
2181
  ;;
1429
2182
 
1430
2183
amigaos*)
1431
 
  library_names_spec='$libname.ixlibrary $libname.a'
1432
 
  # Create ${libname}_ixlibrary.a entries in /sys/libs.
1433
 
  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'
 
2184
  case $host_cpu in
 
2185
  powerpc)
 
2186
    # Since July 2007 AmigaOS4 officially supports .so libraries.
 
2187
    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
 
2188
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
2189
    ;;
 
2190
  m68k)
 
2191
    library_names_spec='$libname.ixlibrary $libname.a'
 
2192
    # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
2193
    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'
 
2194
    ;;
 
2195
  esac
1434
2196
  ;;
1435
2197
 
1436
2198
beos*)
1453
2215
  # libtool to hard-code these into programs
1454
2216
  ;;
1455
2217
 
1456
 
cygwin* | mingw* | pw32*)
 
2218
cygwin* | mingw* | pw32* | cegcc*)
1457
2219
  version_type=windows
1458
2220
  shrext_cmds=".dll"
1459
2221
  need_version=no
1460
2222
  need_lib_prefix=no
1461
2223
 
1462
2224
  case $GCC,$host_os in
1463
 
  yes,cygwin* | yes,mingw* | yes,pw32*)
 
2225
  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
1464
2226
    library_names_spec='$libname.dll.a'
1465
2227
    # DLL is installed to $(libdir)/../bin by postinstall_cmds
1466
2228
    postinstall_cmds='base_file=`basename \${file}`~
1467
 
      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
 
2229
      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
1468
2230
      dldir=$destdir/`dirname \$dlpath`~
1469
2231
      test -d \$dldir || mkdir -p \$dldir~
1470
2232
      $install_prog $dir/$dlname \$dldir/$dlname~
1471
 
      chmod a+x \$dldir/$dlname'
 
2233
      chmod a+x \$dldir/$dlname~
 
2234
      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
 
2235
        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
 
2236
      fi'
1472
2237
    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1473
2238
      dlpath=$dir/\$dldll~
1474
 
       $rm \$dlpath'
 
2239
       $RM \$dlpath'
1475
2240
    shlibpath_overrides_runpath=yes
1476
2241
 
1477
2242
    case $host_os in
1480
2245
      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1481
2246
      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1482
2247
      ;;
1483
 
    mingw*)
 
2248
    mingw* | cegcc*)
1484
2249
      # MinGW DLLs use traditional 'lib' prefix
1485
2250
      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1486
 
      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1487
 
      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
 
2251
      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
2252
      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
1488
2253
        # It is most probably a Windows format PATH printed by
1489
2254
        # mingw gcc, but we are running on Cygwin. Gcc prints its search
1490
2255
        # path with ; separators, and with drive letters. We can handle the
1491
2256
        # drive letters (cygwin fileutils understands them), so leave them,
1492
2257
        # especially as we might pass files found there to a mingw objdump,
1493
2258
        # which wouldn't understand a cygwinified path. Ahh.
1494
 
        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
2259
        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1495
2260
      else
1496
 
        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
2261
        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
1497
2262
      fi
1498
2263
      ;;
1499
2264
    pw32*)
1517
2282
  version_type=darwin
1518
2283
  need_lib_prefix=no
1519
2284
  need_version=no
1520
 
  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
2285
  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1521
2286
  soname_spec='${libname}${release}${major}$shared_ext'
1522
2287
  shlibpath_overrides_runpath=yes
1523
2288
  shlibpath_var=DYLD_LIBRARY_PATH
1524
2289
  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1525
 
  m4_if([$1], [],[
1526
 
  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) 
 
2290
m4_if([$1], [],[
 
2291
  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
1527
2292
  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1528
2293
  ;;
1529
2294
 
1616
2381
    fi
1617
2382
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1618
2383
    ;;
1619
 
   hppa*64*)
1620
 
     shrext_cmds='.sl'
1621
 
     hardcode_into_libs=yes
1622
 
     dynamic_linker="$host_os dld.sl"
1623
 
     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1624
 
     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1625
 
     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1626
 
     soname_spec='${libname}${release}${shared_ext}$major'
1627
 
     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1628
 
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1629
 
     ;;
1630
 
   *)
 
2384
  hppa*64*)
 
2385
    shrext_cmds='.sl'
 
2386
    hardcode_into_libs=yes
 
2387
    dynamic_linker="$host_os dld.sl"
 
2388
    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
2389
    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
2390
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
2391
    soname_spec='${libname}${release}${shared_ext}$major'
 
2392
    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
 
2393
    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
2394
    ;;
 
2395
  *)
1631
2396
    shrext_cmds='.sl'
1632
2397
    dynamic_linker="$host_os dld.sl"
1633
2398
    shlibpath_var=SHLIB_PATH
1704
2469
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1705
2470
  shlibpath_var=LD_LIBRARY_PATH
1706
2471
  shlibpath_overrides_runpath=no
 
2472
  # Some binutils ld are patched to set DT_RUNPATH
 
2473
  save_LDFLAGS=$LDFLAGS
 
2474
  save_libdir=$libdir
 
2475
  eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
 
2476
       LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
 
2477
  AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
 
2478
    [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
 
2479
       [shlibpath_overrides_runpath=yes])])
 
2480
  LDFLAGS=$save_LDFLAGS
 
2481
  libdir=$save_libdir
 
2482
 
1707
2483
  # This implies no fast_install, which is unacceptable.
1708
2484
  # Some rework will be needed to allow for fast_install
1709
2485
  # before this can be enabled.
1710
2486
  hardcode_into_libs=yes
1711
 
  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1712
 
  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
2487
 
 
2488
  # Add ABI-specific directories to the system library path.
 
2489
  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
1713
2490
 
1714
2491
  # Append ld.so.conf contents to the search path
1715
2492
  if test -f /etc/ld.so.conf; then
1716
 
    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' ' '`
 
2493
    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' ' '`
1717
2494
    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
1718
2495
  fi
1719
2496
 
1730
2507
  version_type=sunos
1731
2508
  need_lib_prefix=no
1732
2509
  need_version=no
1733
 
  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
2510
  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
1734
2511
    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1735
2512
    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1736
2513
    dynamic_linker='NetBSD (a.out) ld.so'
1751
2528
  shlibpath_overrides_runpath=yes
1752
2529
  ;;
1753
2530
 
1754
 
nto-qnx*)
1755
 
  version_type=linux
 
2531
*nto* | *qnx*)
 
2532
  version_type=qnx
1756
2533
  need_lib_prefix=no
1757
2534
  need_version=no
1758
2535
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1759
2536
  soname_spec='${libname}${release}${shared_ext}$major'
1760
2537
  shlibpath_var=LD_LIBRARY_PATH
1761
 
  shlibpath_overrides_runpath=yes
 
2538
  shlibpath_overrides_runpath=no
 
2539
  hardcode_into_libs=yes
 
2540
  dynamic_linker='ldqnx.so'
1762
2541
  ;;
1763
2542
 
1764
2543
openbsd*)
1767
2546
  need_lib_prefix=no
1768
2547
  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
1769
2548
  case $host_os in
1770
 
    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
1771
 
    *)                         need_version=no  ;;
 
2549
    openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
 
2550
    *)                          need_version=no  ;;
1772
2551
  esac
1773
2552
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1774
2553
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1775
2554
  shlibpath_var=LD_LIBRARY_PATH
1776
 
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
2555
  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1777
2556
    case $host_os in
1778
2557
      openbsd2.[[89]] | openbsd2.[[89]].*)
1779
2558
        shlibpath_overrides_runpath=no
1845
2624
    sni)
1846
2625
      shlibpath_overrides_runpath=no
1847
2626
      need_lib_prefix=no
1848
 
      export_dynamic_flag_spec='${wl}-Blargedynsym'
1849
2627
      runpath_var=LD_RUN_PATH
1850
2628
      ;;
1851
2629
    siemens)
1876
2654
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1877
2655
  soname_spec='${libname}${release}${shared_ext}$major'
1878
2656
  shlibpath_var=LD_LIBRARY_PATH
 
2657
  shlibpath_overrides_runpath=yes
1879
2658
  hardcode_into_libs=yes
1880
2659
  if test "$with_gnu_ld" = yes; then
1881
2660
    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
1882
 
    shlibpath_overrides_runpath=no
1883
2661
  else
1884
2662
    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
1885
 
    shlibpath_overrides_runpath=yes
1886
2663
    case $host_os in
1887
2664
      sco3.2v5*)
1888
2665
        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
1892
2669
  sys_lib_dlsearch_path_spec='/usr/lib'
1893
2670
  ;;
1894
2671
 
 
2672
tpf*)
 
2673
  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
 
2674
  version_type=linux
 
2675
  need_lib_prefix=no
 
2676
  need_version=no
 
2677
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
2678
  shlibpath_var=LD_LIBRARY_PATH
 
2679
  shlibpath_overrides_runpath=no
 
2680
  hardcode_into_libs=yes
 
2681
  ;;
 
2682
 
1895
2683
uts4*)
1896
2684
  version_type=linux
1897
2685
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1906
2694
AC_MSG_RESULT([$dynamic_linker])
1907
2695
test "$dynamic_linker" = no && can_build_shared=no
1908
2696
 
1909
 
AC_CACHE_VAL([lt_cv_sys_lib_search_path_spec],
1910
 
[lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"])
1911
 
sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
1912
 
AC_CACHE_VAL([lt_cv_sys_lib_dlsearch_path_spec],
1913
 
[lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"])
1914
 
sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
1915
 
 
1916
2697
variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1917
2698
if test "$GCC" = yes; then
1918
2699
  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1919
2700
fi
1920
 
])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
1921
 
 
1922
 
 
1923
 
# _LT_AC_TAGCONFIG
1924
 
# ----------------
1925
 
AC_DEFUN([_LT_AC_TAGCONFIG],
1926
 
[AC_REQUIRE([LT_AC_PROG_SED])dnl
1927
 
AC_ARG_WITH([tags],
1928
 
    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1929
 
        [include additional configurations @<:@automatic@:>@])],
1930
 
    [tagnames="$withval"])
1931
 
 
1932
 
if test -f "$ltmain" && test -n "$tagnames"; then
1933
 
  if test ! -f "${ofile}"; then
1934
 
    AC_MSG_WARN([output file `$ofile' does not exist])
1935
 
  fi
1936
 
 
1937
 
  if test -z "$LTCC"; then
1938
 
    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1939
 
    if test -z "$LTCC"; then
1940
 
      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1941
 
    else
1942
 
      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1943
 
    fi
1944
 
  fi
1945
 
  if test -z "$LTCFLAGS"; then
1946
 
    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1947
 
  fi
1948
 
 
1949
 
  # Extract list of available tagged configurations in $ofile.
1950
 
  # Note that this assumes the entire list is on one line.
1951
 
  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1952
 
 
1953
 
  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1954
 
  for tagname in $tagnames; do
1955
 
    IFS="$lt_save_ifs"
1956
 
    # Check whether tagname contains only valid characters
1957
 
    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1958
 
    "") ;;
1959
 
    *)  AC_MSG_ERROR([invalid tag name: $tagname])
1960
 
        ;;
1961
 
    esac
1962
 
 
1963
 
    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1964
 
    then
1965
 
      AC_MSG_ERROR([tag name \"$tagname\" already exists])
1966
 
    fi
1967
 
 
1968
 
    # Update the list of available tags.
1969
 
    if test -n "$tagname"; then
1970
 
      echo appending configuration tag \"$tagname\" to $ofile
1971
 
 
1972
 
      case $tagname in
1973
 
      CXX)
1974
 
        if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1975
 
            ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1976
 
            (test "X$CXX" != "Xg++"))) ; then
1977
 
          AC_LIBTOOL_LANG_CXX_CONFIG
1978
 
        else
1979
 
          tagname=""
1980
 
        fi
1981
 
        ;;
1982
 
 
1983
 
      F77)
1984
 
        if test -n "$F77" && test "X$F77" != "Xno"; then
1985
 
          AC_LIBTOOL_LANG_F77_CONFIG
1986
 
        else
1987
 
          tagname=""
1988
 
        fi
1989
 
        ;;
1990
 
 
1991
 
      GCJ)
1992
 
        if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1993
 
          AC_LIBTOOL_LANG_GCJ_CONFIG
1994
 
        else
1995
 
          tagname=""
1996
 
        fi
1997
 
        ;;
1998
 
 
1999
 
      RC)
2000
 
        AC_LIBTOOL_LANG_RC_CONFIG
2001
 
        ;;
2002
 
 
2003
 
      *)
2004
 
        AC_MSG_ERROR([Unsupported tag name: $tagname])
2005
 
        ;;
2006
 
      esac
2007
 
 
2008
 
      # Append the new tag name to the list of available tags.
2009
 
      if test -n "$tagname" ; then
2010
 
      available_tags="$available_tags $tagname"
2011
 
    fi
2012
 
    fi
2013
 
  done
2014
 
  IFS="$lt_save_ifs"
2015
 
 
2016
 
  # Now substitute the updated list of available tags.
2017
 
  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
2018
 
    mv "${ofile}T" "$ofile"
2019
 
    chmod +x "$ofile"
2020
 
  else
2021
 
    rm -f "${ofile}T"
2022
 
    AC_MSG_ERROR([unable to update list of available tagged configurations.])
2023
 
  fi
2024
 
fi
2025
 
])# _LT_AC_TAGCONFIG
2026
 
 
2027
 
 
2028
 
# AC_LIBTOOL_DLOPEN
2029
 
# -----------------
2030
 
# enable checks for dlopen support
2031
 
AC_DEFUN([AC_LIBTOOL_DLOPEN],
2032
 
 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
2033
 
])# AC_LIBTOOL_DLOPEN
2034
 
 
2035
 
 
2036
 
# AC_LIBTOOL_WIN32_DLL
2037
 
# --------------------
2038
 
# declare package support for building win32 DLLs
2039
 
AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
2040
 
[AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
2041
 
])# AC_LIBTOOL_WIN32_DLL
2042
 
 
2043
 
 
2044
 
# AC_ENABLE_SHARED([DEFAULT])
2045
 
# ---------------------------
2046
 
# implement the --enable-shared flag
2047
 
# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
2048
 
AC_DEFUN([AC_ENABLE_SHARED],
2049
 
[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
2050
 
AC_ARG_ENABLE([shared],
2051
 
    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
2052
 
        [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
2053
 
    [p=${PACKAGE-default}
2054
 
    case $enableval in
2055
 
    yes) enable_shared=yes ;;
2056
 
    no) enable_shared=no ;;
2057
 
    *)
2058
 
      enable_shared=no
2059
 
      # Look at the argument we got.  We use all the common list separators.
2060
 
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
2061
 
      for pkg in $enableval; do
2062
 
        IFS="$lt_save_ifs"
2063
 
        if test "X$pkg" = "X$p"; then
2064
 
          enable_shared=yes
2065
 
        fi
2066
 
      done
2067
 
      IFS="$lt_save_ifs"
2068
 
      ;;
2069
 
    esac],
2070
 
    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
2071
 
])# AC_ENABLE_SHARED
2072
 
 
2073
 
 
2074
 
# AC_DISABLE_SHARED
2075
 
# -----------------
2076
 
# set the default shared flag to --disable-shared
2077
 
AC_DEFUN([AC_DISABLE_SHARED],
2078
 
[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2079
 
AC_ENABLE_SHARED(no)
2080
 
])# AC_DISABLE_SHARED
2081
 
 
2082
 
 
2083
 
# AC_ENABLE_STATIC([DEFAULT])
2084
 
# ---------------------------
2085
 
# implement the --enable-static flag
2086
 
# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
2087
 
AC_DEFUN([AC_ENABLE_STATIC],
2088
 
[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
2089
 
AC_ARG_ENABLE([static],
2090
 
    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
2091
 
        [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
2092
 
    [p=${PACKAGE-default}
2093
 
    case $enableval in
2094
 
    yes) enable_static=yes ;;
2095
 
    no) enable_static=no ;;
2096
 
    *)
2097
 
     enable_static=no
2098
 
      # Look at the argument we got.  We use all the common list separators.
2099
 
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
2100
 
      for pkg in $enableval; do
2101
 
        IFS="$lt_save_ifs"
2102
 
        if test "X$pkg" = "X$p"; then
2103
 
          enable_static=yes
2104
 
        fi
2105
 
      done
2106
 
      IFS="$lt_save_ifs"
2107
 
      ;;
2108
 
    esac],
2109
 
    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
2110
 
])# AC_ENABLE_STATIC
2111
 
 
2112
 
 
2113
 
# AC_DISABLE_STATIC
2114
 
# -----------------
2115
 
# set the default static flag to --disable-static
2116
 
AC_DEFUN([AC_DISABLE_STATIC],
2117
 
[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2118
 
AC_ENABLE_STATIC(no)
2119
 
])# AC_DISABLE_STATIC
2120
 
 
2121
 
 
2122
 
# AC_ENABLE_FAST_INSTALL([DEFAULT])
2123
 
# ---------------------------------
2124
 
# implement the --enable-fast-install flag
2125
 
# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
2126
 
AC_DEFUN([AC_ENABLE_FAST_INSTALL],
2127
 
[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
2128
 
AC_ARG_ENABLE([fast-install],
2129
 
    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
2130
 
    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
2131
 
    [p=${PACKAGE-default}
2132
 
    case $enableval in
2133
 
    yes) enable_fast_install=yes ;;
2134
 
    no) enable_fast_install=no ;;
2135
 
    *)
2136
 
      enable_fast_install=no
2137
 
      # Look at the argument we got.  We use all the common list separators.
2138
 
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
2139
 
      for pkg in $enableval; do
2140
 
        IFS="$lt_save_ifs"
2141
 
        if test "X$pkg" = "X$p"; then
2142
 
          enable_fast_install=yes
2143
 
        fi
2144
 
      done
2145
 
      IFS="$lt_save_ifs"
2146
 
      ;;
2147
 
    esac],
2148
 
    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
2149
 
])# AC_ENABLE_FAST_INSTALL
2150
 
 
2151
 
 
2152
 
# AC_DISABLE_FAST_INSTALL
2153
 
# -----------------------
2154
 
# set the default to --disable-fast-install
2155
 
AC_DEFUN([AC_DISABLE_FAST_INSTALL],
2156
 
[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2157
 
AC_ENABLE_FAST_INSTALL(no)
2158
 
])# AC_DISABLE_FAST_INSTALL
2159
 
 
2160
 
 
2161
 
# AC_LIBTOOL_PICMODE([MODE])
 
2701
 
 
2702
if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
2703
  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
2704
fi
 
2705
if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
2706
  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
 
2707
fi
 
2708
 
 
2709
_LT_DECL([], [variables_saved_for_relink], [1],
 
2710
    [Variables whose values should be saved in libtool wrapper scripts and
 
2711
    restored at link time])
 
2712
_LT_DECL([], [need_lib_prefix], [0],
 
2713
    [Do we need the "lib" prefix for modules?])
 
2714
_LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
 
2715
_LT_DECL([], [version_type], [0], [Library versioning type])
 
2716
_LT_DECL([], [runpath_var], [0],  [Shared library runtime path variable])
 
2717
_LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
 
2718
_LT_DECL([], [shlibpath_overrides_runpath], [0],
 
2719
    [Is shlibpath searched before the hard-coded library search path?])
 
2720
_LT_DECL([], [libname_spec], [1], [Format of library name prefix])
 
2721
_LT_DECL([], [library_names_spec], [1],
 
2722
    [[List of archive names.  First name is the real one, the rest are links.
 
2723
    The last name is the one that the linker finds with -lNAME]])
 
2724
_LT_DECL([], [soname_spec], [1],
 
2725
    [[The coded name of the library, if different from the real name]])
 
2726
_LT_DECL([], [postinstall_cmds], [2],
 
2727
    [Command to use after installation of a shared archive])
 
2728
_LT_DECL([], [postuninstall_cmds], [2],
 
2729
    [Command to use after uninstallation of a shared archive])
 
2730
_LT_DECL([], [finish_cmds], [2],
 
2731
    [Commands used to finish a libtool library installation in a directory])
 
2732
_LT_DECL([], [finish_eval], [1],
 
2733
    [[As "finish_cmds", except a single script fragment to be evaled but
 
2734
    not shown]])
 
2735
_LT_DECL([], [hardcode_into_libs], [0],
 
2736
    [Whether we should hardcode library paths into libraries])
 
2737
_LT_DECL([], [sys_lib_search_path_spec], [2],
 
2738
    [Compile-time system search path for libraries])
 
2739
_LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
 
2740
    [Run-time system search path for libraries])
 
2741
])# _LT_SYS_DYNAMIC_LINKER
 
2742
 
 
2743
 
 
2744
# _LT_PATH_TOOL_PREFIX(TOOL)
2162
2745
# --------------------------
2163
 
# implement the --with-pic flag
2164
 
# MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
2165
 
AC_DEFUN([AC_LIBTOOL_PICMODE],
2166
 
[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2167
 
pic_mode=ifelse($#,1,$1,default)
2168
 
])# AC_LIBTOOL_PICMODE
2169
 
 
2170
 
 
2171
 
# AC_PROG_EGREP
2172
 
# -------------
2173
 
# This is predefined starting with Autoconf 2.54, so this conditional
2174
 
# definition can be removed once we require Autoconf 2.54 or later.
2175
 
m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP],
2176
 
[AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep],
2177
 
   [if echo a | (grep -E '(a|b)') >/dev/null 2>&1
2178
 
    then ac_cv_prog_egrep='grep -E'
2179
 
    else ac_cv_prog_egrep='egrep'
2180
 
    fi])
2181
 
 EGREP=$ac_cv_prog_egrep
2182
 
 AC_SUBST([EGREP])
2183
 
])])
2184
 
 
2185
 
 
2186
 
# AC_PATH_TOOL_PREFIX
2187
 
# -------------------
2188
2746
# find a file program which can recognize shared library
2189
 
AC_DEFUN([AC_PATH_TOOL_PREFIX],
2190
 
[AC_REQUIRE([AC_PROG_EGREP])dnl
 
2747
AC_DEFUN([_LT_PATH_TOOL_PREFIX],
 
2748
[m4_require([_LT_DECL_EGREP])dnl
2191
2749
AC_MSG_CHECKING([for $1])
2192
2750
AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
2193
2751
[case $MAGIC_CMD in
2200
2758
dnl $ac_dummy forces splitting on constant user-supplied paths.
2201
2759
dnl POSIX.2 word splitting is done only on the output of word expansions,
2202
2760
dnl not every word.  This closes a longstanding sh security hole.
2203
 
  ac_dummy="ifelse([$2], , $PATH, [$2])"
 
2761
  ac_dummy="m4_if([$2], , $PATH, [$2])"
2204
2762
  for ac_dir in $ac_dummy; do
2205
2763
    IFS="$lt_save_ifs"
2206
2764
    test -z "$ac_dir" && ac_dir=.
2215
2773
            $EGREP "$file_magic_regex" > /dev/null; then
2216
2774
            :
2217
2775
          else
2218
 
            cat <<EOF 1>&2
 
2776
            cat <<_LT_EOF 1>&2
2219
2777
 
2220
2778
*** Warning: the command libtool uses to detect shared libraries,
2221
2779
*** $file_magic_cmd, produces output that libtool cannot recognize.
2226
2784
*** may want to report the problem to your system manager and/or to
2227
2785
*** bug-libtool@gnu.org
2228
2786
 
2229
 
EOF
 
2787
_LT_EOF
2230
2788
          fi ;;
2231
2789
        esac
2232
2790
      fi
2243
2801
else
2244
2802
  AC_MSG_RESULT(no)
2245
2803
fi
2246
 
])# AC_PATH_TOOL_PREFIX
2247
 
 
2248
 
 
2249
 
# AC_PATH_MAGIC
2250
 
# -------------
 
2804
_LT_DECL([], [MAGIC_CMD], [0],
 
2805
         [Used to examine libraries when file_magic_cmd begins with "file"])dnl
 
2806
])# _LT_PATH_TOOL_PREFIX
 
2807
 
 
2808
# Old name:
 
2809
AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
 
2810
dnl aclocal-1.4 backwards compatibility:
 
2811
dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
 
2812
 
 
2813
 
 
2814
# _LT_PATH_MAGIC
 
2815
# --------------
2251
2816
# find a file program which can recognize a shared library
2252
 
AC_DEFUN([AC_PATH_MAGIC],
2253
 
[AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
 
2817
m4_defun([_LT_PATH_MAGIC],
 
2818
[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
2254
2819
if test -z "$lt_cv_path_MAGIC_CMD"; then
2255
2820
  if test -n "$ac_tool_prefix"; then
2256
 
    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
 
2821
    _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
2257
2822
  else
2258
2823
    MAGIC_CMD=:
2259
2824
  fi
2260
2825
fi
2261
 
])# AC_PATH_MAGIC
2262
 
 
2263
 
 
2264
 
# AC_PROG_LD
 
2826
])# _LT_PATH_MAGIC
 
2827
 
 
2828
 
 
2829
# LT_PATH_LD
2265
2830
# ----------
2266
2831
# find the pathname to the GNU or non-GNU linker
2267
 
AC_DEFUN([AC_PROG_LD],
2268
 
[AC_ARG_WITH([gnu-ld],
2269
 
    [AC_HELP_STRING([--with-gnu-ld],
 
2832
AC_DEFUN([LT_PATH_LD],
 
2833
[AC_REQUIRE([AC_PROG_CC])dnl
 
2834
AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
2835
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
2836
m4_require([_LT_DECL_SED])dnl
 
2837
m4_require([_LT_DECL_EGREP])dnl
 
2838
 
 
2839
AC_ARG_WITH([gnu-ld],
 
2840
    [AS_HELP_STRING([--with-gnu-ld],
2270
2841
        [assume the C compiler uses GNU ld @<:@default=no@:>@])],
2271
2842
    [test "$withval" = no || with_gnu_ld=yes],
2272
 
    [with_gnu_ld=no])
2273
 
AC_REQUIRE([LT_AC_PROG_SED])dnl
2274
 
AC_REQUIRE([AC_PROG_CC])dnl
2275
 
AC_REQUIRE([AC_CANONICAL_HOST])dnl
2276
 
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
2843
    [with_gnu_ld=no])dnl
 
2844
 
2277
2845
ac_prog=ld
2278
2846
if test "$GCC" = yes; then
2279
2847
  # Check if gcc -print-prog-name=ld gives a path.
2290
2858
    [[\\/]]* | ?:[[\\/]]*)
2291
2859
      re_direlt='/[[^/]][[^/]]*/\.\./'
2292
2860
      # Canonicalize the pathname of ld
2293
 
      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
2294
 
      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
2295
 
        ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
 
2861
      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
 
2862
      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
 
2863
        ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
2296
2864
      done
2297
2865
      test -z "$LD" && LD="$ac_prog"
2298
2866
      ;;
2342
2910
  AC_MSG_RESULT(no)
2343
2911
fi
2344
2912
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2345
 
AC_PROG_LD_GNU
2346
 
])# AC_PROG_LD
2347
 
 
2348
 
 
2349
 
# AC_PROG_LD_GNU
2350
 
# --------------
2351
 
AC_DEFUN([AC_PROG_LD_GNU],
2352
 
[AC_REQUIRE([AC_PROG_EGREP])dnl
2353
 
AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
 
2913
_LT_PATH_LD_GNU
 
2914
AC_SUBST([LD])
 
2915
 
 
2916
_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
 
2917
])# LT_PATH_LD
 
2918
 
 
2919
# Old names:
 
2920
AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
 
2921
AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
 
2922
dnl aclocal-1.4 backwards compatibility:
 
2923
dnl AC_DEFUN([AM_PROG_LD], [])
 
2924
dnl AC_DEFUN([AC_PROG_LD], [])
 
2925
 
 
2926
 
 
2927
# _LT_PATH_LD_GNU
 
2928
#- --------------
 
2929
m4_defun([_LT_PATH_LD_GNU],
 
2930
[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
2354
2931
[# I'd rather use --version here, but apparently some GNU lds only accept -v.
2355
2932
case `$LD -v 2>&1 </dev/null` in
2356
2933
*GNU* | *'with BFD'*)
2361
2938
  ;;
2362
2939
esac])
2363
2940
with_gnu_ld=$lt_cv_prog_gnu_ld
2364
 
])# AC_PROG_LD_GNU
2365
 
 
2366
 
 
2367
 
# AC_PROG_LD_RELOAD_FLAG
2368
 
# ----------------------
 
2941
])# _LT_PATH_LD_GNU
 
2942
 
 
2943
 
 
2944
# _LT_CMD_RELOAD
 
2945
# --------------
2369
2946
# find reload flag for linker
2370
2947
#   -- PORTME Some linkers may need a different reload flag.
2371
 
AC_DEFUN([AC_PROG_LD_RELOAD_FLAG],
 
2948
m4_defun([_LT_CMD_RELOAD],
2372
2949
[AC_CACHE_CHECK([for $LD option to reload object files],
2373
2950
  lt_cv_ld_reload_flag,
2374
2951
  [lt_cv_ld_reload_flag='-r'])
2387
2964
    fi
2388
2965
    ;;
2389
2966
esac
2390
 
])# AC_PROG_LD_RELOAD_FLAG
2391
 
 
2392
 
 
2393
 
# AC_DEPLIBS_CHECK_METHOD
2394
 
# -----------------------
 
2967
_LT_DECL([], [reload_flag], [1], [How to create reloadable object files])dnl
 
2968
_LT_DECL([], [reload_cmds], [2])dnl
 
2969
])# _LT_CMD_RELOAD
 
2970
 
 
2971
 
 
2972
# _LT_CHECK_MAGIC_METHOD
 
2973
# ----------------------
2395
2974
# how to check for library dependencies
2396
2975
#  -- PORTME fill in with the dynamic library characteristics
2397
 
AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
2398
 
[AC_CACHE_CHECK([how to recognize dependent libraries],
 
2976
m4_defun([_LT_CHECK_MAGIC_METHOD],
 
2977
[m4_require([_LT_DECL_EGREP])
 
2978
m4_require([_LT_DECL_OBJDUMP])
 
2979
AC_CACHE_CHECK([how to recognize dependent libraries],
2399
2980
lt_cv_deplibs_check_method,
2400
2981
[lt_cv_file_magic_cmd='$MAGIC_CMD'
2401
2982
lt_cv_file_magic_test_file=
2445
3026
  fi
2446
3027
  ;;
2447
3028
 
 
3029
cegcc)
 
3030
  # use the weaker test based on 'objdump'. See mingw*.
 
3031
  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
 
3032
  lt_cv_file_magic_cmd='$OBJDUMP -f'
 
3033
  ;;
 
3034
 
2448
3035
darwin* | rhapsody*)
2449
3036
  lt_cv_deplibs_check_method=pass_all
2450
3037
  ;;
2451
3038
 
2452
3039
freebsd* | dragonfly*)
2453
 
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
3040
  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
2454
3041
    case $host_cpu in
2455
3042
    i*86 )
2456
3043
      # Not sure whether the presence of OpenBSD here was a mistake.
2508
3095
  ;;
2509
3096
 
2510
3097
netbsd*)
2511
 
  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
3098
  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
2512
3099
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2513
3100
  else
2514
3101
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2521
3108
  lt_cv_file_magic_test_file=/usr/lib/libnls.so
2522
3109
  ;;
2523
3110
 
2524
 
nto-qnx*)
2525
 
  lt_cv_deplibs_check_method=unknown
 
3111
*nto* | *qnx*)
 
3112
  lt_cv_deplibs_check_method=pass_all
2526
3113
  ;;
2527
3114
 
2528
3115
openbsd*)
2529
 
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
3116
  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2530
3117
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
2531
3118
  else
2532
3119
    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2545
3132
  lt_cv_deplibs_check_method=pass_all
2546
3133
  ;;
2547
3134
 
 
3135
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
3136
  lt_cv_deplibs_check_method=pass_all
 
3137
  ;;
 
3138
 
2548
3139
sysv4 | sysv4.3*)
2549
3140
  case $host_vendor in
2550
3141
  motorola)
2572
3163
  esac
2573
3164
  ;;
2574
3165
 
2575
 
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
3166
tpf*)
2576
3167
  lt_cv_deplibs_check_method=pass_all
2577
3168
  ;;
2578
3169
esac
2580
3171
file_magic_cmd=$lt_cv_file_magic_cmd
2581
3172
deplibs_check_method=$lt_cv_deplibs_check_method
2582
3173
test -z "$deplibs_check_method" && deplibs_check_method=unknown
2583
 
])# AC_DEPLIBS_CHECK_METHOD
2584
 
 
2585
 
 
2586
 
# AC_PROG_NM
 
3174
 
 
3175
_LT_DECL([], [deplibs_check_method], [1],
 
3176
    [Method to check whether dependent libraries are shared objects])
 
3177
_LT_DECL([], [file_magic_cmd], [1],
 
3178
    [Command to use when deplibs_check_method == "file_magic"])
 
3179
])# _LT_CHECK_MAGIC_METHOD
 
3180
 
 
3181
 
 
3182
# LT_PATH_NM
2587
3183
# ----------
2588
 
# find the pathname to a BSD-compatible name lister
2589
 
AC_DEFUN([AC_PROG_NM],
2590
 
[AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
 
3184
# find the pathname to a BSD- or MS-compatible name lister
 
3185
AC_DEFUN([LT_PATH_NM],
 
3186
[AC_REQUIRE([AC_PROG_CC])dnl
 
3187
AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
2591
3188
[if test -n "$NM"; then
2592
3189
  # Let the user override the test.
2593
3190
  lt_cv_path_NM="$NM"
2629
3226
    done
2630
3227
    IFS="$lt_save_ifs"
2631
3228
  done
2632
 
  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
 
3229
  : ${lt_cv_path_NM=no}
2633
3230
fi])
2634
 
NM="$lt_cv_path_NM"
2635
 
])# AC_PROG_NM
2636
 
 
2637
 
 
2638
 
# AC_CHECK_LIBM
2639
 
# -------------
 
3231
if test "$lt_cv_path_NM" != "no"; then
 
3232
  NM="$lt_cv_path_NM"
 
3233
else
 
3234
  # Didn't find any BSD compatible name lister, look for dumpbin.
 
3235
  AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :)
 
3236
  AC_SUBST([DUMPBIN])
 
3237
  if test "$DUMPBIN" != ":"; then
 
3238
    NM="$DUMPBIN"
 
3239
  fi
 
3240
fi
 
3241
test -z "$NM" && NM=nm
 
3242
AC_SUBST([NM])
 
3243
_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
 
3244
 
 
3245
AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
 
3246
  [lt_cv_nm_interface="BSD nm"
 
3247
  echo "int some_variable = 0;" > conftest.$ac_ext
 
3248
  (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
 
3249
  (eval "$ac_compile" 2>conftest.err)
 
3250
  cat conftest.err >&AS_MESSAGE_LOG_FD
 
3251
  (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
 
3252
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
 
3253
  cat conftest.err >&AS_MESSAGE_LOG_FD
 
3254
  (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD)
 
3255
  cat conftest.out >&AS_MESSAGE_LOG_FD
 
3256
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
 
3257
    lt_cv_nm_interface="MS dumpbin"
 
3258
  fi
 
3259
  rm -f conftest*])
 
3260
])# LT_PATH_NM
 
3261
 
 
3262
# Old names:
 
3263
AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
 
3264
AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
 
3265
dnl aclocal-1.4 backwards compatibility:
 
3266
dnl AC_DEFUN([AM_PROG_NM], [])
 
3267
dnl AC_DEFUN([AC_PROG_NM], [])
 
3268
 
 
3269
 
 
3270
# LT_LIB_M
 
3271
# --------
2640
3272
# check for math library
2641
 
AC_DEFUN([AC_CHECK_LIBM],
 
3273
AC_DEFUN([LT_LIB_M],
2642
3274
[AC_REQUIRE([AC_CANONICAL_HOST])dnl
2643
3275
LIBM=
2644
3276
case $host in
2653
3285
  AC_CHECK_LIB(m, cos, LIBM="-lm")
2654
3286
  ;;
2655
3287
esac
2656
 
])# AC_CHECK_LIBM
2657
 
 
2658
 
 
2659
 
# AC_LIBLTDL_CONVENIENCE([DIRECTORY])
2660
 
# -----------------------------------
2661
 
# sets LIBLTDL to the link flags for the libltdl convenience library and
2662
 
# LTDLINCL to the include flags for the libltdl header and adds
2663
 
# --enable-ltdl-convenience to the configure arguments.  Note that
2664
 
# AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
2665
 
# it is assumed to be `libltdl'.  LIBLTDL will be prefixed with
2666
 
# '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/'
2667
 
# (note the single quotes!).  If your package is not flat and you're not
2668
 
# using automake, define top_builddir and top_srcdir appropriately in
2669
 
# the Makefiles.
2670
 
AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
2671
 
[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2672
 
  case $enable_ltdl_convenience in
2673
 
  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2674
 
  "") enable_ltdl_convenience=yes
2675
 
      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2676
 
  esac
2677
 
  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2678
 
  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2679
 
  # For backwards non-gettext consistent compatibility...
2680
 
  INCLTDL="$LTDLINCL"
2681
 
])# AC_LIBLTDL_CONVENIENCE
2682
 
 
2683
 
 
2684
 
# AC_LIBLTDL_INSTALLABLE([DIRECTORY])
2685
 
# -----------------------------------
2686
 
# sets LIBLTDL to the link flags for the libltdl installable library and
2687
 
# LTDLINCL to the include flags for the libltdl header and adds
2688
 
# --enable-ltdl-install to the configure arguments.  Note that
2689
 
# AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
2690
 
# and an installed libltdl is not found, it is assumed to be `libltdl'.
2691
 
# LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with
2692
 
# '${top_srcdir}/' (note the single quotes!).  If your package is not
2693
 
# flat and you're not using automake, define top_builddir and top_srcdir
2694
 
# appropriately in the Makefiles.
2695
 
# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
2696
 
AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
2697
 
[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2698
 
  AC_CHECK_LIB(ltdl, lt_dlinit,
2699
 
  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2700
 
  [if test x"$enable_ltdl_install" = xno; then
2701
 
     AC_MSG_WARN([libltdl not installed, but installation disabled])
2702
 
   else
2703
 
     enable_ltdl_install=yes
2704
 
   fi
2705
 
  ])
2706
 
  if test x"$enable_ltdl_install" = x"yes"; then
2707
 
    ac_configure_args="$ac_configure_args --enable-ltdl-install"
2708
 
    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2709
 
    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2710
 
  else
2711
 
    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2712
 
    LIBLTDL="-lltdl"
2713
 
    LTDLINCL=
2714
 
  fi
2715
 
  # For backwards non-gettext consistent compatibility...
2716
 
  INCLTDL="$LTDLINCL"
2717
 
])# AC_LIBLTDL_INSTALLABLE
2718
 
 
2719
 
 
2720
 
# AC_LIBTOOL_CXX
2721
 
# --------------
2722
 
# enable support for C++ libraries
2723
 
AC_DEFUN([AC_LIBTOOL_CXX],
2724
 
[AC_REQUIRE([_LT_AC_LANG_CXX])
2725
 
])# AC_LIBTOOL_CXX
2726
 
 
2727
 
 
2728
 
# _LT_AC_LANG_CXX
2729
 
# ---------------
2730
 
AC_DEFUN([_LT_AC_LANG_CXX],
2731
 
[AC_REQUIRE([AC_PROG_CXX])
2732
 
AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2733
 
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2734
 
])# _LT_AC_LANG_CXX
2735
 
 
2736
 
# _LT_AC_PROG_CXXCPP
2737
 
# ------------------
2738
 
AC_DEFUN([_LT_AC_PROG_CXXCPP],
2739
 
[
2740
 
AC_REQUIRE([AC_PROG_CXX])
2741
 
if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2742
 
    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2743
 
    (test "X$CXX" != "Xg++"))) ; then
2744
 
  AC_PROG_CXXCPP
2745
 
fi
2746
 
])# _LT_AC_PROG_CXXCPP
2747
 
 
2748
 
# AC_LIBTOOL_F77
2749
 
# --------------
2750
 
# enable support for Fortran 77 libraries
2751
 
AC_DEFUN([AC_LIBTOOL_F77],
2752
 
[AC_REQUIRE([_LT_AC_LANG_F77])
2753
 
])# AC_LIBTOOL_F77
2754
 
 
2755
 
 
2756
 
# _LT_AC_LANG_F77
2757
 
# ---------------
2758
 
AC_DEFUN([_LT_AC_LANG_F77],
2759
 
[AC_REQUIRE([AC_PROG_F77])
2760
 
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2761
 
])# _LT_AC_LANG_F77
2762
 
 
2763
 
 
2764
 
# AC_LIBTOOL_GCJ
2765
 
# --------------
2766
 
# enable support for GCJ libraries
2767
 
AC_DEFUN([AC_LIBTOOL_GCJ],
2768
 
[AC_REQUIRE([_LT_AC_LANG_GCJ])
2769
 
])# AC_LIBTOOL_GCJ
2770
 
 
2771
 
 
2772
 
# _LT_AC_LANG_GCJ
2773
 
# ---------------
2774
 
AC_DEFUN([_LT_AC_LANG_GCJ],
2775
 
[AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2776
 
  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2777
 
    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2778
 
      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2779
 
         [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2780
 
           [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2781
 
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2782
 
])# _LT_AC_LANG_GCJ
2783
 
 
2784
 
 
2785
 
# AC_LIBTOOL_RC
2786
 
# -------------
2787
 
# enable support for Windows resource files
2788
 
AC_DEFUN([AC_LIBTOOL_RC],
2789
 
[AC_REQUIRE([LT_AC_PROG_RC])
2790
 
_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2791
 
])# AC_LIBTOOL_RC
2792
 
 
2793
 
 
2794
 
# AC_LIBTOOL_LANG_C_CONFIG
2795
 
# ------------------------
2796
 
# Ensure that the configuration vars for the C compiler are
2797
 
# suitably defined.  Those variables are subsequently used by
2798
 
# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
2799
 
AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2800
 
AC_DEFUN([_LT_AC_LANG_C_CONFIG],
2801
 
[lt_save_CC="$CC"
2802
 
AC_LANG_PUSH(C)
2803
 
 
2804
 
# Source file extension for C test sources.
2805
 
ac_ext=c
2806
 
 
2807
 
# Object file extension for compiled C test sources.
2808
 
objext=o
2809
 
_LT_AC_TAGVAR(objext, $1)=$objext
2810
 
 
2811
 
# Code to be used in simple compile tests
2812
 
lt_simple_compile_test_code="int some_variable = 0;"
2813
 
 
2814
 
# Code to be used in simple link tests
2815
 
lt_simple_link_test_code='int main(){return(0);}'
2816
 
 
2817
 
_LT_AC_SYS_COMPILER
2818
 
 
2819
 
# save warnings/boilerplate of simple test code
2820
 
_LT_COMPILER_BOILERPLATE
2821
 
_LT_LINKER_BOILERPLATE
2822
 
 
2823
 
AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2824
 
AC_LIBTOOL_PROG_COMPILER_PIC($1)
2825
 
AC_LIBTOOL_PROG_CC_C_O($1)
2826
 
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2827
 
AC_LIBTOOL_PROG_LD_SHLIBS($1)
2828
 
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2829
 
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2830
 
AC_LIBTOOL_SYS_LIB_STRIP
2831
 
AC_LIBTOOL_DLOPEN_SELF
2832
 
 
2833
 
# Report which library types will actually be built
2834
 
AC_MSG_CHECKING([if libtool supports shared libraries])
2835
 
AC_MSG_RESULT([$can_build_shared])
2836
 
 
2837
 
AC_MSG_CHECKING([whether to build shared libraries])
2838
 
test "$can_build_shared" = "no" && enable_shared=no
2839
 
 
2840
 
# On AIX, shared libraries and static libraries use the same namespace, and
2841
 
# are all built from PIC.
2842
 
case $host_os in
2843
 
aix3*)
2844
 
  test "$enable_shared" = yes && enable_static=no
2845
 
  if test -n "$RANLIB"; then
2846
 
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
2847
 
    postinstall_cmds='$RANLIB $lib'
2848
 
  fi
2849
 
  ;;
2850
 
 
2851
 
aix[[4-9]]*)
2852
 
  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2853
 
    test "$enable_shared" = yes && enable_static=no
2854
 
  fi
2855
 
    ;;
2856
 
esac
2857
 
AC_MSG_RESULT([$enable_shared])
2858
 
 
2859
 
AC_MSG_CHECKING([whether to build static libraries])
2860
 
# Make sure either enable_shared or enable_static is yes.
2861
 
test "$enable_shared" = yes || enable_static=yes
2862
 
AC_MSG_RESULT([$enable_static])
2863
 
 
2864
 
AC_LIBTOOL_CONFIG($1)
2865
 
 
2866
 
AC_LANG_POP
2867
 
CC="$lt_save_CC"
2868
 
])# AC_LIBTOOL_LANG_C_CONFIG
2869
 
 
2870
 
 
2871
 
# AC_LIBTOOL_LANG_CXX_CONFIG
2872
 
# --------------------------
2873
 
# Ensure that the configuration vars for the C compiler are
2874
 
# suitably defined.  Those variables are subsequently used by
2875
 
# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
2876
 
AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2877
 
AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
2878
 
[AC_LANG_PUSH(C++)
2879
 
AC_REQUIRE([AC_PROG_CXX])
2880
 
AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2881
 
 
2882
 
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2883
 
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
2884
 
_LT_AC_TAGVAR(always_export_symbols, $1)=no
2885
 
_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2886
 
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2887
 
_LT_AC_TAGVAR(hardcode_direct, $1)=no
2888
 
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2889
 
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2890
 
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2891
 
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2892
 
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2893
 
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
2894
 
_LT_AC_TAGVAR(module_cmds, $1)=
2895
 
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
2896
 
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2897
 
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2898
 
_LT_AC_TAGVAR(no_undefined_flag, $1)=
2899
 
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2900
 
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2901
 
 
2902
 
# Dependencies to place before and after the object being linked:
2903
 
_LT_AC_TAGVAR(predep_objects, $1)=
2904
 
_LT_AC_TAGVAR(postdep_objects, $1)=
2905
 
_LT_AC_TAGVAR(predeps, $1)=
2906
 
_LT_AC_TAGVAR(postdeps, $1)=
2907
 
_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2908
 
_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
2909
 
 
2910
 
# Source file extension for C++ test sources.
2911
 
ac_ext=cpp
2912
 
 
2913
 
# Object file extension for compiled C++ test sources.
2914
 
objext=o
2915
 
_LT_AC_TAGVAR(objext, $1)=$objext
2916
 
 
2917
 
# Code to be used in simple compile tests
2918
 
lt_simple_compile_test_code="int some_variable = 0;"
2919
 
 
2920
 
# Code to be used in simple link tests
2921
 
lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
2922
 
 
2923
 
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
2924
 
_LT_AC_SYS_COMPILER
2925
 
 
2926
 
# save warnings/boilerplate of simple test code
2927
 
_LT_COMPILER_BOILERPLATE
2928
 
_LT_LINKER_BOILERPLATE
2929
 
 
2930
 
# Allow CC to be a program name with arguments.
2931
 
lt_save_CC=$CC
2932
 
lt_save_LD=$LD
2933
 
lt_save_GCC=$GCC
2934
 
GCC=$GXX
2935
 
lt_save_with_gnu_ld=$with_gnu_ld
2936
 
lt_save_path_LD=$lt_cv_path_LD
2937
 
if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2938
 
  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2939
 
else
2940
 
  $as_unset lt_cv_prog_gnu_ld
2941
 
fi
2942
 
if test -n "${lt_cv_path_LDCXX+set}"; then
2943
 
  lt_cv_path_LD=$lt_cv_path_LDCXX
2944
 
else
2945
 
  $as_unset lt_cv_path_LD
2946
 
fi
2947
 
test -z "${LDCXX+set}" || LD=$LDCXX
2948
 
CC=${CXX-"c++"}
2949
 
compiler=$CC
2950
 
_LT_AC_TAGVAR(compiler, $1)=$CC
2951
 
_LT_CC_BASENAME([$compiler])
2952
 
 
2953
 
# We don't want -fno-exception wen compiling C++ code, so set the
2954
 
# no_builtin_flag separately
2955
 
if test "$GXX" = yes; then
2956
 
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2957
 
else
2958
 
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2959
 
fi
2960
 
 
2961
 
if test "$GXX" = yes; then
2962
 
  # Set up default GNU C++ configuration
2963
 
 
2964
 
  AC_PROG_LD
2965
 
 
2966
 
  # Check if GNU C++ uses GNU ld as the underlying linker, since the
2967
 
  # archiving commands below assume that GNU ld is being used.
2968
 
  if test "$with_gnu_ld" = yes; then
2969
 
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2970
 
    _LT_AC_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'
2971
 
 
2972
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2973
 
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2974
 
 
2975
 
    # If archive_cmds runs LD, not CC, wlarc should be empty
2976
 
    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2977
 
    #     investigate it a little bit more. (MM)
2978
 
    wlarc='${wl}'
2979
 
 
2980
 
    # ancient GNU ld didn't support --whole-archive et. al.
2981
 
    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2982
 
        grep 'no-whole-archive' > /dev/null; then
2983
 
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2984
 
    else
2985
 
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2986
 
    fi
2987
 
  else
2988
 
    with_gnu_ld=no
2989
 
    wlarc=
2990
 
 
2991
 
    # A generic and very simple default shared library creation
2992
 
    # command for GNU C++ for the case where it uses the native
2993
 
    # linker, instead of GNU ld.  If possible, this setting should
2994
 
    # overridden to take advantage of the native linker features on
2995
 
    # the platform it is being used on.
2996
 
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2997
 
  fi
2998
 
 
2999
 
  # Commands to make compiler produce verbose output that lists
3000
 
  # what "hidden" libraries, object files and flags are used when
3001
 
  # linking a shared library.
3002
 
  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3003
 
 
3004
 
else
3005
 
  GXX=no
3006
 
  with_gnu_ld=no
3007
 
  wlarc=
3008
 
fi
3009
 
 
3010
 
# PORTME: fill in a description of your system's C++ link characteristics
3011
 
AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
3012
 
_LT_AC_TAGVAR(ld_shlibs, $1)=yes
3013
 
case $host_os in
3014
 
  aix3*)
3015
 
    # FIXME: insert proper C++ library support
3016
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3017
 
    ;;
3018
 
  aix[[4-9]]*)
3019
 
    if test "$host_cpu" = ia64; then
3020
 
      # On IA64, the linker does run time linking by default, so we don't
3021
 
      # have to do anything special.
3022
 
      aix_use_runtimelinking=no
3023
 
      exp_sym_flag='-Bexport'
3024
 
      no_entry_flag=""
3025
 
    else
3026
 
      aix_use_runtimelinking=no
3027
 
 
3028
 
      # Test if we are trying to use run time linking or normal
3029
 
      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
3030
 
      # need to do runtime linking.
3031
 
      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
3032
 
        for ld_flag in $LDFLAGS; do
3033
 
          case $ld_flag in
3034
 
          *-brtl*)
3035
 
            aix_use_runtimelinking=yes
3036
 
            break
3037
 
            ;;
3038
 
          esac
3039
 
        done
3040
 
        ;;
3041
 
      esac
3042
 
 
3043
 
      exp_sym_flag='-bexport'
3044
 
      no_entry_flag='-bnoentry'
3045
 
    fi
3046
 
 
3047
 
    # When large executables or shared objects are built, AIX ld can
3048
 
    # have problems creating the table of contents.  If linking a library
3049
 
    # or program results in "error TOC overflow" add -mminimal-toc to
3050
 
    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
3051
 
    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
3052
 
 
3053
 
    _LT_AC_TAGVAR(archive_cmds, $1)=''
3054
 
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3055
 
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3056
 
    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3057
 
 
3058
 
    if test "$GXX" = yes; then
3059
 
      case $host_os in aix4.[[012]]|aix4.[[012]].*)
3060
 
      # We only want to do this on AIX 4.2 and lower, the check
3061
 
      # below for broken collect2 doesn't work under 4.3+
3062
 
        collect2name=`${CC} -print-prog-name=collect2`
3063
 
        if test -f "$collect2name" && \
3064
 
           strings "$collect2name" | grep resolve_lib_name >/dev/null
3065
 
        then
3066
 
          # We have reworked collect2
3067
 
          :
3068
 
        else
3069
 
          # We have old collect2
3070
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
3071
 
          # It fails to find uninstalled libraries when the uninstalled
3072
 
          # path is not listed in the libpath.  Setting hardcode_minus_L
3073
 
          # to unsupported forces relinking
3074
 
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
3075
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
3076
 
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3077
 
        fi
3078
 
        ;;
3079
 
      esac
3080
 
      shared_flag='-shared'
3081
 
      if test "$aix_use_runtimelinking" = yes; then
3082
 
        shared_flag="$shared_flag "'${wl}-G'
3083
 
      fi
3084
 
    else
3085
 
      # not using gcc
3086
 
      if test "$host_cpu" = ia64; then
3087
 
        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
3088
 
        # chokes on -Wl,-G. The following line is correct:
3089
 
        shared_flag='-G'
3090
 
      else
3091
 
        if test "$aix_use_runtimelinking" = yes; then
3092
 
          shared_flag='${wl}-G'
3093
 
        else
3094
 
          shared_flag='${wl}-bM:SRE'
3095
 
        fi
3096
 
      fi
3097
 
    fi
3098
 
 
3099
 
    # It seems that -bexpall does not export symbols beginning with
3100
 
    # underscore (_), so it is better to generate a list of symbols to export.
3101
 
    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
3102
 
    if test "$aix_use_runtimelinking" = yes; then
3103
 
      # Warning - without using the other runtime loading flags (-brtl),
3104
 
      # -berok will link without error, but may produce a broken library.
3105
 
      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
3106
 
      # Determine the default libpath from the value encoded in an empty executable.
3107
 
      _LT_AC_SYS_LIBPATH_AIX
3108
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
3109
 
 
3110
 
      _LT_AC_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 "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
3111
 
     else
3112
 
      if test "$host_cpu" = ia64; then
3113
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
3114
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
3115
 
        _LT_AC_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"
3116
 
      else
3117
 
        # Determine the default libpath from the value encoded in an empty executable.
3118
 
        _LT_AC_SYS_LIBPATH_AIX
3119
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
3120
 
        # Warning - without using the other run time loading flags,
3121
 
        # -berok will link without error, but may produce a broken library.
3122
 
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
3123
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
3124
 
        # Exported symbols can be pulled into shared objects from archives
3125
 
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
3126
 
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
3127
 
        # This is similar to how AIX traditionally builds its shared libraries.
3128
 
        _LT_AC_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'
3129
 
      fi
3130
 
    fi
3131
 
    ;;
3132
 
 
3133
 
  beos*)
3134
 
    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
3135
 
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
3136
 
      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
3137
 
      # support --undefined.  This deserves some investigation.  FIXME
3138
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3139
 
    else
3140
 
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
3141
 
    fi
3142
 
    ;;
3143
 
 
3144
 
  chorus*)
3145
 
    case $cc_basename in
3146
 
      *)
3147
 
        # FIXME: insert proper C++ library support
3148
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3149
 
        ;;
3150
 
    esac
3151
 
    ;;
3152
 
 
3153
 
  cygwin* | mingw* | pw32*)
3154
 
    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
3155
 
    # as there is no search path for DLLs.
3156
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
3157
 
    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
3158
 
    _LT_AC_TAGVAR(always_export_symbols, $1)=no
3159
 
    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
3160
 
 
3161
 
    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
3162
 
      _LT_AC_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'
3163
 
      # If the export-symbols file already is a .def file (1st line
3164
 
      # is EXPORTS), use it as is; otherwise, prepend...
3165
 
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
3166
 
        cp $export_symbols $output_objdir/$soname.def;
3167
 
      else
3168
 
        echo EXPORTS > $output_objdir/$soname.def;
3169
 
        cat $export_symbols >> $output_objdir/$soname.def;
3170
 
      fi~
3171
 
      $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'
3172
 
    else
3173
 
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
3174
 
    fi
3175
 
  ;;
3176
 
      darwin* | rhapsody*)
3177
 
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3178
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
3179
 
      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
3180
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
3181
 
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
3182
 
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3183
 
      _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
3184
 
      if test "$GXX" = yes ; then
3185
 
      output_verbose_link_cmd='echo'
3186
 
      _LT_AC_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}"
3187
 
      _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
3188
 
      _LT_AC_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}"
3189
 
      _LT_AC_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}"
3190
 
      if test "$lt_cv_apple_cc_single_mod" != "yes"; then
3191
 
        _LT_AC_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}"
3192
 
        _LT_AC_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}"
3193
 
      fi
3194
 
      else
3195
 
      case $cc_basename in
3196
 
        xlc*)
3197
 
         output_verbose_link_cmd='echo'
3198
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
3199
 
          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
3200
 
          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
3201
 
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3202
 
          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3203
 
          ;;
3204
 
       *)
3205
 
         _LT_AC_TAGVAR(ld_shlibs, $1)=no
3206
 
          ;;
3207
 
      esac
3208
 
      fi
3209
 
        ;;
3210
 
 
3211
 
  dgux*)
3212
 
    case $cc_basename in
3213
 
      ec++*)
3214
 
        # FIXME: insert proper C++ library support
3215
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3216
 
        ;;
3217
 
      ghcx*)
3218
 
        # Green Hills C++ Compiler
3219
 
        # FIXME: insert proper C++ library support
3220
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3221
 
        ;;
3222
 
      *)
3223
 
        # FIXME: insert proper C++ library support
3224
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3225
 
        ;;
3226
 
    esac
3227
 
    ;;
3228
 
  freebsd[[12]]*)
3229
 
    # C++ shared libraries reported to be fairly broken before switch to ELF
3230
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3231
 
    ;;
3232
 
  freebsd-elf*)
3233
 
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3234
 
    ;;
3235
 
  freebsd* | dragonfly*)
3236
 
    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
3237
 
    # conventions
3238
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
3239
 
    ;;
3240
 
  gnu*)
3241
 
    ;;
3242
 
  hpux9*)
3243
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3244
 
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3245
 
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3246
 
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3247
 
    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
3248
 
                                # but as the default
3249
 
                                # location of the library.
3250
 
 
3251
 
    case $cc_basename in
3252
 
    CC*)
3253
 
      # FIXME: insert proper C++ library support
3254
 
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
3255
 
      ;;
3256
 
    aCC*)
3257
 
      _LT_AC_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'
3258
 
      # Commands to make compiler produce verbose output that lists
3259
 
      # what "hidden" libraries, object files and flags are used when
3260
 
      # linking a shared library.
3261
 
      #
3262
 
      # There doesn't appear to be a way to prevent this compiler from
3263
 
      # explicitly linking system object files so we need to strip them
3264
 
      # from the output so that they don't get included in the library
3265
 
      # dependencies.
3266
 
      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 $list'
3267
 
      ;;
3268
 
    *)
3269
 
      if test "$GXX" = yes; then
3270
 
        _LT_AC_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'
3271
 
      else
3272
 
        # FIXME: insert proper C++ library support
3273
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3274
 
      fi
3275
 
      ;;
3276
 
    esac
3277
 
    ;;
3278
 
  hpux10*|hpux11*)
3279
 
    if test $with_gnu_ld = no; then
3280
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3281
 
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3282
 
 
3283
 
      case $host_cpu in
3284
 
      hppa*64*|ia64*) ;;
3285
 
      *)
3286
 
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3287
 
        ;;
3288
 
      esac
3289
 
    fi
3290
 
    case $host_cpu in
3291
 
    hppa*64*|ia64*)
3292
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
3293
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3294
 
      ;;
3295
 
    *)
3296
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3297
 
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
3298
 
                                              # but as the default
3299
 
                                              # location of the library.
3300
 
      ;;
3301
 
    esac
3302
 
 
3303
 
    case $cc_basename in
3304
 
      CC*)
3305
 
        # FIXME: insert proper C++ library support
3306
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3307
 
        ;;
3308
 
      aCC*)
3309
 
        case $host_cpu in
3310
 
        hppa*64*)
3311
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3312
 
          ;;
3313
 
        ia64*)
3314
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3315
 
          ;;
3316
 
        *)
3317
 
          _LT_AC_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'
3318
 
          ;;
3319
 
        esac
3320
 
        # Commands to make compiler produce verbose output that lists
3321
 
        # what "hidden" libraries, object files and flags are used when
3322
 
        # linking a shared library.
3323
 
        #
3324
 
        # There doesn't appear to be a way to prevent this compiler from
3325
 
        # explicitly linking system object files so we need to strip them
3326
 
        # from the output so that they don't get included in the library
3327
 
        # dependencies.
3328
 
        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 $list'
3329
 
        ;;
3330
 
      *)
3331
 
        if test "$GXX" = yes; then
3332
 
          if test $with_gnu_ld = no; then
3333
 
            case $host_cpu in
3334
 
            hppa*64*)
3335
 
              _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3336
 
              ;;
3337
 
            ia64*)
3338
 
              _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3339
 
              ;;
3340
 
            *)
3341
 
              _LT_AC_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'
3342
 
              ;;
3343
 
            esac
3344
 
          fi
3345
 
        else
3346
 
          # FIXME: insert proper C++ library support
3347
 
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
3348
 
        fi
3349
 
        ;;
3350
 
    esac
3351
 
    ;;
3352
 
  interix[[3-9]]*)
3353
 
    _LT_AC_TAGVAR(hardcode_direct, $1)=no
3354
 
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3355
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3356
 
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3357
 
    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
3358
 
    # Instead, shared libraries are loaded at an image base (0x10000000 by
3359
 
    # default) and relocated if they conflict, which is a slow very memory
3360
 
    # consuming and fragmenting process.  To avoid this, we pick a random,
3361
 
    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
3362
 
    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
3363
 
    _LT_AC_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'
3364
 
    _LT_AC_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'
3365
 
    ;;
3366
 
  irix5* | irix6*)
3367
 
    case $cc_basename in
3368
 
      CC*)
3369
 
        # SGI C++
3370
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
3371
 
 
3372
 
        # Archives containing C++ object files must be created using
3373
 
        # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
3374
 
        # necessary to make sure instantiated templates are included
3375
 
        # in the archive.
3376
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
3377
 
        ;;
3378
 
      *)
3379
 
        if test "$GXX" = yes; then
3380
 
          if test "$with_gnu_ld" = no; then
3381
 
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
3382
 
          else
3383
 
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
3384
 
          fi
3385
 
        fi
3386
 
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3387
 
        ;;
3388
 
    esac
3389
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3390
 
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3391
 
    ;;
3392
 
  linux* | k*bsd*-gnu)
3393
 
    case $cc_basename in
3394
 
      KCC*)
3395
 
        # Kuck and Associates, Inc. (KAI) C++ Compiler
3396
 
 
3397
 
        # KCC will only create a shared library if the output file
3398
 
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
3399
 
        # to its proper name (with version) after linking.
3400
 
        _LT_AC_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'
3401
 
        _LT_AC_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'
3402
 
        # Commands to make compiler produce verbose output that lists
3403
 
        # what "hidden" libraries, object files and flags are used when
3404
 
        # linking a shared library.
3405
 
        #
3406
 
        # There doesn't appear to be a way to prevent this compiler from
3407
 
        # explicitly linking system object files so we need to strip them
3408
 
        # from the output so that they don't get included in the library
3409
 
        # dependencies.
3410
 
        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 $list'
3411
 
 
3412
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
3413
 
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3414
 
 
3415
 
        # Archives containing C++ object files must be created using
3416
 
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3417
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3418
 
        ;;
3419
 
      icpc*)
3420
 
        # Intel C++
3421
 
        with_gnu_ld=yes
3422
 
        # version 8.0 and above of icpc choke on multiply defined symbols
3423
 
        # if we add $predep_objects and $postdep_objects, however 7.1 and
3424
 
        # earlier do not add the objects themselves.
3425
 
        case `$CC -V 2>&1` in
3426
 
        *"Version 7."*)
3427
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3428
 
          _LT_AC_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'
3429
 
          ;;
3430
 
        *)  # Version 8.0 or newer
3431
 
          tmp_idyn=
3432
 
          case $host_cpu in
3433
 
            ia64*) tmp_idyn=' -i_dynamic';;
3434
 
          esac
3435
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3436
 
          _LT_AC_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'
3437
 
          ;;
3438
 
        esac
3439
 
        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3440
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3441
 
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3442
 
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
3443
 
        ;;
3444
 
      pgCC* | pgcpp*)
3445
 
        # Portland Group C++ compiler
3446
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
3447
 
        _LT_AC_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'
3448
 
 
3449
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
3450
 
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3451
 
        _LT_AC_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'
3452
 
        ;;
3453
 
      cxx*)
3454
 
        # Compaq C++
3455
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3456
 
        _LT_AC_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'
3457
 
 
3458
 
        runpath_var=LD_RUN_PATH
3459
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3460
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3461
 
 
3462
 
        # Commands to make compiler produce verbose output that lists
3463
 
        # what "hidden" libraries, object files and flags are used when
3464
 
        # linking a shared library.
3465
 
        #
3466
 
        # There doesn't appear to be a way to prevent this compiler from
3467
 
        # explicitly linking system object files so we need to strip them
3468
 
        # from the output so that they don't get included in the library
3469
 
        # dependencies.
3470
 
        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3471
 
        ;;
3472
 
      *)
3473
 
        case `$CC -V 2>&1 | sed 5q` in
3474
 
        *Sun\ C*)
3475
 
          # Sun C++ 5.9
3476
 
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3477
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3478
 
          _LT_AC_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'
3479
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3480
 
          _LT_AC_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'
3481
 
 
3482
 
          # Not sure whether something based on
3483
 
          # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
3484
 
          # would be better.
3485
 
          output_verbose_link_cmd='echo'
3486
 
 
3487
 
          # Archives containing C++ object files must be created using
3488
 
          # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3489
 
          # necessary to make sure instantiated templates are included
3490
 
          # in the archive.
3491
 
          _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3492
 
          ;;
3493
 
        esac
3494
 
        ;;
3495
 
    esac
3496
 
    ;;
3497
 
  lynxos*)
3498
 
    # FIXME: insert proper C++ library support
3499
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3500
 
    ;;
3501
 
  m88k*)
3502
 
    # FIXME: insert proper C++ library support
3503
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3504
 
    ;;
3505
 
  mvs*)
3506
 
    case $cc_basename in
3507
 
      cxx*)
3508
 
        # FIXME: insert proper C++ library support
3509
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3510
 
        ;;
3511
 
      *)
3512
 
        # FIXME: insert proper C++ library support
3513
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3514
 
        ;;
3515
 
    esac
3516
 
    ;;
3517
 
  netbsd*)
3518
 
    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3519
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
3520
 
      wlarc=
3521
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3522
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3523
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3524
 
    fi
3525
 
    # Workaround some broken pre-1.5 toolchains
3526
 
    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
3527
 
    ;;
3528
 
  openbsd2*)
3529
 
    # C++ shared libraries are fairly broken
3530
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3531
 
    ;;
3532
 
  openbsd*)
3533
 
    if test -f /usr/libexec/ld.so; then
3534
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3535
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3536
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
3537
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3538
 
      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3539
 
        _LT_AC_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'
3540
 
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3541
 
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3542
 
      fi
3543
 
      output_verbose_link_cmd='echo'
3544
 
    else
3545
 
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
3546
 
    fi
3547
 
    ;;
3548
 
  osf3*)
3549
 
    case $cc_basename in
3550
 
      KCC*)
3551
 
        # Kuck and Associates, Inc. (KAI) C++ Compiler
3552
 
 
3553
 
        # KCC will only create a shared library if the output file
3554
 
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
3555
 
        # to its proper name (with version) after linking.
3556
 
        _LT_AC_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'
3557
 
 
3558
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3559
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3560
 
 
3561
 
        # Archives containing C++ object files must be created using
3562
 
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3563
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3564
 
 
3565
 
        ;;
3566
 
      RCC*)
3567
 
        # Rational C++ 2.4.1
3568
 
        # FIXME: insert proper C++ library support
3569
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3570
 
        ;;
3571
 
      cxx*)
3572
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3573
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
3574
 
 
3575
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3576
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3577
 
 
3578
 
        # Commands to make compiler produce verbose output that lists
3579
 
        # what "hidden" libraries, object files and flags are used when
3580
 
        # linking a shared library.
3581
 
        #
3582
 
        # There doesn't appear to be a way to prevent this compiler from
3583
 
        # explicitly linking system object files so we need to strip them
3584
 
        # from the output so that they don't get included in the library
3585
 
        # dependencies.
3586
 
        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3587
 
        ;;
3588
 
      *)
3589
 
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3590
 
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3591
 
          _LT_AC_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 ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
3592
 
 
3593
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3594
 
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3595
 
 
3596
 
          # Commands to make compiler produce verbose output that lists
3597
 
          # what "hidden" libraries, object files and flags are used when
3598
 
          # linking a shared library.
3599
 
          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3600
 
 
3601
 
        else
3602
 
          # FIXME: insert proper C++ library support
3603
 
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
3604
 
        fi
3605
 
        ;;
3606
 
    esac
3607
 
    ;;
3608
 
  osf4* | osf5*)
3609
 
    case $cc_basename in
3610
 
      KCC*)
3611
 
        # Kuck and Associates, Inc. (KAI) C++ Compiler
3612
 
 
3613
 
        # KCC will only create a shared library if the output file
3614
 
        # ends with ".so" (or ".sl" for HP-UX), so rename the library
3615
 
        # to its proper name (with version) after linking.
3616
 
        _LT_AC_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'
3617
 
 
3618
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3619
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3620
 
 
3621
 
        # Archives containing C++ object files must be created using
3622
 
        # the KAI C++ compiler.
3623
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3624
 
        ;;
3625
 
      RCC*)
3626
 
        # Rational C++ 2.4.1
3627
 
        # FIXME: insert proper C++ library support
3628
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3629
 
        ;;
3630
 
      cxx*)
3631
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3632
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
3633
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
3634
 
          echo "-hidden">> $lib.exp~
3635
 
          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
3636
 
          $rm $lib.exp'
3637
 
 
3638
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3639
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3640
 
 
3641
 
        # Commands to make compiler produce verbose output that lists
3642
 
        # what "hidden" libraries, object files and flags are used when
3643
 
        # linking a shared library.
3644
 
        #
3645
 
        # There doesn't appear to be a way to prevent this compiler from
3646
 
        # explicitly linking system object files so we need to strip them
3647
 
        # from the output so that they don't get included in the library
3648
 
        # dependencies.
3649
 
        output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3650
 
        ;;
3651
 
      *)
3652
 
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3653
 
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3654
 
         _LT_AC_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` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
3655
 
 
3656
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3657
 
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3658
 
 
3659
 
          # Commands to make compiler produce verbose output that lists
3660
 
          # what "hidden" libraries, object files and flags are used when
3661
 
          # linking a shared library.
3662
 
          output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3663
 
 
3664
 
        else
3665
 
          # FIXME: insert proper C++ library support
3666
 
          _LT_AC_TAGVAR(ld_shlibs, $1)=no
3667
 
        fi
3668
 
        ;;
3669
 
    esac
3670
 
    ;;
3671
 
  psos*)
3672
 
    # FIXME: insert proper C++ library support
3673
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3674
 
    ;;
3675
 
  sunos4*)
3676
 
    case $cc_basename in
3677
 
      CC*)
3678
 
        # Sun C++ 4.x
3679
 
        # FIXME: insert proper C++ library support
3680
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3681
 
        ;;
3682
 
      lcc*)
3683
 
        # Lucid
3684
 
        # FIXME: insert proper C++ library support
3685
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3686
 
        ;;
3687
 
      *)
3688
 
        # FIXME: insert proper C++ library support
3689
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3690
 
        ;;
3691
 
    esac
3692
 
    ;;
3693
 
  solaris*)
3694
 
    case $cc_basename in
3695
 
      CC*)
3696
 
        # Sun C++ 4.2, 5.x and Centerline C++
3697
 
        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
3698
 
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3699
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3700
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3701
 
        $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'
3702
 
 
3703
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3704
 
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3705
 
        case $host_os in
3706
 
          solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3707
 
          *)
3708
 
            # The compiler driver will combine and reorder linker options,
3709
 
            # but understands `-z linker_flag'.
3710
 
            # Supported since Solaris 2.6 (maybe 2.5.1?)
3711
 
            _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
3712
 
            ;;
3713
 
        esac
3714
 
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3715
 
 
3716
 
        output_verbose_link_cmd='echo'
3717
 
 
3718
 
        # Archives containing C++ object files must be created using
3719
 
        # "CC -xar", where "CC" is the Sun C++ compiler.  This is
3720
 
        # necessary to make sure instantiated templates are included
3721
 
        # in the archive.
3722
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3723
 
        ;;
3724
 
      gcx*)
3725
 
        # Green Hills C++ Compiler
3726
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3727
 
 
3728
 
        # The C++ compiler must be used to create the archive.
3729
 
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3730
 
        ;;
3731
 
      *)
3732
 
        # GNU C++ compiler with Solaris linker
3733
 
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3734
 
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3735
 
          if $CC --version | grep -v '^2\.7' > /dev/null; then
3736
 
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3737
 
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3738
 
                $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3739
 
 
3740
 
            # Commands to make compiler produce verbose output that lists
3741
 
            # what "hidden" libraries, object files and flags are used when
3742
 
            # linking a shared library.
3743
 
            output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3744
 
          else
3745
 
            # g++ 2.7 appears to require `-G' NOT `-shared' on this
3746
 
            # platform.
3747
 
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3748
 
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3749
 
                $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3750
 
 
3751
 
            # Commands to make compiler produce verbose output that lists
3752
 
            # what "hidden" libraries, object files and flags are used when
3753
 
            # linking a shared library.
3754
 
            output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3755
 
          fi
3756
 
 
3757
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3758
 
          case $host_os in
3759
 
          solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3760
 
          *)
3761
 
            _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
3762
 
            ;;
3763
 
          esac
3764
 
        fi
3765
 
        ;;
3766
 
    esac
3767
 
    ;;
3768
 
  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
3769
 
    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3770
 
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3771
 
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3772
 
    runpath_var='LD_RUN_PATH'
3773
 
 
3774
 
    case $cc_basename in
3775
 
      CC*)
3776
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3777
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3778
 
        ;;
3779
 
      *)
3780
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3781
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3782
 
        ;;
3783
 
    esac
3784
 
    ;;
3785
 
  sysv5* | sco3.2v5* | sco5v6*)
3786
 
    # Note: We can NOT use -z defs as we might desire, because we do not
3787
 
    # link with -lc, and that would cause any symbols used from libc to
3788
 
    # always be unresolved, which means just about no library would
3789
 
    # ever link correctly.  If we're not using GNU ld we use -z text
3790
 
    # though, which does catch some bad symbols but isn't as heavy-handed
3791
 
    # as -z defs.
3792
 
    # For security reasons, it is highly recommended that you always
3793
 
    # use absolute paths for naming shared libraries, and exclude the
3794
 
    # DT_RUNPATH tag from executables and libraries.  But doing so
3795
 
    # requires that you compile everything twice, which is a pain.
3796
 
    # So that behaviour is only enabled if SCOABSPATH is set to a
3797
 
    # non-empty value in the environment.  Most likely only useful for
3798
 
    # creating official distributions of packages.
3799
 
    # This is a hack until libtool officially supports absolute path
3800
 
    # names for shared libraries.
3801
 
    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3802
 
    _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
3803
 
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3804
 
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3805
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
3806
 
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3807
 
    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3808
 
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
3809
 
    runpath_var='LD_RUN_PATH'
3810
 
 
3811
 
    case $cc_basename in
3812
 
      CC*)
3813
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3814
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3815
 
        ;;
3816
 
      *)
3817
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3818
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3819
 
        ;;
3820
 
    esac
3821
 
    ;;
3822
 
  tandem*)
3823
 
    case $cc_basename in
3824
 
      NCC*)
3825
 
        # NonStop-UX NCC 3.20
3826
 
        # FIXME: insert proper C++ library support
3827
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3828
 
        ;;
3829
 
      *)
3830
 
        # FIXME: insert proper C++ library support
3831
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
3832
 
        ;;
3833
 
    esac
3834
 
    ;;
3835
 
  vxworks*)
3836
 
    # FIXME: insert proper C++ library support
3837
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3838
 
    ;;
3839
 
  *)
3840
 
    # FIXME: insert proper C++ library support
3841
 
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
3842
 
    ;;
3843
 
esac
3844
 
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3845
 
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3846
 
 
3847
 
_LT_AC_TAGVAR(GCC, $1)="$GXX"
3848
 
_LT_AC_TAGVAR(LD, $1)="$LD"
3849
 
 
3850
 
AC_LIBTOOL_POSTDEP_PREDEP($1)
3851
 
AC_LIBTOOL_PROG_COMPILER_PIC($1)
3852
 
AC_LIBTOOL_PROG_CC_C_O($1)
3853
 
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3854
 
AC_LIBTOOL_PROG_LD_SHLIBS($1)
3855
 
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3856
 
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3857
 
 
3858
 
AC_LIBTOOL_CONFIG($1)
3859
 
 
3860
 
AC_LANG_POP
3861
 
CC=$lt_save_CC
3862
 
LDCXX=$LD
3863
 
LD=$lt_save_LD
3864
 
GCC=$lt_save_GCC
3865
 
with_gnu_ldcxx=$with_gnu_ld
3866
 
with_gnu_ld=$lt_save_with_gnu_ld
3867
 
lt_cv_path_LDCXX=$lt_cv_path_LD
3868
 
lt_cv_path_LD=$lt_save_path_LD
3869
 
lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3870
 
lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3871
 
])# AC_LIBTOOL_LANG_CXX_CONFIG
3872
 
 
3873
 
# AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
3874
 
# ------------------------------------
3875
 
# Figure out "hidden" library dependencies from verbose
3876
 
# compiler output when linking a shared library.
3877
 
# Parse the compiler output and extract the necessary
3878
 
# objects, libraries and library flags.
3879
 
AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],
3880
 
[AC_REQUIRE([LT_AC_PROG_SED])dnl
3881
 
dnl we can't use the lt_simple_compile_test_code here,
3882
 
dnl because it contains code intended for an executable,
3883
 
dnl not a library.  It's possible we should let each
3884
 
dnl tag define a new lt_????_link_test_code variable,
3885
 
dnl but it's only used here...
3886
 
ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3887
 
int a;
3888
 
void foo (void) { a = 0; }
3889
 
EOF
3890
 
],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3891
 
class Foo
3892
 
{
3893
 
public:
3894
 
  Foo (void) { a = 0; }
3895
 
private:
3896
 
  int a;
3897
 
};
3898
 
EOF
3899
 
],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3900
 
      subroutine foo
3901
 
      implicit none
3902
 
      integer*4 a
3903
 
      a=0
3904
 
      return
3905
 
      end
3906
 
EOF
3907
 
],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3908
 
public class foo {
3909
 
  private int a;
3910
 
  public void bar (void) {
3911
 
    a = 0;
3912
 
  }
3913
 
};
3914
 
EOF
3915
 
])
3916
 
dnl Parse the compiler output and extract the necessary
3917
 
dnl objects, libraries and library flags.
3918
 
if AC_TRY_EVAL(ac_compile); then
3919
 
  # Parse the compiler output and extract the necessary
3920
 
  # objects, libraries and library flags.
3921
 
 
3922
 
  # Sentinel used to keep track of whether or not we are before
3923
 
  # the conftest object file.
3924
 
  pre_test_object_deps_done=no
3925
 
 
3926
 
  # The `*' in the case matches for architectures that use `case' in
3927
 
  # $output_verbose_cmd can trigger glob expansion during the loop
3928
 
  # eval without this substitution.
3929
 
  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
3930
 
 
3931
 
  for p in `eval $output_verbose_link_cmd`; do
3932
 
    case $p in
3933
 
 
3934
 
    -L* | -R* | -l*)
3935
 
       # Some compilers place space between "-{L,R}" and the path.
3936
 
       # Remove the space.
3937
 
       if test $p = "-L" \
3938
 
          || test $p = "-R"; then
3939
 
         prev=$p
3940
 
         continue
3941
 
       else
3942
 
         prev=
3943
 
       fi
3944
 
 
3945
 
       if test "$pre_test_object_deps_done" = no; then
3946
 
         case $p in
3947
 
         -L* | -R*)
3948
 
           # Internal compiler library paths should come after those
3949
 
           # provided the user.  The postdeps already come after the
3950
 
           # user supplied libs so there is no need to process them.
3951
 
           if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3952
 
             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3953
 
           else
3954
 
             _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3955
 
           fi
3956
 
           ;;
3957
 
         # The "-l" case would never come before the object being
3958
 
         # linked, so don't bother handling this case.
3959
 
         esac
3960
 
       else
3961
 
         if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3962
 
           _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3963
 
         else
3964
 
           _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3965
 
         fi
3966
 
       fi
3967
 
       ;;
3968
 
 
3969
 
    *.$objext)
3970
 
       # This assumes that the test object file only shows up
3971
 
       # once in the compiler output.
3972
 
       if test "$p" = "conftest.$objext"; then
3973
 
         pre_test_object_deps_done=yes
3974
 
         continue
3975
 
       fi
3976
 
 
3977
 
       if test "$pre_test_object_deps_done" = no; then
3978
 
         if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3979
 
           _LT_AC_TAGVAR(predep_objects, $1)="$p"
3980
 
         else
3981
 
           _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3982
 
         fi
3983
 
       else
3984
 
         if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3985
 
           _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3986
 
         else
3987
 
           _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3988
 
         fi
3989
 
       fi
3990
 
       ;;
3991
 
 
3992
 
    *) ;; # Ignore the rest.
3993
 
 
3994
 
    esac
3995
 
  done
3996
 
 
3997
 
  # Clean up.
3998
 
  rm -f a.out a.exe
3999
 
else
4000
 
  echo "libtool.m4: error: problem compiling $1 test program"
4001
 
fi
4002
 
 
4003
 
$rm -f confest.$objext
4004
 
 
4005
 
_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
4006
 
if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
4007
 
  _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
4008
 
fi
4009
 
 
4010
 
# PORTME: override above test on systems where it is broken
4011
 
ifelse([$1],[CXX],
4012
 
[case $host_os in
4013
 
interix[[3-9]]*)
4014
 
  # Interix 3.5 installs completely hosed .la files for C++, so rather than
4015
 
  # hack all around it, let's just trust "g++" to DTRT.
4016
 
  _LT_AC_TAGVAR(predep_objects,$1)=
4017
 
  _LT_AC_TAGVAR(postdep_objects,$1)=
4018
 
  _LT_AC_TAGVAR(postdeps,$1)=
4019
 
  ;;
4020
 
 
4021
 
linux*)
4022
 
  case `$CC -V 2>&1 | sed 5q` in
4023
 
  *Sun\ C*)
4024
 
    # Sun C++ 5.9
4025
 
    #
4026
 
    # The more standards-conforming stlport4 library is
4027
 
    # incompatible with the Cstd library. Avoid specifying
4028
 
    # it if it's in CXXFLAGS. Ignore libCrun as
4029
 
    # -library=stlport4 depends on it.
4030
 
    case " $CXX $CXXFLAGS " in
4031
 
    *" -library=stlport4 "*)
4032
 
      solaris_use_stlport4=yes
4033
 
      ;;
4034
 
    esac
4035
 
    if test "$solaris_use_stlport4" != yes; then
4036
 
      _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
4037
 
    fi
4038
 
    ;;
4039
 
  esac
4040
 
  ;;
4041
 
 
4042
 
solaris*)
4043
 
  case $cc_basename in
4044
 
  CC*)
4045
 
    # The more standards-conforming stlport4 library is
4046
 
    # incompatible with the Cstd library. Avoid specifying
4047
 
    # it if it's in CXXFLAGS. Ignore libCrun as
4048
 
    # -library=stlport4 depends on it.
4049
 
    case " $CXX $CXXFLAGS " in
4050
 
    *" -library=stlport4 "*)
4051
 
      solaris_use_stlport4=yes
4052
 
      ;;
4053
 
    esac
4054
 
 
4055
 
    # Adding this requires a known-good setup of shared libraries for
4056
 
    # Sun compiler versions before 5.6, else PIC objects from an old
4057
 
    # archive will be linked into the output, leading to subtle bugs.
4058
 
    if test "$solaris_use_stlport4" != yes; then
4059
 
      _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
4060
 
    fi
4061
 
    ;;
4062
 
  esac
4063
 
  ;;
4064
 
esac
4065
 
])
4066
 
case " $_LT_AC_TAGVAR(postdeps, $1) " in
4067
 
*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
4068
 
esac
4069
 
])# AC_LIBTOOL_POSTDEP_PREDEP
4070
 
 
4071
 
# AC_LIBTOOL_LANG_F77_CONFIG
4072
 
# --------------------------
4073
 
# Ensure that the configuration vars for the C compiler are
4074
 
# suitably defined.  Those variables are subsequently used by
4075
 
# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
4076
 
AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
4077
 
AC_DEFUN([_LT_AC_LANG_F77_CONFIG],
4078
 
[AC_REQUIRE([AC_PROG_F77])
4079
 
AC_LANG_PUSH(Fortran 77)
4080
 
 
4081
 
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4082
 
_LT_AC_TAGVAR(allow_undefined_flag, $1)=
4083
 
_LT_AC_TAGVAR(always_export_symbols, $1)=no
4084
 
_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
4085
 
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
4086
 
_LT_AC_TAGVAR(hardcode_direct, $1)=no
4087
 
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
4088
 
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
4089
 
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4090
 
_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
4091
 
_LT_AC_TAGVAR(hardcode_automatic, $1)=no
4092
 
_LT_AC_TAGVAR(module_cmds, $1)=
4093
 
_LT_AC_TAGVAR(module_expsym_cmds, $1)=
4094
 
_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
4095
 
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
4096
 
_LT_AC_TAGVAR(no_undefined_flag, $1)=
4097
 
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4098
 
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4099
 
 
4100
 
# Source file extension for f77 test sources.
4101
 
ac_ext=f
4102
 
 
4103
 
# Object file extension for compiled f77 test sources.
4104
 
objext=o
4105
 
_LT_AC_TAGVAR(objext, $1)=$objext
4106
 
 
4107
 
# Code to be used in simple compile tests
4108
 
lt_simple_compile_test_code="\
4109
 
      subroutine t
4110
 
      return
4111
 
      end
4112
 
"
4113
 
 
4114
 
# Code to be used in simple link tests
4115
 
lt_simple_link_test_code="\
4116
 
      program t
4117
 
      end
4118
 
"
4119
 
 
4120
 
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
4121
 
_LT_AC_SYS_COMPILER
4122
 
 
4123
 
# save warnings/boilerplate of simple test code
4124
 
_LT_COMPILER_BOILERPLATE
4125
 
_LT_LINKER_BOILERPLATE
4126
 
 
4127
 
# Allow CC to be a program name with arguments.
4128
 
lt_save_CC="$CC"
4129
 
CC=${F77-"f77"}
4130
 
compiler=$CC
4131
 
_LT_AC_TAGVAR(compiler, $1)=$CC
4132
 
_LT_CC_BASENAME([$compiler])
4133
 
 
4134
 
AC_MSG_CHECKING([if libtool supports shared libraries])
4135
 
AC_MSG_RESULT([$can_build_shared])
4136
 
 
4137
 
AC_MSG_CHECKING([whether to build shared libraries])
4138
 
test "$can_build_shared" = "no" && enable_shared=no
4139
 
 
4140
 
# On AIX, shared libraries and static libraries use the same namespace, and
4141
 
# are all built from PIC.
4142
 
case $host_os in
4143
 
aix3*)
4144
 
  test "$enable_shared" = yes && enable_static=no
4145
 
  if test -n "$RANLIB"; then
4146
 
    archive_cmds="$archive_cmds~\$RANLIB \$lib"
4147
 
    postinstall_cmds='$RANLIB $lib'
4148
 
  fi
4149
 
  ;;
4150
 
aix[[4-9]]*)
4151
 
  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
4152
 
    test "$enable_shared" = yes && enable_static=no
4153
 
  fi
4154
 
  ;;
4155
 
esac
4156
 
AC_MSG_RESULT([$enable_shared])
4157
 
 
4158
 
AC_MSG_CHECKING([whether to build static libraries])
4159
 
# Make sure either enable_shared or enable_static is yes.
4160
 
test "$enable_shared" = yes || enable_static=yes
4161
 
AC_MSG_RESULT([$enable_static])
4162
 
 
4163
 
_LT_AC_TAGVAR(GCC, $1)="$G77"
4164
 
_LT_AC_TAGVAR(LD, $1)="$LD"
4165
 
 
4166
 
AC_LIBTOOL_PROG_COMPILER_PIC($1)
4167
 
AC_LIBTOOL_PROG_CC_C_O($1)
4168
 
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
4169
 
AC_LIBTOOL_PROG_LD_SHLIBS($1)
4170
 
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
4171
 
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
4172
 
 
4173
 
AC_LIBTOOL_CONFIG($1)
4174
 
 
4175
 
AC_LANG_POP
4176
 
CC="$lt_save_CC"
4177
 
])# AC_LIBTOOL_LANG_F77_CONFIG
4178
 
 
4179
 
 
4180
 
# AC_LIBTOOL_LANG_GCJ_CONFIG
4181
 
# --------------------------
4182
 
# Ensure that the configuration vars for the C compiler are
4183
 
# suitably defined.  Those variables are subsequently used by
4184
 
# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
4185
 
AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
4186
 
AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG],
4187
 
[AC_LANG_SAVE
4188
 
 
4189
 
# Source file extension for Java test sources.
4190
 
ac_ext=java
4191
 
 
4192
 
# Object file extension for compiled Java test sources.
4193
 
objext=o
4194
 
_LT_AC_TAGVAR(objext, $1)=$objext
4195
 
 
4196
 
# Code to be used in simple compile tests
4197
 
lt_simple_compile_test_code="class foo {}"
4198
 
 
4199
 
# Code to be used in simple link tests
4200
 
lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
4201
 
 
4202
 
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
4203
 
_LT_AC_SYS_COMPILER
4204
 
 
4205
 
# save warnings/boilerplate of simple test code
4206
 
_LT_COMPILER_BOILERPLATE
4207
 
_LT_LINKER_BOILERPLATE
4208
 
 
4209
 
# Allow CC to be a program name with arguments.
4210
 
lt_save_CC="$CC"
4211
 
CC=${GCJ-"gcj"}
4212
 
compiler=$CC
4213
 
_LT_AC_TAGVAR(compiler, $1)=$CC
4214
 
_LT_CC_BASENAME([$compiler])
4215
 
 
4216
 
# GCJ did not exist at the time GCC didn't implicitly link libc in.
4217
 
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4218
 
 
4219
 
_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
4220
 
 
4221
 
AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
4222
 
AC_LIBTOOL_PROG_COMPILER_PIC($1)
4223
 
AC_LIBTOOL_PROG_CC_C_O($1)
4224
 
AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
4225
 
AC_LIBTOOL_PROG_LD_SHLIBS($1)
4226
 
AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
4227
 
AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
4228
 
 
4229
 
AC_LIBTOOL_CONFIG($1)
4230
 
 
4231
 
AC_LANG_RESTORE
4232
 
CC="$lt_save_CC"
4233
 
])# AC_LIBTOOL_LANG_GCJ_CONFIG
4234
 
 
4235
 
 
4236
 
# AC_LIBTOOL_LANG_RC_CONFIG
4237
 
# -------------------------
4238
 
# Ensure that the configuration vars for the Windows resource compiler are
4239
 
# suitably defined.  Those variables are subsequently used by
4240
 
# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
4241
 
AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
4242
 
AC_DEFUN([_LT_AC_LANG_RC_CONFIG],
4243
 
[AC_LANG_SAVE
4244
 
 
4245
 
# Source file extension for RC test sources.
4246
 
ac_ext=rc
4247
 
 
4248
 
# Object file extension for compiled RC test sources.
4249
 
objext=o
4250
 
_LT_AC_TAGVAR(objext, $1)=$objext
4251
 
 
4252
 
# Code to be used in simple compile tests
4253
 
lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
4254
 
 
4255
 
# Code to be used in simple link tests
4256
 
lt_simple_link_test_code="$lt_simple_compile_test_code"
4257
 
 
4258
 
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
4259
 
_LT_AC_SYS_COMPILER
4260
 
 
4261
 
# save warnings/boilerplate of simple test code
4262
 
_LT_COMPILER_BOILERPLATE
4263
 
_LT_LINKER_BOILERPLATE
4264
 
 
4265
 
# Allow CC to be a program name with arguments.
4266
 
lt_save_CC="$CC"
4267
 
CC=${RC-"windres"}
4268
 
compiler=$CC
4269
 
_LT_AC_TAGVAR(compiler, $1)=$CC
4270
 
_LT_CC_BASENAME([$compiler])
4271
 
_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
4272
 
 
4273
 
AC_LIBTOOL_CONFIG($1)
4274
 
 
4275
 
AC_LANG_RESTORE
4276
 
CC="$lt_save_CC"
4277
 
])# AC_LIBTOOL_LANG_RC_CONFIG
4278
 
 
4279
 
 
4280
 
# AC_LIBTOOL_CONFIG([TAGNAME])
4281
 
# ----------------------------
4282
 
# If TAGNAME is not passed, then create an initial libtool script
4283
 
# with a default configuration from the untagged config vars.  Otherwise
4284
 
# add code to config.status for appending the configuration named by
4285
 
# TAGNAME from the matching tagged config vars.
4286
 
AC_DEFUN([AC_LIBTOOL_CONFIG],
4287
 
[# The else clause should only fire when bootstrapping the
4288
 
# libtool distribution, otherwise you forgot to ship ltmain.sh
4289
 
# with your package, and you will get complaints that there are
4290
 
# no rules to generate ltmain.sh.
4291
 
if test -f "$ltmain"; then
4292
 
  # See if we are running on zsh, and set the options which allow our commands through
4293
 
  # without removal of \ escapes.
4294
 
  if test -n "${ZSH_VERSION+set}" ; then
4295
 
    setopt NO_GLOB_SUBST
4296
 
  fi
4297
 
  # Now quote all the things that may contain metacharacters while being
4298
 
  # careful not to overquote the AC_SUBSTed values.  We take copies of the
4299
 
  # variables and quote the copies for generation of the libtool script.
4300
 
  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
4301
 
    SED SHELL STRIP \
4302
 
    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
4303
 
    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
4304
 
    deplibs_check_method reload_flag reload_cmds need_locks \
4305
 
    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
4306
 
    lt_cv_sys_global_symbol_to_c_name_address \
4307
 
    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
4308
 
    old_postinstall_cmds old_postuninstall_cmds \
4309
 
    _LT_AC_TAGVAR(compiler, $1) \
4310
 
    _LT_AC_TAGVAR(CC, $1) \
4311
 
    _LT_AC_TAGVAR(LD, $1) \
4312
 
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
4313
 
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
4314
 
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
4315
 
    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
4316
 
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
4317
 
    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
4318
 
    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
4319
 
    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
4320
 
    _LT_AC_TAGVAR(old_archive_cmds, $1) \
4321
 
    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
4322
 
    _LT_AC_TAGVAR(predep_objects, $1) \
4323
 
    _LT_AC_TAGVAR(postdep_objects, $1) \
4324
 
    _LT_AC_TAGVAR(predeps, $1) \
4325
 
    _LT_AC_TAGVAR(postdeps, $1) \
4326
 
    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
4327
 
    _LT_AC_TAGVAR(compiler_lib_search_dirs, $1) \
4328
 
    _LT_AC_TAGVAR(archive_cmds, $1) \
4329
 
    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
4330
 
    _LT_AC_TAGVAR(postinstall_cmds, $1) \
4331
 
    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
4332
 
    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
4333
 
    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
4334
 
    _LT_AC_TAGVAR(no_undefined_flag, $1) \
4335
 
    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
4336
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
4337
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
4338
 
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
4339
 
    _LT_AC_TAGVAR(hardcode_automatic, $1) \
4340
 
    _LT_AC_TAGVAR(module_cmds, $1) \
4341
 
    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
4342
 
    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
4343
 
    _LT_AC_TAGVAR(fix_srcfile_path, $1) \
4344
 
    _LT_AC_TAGVAR(exclude_expsyms, $1) \
4345
 
    _LT_AC_TAGVAR(include_expsyms, $1); do
4346
 
 
4347
 
    case $var in
4348
 
    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
4349
 
    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
4350
 
    _LT_AC_TAGVAR(archive_cmds, $1) | \
4351
 
    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
4352
 
    _LT_AC_TAGVAR(module_cmds, $1) | \
4353
 
    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
4354
 
    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
4355
 
    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
4356
 
    extract_expsyms_cmds | reload_cmds | finish_cmds | \
4357
 
    postinstall_cmds | postuninstall_cmds | \
4358
 
    old_postinstall_cmds | old_postuninstall_cmds | \
4359
 
    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
4360
 
      # Double-quote double-evaled strings.
4361
 
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
4362
 
      ;;
4363
 
    *)
4364
 
      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
4365
 
      ;;
4366
 
    esac
4367
 
  done
4368
 
 
4369
 
  case $lt_echo in
4370
 
  *'\[$]0 --fallback-echo"')
4371
 
    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
4372
 
    ;;
4373
 
  esac
4374
 
 
4375
 
ifelse([$1], [],
4376
 
  [cfgfile="${ofile}T"
4377
 
  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
4378
 
  $rm -f "$cfgfile"
4379
 
  AC_MSG_NOTICE([creating $ofile])],
4380
 
  [cfgfile="$ofile"])
4381
 
 
4382
 
  cat <<__EOF__ >> "$cfgfile"
4383
 
ifelse([$1], [],
4384
 
[#! $SHELL
4385
 
 
4386
 
# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
4387
 
# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
4388
 
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
4389
 
#
4390
 
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4391
 
# Free Software Foundation, Inc.
4392
 
#
4393
 
# This file is part of GNU Libtool:
4394
 
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
4395
 
#
4396
 
# This program is free software; you can redistribute it and/or modify
4397
 
# it under the terms of the GNU General Public License as published by
4398
 
# the Free Software Foundation; either version 2 of the License, or
4399
 
# (at your option) any later version.
4400
 
#
4401
 
# This program is distributed in the hope that it will be useful, but
4402
 
# WITHOUT ANY WARRANTY; without even the implied warranty of
4403
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
4404
 
# General Public License for more details.
4405
 
#
4406
 
# You should have received a copy of the GNU General Public License
4407
 
# along with this program; if not, write to the Free Software
4408
 
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
4409
 
#
4410
 
# As a special exception to the GNU General Public License, if you
4411
 
# distribute this file as part of a program that contains a
4412
 
# configuration script generated by Autoconf, you may include it under
4413
 
# the same distribution terms that you use for the rest of that program.
4414
 
 
4415
 
# A sed program that does not truncate output.
4416
 
SED=$lt_SED
4417
 
 
4418
 
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
4419
 
Xsed="$SED -e 1s/^X//"
4420
 
 
4421
 
# The HP-UX ksh and POSIX shell print the target directory to stdout
4422
 
# if CDPATH is set.
4423
 
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
4424
 
 
4425
 
# The names of the tagged configurations supported by this script.
4426
 
available_tags=
4427
 
 
4428
 
# ### BEGIN LIBTOOL CONFIG],
4429
 
[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
4430
 
 
4431
 
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4432
 
 
4433
 
# Shell to use when invoking shell scripts.
4434
 
SHELL=$lt_SHELL
4435
 
 
4436
 
# Whether or not to build shared libraries.
4437
 
build_libtool_libs=$enable_shared
4438
 
 
4439
 
# Whether or not to build static libraries.
4440
 
build_old_libs=$enable_static
4441
 
 
4442
 
# Whether or not to add -lc for building shared libraries.
4443
 
build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
4444
 
 
4445
 
# Whether or not to disallow shared libs when runtime libs are static
4446
 
allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
4447
 
 
4448
 
# Whether or not to optimize for fast installation.
4449
 
fast_install=$enable_fast_install
4450
 
 
4451
 
# The host system.
4452
 
host_alias=$host_alias
4453
 
host=$host
4454
 
host_os=$host_os
4455
 
 
4456
 
# The build system.
4457
 
build_alias=$build_alias
4458
 
build=$build
4459
 
build_os=$build_os
4460
 
 
4461
 
# An echo program that does not interpret backslashes.
4462
 
echo=$lt_echo
4463
 
 
4464
 
# The archiver.
4465
 
AR=$lt_AR
4466
 
AR_FLAGS=$lt_AR_FLAGS
4467
 
 
4468
 
# A C compiler.
4469
 
LTCC=$lt_LTCC
4470
 
 
4471
 
# LTCC compiler flags.
4472
 
LTCFLAGS=$lt_LTCFLAGS
4473
 
 
4474
 
# A language-specific compiler.
4475
 
CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
4476
 
 
4477
 
# Is the compiler the GNU C compiler?
4478
 
with_gcc=$_LT_AC_TAGVAR(GCC, $1)
4479
 
 
4480
 
# An ERE matcher.
4481
 
EGREP=$lt_EGREP
4482
 
 
4483
 
# The linker used to build libraries.
4484
 
LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
4485
 
 
4486
 
# Whether we need hard or soft links.
4487
 
LN_S=$lt_LN_S
4488
 
 
4489
 
# A BSD-compatible nm program.
4490
 
NM=$lt_NM
4491
 
 
4492
 
# A symbol stripping program
4493
 
STRIP=$lt_STRIP
4494
 
 
4495
 
# Used to examine libraries when file_magic_cmd begins "file"
4496
 
MAGIC_CMD=$MAGIC_CMD
4497
 
 
4498
 
# Used on cygwin: DLL creation program.
4499
 
DLLTOOL="$DLLTOOL"
4500
 
 
4501
 
# Used on cygwin: object dumper.
4502
 
OBJDUMP="$OBJDUMP"
4503
 
 
4504
 
# Used on cygwin: assembler.
4505
 
AS="$AS"
4506
 
 
4507
 
# The name of the directory that contains temporary libtool files.
4508
 
objdir=$objdir
4509
 
 
4510
 
# How to create reloadable object files.
4511
 
reload_flag=$lt_reload_flag
4512
 
reload_cmds=$lt_reload_cmds
4513
 
 
4514
 
# How to pass a linker flag through the compiler.
4515
 
wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
4516
 
 
4517
 
# Object file suffix (normally "o").
4518
 
objext="$ac_objext"
4519
 
 
4520
 
# Old archive suffix (normally "a").
4521
 
libext="$libext"
4522
 
 
4523
 
# Shared library suffix (normally ".so").
4524
 
shrext_cmds='$shrext_cmds'
4525
 
 
4526
 
# Executable file suffix (normally "").
4527
 
exeext="$exeext"
4528
 
 
4529
 
# Additional compiler flags for building library objects.
4530
 
pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
4531
 
pic_mode=$pic_mode
4532
 
 
4533
 
# What is the maximum length of a command?
4534
 
max_cmd_len=$lt_cv_sys_max_cmd_len
4535
 
 
4536
 
# Does compiler simultaneously support -c and -o options?
4537
 
compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
4538
 
 
4539
 
# Must we lock files when doing compilation?
4540
 
need_locks=$lt_need_locks
4541
 
 
4542
 
# Do we need the lib prefix for modules?
4543
 
need_lib_prefix=$need_lib_prefix
4544
 
 
4545
 
# Do we need a version for libraries?
4546
 
need_version=$need_version
4547
 
 
4548
 
# Whether dlopen is supported.
4549
 
dlopen_support=$enable_dlopen
4550
 
 
4551
 
# Whether dlopen of programs is supported.
4552
 
dlopen_self=$enable_dlopen_self
4553
 
 
4554
 
# Whether dlopen of statically linked programs is supported.
4555
 
dlopen_self_static=$enable_dlopen_self_static
4556
 
 
4557
 
# Compiler flag to prevent dynamic linking.
4558
 
link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
4559
 
 
4560
 
# Compiler flag to turn off builtin functions.
4561
 
no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
4562
 
 
4563
 
# Compiler flag to allow reflexive dlopens.
4564
 
export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
4565
 
 
4566
 
# Compiler flag to generate shared objects directly from archives.
4567
 
whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
4568
 
 
4569
 
# Compiler flag to generate thread-safe objects.
4570
 
thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
4571
 
 
4572
 
# Library versioning type.
4573
 
version_type=$version_type
4574
 
 
4575
 
# Format of library name prefix.
4576
 
libname_spec=$lt_libname_spec
4577
 
 
4578
 
# List of archive names.  First name is the real one, the rest are links.
4579
 
# The last name is the one that the linker finds with -lNAME.
4580
 
library_names_spec=$lt_library_names_spec
4581
 
 
4582
 
# The coded name of the library, if different from the real name.
4583
 
soname_spec=$lt_soname_spec
4584
 
 
4585
 
# Commands used to build and install an old-style archive.
4586
 
RANLIB=$lt_RANLIB
4587
 
old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
4588
 
old_postinstall_cmds=$lt_old_postinstall_cmds
4589
 
old_postuninstall_cmds=$lt_old_postuninstall_cmds
4590
 
 
4591
 
# Create an old-style archive from a shared archive.
4592
 
old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
4593
 
 
4594
 
# Create a temporary old-style archive to link instead of a shared archive.
4595
 
old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
4596
 
 
4597
 
# Commands used to build and install a shared archive.
4598
 
archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
4599
 
archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
4600
 
postinstall_cmds=$lt_postinstall_cmds
4601
 
postuninstall_cmds=$lt_postuninstall_cmds
4602
 
 
4603
 
# Commands used to build a loadable module (assumed same as above if empty)
4604
 
module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
4605
 
module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
4606
 
 
4607
 
# Commands to strip libraries.
4608
 
old_striplib=$lt_old_striplib
4609
 
striplib=$lt_striplib
4610
 
 
4611
 
# Dependencies to place before the objects being linked to create a
4612
 
# shared library.
4613
 
predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
4614
 
 
4615
 
# Dependencies to place after the objects being linked to create a
4616
 
# shared library.
4617
 
postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
4618
 
 
4619
 
# Dependencies to place before the objects being linked to create a
4620
 
# shared library.
4621
 
predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
4622
 
 
4623
 
# Dependencies to place after the objects being linked to create a
4624
 
# shared library.
4625
 
postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4626
 
 
4627
 
# The directories searched by this compiler when creating a shared
4628
 
# library
4629
 
compiler_lib_search_dirs=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)
4630
 
 
4631
 
# The library search path used internally by the compiler when linking
4632
 
# a shared library.
4633
 
compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
4634
 
 
4635
 
# Method to check whether dependent libraries are shared objects.
4636
 
deplibs_check_method=$lt_deplibs_check_method
4637
 
 
4638
 
# Command to use when deplibs_check_method == file_magic.
4639
 
file_magic_cmd=$lt_file_magic_cmd
4640
 
 
4641
 
# Flag that allows shared libraries with undefined symbols to be built.
4642
 
allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
4643
 
 
4644
 
# Flag that forces no undefined symbols.
4645
 
no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
4646
 
 
4647
 
# Commands used to finish a libtool library installation in a directory.
4648
 
finish_cmds=$lt_finish_cmds
4649
 
 
4650
 
# Same as above, but a single script fragment to be evaled but not shown.
4651
 
finish_eval=$lt_finish_eval
4652
 
 
4653
 
# Take the output of nm and produce a listing of raw symbols and C names.
4654
 
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
4655
 
 
4656
 
# Transform the output of nm in a proper C declaration
4657
 
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
4658
 
 
4659
 
# Transform the output of nm in a C name address pair
4660
 
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
4661
 
 
4662
 
# This is the shared library runtime path variable.
4663
 
runpath_var=$runpath_var
4664
 
 
4665
 
# This is the shared library path variable.
4666
 
shlibpath_var=$shlibpath_var
4667
 
 
4668
 
# Is shlibpath searched before the hard-coded library search path?
4669
 
shlibpath_overrides_runpath=$shlibpath_overrides_runpath
4670
 
 
4671
 
# How to hardcode a shared library path into an executable.
4672
 
hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
4673
 
 
4674
 
# Whether we should hardcode library paths into libraries.
4675
 
hardcode_into_libs=$hardcode_into_libs
4676
 
 
4677
 
# Flag to hardcode \$libdir into a binary during linking.
4678
 
# This must work even if \$libdir does not exist.
4679
 
hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
4680
 
 
4681
 
# If ld is used when linking, flag to hardcode \$libdir into
4682
 
# a binary during linking. This must work even if \$libdir does
4683
 
# not exist.
4684
 
hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
4685
 
 
4686
 
# Whether we need a single -rpath flag with a separated argument.
4687
 
hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
4688
 
 
4689
 
# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
4690
 
# resulting binary.
4691
 
hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
4692
 
 
4693
 
# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
4694
 
# resulting binary.
4695
 
hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
4696
 
 
4697
 
# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
4698
 
# the resulting binary.
4699
 
hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
4700
 
 
4701
 
# Set to yes if building a shared library automatically hardcodes DIR into the library
4702
 
# and all subsequent libraries and executables linked against it.
4703
 
hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
4704
 
 
4705
 
# Variables whose values should be saved in libtool wrapper scripts and
4706
 
# restored at relink time.
4707
 
variables_saved_for_relink="$variables_saved_for_relink"
4708
 
 
4709
 
# Whether libtool must link a program against all its dependency libraries.
4710
 
link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4711
 
 
4712
 
# Compile-time system search path for libraries
4713
 
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
4714
 
 
4715
 
# Run-time system search path for libraries
4716
 
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
4717
 
 
4718
 
# Fix the shell variable \$srcfile for the compiler.
4719
 
fix_srcfile_path=$lt_fix_srcfile_path
4720
 
 
4721
 
# Set to yes if exported symbols are required.
4722
 
always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4723
 
 
4724
 
# The commands to list exported symbols.
4725
 
export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4726
 
 
4727
 
# The commands to extract the exported symbol list from a shared archive.
4728
 
extract_expsyms_cmds=$lt_extract_expsyms_cmds
4729
 
 
4730
 
# Symbols that should not be listed in the preloaded symbols.
4731
 
exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4732
 
 
4733
 
# Symbols that must always be exported.
4734
 
include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4735
 
 
4736
 
ifelse([$1],[],
4737
 
[# ### END LIBTOOL CONFIG],
4738
 
[# ### END LIBTOOL TAG CONFIG: $tagname])
4739
 
 
4740
 
__EOF__
4741
 
 
4742
 
ifelse([$1],[], [
4743
 
  case $host_os in
4744
 
  aix3*)
4745
 
    cat <<\EOF >> "$cfgfile"
4746
 
 
4747
 
# AIX sometimes has problems with the GCC collect2 program.  For some
4748
 
# reason, if we set the COLLECT_NAMES environment variable, the problems
4749
 
# vanish in a puff of smoke.
4750
 
if test "X${COLLECT_NAMES+set}" != Xset; then
4751
 
  COLLECT_NAMES=
4752
 
  export COLLECT_NAMES
4753
 
fi
4754
 
EOF
4755
 
    ;;
4756
 
  esac
4757
 
 
4758
 
  # We use sed instead of cat because bash on DJGPP gets confused if
4759
 
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
4760
 
  # text mode, it properly converts lines to CR/LF.  This bash problem
4761
 
  # is reportedly fixed, but why not run on old versions too?
4762
 
  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
4763
 
 
4764
 
  mv -f "$cfgfile" "$ofile" || \
4765
 
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4766
 
  chmod +x "$ofile"
4767
 
])
4768
 
else
4769
 
  # If there is no Makefile yet, we rely on a make rule to execute
4770
 
  # `config.status --recheck' to rerun these tests and create the
4771
 
  # libtool script then.
4772
 
  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
4773
 
  if test -f "$ltmain_in"; then
4774
 
    test -f Makefile && make "$ltmain"
4775
 
  fi
4776
 
fi
4777
 
])# AC_LIBTOOL_CONFIG
4778
 
 
4779
 
 
4780
 
# AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME])
4781
 
# -------------------------------------------
4782
 
AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI],
4783
 
[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
4784
 
 
4785
 
_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
3288
AC_SUBST([LIBM])
 
3289
])# LT_LIB_M
 
3290
 
 
3291
# Old name:
 
3292
AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
 
3293
dnl aclocal-1.4 backwards compatibility:
 
3294
dnl AC_DEFUN([AC_CHECK_LIBM], [])
 
3295
 
 
3296
 
 
3297
# _LT_COMPILER_NO_RTTI([TAGNAME])
 
3298
# -------------------------------
 
3299
m4_defun([_LT_COMPILER_NO_RTTI],
 
3300
[m4_require([_LT_TAG_COMPILER])dnl
 
3301
 
 
3302
_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
4786
3303
 
4787
3304
if test "$GCC" = yes; then
4788
 
  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
3305
  _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4789
3306
 
4790
 
  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
 
3307
  _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4791
3308
    lt_cv_prog_compiler_rtti_exceptions,
4792
3309
    [-fno-rtti -fno-exceptions], [],
4793
 
    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
 
3310
    [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4794
3311
fi
4795
 
])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI
4796
 
 
4797
 
 
4798
 
# AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
4799
 
# ---------------------------------
4800
 
AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
4801
 
[AC_REQUIRE([AC_CANONICAL_HOST])
4802
 
AC_REQUIRE([LT_AC_PROG_SED])
4803
 
AC_REQUIRE([AC_PROG_NM])
4804
 
AC_REQUIRE([AC_OBJEXT])
 
3312
_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
 
3313
        [Compiler flag to turn off builtin functions])
 
3314
])# _LT_COMPILER_NO_RTTI
 
3315
 
 
3316
 
 
3317
# _LT_CMD_GLOBAL_SYMBOLS
 
3318
# ----------------------
 
3319
m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
 
3320
[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
3321
AC_REQUIRE([AC_PROG_CC])dnl
 
3322
AC_REQUIRE([LT_PATH_NM])dnl
 
3323
AC_REQUIRE([LT_PATH_LD])dnl
 
3324
m4_require([_LT_DECL_SED])dnl
 
3325
m4_require([_LT_DECL_EGREP])dnl
 
3326
m4_require([_LT_TAG_COMPILER])dnl
 
3327
 
4805
3328
# Check for command to grab the raw symbol name followed by C symbol from nm.
4806
3329
AC_MSG_CHECKING([command to parse $NM output from $compiler object])
4807
3330
AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
4815
3338
# Regexp to match symbols that can be accessed directly from C.
4816
3339
sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4817
3340
 
4818
 
# Transform an extracted symbol line into a proper C declaration
4819
 
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4820
 
 
4821
 
# Transform an extracted symbol line into symbol name and symbol address
4822
 
lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
4823
 
 
4824
3341
# Define system-specific variables.
4825
3342
case $host_os in
4826
3343
aix*)
4827
3344
  symcode='[[BCDT]]'
4828
3345
  ;;
4829
 
cygwin* | mingw* | pw32*)
 
3346
cygwin* | mingw* | pw32* | cegcc*)
4830
3347
  symcode='[[ABCDGISTW]]'
4831
3348
  ;;
4832
 
hpux*) # Its linker distinguishes data from code symbols
 
3349
hpux*)
4833
3350
  if test "$host_cpu" = ia64; then
4834
3351
    symcode='[[ABCDEGRST]]'
4835
3352
  fi
4836
 
  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4837
 
  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
4838
 
  ;;
4839
 
linux* | k*bsd*-gnu)
4840
 
  if test "$host_cpu" = ia64; then
4841
 
    symcode='[[ABCDGIRSTW]]'
4842
 
    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4843
 
    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
4844
 
  fi
4845
3353
  ;;
4846
3354
irix* | nonstopux*)
4847
3355
  symcode='[[BCDEGRST]]'
4866
3374
  ;;
4867
3375
esac
4868
3376
 
 
3377
# If we're using GNU nm, then use its standard symbol codes.
 
3378
case `$NM -V 2>&1` in
 
3379
*GNU* | *'with BFD'*)
 
3380
  symcode='[[ABCDGIRSTW]]' ;;
 
3381
esac
 
3382
 
 
3383
# Transform an extracted symbol line into a proper C declaration.
 
3384
# Some systems (esp. on ia64) link data and code symbols differently,
 
3385
# so use this general approach.
 
3386
lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
3387
 
 
3388
# Transform an extracted symbol line into symbol name and symbol address
 
3389
lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (void *) \&\2},/p'"
 
3390
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'"
 
3391
 
4869
3392
# Handle CRLF in mingw tool chain
4870
3393
opt_cr=
4871
3394
case $build_os in
4872
3395
mingw*)
4873
 
  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
 
3396
  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4874
3397
  ;;
4875
3398
esac
4876
3399
 
4877
 
# If we're using GNU nm, then use its standard symbol codes.
4878
 
case `$NM -V 2>&1` in
4879
 
*GNU* | *'with BFD'*)
4880
 
  symcode='[[ABCDGIRSTW]]' ;;
4881
 
esac
4882
 
 
4883
 
# Try without a prefix undercore, then with it.
 
3400
# Try without a prefix underscore, then with it.
4884
3401
for ac_symprfx in "" "_"; do
4885
3402
 
4886
3403
  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4887
3404
  symxfrm="\\1 $ac_symprfx\\2 \\2"
4888
3405
 
4889
3406
  # Write the raw and C identifiers.
4890
 
  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[      ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
 
3407
  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
 
3408
    # Fake it for dumpbin and say T for any non-static function
 
3409
    # and D for any global variable.
 
3410
    # Also find C++ and __fastcall symbols from MSVC++,
 
3411
    # which start with @ or ?.
 
3412
    lt_cv_sys_global_symbol_pipe="$AWK ['"\
 
3413
"     {last_section=section; section=\$ 3};"\
 
3414
"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
 
3415
"     \$ 0!~/External *\|/{next};"\
 
3416
"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
 
3417
"     {if(hide[section]) next};"\
 
3418
"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
 
3419
"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
 
3420
"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
 
3421
"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
 
3422
"     ' prfx=^$ac_symprfx]"
 
3423
  else
 
3424
    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[     ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
 
3425
  fi
4891
3426
 
4892
3427
  # Check to see that the pipe works correctly.
4893
3428
  pipe_works=no
4894
3429
 
4895
3430
  rm -f conftest*
4896
 
  cat > conftest.$ac_ext <<EOF
 
3431
  cat > conftest.$ac_ext <<_LT_EOF
4897
3432
#ifdef __cplusplus
4898
3433
extern "C" {
4899
3434
#endif
4900
3435
char nm_test_var;
4901
 
void nm_test_func(){}
 
3436
void nm_test_func(void);
 
3437
void nm_test_func(void){}
4902
3438
#ifdef __cplusplus
4903
3439
}
4904
3440
#endif
4905
3441
int main(){nm_test_var='a';nm_test_func();return(0);}
4906
 
EOF
 
3442
_LT_EOF
4907
3443
 
4908
3444
  if AC_TRY_EVAL(ac_compile); then
4909
3445
    # Now try to grab the symbols.
4917
3453
      fi
4918
3454
 
4919
3455
      # Make sure that we snagged all the symbols we need.
4920
 
      if grep ' nm_test_var$' "$nlist" >/dev/null; then
4921
 
        if grep ' nm_test_func$' "$nlist" >/dev/null; then
4922
 
          cat <<EOF > conftest.$ac_ext
 
3456
      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
 
3457
        if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
 
3458
          cat <<_LT_EOF > conftest.$ac_ext
4923
3459
#ifdef __cplusplus
4924
3460
extern "C" {
4925
3461
#endif
4926
3462
 
4927
 
EOF
 
3463
_LT_EOF
4928
3464
          # Now generate the symbol file.
4929
 
          eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4930
 
 
4931
 
          cat <<EOF >> conftest.$ac_ext
4932
 
#if defined (__STDC__) && __STDC__
4933
 
# define lt_ptr_t void *
4934
 
#else
4935
 
# define lt_ptr_t char *
4936
 
# define const
4937
 
#endif
4938
 
 
4939
 
/* The mapping between symbol names and symbols. */
 
3465
          eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
 
3466
 
 
3467
          cat <<_LT_EOF >> conftest.$ac_ext
 
3468
 
 
3469
/* The mapping between symbol names and symbols.  */
4940
3470
const struct {
4941
3471
  const char *name;
4942
 
  lt_ptr_t address;
 
3472
  void       *address;
4943
3473
}
4944
 
lt_preloaded_symbols[[]] =
 
3474
lt__PROGRAM__LTX_preloaded_symbols[[]] =
4945
3475
{
4946
 
EOF
4947
 
          $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4948
 
          cat <<\EOF >> conftest.$ac_ext
4949
 
  {0, (lt_ptr_t) 0}
 
3476
  { "@PROGRAM@", (void *) 0 },
 
3477
_LT_EOF
 
3478
          $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
 
3479
          cat <<\_LT_EOF >> conftest.$ac_ext
 
3480
  {0, (void *) 0}
4950
3481
};
4951
3482
 
 
3483
/* This works around a problem in FreeBSD linker */
 
3484
#ifdef FREEBSD_WORKAROUND
 
3485
static const void *lt_preloaded_setup() {
 
3486
  return lt__PROGRAM__LTX_preloaded_symbols;
 
3487
}
 
3488
#endif
 
3489
 
4952
3490
#ifdef __cplusplus
4953
3491
}
4954
3492
#endif
4955
 
EOF
 
3493
_LT_EOF
4956
3494
          # Now try linking the two files.
4957
3495
          mv conftest.$ac_objext conftstm.$ac_objext
4958
3496
          lt_save_LIBS="$LIBS"
4959
3497
          lt_save_CFLAGS="$CFLAGS"
4960
3498
          LIBS="conftstm.$ac_objext"
4961
 
          CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
 
3499
          CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4962
3500
          if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4963
3501
            pipe_works=yes
4964
3502
          fi
4995
3533
else
4996
3534
  AC_MSG_RESULT(ok)
4997
3535
fi
4998
 
]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
4999
 
 
5000
 
 
5001
 
# AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME])
5002
 
# ---------------------------------------
5003
 
AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC],
5004
 
[_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
5005
 
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5006
 
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
 
3536
 
 
3537
_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
 
3538
    [Take the output of nm and produce a listing of raw symbols and C names])
 
3539
_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
 
3540
    [Transform the output of nm in a proper C declaration])
 
3541
_LT_DECL([global_symbol_to_c_name_address],
 
3542
    [lt_cv_sys_global_symbol_to_c_name_address], [1],
 
3543
    [Transform the output of nm in a C name address pair])
 
3544
_LT_DECL([global_symbol_to_c_name_address_lib_prefix],
 
3545
    [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
 
3546
    [Transform the output of nm in a C name address pair when lib prefix is needed])
 
3547
]) # _LT_CMD_GLOBAL_SYMBOLS
 
3548
 
 
3549
 
 
3550
# _LT_COMPILER_PIC([TAGNAME])
 
3551
# ---------------------------
 
3552
m4_defun([_LT_COMPILER_PIC],
 
3553
[m4_require([_LT_TAG_COMPILER])dnl
 
3554
_LT_TAGVAR(lt_prog_compiler_wl, $1)=
 
3555
_LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
3556
_LT_TAGVAR(lt_prog_compiler_static, $1)=
5007
3557
 
5008
3558
AC_MSG_CHECKING([for $compiler option to produce PIC])
5009
 
 ifelse([$1],[CXX],[
 
3559
m4_if([$1], [CXX], [
5010
3560
  # C++ specific cases for pic, static, wl, etc.
5011
3561
  if test "$GXX" = yes; then
5012
 
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5013
 
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
3562
    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3563
    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
5014
3564
 
5015
3565
    case $host_os in
5016
3566
    aix*)
5017
3567
      # All AIX code is PIC.
5018
3568
      if test "$host_cpu" = ia64; then
5019
3569
        # AIX 5 now supports IA64 processor
5020
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3570
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5021
3571
      fi
5022
3572
      ;;
 
3573
 
5023
3574
    amigaos*)
5024
 
      # FIXME: we need at least 68020 code to build shared libraries, but
5025
 
      # adding the `-m68020' flag to GCC prevents building anything better,
5026
 
      # like `-m68040'.
5027
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
3575
      case $host_cpu in
 
3576
      powerpc)
 
3577
            # see comment about AmigaOS4 .so support
 
3578
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
3579
        ;;
 
3580
      m68k)
 
3581
            # FIXME: we need at least 68020 code to build shared libraries, but
 
3582
            # adding the `-m68020' flag to GCC prevents building anything better,
 
3583
            # like `-m68040'.
 
3584
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
3585
        ;;
 
3586
      esac
5028
3587
      ;;
 
3588
 
5029
3589
    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
5030
3590
      # PIC is the default for these OSes.
5031
3591
      ;;
5032
 
    mingw* | cygwin* | os2* | pw32*)
 
3592
    mingw* | cygwin* | os2* | pw32* | cegcc*)
5033
3593
      # This hack is so that the source file can tell whether it is being
5034
3594
      # built for inclusion in a dll (and should export symbols for example).
5035
3595
      # Although the cygwin gcc ignores -fPIC, still need this for old-style
5036
3596
      # (--disable-auto-import) libraries
5037
3597
      m4_if([$1], [GCJ], [],
5038
 
        [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
 
3598
        [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
5039
3599
      ;;
5040
3600
    darwin* | rhapsody*)
5041
3601
      # PIC is the default on this platform
5042
3602
      # Common symbols not allowed in MH_DYLIB files
5043
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
3603
      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
5044
3604
      ;;
5045
3605
    *djgpp*)
5046
3606
      # DJGPP does not support shared libraries at all
5047
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
3607
      _LT_TAGVAR(lt_prog_compiler_pic, $1)=
5048
3608
      ;;
5049
3609
    interix[[3-9]]*)
5050
3610
      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
5052
3612
      ;;
5053
3613
    sysv4*MP*)
5054
3614
      if test -d /usr/nec; then
5055
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
 
3615
        _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
5056
3616
      fi
5057
3617
      ;;
5058
3618
    hpux*)
5059
 
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
5060
 
      # not for PA HP-UX.
 
3619
      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
 
3620
      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
 
3621
      # sets the default TLS model and affects inlining.
5061
3622
      case $host_cpu in
5062
 
      hppa*64*|ia64*)
 
3623
      hppa*64*)
5063
3624
        ;;
5064
3625
      *)
5065
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
3626
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5066
3627
        ;;
5067
3628
      esac
5068
3629
      ;;
 
3630
    *qnx* | *nto*)
 
3631
      # QNX uses GNU C++, but need to define -shared option too, otherwise
 
3632
      # it will coredump.
 
3633
      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
 
3634
      ;;
5069
3635
    *)
5070
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
3636
      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5071
3637
      ;;
5072
3638
    esac
5073
3639
  else
5076
3642
        # All AIX code is PIC.
5077
3643
        if test "$host_cpu" = ia64; then
5078
3644
          # AIX 5 now supports IA64 processor
5079
 
          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3645
          _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5080
3646
        else
5081
 
          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
 
3647
          _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
5082
3648
        fi
5083
3649
        ;;
5084
3650
      chorus*)
5085
3651
        case $cc_basename in
5086
3652
        cxch68*)
5087
3653
          # Green Hills C++ Compiler
5088
 
          # _LT_AC_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"
 
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"
5089
3655
          ;;
5090
3656
        esac
5091
3657
        ;;
5092
 
       darwin*)
5093
 
         # PIC is the default on this platform
5094
 
         # Common symbols not allowed in MH_DYLIB files
5095
 
         case $cc_basename in
5096
 
           xlc*)
5097
 
           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
5098
 
           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5099
 
           ;;
5100
 
         esac
5101
 
       ;;
5102
3658
      dgux*)
5103
3659
        case $cc_basename in
5104
3660
          ec++*)
5105
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3661
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5106
3662
            ;;
5107
3663
          ghcx*)
5108
3664
            # Green Hills C++ Compiler
5109
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
3665
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5110
3666
            ;;
5111
3667
          *)
5112
3668
            ;;
5118
3674
      hpux9* | hpux10* | hpux11*)
5119
3675
        case $cc_basename in
5120
3676
          CC*)
5121
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5122
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
3677
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3678
            _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
5123
3679
            if test "$host_cpu" != ia64; then
5124
 
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
3680
              _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
5125
3681
            fi
5126
3682
            ;;
5127
3683
          aCC*)
5128
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5129
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
3684
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3685
            _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
5130
3686
            case $host_cpu in
5131
3687
            hppa*64*|ia64*)
5132
3688
              # +Z the default
5133
3689
              ;;
5134
3690
            *)
5135
 
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
3691
              _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
5136
3692
              ;;
5137
3693
            esac
5138
3694
            ;;
5147
3703
      irix5* | irix6* | nonstopux*)
5148
3704
        case $cc_basename in
5149
3705
          CC*)
5150
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5151
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
3706
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3707
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5152
3708
            # CC pic flag -KPIC is the default.
5153
3709
            ;;
5154
3710
          *)
5159
3715
        case $cc_basename in
5160
3716
          KCC*)
5161
3717
            # KAI C++ Compiler
5162
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
5163
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5164
 
            ;;
5165
 
          icpc* | ecpc*)
5166
 
            # Intel C++
5167
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5168
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5169
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
3718
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
 
3719
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
3720
            ;;
 
3721
          ecpc* )
 
3722
            # old Intel C++ for x86_64 which still supported -KPIC.
 
3723
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3724
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3725
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
3726
            ;;
 
3727
          icpc* )
 
3728
            # Intel C++, used to be incompatible with GCC.
 
3729
            # ICC 10 doesn't accept -KPIC any more.
 
3730
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3731
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
3732
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
5170
3733
            ;;
5171
3734
          pgCC* | pgcpp*)
5172
 
            # Portland Group C++ compiler.
5173
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5174
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
5175
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3735
            # Portland Group C++ compiler
 
3736
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3737
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
 
3738
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5176
3739
            ;;
5177
3740
          cxx*)
5178
3741
            # Compaq C++
5179
3742
            # Make sure the PIC flag is empty.  It appears that all Alpha
5180
3743
            # Linux and Compaq Tru64 Unix objects are PIC.
5181
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5182
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
3744
            _LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
3745
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
3746
            ;;
 
3747
          xlc* | xlC*)
 
3748
            # IBM XL 8.0 on PPC
 
3749
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3750
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
 
3751
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
5183
3752
            ;;
5184
3753
          *)
5185
3754
            case `$CC -V 2>&1 | sed 5q` in
5186
3755
            *Sun\ C*)
5187
3756
              # Sun C++ 5.9
5188
 
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5189
 
              _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5190
 
              _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
3757
              _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3758
              _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3759
              _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
5191
3760
              ;;
5192
3761
            esac
5193
3762
            ;;
5200
3769
      mvs*)
5201
3770
        case $cc_basename in
5202
3771
          cxx*)
5203
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
 
3772
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
5204
3773
            ;;
5205
3774
          *)
5206
3775
            ;;
5208
3777
        ;;
5209
3778
      netbsd*)
5210
3779
        ;;
 
3780
      *qnx* | *nto*)
 
3781
        # QNX uses GNU C++, but need to define -shared option too, otherwise
 
3782
        # it will coredump.
 
3783
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
 
3784
        ;;
5211
3785
      osf3* | osf4* | osf5*)
5212
3786
        case $cc_basename in
5213
3787
          KCC*)
5214
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
 
3788
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
5215
3789
            ;;
5216
3790
          RCC*)
5217
3791
            # Rational C++ 2.4.1
5218
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
3792
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5219
3793
            ;;
5220
3794
          cxx*)
5221
3795
            # Digital/Compaq C++
5222
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3796
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5223
3797
            # Make sure the PIC flag is empty.  It appears that all Alpha
5224
3798
            # Linux and Compaq Tru64 Unix objects are PIC.
5225
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5226
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
3799
            _LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
3800
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5227
3801
            ;;
5228
3802
          *)
5229
3803
            ;;
5235
3809
        case $cc_basename in
5236
3810
          CC*)
5237
3811
            # Sun C++ 4.2, 5.x and Centerline C++
5238
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5239
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5240
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
3812
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3813
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3814
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
5241
3815
            ;;
5242
3816
          gcx*)
5243
3817
            # Green Hills C++ Compiler
5244
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
 
3818
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
5245
3819
            ;;
5246
3820
          *)
5247
3821
            ;;
5251
3825
        case $cc_basename in
5252
3826
          CC*)
5253
3827
            # Sun C++ 4.x
5254
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5255
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3828
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
3829
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5256
3830
            ;;
5257
3831
          lcc*)
5258
3832
            # Lucid
5259
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
3833
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5260
3834
            ;;
5261
3835
          *)
5262
3836
            ;;
5263
3837
        esac
5264
3838
        ;;
 
3839
      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
3840
        case $cc_basename in
 
3841
          CC*)
 
3842
            _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3843
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3844
            _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3845
            ;;
 
3846
        esac
 
3847
        ;;
5265
3848
      tandem*)
5266
3849
        case $cc_basename in
5267
3850
          NCC*)
5268
3851
            # NonStop-UX NCC 3.20
5269
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
3852
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5270
3853
            ;;
5271
3854
          *)
5272
3855
            ;;
5273
3856
        esac
5274
3857
        ;;
5275
 
      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
5276
 
        case $cc_basename in
5277
 
          CC*)
5278
 
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5279
 
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5280
 
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5281
 
            ;;
5282
 
        esac
5283
 
        ;;
5284
3858
      vxworks*)
5285
3859
        ;;
5286
3860
      *)
5287
 
        _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
3861
        _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5288
3862
        ;;
5289
3863
    esac
5290
3864
  fi
5291
3865
],
5292
3866
[
5293
3867
  if test "$GCC" = yes; then
5294
 
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5295
 
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
3868
    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3869
    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
5296
3870
 
5297
3871
    case $host_os in
5298
3872
      aix*)
5299
3873
      # All AIX code is PIC.
5300
3874
      if test "$host_cpu" = ia64; then
5301
3875
        # AIX 5 now supports IA64 processor
5302
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3876
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5303
3877
      fi
5304
3878
      ;;
5305
3879
 
5306
3880
    amigaos*)
5307
 
      # FIXME: we need at least 68020 code to build shared libraries, but
5308
 
      # adding the `-m68020' flag to GCC prevents building anything better,
5309
 
      # like `-m68040'.
5310
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
3881
      case $host_cpu in
 
3882
      powerpc)
 
3883
            # see comment about AmigaOS4 .so support
 
3884
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
3885
        ;;
 
3886
      m68k)
 
3887
            # FIXME: we need at least 68020 code to build shared libraries, but
 
3888
            # adding the `-m68020' flag to GCC prevents building anything better,
 
3889
            # like `-m68040'.
 
3890
            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
3891
        ;;
 
3892
      esac
5311
3893
      ;;
5312
3894
 
5313
3895
    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
5314
3896
      # PIC is the default for these OSes.
5315
3897
      ;;
5316
3898
 
5317
 
    mingw* | cygwin* | pw32* | os2*)
 
3899
    mingw* | cygwin* | pw32* | os2* | cegcc*)
5318
3900
      # This hack is so that the source file can tell whether it is being
5319
3901
      # built for inclusion in a dll (and should export symbols for example).
5320
3902
      # Although the cygwin gcc ignores -fPIC, still need this for old-style
5321
3903
      # (--disable-auto-import) libraries
5322
3904
      m4_if([$1], [GCJ], [],
5323
 
        [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
 
3905
        [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
5324
3906
      ;;
5325
3907
 
5326
3908
    darwin* | rhapsody*)
5327
3909
      # PIC is the default on this platform
5328
3910
      # Common symbols not allowed in MH_DYLIB files
5329
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
3911
      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
3912
      ;;
 
3913
 
 
3914
    hpux*)
 
3915
      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
 
3916
      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
 
3917
      # sets the default TLS model and affects inlining.
 
3918
      case $host_cpu in
 
3919
      hppa*64*)
 
3920
        # +Z the default
 
3921
        ;;
 
3922
      *)
 
3923
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
3924
        ;;
 
3925
      esac
5330
3926
      ;;
5331
3927
 
5332
3928
    interix[[3-9]]*)
5337
3933
    msdosdjgpp*)
5338
3934
      # Just because we use GCC doesn't mean we suddenly get shared libraries
5339
3935
      # on systems that don't support them.
5340
 
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
3936
      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5341
3937
      enable_shared=no
5342
3938
      ;;
5343
3939
 
 
3940
    *nto* | *qnx*)
 
3941
      # QNX uses GNU C++, but need to define -shared option too, otherwise
 
3942
      # it will coredump.
 
3943
      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
 
3944
      ;;
 
3945
 
5344
3946
    sysv4*MP*)
5345
3947
      if test -d /usr/nec; then
5346
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
 
3948
        _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
5347
3949
      fi
5348
3950
      ;;
5349
3951
 
5350
 
    hpux*)
5351
 
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
5352
 
      # not for PA HP-UX.
5353
 
      case $host_cpu in
5354
 
      hppa*64*|ia64*)
5355
 
        # +Z the default
5356
 
        ;;
5357
 
      *)
5358
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5359
 
        ;;
5360
 
      esac
5361
 
      ;;
5362
 
 
5363
3952
    *)
5364
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
3953
      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5365
3954
      ;;
5366
3955
    esac
5367
3956
  else
5368
3957
    # PORTME Check for flag to pass linker flags through the system compiler.
5369
3958
    case $host_os in
5370
3959
    aix*)
5371
 
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3960
      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5372
3961
      if test "$host_cpu" = ia64; then
5373
3962
        # AIX 5 now supports IA64 processor
5374
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3963
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5375
3964
      else
5376
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
 
3965
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
5377
3966
      fi
5378
3967
      ;;
5379
 
      darwin*)
5380
 
        # PIC is the default on this platform
5381
 
        # Common symbols not allowed in MH_DYLIB files
5382
 
       case $cc_basename in
5383
 
         xlc*)
5384
 
         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
5385
 
         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5386
 
         ;;
5387
 
       esac
5388
 
       ;;
5389
3968
 
5390
 
    mingw* | cygwin* | pw32* | os2*)
 
3969
    mingw* | cygwin* | pw32* | os2* | cegcc*)
5391
3970
      # This hack is so that the source file can tell whether it is being
5392
3971
      # built for inclusion in a dll (and should export symbols for example).
5393
3972
      m4_if([$1], [GCJ], [],
5394
 
        [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
 
3973
        [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
5395
3974
      ;;
5396
3975
 
5397
3976
    hpux9* | hpux10* | hpux11*)
5398
 
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3977
      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5399
3978
      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
5400
3979
      # not for PA HP-UX.
5401
3980
      case $host_cpu in
5403
3982
        # +Z the default
5404
3983
        ;;
5405
3984
      *)
5406
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
3985
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
5407
3986
        ;;
5408
3987
      esac
5409
3988
      # Is there a better lt_prog_compiler_static that works with the bundled CC?
5410
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
3989
      _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
5411
3990
      ;;
5412
3991
 
5413
3992
    irix5* | irix6* | nonstopux*)
5414
 
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
3993
      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5415
3994
      # PIC (with -KPIC) is the default.
5416
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5417
 
      ;;
5418
 
 
5419
 
    newsos6)
5420
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5421
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
3995
      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5422
3996
      ;;
5423
3997
 
5424
3998
    linux* | k*bsd*-gnu)
5425
3999
      case $cc_basename in
5426
 
      icc* | ecc*)
5427
 
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5428
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5429
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
5430
 
        ;;
 
4000
      # old Intel for x86_64 which still supported -KPIC.
 
4001
      ecc*)
 
4002
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4003
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4004
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4005
        ;;
 
4006
      # icc used to be incompatible with GCC.
 
4007
      # ICC 10 doesn't accept -KPIC any more.
 
4008
      icc* | ifort*)
 
4009
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4010
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
4011
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
4012
        ;;
 
4013
      # Lahey Fortran 8.1.
 
4014
      lf95*)
 
4015
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4016
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
 
4017
        _LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
 
4018
        ;;
5431
4019
      pgcc* | pgf77* | pgf90* | pgf95*)
5432
4020
        # Portland Group compilers (*not* the Pentium gcc compiler,
5433
4021
        # which looks to be a dead project)
5434
 
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5435
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
5436
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4022
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4023
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
 
4024
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5437
4025
        ;;
5438
4026
      ccc*)
5439
 
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4027
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5440
4028
        # All Alpha code is PIC.
5441
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4029
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5442
4030
        ;;
 
4031
      xl*)
 
4032
        # IBM XL C 8.0/Fortran 10.1 on PPC
 
4033
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4034
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
 
4035
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
 
4036
        ;;
5443
4037
      *)
5444
 
        case `$CC -V 2>&1 | sed 5q` in
 
4038
        case `$CC -V 2>&1 | sed 5q` in
5445
4039
        *Sun\ C*)
5446
4040
          # Sun C 5.9
5447
 
          _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5448
 
          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5449
 
          _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4041
          _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4042
          _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4043
          _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5450
4044
          ;;
5451
4045
        *Sun\ F*)
5452
4046
          # Sun Fortran 8.3 passes all unrecognized flags to the linker
5453
 
          _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5454
 
          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5455
 
          _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=''
 
4047
          _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4048
          _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4049
          _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
5456
4050
          ;;
5457
4051
        esac
5458
4052
        ;;
5459
4053
      esac
5460
4054
      ;;
5461
4055
 
 
4056
    newsos6)
 
4057
      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4058
      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4059
      ;;
 
4060
 
 
4061
    *nto* | *qnx*)
 
4062
      # QNX uses GNU C++, but need to define -shared option too, otherwise
 
4063
      # it will coredump.
 
4064
      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
 
4065
      ;;
 
4066
 
5462
4067
    osf3* | osf4* | osf5*)
5463
 
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4068
      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5464
4069
      # All OSF/1 code is PIC.
5465
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4070
      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5466
4071
      ;;
5467
4072
 
5468
4073
    rdos*)
5469
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
4074
      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5470
4075
      ;;
5471
4076
 
5472
4077
    solaris*)
5473
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5474
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4078
      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4079
      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5475
4080
      case $cc_basename in
5476
4081
      f77* | f90* | f95*)
5477
 
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
 
4082
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
5478
4083
      *)
5479
 
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
 
4084
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
5480
4085
      esac
5481
4086
      ;;
5482
4087
 
5483
4088
    sunos4*)
5484
 
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
5485
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
5486
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4089
      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
4090
      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
 
4091
      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5487
4092
      ;;
5488
4093
 
5489
4094
    sysv4 | sysv4.2uw2* | sysv4.3*)
5490
 
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5491
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5492
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4095
      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4096
      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4097
      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5493
4098
      ;;
5494
4099
 
5495
4100
    sysv4*MP*)
5496
4101
      if test -d /usr/nec ;then
5497
 
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
5498
 
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4102
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
 
4103
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5499
4104
      fi
5500
4105
      ;;
5501
4106
 
5502
4107
    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
5503
 
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5504
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5505
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4108
      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4109
      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
4110
      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5506
4111
      ;;
5507
4112
 
5508
4113
    unicos*)
5509
 
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5510
 
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
4114
      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
4115
      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5511
4116
      ;;
5512
4117
 
5513
4118
    uts4*)
5514
 
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5515
 
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
4119
      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
4120
      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5516
4121
      ;;
5517
4122
 
5518
4123
    *)
5519
 
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
4124
      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5520
4125
      ;;
5521
4126
    esac
5522
4127
  fi
5523
4128
])
5524
 
AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
 
4129
case $host_os in
 
4130
  # For platforms which do not support PIC, -DPIC is meaningless:
 
4131
  *djgpp*)
 
4132
    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
4133
    ;;
 
4134
  *)
 
4135
    _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
 
4136
    ;;
 
4137
esac
 
4138
AC_MSG_RESULT([$_LT_TAGVAR(lt_prog_compiler_pic, $1)])
 
4139
_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1],
 
4140
        [How to pass a linker flag through the compiler])
5525
4141
 
5526
4142
#
5527
4143
# Check to make sure the PIC flag actually works.
5528
4144
#
5529
 
if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
5530
 
  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
5531
 
    _LT_AC_TAGVAR(lt_cv_prog_compiler_pic_works, $1),
5532
 
    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
5533
 
    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
 
4145
if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
 
4146
  _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
 
4147
    [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
 
4148
    [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
 
4149
    [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
5534
4150
     "" | " "*) ;;
5535
 
     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
 
4151
     *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;
5536
4152
     esac],
5537
 
    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5538
 
     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
 
4153
    [_LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
4154
     _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
5539
4155
fi
5540
 
case $host_os in
5541
 
  # For platforms which do not support PIC, -DPIC is meaningless:
5542
 
  *djgpp*)
5543
 
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5544
 
    ;;
5545
 
  *)
5546
 
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
5547
 
    ;;
5548
 
esac
 
4156
_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
 
4157
        [Additional compiler flags for building library objects])
5549
4158
 
5550
4159
#
5551
4160
# Check to make sure the static flag actually works.
5552
4161
#
5553
 
wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
5554
 
AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
5555
 
  _LT_AC_TAGVAR(lt_cv_prog_compiler_static_works, $1),
 
4162
wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
 
4163
_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
 
4164
  _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1),
5556
4165
  $lt_tmp_static_flag,
5557
4166
  [],
5558
 
  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
5559
 
])
5560
 
 
5561
 
 
5562
 
# AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME])
5563
 
# ------------------------------------
 
4167
  [_LT_TAGVAR(lt_prog_compiler_static, $1)=])
 
4168
_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
 
4169
        [Compiler flag to prevent dynamic linking])
 
4170
])# _LT_COMPILER_PIC
 
4171
 
 
4172
 
 
4173
# _LT_LINKER_SHLIBS([TAGNAME])
 
4174
# ----------------------------
5564
4175
# See if the linker supports building shared libraries.
5565
 
AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS],
5566
 
[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
4176
m4_defun([_LT_LINKER_SHLIBS],
 
4177
[AC_REQUIRE([LT_PATH_LD])dnl
 
4178
AC_REQUIRE([LT_PATH_NM])dnl
 
4179
m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
4180
m4_require([_LT_DECL_EGREP])dnl
 
4181
m4_require([_LT_DECL_SED])dnl
 
4182
m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
 
4183
m4_require([_LT_TAG_COMPILER])dnl
5567
4184
AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
5568
 
ifelse([$1],[CXX],[
5569
 
  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
4185
m4_if([$1], [CXX], [
 
4186
  _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5570
4187
  case $host_os in
5571
4188
  aix[[4-9]]*)
5572
4189
    # If we're using GNU nm, then we don't want the "-C" option.
5573
4190
    # -C means demangle to AIX nm, but means don't demangle with GNU nm
5574
 
    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5575
 
      _LT_AC_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'
 
4191
    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
 
4192
      _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'
5576
4193
    else
5577
 
      _LT_AC_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'
 
4194
      _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'
5578
4195
    fi
5579
4196
    ;;
5580
4197
  pw32*)
5581
 
    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
 
4198
    _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
5582
4199
  ;;
5583
 
  cygwin* | mingw*)
5584
 
    _LT_AC_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'
 
4200
  cygwin* | mingw* | cegcc*)
 
4201
    _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'
5585
4202
  ;;
5586
4203
  *)
5587
 
    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
4204
    _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5588
4205
  ;;
5589
4206
  esac
5590
 
  _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
5591
 
],[
 
4207
  _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
 
4208
], [
5592
4209
  runpath_var=
5593
 
  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5594
 
  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
5595
 
  _LT_AC_TAGVAR(archive_cmds, $1)=
5596
 
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
5597
 
  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
5598
 
  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
5599
 
  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5600
 
  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5601
 
  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
5602
 
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5603
 
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
5604
 
  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5605
 
  _LT_AC_TAGVAR(hardcode_direct, $1)=no
5606
 
  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
5607
 
  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5608
 
  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
5609
 
  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
5610
 
  _LT_AC_TAGVAR(module_cmds, $1)=
5611
 
  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
5612
 
  _LT_AC_TAGVAR(always_export_symbols, $1)=no
5613
 
  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
4210
  _LT_TAGVAR(allow_undefined_flag, $1)=
 
4211
  _LT_TAGVAR(always_export_symbols, $1)=no
 
4212
  _LT_TAGVAR(archive_cmds, $1)=
 
4213
  _LT_TAGVAR(archive_expsym_cmds, $1)=
 
4214
  _LT_TAGVAR(compiler_needs_object, $1)=no
 
4215
  _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
4216
  _LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
4217
  _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
4218
  _LT_TAGVAR(hardcode_automatic, $1)=no
 
4219
  _LT_TAGVAR(hardcode_direct, $1)=no
 
4220
  _LT_TAGVAR(hardcode_direct_absolute, $1)=no
 
4221
  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
4222
  _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
4223
  _LT_TAGVAR(hardcode_libdir_separator, $1)=
 
4224
  _LT_TAGVAR(hardcode_minus_L, $1)=no
 
4225
  _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
4226
  _LT_TAGVAR(inherit_rpath, $1)=no
 
4227
  _LT_TAGVAR(link_all_deplibs, $1)=unknown
 
4228
  _LT_TAGVAR(module_cmds, $1)=
 
4229
  _LT_TAGVAR(module_expsym_cmds, $1)=
 
4230
  _LT_TAGVAR(old_archive_from_new_cmds, $1)=
 
4231
  _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)=
 
4232
  _LT_TAGVAR(thread_safe_flag_spec, $1)=
 
4233
  _LT_TAGVAR(whole_archive_flag_spec, $1)=
5614
4234
  # include_expsyms should be a list of space-separated symbols to be *always*
5615
4235
  # included in the symbol list
5616
 
  _LT_AC_TAGVAR(include_expsyms, $1)=
 
4236
  _LT_TAGVAR(include_expsyms, $1)=
5617
4237
  # exclude_expsyms can be an extended regexp of symbols to exclude
5618
4238
  # it will be wrapped by ` (' and `)$', so one must not match beginning or
5619
4239
  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
5620
4240
  # as well as any symbol that contains `d'.
5621
 
  _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
 
4241
  _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
5622
4242
  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
5623
4243
  # platforms (ab)use it in PIC code, but their linkers get confused if
5624
4244
  # the symbol is explicitly referenced.  Since portable code cannot
5627
4247
  # Exclude shared library initialization/finalization symbols.
5628
4248
dnl Note also adjust exclude_expsyms for C++ above.
5629
4249
  extract_expsyms_cmds=
5630
 
  # Just being paranoid about ensuring that cc_basename is set.
5631
 
  _LT_CC_BASENAME([$compiler])
 
4250
 
5632
4251
  case $host_os in
5633
 
  cygwin* | mingw* | pw32*)
 
4252
  cygwin* | mingw* | pw32* | cegcc*)
5634
4253
    # FIXME: the MSVC++ port hasn't been tested in a loooong time
5635
4254
    # When not using gcc, we currently assume that we are using
5636
4255
    # Microsoft Visual C++.
5647
4266
    ;;
5648
4267
  esac
5649
4268
 
5650
 
  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
4269
  _LT_TAGVAR(ld_shlibs, $1)=yes
5651
4270
  if test "$with_gnu_ld" = yes; then
5652
4271
    # If archive_cmds runs LD, not CC, wlarc should be empty
5653
4272
    wlarc='${wl}'
5656
4275
    # are reset later if shared libraries are not supported. Putting them
5657
4276
    # here allows them to be overridden if necessary.
5658
4277
    runpath_var=LD_RUN_PATH
5659
 
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
5660
 
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
4278
    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
4279
    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
5661
4280
    # ancient GNU ld didn't support --whole-archive et. al.
5662
 
    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
5663
 
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
5664
 
      else
5665
 
        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
4281
    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
 
4282
      _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
4283
    else
 
4284
      _LT_TAGVAR(whole_archive_flag_spec, $1)=
5666
4285
    fi
5667
4286
    supports_anon_versioning=no
5668
 
    case `$LD -v 2>/dev/null` in
 
4287
    case `$LD -v 2>&1` in
5669
4288
      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5670
4289
      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5671
4290
      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5678
4297
    aix[[3-9]]*)
5679
4298
      # On AIX/PPC, the GNU linker is very broken
5680
4299
      if test "$host_cpu" != ia64; then
5681
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5682
 
        cat <<EOF 1>&2
 
4300
        _LT_TAGVAR(ld_shlibs, $1)=no
 
4301
        cat <<_LT_EOF 1>&2
5683
4302
 
5684
4303
*** Warning: the GNU linker, at least up to release 2.9.1, is reported
5685
4304
*** to be unable to reliably create shared libraries on AIX.
5687
4306
*** really care for shared libraries, you may want to modify your PATH
5688
4307
*** so that a non-GNU linker is found, and then restart.
5689
4308
 
5690
 
EOF
 
4309
_LT_EOF
5691
4310
      fi
5692
4311
      ;;
5693
4312
 
5694
4313
    amigaos*)
5695
 
      _LT_AC_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)'
5696
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5697
 
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5698
 
 
5699
 
      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
5700
 
      # that the semantics of dynamic libraries on AmigaOS, at least up
5701
 
      # to version 4, is to share data among multiple programs linked
5702
 
      # with the same dynamic library.  Since this doesn't match the
5703
 
      # behavior of shared libraries on other platforms, we can't use
5704
 
      # them.
5705
 
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4314
      case $host_cpu in
 
4315
      powerpc)
 
4316
            # see comment about AmigaOS4 .so support
 
4317
            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4318
            _LT_TAGVAR(archive_expsym_cmds, $1)=''
 
4319
        ;;
 
4320
      m68k)
 
4321
            _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)'
 
4322
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
4323
            _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
4324
        ;;
 
4325
      esac
5706
4326
      ;;
5707
4327
 
5708
4328
    beos*)
5709
 
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5710
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
4329
      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
4330
        _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5711
4331
        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5712
4332
        # support --undefined.  This deserves some investigation.  FIXME
5713
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4333
        _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5714
4334
      else
5715
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4335
        _LT_TAGVAR(ld_shlibs, $1)=no
5716
4336
      fi
5717
4337
      ;;
5718
4338
 
5719
 
    cygwin* | mingw* | pw32*)
5720
 
      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
4339
    cygwin* | mingw* | pw32* | cegcc*)
 
4340
      # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5721
4341
      # as there is no search path for DLLs.
5722
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5723
 
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5724
 
      _LT_AC_TAGVAR(always_export_symbols, $1)=no
5725
 
      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5726
 
      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
 
4342
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
4343
      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
4344
      _LT_TAGVAR(always_export_symbols, $1)=no
 
4345
      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
4346
      _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'
5727
4347
 
5728
 
      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
5729
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
4348
      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
 
4349
        _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'
5730
4350
        # If the export-symbols file already is a .def file (1st line
5731
4351
        # is EXPORTS), use it as is; otherwise, prepend...
5732
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
4352
        _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
5733
4353
          cp $export_symbols $output_objdir/$soname.def;
5734
4354
        else
5735
4355
          echo EXPORTS > $output_objdir/$soname.def;
5737
4357
        fi~
5738
4358
        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5739
4359
      else
5740
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4360
        _LT_TAGVAR(ld_shlibs, $1)=no
5741
4361
      fi
5742
4362
      ;;
5743
4363
 
5744
4364
    interix[[3-9]]*)
5745
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
5746
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5747
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5748
 
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
4365
      _LT_TAGVAR(hardcode_direct, $1)=no
 
4366
      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4367
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
4368
      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5749
4369
      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
5750
4370
      # Instead, shared libraries are loaded at an image base (0x10000000 by
5751
4371
      # default) and relocated if they conflict, which is a slow very memory
5752
4372
      # consuming and fragmenting process.  To avoid this, we pick a random,
5753
4373
      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
5754
4374
      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
5755
 
      _LT_AC_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'
5756
 
      _LT_AC_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'
 
4375
      _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'
 
4376
      _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'
5757
4377
      ;;
5758
4378
 
5759
 
    gnu* | linux* | k*bsd*-gnu)
5760
 
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
4379
    gnu* | linux* | tpf* | k*bsd*-gnu)
 
4380
      tmp_diet=no
 
4381
      if test "$host_os" = linux-dietlibc; then
 
4382
        case $cc_basename in
 
4383
          diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
 
4384
        esac
 
4385
      fi
 
4386
      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
 
4387
         && test "$tmp_diet" = no
 
4388
      then
5761
4389
        tmp_addflag=
 
4390
        tmp_sharedflag='-shared'
5762
4391
        case $cc_basename,$host_cpu in
5763
 
        pgcc*)                          # Portland Group C compiler
5764
 
          _LT_AC_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'
 
4392
        pgcc*)                          # Portland Group C compiler
 
4393
          _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'
5765
4394
          tmp_addflag=' $pic_flag'
5766
4395
          ;;
5767
4396
        pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
5768
 
          _LT_AC_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'
 
4397
          _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'
5769
4398
          tmp_addflag=' $pic_flag -Mnomain' ;;
5770
 
        ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
 
4399
        ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
5771
4400
          tmp_addflag=' -i_dynamic' ;;
5772
4401
        efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
5773
4402
          tmp_addflag=' -i_dynamic -nofor_main' ;;
5774
4403
        ifc* | ifort*)                  # Intel Fortran compiler
5775
4404
          tmp_addflag=' -nofor_main' ;;
 
4405
        lf95*)                          # Lahey Fortran 8.1
 
4406
          _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
4407
          tmp_sharedflag='--shared' ;;
 
4408
        xl[[cC]]*)                      # IBM XL C 8.0 on PPC (deal with xlf below)
 
4409
          tmp_sharedflag='-qmkshrobj'
 
4410
          tmp_addflag= ;;
5776
4411
        esac
5777
4412
        case `$CC -V 2>&1 | sed 5q` in
5778
4413
        *Sun\ C*)                       # Sun C 5.9
5779
 
          _LT_AC_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'
 
4414
          _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'
 
4415
          _LT_TAGVAR(compiler_needs_object, $1)=yes
5780
4416
          tmp_sharedflag='-G' ;;
5781
4417
        *Sun\ F*)                       # Sun Fortran 8.3
5782
4418
          tmp_sharedflag='-G' ;;
5783
 
        *)
5784
 
          tmp_sharedflag='-shared' ;;
5785
 
        esac
5786
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5787
 
 
5788
 
        if test $supports_anon_versioning = yes; then
5789
 
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
5790
 
  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5791
 
  $echo "local: *; };" >> $output_objdir/$libname.ver~
5792
 
          $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5793
 
        fi
 
4419
        esac
 
4420
        _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4421
 
 
4422
        if test "x$supports_anon_versioning" = xyes; then
 
4423
          _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
 
4424
            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
4425
            echo "local: *; };" >> $output_objdir/$libname.ver~
 
4426
            $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
4427
        fi
 
4428
 
 
4429
        case $cc_basename in
 
4430
        xlf*)
 
4431
          # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
 
4432
          _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
 
4433
          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
4434
          _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
 
4435
          _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
 
4436
          if test "x$supports_anon_versioning" = xyes; then
 
4437
            _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
 
4438
              cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
4439
              echo "local: *; };" >> $output_objdir/$libname.ver~
 
4440
              $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
 
4441
          fi
 
4442
          ;;
 
4443
        esac
5794
4444
      else
5795
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4445
        _LT_TAGVAR(ld_shlibs, $1)=no
5796
4446
      fi
5797
4447
      ;;
5798
4448
 
5799
4449
    netbsd*)
5800
 
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5801
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
4450
      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
4451
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5802
4452
        wlarc=
5803
4453
      else
5804
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5805
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
4454
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4455
        _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'
5806
4456
      fi
5807
4457
      ;;
5808
4458
 
5809
4459
    solaris*)
5810
 
      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5811
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
5812
 
        cat <<EOF 1>&2
 
4460
      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
 
4461
        _LT_TAGVAR(ld_shlibs, $1)=no
 
4462
        cat <<_LT_EOF 1>&2
5813
4463
 
5814
4464
*** Warning: The releases 2.8.* of the GNU linker cannot reliably
5815
4465
*** create shared libraries on Solaris systems.  Therefore, libtool
5818
4468
*** your PATH or compiler configuration so that the native linker is
5819
4469
*** used, and then restart.
5820
4470
 
5821
 
EOF
5822
 
      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5823
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5824
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
4471
_LT_EOF
 
4472
      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
4473
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4474
        _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'
5825
4475
      else
5826
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4476
        _LT_TAGVAR(ld_shlibs, $1)=no
5827
4477
      fi
5828
4478
      ;;
5829
4479
 
5830
4480
    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
5831
4481
      case `$LD -v 2>&1` in
5832
4482
        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
5833
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4483
        _LT_TAGVAR(ld_shlibs, $1)=no
5834
4484
        cat <<_LT_EOF 1>&2
5835
4485
 
5836
4486
*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
5843
4493
_LT_EOF
5844
4494
        ;;
5845
4495
        *)
5846
 
          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5847
 
            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
5848
 
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
5849
 
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
 
4496
          # For security reasons, it is highly recommended that you always
 
4497
          # use absolute paths for naming shared libraries, and exclude the
 
4498
          # DT_RUNPATH tag from executables and libraries.  But doing so
 
4499
          # requires that you compile everything twice, which is a pain.
 
4500
          if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
4501
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
4502
            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4503
            _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'
5850
4504
          else
5851
 
            _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4505
            _LT_TAGVAR(ld_shlibs, $1)=no
5852
4506
          fi
5853
4507
        ;;
5854
4508
      esac
5855
4509
      ;;
5856
4510
 
5857
4511
    sunos4*)
5858
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
4512
      _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5859
4513
      wlarc=
5860
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5861
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4514
      _LT_TAGVAR(hardcode_direct, $1)=yes
 
4515
      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5862
4516
      ;;
5863
4517
 
5864
4518
    *)
5865
 
      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5866
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5867
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
4519
      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
4520
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4521
        _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'
5868
4522
      else
5869
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4523
        _LT_TAGVAR(ld_shlibs, $1)=no
5870
4524
      fi
5871
4525
      ;;
5872
4526
    esac
5873
4527
 
5874
 
    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
 
4528
    if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then
5875
4529
      runpath_var=
5876
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5877
 
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5878
 
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
4530
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
4531
      _LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
4532
      _LT_TAGVAR(whole_archive_flag_spec, $1)=
5879
4533
    fi
5880
4534
  else
5881
4535
    # PORTME fill in a description of your system's linker (not GNU ld)
5882
4536
    case $host_os in
5883
4537
    aix3*)
5884
 
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5885
 
      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5886
 
      _LT_AC_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'
 
4538
      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
4539
      _LT_TAGVAR(always_export_symbols, $1)=yes
 
4540
      _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'
5887
4541
      # Note: this linker hardcodes the directories in LIBPATH if there
5888
4542
      # are no directories specified by -L.
5889
 
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
4543
      _LT_TAGVAR(hardcode_minus_L, $1)=yes
5890
4544
      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
5891
4545
        # Neither direct hardcoding nor static linking is supported with a
5892
4546
        # broken collect2.
5893
 
        _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
4547
        _LT_TAGVAR(hardcode_direct, $1)=unsupported
5894
4548
      fi
5895
4549
      ;;
5896
4550
 
5904
4558
      else
5905
4559
        # If we're using GNU nm, then we don't want the "-C" option.
5906
4560
        # -C means demangle to AIX nm, but means don't demangle with GNU nm
5907
 
        if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5908
 
          _LT_AC_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'
 
4561
        if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
 
4562
          _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'
5909
4563
        else
5910
 
          _LT_AC_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'
 
4564
          _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'
5911
4565
        fi
5912
4566
        aix_use_runtimelinking=no
5913
4567
 
5916
4570
        # need to do runtime linking.
5917
4571
        case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
5918
4572
          for ld_flag in $LDFLAGS; do
5919
 
          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5920
 
            aix_use_runtimelinking=yes
5921
 
            break
5922
 
          fi
 
4573
          if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
4574
            aix_use_runtimelinking=yes
 
4575
            break
 
4576
          fi
5923
4577
          done
5924
4578
          ;;
5925
4579
        esac
5934
4588
      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
5935
4589
      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5936
4590
 
5937
 
      _LT_AC_TAGVAR(archive_cmds, $1)=''
5938
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5939
 
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5940
 
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
4591
      _LT_TAGVAR(archive_cmds, $1)=''
 
4592
      _LT_TAGVAR(hardcode_direct, $1)=yes
 
4593
      _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
4594
      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 
4595
      _LT_TAGVAR(link_all_deplibs, $1)=yes
 
4596
      _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
5941
4597
 
5942
4598
      if test "$GCC" = yes; then
5943
4599
        case $host_os in aix4.[[012]]|aix4.[[012]].*)
5944
4600
        # We only want to do this on AIX 4.2 and lower, the check
5945
4601
        # below for broken collect2 doesn't work under 4.3+
5946
4602
          collect2name=`${CC} -print-prog-name=collect2`
5947
 
          if test -f "$collect2name" && \
5948
 
           strings "$collect2name" | grep resolve_lib_name >/dev/null
 
4603
          if test -f "$collect2name" &&
 
4604
           strings "$collect2name" | $GREP resolve_lib_name >/dev/null
5949
4605
          then
5950
 
          # We have reworked collect2
5951
 
          :
 
4606
          # We have reworked collect2
 
4607
          :
5952
4608
          else
5953
 
          # We have old collect2
5954
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5955
 
          # It fails to find uninstalled libraries when the uninstalled
5956
 
          # path is not listed in the libpath.  Setting hardcode_minus_L
5957
 
          # to unsupported forces relinking
5958
 
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5959
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5960
 
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
4609
          # We have old collect2
 
4610
          _LT_TAGVAR(hardcode_direct, $1)=unsupported
 
4611
          # It fails to find uninstalled libraries when the uninstalled
 
4612
          # path is not listed in the libpath.  Setting hardcode_minus_L
 
4613
          # to unsupported forces relinking
 
4614
          _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
4615
          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
4616
          _LT_TAGVAR(hardcode_libdir_separator, $1)=
5961
4617
          fi
5962
4618
          ;;
5963
4619
        esac
5968
4624
      else
5969
4625
        # not using gcc
5970
4626
        if test "$host_cpu" = ia64; then
5971
 
        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5972
 
        # chokes on -Wl,-G. The following line is correct:
 
4627
        # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
4628
        # chokes on -Wl,-G. The following line is correct:
5973
4629
          shared_flag='-G'
5974
4630
        else
5975
4631
          if test "$aix_use_runtimelinking" = yes; then
5980
4636
        fi
5981
4637
      fi
5982
4638
 
 
4639
      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
5983
4640
      # It seems that -bexpall does not export symbols beginning with
5984
4641
      # underscore (_), so it is better to generate a list of symbols to export.
5985
 
      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
4642
      _LT_TAGVAR(always_export_symbols, $1)=yes
5986
4643
      if test "$aix_use_runtimelinking" = yes; then
5987
4644
        # Warning - without using the other runtime loading flags (-brtl),
5988
4645
        # -berok will link without error, but may produce a broken library.
5989
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
5990
 
       # Determine the default libpath from the value encoded in an empty executable.
5991
 
       _LT_AC_SYS_LIBPATH_AIX
5992
 
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5993
 
        _LT_AC_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 "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
5994
 
       else
 
4646
        _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
 
4647
        # Determine the default libpath from the value encoded in an
 
4648
        # empty executable.
 
4649
        _LT_SYS_MODULE_PATH_AIX
 
4650
        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
4651
        _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"
 
4652
      else
5995
4653
        if test "$host_cpu" = ia64; then
5996
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5997
 
          _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5998
 
          _LT_AC_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"
 
4654
          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
4655
          _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
4656
          _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"
5999
4657
        else
6000
 
         # Determine the default libpath from the value encoded in an empty executable.
6001
 
         _LT_AC_SYS_LIBPATH_AIX
6002
 
         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
4658
         # Determine the default libpath from the value encoded in an
 
4659
         # empty executable.
 
4660
         _LT_SYS_MODULE_PATH_AIX
 
4661
         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
6003
4662
          # Warning - without using the other run time loading flags,
6004
4663
          # -berok will link without error, but may produce a broken library.
6005
 
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
6006
 
          _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
4664
          _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
4665
          _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
6007
4666
          # Exported symbols can be pulled into shared objects from archives
6008
 
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
6009
 
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
4667
          _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
4668
          _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
6010
4669
          # This is similar to how AIX traditionally builds its shared libraries.
6011
 
          _LT_AC_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'
 
4670
          _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'
6012
4671
        fi
6013
4672
      fi
6014
4673
      ;;
6015
4674
 
6016
4675
    amigaos*)
6017
 
      _LT_AC_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)'
6018
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6019
 
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6020
 
      # see comment about different semantics on the GNU ld section
6021
 
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4676
      case $host_cpu in
 
4677
      powerpc)
 
4678
            # see comment about AmigaOS4 .so support
 
4679
            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
4680
            _LT_TAGVAR(archive_expsym_cmds, $1)=''
 
4681
        ;;
 
4682
      m68k)
 
4683
            _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)'
 
4684
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
4685
            _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
4686
        ;;
 
4687
      esac
6022
4688
      ;;
6023
4689
 
6024
4690
    bsdi[[45]]*)
6025
 
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
 
4691
      _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
6026
4692
      ;;
6027
4693
 
6028
 
    cygwin* | mingw* | pw32*)
 
4694
    cygwin* | mingw* | pw32* | cegcc*)
6029
4695
      # When not using gcc, we currently assume that we are using
6030
4696
      # Microsoft Visual C++.
6031
4697
      # hardcode_libdir_flag_spec is actually meaningless, as there is
6032
4698
      # no search path for DLLs.
6033
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
6034
 
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
4699
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
 
4700
      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
6035
4701
      # Tell ltmain to make .lib files, not .a files.
6036
4702
      libext=lib
6037
4703
      # Tell ltmain to make .dll files, not .so files.
6038
4704
      shrext_cmds=".dll"
6039
4705
      # FIXME: Setting linknames here is a bad hack.
6040
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
4706
      _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
6041
4707
      # The linker will automatically build a .lib file if we build a DLL.
6042
 
      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
 
4708
      _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
6043
4709
      # FIXME: Should let the user specify the lib program.
6044
 
      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
6045
 
      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
6046
 
      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
4710
      _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
 
4711
      _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
 
4712
      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
6047
4713
      ;;
6048
4714
 
6049
4715
    darwin* | rhapsody*)
6050
 
      case $host_os in
6051
 
        rhapsody* | darwin1.[[012]])
6052
 
         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
6053
 
         ;;
6054
 
       *) # Darwin 1.3 on
6055
 
         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
6056
 
           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
6057
 
         else
6058
 
           case ${MACOSX_DEPLOYMENT_TARGET} in
6059
 
             10.[[012]])
6060
 
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
6061
 
               ;;
6062
 
             10.*)
6063
 
               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
6064
 
               ;;
6065
 
           esac
6066
 
         fi
6067
 
         ;;
6068
 
      esac
6069
 
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
6070
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=no
6071
 
      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
6072
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
6073
 
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
6074
 
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6075
 
    if test "$GCC" = yes ; then
6076
 
        output_verbose_link_cmd='echo'
6077
 
        _LT_AC_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}"
6078
 
        _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
6079
 
        _LT_AC_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}"
6080
 
        _LT_AC_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}"
6081
 
    else
6082
 
      case $cc_basename in
6083
 
        xlc*)
6084
 
         output_verbose_link_cmd='echo'
6085
 
         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
6086
 
         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
6087
 
          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
6088
 
         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6089
 
          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6090
 
          ;;
6091
 
       *)
6092
 
         _LT_AC_TAGVAR(ld_shlibs, $1)=no
6093
 
          ;;
6094
 
      esac
6095
 
    fi
 
4716
      _LT_DARWIN_LINKER_FEATURES($1)
6096
4717
      ;;
6097
4718
 
6098
4719
    dgux*)
6099
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6100
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6101
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4720
      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
4721
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
4722
      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6102
4723
      ;;
6103
4724
 
6104
4725
    freebsd1*)
6105
 
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4726
      _LT_TAGVAR(ld_shlibs, $1)=no
6106
4727
      ;;
6107
4728
 
6108
4729
    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
6110
4731
    # does not break anything, and helps significantly (at the cost of a little
6111
4732
    # extra space).
6112
4733
    freebsd2.2*)
6113
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
6114
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6115
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6116
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4734
      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
 
4735
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
4736
      _LT_TAGVAR(hardcode_direct, $1)=yes
 
4737
      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6117
4738
      ;;
6118
4739
 
6119
4740
    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6120
4741
    freebsd2*)
6121
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6122
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6123
 
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6124
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4742
      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
4743
      _LT_TAGVAR(hardcode_direct, $1)=yes
 
4744
      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
4745
      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6125
4746
      ;;
6126
4747
 
6127
4748
    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
6128
4749
    freebsd* | dragonfly*)
6129
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
6130
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6131
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6132
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4750
      _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
4751
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
4752
      _LT_TAGVAR(hardcode_direct, $1)=yes
 
4753
      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6133
4754
      ;;
6134
4755
 
6135
4756
    hpux9*)
6136
4757
      if test "$GCC" = yes; then
6137
 
        _LT_AC_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'
 
4758
        _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'
6138
4759
      else
6139
 
        _LT_AC_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'
 
4760
        _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'
6140
4761
      fi
6141
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
6142
 
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6143
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
4762
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
4763
      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
4764
      _LT_TAGVAR(hardcode_direct, $1)=yes
6144
4765
 
6145
4766
      # hardcode_minus_L: Not really in the search PATH,
6146
4767
      # but as the default location of the library.
6147
 
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6148
 
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
4768
      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
4769
      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6149
4770
      ;;
6150
4771
 
6151
4772
    hpux10*)
6152
4773
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
6153
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
4774
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
6154
4775
      else
6155
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
4776
        _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
6156
4777
      fi
6157
4778
      if test "$with_gnu_ld" = no; then
6158
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
6159
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6160
 
 
6161
 
        _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6162
 
        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6163
 
 
 
4779
        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
4780
        _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 
4781
        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
4782
        _LT_TAGVAR(hardcode_direct, $1)=yes
 
4783
        _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
4784
        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6164
4785
        # hardcode_minus_L: Not really in the search PATH,
6165
4786
        # but as the default location of the library.
6166
 
        _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
4787
        _LT_TAGVAR(hardcode_minus_L, $1)=yes
6167
4788
      fi
6168
4789
      ;;
6169
4790
 
6171
4792
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
6172
4793
        case $host_cpu in
6173
4794
        hppa*64*)
6174
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
4795
          _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
6175
4796
          ;;
6176
4797
        ia64*)
6177
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
4798
          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
6178
4799
          ;;
6179
4800
        *)
6180
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
4801
          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
6181
4802
          ;;
6182
4803
        esac
6183
4804
      else
6184
4805
        case $host_cpu in
6185
4806
        hppa*64*)
6186
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
4807
          _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
6187
4808
          ;;
6188
4809
        ia64*)
6189
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
4810
          _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
6190
4811
          ;;
6191
4812
        *)
6192
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
4813
          _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
6193
4814
          ;;
6194
4815
        esac
6195
4816
      fi
6196
4817
      if test "$with_gnu_ld" = no; then
6197
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
6198
 
        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
4818
        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
4819
        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
6199
4820
 
6200
4821
        case $host_cpu in
6201
4822
        hppa*64*|ia64*)
6202
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
6203
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=no
6204
 
          _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4823
          _LT_TAGVAR(hardcode_direct, $1)=no
 
4824
          _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6205
4825
          ;;
6206
4826
        *)
6207
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6208
 
          _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
4827
          _LT_TAGVAR(hardcode_direct, $1)=yes
 
4828
          _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
4829
          _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6209
4830
 
6210
4831
          # hardcode_minus_L: Not really in the search PATH,
6211
4832
          # but as the default location of the library.
6212
 
          _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
4833
          _LT_TAGVAR(hardcode_minus_L, $1)=yes
6213
4834
          ;;
6214
4835
        esac
6215
4836
      fi
6217
4838
 
6218
4839
    irix5* | irix6* | nonstopux*)
6219
4840
      if test "$GCC" = yes; then
6220
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
4841
        _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'
 
4842
        # Try to use the -exported_symbol ld option, if it does not
 
4843
        # work, assume that -exports_file does not work either and
 
4844
        # implicitly export all symbols.
 
4845
        save_LDFLAGS="$LDFLAGS"
 
4846
        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
 
4847
        AC_LINK_IFELSE(int foo(void) {},
 
4848
          _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'
 
4849
        )
 
4850
        LDFLAGS="$save_LDFLAGS"
6221
4851
      else
6222
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
6223
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
 
4852
        _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'
 
4853
        _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'
6224
4854
      fi
6225
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6226
 
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6227
 
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
4855
      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
 
4856
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
4857
      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
4858
      _LT_TAGVAR(inherit_rpath, $1)=yes
 
4859
      _LT_TAGVAR(link_all_deplibs, $1)=yes
6228
4860
      ;;
6229
4861
 
6230
4862
    netbsd*)
6231
 
      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6232
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
4863
      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
4864
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
6233
4865
      else
6234
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
 
4866
        _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
6235
4867
      fi
6236
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6237
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6238
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4868
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
4869
      _LT_TAGVAR(hardcode_direct, $1)=yes
 
4870
      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6239
4871
      ;;
6240
4872
 
6241
4873
    newsos6)
6242
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6243
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6244
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6245
 
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6246
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4874
      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
4875
      _LT_TAGVAR(hardcode_direct, $1)=yes
 
4876
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
4877
      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
4878
      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4879
      ;;
 
4880
 
 
4881
    *nto* | *qnx*)
6247
4882
      ;;
6248
4883
 
6249
4884
    openbsd*)
6250
4885
      if test -f /usr/libexec/ld.so; then
6251
 
        _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6252
 
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6253
 
        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6254
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
6255
 
          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
6256
 
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
6257
 
          _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
4886
        _LT_TAGVAR(hardcode_direct, $1)=yes
 
4887
        _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4888
        _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
4889
        if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
4890
          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
4891
          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
4892
          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
4893
          _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6258
4894
        else
6259
4895
          case $host_os in
6260
4896
           openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
6261
 
             _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6262
 
             _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
4897
             _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
4898
             _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6263
4899
             ;;
6264
4900
           *)
6265
 
             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
6266
 
             _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
4901
             _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
4902
             _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
6267
4903
             ;;
6268
4904
          esac
6269
 
        fi
 
4905
        fi
6270
4906
      else
6271
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
4907
        _LT_TAGVAR(ld_shlibs, $1)=no
6272
4908
      fi
6273
4909
      ;;
6274
4910
 
6275
4911
    os2*)
6276
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6277
 
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6278
 
      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
6279
 
      _LT_AC_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'
6280
 
      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
4912
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
4913
      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
4914
      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
4915
      _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'
 
4916
      _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
6281
4917
      ;;
6282
4918
 
6283
4919
    osf3*)
6284
4920
      if test "$GCC" = yes; then
6285
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
6286
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
4921
        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
4922
        _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'
6287
4923
      else
6288
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
6289
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
4924
        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
4925
        _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'
6290
4926
      fi
6291
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6292
 
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
4927
      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
 
4928
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
4929
      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
6293
4930
      ;;
6294
4931
 
6295
4932
    osf4* | osf5*)      # as osf3* with the addition of -msym flag
6296
4933
      if test "$GCC" = yes; then
6297
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
6298
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6299
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
4934
        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
4935
        _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'
 
4936
        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6300
4937
      else
6301
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
6302
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
6303
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
6304
 
        $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
 
4938
        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
4939
        _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'
 
4940
        _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~
 
4941
        $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'
6305
4942
 
6306
4943
        # Both c and cxx compiler support -rpath directly
6307
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
4944
        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
6308
4945
      fi
6309
 
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
4946
      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
 
4947
      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
6310
4948
      ;;
6311
4949
 
6312
4950
    solaris*)
6313
 
      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
 
4951
      _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
6314
4952
      if test "$GCC" = yes; then
6315
4953
        wlarc='${wl}'
6316
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
6317
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6318
 
          $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
 
4954
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
4955
        _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
4956
          $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
6319
4957
      else
6320
 
        wlarc=''
6321
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
6322
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6323
 
        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
4958
        case `$CC -V 2>&1` in
 
4959
        *"Compilers 5.0"*)
 
4960
          wlarc=''
 
4961
          _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
4962
          _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
4963
          $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
 
4964
          ;;
 
4965
        *)
 
4966
          wlarc='${wl}'
 
4967
          _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
4968
          _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
4969
          $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
 
4970
          ;;
 
4971
        esac
6324
4972
      fi
6325
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6326
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
4973
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
4974
      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6327
4975
      case $host_os in
6328
4976
      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
6329
4977
      *)
6330
4978
        # The compiler driver will combine and reorder linker options,
6331
4979
        # but understands `-z linker_flag'.  GCC discards it without `$wl',
6332
4980
        # but is careful enough not to reorder.
6333
 
        # Supported since Solaris 2.6 (maybe 2.5.1?)
 
4981
        # Supported since Solaris 2.6 (maybe 2.5.1?)
6334
4982
        if test "$GCC" = yes; then
6335
 
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
4983
          _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
6336
4984
        else
6337
 
          _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
 
4985
          _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
6338
4986
        fi
6339
4987
        ;;
6340
4988
      esac
6341
 
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
4989
      _LT_TAGVAR(link_all_deplibs, $1)=yes
6342
4990
      ;;
6343
4991
 
6344
4992
    sunos4*)
6345
4993
      if test "x$host_vendor" = xsequent; then
6346
4994
        # Use $CC to link under sequent, because it throws in some extra .o
6347
4995
        # files that make .init and .fini sections work.
6348
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
4996
        _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
6349
4997
      else
6350
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
4998
        _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
6351
4999
      fi
6352
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6353
 
      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6354
 
      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6355
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5000
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5001
      _LT_TAGVAR(hardcode_direct, $1)=yes
 
5002
      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
5003
      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6356
5004
      ;;
6357
5005
 
6358
5006
    sysv4)
6359
5007
      case $host_vendor in
6360
5008
        sni)
6361
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6362
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
 
5009
          _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5010
          _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
6363
5011
        ;;
6364
5012
        siemens)
6365
5013
          ## LD is ld it makes a PLAMLIB
6366
5014
          ## CC just makes a GrossModule.
6367
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
6368
 
          _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
6369
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
5015
          _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
5016
          _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
 
5017
          _LT_TAGVAR(hardcode_direct, $1)=no
6370
5018
        ;;
6371
5019
        motorola)
6372
 
          _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6373
 
          _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
 
5020
          _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5021
          _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
6374
5022
        ;;
6375
5023
      esac
6376
5024
      runpath_var='LD_RUN_PATH'
6377
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5025
      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6378
5026
      ;;
6379
5027
 
6380
5028
    sysv4.3*)
6381
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6382
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6383
 
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
 
5029
      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5030
      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5031
      _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
6384
5032
      ;;
6385
5033
 
6386
5034
    sysv4*MP*)
6387
5035
      if test -d /usr/nec; then
6388
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6389
 
        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5036
        _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5037
        _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6390
5038
        runpath_var=LD_RUN_PATH
6391
5039
        hardcode_runpath_var=yes
6392
 
        _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
5040
        _LT_TAGVAR(ld_shlibs, $1)=yes
6393
5041
      fi
6394
5042
      ;;
6395
5043
 
6396
5044
    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
6397
 
      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
6398
 
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
6399
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5045
      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
5046
      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
5047
      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6400
5048
      runpath_var='LD_RUN_PATH'
6401
5049
 
6402
5050
      if test "$GCC" = yes; then
6403
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6404
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5051
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5052
        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6405
5053
      else
6406
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6407
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5054
        _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5055
        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6408
5056
      fi
6409
5057
      ;;
6410
5058
 
6415
5063
      # ever link correctly.  If we're not using GNU ld we use -z text
6416
5064
      # though, which does catch some bad symbols but isn't as heavy-handed
6417
5065
      # as -z defs.
6418
 
      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
6419
 
      _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
6420
 
      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
6421
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6422
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
6423
 
      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
6424
 
      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6425
 
      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
5066
      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
5067
      _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
 
5068
      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
5069
      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5070
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
 
5071
      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 
5072
      _LT_TAGVAR(link_all_deplibs, $1)=yes
 
5073
      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
6426
5074
      runpath_var='LD_RUN_PATH'
6427
5075
 
6428
5076
      if test "$GCC" = yes; then
6429
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
6430
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5077
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5078
        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6431
5079
      else
6432
 
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
6433
 
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5080
        _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
5081
        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6434
5082
      fi
6435
5083
      ;;
6436
5084
 
6437
5085
    uts4*)
6438
 
      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6439
 
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6440
 
      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5086
      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
5087
      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5088
      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6441
5089
      ;;
6442
5090
 
6443
5091
    *)
6444
 
      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5092
      _LT_TAGVAR(ld_shlibs, $1)=no
6445
5093
      ;;
6446
5094
    esac
 
5095
 
 
5096
    if test x$host_vendor = xsni; then
 
5097
      case $host in
 
5098
      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
5099
        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym'
 
5100
        ;;
 
5101
      esac
 
5102
    fi
6447
5103
  fi
6448
5104
])
6449
 
AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
6450
 
test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
5105
AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
 
5106
test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
5107
 
 
5108
_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
 
5109
 
 
5110
_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
 
5111
_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
 
5112
_LT_DECL([], [extract_expsyms_cmds], [2],
 
5113
    [The commands to extract the exported symbol list from a shared archive])
6451
5114
 
6452
5115
#
6453
5116
# Do we need to explicitly link libc?
6454
5117
#
6455
 
case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
 
5118
case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
6456
5119
x|xyes)
6457
5120
  # Assume -lc should be added
6458
 
  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
5121
  _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
6459
5122
 
6460
5123
  if test "$enable_shared" = yes && test "$GCC" = yes; then
6461
 
    case $_LT_AC_TAGVAR(archive_cmds, $1) in
 
5124
    case $_LT_TAGVAR(archive_cmds, $1) in
6462
5125
    *'~'*)
6463
5126
      # FIXME: we may have to deal with multi-command sequences.
6464
5127
      ;;
6467
5130
      # systems, -lgcc has to come before -lc. If gcc already passes -lc
6468
5131
      # to ld, don't add -lc before -lgcc.
6469
5132
      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
6470
 
      $rm conftest*
 
5133
      $RM conftest*
6471
5134
      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6472
5135
 
6473
5136
      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
6475
5138
        lib=conftest
6476
5139
        libobjs=conftest.$ac_objext
6477
5140
        deplibs=
6478
 
        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
6479
 
        pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
 
5141
        wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
 
5142
        pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
6480
5143
        compiler_flags=-v
6481
5144
        linker_flags=-v
6482
5145
        verstring=
6483
5146
        output_objdir=.
6484
5147
        libname=conftest
6485
 
        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
6486
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
6487
 
        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
 
5148
        lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
 
5149
        _LT_TAGVAR(allow_undefined_flag, $1)=
 
5150
        if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
6488
5151
        then
6489
 
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
5152
          _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6490
5153
        else
6491
 
          _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
5154
          _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
6492
5155
        fi
6493
 
        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
 
5156
        _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
6494
5157
      else
6495
5158
        cat conftest.err 1>&5
6496
5159
      fi
6497
 
      $rm conftest*
6498
 
      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
 
5160
      $RM conftest*
 
5161
      AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)])
6499
5162
      ;;
6500
5163
    esac
6501
5164
  fi
6502
5165
  ;;
6503
5166
esac
6504
 
])# AC_LIBTOOL_PROG_LD_SHLIBS
6505
 
 
6506
 
 
6507
 
# _LT_AC_FILE_LTDLL_C
6508
 
# -------------------
6509
 
# Be careful that the start marker always follows a newline.
6510
 
AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
6511
 
# /* ltdll.c starts here */
6512
 
# #define WIN32_LEAN_AND_MEAN
6513
 
# #include <windows.h>
6514
 
# #undef WIN32_LEAN_AND_MEAN
6515
 
# #include <stdio.h>
6516
 
#
6517
 
# #ifndef __CYGWIN__
6518
 
# #  ifdef __CYGWIN32__
6519
 
# #    define __CYGWIN__ __CYGWIN32__
6520
 
# #  endif
6521
 
# #endif
6522
 
#
6523
 
# #ifdef __cplusplus
6524
 
# extern "C" {
6525
 
# #endif
6526
 
# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
6527
 
# #ifdef __cplusplus
6528
 
# }
6529
 
# #endif
6530
 
#
6531
 
# #ifdef __CYGWIN__
6532
 
# #include <cygwin/cygwin_dll.h>
6533
 
# DECLARE_CYGWIN_DLL( DllMain );
6534
 
# #endif
6535
 
# HINSTANCE __hDllInstance_base;
6536
 
#
6537
 
# BOOL APIENTRY
6538
 
# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
6539
 
# {
6540
 
#   __hDllInstance_base = hInst;
6541
 
#   return TRUE;
6542
 
# }
6543
 
# /* ltdll.c ends here */
6544
 
])# _LT_AC_FILE_LTDLL_C
6545
 
 
6546
 
 
6547
 
# _LT_AC_TAGVAR(VARNAME, [TAGNAME])
 
5167
 
 
5168
_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
 
5169
    [Whether or not to add -lc for building shared libraries])
 
5170
_LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
 
5171
    [enable_shared_with_static_runtimes], [0],
 
5172
    [Whether or not to disallow shared libs when runtime libs are static])
 
5173
_LT_TAGDECL([], [export_dynamic_flag_spec], [1],
 
5174
    [Compiler flag to allow reflexive dlopens])
 
5175
_LT_TAGDECL([], [whole_archive_flag_spec], [1],
 
5176
    [Compiler flag to generate shared objects directly from archives])
 
5177
_LT_TAGDECL([], [compiler_needs_object], [1],
 
5178
    [Whether the compiler copes with passing no objects directly])
 
5179
_LT_TAGDECL([], [old_archive_from_new_cmds], [2],
 
5180
    [Create an old-style archive from a shared archive])
 
5181
_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
 
5182
    [Create a temporary old-style archive to link instead of a shared archive])
 
5183
_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
 
5184
_LT_TAGDECL([], [archive_expsym_cmds], [2])
 
5185
_LT_TAGDECL([], [module_cmds], [2],
 
5186
    [Commands used to build a loadable module if different from building
 
5187
    a shared archive.])
 
5188
_LT_TAGDECL([], [module_expsym_cmds], [2])
 
5189
_LT_TAGDECL([], [with_gnu_ld], [1],
 
5190
    [Whether we are building with GNU ld or not])
 
5191
_LT_TAGDECL([], [allow_undefined_flag], [1],
 
5192
    [Flag that allows shared libraries with undefined symbols to be built])
 
5193
_LT_TAGDECL([], [no_undefined_flag], [1],
 
5194
    [Flag that enforces no undefined symbols])
 
5195
_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
 
5196
    [Flag to hardcode $libdir into a binary during linking.
 
5197
    This must work even if $libdir does not exist])
 
5198
_LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1],
 
5199
    [[If ld is used when linking, flag to hardcode $libdir into a binary
 
5200
    during linking.  This must work even if $libdir does not exist]])
 
5201
_LT_TAGDECL([], [hardcode_libdir_separator], [1],
 
5202
    [Whether we need a single "-rpath" flag with a separated argument])
 
5203
_LT_TAGDECL([], [hardcode_direct], [0],
 
5204
    [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
 
5205
    DIR into the resulting binary])
 
5206
_LT_TAGDECL([], [hardcode_direct_absolute], [0],
 
5207
    [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
 
5208
    DIR into the resulting binary and the resulting library dependency is
 
5209
    "absolute", i.e impossible to change by setting ${shlibpath_var} if the
 
5210
    library is relocated])
 
5211
_LT_TAGDECL([], [hardcode_minus_L], [0],
 
5212
    [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
 
5213
    into the resulting binary])
 
5214
_LT_TAGDECL([], [hardcode_shlibpath_var], [0],
 
5215
    [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
 
5216
    into the resulting binary])
 
5217
_LT_TAGDECL([], [hardcode_automatic], [0],
 
5218
    [Set to "yes" if building a shared library automatically hardcodes DIR
 
5219
    into the library and all subsequent libraries and executables linked
 
5220
    against it])
 
5221
_LT_TAGDECL([], [inherit_rpath], [0],
 
5222
    [Set to yes if linker adds runtime paths of dependent libraries
 
5223
    to runtime path list])
 
5224
_LT_TAGDECL([], [link_all_deplibs], [0],
 
5225
    [Whether libtool must link a program against all its dependency libraries])
 
5226
_LT_TAGDECL([], [fix_srcfile_path], [1],
 
5227
    [Fix the shell variable $srcfile for the compiler])
 
5228
_LT_TAGDECL([], [always_export_symbols], [0],
 
5229
    [Set to "yes" if exported symbols are required])
 
5230
_LT_TAGDECL([], [export_symbols_cmds], [2],
 
5231
    [The commands to list exported symbols])
 
5232
_LT_TAGDECL([], [exclude_expsyms], [1],
 
5233
    [Symbols that should not be listed in the preloaded symbols])
 
5234
_LT_TAGDECL([], [include_expsyms], [1],
 
5235
    [Symbols that must always be exported])
 
5236
_LT_TAGDECL([], [prelink_cmds], [2],
 
5237
    [Commands necessary for linking programs (against libraries) with templates])
 
5238
_LT_TAGDECL([], [file_list_spec], [1],
 
5239
    [Specify filename containing input files])
 
5240
dnl FIXME: Not yet implemented
 
5241
dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
 
5242
dnl    [Compiler flag to generate thread safe objects])
 
5243
])# _LT_LINKER_SHLIBS
 
5244
 
 
5245
 
 
5246
# _LT_LANG_C_CONFIG([TAG])
 
5247
# ------------------------
 
5248
# Ensure that the configuration variables for a C compiler are suitably
 
5249
# defined.  These variables are subsequently used by _LT_CONFIG to write
 
5250
# the compiler configuration to `libtool'.
 
5251
m4_defun([_LT_LANG_C_CONFIG],
 
5252
[m4_require([_LT_DECL_EGREP])dnl
 
5253
lt_save_CC="$CC"
 
5254
AC_LANG_PUSH(C)
 
5255
 
 
5256
# Source file extension for C test sources.
 
5257
ac_ext=c
 
5258
 
 
5259
# Object file extension for compiled C test sources.
 
5260
objext=o
 
5261
_LT_TAGVAR(objext, $1)=$objext
 
5262
 
 
5263
# Code to be used in simple compile tests
 
5264
lt_simple_compile_test_code="int some_variable = 0;"
 
5265
 
 
5266
# Code to be used in simple link tests
 
5267
lt_simple_link_test_code='int main(){return(0);}'
 
5268
 
 
5269
_LT_TAG_COMPILER
 
5270
# Save the default compiler, since it gets overwritten when the other
 
5271
# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
 
5272
compiler_DEFAULT=$CC
 
5273
 
 
5274
# save warnings/boilerplate of simple test code
 
5275
_LT_COMPILER_BOILERPLATE
 
5276
_LT_LINKER_BOILERPLATE
 
5277
 
 
5278
if test -n "$compiler"; then
 
5279
  _LT_COMPILER_NO_RTTI($1)
 
5280
  _LT_COMPILER_PIC($1)
 
5281
  _LT_COMPILER_C_O($1)
 
5282
  _LT_COMPILER_FILE_LOCKS($1)
 
5283
  _LT_LINKER_SHLIBS($1)
 
5284
  _LT_SYS_DYNAMIC_LINKER($1)
 
5285
  _LT_LINKER_HARDCODE_LIBPATH($1)
 
5286
  LT_SYS_DLOPEN_SELF
 
5287
  _LT_CMD_STRIPLIB
 
5288
 
 
5289
  # Report which library types will actually be built
 
5290
  AC_MSG_CHECKING([if libtool supports shared libraries])
 
5291
  AC_MSG_RESULT([$can_build_shared])
 
5292
 
 
5293
  AC_MSG_CHECKING([whether to build shared libraries])
 
5294
  test "$can_build_shared" = "no" && enable_shared=no
 
5295
 
 
5296
  # On AIX, shared libraries and static libraries use the same namespace, and
 
5297
  # are all built from PIC.
 
5298
  case $host_os in
 
5299
  aix3*)
 
5300
    test "$enable_shared" = yes && enable_static=no
 
5301
    if test -n "$RANLIB"; then
 
5302
      archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
5303
      postinstall_cmds='$RANLIB $lib'
 
5304
    fi
 
5305
    ;;
 
5306
 
 
5307
  aix[[4-9]]*)
 
5308
    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
5309
      test "$enable_shared" = yes && enable_static=no
 
5310
    fi
 
5311
    ;;
 
5312
  esac
 
5313
  AC_MSG_RESULT([$enable_shared])
 
5314
 
 
5315
  AC_MSG_CHECKING([whether to build static libraries])
 
5316
  # Make sure either enable_shared or enable_static is yes.
 
5317
  test "$enable_shared" = yes || enable_static=yes
 
5318
  AC_MSG_RESULT([$enable_static])
 
5319
 
 
5320
  _LT_CONFIG($1)
 
5321
fi
 
5322
AC_LANG_POP
 
5323
CC="$lt_save_CC"
 
5324
])# _LT_LANG_C_CONFIG
 
5325
 
 
5326
 
 
5327
# _LT_PROG_CXX
 
5328
# ------------
 
5329
# Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++
 
5330
# compiler, we have our own version here.
 
5331
m4_defun([_LT_PROG_CXX],
 
5332
[
 
5333
pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes])
 
5334
AC_PROG_CXX
 
5335
if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
5336
    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
5337
    (test "X$CXX" != "Xg++"))) ; then
 
5338
  AC_PROG_CXXCPP
 
5339
else
 
5340
  _lt_caught_CXX_error=yes
 
5341
fi
 
5342
popdef([AC_MSG_ERROR])
 
5343
])# _LT_PROG_CXX
 
5344
 
 
5345
dnl aclocal-1.4 backwards compatibility:
 
5346
dnl AC_DEFUN([_LT_PROG_CXX], [])
 
5347
 
 
5348
 
 
5349
# _LT_LANG_CXX_CONFIG([TAG])
 
5350
# --------------------------
 
5351
# Ensure that the configuration variables for a C++ compiler are suitably
 
5352
# defined.  These variables are subsequently used by _LT_CONFIG to write
 
5353
# the compiler configuration to `libtool'.
 
5354
m4_defun([_LT_LANG_CXX_CONFIG],
 
5355
[AC_REQUIRE([_LT_PROG_CXX])dnl
 
5356
m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
5357
m4_require([_LT_DECL_EGREP])dnl
 
5358
 
 
5359
AC_LANG_PUSH(C++)
 
5360
_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
5361
_LT_TAGVAR(allow_undefined_flag, $1)=
 
5362
_LT_TAGVAR(always_export_symbols, $1)=no
 
5363
_LT_TAGVAR(archive_expsym_cmds, $1)=
 
5364
_LT_TAGVAR(compiler_needs_object, $1)=no
 
5365
_LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
5366
_LT_TAGVAR(hardcode_direct, $1)=no
 
5367
_LT_TAGVAR(hardcode_direct_absolute, $1)=no
 
5368
_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
5369
_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
5370
_LT_TAGVAR(hardcode_libdir_separator, $1)=
 
5371
_LT_TAGVAR(hardcode_minus_L, $1)=no
 
5372
_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
5373
_LT_TAGVAR(hardcode_automatic, $1)=no
 
5374
_LT_TAGVAR(inherit_rpath, $1)=no
 
5375
_LT_TAGVAR(module_cmds, $1)=
 
5376
_LT_TAGVAR(module_expsym_cmds, $1)=
 
5377
_LT_TAGVAR(link_all_deplibs, $1)=unknown
 
5378
_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
5379
_LT_TAGVAR(no_undefined_flag, $1)=
 
5380
_LT_TAGVAR(whole_archive_flag_spec, $1)=
 
5381
_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
5382
 
 
5383
# Source file extension for C++ test sources.
 
5384
ac_ext=cpp
 
5385
 
 
5386
# Object file extension for compiled C++ test sources.
 
5387
objext=o
 
5388
_LT_TAGVAR(objext, $1)=$objext
 
5389
 
 
5390
# No sense in running all these tests if we already determined that
 
5391
# the CXX compiler isn't working.  Some variables (like enable_shared)
 
5392
# are currently assumed to apply to all compilers on this platform,
 
5393
# and will be corrupted by setting them based on a non-working compiler.
 
5394
if test "$_lt_caught_CXX_error" != yes; then
 
5395
  # Code to be used in simple compile tests
 
5396
  lt_simple_compile_test_code="int some_variable = 0;"
 
5397
 
 
5398
  # Code to be used in simple link tests
 
5399
  lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
 
5400
 
 
5401
  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
5402
  _LT_TAG_COMPILER
 
5403
 
 
5404
  # save warnings/boilerplate of simple test code
 
5405
  _LT_COMPILER_BOILERPLATE
 
5406
  _LT_LINKER_BOILERPLATE
 
5407
 
 
5408
  # Allow CC to be a program name with arguments.
 
5409
  lt_save_CC=$CC
 
5410
  lt_save_LD=$LD
 
5411
  lt_save_GCC=$GCC
 
5412
  GCC=$GXX
 
5413
  lt_save_with_gnu_ld=$with_gnu_ld
 
5414
  lt_save_path_LD=$lt_cv_path_LD
 
5415
  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
 
5416
    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 
5417
  else
 
5418
    $as_unset lt_cv_prog_gnu_ld
 
5419
  fi
 
5420
  if test -n "${lt_cv_path_LDCXX+set}"; then
 
5421
    lt_cv_path_LD=$lt_cv_path_LDCXX
 
5422
  else
 
5423
    $as_unset lt_cv_path_LD
 
5424
  fi
 
5425
  test -z "${LDCXX+set}" || LD=$LDCXX
 
5426
  CC=${CXX-"c++"}
 
5427
  compiler=$CC
 
5428
  _LT_TAGVAR(compiler, $1)=$CC
 
5429
  _LT_CC_BASENAME([$compiler])
 
5430
 
 
5431
  if test -n "$compiler"; then
 
5432
    # We don't want -fno-exception when compiling C++ code, so set the
 
5433
    # no_builtin_flag separately
 
5434
    if test "$GXX" = yes; then
 
5435
      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
5436
    else
 
5437
      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
5438
    fi
 
5439
 
 
5440
    if test "$GXX" = yes; then
 
5441
      # Set up default GNU C++ configuration
 
5442
 
 
5443
      LT_PATH_LD
 
5444
 
 
5445
      # Check if GNU C++ uses GNU ld as the underlying linker, since the
 
5446
      # archiving commands below assume that GNU ld is being used.
 
5447
      if test "$with_gnu_ld" = yes; then
 
5448
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
5449
        _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'
 
5450
 
 
5451
        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
5452
        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
5453
 
 
5454
        # If archive_cmds runs LD, not CC, wlarc should be empty
 
5455
        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
 
5456
        #     investigate it a little bit more. (MM)
 
5457
        wlarc='${wl}'
 
5458
 
 
5459
        # ancient GNU ld didn't support --whole-archive et. al.
 
5460
        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
 
5461
          $GREP 'no-whole-archive' > /dev/null; then
 
5462
          _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
5463
        else
 
5464
          _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
5465
        fi
 
5466
      else
 
5467
        with_gnu_ld=no
 
5468
        wlarc=
 
5469
 
 
5470
        # A generic and very simple default shared library creation
 
5471
        # command for GNU C++ for the case where it uses the native
 
5472
        # linker, instead of GNU ld.  If possible, this setting should
 
5473
        # overridden to take advantage of the native linker features on
 
5474
        # the platform it is being used on.
 
5475
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
5476
      fi
 
5477
 
 
5478
      # Commands to make compiler produce verbose output that lists
 
5479
      # what "hidden" libraries, object files and flags are used when
 
5480
      # linking a shared library.
 
5481
      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
5482
 
 
5483
    else
 
5484
      GXX=no
 
5485
      with_gnu_ld=no
 
5486
      wlarc=
 
5487
    fi
 
5488
 
 
5489
    # PORTME: fill in a description of your system's C++ link characteristics
 
5490
    AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 
5491
    _LT_TAGVAR(ld_shlibs, $1)=yes
 
5492
    case $host_os in
 
5493
      aix3*)
 
5494
        # FIXME: insert proper C++ library support
 
5495
        _LT_TAGVAR(ld_shlibs, $1)=no
 
5496
        ;;
 
5497
      aix[[4-9]]*)
 
5498
        if test "$host_cpu" = ia64; then
 
5499
          # On IA64, the linker does run time linking by default, so we don't
 
5500
          # have to do anything special.
 
5501
          aix_use_runtimelinking=no
 
5502
          exp_sym_flag='-Bexport'
 
5503
          no_entry_flag=""
 
5504
        else
 
5505
          aix_use_runtimelinking=no
 
5506
 
 
5507
          # Test if we are trying to use run time linking or normal
 
5508
          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
5509
          # need to do runtime linking.
 
5510
          case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
 
5511
            for ld_flag in $LDFLAGS; do
 
5512
              case $ld_flag in
 
5513
              *-brtl*)
 
5514
                aix_use_runtimelinking=yes
 
5515
                break
 
5516
                ;;
 
5517
              esac
 
5518
            done
 
5519
            ;;
 
5520
          esac
 
5521
 
 
5522
          exp_sym_flag='-bexport'
 
5523
          no_entry_flag='-bnoentry'
 
5524
        fi
 
5525
 
 
5526
        # When large executables or shared objects are built, AIX ld can
 
5527
        # have problems creating the table of contents.  If linking a library
 
5528
        # or program results in "error TOC overflow" add -mminimal-toc to
 
5529
        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
5530
        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
5531
 
 
5532
        _LT_TAGVAR(archive_cmds, $1)=''
 
5533
        _LT_TAGVAR(hardcode_direct, $1)=yes
 
5534
        _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
5535
        _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 
5536
        _LT_TAGVAR(link_all_deplibs, $1)=yes
 
5537
        _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
 
5538
 
 
5539
        if test "$GXX" = yes; then
 
5540
          case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
5541
          # We only want to do this on AIX 4.2 and lower, the check
 
5542
          # below for broken collect2 doesn't work under 4.3+
 
5543
          collect2name=`${CC} -print-prog-name=collect2`
 
5544
          if test -f "$collect2name" &&
 
5545
             strings "$collect2name" | $GREP resolve_lib_name >/dev/null
 
5546
          then
 
5547
            # We have reworked collect2
 
5548
            :
 
5549
          else
 
5550
            # We have old collect2
 
5551
            _LT_TAGVAR(hardcode_direct, $1)=unsupported
 
5552
            # It fails to find uninstalled libraries when the uninstalled
 
5553
            # path is not listed in the libpath.  Setting hardcode_minus_L
 
5554
            # to unsupported forces relinking
 
5555
            _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
5556
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5557
            _LT_TAGVAR(hardcode_libdir_separator, $1)=
 
5558
          fi
 
5559
          esac
 
5560
          shared_flag='-shared'
 
5561
          if test "$aix_use_runtimelinking" = yes; then
 
5562
            shared_flag="$shared_flag "'${wl}-G'
 
5563
          fi
 
5564
        else
 
5565
          # not using gcc
 
5566
          if test "$host_cpu" = ia64; then
 
5567
          # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
5568
          # chokes on -Wl,-G. The following line is correct:
 
5569
          shared_flag='-G'
 
5570
          else
 
5571
            if test "$aix_use_runtimelinking" = yes; then
 
5572
              shared_flag='${wl}-G'
 
5573
            else
 
5574
              shared_flag='${wl}-bM:SRE'
 
5575
            fi
 
5576
          fi
 
5577
        fi
 
5578
 
 
5579
        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
 
5580
        # It seems that -bexpall does not export symbols beginning with
 
5581
        # underscore (_), so it is better to generate a list of symbols to
 
5582
        # export.
 
5583
        _LT_TAGVAR(always_export_symbols, $1)=yes
 
5584
        if test "$aix_use_runtimelinking" = yes; then
 
5585
          # Warning - without using the other runtime loading flags (-brtl),
 
5586
          # -berok will link without error, but may produce a broken library.
 
5587
          _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
 
5588
          # Determine the default libpath from the value encoded in an empty
 
5589
          # executable.
 
5590
          _LT_SYS_MODULE_PATH_AIX
 
5591
          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
5592
 
 
5593
          _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"
 
5594
        else
 
5595
          if test "$host_cpu" = ia64; then
 
5596
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
5597
            _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
5598
            _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"
 
5599
          else
 
5600
            # Determine the default libpath from the value encoded in an
 
5601
            # empty executable.
 
5602
            _LT_SYS_MODULE_PATH_AIX
 
5603
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
5604
            # Warning - without using the other run time loading flags,
 
5605
            # -berok will link without error, but may produce a broken library.
 
5606
            _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
5607
            _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
5608
            # Exported symbols can be pulled into shared objects from archives
 
5609
            _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
5610
            _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
5611
            # This is similar to how AIX traditionally builds its shared
 
5612
            # libraries.
 
5613
            _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'
 
5614
          fi
 
5615
        fi
 
5616
        ;;
 
5617
 
 
5618
      beos*)
 
5619
        if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
5620
          _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
5621
          # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
5622
          # support --undefined.  This deserves some investigation.  FIXME
 
5623
          _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
5624
        else
 
5625
          _LT_TAGVAR(ld_shlibs, $1)=no
 
5626
        fi
 
5627
        ;;
 
5628
 
 
5629
      chorus*)
 
5630
        case $cc_basename in
 
5631
          *)
 
5632
          # FIXME: insert proper C++ library support
 
5633
          _LT_TAGVAR(ld_shlibs, $1)=no
 
5634
          ;;
 
5635
        esac
 
5636
        ;;
 
5637
 
 
5638
      cygwin* | mingw* | pw32* | cegcc*)
 
5639
        # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
5640
        # as there is no search path for DLLs.
 
5641
        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5642
        _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
5643
        _LT_TAGVAR(always_export_symbols, $1)=no
 
5644
        _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
5645
 
 
5646
        if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
 
5647
          _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'
 
5648
          # If the export-symbols file already is a .def file (1st line
 
5649
          # is EXPORTS), use it as is; otherwise, prepend...
 
5650
          _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
5651
            cp $export_symbols $output_objdir/$soname.def;
 
5652
          else
 
5653
            echo EXPORTS > $output_objdir/$soname.def;
 
5654
            cat $export_symbols >> $output_objdir/$soname.def;
 
5655
          fi~
 
5656
          $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'
 
5657
        else
 
5658
          _LT_TAGVAR(ld_shlibs, $1)=no
 
5659
        fi
 
5660
        ;;
 
5661
      darwin* | rhapsody*)
 
5662
        _LT_DARWIN_LINKER_FEATURES($1)
 
5663
        ;;
 
5664
 
 
5665
      dgux*)
 
5666
        case $cc_basename in
 
5667
          ec++*)
 
5668
            # FIXME: insert proper C++ library support
 
5669
            _LT_TAGVAR(ld_shlibs, $1)=no
 
5670
            ;;
 
5671
          ghcx*)
 
5672
            # Green Hills C++ Compiler
 
5673
            # FIXME: insert proper C++ library support
 
5674
            _LT_TAGVAR(ld_shlibs, $1)=no
 
5675
            ;;
 
5676
          *)
 
5677
            # FIXME: insert proper C++ library support
 
5678
            _LT_TAGVAR(ld_shlibs, $1)=no
 
5679
            ;;
 
5680
        esac
 
5681
        ;;
 
5682
 
 
5683
      freebsd[[12]]*)
 
5684
        # C++ shared libraries reported to be fairly broken before
 
5685
        # switch to ELF
 
5686
        _LT_TAGVAR(ld_shlibs, $1)=no
 
5687
        ;;
 
5688
 
 
5689
      freebsd-elf*)
 
5690
        _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
5691
        ;;
 
5692
 
 
5693
      freebsd* | dragonfly*)
 
5694
        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
 
5695
        # conventions
 
5696
        _LT_TAGVAR(ld_shlibs, $1)=yes
 
5697
        ;;
 
5698
 
 
5699
      gnu*)
 
5700
        ;;
 
5701
 
 
5702
      hpux9*)
 
5703
        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
5704
        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
5705
        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
5706
        _LT_TAGVAR(hardcode_direct, $1)=yes
 
5707
        _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
5708
                                             # but as the default
 
5709
                                             # location of the library.
 
5710
 
 
5711
        case $cc_basename in
 
5712
          CC*)
 
5713
            # FIXME: insert proper C++ library support
 
5714
            _LT_TAGVAR(ld_shlibs, $1)=no
 
5715
            ;;
 
5716
          aCC*)
 
5717
            _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'
 
5718
            # Commands to make compiler produce verbose output that lists
 
5719
            # what "hidden" libraries, object files and flags are used when
 
5720
            # linking a shared library.
 
5721
            #
 
5722
            # There doesn't appear to be a way to prevent this compiler from
 
5723
            # explicitly linking system object files so we need to strip them
 
5724
            # from the output so that they don't get included in the library
 
5725
            # dependencies.
 
5726
            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'
 
5727
            ;;
 
5728
          *)
 
5729
            if test "$GXX" = yes; then
 
5730
              _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'
 
5731
            else
 
5732
              # FIXME: insert proper C++ library support
 
5733
              _LT_TAGVAR(ld_shlibs, $1)=no
 
5734
            fi
 
5735
            ;;
 
5736
        esac
 
5737
        ;;
 
5738
 
 
5739
      hpux10*|hpux11*)
 
5740
        if test $with_gnu_ld = no; then
 
5741
          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
5742
          _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
5743
 
 
5744
          case $host_cpu in
 
5745
            hppa*64*|ia64*)
 
5746
              ;;
 
5747
            *)
 
5748
              _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
5749
              ;;
 
5750
          esac
 
5751
        fi
 
5752
        case $host_cpu in
 
5753
          hppa*64*|ia64*)
 
5754
            _LT_TAGVAR(hardcode_direct, $1)=no
 
5755
            _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5756
            ;;
 
5757
          *)
 
5758
            _LT_TAGVAR(hardcode_direct, $1)=yes
 
5759
            _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
5760
            _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
5761
                                                 # but as the default
 
5762
                                                 # location of the library.
 
5763
            ;;
 
5764
        esac
 
5765
 
 
5766
        case $cc_basename in
 
5767
          CC*)
 
5768
            # FIXME: insert proper C++ library support
 
5769
            _LT_TAGVAR(ld_shlibs, $1)=no
 
5770
            ;;
 
5771
          aCC*)
 
5772
            case $host_cpu in
 
5773
              hppa*64*)
 
5774
                _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
5775
                ;;
 
5776
              ia64*)
 
5777
                _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
5778
                ;;
 
5779
              *)
 
5780
                _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'
 
5781
                ;;
 
5782
            esac
 
5783
            # Commands to make compiler produce verbose output that lists
 
5784
            # what "hidden" libraries, object files and flags are used when
 
5785
            # linking a shared library.
 
5786
            #
 
5787
            # There doesn't appear to be a way to prevent this compiler from
 
5788
            # explicitly linking system object files so we need to strip them
 
5789
            # from the output so that they don't get included in the library
 
5790
            # dependencies.
 
5791
            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'
 
5792
            ;;
 
5793
          *)
 
5794
            if test "$GXX" = yes; then
 
5795
              if test $with_gnu_ld = no; then
 
5796
                case $host_cpu in
 
5797
                  hppa*64*)
 
5798
                    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
5799
                    ;;
 
5800
                  ia64*)
 
5801
                    _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'
 
5802
                    ;;
 
5803
                  *)
 
5804
                    _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'
 
5805
                    ;;
 
5806
                esac
 
5807
              fi
 
5808
            else
 
5809
              # FIXME: insert proper C++ library support
 
5810
              _LT_TAGVAR(ld_shlibs, $1)=no
 
5811
            fi
 
5812
            ;;
 
5813
        esac
 
5814
        ;;
 
5815
 
 
5816
      interix[[3-9]]*)
 
5817
        _LT_TAGVAR(hardcode_direct, $1)=no
 
5818
        _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
5819
        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
5820
        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
5821
        # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
5822
        # Instead, shared libraries are loaded at an image base (0x10000000 by
 
5823
        # default) and relocated if they conflict, which is a slow very memory
 
5824
        # consuming and fragmenting process.  To avoid this, we pick a random,
 
5825
        # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
5826
        # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
5827
        _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'
 
5828
        _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'
 
5829
        ;;
 
5830
      irix5* | irix6*)
 
5831
        case $cc_basename in
 
5832
          CC*)
 
5833
            # SGI C++
 
5834
            _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'
 
5835
 
 
5836
            # Archives containing C++ object files must be created using
 
5837
            # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
 
5838
            # necessary to make sure instantiated templates are included
 
5839
            # in the archive.
 
5840
            _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
 
5841
            ;;
 
5842
          *)
 
5843
            if test "$GXX" = yes; then
 
5844
              if test "$with_gnu_ld" = no; then
 
5845
                _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'
 
5846
              else
 
5847
                _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'
 
5848
              fi
 
5849
            fi
 
5850
            _LT_TAGVAR(link_all_deplibs, $1)=yes
 
5851
            ;;
 
5852
        esac
 
5853
        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
5854
        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
5855
        _LT_TAGVAR(inherit_rpath, $1)=yes
 
5856
        ;;
 
5857
 
 
5858
      linux* | k*bsd*-gnu)
 
5859
        case $cc_basename in
 
5860
          KCC*)
 
5861
            # Kuck and Associates, Inc. (KAI) C++ Compiler
 
5862
 
 
5863
            # KCC will only create a shared library if the output file
 
5864
            # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
5865
            # to its proper name (with version) after linking.
 
5866
            _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'
 
5867
            _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'
 
5868
            # Commands to make compiler produce verbose output that lists
 
5869
            # what "hidden" libraries, object files and flags are used when
 
5870
            # linking a shared library.
 
5871
            #
 
5872
            # There doesn't appear to be a way to prevent this compiler from
 
5873
            # explicitly linking system object files so we need to strip them
 
5874
            # from the output so that they don't get included in the library
 
5875
            # dependencies.
 
5876
            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'
 
5877
 
 
5878
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
5879
            _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
5880
 
 
5881
            # Archives containing C++ object files must be created using
 
5882
            # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
5883
            _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 
5884
            ;;
 
5885
          icpc* | ecpc* )
 
5886
            # Intel C++
 
5887
            with_gnu_ld=yes
 
5888
            # version 8.0 and above of icpc choke on multiply defined symbols
 
5889
            # if we add $predep_objects and $postdep_objects, however 7.1 and
 
5890
            # earlier do not add the objects themselves.
 
5891
            case `$CC -V 2>&1` in
 
5892
              *"Version 7."*)
 
5893
                _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
5894
                _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'
 
5895
                ;;
 
5896
              *)  # Version 8.0 or newer
 
5897
                tmp_idyn=
 
5898
                case $host_cpu in
 
5899
                  ia64*) tmp_idyn=' -i_dynamic';;
 
5900
                esac
 
5901
                _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
5902
                _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'
 
5903
                ;;
 
5904
            esac
 
5905
            _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
5906
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
5907
            _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
5908
            _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
5909
            ;;
 
5910
          pgCC* | pgcpp*)
 
5911
            # Portland Group C++ compiler
 
5912
            case `$CC -V` in
 
5913
            *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*)
 
5914
              _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
 
5915
                rm -rf $tpldir~
 
5916
                $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
 
5917
                compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
 
5918
              _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
 
5919
                rm -rf $tpldir~
 
5920
                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
 
5921
                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
 
5922
                $RANLIB $oldlib'
 
5923
              _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
 
5924
                rm -rf $tpldir~
 
5925
                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
 
5926
                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
5927
              _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
 
5928
                rm -rf $tpldir~
 
5929
                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
 
5930
                $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'
 
5931
              ;;
 
5932
            *) # Version 6 will use weak symbols
 
5933
              _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
5934
              _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'
 
5935
              ;;
 
5936
            esac
 
5937
 
 
5938
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
5939
            _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
5940
            _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'
 
5941
            ;;
 
5942
          cxx*)
 
5943
            # Compaq C++
 
5944
            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
5945
            _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'
 
5946
 
 
5947
            runpath_var=LD_RUN_PATH
 
5948
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
5949
            _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
5950
 
 
5951
            # Commands to make compiler produce verbose output that lists
 
5952
            # what "hidden" libraries, object files and flags are used when
 
5953
            # linking a shared library.
 
5954
            #
 
5955
            # There doesn't appear to be a way to prevent this compiler from
 
5956
            # explicitly linking system object files so we need to strip them
 
5957
            # from the output so that they don't get included in the library
 
5958
            # dependencies.
 
5959
            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'
 
5960
            ;;
 
5961
          xl*)
 
5962
            # IBM XL 8.0 on PPC, with GNU ld
 
5963
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
5964
            _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
5965
            _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
5966
            if test "x$supports_anon_versioning" = xyes; then
 
5967
              _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
 
5968
                cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
5969
                echo "local: *; };" >> $output_objdir/$libname.ver~
 
5970
                $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
5971
            fi
 
5972
            ;;
 
5973
          *)
 
5974
            case `$CC -V 2>&1 | sed 5q` in
 
5975
            *Sun\ C*)
 
5976
              # Sun C++ 5.9
 
5977
              _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
 
5978
              _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
5979
              _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'
 
5980
              _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
5981
              _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'
 
5982
              _LT_TAGVAR(compiler_needs_object, $1)=yes
 
5983
 
 
5984
              # Not sure whether something based on
 
5985
              # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
 
5986
              # would be better.
 
5987
              output_verbose_link_cmd='echo'
 
5988
 
 
5989
              # Archives containing C++ object files must be created using
 
5990
              # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
5991
              # necessary to make sure instantiated templates are included
 
5992
              # in the archive.
 
5993
              _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
 
5994
              ;;
 
5995
            esac
 
5996
            ;;
 
5997
        esac
 
5998
        ;;
 
5999
 
 
6000
      lynxos*)
 
6001
        # FIXME: insert proper C++ library support
 
6002
        _LT_TAGVAR(ld_shlibs, $1)=no
 
6003
        ;;
 
6004
 
 
6005
      m88k*)
 
6006
        # FIXME: insert proper C++ library support
 
6007
        _LT_TAGVAR(ld_shlibs, $1)=no
 
6008
        ;;
 
6009
 
 
6010
      mvs*)
 
6011
        case $cc_basename in
 
6012
          cxx*)
 
6013
            # FIXME: insert proper C++ library support
 
6014
            _LT_TAGVAR(ld_shlibs, $1)=no
 
6015
            ;;
 
6016
          *)
 
6017
            # FIXME: insert proper C++ library support
 
6018
            _LT_TAGVAR(ld_shlibs, $1)=no
 
6019
            ;;
 
6020
        esac
 
6021
        ;;
 
6022
 
 
6023
      netbsd*)
 
6024
        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
6025
          _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
 
6026
          wlarc=
 
6027
          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
6028
          _LT_TAGVAR(hardcode_direct, $1)=yes
 
6029
          _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
6030
        fi
 
6031
        # Workaround some broken pre-1.5 toolchains
 
6032
        output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
 
6033
        ;;
 
6034
 
 
6035
      *nto* | *qnx*)
 
6036
        _LT_TAGVAR(ld_shlibs, $1)=yes
 
6037
        ;;
 
6038
 
 
6039
      openbsd2*)
 
6040
        # C++ shared libraries are fairly broken
 
6041
        _LT_TAGVAR(ld_shlibs, $1)=no
 
6042
        ;;
 
6043
 
 
6044
      openbsd*)
 
6045
        if test -f /usr/libexec/ld.so; then
 
6046
          _LT_TAGVAR(hardcode_direct, $1)=yes
 
6047
          _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
6048
          _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
6049
          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
6050
          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
6051
          if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
6052
            _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'
 
6053
            _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
6054
            _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
6055
          fi
 
6056
          output_verbose_link_cmd=echo
 
6057
        else
 
6058
          _LT_TAGVAR(ld_shlibs, $1)=no
 
6059
        fi
 
6060
        ;;
 
6061
 
 
6062
      osf3* | osf4* | osf5*)
 
6063
        case $cc_basename in
 
6064
          KCC*)
 
6065
            # Kuck and Associates, Inc. (KAI) C++ Compiler
 
6066
 
 
6067
            # KCC will only create a shared library if the output file
 
6068
            # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
6069
            # to its proper name (with version) after linking.
 
6070
            _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'
 
6071
 
 
6072
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
6073
            _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
6074
 
 
6075
            # Archives containing C++ object files must be created using
 
6076
            # the KAI C++ compiler.
 
6077
            case $host in
 
6078
              osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
 
6079
              *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
 
6080
            esac
 
6081
            ;;
 
6082
          RCC*)
 
6083
            # Rational C++ 2.4.1
 
6084
            # FIXME: insert proper C++ library support
 
6085
            _LT_TAGVAR(ld_shlibs, $1)=no
 
6086
            ;;
 
6087
          cxx*)
 
6088
            case $host in
 
6089
              osf3*)
 
6090
                _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
6091
                _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'
 
6092
                _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
6093
                ;;
 
6094
              *)
 
6095
                _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
6096
                _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'
 
6097
                _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
 
6098
                  echo "-hidden">> $lib.exp~
 
6099
                  $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~
 
6100
                  $RM $lib.exp'
 
6101
                _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
6102
                ;;
 
6103
            esac
 
6104
 
 
6105
            _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
6106
 
 
6107
            # Commands to make compiler produce verbose output that lists
 
6108
            # what "hidden" libraries, object files and flags are used when
 
6109
            # linking a shared library.
 
6110
            #
 
6111
            # There doesn't appear to be a way to prevent this compiler from
 
6112
            # explicitly linking system object files so we need to strip them
 
6113
            # from the output so that they don't get included in the library
 
6114
            # dependencies.
 
6115
            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'
 
6116
            ;;
 
6117
          *)
 
6118
            if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
6119
              _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
6120
              case $host in
 
6121
                osf3*)
 
6122
                  _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'
 
6123
                  ;;
 
6124
                *)
 
6125
                  _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'
 
6126
                  ;;
 
6127
              esac
 
6128
 
 
6129
              _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
6130
              _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
6131
 
 
6132
              # Commands to make compiler produce verbose output that lists
 
6133
              # what "hidden" libraries, object files and flags are used when
 
6134
              # linking a shared library.
 
6135
              output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
6136
 
 
6137
            else
 
6138
              # FIXME: insert proper C++ library support
 
6139
              _LT_TAGVAR(ld_shlibs, $1)=no
 
6140
            fi
 
6141
            ;;
 
6142
        esac
 
6143
        ;;
 
6144
 
 
6145
      psos*)
 
6146
        # FIXME: insert proper C++ library support
 
6147
        _LT_TAGVAR(ld_shlibs, $1)=no
 
6148
        ;;
 
6149
 
 
6150
      sunos4*)
 
6151
        case $cc_basename in
 
6152
          CC*)
 
6153
            # Sun C++ 4.x
 
6154
            # FIXME: insert proper C++ library support
 
6155
            _LT_TAGVAR(ld_shlibs, $1)=no
 
6156
            ;;
 
6157
          lcc*)
 
6158
            # Lucid
 
6159
            # FIXME: insert proper C++ library support
 
6160
            _LT_TAGVAR(ld_shlibs, $1)=no
 
6161
            ;;
 
6162
          *)
 
6163
            # FIXME: insert proper C++ library support
 
6164
            _LT_TAGVAR(ld_shlibs, $1)=no
 
6165
            ;;
 
6166
        esac
 
6167
        ;;
 
6168
 
 
6169
      solaris*)
 
6170
        case $cc_basename in
 
6171
          CC*)
 
6172
            # Sun C++ 4.2, 5.x and Centerline C++
 
6173
            _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
 
6174
            _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
 
6175
            _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
6176
            _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
6177
              $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'
 
6178
 
 
6179
            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
6180
            _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
6181
            case $host_os in
 
6182
              solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
6183
              *)
 
6184
                # The compiler driver will combine and reorder linker options,
 
6185
                # but understands `-z linker_flag'.
 
6186
                # Supported since Solaris 2.6 (maybe 2.5.1?)
 
6187
                _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
 
6188
                ;;
 
6189
            esac
 
6190
            _LT_TAGVAR(link_all_deplibs, $1)=yes
 
6191
 
 
6192
            output_verbose_link_cmd='echo'
 
6193
 
 
6194
            # Archives containing C++ object files must be created using
 
6195
            # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
6196
            # necessary to make sure instantiated templates are included
 
6197
            # in the archive.
 
6198
            _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
 
6199
            ;;
 
6200
          gcx*)
 
6201
            # Green Hills C++ Compiler
 
6202
            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
6203
 
 
6204
            # The C++ compiler must be used to create the archive.
 
6205
            _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
 
6206
            ;;
 
6207
          *)
 
6208
            # GNU C++ compiler with Solaris linker
 
6209
            if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
6210
              _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
 
6211
              if $CC --version | $GREP -v '^2\.7' > /dev/null; then
 
6212
                _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
6213
                _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
6214
                  $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
 
6215
 
 
6216
                # Commands to make compiler produce verbose output that lists
 
6217
                # what "hidden" libraries, object files and flags are used when
 
6218
                # linking a shared library.
 
6219
                output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
6220
              else
 
6221
                # g++ 2.7 appears to require `-G' NOT `-shared' on this
 
6222
                # platform.
 
6223
                _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
6224
                _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
6225
                  $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
 
6226
 
 
6227
                # Commands to make compiler produce verbose output that lists
 
6228
                # what "hidden" libraries, object files and flags are used when
 
6229
                # linking a shared library.
 
6230
                output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
6231
              fi
 
6232
 
 
6233
              _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
 
6234
              case $host_os in
 
6235
                solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
6236
                *)
 
6237
                  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
6238
                  ;;
 
6239
              esac
 
6240
            fi
 
6241
            ;;
 
6242
        esac
 
6243
        ;;
 
6244
 
 
6245
    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
 
6246
      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
6247
      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
6248
      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
6249
      runpath_var='LD_RUN_PATH'
 
6250
 
 
6251
      case $cc_basename in
 
6252
        CC*)
 
6253
          _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
6254
          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
6255
          ;;
 
6256
        *)
 
6257
          _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
6258
          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
6259
          ;;
 
6260
      esac
 
6261
      ;;
 
6262
 
 
6263
      sysv5* | sco3.2v5* | sco5v6*)
 
6264
        # Note: We can NOT use -z defs as we might desire, because we do not
 
6265
        # link with -lc, and that would cause any symbols used from libc to
 
6266
        # always be unresolved, which means just about no library would
 
6267
        # ever link correctly.  If we're not using GNU ld we use -z text
 
6268
        # though, which does catch some bad symbols but isn't as heavy-handed
 
6269
        # as -z defs.
 
6270
        _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
6271
        _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
 
6272
        _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
6273
        _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
6274
        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
 
6275
        _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 
6276
        _LT_TAGVAR(link_all_deplibs, $1)=yes
 
6277
        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
6278
        runpath_var='LD_RUN_PATH'
 
6279
 
 
6280
        case $cc_basename in
 
6281
          CC*)
 
6282
            _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
6283
            _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
6284
            ;;
 
6285
          *)
 
6286
            _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
6287
            _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
6288
            ;;
 
6289
        esac
 
6290
      ;;
 
6291
 
 
6292
      tandem*)
 
6293
        case $cc_basename in
 
6294
          NCC*)
 
6295
            # NonStop-UX NCC 3.20
 
6296
            # FIXME: insert proper C++ library support
 
6297
            _LT_TAGVAR(ld_shlibs, $1)=no
 
6298
            ;;
 
6299
          *)
 
6300
            # FIXME: insert proper C++ library support
 
6301
            _LT_TAGVAR(ld_shlibs, $1)=no
 
6302
            ;;
 
6303
        esac
 
6304
        ;;
 
6305
 
 
6306
      vxworks*)
 
6307
        # FIXME: insert proper C++ library support
 
6308
        _LT_TAGVAR(ld_shlibs, $1)=no
 
6309
        ;;
 
6310
 
 
6311
      *)
 
6312
        # FIXME: insert proper C++ library support
 
6313
        _LT_TAGVAR(ld_shlibs, $1)=no
 
6314
        ;;
 
6315
    esac
 
6316
 
 
6317
    AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
 
6318
    test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
6319
 
 
6320
    _LT_TAGVAR(GCC, $1)="$GXX"
 
6321
    _LT_TAGVAR(LD, $1)="$LD"
 
6322
 
 
6323
    ## CAVEAT EMPTOR:
 
6324
    ## There is no encapsulation within the following macros, do not change
 
6325
    ## the running order or otherwise move them around unless you know exactly
 
6326
    ## what you are doing...
 
6327
    _LT_SYS_HIDDEN_LIBDEPS($1)
 
6328
    _LT_COMPILER_PIC($1)
 
6329
    _LT_COMPILER_C_O($1)
 
6330
    _LT_COMPILER_FILE_LOCKS($1)
 
6331
    _LT_LINKER_SHLIBS($1)
 
6332
    _LT_SYS_DYNAMIC_LINKER($1)
 
6333
    _LT_LINKER_HARDCODE_LIBPATH($1)
 
6334
 
 
6335
    _LT_CONFIG($1)
 
6336
  fi # test -n "$compiler"
 
6337
 
 
6338
  CC=$lt_save_CC
 
6339
  LDCXX=$LD
 
6340
  LD=$lt_save_LD
 
6341
  GCC=$lt_save_GCC
 
6342
  with_gnu_ld=$lt_save_with_gnu_ld
 
6343
  lt_cv_path_LDCXX=$lt_cv_path_LD
 
6344
  lt_cv_path_LD=$lt_save_path_LD
 
6345
  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
 
6346
  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
 
6347
fi # test "$_lt_caught_CXX_error" != yes
 
6348
 
 
6349
AC_LANG_POP
 
6350
])# _LT_LANG_CXX_CONFIG
 
6351
 
 
6352
 
 
6353
# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
6548
6354
# ---------------------------------
6549
 
AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
6550
 
 
6551
 
 
6552
 
# old names
6553
 
AC_DEFUN([AM_PROG_LIBTOOL],   [AC_PROG_LIBTOOL])
6554
 
AC_DEFUN([AM_ENABLE_SHARED],  [AC_ENABLE_SHARED($@)])
6555
 
AC_DEFUN([AM_ENABLE_STATIC],  [AC_ENABLE_STATIC($@)])
6556
 
AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
6557
 
AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
6558
 
AC_DEFUN([AM_PROG_LD],        [AC_PROG_LD])
6559
 
AC_DEFUN([AM_PROG_NM],        [AC_PROG_NM])
6560
 
 
6561
 
# This is just to silence aclocal about the macro not being used
6562
 
ifelse([AC_DISABLE_FAST_INSTALL])
6563
 
 
6564
 
AC_DEFUN([LT_AC_PROG_GCJ],
6565
 
[AC_CHECK_TOOL(GCJ, gcj, no)
6566
 
  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
6567
 
  AC_SUBST(GCJFLAGS)
6568
 
])
6569
 
 
6570
 
AC_DEFUN([LT_AC_PROG_RC],
6571
 
[AC_CHECK_TOOL(RC, windres, no)
6572
 
])
6573
 
 
6574
 
 
6575
 
# Cheap backport of AS_EXECUTABLE_P and required macros
6576
 
# from Autoconf 2.59; we should not use $as_executable_p directly.
6577
 
 
6578
 
# _AS_TEST_PREPARE
6579
 
# ----------------
6580
 
m4_ifndef([_AS_TEST_PREPARE],
6581
 
[m4_defun([_AS_TEST_PREPARE],
6582
 
[if test -x / >/dev/null 2>&1; then
6583
 
  as_executable_p='test -x'
 
6355
# Figure out "hidden" library dependencies from verbose
 
6356
# compiler output when linking a shared library.
 
6357
# Parse the compiler output and extract the necessary
 
6358
# objects, libraries and library flags.
 
6359
m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
 
6360
[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
6361
# Dependencies to place before and after the object being linked:
 
6362
_LT_TAGVAR(predep_objects, $1)=
 
6363
_LT_TAGVAR(postdep_objects, $1)=
 
6364
_LT_TAGVAR(predeps, $1)=
 
6365
_LT_TAGVAR(postdeps, $1)=
 
6366
_LT_TAGVAR(compiler_lib_search_path, $1)=
 
6367
 
 
6368
dnl we can't use the lt_simple_compile_test_code here,
 
6369
dnl because it contains code intended for an executable,
 
6370
dnl not a library.  It's possible we should let each
 
6371
dnl tag define a new lt_????_link_test_code variable,
 
6372
dnl but it's only used here...
 
6373
m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
 
6374
int a;
 
6375
void foo (void) { a = 0; }
 
6376
_LT_EOF
 
6377
], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
 
6378
class Foo
 
6379
{
 
6380
public:
 
6381
  Foo (void) { a = 0; }
 
6382
private:
 
6383
  int a;
 
6384
};
 
6385
_LT_EOF
 
6386
], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
 
6387
      subroutine foo
 
6388
      implicit none
 
6389
      integer*4 a
 
6390
      a=0
 
6391
      return
 
6392
      end
 
6393
_LT_EOF
 
6394
], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
 
6395
      subroutine foo
 
6396
      implicit none
 
6397
      integer a
 
6398
      a=0
 
6399
      return
 
6400
      end
 
6401
_LT_EOF
 
6402
], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
 
6403
public class foo {
 
6404
  private int a;
 
6405
  public void bar (void) {
 
6406
    a = 0;
 
6407
  }
 
6408
};
 
6409
_LT_EOF
 
6410
])
 
6411
dnl Parse the compiler output and extract the necessary
 
6412
dnl objects, libraries and library flags.
 
6413
if AC_TRY_EVAL(ac_compile); then
 
6414
  # Parse the compiler output and extract the necessary
 
6415
  # objects, libraries and library flags.
 
6416
 
 
6417
  # Sentinel used to keep track of whether or not we are before
 
6418
  # the conftest object file.
 
6419
  pre_test_object_deps_done=no
 
6420
 
 
6421
  for p in `eval "$output_verbose_link_cmd"`; do
 
6422
    case $p in
 
6423
 
 
6424
    -L* | -R* | -l*)
 
6425
       # Some compilers place space between "-{L,R}" and the path.
 
6426
       # Remove the space.
 
6427
       if test $p = "-L" ||
 
6428
          test $p = "-R"; then
 
6429
         prev=$p
 
6430
         continue
 
6431
       else
 
6432
         prev=
 
6433
       fi
 
6434
 
 
6435
       if test "$pre_test_object_deps_done" = no; then
 
6436
         case $p in
 
6437
         -L* | -R*)
 
6438
           # Internal compiler library paths should come after those
 
6439
           # provided the user.  The postdeps already come after the
 
6440
           # user supplied libs so there is no need to process them.
 
6441
           if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
 
6442
             _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
 
6443
           else
 
6444
             _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
 
6445
           fi
 
6446
           ;;
 
6447
         # The "-l" case would never come before the object being
 
6448
         # linked, so don't bother handling this case.
 
6449
         esac
 
6450
       else
 
6451
         if test -z "$_LT_TAGVAR(postdeps, $1)"; then
 
6452
           _LT_TAGVAR(postdeps, $1)="${prev}${p}"
 
6453
         else
 
6454
           _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}"
 
6455
         fi
 
6456
       fi
 
6457
       ;;
 
6458
 
 
6459
    *.$objext)
 
6460
       # This assumes that the test object file only shows up
 
6461
       # once in the compiler output.
 
6462
       if test "$p" = "conftest.$objext"; then
 
6463
         pre_test_object_deps_done=yes
 
6464
         continue
 
6465
       fi
 
6466
 
 
6467
       if test "$pre_test_object_deps_done" = no; then
 
6468
         if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
 
6469
           _LT_TAGVAR(predep_objects, $1)="$p"
 
6470
         else
 
6471
           _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
 
6472
         fi
 
6473
       else
 
6474
         if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
 
6475
           _LT_TAGVAR(postdep_objects, $1)="$p"
 
6476
         else
 
6477
           _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
 
6478
         fi
 
6479
       fi
 
6480
       ;;
 
6481
 
 
6482
    *) ;; # Ignore the rest.
 
6483
 
 
6484
    esac
 
6485
  done
 
6486
 
 
6487
  # Clean up.
 
6488
  rm -f a.out a.exe
6584
6489
else
6585
 
  as_executable_p='test -f'
6586
 
fi
6587
 
])])# _AS_TEST_PREPARE
6588
 
 
6589
 
# AS_EXECUTABLE_P
6590
 
# ---------------
6591
 
# Check whether a file is executable.
6592
 
m4_ifndef([AS_EXECUTABLE_P],
6593
 
[m4_defun([AS_EXECUTABLE_P],
6594
 
[AS_REQUIRE([_AS_TEST_PREPARE])dnl
6595
 
$as_executable_p $1[]dnl
6596
 
])])# AS_EXECUTABLE_P
6597
 
 
 
6490
  echo "libtool.m4: error: problem compiling $1 test program"
 
6491
fi
 
6492
 
 
6493
$RM -f confest.$objext
 
6494
 
 
6495
# PORTME: override above test on systems where it is broken
 
6496
m4_if([$1], [CXX],
 
6497
[case $host_os in
 
6498
interix[[3-9]]*)
 
6499
  # Interix 3.5 installs completely hosed .la files for C++, so rather than
 
6500
  # hack all around it, let's just trust "g++" to DTRT.
 
6501
  _LT_TAGVAR(predep_objects,$1)=
 
6502
  _LT_TAGVAR(postdep_objects,$1)=
 
6503
  _LT_TAGVAR(postdeps,$1)=
 
6504
  ;;
 
6505
 
 
6506
linux*)
 
6507
  case `$CC -V 2>&1 | sed 5q` in
 
6508
  *Sun\ C*)
 
6509
    # Sun C++ 5.9
 
6510
 
 
6511
    # The more standards-conforming stlport4 library is
 
6512
    # incompatible with the Cstd library. Avoid specifying
 
6513
    # it if it's in CXXFLAGS. Ignore libCrun as
 
6514
    # -library=stlport4 depends on it.
 
6515
    case " $CXX $CXXFLAGS " in
 
6516
    *" -library=stlport4 "*)
 
6517
      solaris_use_stlport4=yes
 
6518
      ;;
 
6519
    esac
 
6520
 
 
6521
    if test "$solaris_use_stlport4" != yes; then
 
6522
      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
 
6523
    fi
 
6524
    ;;
 
6525
  esac
 
6526
  ;;
 
6527
 
 
6528
solaris*)
 
6529
  case $cc_basename in
 
6530
  CC*)
 
6531
    # The more standards-conforming stlport4 library is
 
6532
    # incompatible with the Cstd library. Avoid specifying
 
6533
    # it if it's in CXXFLAGS. Ignore libCrun as
 
6534
    # -library=stlport4 depends on it.
 
6535
    case " $CXX $CXXFLAGS " in
 
6536
    *" -library=stlport4 "*)
 
6537
      solaris_use_stlport4=yes
 
6538
      ;;
 
6539
    esac
 
6540
 
 
6541
    # Adding this requires a known-good setup of shared libraries for
 
6542
    # Sun compiler versions before 5.6, else PIC objects from an old
 
6543
    # archive will be linked into the output, leading to subtle bugs.
 
6544
    if test "$solaris_use_stlport4" != yes; then
 
6545
      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
 
6546
    fi
 
6547
    ;;
 
6548
  esac
 
6549
  ;;
 
6550
esac
 
6551
])
 
6552
 
 
6553
case " $_LT_TAGVAR(postdeps, $1) " in
 
6554
*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
 
6555
esac
 
6556
 _LT_TAGVAR(compiler_lib_search_dirs, $1)=
 
6557
if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
 
6558
 _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
 
6559
fi
 
6560
_LT_TAGDECL([], [compiler_lib_search_dirs], [1],
 
6561
    [The directories searched by this compiler when creating a shared library])
 
6562
_LT_TAGDECL([], [predep_objects], [1],
 
6563
    [Dependencies to place before and after the objects being linked to
 
6564
    create a shared library])
 
6565
_LT_TAGDECL([], [postdep_objects], [1])
 
6566
_LT_TAGDECL([], [predeps], [1])
 
6567
_LT_TAGDECL([], [postdeps], [1])
 
6568
_LT_TAGDECL([], [compiler_lib_search_path], [1],
 
6569
    [The library search path used internally by the compiler when linking
 
6570
    a shared library])
 
6571
])# _LT_SYS_HIDDEN_LIBDEPS
 
6572
 
 
6573
 
 
6574
# _LT_PROG_F77
 
6575
# ------------
 
6576
# Since AC_PROG_F77 is broken, in that it returns the empty string
 
6577
# if there is no fortran compiler, we have our own version here.
 
6578
m4_defun([_LT_PROG_F77],
 
6579
[
 
6580
pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes])
 
6581
AC_PROG_F77
 
6582
if test -z "$F77" || test "X$F77" = "Xno"; then
 
6583
  _lt_disable_F77=yes
 
6584
fi
 
6585
popdef([AC_MSG_ERROR])
 
6586
])# _LT_PROG_F77
 
6587
 
 
6588
dnl aclocal-1.4 backwards compatibility:
 
6589
dnl AC_DEFUN([_LT_PROG_F77], [])
 
6590
 
 
6591
 
 
6592
# _LT_LANG_F77_CONFIG([TAG])
 
6593
# --------------------------
 
6594
# Ensure that the configuration variables for a Fortran 77 compiler are
 
6595
# suitably defined.  These variables are subsequently used by _LT_CONFIG
 
6596
# to write the compiler configuration to `libtool'.
 
6597
m4_defun([_LT_LANG_F77_CONFIG],
 
6598
[AC_REQUIRE([_LT_PROG_F77])dnl
 
6599
AC_LANG_PUSH(Fortran 77)
 
6600
 
 
6601
_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
6602
_LT_TAGVAR(allow_undefined_flag, $1)=
 
6603
_LT_TAGVAR(always_export_symbols, $1)=no
 
6604
_LT_TAGVAR(archive_expsym_cmds, $1)=
 
6605
_LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
6606
_LT_TAGVAR(hardcode_direct, $1)=no
 
6607
_LT_TAGVAR(hardcode_direct_absolute, $1)=no
 
6608
_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
6609
_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
6610
_LT_TAGVAR(hardcode_libdir_separator, $1)=
 
6611
_LT_TAGVAR(hardcode_minus_L, $1)=no
 
6612
_LT_TAGVAR(hardcode_automatic, $1)=no
 
6613
_LT_TAGVAR(inherit_rpath, $1)=no
 
6614
_LT_TAGVAR(module_cmds, $1)=
 
6615
_LT_TAGVAR(module_expsym_cmds, $1)=
 
6616
_LT_TAGVAR(link_all_deplibs, $1)=unknown
 
6617
_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
6618
_LT_TAGVAR(no_undefined_flag, $1)=
 
6619
_LT_TAGVAR(whole_archive_flag_spec, $1)=
 
6620
_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
6621
 
 
6622
# Source file extension for f77 test sources.
 
6623
ac_ext=f
 
6624
 
 
6625
# Object file extension for compiled f77 test sources.
 
6626
objext=o
 
6627
_LT_TAGVAR(objext, $1)=$objext
 
6628
 
 
6629
# No sense in running all these tests if we already determined that
 
6630
# the F77 compiler isn't working.  Some variables (like enable_shared)
 
6631
# are currently assumed to apply to all compilers on this platform,
 
6632
# and will be corrupted by setting them based on a non-working compiler.
 
6633
if test "$_lt_disable_F77" != yes; then
 
6634
  # Code to be used in simple compile tests
 
6635
  lt_simple_compile_test_code="\
 
6636
      subroutine t
 
6637
      return
 
6638
      end
 
6639
"
 
6640
 
 
6641
  # Code to be used in simple link tests
 
6642
  lt_simple_link_test_code="\
 
6643
      program t
 
6644
      end
 
6645
"
 
6646
 
 
6647
  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
6648
  _LT_TAG_COMPILER
 
6649
 
 
6650
  # save warnings/boilerplate of simple test code
 
6651
  _LT_COMPILER_BOILERPLATE
 
6652
  _LT_LINKER_BOILERPLATE
 
6653
 
 
6654
  # Allow CC to be a program name with arguments.
 
6655
  lt_save_CC="$CC"
 
6656
  lt_save_GCC=$GCC
 
6657
  CC=${F77-"f77"}
 
6658
  compiler=$CC
 
6659
  _LT_TAGVAR(compiler, $1)=$CC
 
6660
  _LT_CC_BASENAME([$compiler])
 
6661
  GCC=$G77
 
6662
  if test -n "$compiler"; then
 
6663
    AC_MSG_CHECKING([if libtool supports shared libraries])
 
6664
    AC_MSG_RESULT([$can_build_shared])
 
6665
 
 
6666
    AC_MSG_CHECKING([whether to build shared libraries])
 
6667
    test "$can_build_shared" = "no" && enable_shared=no
 
6668
 
 
6669
    # On AIX, shared libraries and static libraries use the same namespace, and
 
6670
    # are all built from PIC.
 
6671
    case $host_os in
 
6672
      aix3*)
 
6673
        test "$enable_shared" = yes && enable_static=no
 
6674
        if test -n "$RANLIB"; then
 
6675
          archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
6676
          postinstall_cmds='$RANLIB $lib'
 
6677
        fi
 
6678
        ;;
 
6679
      aix[[4-9]]*)
 
6680
        if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
6681
          test "$enable_shared" = yes && enable_static=no
 
6682
        fi
 
6683
        ;;
 
6684
    esac
 
6685
    AC_MSG_RESULT([$enable_shared])
 
6686
 
 
6687
    AC_MSG_CHECKING([whether to build static libraries])
 
6688
    # Make sure either enable_shared or enable_static is yes.
 
6689
    test "$enable_shared" = yes || enable_static=yes
 
6690
    AC_MSG_RESULT([$enable_static])
 
6691
 
 
6692
    _LT_TAGVAR(GCC, $1)="$G77"
 
6693
    _LT_TAGVAR(LD, $1)="$LD"
 
6694
 
 
6695
    ## CAVEAT EMPTOR:
 
6696
    ## There is no encapsulation within the following macros, do not change
 
6697
    ## the running order or otherwise move them around unless you know exactly
 
6698
    ## what you are doing...
 
6699
    _LT_COMPILER_PIC($1)
 
6700
    _LT_COMPILER_C_O($1)
 
6701
    _LT_COMPILER_FILE_LOCKS($1)
 
6702
    _LT_LINKER_SHLIBS($1)
 
6703
    _LT_SYS_DYNAMIC_LINKER($1)
 
6704
    _LT_LINKER_HARDCODE_LIBPATH($1)
 
6705
 
 
6706
    _LT_CONFIG($1)
 
6707
  fi # test -n "$compiler"
 
6708
 
 
6709
  GCC=$lt_save_GCC
 
6710
  CC="$lt_save_CC"
 
6711
fi # test "$_lt_disable_F77" != yes
 
6712
 
 
6713
AC_LANG_POP
 
6714
])# _LT_LANG_F77_CONFIG
 
6715
 
 
6716
 
 
6717
# _LT_PROG_FC
 
6718
# -----------
 
6719
# Since AC_PROG_FC is broken, in that it returns the empty string
 
6720
# if there is no fortran compiler, we have our own version here.
 
6721
m4_defun([_LT_PROG_FC],
 
6722
[
 
6723
pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes])
 
6724
AC_PROG_FC
 
6725
if test -z "$FC" || test "X$FC" = "Xno"; then
 
6726
  _lt_disable_FC=yes
 
6727
fi
 
6728
popdef([AC_MSG_ERROR])
 
6729
])# _LT_PROG_FC
 
6730
 
 
6731
dnl aclocal-1.4 backwards compatibility:
 
6732
dnl AC_DEFUN([_LT_PROG_FC], [])
 
6733
 
 
6734
 
 
6735
# _LT_LANG_FC_CONFIG([TAG])
 
6736
# -------------------------
 
6737
# Ensure that the configuration variables for a Fortran compiler are
 
6738
# suitably defined.  These variables are subsequently used by _LT_CONFIG
 
6739
# to write the compiler configuration to `libtool'.
 
6740
m4_defun([_LT_LANG_FC_CONFIG],
 
6741
[AC_REQUIRE([_LT_PROG_FC])dnl
 
6742
AC_LANG_PUSH(Fortran)
 
6743
 
 
6744
_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
6745
_LT_TAGVAR(allow_undefined_flag, $1)=
 
6746
_LT_TAGVAR(always_export_symbols, $1)=no
 
6747
_LT_TAGVAR(archive_expsym_cmds, $1)=
 
6748
_LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
6749
_LT_TAGVAR(hardcode_direct, $1)=no
 
6750
_LT_TAGVAR(hardcode_direct_absolute, $1)=no
 
6751
_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
6752
_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
6753
_LT_TAGVAR(hardcode_libdir_separator, $1)=
 
6754
_LT_TAGVAR(hardcode_minus_L, $1)=no
 
6755
_LT_TAGVAR(hardcode_automatic, $1)=no
 
6756
_LT_TAGVAR(inherit_rpath, $1)=no
 
6757
_LT_TAGVAR(module_cmds, $1)=
 
6758
_LT_TAGVAR(module_expsym_cmds, $1)=
 
6759
_LT_TAGVAR(link_all_deplibs, $1)=unknown
 
6760
_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
6761
_LT_TAGVAR(no_undefined_flag, $1)=
 
6762
_LT_TAGVAR(whole_archive_flag_spec, $1)=
 
6763
_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
6764
 
 
6765
# Source file extension for fc test sources.
 
6766
ac_ext=${ac_fc_srcext-f}
 
6767
 
 
6768
# Object file extension for compiled fc test sources.
 
6769
objext=o
 
6770
_LT_TAGVAR(objext, $1)=$objext
 
6771
 
 
6772
# No sense in running all these tests if we already determined that
 
6773
# the FC compiler isn't working.  Some variables (like enable_shared)
 
6774
# are currently assumed to apply to all compilers on this platform,
 
6775
# and will be corrupted by setting them based on a non-working compiler.
 
6776
if test "$_lt_disable_FC" != yes; then
 
6777
  # Code to be used in simple compile tests
 
6778
  lt_simple_compile_test_code="\
 
6779
      subroutine t
 
6780
      return
 
6781
      end
 
6782
"
 
6783
 
 
6784
  # Code to be used in simple link tests
 
6785
  lt_simple_link_test_code="\
 
6786
      program t
 
6787
      end
 
6788
"
 
6789
 
 
6790
  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
6791
  _LT_TAG_COMPILER
 
6792
 
 
6793
  # save warnings/boilerplate of simple test code
 
6794
  _LT_COMPILER_BOILERPLATE
 
6795
  _LT_LINKER_BOILERPLATE
 
6796
 
 
6797
  # Allow CC to be a program name with arguments.
 
6798
  lt_save_CC="$CC"
 
6799
  lt_save_GCC=$GCC
 
6800
  CC=${FC-"f95"}
 
6801
  compiler=$CC
 
6802
  GCC=$ac_cv_fc_compiler_gnu
 
6803
 
 
6804
  _LT_TAGVAR(compiler, $1)=$CC
 
6805
  _LT_CC_BASENAME([$compiler])
 
6806
 
 
6807
  if test -n "$compiler"; then
 
6808
    AC_MSG_CHECKING([if libtool supports shared libraries])
 
6809
    AC_MSG_RESULT([$can_build_shared])
 
6810
 
 
6811
    AC_MSG_CHECKING([whether to build shared libraries])
 
6812
    test "$can_build_shared" = "no" && enable_shared=no
 
6813
 
 
6814
    # On AIX, shared libraries and static libraries use the same namespace, and
 
6815
    # are all built from PIC.
 
6816
    case $host_os in
 
6817
      aix3*)
 
6818
        test "$enable_shared" = yes && enable_static=no
 
6819
        if test -n "$RANLIB"; then
 
6820
          archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
6821
          postinstall_cmds='$RANLIB $lib'
 
6822
        fi
 
6823
        ;;
 
6824
      aix[[4-9]]*)
 
6825
        if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
6826
          test "$enable_shared" = yes && enable_static=no
 
6827
        fi
 
6828
        ;;
 
6829
    esac
 
6830
    AC_MSG_RESULT([$enable_shared])
 
6831
 
 
6832
    AC_MSG_CHECKING([whether to build static libraries])
 
6833
    # Make sure either enable_shared or enable_static is yes.
 
6834
    test "$enable_shared" = yes || enable_static=yes
 
6835
    AC_MSG_RESULT([$enable_static])
 
6836
 
 
6837
    _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu"
 
6838
    _LT_TAGVAR(LD, $1)="$LD"
 
6839
 
 
6840
    ## CAVEAT EMPTOR:
 
6841
    ## There is no encapsulation within the following macros, do not change
 
6842
    ## the running order or otherwise move them around unless you know exactly
 
6843
    ## what you are doing...
 
6844
    _LT_SYS_HIDDEN_LIBDEPS($1)
 
6845
    _LT_COMPILER_PIC($1)
 
6846
    _LT_COMPILER_C_O($1)
 
6847
    _LT_COMPILER_FILE_LOCKS($1)
 
6848
    _LT_LINKER_SHLIBS($1)
 
6849
    _LT_SYS_DYNAMIC_LINKER($1)
 
6850
    _LT_LINKER_HARDCODE_LIBPATH($1)
 
6851
 
 
6852
    _LT_CONFIG($1)
 
6853
  fi # test -n "$compiler"
 
6854
 
 
6855
  GCC=$lt_save_GCC
 
6856
  CC="$lt_save_CC"
 
6857
fi # test "$_lt_disable_FC" != yes
 
6858
 
 
6859
AC_LANG_POP
 
6860
])# _LT_LANG_FC_CONFIG
 
6861
 
 
6862
 
 
6863
# _LT_LANG_GCJ_CONFIG([TAG])
 
6864
# --------------------------
 
6865
# Ensure that the configuration variables for the GNU Java Compiler compiler
 
6866
# are suitably defined.  These variables are subsequently used by _LT_CONFIG
 
6867
# to write the compiler configuration to `libtool'.
 
6868
m4_defun([_LT_LANG_GCJ_CONFIG],
 
6869
[AC_REQUIRE([LT_PROG_GCJ])dnl
 
6870
AC_LANG_SAVE
 
6871
 
 
6872
# Source file extension for Java test sources.
 
6873
ac_ext=java
 
6874
 
 
6875
# Object file extension for compiled Java test sources.
 
6876
objext=o
 
6877
_LT_TAGVAR(objext, $1)=$objext
 
6878
 
 
6879
# Code to be used in simple compile tests
 
6880
lt_simple_compile_test_code="class foo {}"
 
6881
 
 
6882
# Code to be used in simple link tests
 
6883
lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
 
6884
 
 
6885
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
6886
_LT_TAG_COMPILER
 
6887
 
 
6888
# save warnings/boilerplate of simple test code
 
6889
_LT_COMPILER_BOILERPLATE
 
6890
_LT_LINKER_BOILERPLATE
 
6891
 
 
6892
# Allow CC to be a program name with arguments.
 
6893
lt_save_CC="$CC"
 
6894
lt_save_GCC=$GCC
 
6895
GCC=yes
 
6896
CC=${GCJ-"gcj"}
 
6897
compiler=$CC
 
6898
_LT_TAGVAR(compiler, $1)=$CC
 
6899
_LT_TAGVAR(LD, $1)="$LD"
 
6900
_LT_CC_BASENAME([$compiler])
 
6901
 
 
6902
# GCJ did not exist at the time GCC didn't implicitly link libc in.
 
6903
_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
6904
 
 
6905
_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
6906
 
 
6907
if test -n "$compiler"; then
 
6908
  _LT_COMPILER_NO_RTTI($1)
 
6909
  _LT_COMPILER_PIC($1)
 
6910
  _LT_COMPILER_C_O($1)
 
6911
  _LT_COMPILER_FILE_LOCKS($1)
 
6912
  _LT_LINKER_SHLIBS($1)
 
6913
  _LT_LINKER_HARDCODE_LIBPATH($1)
 
6914
 
 
6915
  _LT_CONFIG($1)
 
6916
fi
 
6917
 
 
6918
AC_LANG_RESTORE
 
6919
 
 
6920
GCC=$lt_save_GCC
 
6921
CC="$lt_save_CC"
 
6922
])# _LT_LANG_GCJ_CONFIG
 
6923
 
 
6924
 
 
6925
# _LT_LANG_RC_CONFIG([TAG])
 
6926
# -------------------------
 
6927
# Ensure that the configuration variables for the Windows resource compiler
 
6928
# are suitably defined.  These variables are subsequently used by _LT_CONFIG
 
6929
# to write the compiler configuration to `libtool'.
 
6930
m4_defun([_LT_LANG_RC_CONFIG],
 
6931
[AC_REQUIRE([LT_PROG_RC])dnl
 
6932
AC_LANG_SAVE
 
6933
 
 
6934
# Source file extension for RC test sources.
 
6935
ac_ext=rc
 
6936
 
 
6937
# Object file extension for compiled RC test sources.
 
6938
objext=o
 
6939
_LT_TAGVAR(objext, $1)=$objext
 
6940
 
 
6941
# Code to be used in simple compile tests
 
6942
lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
 
6943
 
 
6944
# Code to be used in simple link tests
 
6945
lt_simple_link_test_code="$lt_simple_compile_test_code"
 
6946
 
 
6947
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
6948
_LT_TAG_COMPILER
 
6949
 
 
6950
# save warnings/boilerplate of simple test code
 
6951
_LT_COMPILER_BOILERPLATE
 
6952
_LT_LINKER_BOILERPLATE
 
6953
 
 
6954
# Allow CC to be a program name with arguments.
 
6955
lt_save_CC="$CC"
 
6956
lt_save_GCC=$GCC
 
6957
GCC=
 
6958
CC=${RC-"windres"}
 
6959
compiler=$CC
 
6960
_LT_TAGVAR(compiler, $1)=$CC
 
6961
_LT_CC_BASENAME([$compiler])
 
6962
_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
6963
 
 
6964
if test -n "$compiler"; then
 
6965
  :
 
6966
  _LT_CONFIG($1)
 
6967
fi
 
6968
 
 
6969
GCC=$lt_save_GCC
 
6970
AC_LANG_RESTORE
 
6971
CC="$lt_save_CC"
 
6972
])# _LT_LANG_RC_CONFIG
 
6973
 
 
6974
 
 
6975
# LT_PROG_GCJ
 
6976
# -----------
 
6977
AC_DEFUN([LT_PROG_GCJ],
 
6978
[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
 
6979
  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
 
6980
    [AC_CHECK_TOOL(GCJ, gcj,)
 
6981
      test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
 
6982
      AC_SUBST(GCJFLAGS)])])[]dnl
 
6983
])
 
6984
 
 
6985
# Old name:
 
6986
AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
 
6987
dnl aclocal-1.4 backwards compatibility:
 
6988
dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
 
6989
 
 
6990
 
 
6991
# LT_PROG_RC
 
6992
# ----------
 
6993
AC_DEFUN([LT_PROG_RC],
 
6994
[AC_CHECK_TOOL(RC, windres,)
 
6995
])
 
6996
 
 
6997
# Old name:
 
6998
AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
 
6999
dnl aclocal-1.4 backwards compatibility:
 
7000
dnl AC_DEFUN([LT_AC_PROG_RC], [])
 
7001
 
 
7002
 
 
7003
# _LT_DECL_EGREP
 
7004
# --------------
 
7005
# If we don't have a new enough Autoconf to choose the best grep
 
7006
# available, choose the one first in the user's PATH.
 
7007
m4_defun([_LT_DECL_EGREP],
 
7008
[AC_REQUIRE([AC_PROG_EGREP])dnl
 
7009
AC_REQUIRE([AC_PROG_FGREP])dnl
 
7010
test -z "$GREP" && GREP=grep
 
7011
_LT_DECL([], [GREP], [1], [A grep program that handles long lines])
 
7012
_LT_DECL([], [EGREP], [1], [An ERE matcher])
 
7013
_LT_DECL([], [FGREP], [1], [A literal string matcher])
 
7014
dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
 
7015
AC_SUBST([GREP])
 
7016
])
 
7017
 
 
7018
 
 
7019
# _LT_DECL_OBJDUMP
 
7020
# --------------
 
7021
# If we don't have a new enough Autoconf to choose the best objdump
 
7022
# available, choose the one first in the user's PATH.
 
7023
m4_defun([_LT_DECL_OBJDUMP],
 
7024
[AC_CHECK_TOOL(OBJDUMP, objdump, false)
 
7025
test -z "$OBJDUMP" && OBJDUMP=objdump
 
7026
_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
 
7027
AC_SUBST([OBJDUMP])
 
7028
])
 
7029
 
 
7030
 
 
7031
# _LT_DECL_SED
 
7032
# ------------
 
7033
# Check for a fully-functional sed program, that truncates
 
7034
# as few characters as possible.  Prefer GNU sed if found.
 
7035
m4_defun([_LT_DECL_SED],
 
7036
[AC_PROG_SED
 
7037
test -z "$SED" && SED=sed
 
7038
Xsed="$SED -e 1s/^X//"
 
7039
_LT_DECL([], [SED], [1], [A sed program that does not truncate output])
 
7040
_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
 
7041
    [Sed that helps us avoid accidentally triggering echo(1) options like -n])
 
7042
])# _LT_DECL_SED
 
7043
 
 
7044
m4_ifndef([AC_PROG_SED], [
6598
7045
# NOTE: This macro has been submitted for inclusion into   #
6599
7046
#  GNU Autoconf as AC_PROG_SED.  When it is available in   #
6600
7047
#  a released version of Autoconf we should remove this    #
6601
7048
#  macro and use it instead.                               #
6602
 
# LT_AC_PROG_SED
6603
 
# --------------
6604
 
# Check for a fully-functional sed program, that truncates
6605
 
# as few characters as possible.  Prefer GNU sed if found.
6606
 
AC_DEFUN([LT_AC_PROG_SED],
 
7049
 
 
7050
m4_defun([AC_PROG_SED],
6607
7051
[AC_MSG_CHECKING([for a sed that does not truncate output])
6608
7052
AC_CACHE_VAL(lt_cv_path_SED,
6609
7053
[# Loop through the user's path and test for sed and gsed.
6615
7059
  test -z "$as_dir" && as_dir=.
6616
7060
  for lt_ac_prog in sed gsed; do
6617
7061
    for ac_exec_ext in '' $ac_executable_extensions; do
6618
 
      if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then
 
7062
      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
6619
7063
        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
6620
7064
      fi
6621
7065
    done
6656
7100
SED=$lt_cv_path_SED
6657
7101
AC_SUBST([SED])
6658
7102
AC_MSG_RESULT([$SED])
6659
 
])
 
7103
])#AC_PROG_SED
 
7104
])#m4_ifndef
 
7105
 
 
7106
# Old name:
 
7107
AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
 
7108
dnl aclocal-1.4 backwards compatibility:
 
7109
dnl AC_DEFUN([LT_AC_PROG_SED], [])
 
7110
 
 
7111
 
 
7112
# _LT_CHECK_SHELL_FEATURES
 
7113
# ------------------------
 
7114
# Find out whether the shell is Bourne or XSI compatible,
 
7115
# or has some other useful features.
 
7116
m4_defun([_LT_CHECK_SHELL_FEATURES],
 
7117
[AC_MSG_CHECKING([whether the shell understands some XSI constructs])
 
7118
# Try some XSI features
 
7119
xsi_shell=no
 
7120
( _lt_dummy="a/b/c"
 
7121
  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
 
7122
      = c,a/b,, \
 
7123
    && eval 'test $(( 1 + 1 )) -eq 2 \
 
7124
    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
 
7125
  && xsi_shell=yes
 
7126
AC_MSG_RESULT([$xsi_shell])
 
7127
_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
 
7128
 
 
7129
AC_MSG_CHECKING([whether the shell understands "+="])
 
7130
lt_shell_append=no
 
7131
( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \
 
7132
    >/dev/null 2>&1 \
 
7133
  && lt_shell_append=yes
 
7134
AC_MSG_RESULT([$lt_shell_append])
 
7135
_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append'])
 
7136
 
 
7137
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
7138
  lt_unset=unset
 
7139
else
 
7140
  lt_unset=false
 
7141
fi
 
7142
_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
 
7143
 
 
7144
# test EBCDIC or ASCII
 
7145
case `echo X|tr X '\101'` in
 
7146
 A) # ASCII based system
 
7147
    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
 
7148
  lt_SP2NL='tr \040 \012'
 
7149
  lt_NL2SP='tr \015\012 \040\040'
 
7150
  ;;
 
7151
 *) # EBCDIC based system
 
7152
  lt_SP2NL='tr \100 \n'
 
7153
  lt_NL2SP='tr \r\n \100\100'
 
7154
  ;;
 
7155
esac
 
7156
_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
 
7157
_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
 
7158
])# _LT_CHECK_SHELL_FEATURES
 
7159
 
 
7160
 
 
7161
# _LT_PROG_XSI_SHELLFNS
 
7162
# ---------------------
 
7163
# Bourne and XSI compatible variants of some useful shell functions.
 
7164
m4_defun([_LT_PROG_XSI_SHELLFNS],
 
7165
[case $xsi_shell in
 
7166
  yes)
 
7167
    cat << \_LT_EOF >> "$cfgfile"
 
7168
 
 
7169
# func_dirname file append nondir_replacement
 
7170
# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
 
7171
# otherwise set result to NONDIR_REPLACEMENT.
 
7172
func_dirname ()
 
7173
{
 
7174
  case ${1} in
 
7175
    */*) func_dirname_result="${1%/*}${2}" ;;
 
7176
    *  ) func_dirname_result="${3}" ;;
 
7177
  esac
 
7178
}
 
7179
 
 
7180
# func_basename file
 
7181
func_basename ()
 
7182
{
 
7183
  func_basename_result="${1##*/}"
 
7184
}
 
7185
 
 
7186
# func_dirname_and_basename file append nondir_replacement
 
7187
# perform func_basename and func_dirname in a single function
 
7188
# call:
 
7189
#   dirname:  Compute the dirname of FILE.  If nonempty,
 
7190
#             add APPEND to the result, otherwise set result
 
7191
#             to NONDIR_REPLACEMENT.
 
7192
#             value returned in "$func_dirname_result"
 
7193
#   basename: Compute filename of FILE.
 
7194
#             value retuned in "$func_basename_result"
 
7195
# Implementation must be kept synchronized with func_dirname
 
7196
# and func_basename. For efficiency, we do not delegate to
 
7197
# those functions but instead duplicate the functionality here.
 
7198
func_dirname_and_basename ()
 
7199
{
 
7200
  case ${1} in
 
7201
    */*) func_dirname_result="${1%/*}${2}" ;;
 
7202
    *  ) func_dirname_result="${3}" ;;
 
7203
  esac
 
7204
  func_basename_result="${1##*/}"
 
7205
}
 
7206
 
 
7207
# func_stripname prefix suffix name
 
7208
# strip PREFIX and SUFFIX off of NAME.
 
7209
# PREFIX and SUFFIX must not contain globbing or regex special
 
7210
# characters, hashes, percent signs, but SUFFIX may contain a leading
 
7211
# dot (in which case that matches only a dot).
 
7212
func_stripname ()
 
7213
{
 
7214
  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
 
7215
  # positional parameters, so assign one to ordinary parameter first.
 
7216
  func_stripname_result=${3}
 
7217
  func_stripname_result=${func_stripname_result#"${1}"}
 
7218
  func_stripname_result=${func_stripname_result%"${2}"}
 
7219
}
 
7220
 
 
7221
# func_opt_split
 
7222
func_opt_split ()
 
7223
{
 
7224
  func_opt_split_opt=${1%%=*}
 
7225
  func_opt_split_arg=${1#*=}
 
7226
}
 
7227
 
 
7228
# func_lo2o object
 
7229
func_lo2o ()
 
7230
{
 
7231
  case ${1} in
 
7232
    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
 
7233
    *)    func_lo2o_result=${1} ;;
 
7234
  esac
 
7235
}
 
7236
 
 
7237
# func_xform libobj-or-source
 
7238
func_xform ()
 
7239
{
 
7240
  func_xform_result=${1%.*}.lo
 
7241
}
 
7242
 
 
7243
# func_arith arithmetic-term...
 
7244
func_arith ()
 
7245
{
 
7246
  func_arith_result=$(( $[*] ))
 
7247
}
 
7248
 
 
7249
# func_len string
 
7250
# STRING may not start with a hyphen.
 
7251
func_len ()
 
7252
{
 
7253
  func_len_result=${#1}
 
7254
}
 
7255
 
 
7256
_LT_EOF
 
7257
    ;;
 
7258
  *) # Bourne compatible functions.
 
7259
    cat << \_LT_EOF >> "$cfgfile"
 
7260
 
 
7261
# func_dirname file append nondir_replacement
 
7262
# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
 
7263
# otherwise set result to NONDIR_REPLACEMENT.
 
7264
func_dirname ()
 
7265
{
 
7266
  # Extract subdirectory from the argument.
 
7267
  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
 
7268
  if test "X$func_dirname_result" = "X${1}"; then
 
7269
    func_dirname_result="${3}"
 
7270
  else
 
7271
    func_dirname_result="$func_dirname_result${2}"
 
7272
  fi
 
7273
}
 
7274
 
 
7275
# func_basename file
 
7276
func_basename ()
 
7277
{
 
7278
  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
 
7279
}
 
7280
 
 
7281
dnl func_dirname_and_basename
 
7282
dnl A portable version of this function is already defined in general.m4sh
 
7283
dnl so there is no need for it here.
 
7284
 
 
7285
# func_stripname prefix suffix name
 
7286
# strip PREFIX and SUFFIX off of NAME.
 
7287
# PREFIX and SUFFIX must not contain globbing or regex special
 
7288
# characters, hashes, percent signs, but SUFFIX may contain a leading
 
7289
# dot (in which case that matches only a dot).
 
7290
# func_strip_suffix prefix name
 
7291
func_stripname ()
 
7292
{
 
7293
  case ${2} in
 
7294
    .*) func_stripname_result=`$ECHO "X${3}" \
 
7295
           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
 
7296
    *)  func_stripname_result=`$ECHO "X${3}" \
 
7297
           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
 
7298
  esac
 
7299
}
 
7300
 
 
7301
# sed scripts:
 
7302
my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q'
 
7303
my_sed_long_arg='1s/^-[[^=]]*=//'
 
7304
 
 
7305
# func_opt_split
 
7306
func_opt_split ()
 
7307
{
 
7308
  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
 
7309
  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
 
7310
}
 
7311
 
 
7312
# func_lo2o object
 
7313
func_lo2o ()
 
7314
{
 
7315
  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
 
7316
}
 
7317
 
 
7318
# func_xform libobj-or-source
 
7319
func_xform ()
 
7320
{
 
7321
  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
 
7322
}
 
7323
 
 
7324
# func_arith arithmetic-term...
 
7325
func_arith ()
 
7326
{
 
7327
  func_arith_result=`expr "$[@]"`
 
7328
}
 
7329
 
 
7330
# func_len string
 
7331
# STRING may not start with a hyphen.
 
7332
func_len ()
 
7333
{
 
7334
  func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
 
7335
}
 
7336
 
 
7337
_LT_EOF
 
7338
esac
 
7339
 
 
7340
case $lt_shell_append in
 
7341
  yes)
 
7342
    cat << \_LT_EOF >> "$cfgfile"
 
7343
 
 
7344
# func_append var value
 
7345
# Append VALUE to the end of shell variable VAR.
 
7346
func_append ()
 
7347
{
 
7348
  eval "$[1]+=\$[2]"
 
7349
}
 
7350
_LT_EOF
 
7351
    ;;
 
7352
  *)
 
7353
    cat << \_LT_EOF >> "$cfgfile"
 
7354
 
 
7355
# func_append var value
 
7356
# Append VALUE to the end of shell variable VAR.
 
7357
func_append ()
 
7358
{
 
7359
  eval "$[1]=\$$[1]\$[2]"
 
7360
}
 
7361
 
 
7362
_LT_EOF
 
7363
    ;;
 
7364
  esac
 
7365
])
 
7366
 
 
7367
# Helper functions for option handling.                    -*- Autoconf -*-
 
7368
#
 
7369
#   Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
 
7370
#   Written by Gary V. Vaughan, 2004
 
7371
#
 
7372
# This file is free software; the Free Software Foundation gives
 
7373
# unlimited permission to copy and/or distribute it, with or without
 
7374
# modifications, as long as this notice is preserved.
 
7375
 
 
7376
# serial 6 ltoptions.m4
 
7377
 
 
7378
# This is to help aclocal find these macros, as it can't see m4_define.
 
7379
AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
 
7380
 
 
7381
 
 
7382
# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
 
7383
# ------------------------------------------
 
7384
m4_define([_LT_MANGLE_OPTION],
 
7385
[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
 
7386
 
 
7387
 
 
7388
# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
 
7389
# ---------------------------------------
 
7390
# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
 
7391
# matching handler defined, dispatch to it.  Other OPTION-NAMEs are
 
7392
# saved as a flag.
 
7393
m4_define([_LT_SET_OPTION],
 
7394
[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
 
7395
m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
 
7396
        _LT_MANGLE_DEFUN([$1], [$2]),
 
7397
    [m4_warning([Unknown $1 option `$2'])])[]dnl
 
7398
])
 
7399
 
 
7400
 
 
7401
# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
 
7402
# ------------------------------------------------------------
 
7403
# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
 
7404
m4_define([_LT_IF_OPTION],
 
7405
[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
 
7406
 
 
7407
 
 
7408
# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
 
7409
# -------------------------------------------------------
 
7410
# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
 
7411
# are set.
 
7412
m4_define([_LT_UNLESS_OPTIONS],
 
7413
[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
 
7414
            [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
 
7415
                      [m4_define([$0_found])])])[]dnl
 
7416
m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
 
7417
])[]dnl
 
7418
])
 
7419
 
 
7420
 
 
7421
# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
 
7422
# ----------------------------------------
 
7423
# OPTION-LIST is a space-separated list of Libtool options associated
 
7424
# with MACRO-NAME.  If any OPTION has a matching handler declared with
 
7425
# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
 
7426
# the unknown option and exit.
 
7427
m4_defun([_LT_SET_OPTIONS],
 
7428
[# Set options
 
7429
m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
 
7430
    [_LT_SET_OPTION([$1], _LT_Option)])
 
7431
 
 
7432
m4_if([$1],[LT_INIT],[
 
7433
  dnl
 
7434
  dnl Simply set some default values (i.e off) if boolean options were not
 
7435
  dnl specified:
 
7436
  _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
 
7437
  ])
 
7438
  _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
 
7439
  ])
 
7440
  dnl
 
7441
  dnl If no reference was made to various pairs of opposing options, then
 
7442
  dnl we run the default mode handler for the pair.  For example, if neither
 
7443
  dnl `shared' nor `disable-shared' was passed, we enable building of shared
 
7444
  dnl archives by default:
 
7445
  _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
 
7446
  _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
 
7447
  _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
 
7448
  _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
 
7449
                   [_LT_ENABLE_FAST_INSTALL])
 
7450
  ])
 
7451
])# _LT_SET_OPTIONS
 
7452
 
 
7453
 
 
7454
 
 
7455
# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
 
7456
# -----------------------------------------
 
7457
m4_define([_LT_MANGLE_DEFUN],
 
7458
[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
 
7459
 
 
7460
 
 
7461
# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
 
7462
# -----------------------------------------------
 
7463
m4_define([LT_OPTION_DEFINE],
 
7464
[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
 
7465
])# LT_OPTION_DEFINE
 
7466
 
 
7467
 
 
7468
# dlopen
 
7469
# ------
 
7470
LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
 
7471
])
 
7472
 
 
7473
AU_DEFUN([AC_LIBTOOL_DLOPEN],
 
7474
[_LT_SET_OPTION([LT_INIT], [dlopen])
 
7475
AC_DIAGNOSE([obsolete],
 
7476
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
7477
put the `dlopen' option into LT_INIT's first parameter.])
 
7478
])
 
7479
 
 
7480
dnl aclocal-1.4 backwards compatibility:
 
7481
dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
 
7482
 
 
7483
 
 
7484
# win32-dll
 
7485
# ---------
 
7486
# Declare package support for building win32 dll's.
 
7487
LT_OPTION_DEFINE([LT_INIT], [win32-dll],
 
7488
[enable_win32_dll=yes
 
7489
 
 
7490
case $host in
 
7491
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
 
7492
  AC_CHECK_TOOL(AS, as, false)
 
7493
  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
 
7494
  AC_CHECK_TOOL(OBJDUMP, objdump, false)
 
7495
  ;;
 
7496
esac
 
7497
 
 
7498
test -z "$AS" && AS=as
 
7499
_LT_DECL([], [AS],      [0], [Assembler program])dnl
 
7500
 
 
7501
test -z "$DLLTOOL" && DLLTOOL=dlltool
 
7502
_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl
 
7503
 
 
7504
test -z "$OBJDUMP" && OBJDUMP=objdump
 
7505
_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
 
7506
])# win32-dll
 
7507
 
 
7508
AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
 
7509
[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
7510
_LT_SET_OPTION([LT_INIT], [win32-dll])
 
7511
AC_DIAGNOSE([obsolete],
 
7512
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
7513
put the `win32-dll' option into LT_INIT's first parameter.])
 
7514
])
 
7515
 
 
7516
dnl aclocal-1.4 backwards compatibility:
 
7517
dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
 
7518
 
 
7519
 
 
7520
# _LT_ENABLE_SHARED([DEFAULT])
 
7521
# ----------------------------
 
7522
# implement the --enable-shared flag, and supports the `shared' and
 
7523
# `disable-shared' LT_INIT options.
 
7524
# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 
7525
m4_define([_LT_ENABLE_SHARED],
 
7526
[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
 
7527
AC_ARG_ENABLE([shared],
 
7528
    [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
 
7529
        [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
 
7530
    [p=${PACKAGE-default}
 
7531
    case $enableval in
 
7532
    yes) enable_shared=yes ;;
 
7533
    no) enable_shared=no ;;
 
7534
    *)
 
7535
      enable_shared=no
 
7536
      # Look at the argument we got.  We use all the common list separators.
 
7537
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
7538
      for pkg in $enableval; do
 
7539
        IFS="$lt_save_ifs"
 
7540
        if test "X$pkg" = "X$p"; then
 
7541
          enable_shared=yes
 
7542
        fi
 
7543
      done
 
7544
      IFS="$lt_save_ifs"
 
7545
      ;;
 
7546
    esac],
 
7547
    [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
 
7548
 
 
7549
    _LT_DECL([build_libtool_libs], [enable_shared], [0],
 
7550
        [Whether or not to build shared libraries])
 
7551
])# _LT_ENABLE_SHARED
 
7552
 
 
7553
LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
 
7554
LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
 
7555
 
 
7556
# Old names:
 
7557
AC_DEFUN([AC_ENABLE_SHARED],
 
7558
[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
 
7559
])
 
7560
 
 
7561
AC_DEFUN([AC_DISABLE_SHARED],
 
7562
[_LT_SET_OPTION([LT_INIT], [disable-shared])
 
7563
])
 
7564
 
 
7565
AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
 
7566
AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
 
7567
 
 
7568
dnl aclocal-1.4 backwards compatibility:
 
7569
dnl AC_DEFUN([AM_ENABLE_SHARED], [])
 
7570
dnl AC_DEFUN([AM_DISABLE_SHARED], [])
 
7571
 
 
7572
 
 
7573
 
 
7574
# _LT_ENABLE_STATIC([DEFAULT])
 
7575
# ----------------------------
 
7576
# implement the --enable-static flag, and support the `static' and
 
7577
# `disable-static' LT_INIT options.
 
7578
# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 
7579
m4_define([_LT_ENABLE_STATIC],
 
7580
[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
 
7581
AC_ARG_ENABLE([static],
 
7582
    [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
 
7583
        [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
 
7584
    [p=${PACKAGE-default}
 
7585
    case $enableval in
 
7586
    yes) enable_static=yes ;;
 
7587
    no) enable_static=no ;;
 
7588
    *)
 
7589
     enable_static=no
 
7590
      # Look at the argument we got.  We use all the common list separators.
 
7591
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
7592
      for pkg in $enableval; do
 
7593
        IFS="$lt_save_ifs"
 
7594
        if test "X$pkg" = "X$p"; then
 
7595
          enable_static=yes
 
7596
        fi
 
7597
      done
 
7598
      IFS="$lt_save_ifs"
 
7599
      ;;
 
7600
    esac],
 
7601
    [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
 
7602
 
 
7603
    _LT_DECL([build_old_libs], [enable_static], [0],
 
7604
        [Whether or not to build static libraries])
 
7605
])# _LT_ENABLE_STATIC
 
7606
 
 
7607
LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
 
7608
LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
 
7609
 
 
7610
# Old names:
 
7611
AC_DEFUN([AC_ENABLE_STATIC],
 
7612
[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
 
7613
])
 
7614
 
 
7615
AC_DEFUN([AC_DISABLE_STATIC],
 
7616
[_LT_SET_OPTION([LT_INIT], [disable-static])
 
7617
])
 
7618
 
 
7619
AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
 
7620
AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
 
7621
 
 
7622
dnl aclocal-1.4 backwards compatibility:
 
7623
dnl AC_DEFUN([AM_ENABLE_STATIC], [])
 
7624
dnl AC_DEFUN([AM_DISABLE_STATIC], [])
 
7625
 
 
7626
 
 
7627
 
 
7628
# _LT_ENABLE_FAST_INSTALL([DEFAULT])
 
7629
# ----------------------------------
 
7630
# implement the --enable-fast-install flag, and support the `fast-install'
 
7631
# and `disable-fast-install' LT_INIT options.
 
7632
# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 
7633
m4_define([_LT_ENABLE_FAST_INSTALL],
 
7634
[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
 
7635
AC_ARG_ENABLE([fast-install],
 
7636
    [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
 
7637
    [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
 
7638
    [p=${PACKAGE-default}
 
7639
    case $enableval in
 
7640
    yes) enable_fast_install=yes ;;
 
7641
    no) enable_fast_install=no ;;
 
7642
    *)
 
7643
      enable_fast_install=no
 
7644
      # Look at the argument we got.  We use all the common list separators.
 
7645
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
7646
      for pkg in $enableval; do
 
7647
        IFS="$lt_save_ifs"
 
7648
        if test "X$pkg" = "X$p"; then
 
7649
          enable_fast_install=yes
 
7650
        fi
 
7651
      done
 
7652
      IFS="$lt_save_ifs"
 
7653
      ;;
 
7654
    esac],
 
7655
    [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
 
7656
 
 
7657
_LT_DECL([fast_install], [enable_fast_install], [0],
 
7658
         [Whether or not to optimize for fast installation])dnl
 
7659
])# _LT_ENABLE_FAST_INSTALL
 
7660
 
 
7661
LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
 
7662
LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
 
7663
 
 
7664
# Old names:
 
7665
AU_DEFUN([AC_ENABLE_FAST_INSTALL],
 
7666
[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
 
7667
AC_DIAGNOSE([obsolete],
 
7668
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
7669
the `fast-install' option into LT_INIT's first parameter.])
 
7670
])
 
7671
 
 
7672
AU_DEFUN([AC_DISABLE_FAST_INSTALL],
 
7673
[_LT_SET_OPTION([LT_INIT], [disable-fast-install])
 
7674
AC_DIAGNOSE([obsolete],
 
7675
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
7676
the `disable-fast-install' option into LT_INIT's first parameter.])
 
7677
])
 
7678
 
 
7679
dnl aclocal-1.4 backwards compatibility:
 
7680
dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
 
7681
dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
 
7682
 
 
7683
 
 
7684
# _LT_WITH_PIC([MODE])
 
7685
# --------------------
 
7686
# implement the --with-pic flag, and support the `pic-only' and `no-pic'
 
7687
# LT_INIT options.
 
7688
# MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
 
7689
m4_define([_LT_WITH_PIC],
 
7690
[AC_ARG_WITH([pic],
 
7691
    [AS_HELP_STRING([--with-pic],
 
7692
        [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
 
7693
    [pic_mode="$withval"],
 
7694
    [pic_mode=default])
 
7695
 
 
7696
test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
 
7697
 
 
7698
_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
 
7699
])# _LT_WITH_PIC
 
7700
 
 
7701
LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
 
7702
LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
 
7703
 
 
7704
# Old name:
 
7705
AU_DEFUN([AC_LIBTOOL_PICMODE],
 
7706
[_LT_SET_OPTION([LT_INIT], [pic-only])
 
7707
AC_DIAGNOSE([obsolete],
 
7708
[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
7709
put the `pic-only' option into LT_INIT's first parameter.])
 
7710
])
 
7711
 
 
7712
dnl aclocal-1.4 backwards compatibility:
 
7713
dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
 
7714
 
 
7715
 
 
7716
m4_define([_LTDL_MODE], [])
 
7717
LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
 
7718
                 [m4_define([_LTDL_MODE], [nonrecursive])])
 
7719
LT_OPTION_DEFINE([LTDL_INIT], [recursive],
 
7720
                 [m4_define([_LTDL_MODE], [recursive])])
 
7721
LT_OPTION_DEFINE([LTDL_INIT], [subproject],
 
7722
                 [m4_define([_LTDL_MODE], [subproject])])
 
7723
 
 
7724
m4_define([_LTDL_TYPE], [])
 
7725
LT_OPTION_DEFINE([LTDL_INIT], [installable],
 
7726
                 [m4_define([_LTDL_TYPE], [installable])])
 
7727
LT_OPTION_DEFINE([LTDL_INIT], [convenience],
 
7728
                 [m4_define([_LTDL_TYPE], [convenience])])
 
7729
 
 
7730
# ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
 
7731
#
 
7732
# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
 
7733
# Written by Gary V. Vaughan, 2004
 
7734
#
 
7735
# This file is free software; the Free Software Foundation gives
 
7736
# unlimited permission to copy and/or distribute it, with or without
 
7737
# modifications, as long as this notice is preserved.
 
7738
 
 
7739
# serial 6 ltsugar.m4
 
7740
 
 
7741
# This is to help aclocal find these macros, as it can't see m4_define.
 
7742
AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
 
7743
 
 
7744
 
 
7745
# lt_join(SEP, ARG1, [ARG2...])
 
7746
# -----------------------------
 
7747
# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
 
7748
# associated separator.
 
7749
# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
 
7750
# versions in m4sugar had bugs.
 
7751
m4_define([lt_join],
 
7752
[m4_if([$#], [1], [],
 
7753
       [$#], [2], [[$2]],
 
7754
       [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
 
7755
m4_define([_lt_join],
 
7756
[m4_if([$#$2], [2], [],
 
7757
       [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
 
7758
 
 
7759
 
 
7760
# lt_car(LIST)
 
7761
# lt_cdr(LIST)
 
7762
# ------------
 
7763
# Manipulate m4 lists.
 
7764
# These macros are necessary as long as will still need to support
 
7765
# Autoconf-2.59 which quotes differently.
 
7766
m4_define([lt_car], [[$1]])
 
7767
m4_define([lt_cdr],
 
7768
[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
 
7769
       [$#], 1, [],
 
7770
       [m4_dquote(m4_shift($@))])])
 
7771
m4_define([lt_unquote], $1)
 
7772
 
 
7773
 
 
7774
# lt_append(MACRO-NAME, STRING, [SEPARATOR])
 
7775
# ------------------------------------------
 
7776
# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
 
7777
# Note that neither SEPARATOR nor STRING are expanded; they are appended
 
7778
# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
 
7779
# No SEPARATOR is output if MACRO-NAME was previously undefined (different
 
7780
# than defined and empty).
 
7781
#
 
7782
# This macro is needed until we can rely on Autoconf 2.62, since earlier
 
7783
# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
 
7784
m4_define([lt_append],
 
7785
[m4_define([$1],
 
7786
           m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
 
7787
 
 
7788
 
 
7789
 
 
7790
# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
 
7791
# ----------------------------------------------------------
 
7792
# Produce a SEP delimited list of all paired combinations of elements of
 
7793
# PREFIX-LIST with SUFFIX1 through SUFFIXn.  Each element of the list
 
7794
# has the form PREFIXmINFIXSUFFIXn.
 
7795
# Needed until we can rely on m4_combine added in Autoconf 2.62.
 
7796
m4_define([lt_combine],
 
7797
[m4_if(m4_eval([$# > 3]), [1],
 
7798
       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
 
7799
[[m4_foreach([_Lt_prefix], [$2],
 
7800
             [m4_foreach([_Lt_suffix],
 
7801
                ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
 
7802
        [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
 
7803
 
 
7804
 
 
7805
# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
 
7806
# -----------------------------------------------------------------------
 
7807
# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
 
7808
# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
 
7809
m4_define([lt_if_append_uniq],
 
7810
[m4_ifdef([$1],
 
7811
          [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
 
7812
                 [lt_append([$1], [$2], [$3])$4],
 
7813
                 [$5])],
 
7814
          [lt_append([$1], [$2], [$3])$4])])
 
7815
 
 
7816
 
 
7817
# lt_dict_add(DICT, KEY, VALUE)
 
7818
# -----------------------------
 
7819
m4_define([lt_dict_add],
 
7820
[m4_define([$1($2)], [$3])])
 
7821
 
 
7822
 
 
7823
# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
 
7824
# --------------------------------------------
 
7825
m4_define([lt_dict_add_subkey],
 
7826
[m4_define([$1($2:$3)], [$4])])
 
7827
 
 
7828
 
 
7829
# lt_dict_fetch(DICT, KEY, [SUBKEY])
 
7830
# ----------------------------------
 
7831
m4_define([lt_dict_fetch],
 
7832
[m4_ifval([$3],
 
7833
        m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
 
7834
    m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
 
7835
 
 
7836
 
 
7837
# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
 
7838
# -----------------------------------------------------------------
 
7839
m4_define([lt_if_dict_fetch],
 
7840
[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
 
7841
        [$5],
 
7842
    [$6])])
 
7843
 
 
7844
 
 
7845
# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
 
7846
# --------------------------------------------------------------
 
7847
m4_define([lt_dict_filter],
 
7848
[m4_if([$5], [], [],
 
7849
  [lt_join(m4_quote(m4_default([$4], [[, ]])),
 
7850
           lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
 
7851
                      [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
 
7852
])
 
7853
 
 
7854
# ltversion.m4 -- version numbers                       -*- Autoconf -*-
 
7855
#
 
7856
#   Copyright (C) 2004 Free Software Foundation, Inc.
 
7857
#   Written by Scott James Remnant, 2004
 
7858
#
 
7859
# This file is free software; the Free Software Foundation gives
 
7860
# unlimited permission to copy and/or distribute it, with or without
 
7861
# modifications, as long as this notice is preserved.
 
7862
 
 
7863
# Generated from ltversion.in.
 
7864
 
 
7865
# serial 3012 ltversion.m4
 
7866
# This file is part of GNU Libtool
 
7867
 
 
7868
m4_define([LT_PACKAGE_VERSION], [2.2.6])
 
7869
m4_define([LT_PACKAGE_REVISION], [1.3012])
 
7870
 
 
7871
AC_DEFUN([LTVERSION_VERSION],
 
7872
[macro_version='2.2.6'
 
7873
macro_revision='1.3012'
 
7874
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 
7875
_LT_DECL(, macro_revision, 0)
 
7876
])
 
7877
 
 
7878
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
 
7879
#
 
7880
#   Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
 
7881
#   Written by Scott James Remnant, 2004.
 
7882
#
 
7883
# This file is free software; the Free Software Foundation gives
 
7884
# unlimited permission to copy and/or distribute it, with or without
 
7885
# modifications, as long as this notice is preserved.
 
7886
 
 
7887
# serial 4 lt~obsolete.m4
 
7888
 
 
7889
# These exist entirely to fool aclocal when bootstrapping libtool.
 
7890
#
 
7891
# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
 
7892
# which have later been changed to m4_define as they aren't part of the
 
7893
# exported API, or moved to Autoconf or Automake where they belong.
 
7894
#
 
7895
# The trouble is, aclocal is a bit thick.  It'll see the old AC_DEFUN
 
7896
# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
 
7897
# using a macro with the same name in our local m4/libtool.m4 it'll
 
7898
# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
 
7899
# and doesn't know about Autoconf macros at all.)
 
7900
#
 
7901
# So we provide this file, which has a silly filename so it's always
 
7902
# included after everything else.  This provides aclocal with the
 
7903
# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
 
7904
# because those macros already exist, or will be overwritten later.
 
7905
# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. 
 
7906
#
 
7907
# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
 
7908
# Yes, that means every name once taken will need to remain here until
 
7909
# we give up compatibility with versions before 1.7, at which point
 
7910
# we need to keep only those names which we still refer to.
 
7911
 
 
7912
# This is to help aclocal find these macros, as it can't see m4_define.
 
7913
AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
 
7914
 
 
7915
m4_ifndef([AC_LIBTOOL_LINKER_OPTION],   [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
 
7916
m4_ifndef([AC_PROG_EGREP],              [AC_DEFUN([AC_PROG_EGREP])])
 
7917
m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
 
7918
m4_ifndef([_LT_AC_SHELL_INIT],          [AC_DEFUN([_LT_AC_SHELL_INIT])])
 
7919
m4_ifndef([_LT_AC_SYS_LIBPATH_AIX],     [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
 
7920
m4_ifndef([_LT_PROG_LTMAIN],            [AC_DEFUN([_LT_PROG_LTMAIN])])
 
7921
m4_ifndef([_LT_AC_TAGVAR],              [AC_DEFUN([_LT_AC_TAGVAR])])
 
7922
m4_ifndef([AC_LTDL_ENABLE_INSTALL],     [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
 
7923
m4_ifndef([AC_LTDL_PREOPEN],            [AC_DEFUN([AC_LTDL_PREOPEN])])
 
7924
m4_ifndef([_LT_AC_SYS_COMPILER],        [AC_DEFUN([_LT_AC_SYS_COMPILER])])
 
7925
m4_ifndef([_LT_AC_LOCK],                [AC_DEFUN([_LT_AC_LOCK])])
 
7926
m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
 
7927
m4_ifndef([_LT_AC_TRY_DLOPEN_SELF],     [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
 
7928
m4_ifndef([AC_LIBTOOL_PROG_CC_C_O],     [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
 
7929
m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
 
7930
m4_ifndef([AC_LIBTOOL_OBJDIR],          [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
 
7931
m4_ifndef([AC_LTDL_OBJDIR],             [AC_DEFUN([AC_LTDL_OBJDIR])])
 
7932
m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
 
7933
m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP],   [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
 
7934
m4_ifndef([AC_PATH_MAGIC],              [AC_DEFUN([AC_PATH_MAGIC])])
 
7935
m4_ifndef([AC_PROG_LD_GNU],             [AC_DEFUN([AC_PROG_LD_GNU])])
 
7936
m4_ifndef([AC_PROG_LD_RELOAD_FLAG],     [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
 
7937
m4_ifndef([AC_DEPLIBS_CHECK_METHOD],    [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
 
7938
m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
 
7939
m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
 
7940
m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
 
7941
m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS],  [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
 
7942
m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP],  [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
 
7943
m4_ifndef([LT_AC_PROG_EGREP],           [AC_DEFUN([LT_AC_PROG_EGREP])])
 
7944
m4_ifndef([LT_AC_PROG_SED],             [AC_DEFUN([LT_AC_PROG_SED])])
 
7945
m4_ifndef([_LT_CC_BASENAME],            [AC_DEFUN([_LT_CC_BASENAME])])
 
7946
m4_ifndef([_LT_COMPILER_BOILERPLATE],   [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
 
7947
m4_ifndef([_LT_LINKER_BOILERPLATE],     [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
 
7948
m4_ifndef([_AC_PROG_LIBTOOL],           [AC_DEFUN([_AC_PROG_LIBTOOL])])
 
7949
m4_ifndef([AC_LIBTOOL_SETUP],           [AC_DEFUN([AC_LIBTOOL_SETUP])])
 
7950
m4_ifndef([_LT_AC_CHECK_DLFCN],         [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
 
7951
m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER],      [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
 
7952
m4_ifndef([_LT_AC_TAGCONFIG],           [AC_DEFUN([_LT_AC_TAGCONFIG])])
 
7953
m4_ifndef([AC_DISABLE_FAST_INSTALL],    [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
 
7954
m4_ifndef([_LT_AC_LANG_CXX],            [AC_DEFUN([_LT_AC_LANG_CXX])])
 
7955
m4_ifndef([_LT_AC_LANG_F77],            [AC_DEFUN([_LT_AC_LANG_F77])])
 
7956
m4_ifndef([_LT_AC_LANG_GCJ],            [AC_DEFUN([_LT_AC_LANG_GCJ])])
 
7957
m4_ifndef([AC_LIBTOOL_RC],              [AC_DEFUN([AC_LIBTOOL_RC])])
 
7958
m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG],   [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
 
7959
m4_ifndef([_LT_AC_LANG_C_CONFIG],       [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
 
7960
m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
 
7961
m4_ifndef([_LT_AC_LANG_CXX_CONFIG],     [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
 
7962
m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
 
7963
m4_ifndef([_LT_AC_LANG_F77_CONFIG],     [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
 
7964
m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
 
7965
m4_ifndef([_LT_AC_LANG_GCJ_CONFIG],     [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
 
7966
m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG],  [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
 
7967
m4_ifndef([_LT_AC_LANG_RC_CONFIG],      [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
 
7968
m4_ifndef([AC_LIBTOOL_CONFIG],          [AC_DEFUN([AC_LIBTOOL_CONFIG])])
 
7969
m4_ifndef([_LT_AC_FILE_LTDLL_C],        [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
6660
7970
 
6661
7971
# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
6662
7972
6814
8124
fi[]dnl
6815
8125
])# PKG_CHECK_MODULES
6816
8126
 
6817
 
# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
 
8127
# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6818
8128
#
6819
8129
# This file is free software; the Free Software Foundation
6820
8130
# gives unlimited permission to copy and/or distribute it,
6829
8139
[am__api_version='1.10'
6830
8140
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
6831
8141
dnl require some minimum version.  Point them to the right macro.
6832
 
m4_if([$1], [1.10.1], [],
 
8142
m4_if([$1], [1.10.2], [],
6833
8143
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6834
8144
])
6835
8145
 
6843
8153
# AM_SET_CURRENT_AUTOMAKE_VERSION
6844
8154
# -------------------------------
6845
8155
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
6846
 
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 
8156
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
6847
8157
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
6848
 
[AM_AUTOMAKE_VERSION([1.10.1])dnl
 
8158
[AM_AUTOMAKE_VERSION([1.10.2])dnl
6849
8159
m4_ifndef([AC_AUTOCONF_VERSION],
6850
8160
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
6851
 
_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
 
8161
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
6852
8162
 
6853
8163
# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
6854
8164
 
7098
8408
 
7099
8409
# Generate code to set up dependency tracking.              -*- Autoconf -*-
7100
8410
 
7101
 
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
8411
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
7102
8412
# Free Software Foundation, Inc.
7103
8413
#
7104
8414
# This file is free software; the Free Software Foundation
7105
8415
# gives unlimited permission to copy and/or distribute it,
7106
8416
# with or without modifications, as long as this notice is preserved.
7107
8417
 
7108
 
#serial 3
 
8418
#serial 4
7109
8419
 
7110
8420
# _AM_OUTPUT_DEPENDENCY_COMMANDS
7111
8421
# ------------------------------
7112
8422
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
7113
 
[for mf in $CONFIG_FILES; do
 
8423
[# Autoconf 2.62 quotes --file arguments for eval, but not when files
 
8424
# are listed without --file.  Let's play safe and only enable the eval
 
8425
# if we detect the quoting.
 
8426
case $CONFIG_FILES in
 
8427
*\'*) eval set x "$CONFIG_FILES" ;;
 
8428
*)   set x $CONFIG_FILES ;;
 
8429
esac
 
8430
shift
 
8431
for mf
 
8432
do
7114
8433
  # Strip MF so we end up with the name of the file.
7115
8434
  mf=`echo "$mf" | sed -e 's/:.*$//'`
7116
8435
  # Check whether this is an Automake generated Makefile or not.
7454
8773
 
7455
8774
# Helper functions for option handling.                     -*- Autoconf -*-
7456
8775
 
7457
 
# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
8776
# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
7458
8777
#
7459
8778
# This file is free software; the Free Software Foundation
7460
8779
# gives unlimited permission to copy and/or distribute it,
7461
8780
# with or without modifications, as long as this notice is preserved.
7462
8781
 
7463
 
# serial 3
 
8782
# serial 4
7464
8783
 
7465
8784
# _AM_MANGLE_OPTION(NAME)
7466
8785
# -----------------------
7477
8796
# ----------------------------------
7478
8797
# OPTIONS is a space-separated list of Automake options.
7479
8798
AC_DEFUN([_AM_SET_OPTIONS],
7480
 
[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
8799
[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
7481
8800
 
7482
8801
# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
7483
8802
# -------------------------------------------