[PATCH] No LaTeX documentation for sane-backend package
[openwrt/svn-archive/archive.git] / libs / libvncserver / patches / 001-automake-compat.patch
1 --- a/acinclude.m4
2 +++ b/acinclude.m4
3 @@ -601,6401 +601,3 @@ AS_VAR_POPDEF([_PKG])dnl
4 AS_VAR_POPDEF([_DEF])dnl
5 AS_VAR_POPDEF([_OUT])dnl
6 ],[PACKAGE="$PACKAGE"])])
7 -
8 -# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
9 -## Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
10 -## Free Software Foundation, Inc.
11 -## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
12 -##
13 -## This file is free software; the Free Software Foundation gives
14 -## unlimited permission to copy and/or distribute it, with or without
15 -## modifications, as long as this notice is preserved.
16 -
17 -# serial 48 AC_PROG_LIBTOOL
18 -
19 -
20 -# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
21 -# -----------------------------------------------------------
22 -# If this macro is not defined by Autoconf, define it here.
23 -m4_ifdef([AC_PROVIDE_IFELSE],
24 - [],
25 - [m4_define([AC_PROVIDE_IFELSE],
26 - [m4_ifdef([AC_PROVIDE_$1],
27 - [$2], [$3])])])
28 -
29 -
30 -# AC_PROG_LIBTOOL
31 -# ---------------
32 -AC_DEFUN([AC_PROG_LIBTOOL],
33 -[AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
34 -dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
35 -dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
36 - AC_PROVIDE_IFELSE([AC_PROG_CXX],
37 - [AC_LIBTOOL_CXX],
38 - [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
39 - ])])
40 -dnl And a similar setup for Fortran 77 support
41 - AC_PROVIDE_IFELSE([AC_PROG_F77],
42 - [AC_LIBTOOL_F77],
43 - [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
44 -])])
45 -
46 -dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
47 -dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run
48 -dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
49 - AC_PROVIDE_IFELSE([AC_PROG_GCJ],
50 - [AC_LIBTOOL_GCJ],
51 - [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
52 - [AC_LIBTOOL_GCJ],
53 - [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
54 - [AC_LIBTOOL_GCJ],
55 - [ifdef([AC_PROG_GCJ],
56 - [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
57 - ifdef([A][M_PROG_GCJ],
58 - [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
59 - ifdef([LT_AC_PROG_GCJ],
60 - [define([LT_AC_PROG_GCJ],
61 - defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
62 -])])# AC_PROG_LIBTOOL
63 -
64 -
65 -# _AC_PROG_LIBTOOL
66 -# ----------------
67 -AC_DEFUN([_AC_PROG_LIBTOOL],
68 -[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
69 -AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
70 -AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
71 -AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
72 -
73 -# This can be used to rebuild libtool when needed
74 -LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
75 -
76 -# Always use our own libtool.
77 -LIBTOOL='$(SHELL) $(top_builddir)/libtool'
78 -AC_SUBST(LIBTOOL)dnl
79 -
80 -# Prevent multiple expansion
81 -define([AC_PROG_LIBTOOL], [])
82 -])# _AC_PROG_LIBTOOL
83 -
84 -
85 -# AC_LIBTOOL_SETUP
86 -# ----------------
87 -AC_DEFUN([AC_LIBTOOL_SETUP],
88 -[AC_PREREQ(2.50)dnl
89 -AC_REQUIRE([AC_ENABLE_SHARED])dnl
90 -AC_REQUIRE([AC_ENABLE_STATIC])dnl
91 -AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
92 -AC_REQUIRE([AC_CANONICAL_HOST])dnl
93 -AC_REQUIRE([AC_CANONICAL_BUILD])dnl
94 -AC_REQUIRE([AC_PROG_CC])dnl
95 -AC_REQUIRE([AC_PROG_LD])dnl
96 -AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
97 -AC_REQUIRE([AC_PROG_NM])dnl
98 -
99 -AC_REQUIRE([AC_PROG_LN_S])dnl
100 -AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
101 -# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
102 -AC_REQUIRE([AC_OBJEXT])dnl
103 -AC_REQUIRE([AC_EXEEXT])dnl
104 -dnl
105 -
106 -AC_LIBTOOL_SYS_MAX_CMD_LEN
107 -AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
108 -AC_LIBTOOL_OBJDIR
109 -
110 -AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
111 -_LT_AC_PROG_ECHO_BACKSLASH
112 -
113 -case $host_os in
114 -aix3*)
115 - # AIX sometimes has problems with the GCC collect2 program. For some
116 - # reason, if we set the COLLECT_NAMES environment variable, the problems
117 - # vanish in a puff of smoke.
118 - if test "X${COLLECT_NAMES+set}" != Xset; then
119 - COLLECT_NAMES=
120 - export COLLECT_NAMES
121 - fi
122 - ;;
123 -esac
124 -
125 -# Sed substitution that helps us do robust quoting. It backslashifies
126 -# metacharacters that are still active within double-quoted strings.
127 -Xsed='sed -e 1s/^X//'
128 -[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
129 -
130 -# Same as above, but do not quote variable references.
131 -[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
132 -
133 -# Sed substitution to delay expansion of an escaped shell variable in a
134 -# double_quote_subst'ed string.
135 -delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
136 -
137 -# Sed substitution to avoid accidental globbing in evaled expressions
138 -no_glob_subst='s/\*/\\\*/g'
139 -
140 -# Constants:
141 -rm="rm -f"
142 -
143 -# Global variables:
144 -default_ofile=libtool
145 -can_build_shared=yes
146 -
147 -# All known linkers require a `.a' archive for static linking (except MSVC,
148 -# which needs '.lib').
149 -libext=a
150 -ltmain="$ac_aux_dir/ltmain.sh"
151 -ofile="$default_ofile"
152 -with_gnu_ld="$lt_cv_prog_gnu_ld"
153 -
154 -AC_CHECK_TOOL(AR, ar, false)
155 -AC_CHECK_TOOL(RANLIB, ranlib, :)
156 -AC_CHECK_TOOL(STRIP, strip, :)
157 -
158 -old_CC="$CC"
159 -old_CFLAGS="$CFLAGS"
160 -
161 -# Set sane defaults for various variables
162 -test -z "$AR" && AR=ar
163 -test -z "$AR_FLAGS" && AR_FLAGS=cru
164 -test -z "$AS" && AS=as
165 -test -z "$CC" && CC=cc
166 -test -z "$LTCC" && LTCC=$CC
167 -test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
168 -test -z "$DLLTOOL" && DLLTOOL=dlltool
169 -test -z "$LD" && LD=ld
170 -test -z "$LN_S" && LN_S="ln -s"
171 -test -z "$MAGIC_CMD" && MAGIC_CMD=file
172 -test -z "$NM" && NM=nm
173 -test -z "$SED" && SED=sed
174 -test -z "$OBJDUMP" && OBJDUMP=objdump
175 -test -z "$RANLIB" && RANLIB=:
176 -test -z "$STRIP" && STRIP=:
177 -test -z "$ac_objext" && ac_objext=o
178 -
179 -# Determine commands to create old-style static archives.
180 -old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
181 -old_postinstall_cmds='chmod 644 $oldlib'
182 -old_postuninstall_cmds=
183 -
184 -if test -n "$RANLIB"; then
185 - case $host_os in
186 - openbsd*)
187 - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
188 - ;;
189 - *)
190 - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
191 - ;;
192 - esac
193 - old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
194 -fi
195 -
196 -_LT_CC_BASENAME([$compiler])
197 -
198 -# Only perform the check for file, if the check method requires it
199 -case $deplibs_check_method in
200 -file_magic*)
201 - if test "$file_magic_cmd" = '$MAGIC_CMD'; then
202 - AC_PATH_MAGIC
203 - fi
204 - ;;
205 -esac
206 -
207 -AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
208 -AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
209 -enable_win32_dll=yes, enable_win32_dll=no)
210 -
211 -AC_ARG_ENABLE([libtool-lock],
212 - [AC_HELP_STRING([--disable-libtool-lock],
213 - [avoid locking (might break parallel builds)])])
214 -test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
215 -
216 -AC_ARG_WITH([pic],
217 - [AC_HELP_STRING([--with-pic],
218 - [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
219 - [pic_mode="$withval"],
220 - [pic_mode=default])
221 -test -z "$pic_mode" && pic_mode=default
222 -
223 -# Use C for the default configuration in the libtool script
224 -tagname=
225 -AC_LIBTOOL_LANG_C_CONFIG
226 -_LT_AC_TAGCONFIG
227 -])# AC_LIBTOOL_SETUP
228 -
229 -
230 -# _LT_AC_SYS_COMPILER
231 -# -------------------
232 -AC_DEFUN([_LT_AC_SYS_COMPILER],
233 -[AC_REQUIRE([AC_PROG_CC])dnl
234 -
235 -# If no C compiler was specified, use CC.
236 -LTCC=${LTCC-"$CC"}
237 -
238 -# If no C compiler flags were specified, use CFLAGS.
239 -LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
240 -
241 -# Allow CC to be a program name with arguments.
242 -compiler=$CC
243 -])# _LT_AC_SYS_COMPILER
244 -
245 -
246 -# _LT_CC_BASENAME(CC)
247 -# -------------------
248 -# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
249 -AC_DEFUN([_LT_CC_BASENAME],
250 -[for cc_temp in $1""; do
251 - case $cc_temp in
252 - compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
253 - distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
254 - \-*) ;;
255 - *) break;;
256 - esac
257 -done
258 -cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
259 -])
260 -
261 -
262 -# _LT_COMPILER_BOILERPLATE
263 -# ------------------------
264 -# Check for compiler boilerplate output or warnings with
265 -# the simple compiler test code.
266 -AC_DEFUN([_LT_COMPILER_BOILERPLATE],
267 -[ac_outfile=conftest.$ac_objext
268 -printf "$lt_simple_compile_test_code" >conftest.$ac_ext
269 -eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
270 -_lt_compiler_boilerplate=`cat conftest.err`
271 -$rm conftest*
272 -])# _LT_COMPILER_BOILERPLATE
273 -
274 -
275 -# _LT_LINKER_BOILERPLATE
276 -# ----------------------
277 -# Check for linker boilerplate output or warnings with
278 -# the simple link test code.
279 -AC_DEFUN([_LT_LINKER_BOILERPLATE],
280 -[ac_outfile=conftest.$ac_objext
281 -printf "$lt_simple_link_test_code" >conftest.$ac_ext
282 -eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
283 -_lt_linker_boilerplate=`cat conftest.err`
284 -$rm conftest*
285 -])# _LT_LINKER_BOILERPLATE
286 -
287 -
288 -# _LT_AC_SYS_LIBPATH_AIX
289 -# ----------------------
290 -# Links a minimal program and checks the executable
291 -# for the system default hardcoded library path. In most cases,
292 -# this is /usr/lib:/lib, but when the MPI compilers are used
293 -# the location of the communication and MPI libs are included too.
294 -# If we don't find anything, use the default library path according
295 -# to the aix ld manual.
296 -AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
297 -[AC_LINK_IFELSE(AC_LANG_PROGRAM,[
298 -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
299 -}'`
300 -# Check for a 64-bit object if we didn't find anything.
301 -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
302 -}'`; fi],[])
303 -if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
304 -])# _LT_AC_SYS_LIBPATH_AIX
305 -
306 -
307 -# _LT_AC_SHELL_INIT(ARG)
308 -# ----------------------
309 -AC_DEFUN([_LT_AC_SHELL_INIT],
310 -[ifdef([AC_DIVERSION_NOTICE],
311 - [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
312 - [AC_DIVERT_PUSH(NOTICE)])
313 -$1
314 -AC_DIVERT_POP
315 -])# _LT_AC_SHELL_INIT
316 -
317 -
318 -# _LT_AC_PROG_ECHO_BACKSLASH
319 -# --------------------------
320 -# Add some code to the start of the generated configure script which
321 -# will find an echo command which doesn't interpret backslashes.
322 -AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH],
323 -[_LT_AC_SHELL_INIT([
324 -# Check that we are running under the correct shell.
325 -SHELL=${CONFIG_SHELL-/bin/sh}
326 -
327 -case X$ECHO in
328 -X*--fallback-echo)
329 - # Remove one level of quotation (which was required for Make).
330 - ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
331 - ;;
332 -esac
333 -
334 -echo=${ECHO-echo}
335 -if test "X[$]1" = X--no-reexec; then
336 - # Discard the --no-reexec flag, and continue.
337 - shift
338 -elif test "X[$]1" = X--fallback-echo; then
339 - # Avoid inline document here, it may be left over
340 - :
341 -elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
342 - # Yippee, $echo works!
343 - :
344 -else
345 - # Restart under the correct shell.
346 - exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
347 -fi
348 -
349 -if test "X[$]1" = X--fallback-echo; then
350 - # used as fallback echo
351 - shift
352 - cat <<EOF
353 -[$]*
354 -EOF
355 - exit 0
356 -fi
357 -
358 -# The HP-UX ksh and POSIX shell print the target directory to stdout
359 -# if CDPATH is set.
360 -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
361 -
362 -if test -z "$ECHO"; then
363 -if test "X${echo_test_string+set}" != Xset; then
364 -# find a string as large as possible, as long as the shell can cope with it
365 - for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
366 - # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
367 - if (echo_test_string=`eval $cmd`) 2>/dev/null &&
368 - echo_test_string=`eval $cmd` &&
369 - (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
370 - then
371 - break
372 - fi
373 - done
374 -fi
375 -
376 -if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
377 - echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
378 - test "X$echo_testing_string" = "X$echo_test_string"; then
379 - :
380 -else
381 - # The Solaris, AIX, and Digital Unix default echo programs unquote
382 - # backslashes. This makes it impossible to quote backslashes using
383 - # echo "$something" | sed 's/\\/\\\\/g'
384 - #
385 - # So, first we look for a working echo in the user's PATH.
386 -
387 - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
388 - for dir in $PATH /usr/ucb; do
389 - IFS="$lt_save_ifs"
390 - if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
391 - test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
392 - echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
393 - test "X$echo_testing_string" = "X$echo_test_string"; then
394 - echo="$dir/echo"
395 - break
396 - fi
397 - done
398 - IFS="$lt_save_ifs"
399 -
400 - if test "X$echo" = Xecho; then
401 - # We didn't find a better echo, so look for alternatives.
402 - if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
403 - echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
404 - test "X$echo_testing_string" = "X$echo_test_string"; then
405 - # This shell has a builtin print -r that does the trick.
406 - echo='print -r'
407 - elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
408 - test "X$CONFIG_SHELL" != X/bin/ksh; then
409 - # If we have ksh, try running configure again with it.
410 - ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
411 - export ORIGINAL_CONFIG_SHELL
412 - CONFIG_SHELL=/bin/ksh
413 - export CONFIG_SHELL
414 - exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
415 - else
416 - # Try using printf.
417 - echo='printf %s\n'
418 - if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
419 - echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
420 - test "X$echo_testing_string" = "X$echo_test_string"; then
421 - # Cool, printf works
422 - :
423 - elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
424 - test "X$echo_testing_string" = 'X\t' &&
425 - echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
426 - test "X$echo_testing_string" = "X$echo_test_string"; then
427 - CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
428 - export CONFIG_SHELL
429 - SHELL="$CONFIG_SHELL"
430 - export SHELL
431 - echo="$CONFIG_SHELL [$]0 --fallback-echo"
432 - elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
433 - test "X$echo_testing_string" = 'X\t' &&
434 - echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
435 - test "X$echo_testing_string" = "X$echo_test_string"; then
436 - echo="$CONFIG_SHELL [$]0 --fallback-echo"
437 - else
438 - # maybe with a smaller string...
439 - prev=:
440 -
441 - for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
442 - if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
443 - then
444 - break
445 - fi
446 - prev="$cmd"
447 - done
448 -
449 - if test "$prev" != 'sed 50q "[$]0"'; then
450 - echo_test_string=`eval $prev`
451 - export echo_test_string
452 - exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
453 - else
454 - # Oops. We lost completely, so just stick with echo.
455 - echo=echo
456 - fi
457 - fi
458 - fi
459 - fi
460 -fi
461 -fi
462 -
463 -# Copy echo and quote the copy suitably for passing to libtool from
464 -# the Makefile, instead of quoting the original, which is used later.
465 -ECHO=$echo
466 -if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
467 - ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
468 -fi
469 -
470 -AC_SUBST(ECHO)
471 -])])# _LT_AC_PROG_ECHO_BACKSLASH
472 -
473 -
474 -# _LT_AC_LOCK
475 -# -----------
476 -AC_DEFUN([_LT_AC_LOCK],
477 -[AC_ARG_ENABLE([libtool-lock],
478 - [AC_HELP_STRING([--disable-libtool-lock],
479 - [avoid locking (might break parallel builds)])])
480 -test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
481 -
482 -# Some flags need to be propagated to the compiler or linker for good
483 -# libtool support.
484 -case $host in
485 -ia64-*-hpux*)
486 - # Find out which ABI we are using.
487 - echo 'int i;' > conftest.$ac_ext
488 - if AC_TRY_EVAL(ac_compile); then
489 - case `/usr/bin/file conftest.$ac_objext` in
490 - *ELF-32*)
491 - HPUX_IA64_MODE="32"
492 - ;;
493 - *ELF-64*)
494 - HPUX_IA64_MODE="64"
495 - ;;
496 - esac
497 - fi
498 - rm -rf conftest*
499 - ;;
500 -*-*-irix6*)
501 - # Find out which ABI we are using.
502 - echo '[#]line __oline__ "configure"' > conftest.$ac_ext
503 - if AC_TRY_EVAL(ac_compile); then
504 - if test "$lt_cv_prog_gnu_ld" = yes; then
505 - case `/usr/bin/file conftest.$ac_objext` in
506 - *32-bit*)
507 - LD="${LD-ld} -melf32bsmip"
508 - ;;
509 - *N32*)
510 - LD="${LD-ld} -melf32bmipn32"
511 - ;;
512 - *64-bit*)
513 - LD="${LD-ld} -melf64bmip"
514 - ;;
515 - esac
516 - else
517 - case `/usr/bin/file conftest.$ac_objext` in
518 - *32-bit*)
519 - LD="${LD-ld} -32"
520 - ;;
521 - *N32*)
522 - LD="${LD-ld} -n32"
523 - ;;
524 - *64-bit*)
525 - LD="${LD-ld} -64"
526 - ;;
527 - esac
528 - fi
529 - fi
530 - rm -rf conftest*
531 - ;;
532 -
533 -x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
534 - # Find out which ABI we are using.
535 - echo 'int i;' > conftest.$ac_ext
536 - if AC_TRY_EVAL(ac_compile); then
537 - case `/usr/bin/file conftest.o` in
538 - *32-bit*)
539 - case $host in
540 - x86_64-*linux*)
541 - LD="${LD-ld} -m elf_i386"
542 - ;;
543 - ppc64-*linux*|powerpc64-*linux*)
544 - LD="${LD-ld} -m elf32ppclinux"
545 - ;;
546 - s390x-*linux*)
547 - LD="${LD-ld} -m elf_s390"
548 - ;;
549 - sparc64-*linux*)
550 - LD="${LD-ld} -m elf32_sparc"
551 - ;;
552 - esac
553 - ;;
554 - *64-bit*)
555 - case $host in
556 - x86_64-*linux*)
557 - LD="${LD-ld} -m elf_x86_64"
558 - ;;
559 - ppc*-*linux*|powerpc*-*linux*)
560 - LD="${LD-ld} -m elf64ppc"
561 - ;;
562 - s390*-*linux*)
563 - LD="${LD-ld} -m elf64_s390"
564 - ;;
565 - sparc*-*linux*)
566 - LD="${LD-ld} -m elf64_sparc"
567 - ;;
568 - esac
569 - ;;
570 - esac
571 - fi
572 - rm -rf conftest*
573 - ;;
574 -
575 -*-*-sco3.2v5*)
576 - # On SCO OpenServer 5, we need -belf to get full-featured binaries.
577 - SAVE_CFLAGS="$CFLAGS"
578 - CFLAGS="$CFLAGS -belf"
579 - AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
580 - [AC_LANG_PUSH(C)
581 - AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
582 - AC_LANG_POP])
583 - if test x"$lt_cv_cc_needs_belf" != x"yes"; then
584 - # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
585 - CFLAGS="$SAVE_CFLAGS"
586 - fi
587 - ;;
588 -sparc*-*solaris*)
589 - # Find out which ABI we are using.
590 - echo 'int i;' > conftest.$ac_ext
591 - if AC_TRY_EVAL(ac_compile); then
592 - case `/usr/bin/file conftest.o` in
593 - *64-bit*)
594 - case $lt_cv_prog_gnu_ld in
595 - yes*) LD="${LD-ld} -m elf64_sparc" ;;
596 - *) LD="${LD-ld} -64" ;;
597 - esac
598 - ;;
599 - esac
600 - fi
601 - rm -rf conftest*
602 - ;;
603 -
604 -AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
605 -[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
606 - AC_CHECK_TOOL(DLLTOOL, dlltool, false)
607 - AC_CHECK_TOOL(AS, as, false)
608 - AC_CHECK_TOOL(OBJDUMP, objdump, false)
609 - ;;
610 - ])
611 -esac
612 -
613 -need_locks="$enable_libtool_lock"
614 -
615 -])# _LT_AC_LOCK
616 -
617 -
618 -# AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
619 -# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
620 -# ----------------------------------------------------------------
621 -# Check whether the given compiler option works
622 -AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION],
623 -[AC_REQUIRE([LT_AC_PROG_SED])
624 -AC_CACHE_CHECK([$1], [$2],
625 - [$2=no
626 - ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
627 - printf "$lt_simple_compile_test_code" > conftest.$ac_ext
628 - lt_compiler_flag="$3"
629 - # Insert the option either (1) after the last *FLAGS variable, or
630 - # (2) before a word containing "conftest.", or (3) at the end.
631 - # Note that $ac_compile itself does not contain backslashes and begins
632 - # with a dollar sign (not a hyphen), so the echo should work correctly.
633 - # The option is referenced via a variable to avoid confusing sed.
634 - lt_compile=`echo "$ac_compile" | $SED \
635 - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
636 - -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
637 - -e 's:$: $lt_compiler_flag:'`
638 - (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
639 - (eval "$lt_compile" 2>conftest.err)
640 - ac_status=$?
641 - cat conftest.err >&AS_MESSAGE_LOG_FD
642 - echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
643 - if (exit $ac_status) && test -s "$ac_outfile"; then
644 - # The compiler can only warn and ignore the option if not recognized
645 - # So say no if there are warnings other than the usual output.
646 - $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
647 - $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
648 - if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
649 - $2=yes
650 - fi
651 - fi
652 - $rm conftest*
653 -])
654 -
655 -if test x"[$]$2" = xyes; then
656 - ifelse([$5], , :, [$5])
657 -else
658 - ifelse([$6], , :, [$6])
659 -fi
660 -])# AC_LIBTOOL_COMPILER_OPTION
661 -
662 -
663 -# AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
664 -# [ACTION-SUCCESS], [ACTION-FAILURE])
665 -# ------------------------------------------------------------
666 -# Check whether the given compiler option works
667 -AC_DEFUN([AC_LIBTOOL_LINKER_OPTION],
668 -[AC_CACHE_CHECK([$1], [$2],
669 - [$2=no
670 - save_LDFLAGS="$LDFLAGS"
671 - LDFLAGS="$LDFLAGS $3"
672 - printf "$lt_simple_link_test_code" > conftest.$ac_ext
673 - if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
674 - # The linker can only warn and ignore the option if not recognized
675 - # So say no if there are warnings
676 - if test -s conftest.err; then
677 - # Append any errors to the config.log.
678 - cat conftest.err 1>&AS_MESSAGE_LOG_FD
679 - $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
680 - $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
681 - if diff conftest.exp conftest.er2 >/dev/null; then
682 - $2=yes
683 - fi
684 - else
685 - $2=yes
686 - fi
687 - fi
688 - $rm conftest*
689 - LDFLAGS="$save_LDFLAGS"
690 -])
691 -
692 -if test x"[$]$2" = xyes; then
693 - ifelse([$4], , :, [$4])
694 -else
695 - ifelse([$5], , :, [$5])
696 -fi
697 -])# AC_LIBTOOL_LINKER_OPTION
698 -
699 -
700 -# AC_LIBTOOL_SYS_MAX_CMD_LEN
701 -# --------------------------
702 -AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN],
703 -[# find the maximum length of command line arguments
704 -AC_MSG_CHECKING([the maximum length of command line arguments])
705 -AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
706 - i=0
707 - teststring="ABCD"
708 -
709 - case $build_os in
710 - msdosdjgpp*)
711 - # On DJGPP, this test can blow up pretty badly due to problems in libc
712 - # (any single argument exceeding 2000 bytes causes a buffer overrun
713 - # during glob expansion). Even if it were fixed, the result of this
714 - # check would be larger than it should be.
715 - lt_cv_sys_max_cmd_len=12288; # 12K is about right
716 - ;;
717 -
718 - gnu*)
719 - # Under GNU Hurd, this test is not required because there is
720 - # no limit to the length of command line arguments.
721 - # Libtool will interpret -1 as no limit whatsoever
722 - lt_cv_sys_max_cmd_len=-1;
723 - ;;
724 -
725 - cygwin* | mingw*)
726 - # On Win9x/ME, this test blows up -- it succeeds, but takes
727 - # about 5 minutes as the teststring grows exponentially.
728 - # Worse, since 9x/ME are not pre-emptively multitasking,
729 - # you end up with a "frozen" computer, even though with patience
730 - # the test eventually succeeds (with a max line length of 256k).
731 - # Instead, let's just punt: use the minimum linelength reported by
732 - # all of the supported platforms: 8192 (on NT/2K/XP).
733 - lt_cv_sys_max_cmd_len=8192;
734 - ;;
735 -
736 - amigaos*)
737 - # On AmigaOS with pdksh, this test takes hours, literally.
738 - # So we just punt and use a minimum line length of 8192.
739 - lt_cv_sys_max_cmd_len=8192;
740 - ;;
741 -
742 - netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
743 - # This has been around since 386BSD, at least. Likely further.
744 - if test -x /sbin/sysctl; then
745 - lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
746 - elif test -x /usr/sbin/sysctl; then
747 - lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
748 - else
749 - lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
750 - fi
751 - # And add a safety zone
752 - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
753 - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
754 - ;;
755 -
756 - interix*)
757 - # We know the value 262144 and hardcode it with a safety zone (like BSD)
758 - lt_cv_sys_max_cmd_len=196608
759 - ;;
760 -
761 - osf*)
762 - # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
763 - # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
764 - # nice to cause kernel panics so lets avoid the loop below.
765 - # First set a reasonable default.
766 - lt_cv_sys_max_cmd_len=16384
767 - #
768 - if test -x /sbin/sysconfig; then
769 - case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
770 - *1*) lt_cv_sys_max_cmd_len=-1 ;;
771 - esac
772 - fi
773 - ;;
774 - sco3.2v5*)
775 - lt_cv_sys_max_cmd_len=102400
776 - ;;
777 - sysv5* | sco5v6* | sysv4.2uw2*)
778 - kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
779 - if test -n "$kargmax"; then
780 - lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
781 - else
782 - lt_cv_sys_max_cmd_len=32768
783 - fi
784 - ;;
785 - *)
786 - # If test is not a shell built-in, we'll probably end up computing a
787 - # maximum length that is only half of the actual maximum length, but
788 - # we can't tell.
789 - SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
790 - while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
791 - = "XX$teststring") >/dev/null 2>&1 &&
792 - new_result=`expr "X$teststring" : ".*" 2>&1` &&
793 - lt_cv_sys_max_cmd_len=$new_result &&
794 - test $i != 17 # 1/2 MB should be enough
795 - do
796 - i=`expr $i + 1`
797 - teststring=$teststring$teststring
798 - done
799 - teststring=
800 - # Add a significant safety factor because C++ compilers can tack on massive
801 - # amounts of additional arguments before passing them to the linker.
802 - # It appears as though 1/2 is a usable value.
803 - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
804 - ;;
805 - esac
806 -])
807 -if test -n $lt_cv_sys_max_cmd_len ; then
808 - AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
809 -else
810 - AC_MSG_RESULT(none)
811 -fi
812 -])# AC_LIBTOOL_SYS_MAX_CMD_LEN
813 -
814 -
815 -# _LT_AC_CHECK_DLFCN
816 -# ------------------
817 -AC_DEFUN([_LT_AC_CHECK_DLFCN],
818 -[AC_CHECK_HEADERS(dlfcn.h)dnl
819 -])# _LT_AC_CHECK_DLFCN
820 -
821 -
822 -# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
823 -# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
824 -# ---------------------------------------------------------------------
825 -AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
826 -[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
827 -if test "$cross_compiling" = yes; then :
828 - [$4]
829 -else
830 - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
831 - lt_status=$lt_dlunknown
832 - cat > conftest.$ac_ext <<EOF
833 -[#line __oline__ "configure"
834 -#include "confdefs.h"
835 -
836 -#if HAVE_DLFCN_H
837 -#include <dlfcn.h>
838 -#endif
839 -
840 -#include <stdio.h>
841 -
842 -#ifdef RTLD_GLOBAL
843 -# define LT_DLGLOBAL RTLD_GLOBAL
844 -#else
845 -# ifdef DL_GLOBAL
846 -# define LT_DLGLOBAL DL_GLOBAL
847 -# else
848 -# define LT_DLGLOBAL 0
849 -# endif
850 -#endif
851 -
852 -/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
853 - find out it does not work in some platform. */
854 -#ifndef LT_DLLAZY_OR_NOW
855 -# ifdef RTLD_LAZY
856 -# define LT_DLLAZY_OR_NOW RTLD_LAZY
857 -# else
858 -# ifdef DL_LAZY
859 -# define LT_DLLAZY_OR_NOW DL_LAZY
860 -# else
861 -# ifdef RTLD_NOW
862 -# define LT_DLLAZY_OR_NOW RTLD_NOW
863 -# else
864 -# ifdef DL_NOW
865 -# define LT_DLLAZY_OR_NOW DL_NOW
866 -# else
867 -# define LT_DLLAZY_OR_NOW 0
868 -# endif
869 -# endif
870 -# endif
871 -# endif
872 -#endif
873 -
874 -#ifdef __cplusplus
875 -extern "C" void exit (int);
876 -#endif
877 -
878 -void fnord() { int i=42;}
879 -int main ()
880 -{
881 - void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
882 - int status = $lt_dlunknown;
883 -
884 - if (self)
885 - {
886 - if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
887 - else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
888 - /* dlclose (self); */
889 - }
890 - else
891 - puts (dlerror ());
892 -
893 - exit (status);
894 -}]
895 -EOF
896 - if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
897 - (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
898 - lt_status=$?
899 - case x$lt_status in
900 - x$lt_dlno_uscore) $1 ;;
901 - x$lt_dlneed_uscore) $2 ;;
902 - x$lt_dlunknown|x*) $3 ;;
903 - esac
904 - else :
905 - # compilation failed
906 - $3
907 - fi
908 -fi
909 -rm -fr conftest*
910 -])# _LT_AC_TRY_DLOPEN_SELF
911 -
912 -
913 -# AC_LIBTOOL_DLOPEN_SELF
914 -# ----------------------
915 -AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
916 -[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
917 -if test "x$enable_dlopen" != xyes; then
918 - enable_dlopen=unknown
919 - enable_dlopen_self=unknown
920 - enable_dlopen_self_static=unknown
921 -else
922 - lt_cv_dlopen=no
923 - lt_cv_dlopen_libs=
924 -
925 - case $host_os in
926 - beos*)
927 - lt_cv_dlopen="load_add_on"
928 - lt_cv_dlopen_libs=
929 - lt_cv_dlopen_self=yes
930 - ;;
931 -
932 - mingw* | pw32*)
933 - lt_cv_dlopen="LoadLibrary"
934 - lt_cv_dlopen_libs=
935 - ;;
936 -
937 - cygwin*)
938 - lt_cv_dlopen="dlopen"
939 - lt_cv_dlopen_libs=
940 - ;;
941 -
942 - darwin*)
943 - # if libdl is installed we need to link against it
944 - AC_CHECK_LIB([dl], [dlopen],
945 - [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
946 - lt_cv_dlopen="dyld"
947 - lt_cv_dlopen_libs=
948 - lt_cv_dlopen_self=yes
949 - ])
950 - ;;
951 -
952 - *)
953 - AC_CHECK_FUNC([shl_load],
954 - [lt_cv_dlopen="shl_load"],
955 - [AC_CHECK_LIB([dld], [shl_load],
956 - [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
957 - [AC_CHECK_FUNC([dlopen],
958 - [lt_cv_dlopen="dlopen"],
959 - [AC_CHECK_LIB([dl], [dlopen],
960 - [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
961 - [AC_CHECK_LIB([svld], [dlopen],
962 - [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
963 - [AC_CHECK_LIB([dld], [dld_link],
964 - [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
965 - ])
966 - ])
967 - ])
968 - ])
969 - ])
970 - ;;
971 - esac
972 -
973 - if test "x$lt_cv_dlopen" != xno; then
974 - enable_dlopen=yes
975 - else
976 - enable_dlopen=no
977 - fi
978 -
979 - case $lt_cv_dlopen in
980 - dlopen)
981 - save_CPPFLAGS="$CPPFLAGS"
982 - test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
983 -
984 - save_LDFLAGS="$LDFLAGS"
985 - wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
986 -
987 - save_LIBS="$LIBS"
988 - LIBS="$lt_cv_dlopen_libs $LIBS"
989 -
990 - AC_CACHE_CHECK([whether a program can dlopen itself],
991 - lt_cv_dlopen_self, [dnl
992 - _LT_AC_TRY_DLOPEN_SELF(
993 - lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
994 - lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
995 - ])
996 -
997 - if test "x$lt_cv_dlopen_self" = xyes; then
998 - wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
999 - AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
1000 - lt_cv_dlopen_self_static, [dnl
1001 - _LT_AC_TRY_DLOPEN_SELF(
1002 - lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
1003 - lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
1004 - ])
1005 - fi
1006 -
1007 - CPPFLAGS="$save_CPPFLAGS"
1008 - LDFLAGS="$save_LDFLAGS"
1009 - LIBS="$save_LIBS"
1010 - ;;
1011 - esac
1012 -
1013 - case $lt_cv_dlopen_self in
1014 - yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
1015 - *) enable_dlopen_self=unknown ;;
1016 - esac
1017 -
1018 - case $lt_cv_dlopen_self_static in
1019 - yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
1020 - *) enable_dlopen_self_static=unknown ;;
1021 - esac
1022 -fi
1023 -])# AC_LIBTOOL_DLOPEN_SELF
1024 -
1025 -
1026 -# AC_LIBTOOL_PROG_CC_C_O([TAGNAME])
1027 -# ---------------------------------
1028 -# Check to see if options -c and -o are simultaneously supported by compiler
1029 -AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O],
1030 -[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
1031 -AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
1032 - [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
1033 - [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
1034 - $rm -r conftest 2>/dev/null
1035 - mkdir conftest
1036 - cd conftest
1037 - mkdir out
1038 - printf "$lt_simple_compile_test_code" > conftest.$ac_ext
1039 -
1040 - lt_compiler_flag="-o out/conftest2.$ac_objext"
1041 - # Insert the option either (1) after the last *FLAGS variable, or
1042 - # (2) before a word containing "conftest.", or (3) at the end.
1043 - # Note that $ac_compile itself does not contain backslashes and begins
1044 - # with a dollar sign (not a hyphen), so the echo should work correctly.
1045 - lt_compile=`echo "$ac_compile" | $SED \
1046 - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1047 - -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1048 - -e 's:$: $lt_compiler_flag:'`
1049 - (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1050 - (eval "$lt_compile" 2>out/conftest.err)
1051 - ac_status=$?
1052 - cat out/conftest.err >&AS_MESSAGE_LOG_FD
1053 - echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1054 - if (exit $ac_status) && test -s out/conftest2.$ac_objext
1055 - then
1056 - # The compiler can only warn and ignore the option if not recognized
1057 - # So say no if there are warnings
1058 - $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
1059 - $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
1060 - if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
1061 - _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
1062 - fi
1063 - fi
1064 - chmod u+w . 2>&AS_MESSAGE_LOG_FD
1065 - $rm conftest*
1066 - # SGI C++ compiler will create directory out/ii_files/ for
1067 - # template instantiation
1068 - test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
1069 - $rm out/* && rmdir out
1070 - cd ..
1071 - rmdir conftest
1072 - $rm conftest*
1073 -])
1074 -])# AC_LIBTOOL_PROG_CC_C_O
1075 -
1076 -
1077 -# AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME])
1078 -# -----------------------------------------
1079 -# Check to see if we can do hard links to lock some files if needed
1080 -AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS],
1081 -[AC_REQUIRE([_LT_AC_LOCK])dnl
1082 -
1083 -hard_links="nottested"
1084 -if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
1085 - # do not overwrite the value of need_locks provided by the user
1086 - AC_MSG_CHECKING([if we can lock with hard links])
1087 - hard_links=yes
1088 - $rm conftest*
1089 - ln conftest.a conftest.b 2>/dev/null && hard_links=no
1090 - touch conftest.a
1091 - ln conftest.a conftest.b 2>&5 || hard_links=no
1092 - ln conftest.a conftest.b 2>/dev/null && hard_links=no
1093 - AC_MSG_RESULT([$hard_links])
1094 - if test "$hard_links" = no; then
1095 - AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
1096 - need_locks=warn
1097 - fi
1098 -else
1099 - need_locks=no
1100 -fi
1101 -])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS
1102 -
1103 -
1104 -# AC_LIBTOOL_OBJDIR
1105 -# -----------------
1106 -AC_DEFUN([AC_LIBTOOL_OBJDIR],
1107 -[AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
1108 -[rm -f .libs 2>/dev/null
1109 -mkdir .libs 2>/dev/null
1110 -if test -d .libs; then
1111 - lt_cv_objdir=.libs
1112 -else
1113 - # MS-DOS does not allow filenames that begin with a dot.
1114 - lt_cv_objdir=_libs
1115 -fi
1116 -rmdir .libs 2>/dev/null])
1117 -objdir=$lt_cv_objdir
1118 -])# AC_LIBTOOL_OBJDIR
1119 -
1120 -
1121 -# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME])
1122 -# ----------------------------------------------
1123 -# Check hardcoding attributes.
1124 -AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH],
1125 -[AC_MSG_CHECKING([how to hardcode library paths into programs])
1126 -_LT_AC_TAGVAR(hardcode_action, $1)=
1127 -if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
1128 - test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
1129 - test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
1130 -
1131 - # We can hardcode non-existant directories.
1132 - if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
1133 - # If the only mechanism to avoid hardcoding is shlibpath_var, we
1134 - # have to relink, otherwise we might link with an installed library
1135 - # when we should be linking with a yet-to-be-installed one
1136 - ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
1137 - test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
1138 - # Linking always hardcodes the temporary library directory.
1139 - _LT_AC_TAGVAR(hardcode_action, $1)=relink
1140 - else
1141 - # We can link without hardcoding, and we can hardcode nonexisting dirs.
1142 - _LT_AC_TAGVAR(hardcode_action, $1)=immediate
1143 - fi
1144 -else
1145 - # We cannot hardcode anything, or else we can only hardcode existing
1146 - # directories.
1147 - _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
1148 -fi
1149 -AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
1150 -
1151 -if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
1152 - # Fast installation is not supported
1153 - enable_fast_install=no
1154 -elif test "$shlibpath_overrides_runpath" = yes ||
1155 - test "$enable_shared" = no; then
1156 - # Fast installation is not necessary
1157 - enable_fast_install=needless
1158 -fi
1159 -])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH
1160 -
1161 -
1162 -# AC_LIBTOOL_SYS_LIB_STRIP
1163 -# ------------------------
1164 -AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP],
1165 -[striplib=
1166 -old_striplib=
1167 -AC_MSG_CHECKING([whether stripping libraries is possible])
1168 -if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1169 - test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1170 - test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1171 - AC_MSG_RESULT([yes])
1172 -else
1173 -# FIXME - insert some real tests, host_os isn't really good enough
1174 - case $host_os in
1175 - darwin*)
1176 - if test -n "$STRIP" ; then
1177 - striplib="$STRIP -x"
1178 - AC_MSG_RESULT([yes])
1179 - else
1180 - AC_MSG_RESULT([no])
1181 -fi
1182 - ;;
1183 - *)
1184 - AC_MSG_RESULT([no])
1185 - ;;
1186 - esac
1187 -fi
1188 -])# AC_LIBTOOL_SYS_LIB_STRIP
1189 -
1190 -
1191 -# AC_LIBTOOL_SYS_DYNAMIC_LINKER
1192 -# -----------------------------
1193 -# PORTME Fill in your ld.so characteristics
1194 -AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],
1195 -[AC_MSG_CHECKING([dynamic linker characteristics])
1196 -library_names_spec=
1197 -libname_spec='lib$name'
1198 -soname_spec=
1199 -shrext_cmds=".so"
1200 -postinstall_cmds=
1201 -postuninstall_cmds=
1202 -finish_cmds=
1203 -finish_eval=
1204 -shlibpath_var=
1205 -shlibpath_overrides_runpath=unknown
1206 -version_type=none
1207 -dynamic_linker="$host_os ld.so"
1208 -sys_lib_dlsearch_path_spec="/lib /usr/lib"
1209 -if test "$GCC" = yes; then
1210 - sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1211 - if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
1212 - # if the path contains ";" then we assume it to be the separator
1213 - # otherwise default to the standard path separator (i.e. ":") - it is
1214 - # assumed that no part of a normal pathname contains ";" but that should
1215 - # okay in the real world where ";" in dirpaths is itself problematic.
1216 - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1217 - else
1218 - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
1219 - fi
1220 -else
1221 - sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1222 -fi
1223 -need_lib_prefix=unknown
1224 -hardcode_into_libs=no
1225 -
1226 -# when you set need_version to no, make sure it does not cause -set_version
1227 -# flags to be left without arguments
1228 -need_version=unknown
1229 -
1230 -case $host_os in
1231 -aix3*)
1232 - version_type=linux
1233 - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1234 - shlibpath_var=LIBPATH
1235 -
1236 - # AIX 3 has no versioning support, so we append a major version to the name.
1237 - soname_spec='${libname}${release}${shared_ext}$major'
1238 - ;;
1239 -
1240 -aix4* | aix5*)
1241 - version_type=linux
1242 - need_lib_prefix=no
1243 - need_version=no
1244 - hardcode_into_libs=yes
1245 - if test "$host_cpu" = ia64; then
1246 - # AIX 5 supports IA64
1247 - library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1248 - shlibpath_var=LD_LIBRARY_PATH
1249 - else
1250 - # With GCC up to 2.95.x, collect2 would create an import file
1251 - # for dependence libraries. The import file would start with
1252 - # the line `#! .'. This would cause the generated library to
1253 - # depend on `.', always an invalid library. This was fixed in
1254 - # development snapshots of GCC prior to 3.0.
1255 - case $host_os in
1256 - aix4 | aix4.[[01]] | aix4.[[01]].*)
1257 - if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1258 - echo ' yes '
1259 - echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1260 - :
1261 - else
1262 - can_build_shared=no
1263 - fi
1264 - ;;
1265 - esac
1266 - # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1267 - # soname into executable. Probably we can add versioning support to
1268 - # collect2, so additional links can be useful in future.
1269 - if test "$aix_use_runtimelinking" = yes; then
1270 - # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1271 - # instead of lib<name>.a to let people know that these are not
1272 - # typical AIX shared libraries.
1273 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1274 - else
1275 - # We preserve .a as extension for shared libraries through AIX4.2
1276 - # and later when we are not doing run time linking.
1277 - library_names_spec='${libname}${release}.a $libname.a'
1278 - soname_spec='${libname}${release}${shared_ext}$major'
1279 - fi
1280 - shlibpath_var=LIBPATH
1281 - fi
1282 - ;;
1283 -
1284 -amigaos*)
1285 - library_names_spec='$libname.ixlibrary $libname.a'
1286 - # Create ${libname}_ixlibrary.a entries in /sys/libs.
1287 - 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'
1288 - ;;
1289 -
1290 -beos*)
1291 - library_names_spec='${libname}${shared_ext}'
1292 - dynamic_linker="$host_os ld.so"
1293 - shlibpath_var=LIBRARY_PATH
1294 - ;;
1295 -
1296 -bsdi[[45]]*)
1297 - version_type=linux
1298 - need_version=no
1299 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1300 - soname_spec='${libname}${release}${shared_ext}$major'
1301 - finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1302 - shlibpath_var=LD_LIBRARY_PATH
1303 - sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1304 - sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1305 - # the default ld.so.conf also contains /usr/contrib/lib and
1306 - # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1307 - # libtool to hard-code these into programs
1308 - ;;
1309 -
1310 -cygwin* | mingw* | pw32*)
1311 - version_type=windows
1312 - shrext_cmds=".dll"
1313 - need_version=no
1314 - need_lib_prefix=no
1315 -
1316 - case $GCC,$host_os in
1317 - yes,cygwin* | yes,mingw* | yes,pw32*)
1318 - library_names_spec='$libname.dll.a'
1319 - # DLL is installed to $(libdir)/../bin by postinstall_cmds
1320 - postinstall_cmds='base_file=`basename \${file}`~
1321 - dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1322 - dldir=$destdir/`dirname \$dlpath`~
1323 - test -d \$dldir || mkdir -p \$dldir~
1324 - $install_prog $dir/$dlname \$dldir/$dlname~
1325 - chmod a+x \$dldir/$dlname'
1326 - postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1327 - dlpath=$dir/\$dldll~
1328 - $rm \$dlpath'
1329 - shlibpath_overrides_runpath=yes
1330 -
1331 - case $host_os in
1332 - cygwin*)
1333 - # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1334 - soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1335 - sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1336 - ;;
1337 - mingw*)
1338 - # MinGW DLLs use traditional 'lib' prefix
1339 - soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1340 - sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1341 - if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1342 - # It is most probably a Windows format PATH printed by
1343 - # mingw gcc, but we are running on Cygwin. Gcc prints its search
1344 - # path with ; separators, and with drive letters. We can handle the
1345 - # drive letters (cygwin fileutils understands them), so leave them,
1346 - # especially as we might pass files found there to a mingw objdump,
1347 - # which wouldn't understand a cygwinified path. Ahh.
1348 - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1349 - else
1350 - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
1351 - fi
1352 - ;;
1353 - pw32*)
1354 - # pw32 DLLs use 'pw' prefix rather than 'lib'
1355 - library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1356 - ;;
1357 - esac
1358 - ;;
1359 -
1360 - *)
1361 - library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1362 - ;;
1363 - esac
1364 - dynamic_linker='Win32 ld.exe'
1365 - # FIXME: first we should search . and the directory the executable is in
1366 - shlibpath_var=PATH
1367 - ;;
1368 -
1369 -darwin* | rhapsody*)
1370 - dynamic_linker="$host_os dyld"
1371 - version_type=darwin
1372 - need_lib_prefix=no
1373 - need_version=no
1374 - library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1375 - soname_spec='${libname}${release}${major}$shared_ext'
1376 - shlibpath_overrides_runpath=yes
1377 - shlibpath_var=DYLD_LIBRARY_PATH
1378 - shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1379 - # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
1380 - if test "$GCC" = yes; then
1381 - sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
1382 - else
1383 - sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
1384 - fi
1385 - sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1386 - ;;
1387 -
1388 -dgux*)
1389 - version_type=linux
1390 - need_lib_prefix=no
1391 - need_version=no
1392 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1393 - soname_spec='${libname}${release}${shared_ext}$major'
1394 - shlibpath_var=LD_LIBRARY_PATH
1395 - ;;
1396 -
1397 -freebsd1*)
1398 - dynamic_linker=no
1399 - ;;
1400 -
1401 -kfreebsd*-gnu)
1402 - version_type=linux
1403 - need_lib_prefix=no
1404 - need_version=no
1405 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1406 - soname_spec='${libname}${release}${shared_ext}$major'
1407 - shlibpath_var=LD_LIBRARY_PATH
1408 - shlibpath_overrides_runpath=no
1409 - hardcode_into_libs=yes
1410 - dynamic_linker='GNU ld.so'
1411 - ;;
1412 -
1413 -freebsd* | dragonfly*)
1414 - # DragonFly does not have aout. When/if they implement a new
1415 - # versioning mechanism, adjust this.
1416 - if test -x /usr/bin/objformat; then
1417 - objformat=`/usr/bin/objformat`
1418 - else
1419 - case $host_os in
1420 - freebsd[[123]]*) objformat=aout ;;
1421 - *) objformat=elf ;;
1422 - esac
1423 - fi
1424 - version_type=freebsd-$objformat
1425 - case $version_type in
1426 - freebsd-elf*)
1427 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1428 - need_version=no
1429 - need_lib_prefix=no
1430 - ;;
1431 - freebsd-*)
1432 - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1433 - need_version=yes
1434 - ;;
1435 - esac
1436 - shlibpath_var=LD_LIBRARY_PATH
1437 - case $host_os in
1438 - freebsd2*)
1439 - shlibpath_overrides_runpath=yes
1440 - ;;
1441 - freebsd3.[[01]]* | freebsdelf3.[[01]]*)
1442 - shlibpath_overrides_runpath=yes
1443 - hardcode_into_libs=yes
1444 - ;;
1445 - freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
1446 - freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
1447 - shlibpath_overrides_runpath=no
1448 - hardcode_into_libs=yes
1449 - ;;
1450 - freebsd*) # from 4.6 on
1451 - shlibpath_overrides_runpath=yes
1452 - hardcode_into_libs=yes
1453 - ;;
1454 - esac
1455 - ;;
1456 -
1457 -gnu*)
1458 - version_type=linux
1459 - need_lib_prefix=no
1460 - need_version=no
1461 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1462 - soname_spec='${libname}${release}${shared_ext}$major'
1463 - shlibpath_var=LD_LIBRARY_PATH
1464 - hardcode_into_libs=yes
1465 - ;;
1466 -
1467 -hpux9* | hpux10* | hpux11*)
1468 - # Give a soname corresponding to the major version so that dld.sl refuses to
1469 - # link against other versions.
1470 - version_type=sunos
1471 - need_lib_prefix=no
1472 - need_version=no
1473 - case $host_cpu in
1474 - ia64*)
1475 - shrext_cmds='.so'
1476 - hardcode_into_libs=yes
1477 - dynamic_linker="$host_os dld.so"
1478 - shlibpath_var=LD_LIBRARY_PATH
1479 - shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1480 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1481 - soname_spec='${libname}${release}${shared_ext}$major'
1482 - if test "X$HPUX_IA64_MODE" = X32; then
1483 - sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1484 - else
1485 - sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1486 - fi
1487 - sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1488 - ;;
1489 - hppa*64*)
1490 - shrext_cmds='.sl'
1491 - hardcode_into_libs=yes
1492 - dynamic_linker="$host_os dld.sl"
1493 - shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1494 - shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1495 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1496 - soname_spec='${libname}${release}${shared_ext}$major'
1497 - sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1498 - sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1499 - ;;
1500 - *)
1501 - shrext_cmds='.sl'
1502 - dynamic_linker="$host_os dld.sl"
1503 - shlibpath_var=SHLIB_PATH
1504 - shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1505 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1506 - soname_spec='${libname}${release}${shared_ext}$major'
1507 - ;;
1508 - esac
1509 - # HP-UX runs *really* slowly unless shared libraries are mode 555.
1510 - postinstall_cmds='chmod 555 $lib'
1511 - ;;
1512 -
1513 -interix3*)
1514 - version_type=linux
1515 - need_lib_prefix=no
1516 - need_version=no
1517 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1518 - soname_spec='${libname}${release}${shared_ext}$major'
1519 - dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
1520 - shlibpath_var=LD_LIBRARY_PATH
1521 - shlibpath_overrides_runpath=no
1522 - hardcode_into_libs=yes
1523 - ;;
1524 -
1525 -irix5* | irix6* | nonstopux*)
1526 - case $host_os in
1527 - nonstopux*) version_type=nonstopux ;;
1528 - *)
1529 - if test "$lt_cv_prog_gnu_ld" = yes; then
1530 - version_type=linux
1531 - else
1532 - version_type=irix
1533 - fi ;;
1534 - esac
1535 - need_lib_prefix=no
1536 - need_version=no
1537 - soname_spec='${libname}${release}${shared_ext}$major'
1538 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1539 - case $host_os in
1540 - irix5* | nonstopux*)
1541 - libsuff= shlibsuff=
1542 - ;;
1543 - *)
1544 - case $LD in # libtool.m4 will add one of these switches to LD
1545 - *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1546 - libsuff= shlibsuff= libmagic=32-bit;;
1547 - *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1548 - libsuff=32 shlibsuff=N32 libmagic=N32;;
1549 - *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1550 - libsuff=64 shlibsuff=64 libmagic=64-bit;;
1551 - *) libsuff= shlibsuff= libmagic=never-match;;
1552 - esac
1553 - ;;
1554 - esac
1555 - shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1556 - shlibpath_overrides_runpath=no
1557 - sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1558 - sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1559 - hardcode_into_libs=yes
1560 - ;;
1561 -
1562 -# No shared lib support for Linux oldld, aout, or coff.
1563 -linux*oldld* | linux*aout* | linux*coff*)
1564 - dynamic_linker=no
1565 - ;;
1566 -
1567 -# This must be Linux ELF.
1568 -linux*)
1569 - version_type=linux
1570 - need_lib_prefix=no
1571 - need_version=no
1572 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1573 - soname_spec='${libname}${release}${shared_ext}$major'
1574 - finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1575 - shlibpath_var=LD_LIBRARY_PATH
1576 - shlibpath_overrides_runpath=no
1577 - # This implies no fast_install, which is unacceptable.
1578 - # Some rework will be needed to allow for fast_install
1579 - # before this can be enabled.
1580 - hardcode_into_libs=yes
1581 -
1582 - # Append ld.so.conf contents to the search path
1583 - if test -f /etc/ld.so.conf; then
1584 - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
1585 - sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1586 - fi
1587 -
1588 - # We used to test for /lib/ld.so.1 and disable shared libraries on
1589 - # powerpc, because MkLinux only supported shared libraries with the
1590 - # GNU dynamic linker. Since this was broken with cross compilers,
1591 - # most powerpc-linux boxes support dynamic linking these days and
1592 - # people can always --disable-shared, the test was removed, and we
1593 - # assume the GNU/Linux dynamic linker is in use.
1594 - dynamic_linker='GNU/Linux ld.so'
1595 - ;;
1596 -
1597 -knetbsd*-gnu)
1598 - version_type=linux
1599 - need_lib_prefix=no
1600 - need_version=no
1601 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1602 - soname_spec='${libname}${release}${shared_ext}$major'
1603 - shlibpath_var=LD_LIBRARY_PATH
1604 - shlibpath_overrides_runpath=no
1605 - hardcode_into_libs=yes
1606 - dynamic_linker='GNU ld.so'
1607 - ;;
1608 -
1609 -netbsd*)
1610 - version_type=sunos
1611 - need_lib_prefix=no
1612 - need_version=no
1613 - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1614 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1615 - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1616 - dynamic_linker='NetBSD (a.out) ld.so'
1617 - else
1618 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1619 - soname_spec='${libname}${release}${shared_ext}$major'
1620 - dynamic_linker='NetBSD ld.elf_so'
1621 - fi
1622 - shlibpath_var=LD_LIBRARY_PATH
1623 - shlibpath_overrides_runpath=yes
1624 - hardcode_into_libs=yes
1625 - ;;
1626 -
1627 -newsos6)
1628 - version_type=linux
1629 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1630 - shlibpath_var=LD_LIBRARY_PATH
1631 - shlibpath_overrides_runpath=yes
1632 - ;;
1633 -
1634 -nto-qnx*)
1635 - version_type=linux
1636 - need_lib_prefix=no
1637 - need_version=no
1638 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1639 - soname_spec='${libname}${release}${shared_ext}$major'
1640 - shlibpath_var=LD_LIBRARY_PATH
1641 - shlibpath_overrides_runpath=yes
1642 - ;;
1643 -
1644 -openbsd*)
1645 - version_type=sunos
1646 - sys_lib_dlsearch_path_spec="/usr/lib"
1647 - need_lib_prefix=no
1648 - # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
1649 - case $host_os in
1650 - openbsd3.3 | openbsd3.3.*) need_version=yes ;;
1651 - *) need_version=no ;;
1652 - esac
1653 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1654 - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1655 - shlibpath_var=LD_LIBRARY_PATH
1656 - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1657 - case $host_os in
1658 - openbsd2.[[89]] | openbsd2.[[89]].*)
1659 - shlibpath_overrides_runpath=no
1660 - ;;
1661 - *)
1662 - shlibpath_overrides_runpath=yes
1663 - ;;
1664 - esac
1665 - else
1666 - shlibpath_overrides_runpath=yes
1667 - fi
1668 - ;;
1669 -
1670 -os2*)
1671 - libname_spec='$name'
1672 - shrext_cmds=".dll"
1673 - need_lib_prefix=no
1674 - library_names_spec='$libname${shared_ext} $libname.a'
1675 - dynamic_linker='OS/2 ld.exe'
1676 - shlibpath_var=LIBPATH
1677 - ;;
1678 -
1679 -osf3* | osf4* | osf5*)
1680 - version_type=osf
1681 - need_lib_prefix=no
1682 - need_version=no
1683 - soname_spec='${libname}${release}${shared_ext}$major'
1684 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1685 - shlibpath_var=LD_LIBRARY_PATH
1686 - sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1687 - sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1688 - ;;
1689 -
1690 -solaris*)
1691 - version_type=linux
1692 - need_lib_prefix=no
1693 - need_version=no
1694 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1695 - soname_spec='${libname}${release}${shared_ext}$major'
1696 - shlibpath_var=LD_LIBRARY_PATH
1697 - shlibpath_overrides_runpath=yes
1698 - hardcode_into_libs=yes
1699 - # ldd complains unless libraries are executable
1700 - postinstall_cmds='chmod +x $lib'
1701 - ;;
1702 -
1703 -sunos4*)
1704 - version_type=sunos
1705 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1706 - finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1707 - shlibpath_var=LD_LIBRARY_PATH
1708 - shlibpath_overrides_runpath=yes
1709 - if test "$with_gnu_ld" = yes; then
1710 - need_lib_prefix=no
1711 - fi
1712 - need_version=yes
1713 - ;;
1714 -
1715 -sysv4 | sysv4.3*)
1716 - version_type=linux
1717 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1718 - soname_spec='${libname}${release}${shared_ext}$major'
1719 - shlibpath_var=LD_LIBRARY_PATH
1720 - case $host_vendor in
1721 - sni)
1722 - shlibpath_overrides_runpath=no
1723 - need_lib_prefix=no
1724 - export_dynamic_flag_spec='${wl}-Blargedynsym'
1725 - runpath_var=LD_RUN_PATH
1726 - ;;
1727 - siemens)
1728 - need_lib_prefix=no
1729 - ;;
1730 - motorola)
1731 - need_lib_prefix=no
1732 - need_version=no
1733 - shlibpath_overrides_runpath=no
1734 - sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1735 - ;;
1736 - esac
1737 - ;;
1738 -
1739 -sysv4*MP*)
1740 - if test -d /usr/nec ;then
1741 - version_type=linux
1742 - library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1743 - soname_spec='$libname${shared_ext}.$major'
1744 - shlibpath_var=LD_LIBRARY_PATH
1745 - fi
1746 - ;;
1747 -
1748 -sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
1749 - version_type=freebsd-elf
1750 - need_lib_prefix=no
1751 - need_version=no
1752 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1753 - soname_spec='${libname}${release}${shared_ext}$major'
1754 - shlibpath_var=LD_LIBRARY_PATH
1755 - hardcode_into_libs=yes
1756 - if test "$with_gnu_ld" = yes; then
1757 - sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
1758 - shlibpath_overrides_runpath=no
1759 - else
1760 - sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
1761 - shlibpath_overrides_runpath=yes
1762 - case $host_os in
1763 - sco3.2v5*)
1764 - sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
1765 - ;;
1766 - esac
1767 - fi
1768 - sys_lib_dlsearch_path_spec='/usr/lib'
1769 - ;;
1770 -
1771 -uts4*)
1772 - version_type=linux
1773 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1774 - soname_spec='${libname}${release}${shared_ext}$major'
1775 - shlibpath_var=LD_LIBRARY_PATH
1776 - ;;
1777 -
1778 -*)
1779 - dynamic_linker=no
1780 - ;;
1781 -esac
1782 -AC_MSG_RESULT([$dynamic_linker])
1783 -test "$dynamic_linker" = no && can_build_shared=no
1784 -
1785 -variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1786 -if test "$GCC" = yes; then
1787 - variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1788 -fi
1789 -])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
1790 -
1791 -
1792 -# _LT_AC_TAGCONFIG
1793 -# ----------------
1794 -AC_DEFUN([_LT_AC_TAGCONFIG],
1795 -[AC_ARG_WITH([tags],
1796 - [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1797 - [include additional configurations @<:@automatic@:>@])],
1798 - [tagnames="$withval"])
1799 -
1800 -if test -f "$ltmain" && test -n "$tagnames"; then
1801 - if test ! -f "${ofile}"; then
1802 - AC_MSG_WARN([output file `$ofile' does not exist])
1803 - fi
1804 -
1805 - if test -z "$LTCC"; then
1806 - eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1807 - if test -z "$LTCC"; then
1808 - AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1809 - else
1810 - AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1811 - fi
1812 - fi
1813 - if test -z "$LTCFLAGS"; then
1814 - eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
1815 - fi
1816 -
1817 - # Extract list of available tagged configurations in $ofile.
1818 - # Note that this assumes the entire list is on one line.
1819 - available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1820 -
1821 - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1822 - for tagname in $tagnames; do
1823 - IFS="$lt_save_ifs"
1824 - # Check whether tagname contains only valid characters
1825 - case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1826 - "") ;;
1827 - *) AC_MSG_ERROR([invalid tag name: $tagname])
1828 - ;;
1829 - esac
1830 -
1831 - if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1832 - then
1833 - AC_MSG_ERROR([tag name \"$tagname\" already exists])
1834 - fi
1835 -
1836 - # Update the list of available tags.
1837 - if test -n "$tagname"; then
1838 - echo appending configuration tag \"$tagname\" to $ofile
1839 -
1840 - case $tagname in
1841 - CXX)
1842 - if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
1843 - ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
1844 - (test "X$CXX" != "Xg++"))) ; then
1845 - AC_LIBTOOL_LANG_CXX_CONFIG
1846 - else
1847 - tagname=""
1848 - fi
1849 - ;;
1850 -
1851 - F77)
1852 - if test -n "$F77" && test "X$F77" != "Xno"; then
1853 - AC_LIBTOOL_LANG_F77_CONFIG
1854 - else
1855 - tagname=""
1856 - fi
1857 - ;;
1858 -
1859 - GCJ)
1860 - if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1861 - AC_LIBTOOL_LANG_GCJ_CONFIG
1862 - else
1863 - tagname=""
1864 - fi
1865 - ;;
1866 -
1867 - RC)
1868 - AC_LIBTOOL_LANG_RC_CONFIG
1869 - ;;
1870 -
1871 - *)
1872 - AC_MSG_ERROR([Unsupported tag name: $tagname])
1873 - ;;
1874 - esac
1875 -
1876 - # Append the new tag name to the list of available tags.
1877 - if test -n "$tagname" ; then
1878 - available_tags="$available_tags $tagname"
1879 - fi
1880 - fi
1881 - done
1882 - IFS="$lt_save_ifs"
1883 -
1884 - # Now substitute the updated list of available tags.
1885 - if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1886 - mv "${ofile}T" "$ofile"
1887 - chmod +x "$ofile"
1888 - else
1889 - rm -f "${ofile}T"
1890 - AC_MSG_ERROR([unable to update list of available tagged configurations.])
1891 - fi
1892 -fi
1893 -])# _LT_AC_TAGCONFIG
1894 -
1895 -
1896 -# AC_LIBTOOL_DLOPEN
1897 -# -----------------
1898 -# enable checks for dlopen support
1899 -AC_DEFUN([AC_LIBTOOL_DLOPEN],
1900 - [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1901 -])# AC_LIBTOOL_DLOPEN
1902 -
1903 -
1904 -# AC_LIBTOOL_WIN32_DLL
1905 -# --------------------
1906 -# declare package support for building win32 DLLs
1907 -AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
1908 -[AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1909 -])# AC_LIBTOOL_WIN32_DLL
1910 -
1911 -
1912 -# AC_ENABLE_SHARED([DEFAULT])
1913 -# ---------------------------
1914 -# implement the --enable-shared flag
1915 -# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
1916 -AC_DEFUN([AC_ENABLE_SHARED],
1917 -[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1918 -AC_ARG_ENABLE([shared],
1919 - [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1920 - [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1921 - [p=${PACKAGE-default}
1922 - case $enableval in
1923 - yes) enable_shared=yes ;;
1924 - no) enable_shared=no ;;
1925 - *)
1926 - enable_shared=no
1927 - # Look at the argument we got. We use all the common list separators.
1928 - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1929 - for pkg in $enableval; do
1930 - IFS="$lt_save_ifs"
1931 - if test "X$pkg" = "X$p"; then
1932 - enable_shared=yes
1933 - fi
1934 - done
1935 - IFS="$lt_save_ifs"
1936 - ;;
1937 - esac],
1938 - [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1939 -])# AC_ENABLE_SHARED
1940 -
1941 -
1942 -# AC_DISABLE_SHARED
1943 -# -----------------
1944 -# set the default shared flag to --disable-shared
1945 -AC_DEFUN([AC_DISABLE_SHARED],
1946 -[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1947 -AC_ENABLE_SHARED(no)
1948 -])# AC_DISABLE_SHARED
1949 -
1950 -
1951 -# AC_ENABLE_STATIC([DEFAULT])
1952 -# ---------------------------
1953 -# implement the --enable-static flag
1954 -# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
1955 -AC_DEFUN([AC_ENABLE_STATIC],
1956 -[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1957 -AC_ARG_ENABLE([static],
1958 - [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1959 - [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1960 - [p=${PACKAGE-default}
1961 - case $enableval in
1962 - yes) enable_static=yes ;;
1963 - no) enable_static=no ;;
1964 - *)
1965 - enable_static=no
1966 - # Look at the argument we got. We use all the common list separators.
1967 - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1968 - for pkg in $enableval; do
1969 - IFS="$lt_save_ifs"
1970 - if test "X$pkg" = "X$p"; then
1971 - enable_static=yes
1972 - fi
1973 - done
1974 - IFS="$lt_save_ifs"
1975 - ;;
1976 - esac],
1977 - [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1978 -])# AC_ENABLE_STATIC
1979 -
1980 -
1981 -# AC_DISABLE_STATIC
1982 -# -----------------
1983 -# set the default static flag to --disable-static
1984 -AC_DEFUN([AC_DISABLE_STATIC],
1985 -[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1986 -AC_ENABLE_STATIC(no)
1987 -])# AC_DISABLE_STATIC
1988 -
1989 -
1990 -# AC_ENABLE_FAST_INSTALL([DEFAULT])
1991 -# ---------------------------------
1992 -# implement the --enable-fast-install flag
1993 -# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
1994 -AC_DEFUN([AC_ENABLE_FAST_INSTALL],
1995 -[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1996 -AC_ARG_ENABLE([fast-install],
1997 - [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1998 - [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1999 - [p=${PACKAGE-default}
2000 - case $enableval in
2001 - yes) enable_fast_install=yes ;;
2002 - no) enable_fast_install=no ;;
2003 - *)
2004 - enable_fast_install=no
2005 - # Look at the argument we got. We use all the common list separators.
2006 - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
2007 - for pkg in $enableval; do
2008 - IFS="$lt_save_ifs"
2009 - if test "X$pkg" = "X$p"; then
2010 - enable_fast_install=yes
2011 - fi
2012 - done
2013 - IFS="$lt_save_ifs"
2014 - ;;
2015 - esac],
2016 - [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
2017 -])# AC_ENABLE_FAST_INSTALL
2018 -
2019 -
2020 -# AC_DISABLE_FAST_INSTALL
2021 -# -----------------------
2022 -# set the default to --disable-fast-install
2023 -AC_DEFUN([AC_DISABLE_FAST_INSTALL],
2024 -[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2025 -AC_ENABLE_FAST_INSTALL(no)
2026 -])# AC_DISABLE_FAST_INSTALL
2027 -
2028 -
2029 -# AC_LIBTOOL_PICMODE([MODE])
2030 -# --------------------------
2031 -# implement the --with-pic flag
2032 -# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
2033 -AC_DEFUN([AC_LIBTOOL_PICMODE],
2034 -[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2035 -pic_mode=ifelse($#,1,$1,default)
2036 -])# AC_LIBTOOL_PICMODE
2037 -
2038 -
2039 -# AC_PROG_EGREP
2040 -# -------------
2041 -# This is predefined starting with Autoconf 2.54, so this conditional
2042 -# definition can be removed once we require Autoconf 2.54 or later.
2043 -m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP],
2044 -[AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep],
2045 - [if echo a | (grep -E '(a|b)') >/dev/null 2>&1
2046 - then ac_cv_prog_egrep='grep -E'
2047 - else ac_cv_prog_egrep='egrep'
2048 - fi])
2049 - EGREP=$ac_cv_prog_egrep
2050 - AC_SUBST([EGREP])
2051 -])])
2052 -
2053 -
2054 -# AC_PATH_TOOL_PREFIX
2055 -# -------------------
2056 -# find a file program which can recognise shared library
2057 -AC_DEFUN([AC_PATH_TOOL_PREFIX],
2058 -[AC_REQUIRE([AC_PROG_EGREP])dnl
2059 -AC_MSG_CHECKING([for $1])
2060 -AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
2061 -[case $MAGIC_CMD in
2062 -[[\\/*] | ?:[\\/]*])
2063 - lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
2064 - ;;
2065 -*)
2066 - lt_save_MAGIC_CMD="$MAGIC_CMD"
2067 - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2068 -dnl $ac_dummy forces splitting on constant user-supplied paths.
2069 -dnl POSIX.2 word splitting is done only on the output of word expansions,
2070 -dnl not every word. This closes a longstanding sh security hole.
2071 - ac_dummy="ifelse([$2], , $PATH, [$2])"
2072 - for ac_dir in $ac_dummy; do
2073 - IFS="$lt_save_ifs"
2074 - test -z "$ac_dir" && ac_dir=.
2075 - if test -f $ac_dir/$1; then
2076 - lt_cv_path_MAGIC_CMD="$ac_dir/$1"
2077 - if test -n "$file_magic_test_file"; then
2078 - case $deplibs_check_method in
2079 - "file_magic "*)
2080 - file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
2081 - MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2082 - if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
2083 - $EGREP "$file_magic_regex" > /dev/null; then
2084 - :
2085 - else
2086 - cat <<EOF 1>&2
2087 -
2088 -*** Warning: the command libtool uses to detect shared libraries,
2089 -*** $file_magic_cmd, produces output that libtool cannot recognize.
2090 -*** The result is that libtool may fail to recognize shared libraries
2091 -*** as such. This will affect the creation of libtool libraries that
2092 -*** depend on shared libraries, but programs linked with such libtool
2093 -*** libraries will work regardless of this problem. Nevertheless, you
2094 -*** may want to report the problem to your system manager and/or to
2095 -*** bug-libtool@gnu.org
2096 -
2097 -EOF
2098 - fi ;;
2099 - esac
2100 - fi
2101 - break
2102 - fi
2103 - done
2104 - IFS="$lt_save_ifs"
2105 - MAGIC_CMD="$lt_save_MAGIC_CMD"
2106 - ;;
2107 -esac])
2108 -MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
2109 -if test -n "$MAGIC_CMD"; then
2110 - AC_MSG_RESULT($MAGIC_CMD)
2111 -else
2112 - AC_MSG_RESULT(no)
2113 -fi
2114 -])# AC_PATH_TOOL_PREFIX
2115 -
2116 -
2117 -# AC_PATH_MAGIC
2118 -# -------------
2119 -# find a file program which can recognise a shared library
2120 -AC_DEFUN([AC_PATH_MAGIC],
2121 -[AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
2122 -if test -z "$lt_cv_path_MAGIC_CMD"; then
2123 - if test -n "$ac_tool_prefix"; then
2124 - AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
2125 - else
2126 - MAGIC_CMD=:
2127 - fi
2128 -fi
2129 -])# AC_PATH_MAGIC
2130 -
2131 -
2132 -# AC_PROG_LD
2133 -# ----------
2134 -# find the pathname to the GNU or non-GNU linker
2135 -AC_DEFUN([AC_PROG_LD],
2136 -[AC_ARG_WITH([gnu-ld],
2137 - [AC_HELP_STRING([--with-gnu-ld],
2138 - [assume the C compiler uses GNU ld @<:@default=no@:>@])],
2139 - [test "$withval" = no || with_gnu_ld=yes],
2140 - [with_gnu_ld=no])
2141 -AC_REQUIRE([LT_AC_PROG_SED])dnl
2142 -AC_REQUIRE([AC_PROG_CC])dnl
2143 -AC_REQUIRE([AC_CANONICAL_HOST])dnl
2144 -AC_REQUIRE([AC_CANONICAL_BUILD])dnl
2145 -ac_prog=ld
2146 -if test "$GCC" = yes; then
2147 - # Check if gcc -print-prog-name=ld gives a path.
2148 - AC_MSG_CHECKING([for ld used by $CC])
2149 - case $host in
2150 - *-*-mingw*)
2151 - # gcc leaves a trailing carriage return which upsets mingw
2152 - ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2153 - *)
2154 - ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
2155 - esac
2156 - case $ac_prog in
2157 - # Accept absolute paths.
2158 - [[\\/]]* | ?:[[\\/]]*)
2159 - re_direlt='/[[^/]][[^/]]*/\.\./'
2160 - # Canonicalize the pathname of ld
2161 - ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
2162 - while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
2163 - ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
2164 - done
2165 - test -z "$LD" && LD="$ac_prog"
2166 - ;;
2167 - "")
2168 - # If it fails, then pretend we aren't using GCC.
2169 - ac_prog=ld
2170 - ;;
2171 - *)
2172 - # If it is relative, then search for the first ld in PATH.
2173 - with_gnu_ld=unknown
2174 - ;;
2175 - esac
2176 -elif test "$with_gnu_ld" = yes; then
2177 - AC_MSG_CHECKING([for GNU ld])
2178 -else
2179 - AC_MSG_CHECKING([for non-GNU ld])
2180 -fi
2181 -AC_CACHE_VAL(lt_cv_path_LD,
2182 -[if test -z "$LD"; then
2183 - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2184 - for ac_dir in $PATH; do
2185 - IFS="$lt_save_ifs"
2186 - test -z "$ac_dir" && ac_dir=.
2187 - if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
2188 - lt_cv_path_LD="$ac_dir/$ac_prog"
2189 - # Check to see if the program is GNU ld. I'd rather use --version,
2190 - # but apparently some variants of GNU ld only accept -v.
2191 - # Break only if it was the GNU/non-GNU ld that we prefer.
2192 - case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
2193 - *GNU* | *'with BFD'*)
2194 - test "$with_gnu_ld" != no && break
2195 - ;;
2196 - *)
2197 - test "$with_gnu_ld" != yes && break
2198 - ;;
2199 - esac
2200 - fi
2201 - done
2202 - IFS="$lt_save_ifs"
2203 -else
2204 - lt_cv_path_LD="$LD" # Let the user override the test with a path.
2205 -fi])
2206 -LD="$lt_cv_path_LD"
2207 -if test -n "$LD"; then
2208 - AC_MSG_RESULT($LD)
2209 -else
2210 - AC_MSG_RESULT(no)
2211 -fi
2212 -test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2213 -AC_PROG_LD_GNU
2214 -])# AC_PROG_LD
2215 -
2216 -
2217 -# AC_PROG_LD_GNU
2218 -# --------------
2219 -AC_DEFUN([AC_PROG_LD_GNU],
2220 -[AC_REQUIRE([AC_PROG_EGREP])dnl
2221 -AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
2222 -[# I'd rather use --version here, but apparently some GNU lds only accept -v.
2223 -case `$LD -v 2>&1 </dev/null` in
2224 -*GNU* | *'with BFD'*)
2225 - lt_cv_prog_gnu_ld=yes
2226 - ;;
2227 -*)
2228 - lt_cv_prog_gnu_ld=no
2229 - ;;
2230 -esac])
2231 -with_gnu_ld=$lt_cv_prog_gnu_ld
2232 -])# AC_PROG_LD_GNU
2233 -
2234 -
2235 -# AC_PROG_LD_RELOAD_FLAG
2236 -# ----------------------
2237 -# find reload flag for linker
2238 -# -- PORTME Some linkers may need a different reload flag.
2239 -AC_DEFUN([AC_PROG_LD_RELOAD_FLAG],
2240 -[AC_CACHE_CHECK([for $LD option to reload object files],
2241 - lt_cv_ld_reload_flag,
2242 - [lt_cv_ld_reload_flag='-r'])
2243 -reload_flag=$lt_cv_ld_reload_flag
2244 -case $reload_flag in
2245 -"" | " "*) ;;
2246 -*) reload_flag=" $reload_flag" ;;
2247 -esac
2248 -reload_cmds='$LD$reload_flag -o $output$reload_objs'
2249 -case $host_os in
2250 - darwin*)
2251 - if test "$GCC" = yes; then
2252 - reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
2253 - else
2254 - reload_cmds='$LD$reload_flag -o $output$reload_objs'
2255 - fi
2256 - ;;
2257 -esac
2258 -])# AC_PROG_LD_RELOAD_FLAG
2259 -
2260 -
2261 -# AC_DEPLIBS_CHECK_METHOD
2262 -# -----------------------
2263 -# how to check for library dependencies
2264 -# -- PORTME fill in with the dynamic library characteristics
2265 -AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
2266 -[AC_CACHE_CHECK([how to recognise dependent libraries],
2267 -lt_cv_deplibs_check_method,
2268 -[lt_cv_file_magic_cmd='$MAGIC_CMD'
2269 -lt_cv_file_magic_test_file=
2270 -lt_cv_deplibs_check_method='unknown'
2271 -# Need to set the preceding variable on all platforms that support
2272 -# interlibrary dependencies.
2273 -# 'none' -- dependencies not supported.
2274 -# `unknown' -- same as none, but documents that we really don't know.
2275 -# 'pass_all' -- all dependencies passed with no checks.
2276 -# 'test_compile' -- check by making test program.
2277 -# 'file_magic [[regex]]' -- check by looking for files in library path
2278 -# which responds to the $file_magic_cmd with a given extended regex.
2279 -# If you have `file' or equivalent on your system and you're not sure
2280 -# whether `pass_all' will *always* work, you probably want this one.
2281 -
2282 -case $host_os in
2283 -aix4* | aix5*)
2284 - lt_cv_deplibs_check_method=pass_all
2285 - ;;
2286 -
2287 -beos*)
2288 - lt_cv_deplibs_check_method=pass_all
2289 - ;;
2290 -
2291 -bsdi[[45]]*)
2292 - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
2293 - lt_cv_file_magic_cmd='/usr/bin/file -L'
2294 - lt_cv_file_magic_test_file=/shlib/libc.so
2295 - ;;
2296 -
2297 -cygwin*)
2298 - # func_win32_libid is a shell function defined in ltmain.sh
2299 - lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2300 - lt_cv_file_magic_cmd='func_win32_libid'
2301 - ;;
2302 -
2303 -mingw* | pw32*)
2304 - # Base MSYS/MinGW do not provide the 'file' command needed by
2305 - # func_win32_libid shell function, so use a weaker test based on 'objdump'.
2306 - lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
2307 - lt_cv_file_magic_cmd='$OBJDUMP -f'
2308 - ;;
2309 -
2310 -darwin* | rhapsody*)
2311 - lt_cv_deplibs_check_method=pass_all
2312 - ;;
2313 -
2314 -freebsd* | kfreebsd*-gnu | dragonfly*)
2315 - if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2316 - case $host_cpu in
2317 - i*86 )
2318 - # Not sure whether the presence of OpenBSD here was a mistake.
2319 - # Let's accept both of them until this is cleared up.
2320 - lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
2321 - lt_cv_file_magic_cmd=/usr/bin/file
2322 - lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2323 - ;;
2324 - esac
2325 - else
2326 - lt_cv_deplibs_check_method=pass_all
2327 - fi
2328 - ;;
2329 -
2330 -gnu*)
2331 - lt_cv_deplibs_check_method=pass_all
2332 - ;;
2333 -
2334 -hpux10.20* | hpux11*)
2335 - lt_cv_file_magic_cmd=/usr/bin/file
2336 - case $host_cpu in
2337 - ia64*)
2338 - lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
2339 - lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2340 - ;;
2341 - hppa*64*)
2342 - [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
2343 - lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
2344 - ;;
2345 - *)
2346 - lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
2347 - lt_cv_file_magic_test_file=/usr/lib/libc.sl
2348 - ;;
2349 - esac
2350 - ;;
2351 -
2352 -interix3*)
2353 - # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
2354 - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
2355 - ;;
2356 -
2357 -irix5* | irix6* | nonstopux*)
2358 - case $LD in
2359 - *-32|*"-32 ") libmagic=32-bit;;
2360 - *-n32|*"-n32 ") libmagic=N32;;
2361 - *-64|*"-64 ") libmagic=64-bit;;
2362 - *) libmagic=never-match;;
2363 - esac
2364 - lt_cv_deplibs_check_method=pass_all
2365 - ;;
2366 -
2367 -# This must be Linux ELF.
2368 -linux*)
2369 - lt_cv_deplibs_check_method=pass_all
2370 - ;;
2371 -
2372 -netbsd*)
2373 - if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2374 - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2375 - else
2376 - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2377 - fi
2378 - ;;
2379 -
2380 -newos6*)
2381 - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
2382 - lt_cv_file_magic_cmd=/usr/bin/file
2383 - lt_cv_file_magic_test_file=/usr/lib/libnls.so
2384 - ;;
2385 -
2386 -nto-qnx*)
2387 - lt_cv_deplibs_check_method=unknown
2388 - ;;
2389 -
2390 -openbsd*)
2391 - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2392 - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
2393 - else
2394 - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2395 - fi
2396 - ;;
2397 -
2398 -osf3* | osf4* | osf5*)
2399 - lt_cv_deplibs_check_method=pass_all
2400 - ;;
2401 -
2402 -solaris*)
2403 - lt_cv_deplibs_check_method=pass_all
2404 - ;;
2405 -
2406 -sysv4 | sysv4.3*)
2407 - case $host_vendor in
2408 - motorola)
2409 - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
2410 - lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2411 - ;;
2412 - ncr)
2413 - lt_cv_deplibs_check_method=pass_all
2414 - ;;
2415 - sequent)
2416 - lt_cv_file_magic_cmd='/bin/file'
2417 - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2418 - ;;
2419 - sni)
2420 - lt_cv_file_magic_cmd='/bin/file'
2421 - lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2422 - lt_cv_file_magic_test_file=/lib/libc.so
2423 - ;;
2424 - siemens)
2425 - lt_cv_deplibs_check_method=pass_all
2426 - ;;
2427 - pc)
2428 - lt_cv_deplibs_check_method=pass_all
2429 - ;;
2430 - esac
2431 - ;;
2432 -
2433 -sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
2434 - lt_cv_deplibs_check_method=pass_all
2435 - ;;
2436 -esac
2437 -])
2438 -file_magic_cmd=$lt_cv_file_magic_cmd
2439 -deplibs_check_method=$lt_cv_deplibs_check_method
2440 -test -z "$deplibs_check_method" && deplibs_check_method=unknown
2441 -])# AC_DEPLIBS_CHECK_METHOD
2442 -
2443 -
2444 -# AC_PROG_NM
2445 -# ----------
2446 -# find the pathname to a BSD-compatible name lister
2447 -AC_DEFUN([AC_PROG_NM],
2448 -[AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2449 -[if test -n "$NM"; then
2450 - # Let the user override the test.
2451 - lt_cv_path_NM="$NM"
2452 -else
2453 - lt_nm_to_check="${ac_tool_prefix}nm"
2454 - if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
2455 - lt_nm_to_check="$lt_nm_to_check nm"
2456 - fi
2457 - for lt_tmp_nm in $lt_nm_to_check; do
2458 - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2459 - for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
2460 - IFS="$lt_save_ifs"
2461 - test -z "$ac_dir" && ac_dir=.
2462 - tmp_nm="$ac_dir/$lt_tmp_nm"
2463 - if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2464 - # Check to see if the nm accepts a BSD-compat flag.
2465 - # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2466 - # nm: unknown option "B" ignored
2467 - # Tru64's nm complains that /dev/null is an invalid object file
2468 - case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2469 - */dev/null* | *'Invalid file or object type'*)
2470 - lt_cv_path_NM="$tmp_nm -B"
2471 - break
2472 - ;;
2473 - *)
2474 - case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2475 - */dev/null*)
2476 - lt_cv_path_NM="$tmp_nm -p"
2477 - break
2478 - ;;
2479 - *)
2480 - lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2481 - continue # so that we can try to find one that supports BSD flags
2482 - ;;
2483 - esac
2484 - ;;
2485 - esac
2486 - fi
2487 - done
2488 - IFS="$lt_save_ifs"
2489 - done
2490 - test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2491 -fi])
2492 -NM="$lt_cv_path_NM"
2493 -])# AC_PROG_NM
2494 -
2495 -
2496 -# AC_CHECK_LIBM
2497 -# -------------
2498 -# check for math library
2499 -AC_DEFUN([AC_CHECK_LIBM],
2500 -[AC_REQUIRE([AC_CANONICAL_HOST])dnl
2501 -LIBM=
2502 -case $host in
2503 -*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2504 - # These system don't have libm, or don't need it
2505 - ;;
2506 -*-ncr-sysv4.3*)
2507 - AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2508 - AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2509 - ;;
2510 -*)
2511 - AC_CHECK_LIB(m, cos, LIBM="-lm")
2512 - ;;
2513 -esac
2514 -])# AC_CHECK_LIBM
2515 -
2516 -
2517 -# AC_LIBLTDL_CONVENIENCE([DIRECTORY])
2518 -# -----------------------------------
2519 -# sets LIBLTDL to the link flags for the libltdl convenience library and
2520 -# LTDLINCL to the include flags for the libltdl header and adds
2521 -# --enable-ltdl-convenience to the configure arguments. Note that
2522 -# AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided,
2523 -# it is assumed to be `libltdl'. LIBLTDL will be prefixed with
2524 -# '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/'
2525 -# (note the single quotes!). If your package is not flat and you're not
2526 -# using automake, define top_builddir and top_srcdir appropriately in
2527 -# the Makefiles.
2528 -AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
2529 -[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2530 - case $enable_ltdl_convenience in
2531 - no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2532 - "") enable_ltdl_convenience=yes
2533 - ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2534 - esac
2535 - LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2536 - LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2537 - # For backwards non-gettext consistent compatibility...
2538 - INCLTDL="$LTDLINCL"
2539 -])# AC_LIBLTDL_CONVENIENCE
2540 -
2541 -
2542 -# AC_LIBLTDL_INSTALLABLE([DIRECTORY])
2543 -# -----------------------------------
2544 -# sets LIBLTDL to the link flags for the libltdl installable library and
2545 -# LTDLINCL to the include flags for the libltdl header and adds
2546 -# --enable-ltdl-install to the configure arguments. Note that
2547 -# AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided,
2548 -# and an installed libltdl is not found, it is assumed to be `libltdl'.
2549 -# LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with
2550 -# '${top_srcdir}/' (note the single quotes!). If your package is not
2551 -# flat and you're not using automake, define top_builddir and top_srcdir
2552 -# appropriately in the Makefiles.
2553 -# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
2554 -AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
2555 -[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2556 - AC_CHECK_LIB(ltdl, lt_dlinit,
2557 - [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2558 - [if test x"$enable_ltdl_install" = xno; then
2559 - AC_MSG_WARN([libltdl not installed, but installation disabled])
2560 - else
2561 - enable_ltdl_install=yes
2562 - fi
2563 - ])
2564 - if test x"$enable_ltdl_install" = x"yes"; then
2565 - ac_configure_args="$ac_configure_args --enable-ltdl-install"
2566 - LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2567 - LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2568 - else
2569 - ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2570 - LIBLTDL="-lltdl"
2571 - LTDLINCL=
2572 - fi
2573 - # For backwards non-gettext consistent compatibility...
2574 - INCLTDL="$LTDLINCL"
2575 -])# AC_LIBLTDL_INSTALLABLE
2576 -
2577 -
2578 -# AC_LIBTOOL_CXX
2579 -# --------------
2580 -# enable support for C++ libraries
2581 -AC_DEFUN([AC_LIBTOOL_CXX],
2582 -[AC_REQUIRE([_LT_AC_LANG_CXX])
2583 -])# AC_LIBTOOL_CXX
2584 -
2585 -
2586 -# _LT_AC_LANG_CXX
2587 -# ---------------
2588 -AC_DEFUN([_LT_AC_LANG_CXX],
2589 -[AC_REQUIRE([AC_PROG_CXX])
2590 -AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2591 -_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
2592 -])# _LT_AC_LANG_CXX
2593 -
2594 -# _LT_AC_PROG_CXXCPP
2595 -# ------------------
2596 -AC_DEFUN([_LT_AC_PROG_CXXCPP],
2597 -[
2598 -AC_REQUIRE([AC_PROG_CXX])
2599 -if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
2600 - ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
2601 - (test "X$CXX" != "Xg++"))) ; then
2602 - AC_PROG_CXXCPP
2603 -fi
2604 -])# _LT_AC_PROG_CXXCPP
2605 -
2606 -# AC_LIBTOOL_F77
2607 -# --------------
2608 -# enable support for Fortran 77 libraries
2609 -AC_DEFUN([AC_LIBTOOL_F77],
2610 -[AC_REQUIRE([_LT_AC_LANG_F77])
2611 -])# AC_LIBTOOL_F77
2612 -
2613 -
2614 -# _LT_AC_LANG_F77
2615 -# ---------------
2616 -AC_DEFUN([_LT_AC_LANG_F77],
2617 -[AC_REQUIRE([AC_PROG_F77])
2618 -_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
2619 -])# _LT_AC_LANG_F77
2620 -
2621 -
2622 -# AC_LIBTOOL_GCJ
2623 -# --------------
2624 -# enable support for GCJ libraries
2625 -AC_DEFUN([AC_LIBTOOL_GCJ],
2626 -[AC_REQUIRE([_LT_AC_LANG_GCJ])
2627 -])# AC_LIBTOOL_GCJ
2628 -
2629 -
2630 -# _LT_AC_LANG_GCJ
2631 -# ---------------
2632 -AC_DEFUN([_LT_AC_LANG_GCJ],
2633 -[AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2634 - [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2635 - [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2636 - [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2637 - [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2638 - [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2639 -_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
2640 -])# _LT_AC_LANG_GCJ
2641 -
2642 -
2643 -# AC_LIBTOOL_RC
2644 -# -------------
2645 -# enable support for Windows resource files
2646 -AC_DEFUN([AC_LIBTOOL_RC],
2647 -[AC_REQUIRE([LT_AC_PROG_RC])
2648 -_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
2649 -])# AC_LIBTOOL_RC
2650 -
2651 -
2652 -# AC_LIBTOOL_LANG_C_CONFIG
2653 -# ------------------------
2654 -# Ensure that the configuration vars for the C compiler are
2655 -# suitably defined. Those variables are subsequently used by
2656 -# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
2657 -AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2658 -AC_DEFUN([_LT_AC_LANG_C_CONFIG],
2659 -[lt_save_CC="$CC"
2660 -AC_LANG_PUSH(C)
2661 -
2662 -# Source file extension for C test sources.
2663 -ac_ext=c
2664 -
2665 -# Object file extension for compiled C test sources.
2666 -objext=o
2667 -_LT_AC_TAGVAR(objext, $1)=$objext
2668 -
2669 -# Code to be used in simple compile tests
2670 -lt_simple_compile_test_code="int some_variable = 0;\n"
2671 -
2672 -# Code to be used in simple link tests
2673 -lt_simple_link_test_code='int main(){return(0);}\n'
2674 -
2675 -_LT_AC_SYS_COMPILER
2676 -
2677 -# save warnings/boilerplate of simple test code
2678 -_LT_COMPILER_BOILERPLATE
2679 -_LT_LINKER_BOILERPLATE
2680 -
2681 -## CAVEAT EMPTOR:
2682 -## There is no encapsulation within the following macros, do not change
2683 -## the running order or otherwise move them around unless you know exactly
2684 -## what you are doing...
2685 -AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2686 -AC_LIBTOOL_PROG_COMPILER_PIC($1)
2687 -AC_LIBTOOL_PROG_CC_C_O($1)
2688 -AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2689 -AC_LIBTOOL_PROG_LD_SHLIBS($1)
2690 -AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2691 -AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2692 -AC_LIBTOOL_SYS_LIB_STRIP
2693 -AC_LIBTOOL_DLOPEN_SELF
2694 -
2695 -# Report which library types will actually be built
2696 -AC_MSG_CHECKING([if libtool supports shared libraries])
2697 -AC_MSG_RESULT([$can_build_shared])
2698 -
2699 -AC_MSG_CHECKING([whether to build shared libraries])
2700 -test "$can_build_shared" = "no" && enable_shared=no
2701 -
2702 -# On AIX, shared libraries and static libraries use the same namespace, and
2703 -# are all built from PIC.
2704 -case $host_os in
2705 -aix3*)
2706 - test "$enable_shared" = yes && enable_static=no
2707 - if test -n "$RANLIB"; then
2708 - archive_cmds="$archive_cmds~\$RANLIB \$lib"
2709 - postinstall_cmds='$RANLIB $lib'
2710 - fi
2711 - ;;
2712 -
2713 -aix4* | aix5*)
2714 - if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2715 - test "$enable_shared" = yes && enable_static=no
2716 - fi
2717 - ;;
2718 -esac
2719 -AC_MSG_RESULT([$enable_shared])
2720 -
2721 -AC_MSG_CHECKING([whether to build static libraries])
2722 -# Make sure either enable_shared or enable_static is yes.
2723 -test "$enable_shared" = yes || enable_static=yes
2724 -AC_MSG_RESULT([$enable_static])
2725 -
2726 -AC_LIBTOOL_CONFIG($1)
2727 -
2728 -AC_LANG_POP
2729 -CC="$lt_save_CC"
2730 -])# AC_LIBTOOL_LANG_C_CONFIG
2731 -
2732 -
2733 -# AC_LIBTOOL_LANG_CXX_CONFIG
2734 -# --------------------------
2735 -# Ensure that the configuration vars for the C compiler are
2736 -# suitably defined. Those variables are subsequently used by
2737 -# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
2738 -AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2739 -AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
2740 -[AC_LANG_PUSH(C++)
2741 -AC_REQUIRE([AC_PROG_CXX])
2742 -AC_REQUIRE([_LT_AC_PROG_CXXCPP])
2743 -
2744 -_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2745 -_LT_AC_TAGVAR(allow_undefined_flag, $1)=
2746 -_LT_AC_TAGVAR(always_export_symbols, $1)=no
2747 -_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2748 -_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2749 -_LT_AC_TAGVAR(hardcode_direct, $1)=no
2750 -_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2751 -_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2752 -_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2753 -_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2754 -_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2755 -_LT_AC_TAGVAR(hardcode_automatic, $1)=no
2756 -_LT_AC_TAGVAR(module_cmds, $1)=
2757 -_LT_AC_TAGVAR(module_expsym_cmds, $1)=
2758 -_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2759 -_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2760 -_LT_AC_TAGVAR(no_undefined_flag, $1)=
2761 -_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2762 -_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2763 -
2764 -# Dependencies to place before and after the object being linked:
2765 -_LT_AC_TAGVAR(predep_objects, $1)=
2766 -_LT_AC_TAGVAR(postdep_objects, $1)=
2767 -_LT_AC_TAGVAR(predeps, $1)=
2768 -_LT_AC_TAGVAR(postdeps, $1)=
2769 -_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2770 -
2771 -# Source file extension for C++ test sources.
2772 -ac_ext=cpp
2773 -
2774 -# Object file extension for compiled C++ test sources.
2775 -objext=o
2776 -_LT_AC_TAGVAR(objext, $1)=$objext
2777 -
2778 -# Code to be used in simple compile tests
2779 -lt_simple_compile_test_code="int some_variable = 0;\n"
2780 -
2781 -# Code to be used in simple link tests
2782 -lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }\n'
2783 -
2784 -# ltmain only uses $CC for tagged configurations so make sure $CC is set.
2785 -_LT_AC_SYS_COMPILER
2786 -
2787 -# save warnings/boilerplate of simple test code
2788 -_LT_COMPILER_BOILERPLATE
2789 -_LT_LINKER_BOILERPLATE
2790 -
2791 -# Allow CC to be a program name with arguments.
2792 -lt_save_CC=$CC
2793 -lt_save_LD=$LD
2794 -lt_save_GCC=$GCC
2795 -GCC=$GXX
2796 -lt_save_with_gnu_ld=$with_gnu_ld
2797 -lt_save_path_LD=$lt_cv_path_LD
2798 -if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2799 - lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2800 -else
2801 - $as_unset lt_cv_prog_gnu_ld
2802 -fi
2803 -if test -n "${lt_cv_path_LDCXX+set}"; then
2804 - lt_cv_path_LD=$lt_cv_path_LDCXX
2805 -else
2806 - $as_unset lt_cv_path_LD
2807 -fi
2808 -test -z "${LDCXX+set}" || LD=$LDCXX
2809 -CC=${CXX-"c++"}
2810 -compiler=$CC
2811 -_LT_AC_TAGVAR(compiler, $1)=$CC
2812 -_LT_CC_BASENAME([$compiler])
2813 -
2814 -# We don't want -fno-exception wen compiling C++ code, so set the
2815 -# no_builtin_flag separately
2816 -if test "$GXX" = yes; then
2817 - _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2818 -else
2819 - _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2820 -fi
2821 -
2822 -if test "$GXX" = yes; then
2823 - # Set up default GNU C++ configuration
2824 -
2825 - AC_PROG_LD
2826 -
2827 - # Check if GNU C++ uses GNU ld as the underlying linker, since the
2828 - # archiving commands below assume that GNU ld is being used.
2829 - if test "$with_gnu_ld" = yes; then
2830 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2831 - _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'
2832 -
2833 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2834 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2835 -
2836 - # If archive_cmds runs LD, not CC, wlarc should be empty
2837 - # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2838 - # investigate it a little bit more. (MM)
2839 - wlarc='${wl}'
2840 -
2841 - # ancient GNU ld didn't support --whole-archive et. al.
2842 - if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2843 - grep 'no-whole-archive' > /dev/null; then
2844 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2845 - else
2846 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2847 - fi
2848 - else
2849 - with_gnu_ld=no
2850 - wlarc=
2851 -
2852 - # A generic and very simple default shared library creation
2853 - # command for GNU C++ for the case where it uses the native
2854 - # linker, instead of GNU ld. If possible, this setting should
2855 - # overridden to take advantage of the native linker features on
2856 - # the platform it is being used on.
2857 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2858 - fi
2859 -
2860 - # Commands to make compiler produce verbose output that lists
2861 - # what "hidden" libraries, object files and flags are used when
2862 - # linking a shared library.
2863 - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2864 -
2865 -else
2866 - GXX=no
2867 - with_gnu_ld=no
2868 - wlarc=
2869 -fi
2870 -
2871 -# PORTME: fill in a description of your system's C++ link characteristics
2872 -AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2873 -_LT_AC_TAGVAR(ld_shlibs, $1)=yes
2874 -case $host_os in
2875 - aix3*)
2876 - # FIXME: insert proper C++ library support
2877 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
2878 - ;;
2879 - aix4* | aix5*)
2880 - if test "$host_cpu" = ia64; then
2881 - # On IA64, the linker does run time linking by default, so we don't
2882 - # have to do anything special.
2883 - aix_use_runtimelinking=no
2884 - exp_sym_flag='-Bexport'
2885 - no_entry_flag=""
2886 - else
2887 - aix_use_runtimelinking=no
2888 -
2889 - # Test if we are trying to use run time linking or normal
2890 - # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2891 - # need to do runtime linking.
2892 - case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2893 - for ld_flag in $LDFLAGS; do
2894 - case $ld_flag in
2895 - *-brtl*)
2896 - aix_use_runtimelinking=yes
2897 - break
2898 - ;;
2899 - esac
2900 - done
2901 - ;;
2902 - esac
2903 -
2904 - exp_sym_flag='-bexport'
2905 - no_entry_flag='-bnoentry'
2906 - fi
2907 -
2908 - # When large executables or shared objects are built, AIX ld can
2909 - # have problems creating the table of contents. If linking a library
2910 - # or program results in "error TOC overflow" add -mminimal-toc to
2911 - # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
2912 - # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2913 -
2914 - _LT_AC_TAGVAR(archive_cmds, $1)=''
2915 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2916 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2917 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2918 -
2919 - if test "$GXX" = yes; then
2920 - case $host_os in aix4.[[012]]|aix4.[[012]].*)
2921 - # We only want to do this on AIX 4.2 and lower, the check
2922 - # below for broken collect2 doesn't work under 4.3+
2923 - collect2name=`${CC} -print-prog-name=collect2`
2924 - if test -f "$collect2name" && \
2925 - strings "$collect2name" | grep resolve_lib_name >/dev/null
2926 - then
2927 - # We have reworked collect2
2928 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2929 - else
2930 - # We have old collect2
2931 - _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2932 - # It fails to find uninstalled libraries when the uninstalled
2933 - # path is not listed in the libpath. Setting hardcode_minus_L
2934 - # to unsupported forces relinking
2935 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2936 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2937 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2938 - fi
2939 - ;;
2940 - esac
2941 - shared_flag='-shared'
2942 - if test "$aix_use_runtimelinking" = yes; then
2943 - shared_flag="$shared_flag "'${wl}-G'
2944 - fi
2945 - else
2946 - # not using gcc
2947 - if test "$host_cpu" = ia64; then
2948 - # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2949 - # chokes on -Wl,-G. The following line is correct:
2950 - shared_flag='-G'
2951 - else
2952 - if test "$aix_use_runtimelinking" = yes; then
2953 - shared_flag='${wl}-G'
2954 - else
2955 - shared_flag='${wl}-bM:SRE'
2956 - fi
2957 - fi
2958 - fi
2959 -
2960 - # It seems that -bexpall does not export symbols beginning with
2961 - # underscore (_), so it is better to generate a list of symbols to export.
2962 - _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2963 - if test "$aix_use_runtimelinking" = yes; then
2964 - # Warning - without using the other runtime loading flags (-brtl),
2965 - # -berok will link without error, but may produce a broken library.
2966 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2967 - # Determine the default libpath from the value encoded in an empty executable.
2968 - _LT_AC_SYS_LIBPATH_AIX
2969 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2970 -
2971 - _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"
2972 - else
2973 - if test "$host_cpu" = ia64; then
2974 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2975 - _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2976 - _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"
2977 - else
2978 - # Determine the default libpath from the value encoded in an empty executable.
2979 - _LT_AC_SYS_LIBPATH_AIX
2980 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2981 - # Warning - without using the other run time loading flags,
2982 - # -berok will link without error, but may produce a broken library.
2983 - _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2984 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2985 - # Exported symbols can be pulled into shared objects from archives
2986 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
2987 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2988 - # This is similar to how AIX traditionally builds its shared libraries.
2989 - _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'
2990 - fi
2991 - fi
2992 - ;;
2993 -
2994 - beos*)
2995 - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
2996 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2997 - # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
2998 - # support --undefined. This deserves some investigation. FIXME
2999 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3000 - else
3001 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3002 - fi
3003 - ;;
3004 -
3005 - chorus*)
3006 - case $cc_basename in
3007 - *)
3008 - # FIXME: insert proper C++ library support
3009 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3010 - ;;
3011 - esac
3012 - ;;
3013 -
3014 - cygwin* | mingw* | pw32*)
3015 - # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
3016 - # as there is no search path for DLLs.
3017 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
3018 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
3019 - _LT_AC_TAGVAR(always_export_symbols, $1)=no
3020 - _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
3021 -
3022 - if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
3023 - _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'
3024 - # If the export-symbols file already is a .def file (1st line
3025 - # is EXPORTS), use it as is; otherwise, prepend...
3026 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
3027 - cp $export_symbols $output_objdir/$soname.def;
3028 - else
3029 - echo EXPORTS > $output_objdir/$soname.def;
3030 - cat $export_symbols >> $output_objdir/$soname.def;
3031 - fi~
3032 - $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'
3033 - else
3034 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3035 - fi
3036 - ;;
3037 - darwin* | rhapsody*)
3038 - case $host_os in
3039 - rhapsody* | darwin1.[[012]])
3040 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
3041 - ;;
3042 - *) # Darwin 1.3 on
3043 - if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
3044 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
3045 - else
3046 - case ${MACOSX_DEPLOYMENT_TARGET} in
3047 - 10.[[012]])
3048 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
3049 - ;;
3050 - 10.*)
3051 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
3052 - ;;
3053 - esac
3054 - fi
3055 - ;;
3056 - esac
3057 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3058 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
3059 - _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
3060 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
3061 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
3062 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3063 -
3064 - if test "$GXX" = yes ; then
3065 - lt_int_apple_cc_single_mod=no
3066 - output_verbose_link_cmd='echo'
3067 - if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
3068 - lt_int_apple_cc_single_mod=yes
3069 - fi
3070 - if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
3071 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
3072 - else
3073 - _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'
3074 - fi
3075 - _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
3076 - # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
3077 - if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
3078 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3079 - else
3080 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "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~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3081 - fi
3082 - _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}'
3083 - else
3084 - case $cc_basename in
3085 - xlc*)
3086 - output_verbose_link_cmd='echo'
3087 - _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` $verstring'
3088 - _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
3089 - # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
3090 - _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 $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3091 - _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}'
3092 - ;;
3093 - *)
3094 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3095 - ;;
3096 - esac
3097 - fi
3098 - ;;
3099 -
3100 - dgux*)
3101 - case $cc_basename in
3102 - ec++*)
3103 - # FIXME: insert proper C++ library support
3104 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3105 - ;;
3106 - ghcx*)
3107 - # Green Hills C++ Compiler
3108 - # FIXME: insert proper C++ library support
3109 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3110 - ;;
3111 - *)
3112 - # FIXME: insert proper C++ library support
3113 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3114 - ;;
3115 - esac
3116 - ;;
3117 - freebsd[[12]]*)
3118 - # C++ shared libraries reported to be fairly broken before switch to ELF
3119 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3120 - ;;
3121 - freebsd-elf*)
3122 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3123 - ;;
3124 - freebsd* | kfreebsd*-gnu | dragonfly*)
3125 - # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
3126 - # conventions
3127 - _LT_AC_TAGVAR(ld_shlibs, $1)=yes
3128 - ;;
3129 - gnu*)
3130 - ;;
3131 - hpux9*)
3132 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3133 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3134 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3135 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3136 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
3137 - # but as the default
3138 - # location of the library.
3139 -
3140 - case $cc_basename in
3141 - CC*)
3142 - # FIXME: insert proper C++ library support
3143 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3144 - ;;
3145 - aCC*)
3146 - _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'
3147 - # Commands to make compiler produce verbose output that lists
3148 - # what "hidden" libraries, object files and flags are used when
3149 - # linking a shared library.
3150 - #
3151 - # There doesn't appear to be a way to prevent this compiler from
3152 - # explicitly linking system object files so we need to strip them
3153 - # from the output so that they don't get included in the library
3154 - # dependencies.
3155 - 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'
3156 - ;;
3157 - *)
3158 - if test "$GXX" = yes; then
3159 - _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'
3160 - else
3161 - # FIXME: insert proper C++ library support
3162 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3163 - fi
3164 - ;;
3165 - esac
3166 - ;;
3167 - hpux10*|hpux11*)
3168 - if test $with_gnu_ld = no; then
3169 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3170 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3171 -
3172 - case $host_cpu in
3173 - hppa*64*|ia64*)
3174 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
3175 - ;;
3176 - *)
3177 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3178 - ;;
3179 - esac
3180 - fi
3181 - case $host_cpu in
3182 - hppa*64*|ia64*)
3183 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
3184 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3185 - ;;
3186 - *)
3187 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3188 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
3189 - # but as the default
3190 - # location of the library.
3191 - ;;
3192 - esac
3193 -
3194 - case $cc_basename in
3195 - CC*)
3196 - # FIXME: insert proper C++ library support
3197 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3198 - ;;
3199 - aCC*)
3200 - case $host_cpu in
3201 - hppa*64*)
3202 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3203 - ;;
3204 - ia64*)
3205 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3206 - ;;
3207 - *)
3208 - _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'
3209 - ;;
3210 - esac
3211 - # Commands to make compiler produce verbose output that lists
3212 - # what "hidden" libraries, object files and flags are used when
3213 - # linking a shared library.
3214 - #
3215 - # There doesn't appear to be a way to prevent this compiler from
3216 - # explicitly linking system object files so we need to strip them
3217 - # from the output so that they don't get included in the library
3218 - # dependencies.
3219 - 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'
3220 - ;;
3221 - *)
3222 - if test "$GXX" = yes; then
3223 - if test $with_gnu_ld = no; then
3224 - case $host_cpu in
3225 - hppa*64*)
3226 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3227 - ;;
3228 - ia64*)
3229 - _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'
3230 - ;;
3231 - *)
3232 - _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'
3233 - ;;
3234 - esac
3235 - fi
3236 - else
3237 - # FIXME: insert proper C++ library support
3238 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3239 - fi
3240 - ;;
3241 - esac
3242 - ;;
3243 - interix3*)
3244 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
3245 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3246 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3247 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3248 - # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
3249 - # Instead, shared libraries are loaded at an image base (0x10000000 by
3250 - # default) and relocated if they conflict, which is a slow very memory
3251 - # consuming and fragmenting process. To avoid this, we pick a random,
3252 - # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
3253 - # time. Moving up from 0x10000000 also allows more sbrk(2) space.
3254 - _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'
3255 - _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'
3256 - ;;
3257 - irix5* | irix6*)
3258 - case $cc_basename in
3259 - CC*)
3260 - # SGI C++
3261 - _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'
3262 -
3263 - # Archives containing C++ object files must be created using
3264 - # "CC -ar", where "CC" is the IRIX C++ compiler. This is
3265 - # necessary to make sure instantiated templates are included
3266 - # in the archive.
3267 - _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
3268 - ;;
3269 - *)
3270 - if test "$GXX" = yes; then
3271 - if test "$with_gnu_ld" = no; then
3272 - _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'
3273 - else
3274 - _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'
3275 - fi
3276 - fi
3277 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3278 - ;;
3279 - esac
3280 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3281 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3282 - ;;
3283 - linux*)
3284 - case $cc_basename in
3285 - KCC*)
3286 - # Kuck and Associates, Inc. (KAI) C++ Compiler
3287 -
3288 - # KCC will only create a shared library if the output file
3289 - # ends with ".so" (or ".sl" for HP-UX), so rename the library
3290 - # to its proper name (with version) after linking.
3291 - _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'
3292 - _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'
3293 - # Commands to make compiler produce verbose output that lists
3294 - # what "hidden" libraries, object files and flags are used when
3295 - # linking a shared library.
3296 - #
3297 - # There doesn't appear to be a way to prevent this compiler from
3298 - # explicitly linking system object files so we need to strip them
3299 - # from the output so that they don't get included in the library
3300 - # dependencies.
3301 - 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'
3302 -
3303 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
3304 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3305 -
3306 - # Archives containing C++ object files must be created using
3307 - # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3308 - _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3309 - ;;
3310 - icpc*)
3311 - # Intel C++
3312 - with_gnu_ld=yes
3313 - # version 8.0 and above of icpc choke on multiply defined symbols
3314 - # if we add $predep_objects and $postdep_objects, however 7.1 and
3315 - # earlier do not add the objects themselves.
3316 - case `$CC -V 2>&1` in
3317 - *"Version 7."*)
3318 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3319 - _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'
3320 - ;;
3321 - *) # Version 8.0 or newer
3322 - tmp_idyn=
3323 - case $host_cpu in
3324 - ia64*) tmp_idyn=' -i_dynamic';;
3325 - esac
3326 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
3327 - _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'
3328 - ;;
3329 - esac
3330 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3331 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3332 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3333 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
3334 - ;;
3335 - pgCC*)
3336 - # Portland Group C++ compiler
3337 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
3338 - _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'
3339 -
3340 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
3341 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3342 - _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'
3343 - ;;
3344 - cxx*)
3345 - # Compaq C++
3346 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3347 - _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'
3348 -
3349 - runpath_var=LD_RUN_PATH
3350 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3351 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3352 -
3353 - # Commands to make compiler produce verbose output that lists
3354 - # what "hidden" libraries, object files and flags are used when
3355 - # linking a shared library.
3356 - #
3357 - # There doesn't appear to be a way to prevent this compiler from
3358 - # explicitly linking system object files so we need to strip them
3359 - # from the output so that they don't get included in the library
3360 - # dependencies.
3361 - 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'
3362 - ;;
3363 - esac
3364 - ;;
3365 - lynxos*)
3366 - # FIXME: insert proper C++ library support
3367 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3368 - ;;
3369 - m88k*)
3370 - # FIXME: insert proper C++ library support
3371 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3372 - ;;
3373 - mvs*)
3374 - case $cc_basename in
3375 - cxx*)
3376 - # FIXME: insert proper C++ library support
3377 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3378 - ;;
3379 - *)
3380 - # FIXME: insert proper C++ library support
3381 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3382 - ;;
3383 - esac
3384 - ;;
3385 - netbsd*)
3386 - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3387 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
3388 - wlarc=
3389 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3390 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3391 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3392 - fi
3393 - # Workaround some broken pre-1.5 toolchains
3394 - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
3395 - ;;
3396 - openbsd2*)
3397 - # C++ shared libraries are fairly broken
3398 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3399 - ;;
3400 - openbsd*)
3401 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3402 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3403 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
3404 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3405 - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3406 - _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'
3407 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3408 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
3409 - fi
3410 - output_verbose_link_cmd='echo'
3411 - ;;
3412 - osf3*)
3413 - case $cc_basename in
3414 - KCC*)
3415 - # Kuck and Associates, Inc. (KAI) C++ Compiler
3416 -
3417 - # KCC will only create a shared library if the output file
3418 - # ends with ".so" (or ".sl" for HP-UX), so rename the library
3419 - # to its proper name (with version) after linking.
3420 - _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'
3421 -
3422 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3423 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3424 -
3425 - # Archives containing C++ object files must be created using
3426 - # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3427 - _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3428 -
3429 - ;;
3430 - RCC*)
3431 - # Rational C++ 2.4.1
3432 - # FIXME: insert proper C++ library support
3433 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3434 - ;;
3435 - cxx*)
3436 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3437 - _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'
3438 -
3439 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3440 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3441 -
3442 - # Commands to make compiler produce verbose output that lists
3443 - # what "hidden" libraries, object files and flags are used when
3444 - # linking a shared library.
3445 - #
3446 - # There doesn't appear to be a way to prevent this compiler from
3447 - # explicitly linking system object files so we need to strip them
3448 - # from the output so that they don't get included in the library
3449 - # dependencies.
3450 - 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'
3451 - ;;
3452 - *)
3453 - if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3454 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3455 - _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'
3456 -
3457 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3458 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3459 -
3460 - # Commands to make compiler produce verbose output that lists
3461 - # what "hidden" libraries, object files and flags are used when
3462 - # linking a shared library.
3463 - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3464 -
3465 - else
3466 - # FIXME: insert proper C++ library support
3467 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3468 - fi
3469 - ;;
3470 - esac
3471 - ;;
3472 - osf4* | osf5*)
3473 - case $cc_basename in
3474 - KCC*)
3475 - # Kuck and Associates, Inc. (KAI) C++ Compiler
3476 -
3477 - # KCC will only create a shared library if the output file
3478 - # ends with ".so" (or ".sl" for HP-UX), so rename the library
3479 - # to its proper name (with version) after linking.
3480 - _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'
3481 -
3482 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3483 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3484 -
3485 - # Archives containing C++ object files must be created using
3486 - # the KAI C++ compiler.
3487 - _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3488 - ;;
3489 - RCC*)
3490 - # Rational C++ 2.4.1
3491 - # FIXME: insert proper C++ library support
3492 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3493 - ;;
3494 - cxx*)
3495 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3496 - _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'
3497 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
3498 - echo "-hidden">> $lib.exp~
3499 - $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~
3500 - $rm $lib.exp'
3501 -
3502 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3503 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3504 -
3505 - # Commands to make compiler produce verbose output that lists
3506 - # what "hidden" libraries, object files and flags are used when
3507 - # linking a shared library.
3508 - #
3509 - # There doesn't appear to be a way to prevent this compiler from
3510 - # explicitly linking system object files so we need to strip them
3511 - # from the output so that they don't get included in the library
3512 - # dependencies.
3513 - 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'
3514 - ;;
3515 - *)
3516 - if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3517 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3518 - _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'
3519 -
3520 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3521 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3522 -
3523 - # Commands to make compiler produce verbose output that lists
3524 - # what "hidden" libraries, object files and flags are used when
3525 - # linking a shared library.
3526 - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3527 -
3528 - else
3529 - # FIXME: insert proper C++ library support
3530 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3531 - fi
3532 - ;;
3533 - esac
3534 - ;;
3535 - psos*)
3536 - # FIXME: insert proper C++ library support
3537 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3538 - ;;
3539 - sunos4*)
3540 - case $cc_basename in
3541 - CC*)
3542 - # Sun C++ 4.x
3543 - # FIXME: insert proper C++ library support
3544 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3545 - ;;
3546 - lcc*)
3547 - # Lucid
3548 - # FIXME: insert proper C++ library support
3549 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3550 - ;;
3551 - *)
3552 - # FIXME: insert proper C++ library support
3553 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3554 - ;;
3555 - esac
3556 - ;;
3557 - solaris*)
3558 - case $cc_basename in
3559 - CC*)
3560 - # Sun C++ 4.2, 5.x and Centerline C++
3561 - _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
3562 - _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3563 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3564 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3565 - $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'
3566 -
3567 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3568 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3569 - case $host_os in
3570 - solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
3571 - *)
3572 - # The C++ compiler is used as linker so we must use $wl
3573 - # flag to pass the commands to the underlying system
3574 - # linker. We must also pass each convience library through
3575 - # to the system linker between allextract/defaultextract.
3576 - # The C++ compiler will combine linker options so we
3577 - # cannot just pass the convience library names through
3578 - # without $wl.
3579 - # Supported since Solaris 2.6 (maybe 2.5.1?)
3580 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
3581 - ;;
3582 - esac
3583 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3584 -
3585 - output_verbose_link_cmd='echo'
3586 -
3587 - # Archives containing C++ object files must be created using
3588 - # "CC -xar", where "CC" is the Sun C++ compiler. This is
3589 - # necessary to make sure instantiated templates are included
3590 - # in the archive.
3591 - _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3592 - ;;
3593 - gcx*)
3594 - # Green Hills C++ Compiler
3595 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3596 -
3597 - # The C++ compiler must be used to create the archive.
3598 - _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3599 - ;;
3600 - *)
3601 - # GNU C++ compiler with Solaris linker
3602 - if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3603 - _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3604 - if $CC --version | grep -v '^2\.7' > /dev/null; then
3605 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3606 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3607 - $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3608 -
3609 - # Commands to make compiler produce verbose output that lists
3610 - # what "hidden" libraries, object files and flags are used when
3611 - # linking a shared library.
3612 - output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3613 - else
3614 - # g++ 2.7 appears to require `-G' NOT `-shared' on this
3615 - # platform.
3616 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3617 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
3618 - $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
3619 -
3620 - # Commands to make compiler produce verbose output that lists
3621 - # what "hidden" libraries, object files and flags are used when
3622 - # linking a shared library.
3623 - output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3624 - fi
3625 -
3626 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3627 - fi
3628 - ;;
3629 - esac
3630 - ;;
3631 - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
3632 - _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3633 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3634 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3635 - runpath_var='LD_RUN_PATH'
3636 -
3637 - case $cc_basename in
3638 - CC*)
3639 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3640 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3641 - ;;
3642 - *)
3643 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3644 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
3645 - ;;
3646 - esac
3647 - ;;
3648 - sysv5* | sco3.2v5* | sco5v6*)
3649 - # Note: We can NOT use -z defs as we might desire, because we do not
3650 - # link with -lc, and that would cause any symbols used from libc to
3651 - # always be unresolved, which means just about no library would
3652 - # ever link correctly. If we're not using GNU ld we use -z text
3653 - # though, which does catch some bad symbols but isn't as heavy-handed
3654 - # as -z defs.
3655 - # For security reasons, it is highly recommended that you always
3656 - # use absolute paths for naming shared libraries, and exclude the
3657 - # DT_RUNPATH tag from executables and libraries. But doing so
3658 - # requires that you compile everything twice, which is a pain.
3659 - # So that behaviour is only enabled if SCOABSPATH is set to a
3660 - # non-empty value in the environment. Most likely only useful for
3661 - # creating official distributions of packages.
3662 - # This is a hack until libtool officially supports absolute path
3663 - # names for shared libraries.
3664 - _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
3665 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
3666 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3667 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3668 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
3669 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
3670 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3671 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
3672 - runpath_var='LD_RUN_PATH'
3673 -
3674 - case $cc_basename in
3675 - CC*)
3676 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3677 - _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'
3678 - ;;
3679 - *)
3680 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
3681 - _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'
3682 - ;;
3683 - esac
3684 - ;;
3685 - tandem*)
3686 - case $cc_basename in
3687 - NCC*)
3688 - # NonStop-UX NCC 3.20
3689 - # FIXME: insert proper C++ library support
3690 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3691 - ;;
3692 - *)
3693 - # FIXME: insert proper C++ library support
3694 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3695 - ;;
3696 - esac
3697 - ;;
3698 - vxworks*)
3699 - # FIXME: insert proper C++ library support
3700 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3701 - ;;
3702 - *)
3703 - # FIXME: insert proper C++ library support
3704 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
3705 - ;;
3706 -esac
3707 -AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3708 -test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3709 -
3710 -_LT_AC_TAGVAR(GCC, $1)="$GXX"
3711 -_LT_AC_TAGVAR(LD, $1)="$LD"
3712 -
3713 -## CAVEAT EMPTOR:
3714 -## There is no encapsulation within the following macros, do not change
3715 -## the running order or otherwise move them around unless you know exactly
3716 -## what you are doing...
3717 -AC_LIBTOOL_POSTDEP_PREDEP($1)
3718 -AC_LIBTOOL_PROG_COMPILER_PIC($1)
3719 -AC_LIBTOOL_PROG_CC_C_O($1)
3720 -AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3721 -AC_LIBTOOL_PROG_LD_SHLIBS($1)
3722 -AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3723 -AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3724 -
3725 -AC_LIBTOOL_CONFIG($1)
3726 -
3727 -AC_LANG_POP
3728 -CC=$lt_save_CC
3729 -LDCXX=$LD
3730 -LD=$lt_save_LD
3731 -GCC=$lt_save_GCC
3732 -with_gnu_ldcxx=$with_gnu_ld
3733 -with_gnu_ld=$lt_save_with_gnu_ld
3734 -lt_cv_path_LDCXX=$lt_cv_path_LD
3735 -lt_cv_path_LD=$lt_save_path_LD
3736 -lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3737 -lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3738 -])# AC_LIBTOOL_LANG_CXX_CONFIG
3739 -
3740 -# AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
3741 -# ------------------------------------
3742 -# Figure out "hidden" library dependencies from verbose
3743 -# compiler output when linking a shared library.
3744 -# Parse the compiler output and extract the necessary
3745 -# objects, libraries and library flags.
3746 -AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[
3747 -dnl we can't use the lt_simple_compile_test_code here,
3748 -dnl because it contains code intended for an executable,
3749 -dnl not a library. It's possible we should let each
3750 -dnl tag define a new lt_????_link_test_code variable,
3751 -dnl but it's only used here...
3752 -ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3753 -int a;
3754 -void foo (void) { a = 0; }
3755 -EOF
3756 -],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3757 -class Foo
3758 -{
3759 -public:
3760 - Foo (void) { a = 0; }
3761 -private:
3762 - int a;
3763 -};
3764 -EOF
3765 -],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3766 - subroutine foo
3767 - implicit none
3768 - integer*4 a
3769 - a=0
3770 - return
3771 - end
3772 -EOF
3773 -],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3774 -public class foo {
3775 - private int a;
3776 - public void bar (void) {
3777 - a = 0;
3778 - }
3779 -};
3780 -EOF
3781 -])
3782 -dnl Parse the compiler output and extract the necessary
3783 -dnl objects, libraries and library flags.
3784 -if AC_TRY_EVAL(ac_compile); then
3785 - # Parse the compiler output and extract the necessary
3786 - # objects, libraries and library flags.
3787 -
3788 - # Sentinel used to keep track of whether or not we are before
3789 - # the conftest object file.
3790 - pre_test_object_deps_done=no
3791 -
3792 - # The `*' in the case matches for architectures that use `case' in
3793 - # $output_verbose_cmd can trigger glob expansion during the loop
3794 - # eval without this substitution.
3795 - output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
3796 -
3797 - for p in `eval $output_verbose_link_cmd`; do
3798 - case $p in
3799 -
3800 - -L* | -R* | -l*)
3801 - # Some compilers place space between "-{L,R}" and the path.
3802 - # Remove the space.
3803 - if test $p = "-L" \
3804 - || test $p = "-R"; then
3805 - prev=$p
3806 - continue
3807 - else
3808 - prev=
3809 - fi
3810 -
3811 - if test "$pre_test_object_deps_done" = no; then
3812 - case $p in
3813 - -L* | -R*)
3814 - # Internal compiler library paths should come after those
3815 - # provided the user. The postdeps already come after the
3816 - # user supplied libs so there is no need to process them.
3817 - if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3818 - _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3819 - else
3820 - _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3821 - fi
3822 - ;;
3823 - # The "-l" case would never come before the object being
3824 - # linked, so don't bother handling this case.
3825 - esac
3826 - else
3827 - if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3828 - _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3829 - else
3830 - _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3831 - fi
3832 - fi
3833 - ;;
3834 -
3835 - *.$objext)
3836 - # This assumes that the test object file only shows up
3837 - # once in the compiler output.
3838 - if test "$p" = "conftest.$objext"; then
3839 - pre_test_object_deps_done=yes
3840 - continue
3841 - fi
3842 -
3843 - if test "$pre_test_object_deps_done" = no; then
3844 - if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3845 - _LT_AC_TAGVAR(predep_objects, $1)="$p"
3846 - else
3847 - _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3848 - fi
3849 - else
3850 - if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3851 - _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3852 - else
3853 - _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3854 - fi
3855 - fi
3856 - ;;
3857 -
3858 - *) ;; # Ignore the rest.
3859 -
3860 - esac
3861 - done
3862 -
3863 - # Clean up.
3864 - rm -f a.out a.exe
3865 -else
3866 - echo "libtool.m4: error: problem compiling $1 test program"
3867 -fi
3868 -
3869 -$rm -f confest.$objext
3870 -
3871 -# PORTME: override above test on systems where it is broken
3872 -ifelse([$1],[CXX],
3873 -[case $host_os in
3874 -interix3*)
3875 - # Interix 3.5 installs completely hosed .la files for C++, so rather than
3876 - # hack all around it, let's just trust "g++" to DTRT.
3877 - _LT_AC_TAGVAR(predep_objects,$1)=
3878 - _LT_AC_TAGVAR(postdep_objects,$1)=
3879 - _LT_AC_TAGVAR(postdeps,$1)=
3880 - ;;
3881 -
3882 -solaris*)
3883 - case $cc_basename in
3884 - CC*)
3885 - # Adding this requires a known-good setup of shared libraries for
3886 - # Sun compiler versions before 5.6, else PIC objects from an old
3887 - # archive will be linked into the output, leading to subtle bugs.
3888 - _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
3889 - ;;
3890 - esac
3891 - ;;
3892 -esac
3893 -])
3894 -
3895 -case " $_LT_AC_TAGVAR(postdeps, $1) " in
3896 -*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3897 -esac
3898 -])# AC_LIBTOOL_POSTDEP_PREDEP
3899 -
3900 -# AC_LIBTOOL_LANG_F77_CONFIG
3901 -# --------------------------
3902 -# Ensure that the configuration vars for the C compiler are
3903 -# suitably defined. Those variables are subsequently used by
3904 -# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
3905 -AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3906 -AC_DEFUN([_LT_AC_LANG_F77_CONFIG],
3907 -[AC_REQUIRE([AC_PROG_F77])
3908 -AC_LANG_PUSH(Fortran 77)
3909 -
3910 -_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3911 -_LT_AC_TAGVAR(allow_undefined_flag, $1)=
3912 -_LT_AC_TAGVAR(always_export_symbols, $1)=no
3913 -_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3914 -_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3915 -_LT_AC_TAGVAR(hardcode_direct, $1)=no
3916 -_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3917 -_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3918 -_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3919 -_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3920 -_LT_AC_TAGVAR(hardcode_automatic, $1)=no
3921 -_LT_AC_TAGVAR(module_cmds, $1)=
3922 -_LT_AC_TAGVAR(module_expsym_cmds, $1)=
3923 -_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3924 -_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3925 -_LT_AC_TAGVAR(no_undefined_flag, $1)=
3926 -_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3927 -_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3928 -
3929 -# Source file extension for f77 test sources.
3930 -ac_ext=f
3931 -
3932 -# Object file extension for compiled f77 test sources.
3933 -objext=o
3934 -_LT_AC_TAGVAR(objext, $1)=$objext
3935 -
3936 -# Code to be used in simple compile tests
3937 -lt_simple_compile_test_code=" subroutine t\n return\n end\n"
3938 -
3939 -# Code to be used in simple link tests
3940 -lt_simple_link_test_code=" program t\n end\n"
3941 -
3942 -# ltmain only uses $CC for tagged configurations so make sure $CC is set.
3943 -_LT_AC_SYS_COMPILER
3944 -
3945 -# save warnings/boilerplate of simple test code
3946 -_LT_COMPILER_BOILERPLATE
3947 -_LT_LINKER_BOILERPLATE
3948 -
3949 -# Allow CC to be a program name with arguments.
3950 -lt_save_CC="$CC"
3951 -CC=${F77-"f77"}
3952 -compiler=$CC
3953 -_LT_AC_TAGVAR(compiler, $1)=$CC
3954 -_LT_CC_BASENAME([$compiler])
3955 -
3956 -AC_MSG_CHECKING([if libtool supports shared libraries])
3957 -AC_MSG_RESULT([$can_build_shared])
3958 -
3959 -AC_MSG_CHECKING([whether to build shared libraries])
3960 -test "$can_build_shared" = "no" && enable_shared=no
3961 -
3962 -# On AIX, shared libraries and static libraries use the same namespace, and
3963 -# are all built from PIC.
3964 -case $host_os in
3965 -aix3*)
3966 - test "$enable_shared" = yes && enable_static=no
3967 - if test -n "$RANLIB"; then
3968 - archive_cmds="$archive_cmds~\$RANLIB \$lib"
3969 - postinstall_cmds='$RANLIB $lib'
3970 - fi
3971 - ;;
3972 -aix4* | aix5*)
3973 - if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
3974 - test "$enable_shared" = yes && enable_static=no
3975 - fi
3976 - ;;
3977 -esac
3978 -AC_MSG_RESULT([$enable_shared])
3979 -
3980 -AC_MSG_CHECKING([whether to build static libraries])
3981 -# Make sure either enable_shared or enable_static is yes.
3982 -test "$enable_shared" = yes || enable_static=yes
3983 -AC_MSG_RESULT([$enable_static])
3984 -
3985 -_LT_AC_TAGVAR(GCC, $1)="$G77"
3986 -_LT_AC_TAGVAR(LD, $1)="$LD"
3987 -
3988 -AC_LIBTOOL_PROG_COMPILER_PIC($1)
3989 -AC_LIBTOOL_PROG_CC_C_O($1)
3990 -AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3991 -AC_LIBTOOL_PROG_LD_SHLIBS($1)
3992 -AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3993 -AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3994 -
3995 -AC_LIBTOOL_CONFIG($1)
3996 -
3997 -AC_LANG_POP
3998 -CC="$lt_save_CC"
3999 -])# AC_LIBTOOL_LANG_F77_CONFIG
4000 -
4001 -
4002 -# AC_LIBTOOL_LANG_GCJ_CONFIG
4003 -# --------------------------
4004 -# Ensure that the configuration vars for the C compiler are
4005 -# suitably defined. Those variables are subsequently used by
4006 -# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
4007 -AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
4008 -AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG],
4009 -[AC_LANG_SAVE
4010 -
4011 -# Source file extension for Java test sources.
4012 -ac_ext=java
4013 -
4014 -# Object file extension for compiled Java test sources.
4015 -objext=o
4016 -_LT_AC_TAGVAR(objext, $1)=$objext
4017 -
4018 -# Code to be used in simple compile tests
4019 -lt_simple_compile_test_code="class foo {}\n"
4020 -
4021 -# Code to be used in simple link tests
4022 -lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
4023 -
4024 -# ltmain only uses $CC for tagged configurations so make sure $CC is set.
4025 -_LT_AC_SYS_COMPILER
4026 -
4027 -# save warnings/boilerplate of simple test code
4028 -_LT_COMPILER_BOILERPLATE
4029 -_LT_LINKER_BOILERPLATE
4030 -
4031 -# Allow CC to be a program name with arguments.
4032 -lt_save_CC="$CC"
4033 -CC=${GCJ-"gcj"}
4034 -compiler=$CC
4035 -_LT_AC_TAGVAR(compiler, $1)=$CC
4036 -_LT_CC_BASENAME([$compiler])
4037 -
4038 -# GCJ did not exist at the time GCC didn't implicitly link libc in.
4039 -_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
4040 -
4041 -_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
4042 -
4043 -## CAVEAT EMPTOR:
4044 -## There is no encapsulation within the following macros, do not change
4045 -## the running order or otherwise move them around unless you know exactly
4046 -## what you are doing...
4047 -AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
4048 -AC_LIBTOOL_PROG_COMPILER_PIC($1)
4049 -AC_LIBTOOL_PROG_CC_C_O($1)
4050 -AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
4051 -AC_LIBTOOL_PROG_LD_SHLIBS($1)
4052 -AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
4053 -AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
4054 -
4055 -AC_LIBTOOL_CONFIG($1)
4056 -
4057 -AC_LANG_RESTORE
4058 -CC="$lt_save_CC"
4059 -])# AC_LIBTOOL_LANG_GCJ_CONFIG
4060 -
4061 -
4062 -# AC_LIBTOOL_LANG_RC_CONFIG
4063 -# -------------------------
4064 -# Ensure that the configuration vars for the Windows resource compiler are
4065 -# suitably defined. Those variables are subsequently used by
4066 -# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
4067 -AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
4068 -AC_DEFUN([_LT_AC_LANG_RC_CONFIG],
4069 -[AC_LANG_SAVE
4070 -
4071 -# Source file extension for RC test sources.
4072 -ac_ext=rc
4073 -
4074 -# Object file extension for compiled RC test sources.
4075 -objext=o
4076 -_LT_AC_TAGVAR(objext, $1)=$objext
4077 -
4078 -# Code to be used in simple compile tests
4079 -lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
4080 -
4081 -# Code to be used in simple link tests
4082 -lt_simple_link_test_code="$lt_simple_compile_test_code"
4083 -
4084 -# ltmain only uses $CC for tagged configurations so make sure $CC is set.
4085 -_LT_AC_SYS_COMPILER
4086 -
4087 -# save warnings/boilerplate of simple test code
4088 -_LT_COMPILER_BOILERPLATE
4089 -_LT_LINKER_BOILERPLATE
4090 -
4091 -# Allow CC to be a program name with arguments.
4092 -lt_save_CC="$CC"
4093 -CC=${RC-"windres"}
4094 -compiler=$CC
4095 -_LT_AC_TAGVAR(compiler, $1)=$CC
4096 -_LT_CC_BASENAME([$compiler])
4097 -_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
4098 -
4099 -AC_LIBTOOL_CONFIG($1)
4100 -
4101 -AC_LANG_RESTORE
4102 -CC="$lt_save_CC"
4103 -])# AC_LIBTOOL_LANG_RC_CONFIG
4104 -
4105 -
4106 -# AC_LIBTOOL_CONFIG([TAGNAME])
4107 -# ----------------------------
4108 -# If TAGNAME is not passed, then create an initial libtool script
4109 -# with a default configuration from the untagged config vars. Otherwise
4110 -# add code to config.status for appending the configuration named by
4111 -# TAGNAME from the matching tagged config vars.
4112 -AC_DEFUN([AC_LIBTOOL_CONFIG],
4113 -[# The else clause should only fire when bootstrapping the
4114 -# libtool distribution, otherwise you forgot to ship ltmain.sh
4115 -# with your package, and you will get complaints that there are
4116 -# no rules to generate ltmain.sh.
4117 -if test -f "$ltmain"; then
4118 - # See if we are running on zsh, and set the options which allow our commands through
4119 - # without removal of \ escapes.
4120 - if test -n "${ZSH_VERSION+set}" ; then
4121 - setopt NO_GLOB_SUBST
4122 - fi
4123 - # Now quote all the things that may contain metacharacters while being
4124 - # careful not to overquote the AC_SUBSTed values. We take copies of the
4125 - # variables and quote the copies for generation of the libtool script.
4126 - for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
4127 - SED SHELL STRIP \
4128 - libname_spec library_names_spec soname_spec extract_expsyms_cmds \
4129 - old_striplib striplib file_magic_cmd finish_cmds finish_eval \
4130 - deplibs_check_method reload_flag reload_cmds need_locks \
4131 - lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
4132 - lt_cv_sys_global_symbol_to_c_name_address \
4133 - sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
4134 - old_postinstall_cmds old_postuninstall_cmds \
4135 - _LT_AC_TAGVAR(compiler, $1) \
4136 - _LT_AC_TAGVAR(CC, $1) \
4137 - _LT_AC_TAGVAR(LD, $1) \
4138 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
4139 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
4140 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
4141 - _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
4142 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
4143 - _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
4144 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
4145 - _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
4146 - _LT_AC_TAGVAR(old_archive_cmds, $1) \
4147 - _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
4148 - _LT_AC_TAGVAR(predep_objects, $1) \
4149 - _LT_AC_TAGVAR(postdep_objects, $1) \
4150 - _LT_AC_TAGVAR(predeps, $1) \
4151 - _LT_AC_TAGVAR(postdeps, $1) \
4152 - _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
4153 - _LT_AC_TAGVAR(archive_cmds, $1) \
4154 - _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
4155 - _LT_AC_TAGVAR(postinstall_cmds, $1) \
4156 - _LT_AC_TAGVAR(postuninstall_cmds, $1) \
4157 - _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
4158 - _LT_AC_TAGVAR(allow_undefined_flag, $1) \
4159 - _LT_AC_TAGVAR(no_undefined_flag, $1) \
4160 - _LT_AC_TAGVAR(export_symbols_cmds, $1) \
4161 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
4162 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
4163 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
4164 - _LT_AC_TAGVAR(hardcode_automatic, $1) \
4165 - _LT_AC_TAGVAR(module_cmds, $1) \
4166 - _LT_AC_TAGVAR(module_expsym_cmds, $1) \
4167 - _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
4168 - _LT_AC_TAGVAR(exclude_expsyms, $1) \
4169 - _LT_AC_TAGVAR(include_expsyms, $1); do
4170 -
4171 - case $var in
4172 - _LT_AC_TAGVAR(old_archive_cmds, $1) | \
4173 - _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
4174 - _LT_AC_TAGVAR(archive_cmds, $1) | \
4175 - _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
4176 - _LT_AC_TAGVAR(module_cmds, $1) | \
4177 - _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
4178 - _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
4179 - _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
4180 - extract_expsyms_cmds | reload_cmds | finish_cmds | \
4181 - postinstall_cmds | postuninstall_cmds | \
4182 - old_postinstall_cmds | old_postuninstall_cmds | \
4183 - sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
4184 - # Double-quote double-evaled strings.
4185 - eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
4186 - ;;
4187 - *)
4188 - eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
4189 - ;;
4190 - esac
4191 - done
4192 -
4193 - case $lt_echo in
4194 - *'\[$]0 --fallback-echo"')
4195 - lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
4196 - ;;
4197 - esac
4198 -
4199 -ifelse([$1], [],
4200 - [cfgfile="${ofile}T"
4201 - trap "$rm \"$cfgfile\"; exit 1" 1 2 15
4202 - $rm -f "$cfgfile"
4203 - AC_MSG_NOTICE([creating $ofile])],
4204 - [cfgfile="$ofile"])
4205 -
4206 - cat <<__EOF__ >> "$cfgfile"
4207 -ifelse([$1], [],
4208 -[#! $SHELL
4209 -
4210 -# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
4211 -# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
4212 -# NOTE: Changes made to this file will be lost: look at ltmain.sh.
4213 -#
4214 -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
4215 -# Free Software Foundation, Inc.
4216 -#
4217 -# This file is part of GNU Libtool:
4218 -# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
4219 -#
4220 -# This program is free software; you can redistribute it and/or modify
4221 -# it under the terms of the GNU General Public License as published by
4222 -# the Free Software Foundation; either version 2 of the License, or
4223 -# (at your option) any later version.
4224 -#
4225 -# This program is distributed in the hope that it will be useful, but
4226 -# WITHOUT ANY WARRANTY; without even the implied warranty of
4227 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
4228 -# General Public License for more details.
4229 -#
4230 -# You should have received a copy of the GNU General Public License
4231 -# along with this program; if not, write to the Free Software
4232 -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
4233 -#
4234 -# As a special exception to the GNU General Public License, if you
4235 -# distribute this file as part of a program that contains a
4236 -# configuration script generated by Autoconf, you may include it under
4237 -# the same distribution terms that you use for the rest of that program.
4238 -
4239 -# A sed program that does not truncate output.
4240 -SED=$lt_SED
4241 -
4242 -# Sed that helps us avoid accidentally triggering echo(1) options like -n.
4243 -Xsed="$SED -e 1s/^X//"
4244 -
4245 -# The HP-UX ksh and POSIX shell print the target directory to stdout
4246 -# if CDPATH is set.
4247 -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
4248 -
4249 -# The names of the tagged configurations supported by this script.
4250 -available_tags=
4251 -
4252 -# ### BEGIN LIBTOOL CONFIG],
4253 -[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
4254 -
4255 -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
4256 -
4257 -# Shell to use when invoking shell scripts.
4258 -SHELL=$lt_SHELL
4259 -
4260 -# Whether or not to build shared libraries.
4261 -build_libtool_libs=$enable_shared
4262 -
4263 -# Whether or not to build static libraries.
4264 -build_old_libs=$enable_static
4265 -
4266 -# Whether or not to add -lc for building shared libraries.
4267 -build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
4268 -
4269 -# Whether or not to disallow shared libs when runtime libs are static
4270 -allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
4271 -
4272 -# Whether or not to optimize for fast installation.
4273 -fast_install=$enable_fast_install
4274 -
4275 -# The host system.
4276 -host_alias=$host_alias
4277 -host=$host
4278 -host_os=$host_os
4279 -
4280 -# The build system.
4281 -build_alias=$build_alias
4282 -build=$build
4283 -build_os=$build_os
4284 -
4285 -# An echo program that does not interpret backslashes.
4286 -echo=$lt_echo
4287 -
4288 -# The archiver.
4289 -AR=$lt_AR
4290 -AR_FLAGS=$lt_AR_FLAGS
4291 -
4292 -# A C compiler.
4293 -LTCC=$lt_LTCC
4294 -
4295 -# LTCC compiler flags.
4296 -LTCFLAGS=$lt_LTCFLAGS
4297 -
4298 -# A language-specific compiler.
4299 -CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
4300 -
4301 -# Is the compiler the GNU C compiler?
4302 -with_gcc=$_LT_AC_TAGVAR(GCC, $1)
4303 -
4304 -# An ERE matcher.
4305 -EGREP=$lt_EGREP
4306 -
4307 -# The linker used to build libraries.
4308 -LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
4309 -
4310 -# Whether we need hard or soft links.
4311 -LN_S=$lt_LN_S
4312 -
4313 -# A BSD-compatible nm program.
4314 -NM=$lt_NM
4315 -
4316 -# A symbol stripping program
4317 -STRIP=$lt_STRIP
4318 -
4319 -# Used to examine libraries when file_magic_cmd begins "file"
4320 -MAGIC_CMD=$MAGIC_CMD
4321 -
4322 -# Used on cygwin: DLL creation program.
4323 -DLLTOOL="$DLLTOOL"
4324 -
4325 -# Used on cygwin: object dumper.
4326 -OBJDUMP="$OBJDUMP"
4327 -
4328 -# Used on cygwin: assembler.
4329 -AS="$AS"
4330 -
4331 -# The name of the directory that contains temporary libtool files.
4332 -objdir=$objdir
4333 -
4334 -# How to create reloadable object files.
4335 -reload_flag=$lt_reload_flag
4336 -reload_cmds=$lt_reload_cmds
4337 -
4338 -# How to pass a linker flag through the compiler.
4339 -wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
4340 -
4341 -# Object file suffix (normally "o").
4342 -objext="$ac_objext"
4343 -
4344 -# Old archive suffix (normally "a").
4345 -libext="$libext"
4346 -
4347 -# Shared library suffix (normally ".so").
4348 -shrext_cmds='$shrext_cmds'
4349 -
4350 -# Executable file suffix (normally "").
4351 -exeext="$exeext"
4352 -
4353 -# Additional compiler flags for building library objects.
4354 -pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
4355 -pic_mode=$pic_mode
4356 -
4357 -# What is the maximum length of a command?
4358 -max_cmd_len=$lt_cv_sys_max_cmd_len
4359 -
4360 -# Does compiler simultaneously support -c and -o options?
4361 -compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
4362 -
4363 -# Must we lock files when doing compilation?
4364 -need_locks=$lt_need_locks
4365 -
4366 -# Do we need the lib prefix for modules?
4367 -need_lib_prefix=$need_lib_prefix
4368 -
4369 -# Do we need a version for libraries?
4370 -need_version=$need_version
4371 -
4372 -# Whether dlopen is supported.
4373 -dlopen_support=$enable_dlopen
4374 -
4375 -# Whether dlopen of programs is supported.
4376 -dlopen_self=$enable_dlopen_self
4377 -
4378 -# Whether dlopen of statically linked programs is supported.
4379 -dlopen_self_static=$enable_dlopen_self_static
4380 -
4381 -# Compiler flag to prevent dynamic linking.
4382 -link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
4383 -
4384 -# Compiler flag to turn off builtin functions.
4385 -no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
4386 -
4387 -# Compiler flag to allow reflexive dlopens.
4388 -export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
4389 -
4390 -# Compiler flag to generate shared objects directly from archives.
4391 -whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
4392 -
4393 -# Compiler flag to generate thread-safe objects.
4394 -thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
4395 -
4396 -# Library versioning type.
4397 -version_type=$version_type
4398 -
4399 -# Format of library name prefix.
4400 -libname_spec=$lt_libname_spec
4401 -
4402 -# List of archive names. First name is the real one, the rest are links.
4403 -# The last name is the one that the linker finds with -lNAME.
4404 -library_names_spec=$lt_library_names_spec
4405 -
4406 -# The coded name of the library, if different from the real name.
4407 -soname_spec=$lt_soname_spec
4408 -
4409 -# Commands used to build and install an old-style archive.
4410 -RANLIB=$lt_RANLIB
4411 -old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
4412 -old_postinstall_cmds=$lt_old_postinstall_cmds
4413 -old_postuninstall_cmds=$lt_old_postuninstall_cmds
4414 -
4415 -# Create an old-style archive from a shared archive.
4416 -old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
4417 -
4418 -# Create a temporary old-style archive to link instead of a shared archive.
4419 -old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
4420 -
4421 -# Commands used to build and install a shared archive.
4422 -archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
4423 -archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
4424 -postinstall_cmds=$lt_postinstall_cmds
4425 -postuninstall_cmds=$lt_postuninstall_cmds
4426 -
4427 -# Commands used to build a loadable module (assumed same as above if empty)
4428 -module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
4429 -module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
4430 -
4431 -# Commands to strip libraries.
4432 -old_striplib=$lt_old_striplib
4433 -striplib=$lt_striplib
4434 -
4435 -# Dependencies to place before the objects being linked to create a
4436 -# shared library.
4437 -predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
4438 -
4439 -# Dependencies to place after the objects being linked to create a
4440 -# shared library.
4441 -postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
4442 -
4443 -# Dependencies to place before the objects being linked to create a
4444 -# shared library.
4445 -predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
4446 -
4447 -# Dependencies to place after the objects being linked to create a
4448 -# shared library.
4449 -postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4450 -
4451 -# The library search path used internally by the compiler when linking
4452 -# a shared library.
4453 -compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
4454 -
4455 -# Method to check whether dependent libraries are shared objects.
4456 -deplibs_check_method=$lt_deplibs_check_method
4457 -
4458 -# Command to use when deplibs_check_method == file_magic.
4459 -file_magic_cmd=$lt_file_magic_cmd
4460 -
4461 -# Flag that allows shared libraries with undefined symbols to be built.
4462 -allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
4463 -
4464 -# Flag that forces no undefined symbols.
4465 -no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
4466 -
4467 -# Commands used to finish a libtool library installation in a directory.
4468 -finish_cmds=$lt_finish_cmds
4469 -
4470 -# Same as above, but a single script fragment to be evaled but not shown.
4471 -finish_eval=$lt_finish_eval
4472 -
4473 -# Take the output of nm and produce a listing of raw symbols and C names.
4474 -global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
4475 -
4476 -# Transform the output of nm in a proper C declaration
4477 -global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
4478 -
4479 -# Transform the output of nm in a C name address pair
4480 -global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
4481 -
4482 -# This is the shared library runtime path variable.
4483 -runpath_var=$runpath_var
4484 -
4485 -# This is the shared library path variable.
4486 -shlibpath_var=$shlibpath_var
4487 -
4488 -# Is shlibpath searched before the hard-coded library search path?
4489 -shlibpath_overrides_runpath=$shlibpath_overrides_runpath
4490 -
4491 -# How to hardcode a shared library path into an executable.
4492 -hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
4493 -
4494 -# Whether we should hardcode library paths into libraries.
4495 -hardcode_into_libs=$hardcode_into_libs
4496 -
4497 -# Flag to hardcode \$libdir into a binary during linking.
4498 -# This must work even if \$libdir does not exist.
4499 -hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
4500 -
4501 -# If ld is used when linking, flag to hardcode \$libdir into
4502 -# a binary during linking. This must work even if \$libdir does
4503 -# not exist.
4504 -hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
4505 -
4506 -# Whether we need a single -rpath flag with a separated argument.
4507 -hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
4508 -
4509 -# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
4510 -# resulting binary.
4511 -hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
4512 -
4513 -# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
4514 -# resulting binary.
4515 -hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
4516 -
4517 -# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
4518 -# the resulting binary.
4519 -hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
4520 -
4521 -# Set to yes if building a shared library automatically hardcodes DIR into the library
4522 -# and all subsequent libraries and executables linked against it.
4523 -hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
4524 -
4525 -# Variables whose values should be saved in libtool wrapper scripts and
4526 -# restored at relink time.
4527 -variables_saved_for_relink="$variables_saved_for_relink"
4528 -
4529 -# Whether libtool must link a program against all its dependency libraries.
4530 -link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4531 -
4532 -# Compile-time system search path for libraries
4533 -sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
4534 -
4535 -# Run-time system search path for libraries
4536 -sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
4537 -
4538 -# Fix the shell variable \$srcfile for the compiler.
4539 -fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
4540 -
4541 -# Set to yes if exported symbols are required.
4542 -always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4543 -
4544 -# The commands to list exported symbols.
4545 -export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4546 -
4547 -# The commands to extract the exported symbol list from a shared archive.
4548 -extract_expsyms_cmds=$lt_extract_expsyms_cmds
4549 -
4550 -# Symbols that should not be listed in the preloaded symbols.
4551 -exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4552 -
4553 -# Symbols that must always be exported.
4554 -include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4555 -
4556 -ifelse([$1],[],
4557 -[# ### END LIBTOOL CONFIG],
4558 -[# ### END LIBTOOL TAG CONFIG: $tagname])
4559 -
4560 -__EOF__
4561 -
4562 -ifelse([$1],[], [
4563 - case $host_os in
4564 - aix3*)
4565 - cat <<\EOF >> "$cfgfile"
4566 -
4567 -# AIX sometimes has problems with the GCC collect2 program. For some
4568 -# reason, if we set the COLLECT_NAMES environment variable, the problems
4569 -# vanish in a puff of smoke.
4570 -if test "X${COLLECT_NAMES+set}" != Xset; then
4571 - COLLECT_NAMES=
4572 - export COLLECT_NAMES
4573 -fi
4574 -EOF
4575 - ;;
4576 - esac
4577 -
4578 - # We use sed instead of cat because bash on DJGPP gets confused if
4579 - # if finds mixed CR/LF and LF-only lines. Since sed operates in
4580 - # text mode, it properly converts lines to CR/LF. This bash problem
4581 - # is reportedly fixed, but why not run on old versions too?
4582 - sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
4583 -
4584 - mv -f "$cfgfile" "$ofile" || \
4585 - (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4586 - chmod +x "$ofile"
4587 -])
4588 -else
4589 - # If there is no Makefile yet, we rely on a make rule to execute
4590 - # `config.status --recheck' to rerun these tests and create the
4591 - # libtool script then.
4592 - ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
4593 - if test -f "$ltmain_in"; then
4594 - test -f Makefile && make "$ltmain"
4595 - fi
4596 -fi
4597 -])# AC_LIBTOOL_CONFIG
4598 -
4599 -
4600 -# AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME])
4601 -# -------------------------------------------
4602 -AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI],
4603 -[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
4604 -
4605 -_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
4606 -
4607 -if test "$GCC" = yes; then
4608 - _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4609 -
4610 - AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4611 - lt_cv_prog_compiler_rtti_exceptions,
4612 - [-fno-rtti -fno-exceptions], [],
4613 - [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4614 -fi
4615 -])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI
4616 -
4617 -
4618 -# AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
4619 -# ---------------------------------
4620 -AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
4621 -[AC_REQUIRE([AC_CANONICAL_HOST])
4622 -AC_REQUIRE([AC_PROG_NM])
4623 -AC_REQUIRE([AC_OBJEXT])
4624 -# Check for command to grab the raw symbol name followed by C symbol from nm.
4625 -AC_MSG_CHECKING([command to parse $NM output from $compiler object])
4626 -AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
4627 -[
4628 -# These are sane defaults that work on at least a few old systems.
4629 -# [They come from Ultrix. What could be older than Ultrix?!! ;)]
4630 -
4631 -# Character class describing NM global symbol codes.
4632 -symcode='[[BCDEGRST]]'
4633 -
4634 -# Regexp to match symbols that can be accessed directly from C.
4635 -sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4636 -
4637 -# Transform an extracted symbol line into a proper C declaration
4638 -lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4639 -
4640 -# Transform an extracted symbol line into symbol name and symbol address
4641 -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'"
4642 -
4643 -# Define system-specific variables.
4644 -case $host_os in
4645 -aix*)
4646 - symcode='[[BCDT]]'
4647 - ;;
4648 -cygwin* | mingw* | pw32*)
4649 - symcode='[[ABCDGISTW]]'
4650 - ;;
4651 -hpux*) # Its linker distinguishes data from code symbols
4652 - if test "$host_cpu" = ia64; then
4653 - symcode='[[ABCDEGRST]]'
4654 - fi
4655 - lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4656 - 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'"
4657 - ;;
4658 -linux*)
4659 - if test "$host_cpu" = ia64; then
4660 - symcode='[[ABCDGIRSTW]]'
4661 - lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4662 - 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'"
4663 - fi
4664 - ;;
4665 -irix* | nonstopux*)
4666 - symcode='[[BCDEGRST]]'
4667 - ;;
4668 -osf*)
4669 - symcode='[[BCDEGQRST]]'
4670 - ;;
4671 -solaris*)
4672 - symcode='[[BDRT]]'
4673 - ;;
4674 -sco3.2v5*)
4675 - symcode='[[DT]]'
4676 - ;;
4677 -sysv4.2uw2*)
4678 - symcode='[[DT]]'
4679 - ;;
4680 -sysv5* | sco5v6* | unixware* | OpenUNIX*)
4681 - symcode='[[ABDT]]'
4682 - ;;
4683 -sysv4)
4684 - symcode='[[DFNSTU]]'
4685 - ;;
4686 -esac
4687 -
4688 -# Handle CRLF in mingw tool chain
4689 -opt_cr=
4690 -case $build_os in
4691 -mingw*)
4692 - opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4693 - ;;
4694 -esac
4695 -
4696 -# If we're using GNU nm, then use its standard symbol codes.
4697 -case `$NM -V 2>&1` in
4698 -*GNU* | *'with BFD'*)
4699 - symcode='[[ABCDGIRSTW]]' ;;
4700 -esac
4701 -
4702 -# Try without a prefix undercore, then with it.
4703 -for ac_symprfx in "" "_"; do
4704 -
4705 - # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4706 - symxfrm="\\1 $ac_symprfx\\2 \\2"
4707 -
4708 - # Write the raw and C identifiers.
4709 - lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4710 -
4711 - # Check to see that the pipe works correctly.
4712 - pipe_works=no
4713 -
4714 - rm -f conftest*
4715 - cat > conftest.$ac_ext <<EOF
4716 -#ifdef __cplusplus
4717 -extern "C" {
4718 -#endif
4719 -char nm_test_var;
4720 -void nm_test_func(){}
4721 -#ifdef __cplusplus
4722 -}
4723 -#endif
4724 -int main(){nm_test_var='a';nm_test_func();return(0);}
4725 -EOF
4726 -
4727 - if AC_TRY_EVAL(ac_compile); then
4728 - # Now try to grab the symbols.
4729 - nlist=conftest.nm
4730 - if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4731 - # Try sorting and uniquifying the output.
4732 - if sort "$nlist" | uniq > "$nlist"T; then
4733 - mv -f "$nlist"T "$nlist"
4734 - else
4735 - rm -f "$nlist"T
4736 - fi
4737 -
4738 - # Make sure that we snagged all the symbols we need.
4739 - if grep ' nm_test_var$' "$nlist" >/dev/null; then
4740 - if grep ' nm_test_func$' "$nlist" >/dev/null; then
4741 - cat <<EOF > conftest.$ac_ext
4742 -#ifdef __cplusplus
4743 -extern "C" {
4744 -#endif
4745 -
4746 -EOF
4747 - # Now generate the symbol file.
4748 - eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4749 -
4750 - cat <<EOF >> conftest.$ac_ext
4751 -#if defined (__STDC__) && __STDC__
4752 -# define lt_ptr_t void *
4753 -#else
4754 -# define lt_ptr_t char *
4755 -# define const
4756 -#endif
4757 -
4758 -/* The mapping between symbol names and symbols. */
4759 -const struct {
4760 - const char *name;
4761 - lt_ptr_t address;
4762 -}
4763 -lt_preloaded_symbols[[]] =
4764 -{
4765 -EOF
4766 - $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4767 - cat <<\EOF >> conftest.$ac_ext
4768 - {0, (lt_ptr_t) 0}
4769 -};
4770 -
4771 -#ifdef __cplusplus
4772 -}
4773 -#endif
4774 -EOF
4775 - # Now try linking the two files.
4776 - mv conftest.$ac_objext conftstm.$ac_objext
4777 - lt_save_LIBS="$LIBS"
4778 - lt_save_CFLAGS="$CFLAGS"
4779 - LIBS="conftstm.$ac_objext"
4780 - CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4781 - if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4782 - pipe_works=yes
4783 - fi
4784 - LIBS="$lt_save_LIBS"
4785 - CFLAGS="$lt_save_CFLAGS"
4786 - else
4787 - echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4788 - fi
4789 - else
4790 - echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4791 - fi
4792 - else
4793 - echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4794 - fi
4795 - else
4796 - echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4797 - cat conftest.$ac_ext >&5
4798 - fi
4799 - rm -f conftest* conftst*
4800 -
4801 - # Do not use the global_symbol_pipe unless it works.
4802 - if test "$pipe_works" = yes; then
4803 - break
4804 - else
4805 - lt_cv_sys_global_symbol_pipe=
4806 - fi
4807 -done
4808 -])
4809 -if test -z "$lt_cv_sys_global_symbol_pipe"; then
4810 - lt_cv_sys_global_symbol_to_cdecl=
4811 -fi
4812 -if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4813 - AC_MSG_RESULT(failed)
4814 -else
4815 - AC_MSG_RESULT(ok)
4816 -fi
4817 -]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
4818 -
4819 -
4820 -# AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME])
4821 -# ---------------------------------------
4822 -AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC],
4823 -[_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4824 -_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4825 -_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4826 -
4827 -AC_MSG_CHECKING([for $compiler option to produce PIC])
4828 - ifelse([$1],[CXX],[
4829 - # C++ specific cases for pic, static, wl, etc.
4830 - if test "$GXX" = yes; then
4831 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4832 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4833 -
4834 - case $host_os in
4835 - aix*)
4836 - # All AIX code is PIC.
4837 - if test "$host_cpu" = ia64; then
4838 - # AIX 5 now supports IA64 processor
4839 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4840 - fi
4841 - ;;
4842 - amigaos*)
4843 - # FIXME: we need at least 68020 code to build shared libraries, but
4844 - # adding the `-m68020' flag to GCC prevents building anything better,
4845 - # like `-m68040'.
4846 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4847 - ;;
4848 - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4849 - # PIC is the default for these OSes.
4850 - ;;
4851 - mingw* | os2* | pw32*)
4852 - # This hack is so that the source file can tell whether it is being
4853 - # built for inclusion in a dll (and should export symbols for example).
4854 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4855 - ;;
4856 - darwin* | rhapsody*)
4857 - # PIC is the default on this platform
4858 - # Common symbols not allowed in MH_DYLIB files
4859 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4860 - ;;
4861 - *djgpp*)
4862 - # DJGPP does not support shared libraries at all
4863 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4864 - ;;
4865 - interix3*)
4866 - # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4867 - # Instead, we relocate shared libraries at runtime.
4868 - ;;
4869 - sysv4*MP*)
4870 - if test -d /usr/nec; then
4871 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4872 - fi
4873 - ;;
4874 - hpux*)
4875 - # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4876 - # not for PA HP-UX.
4877 - case $host_cpu in
4878 - hppa*64*|ia64*)
4879 - ;;
4880 - *)
4881 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4882 - ;;
4883 - esac
4884 - ;;
4885 - *)
4886 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4887 - ;;
4888 - esac
4889 - else
4890 - case $host_os in
4891 - aix4* | aix5*)
4892 - # All AIX code is PIC.
4893 - if test "$host_cpu" = ia64; then
4894 - # AIX 5 now supports IA64 processor
4895 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4896 - else
4897 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4898 - fi
4899 - ;;
4900 - chorus*)
4901 - case $cc_basename in
4902 - cxch68*)
4903 - # Green Hills C++ Compiler
4904 - # _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"
4905 - ;;
4906 - esac
4907 - ;;
4908 - darwin*)
4909 - # PIC is the default on this platform
4910 - # Common symbols not allowed in MH_DYLIB files
4911 - case $cc_basename in
4912 - xlc*)
4913 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
4914 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4915 - ;;
4916 - esac
4917 - ;;
4918 - dgux*)
4919 - case $cc_basename in
4920 - ec++*)
4921 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4922 - ;;
4923 - ghcx*)
4924 - # Green Hills C++ Compiler
4925 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4926 - ;;
4927 - *)
4928 - ;;
4929 - esac
4930 - ;;
4931 - freebsd* | kfreebsd*-gnu | dragonfly*)
4932 - # FreeBSD uses GNU C++
4933 - ;;
4934 - hpux9* | hpux10* | hpux11*)
4935 - case $cc_basename in
4936 - CC*)
4937 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4938 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4939 - if test "$host_cpu" != ia64; then
4940 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4941 - fi
4942 - ;;
4943 - aCC*)
4944 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4945 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4946 - case $host_cpu in
4947 - hppa*64*|ia64*)
4948 - # +Z the default
4949 - ;;
4950 - *)
4951 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4952 - ;;
4953 - esac
4954 - ;;
4955 - *)
4956 - ;;
4957 - esac
4958 - ;;
4959 - interix*)
4960 - # This is c89, which is MS Visual C++ (no shared libs)
4961 - # Anyone wants to do a port?
4962 - ;;
4963 - irix5* | irix6* | nonstopux*)
4964 - case $cc_basename in
4965 - CC*)
4966 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4967 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4968 - # CC pic flag -KPIC is the default.
4969 - ;;
4970 - *)
4971 - ;;
4972 - esac
4973 - ;;
4974 - linux*)
4975 - case $cc_basename in
4976 - KCC*)
4977 - # KAI C++ Compiler
4978 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4979 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4980 - ;;
4981 - icpc* | ecpc*)
4982 - # Intel C++
4983 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4984 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4985 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4986 - ;;
4987 - pgCC*)
4988 - # Portland Group C++ compiler.
4989 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4990 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4991 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4992 - ;;
4993 - cxx*)
4994 - # Compaq C++
4995 - # Make sure the PIC flag is empty. It appears that all Alpha
4996 - # Linux and Compaq Tru64 Unix objects are PIC.
4997 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4998 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4999 - ;;
5000 - *)
5001 - ;;
5002 - esac
5003 - ;;
5004 - lynxos*)
5005 - ;;
5006 - m88k*)
5007 - ;;
5008 - mvs*)
5009 - case $cc_basename in
5010 - cxx*)
5011 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
5012 - ;;
5013 - *)
5014 - ;;
5015 - esac
5016 - ;;
5017 - netbsd*)
5018 - ;;
5019 - osf3* | osf4* | osf5*)
5020 - case $cc_basename in
5021 - KCC*)
5022 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
5023 - ;;
5024 - RCC*)
5025 - # Rational C++ 2.4.1
5026 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5027 - ;;
5028 - cxx*)
5029 - # Digital/Compaq C++
5030 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5031 - # Make sure the PIC flag is empty. It appears that all Alpha
5032 - # Linux and Compaq Tru64 Unix objects are PIC.
5033 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5034 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5035 - ;;
5036 - *)
5037 - ;;
5038 - esac
5039 - ;;
5040 - psos*)
5041 - ;;
5042 - solaris*)
5043 - case $cc_basename in
5044 - CC*)
5045 - # Sun C++ 4.2, 5.x and Centerline C++
5046 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5047 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5048 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
5049 - ;;
5050 - gcx*)
5051 - # Green Hills C++ Compiler
5052 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
5053 - ;;
5054 - *)
5055 - ;;
5056 - esac
5057 - ;;
5058 - sunos4*)
5059 - case $cc_basename in
5060 - CC*)
5061 - # Sun C++ 4.x
5062 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5063 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5064 - ;;
5065 - lcc*)
5066 - # Lucid
5067 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5068 - ;;
5069 - *)
5070 - ;;
5071 - esac
5072 - ;;
5073 - tandem*)
5074 - case $cc_basename in
5075 - NCC*)
5076 - # NonStop-UX NCC 3.20
5077 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5078 - ;;
5079 - *)
5080 - ;;
5081 - esac
5082 - ;;
5083 - sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
5084 - case $cc_basename in
5085 - CC*)
5086 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5087 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5088 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5089 - ;;
5090 - esac
5091 - ;;
5092 - vxworks*)
5093 - ;;
5094 - *)
5095 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5096 - ;;
5097 - esac
5098 - fi
5099 -],
5100 -[
5101 - if test "$GCC" = yes; then
5102 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5103 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
5104 -
5105 - case $host_os in
5106 - aix*)
5107 - # All AIX code is PIC.
5108 - if test "$host_cpu" = ia64; then
5109 - # AIX 5 now supports IA64 processor
5110 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5111 - fi
5112 - ;;
5113 -
5114 - amigaos*)
5115 - # FIXME: we need at least 68020 code to build shared libraries, but
5116 - # adding the `-m68020' flag to GCC prevents building anything better,
5117 - # like `-m68040'.
5118 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
5119 - ;;
5120 -
5121 - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
5122 - # PIC is the default for these OSes.
5123 - ;;
5124 -
5125 - mingw* | pw32* | os2*)
5126 - # This hack is so that the source file can tell whether it is being
5127 - # built for inclusion in a dll (and should export symbols for example).
5128 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
5129 - ;;
5130 -
5131 - darwin* | rhapsody*)
5132 - # PIC is the default on this platform
5133 - # Common symbols not allowed in MH_DYLIB files
5134 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
5135 - ;;
5136 -
5137 - interix3*)
5138 - # Interix 3.x gcc -fpic/-fPIC options generate broken code.
5139 - # Instead, we relocate shared libraries at runtime.
5140 - ;;
5141 -
5142 - msdosdjgpp*)
5143 - # Just because we use GCC doesn't mean we suddenly get shared libraries
5144 - # on systems that don't support them.
5145 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5146 - enable_shared=no
5147 - ;;
5148 -
5149 - sysv4*MP*)
5150 - if test -d /usr/nec; then
5151 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
5152 - fi
5153 - ;;
5154 -
5155 - hpux*)
5156 - # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
5157 - # not for PA HP-UX.
5158 - case $host_cpu in
5159 - hppa*64*|ia64*)
5160 - # +Z the default
5161 - ;;
5162 - *)
5163 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5164 - ;;
5165 - esac
5166 - ;;
5167 -
5168 - *)
5169 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5170 - ;;
5171 - esac
5172 - else
5173 - # PORTME Check for flag to pass linker flags through the system compiler.
5174 - case $host_os in
5175 - aix*)
5176 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5177 - if test "$host_cpu" = ia64; then
5178 - # AIX 5 now supports IA64 processor
5179 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5180 - else
5181 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
5182 - fi
5183 - ;;
5184 - darwin*)
5185 - # PIC is the default on this platform
5186 - # Common symbols not allowed in MH_DYLIB files
5187 - case $cc_basename in
5188 - xlc*)
5189 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
5190 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5191 - ;;
5192 - esac
5193 - ;;
5194 -
5195 - mingw* | pw32* | os2*)
5196 - # This hack is so that the source file can tell whether it is being
5197 - # built for inclusion in a dll (and should export symbols for example).
5198 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
5199 - ;;
5200 -
5201 - hpux9* | hpux10* | hpux11*)
5202 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5203 - # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
5204 - # not for PA HP-UX.
5205 - case $host_cpu in
5206 - hppa*64*|ia64*)
5207 - # +Z the default
5208 - ;;
5209 - *)
5210 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
5211 - ;;
5212 - esac
5213 - # Is there a better lt_prog_compiler_static that works with the bundled CC?
5214 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
5215 - ;;
5216 -
5217 - irix5* | irix6* | nonstopux*)
5218 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5219 - # PIC (with -KPIC) is the default.
5220 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5221 - ;;
5222 -
5223 - newsos6)
5224 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5225 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5226 - ;;
5227 -
5228 - linux*)
5229 - case $cc_basename in
5230 - icc* | ecc*)
5231 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5232 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5233 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
5234 - ;;
5235 - pgcc* | pgf77* | pgf90* | pgf95*)
5236 - # Portland Group compilers (*not* the Pentium gcc compiler,
5237 - # which looks to be a dead project)
5238 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5239 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
5240 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5241 - ;;
5242 - ccc*)
5243 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5244 - # All Alpha code is PIC.
5245 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5246 - ;;
5247 - esac
5248 - ;;
5249 -
5250 - osf3* | osf4* | osf5*)
5251 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5252 - # All OSF/1 code is PIC.
5253 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5254 - ;;
5255 -
5256 - solaris*)
5257 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5258 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5259 - case $cc_basename in
5260 - f77* | f90* | f95*)
5261 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
5262 - *)
5263 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
5264 - esac
5265 - ;;
5266 -
5267 - sunos4*)
5268 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
5269 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
5270 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5271 - ;;
5272 -
5273 - sysv4 | sysv4.2uw2* | sysv4.3*)
5274 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5275 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5276 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5277 - ;;
5278 -
5279 - sysv4*MP*)
5280 - if test -d /usr/nec ;then
5281 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
5282 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5283 - fi
5284 - ;;
5285 -
5286 - sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
5287 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5288 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5289 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5290 - ;;
5291 -
5292 - unicos*)
5293 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5294 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5295 - ;;
5296 -
5297 - uts4*)
5298 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5299 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5300 - ;;
5301 -
5302 - *)
5303 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5304 - ;;
5305 - esac
5306 - fi
5307 -])
5308 -AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
5309 -
5310 -#
5311 -# Check to make sure the PIC flag actually works.
5312 -#
5313 -if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
5314 - AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
5315 - _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
5316 - [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
5317 - [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
5318 - "" | " "*) ;;
5319 - *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
5320 - esac],
5321 - [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5322 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
5323 -fi
5324 -case $host_os in
5325 - # For platforms which do not support PIC, -DPIC is meaningless:
5326 - *djgpp*)
5327 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
5328 - ;;
5329 - *)
5330 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
5331 - ;;
5332 -esac
5333 -
5334 -#
5335 -# Check to make sure the static flag actually works.
5336 -#
5337 -wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
5338 -AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
5339 - _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
5340 - $lt_tmp_static_flag,
5341 - [],
5342 - [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
5343 -])
5344 -
5345 -
5346 -# AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME])
5347 -# ------------------------------------
5348 -# See if the linker supports building shared libraries.
5349 -AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS],
5350 -[AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
5351 -ifelse([$1],[CXX],[
5352 - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5353 - case $host_os in
5354 - aix4* | aix5*)
5355 - # If we're using GNU nm, then we don't want the "-C" option.
5356 - # -C means demangle to AIX nm, but means don't demangle with GNU nm
5357 - if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5358 - _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'
5359 - else
5360 - _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'
5361 - fi
5362 - ;;
5363 - pw32*)
5364 - _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
5365 - ;;
5366 - cygwin* | mingw*)
5367 - _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'
5368 - ;;
5369 - *)
5370 - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5371 - ;;
5372 - esac
5373 -],[
5374 - runpath_var=
5375 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5376 - _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
5377 - _LT_AC_TAGVAR(archive_cmds, $1)=
5378 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
5379 - _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
5380 - _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
5381 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5382 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5383 - _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
5384 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5385 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
5386 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5387 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
5388 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
5389 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5390 - _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
5391 - _LT_AC_TAGVAR(hardcode_automatic, $1)=no
5392 - _LT_AC_TAGVAR(module_cmds, $1)=
5393 - _LT_AC_TAGVAR(module_expsym_cmds, $1)=
5394 - _LT_AC_TAGVAR(always_export_symbols, $1)=no
5395 - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5396 - # include_expsyms should be a list of space-separated symbols to be *always*
5397 - # included in the symbol list
5398 - _LT_AC_TAGVAR(include_expsyms, $1)=
5399 - # exclude_expsyms can be an extended regexp of symbols to exclude
5400 - # it will be wrapped by ` (' and `)$', so one must not match beginning or
5401 - # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
5402 - # as well as any symbol that contains `d'.
5403 - _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
5404 - # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
5405 - # platforms (ab)use it in PIC code, but their linkers get confused if
5406 - # the symbol is explicitly referenced. Since portable code cannot
5407 - # rely on this symbol name, it's probably fine to never include it in
5408 - # preloaded symbol tables.
5409 - extract_expsyms_cmds=
5410 - # Just being paranoid about ensuring that cc_basename is set.
5411 - _LT_CC_BASENAME([$compiler])
5412 - case $host_os in
5413 - cygwin* | mingw* | pw32*)
5414 - # FIXME: the MSVC++ port hasn't been tested in a loooong time
5415 - # When not using gcc, we currently assume that we are using
5416 - # Microsoft Visual C++.
5417 - if test "$GCC" != yes; then
5418 - with_gnu_ld=no
5419 - fi
5420 - ;;
5421 - interix*)
5422 - # we just hope/assume this is gcc and not c89 (= MSVC++)
5423 - with_gnu_ld=yes
5424 - ;;
5425 - openbsd*)
5426 - with_gnu_ld=no
5427 - ;;
5428 - esac
5429 -
5430 - _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5431 - if test "$with_gnu_ld" = yes; then
5432 - # If archive_cmds runs LD, not CC, wlarc should be empty
5433 - wlarc='${wl}'
5434 -
5435 - # Set some defaults for GNU ld with shared library support. These
5436 - # are reset later if shared libraries are not supported. Putting them
5437 - # here allows them to be overridden if necessary.
5438 - runpath_var=LD_RUN_PATH
5439 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
5440 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
5441 - # ancient GNU ld didn't support --whole-archive et. al.
5442 - if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
5443 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
5444 - else
5445 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5446 - fi
5447 - supports_anon_versioning=no
5448 - case `$LD -v 2>/dev/null` in
5449 - *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5450 - *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5451 - *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5452 - *\ 2.11.*) ;; # other 2.11 versions
5453 - *) supports_anon_versioning=yes ;;
5454 - esac
5455 -
5456 - # See if GNU ld supports shared libraries.
5457 - case $host_os in
5458 - aix3* | aix4* | aix5*)
5459 - # On AIX/PPC, the GNU linker is very broken
5460 - if test "$host_cpu" != ia64; then
5461 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
5462 - cat <<EOF 1>&2
5463 -
5464 -*** Warning: the GNU linker, at least up to release 2.9.1, is reported
5465 -*** to be unable to reliably create shared libraries on AIX.
5466 -*** Therefore, libtool is disabling shared libraries support. If you
5467 -*** really care for shared libraries, you may want to modify your PATH
5468 -*** so that a non-GNU linker is found, and then restart.
5469 -
5470 -EOF
5471 - fi
5472 - ;;
5473 -
5474 - amigaos*)
5475 - _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)'
5476 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5477 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5478 -
5479 - # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
5480 - # that the semantics of dynamic libraries on AmigaOS, at least up
5481 - # to version 4, is to share data among multiple programs linked
5482 - # with the same dynamic library. Since this doesn't match the
5483 - # behavior of shared libraries on other platforms, we can't use
5484 - # them.
5485 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
5486 - ;;
5487 -
5488 - beos*)
5489 - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5490 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5491 - # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5492 - # support --undefined. This deserves some investigation. FIXME
5493 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5494 - else
5495 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
5496 - fi
5497 - ;;
5498 -
5499 - cygwin* | mingw* | pw32*)
5500 - # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5501 - # as there is no search path for DLLs.
5502 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5503 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5504 - _LT_AC_TAGVAR(always_export_symbols, $1)=no
5505 - _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5506 - _LT_AC_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'
5507 -
5508 - if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
5509 - _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'
5510 - # If the export-symbols file already is a .def file (1st line
5511 - # is EXPORTS), use it as is; otherwise, prepend...
5512 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
5513 - cp $export_symbols $output_objdir/$soname.def;
5514 - else
5515 - echo EXPORTS > $output_objdir/$soname.def;
5516 - cat $export_symbols >> $output_objdir/$soname.def;
5517 - fi~
5518 - $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5519 - else
5520 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
5521 - fi
5522 - ;;
5523 -
5524 - interix3*)
5525 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
5526 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5527 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5528 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5529 - # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
5530 - # Instead, shared libraries are loaded at an image base (0x10000000 by
5531 - # default) and relocated if they conflict, which is a slow very memory
5532 - # consuming and fragmenting process. To avoid this, we pick a random,
5533 - # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
5534 - # time. Moving up from 0x10000000 also allows more sbrk(2) space.
5535 - _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'
5536 - _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'
5537 - ;;
5538 -
5539 - linux*)
5540 - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5541 - tmp_addflag=
5542 - case $cc_basename,$host_cpu in
5543 - pgcc*) # Portland Group C compiler
5544 - _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'
5545 - tmp_addflag=' $pic_flag'
5546 - ;;
5547 - pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
5548 - _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'
5549 - tmp_addflag=' $pic_flag -Mnomain' ;;
5550 - ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
5551 - tmp_addflag=' -i_dynamic' ;;
5552 - efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
5553 - tmp_addflag=' -i_dynamic -nofor_main' ;;
5554 - ifc* | ifort*) # Intel Fortran compiler
5555 - tmp_addflag=' -nofor_main' ;;
5556 - esac
5557 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5558 -
5559 - if test $supports_anon_versioning = yes; then
5560 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
5561 - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5562 - $echo "local: *; };" >> $output_objdir/$libname.ver~
5563 - $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5564 - fi
5565 - else
5566 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
5567 - fi
5568 - ;;
5569 -
5570 - netbsd*)
5571 - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5572 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5573 - wlarc=
5574 - else
5575 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5576 - _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'
5577 - fi
5578 - ;;
5579 -
5580 - solaris*)
5581 - if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5582 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
5583 - cat <<EOF 1>&2
5584 -
5585 -*** Warning: The releases 2.8.* of the GNU linker cannot reliably
5586 -*** create shared libraries on Solaris systems. Therefore, libtool
5587 -*** is disabling shared libraries support. We urge you to upgrade GNU
5588 -*** binutils to release 2.9.1 or newer. Another option is to modify
5589 -*** your PATH or compiler configuration so that the native linker is
5590 -*** used, and then restart.
5591 -
5592 -EOF
5593 - elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5594 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5595 - _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'
5596 - else
5597 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
5598 - fi
5599 - ;;
5600 -
5601 - sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
5602 - case `$LD -v 2>&1` in
5603 - *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
5604 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
5605 - cat <<_LT_EOF 1>&2
5606 -
5607 -*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
5608 -*** reliably create shared libraries on SCO systems. Therefore, libtool
5609 -*** is disabling shared libraries support. We urge you to upgrade GNU
5610 -*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
5611 -*** your PATH or compiler configuration so that the native linker is
5612 -*** used, and then restart.
5613 -
5614 -_LT_EOF
5615 - ;;
5616 - *)
5617 - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5618 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
5619 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
5620 - _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'
5621 - else
5622 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
5623 - fi
5624 - ;;
5625 - esac
5626 - ;;
5627 -
5628 - sunos4*)
5629 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5630 - wlarc=
5631 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5632 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5633 - ;;
5634 -
5635 - *)
5636 - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5637 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5638 - _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'
5639 - else
5640 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
5641 - fi
5642 - ;;
5643 - esac
5644 -
5645 - if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
5646 - runpath_var=
5647 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5648 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5649 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5650 - fi
5651 - else
5652 - # PORTME fill in a description of your system's linker (not GNU ld)
5653 - case $host_os in
5654 - aix3*)
5655 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5656 - _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5657 - _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'
5658 - # Note: this linker hardcodes the directories in LIBPATH if there
5659 - # are no directories specified by -L.
5660 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5661 - if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
5662 - # Neither direct hardcoding nor static linking is supported with a
5663 - # broken collect2.
5664 - _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5665 - fi
5666 - ;;
5667 -
5668 - aix4* | aix5*)
5669 - if test "$host_cpu" = ia64; then
5670 - # On IA64, the linker does run time linking by default, so we don't
5671 - # have to do anything special.
5672 - aix_use_runtimelinking=no
5673 - exp_sym_flag='-Bexport'
5674 - no_entry_flag=""
5675 - else
5676 - # If we're using GNU nm, then we don't want the "-C" option.
5677 - # -C means demangle to AIX nm, but means don't demangle with GNU nm
5678 - if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5679 - _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'
5680 - else
5681 - _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'
5682 - fi
5683 - aix_use_runtimelinking=no
5684 -
5685 - # Test if we are trying to use run time linking or normal
5686 - # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5687 - # need to do runtime linking.
5688 - case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
5689 - for ld_flag in $LDFLAGS; do
5690 - if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5691 - aix_use_runtimelinking=yes
5692 - break
5693 - fi
5694 - done
5695 - ;;
5696 - esac
5697 -
5698 - exp_sym_flag='-bexport'
5699 - no_entry_flag='-bnoentry'
5700 - fi
5701 -
5702 - # When large executables or shared objects are built, AIX ld can
5703 - # have problems creating the table of contents. If linking a library
5704 - # or program results in "error TOC overflow" add -mminimal-toc to
5705 - # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
5706 - # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5707 -
5708 - _LT_AC_TAGVAR(archive_cmds, $1)=''
5709 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5710 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5711 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5712 -
5713 - if test "$GCC" = yes; then
5714 - case $host_os in aix4.[[012]]|aix4.[[012]].*)
5715 - # We only want to do this on AIX 4.2 and lower, the check
5716 - # below for broken collect2 doesn't work under 4.3+
5717 - collect2name=`${CC} -print-prog-name=collect2`
5718 - if test -f "$collect2name" && \
5719 - strings "$collect2name" | grep resolve_lib_name >/dev/null
5720 - then
5721 - # We have reworked collect2
5722 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5723 - else
5724 - # We have old collect2
5725 - _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5726 - # It fails to find uninstalled libraries when the uninstalled
5727 - # path is not listed in the libpath. Setting hardcode_minus_L
5728 - # to unsupported forces relinking
5729 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5730 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5731 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5732 - fi
5733 - ;;
5734 - esac
5735 - shared_flag='-shared'
5736 - if test "$aix_use_runtimelinking" = yes; then
5737 - shared_flag="$shared_flag "'${wl}-G'
5738 - fi
5739 - else
5740 - # not using gcc
5741 - if test "$host_cpu" = ia64; then
5742 - # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5743 - # chokes on -Wl,-G. The following line is correct:
5744 - shared_flag='-G'
5745 - else
5746 - if test "$aix_use_runtimelinking" = yes; then
5747 - shared_flag='${wl}-G'
5748 - else
5749 - shared_flag='${wl}-bM:SRE'
5750 - fi
5751 - fi
5752 - fi
5753 -
5754 - # It seems that -bexpall does not export symbols beginning with
5755 - # underscore (_), so it is better to generate a list of symbols to export.
5756 - _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5757 - if test "$aix_use_runtimelinking" = yes; then
5758 - # Warning - without using the other runtime loading flags (-brtl),
5759 - # -berok will link without error, but may produce a broken library.
5760 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
5761 - # Determine the default libpath from the value encoded in an empty executable.
5762 - _LT_AC_SYS_LIBPATH_AIX
5763 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5764 - _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"
5765 - else
5766 - if test "$host_cpu" = ia64; then
5767 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5768 - _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5769 - _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"
5770 - else
5771 - # Determine the default libpath from the value encoded in an empty executable.
5772 - _LT_AC_SYS_LIBPATH_AIX
5773 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5774 - # Warning - without using the other run time loading flags,
5775 - # -berok will link without error, but may produce a broken library.
5776 - _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
5777 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
5778 - # Exported symbols can be pulled into shared objects from archives
5779 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
5780 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5781 - # This is similar to how AIX traditionally builds its shared libraries.
5782 - _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'
5783 - fi
5784 - fi
5785 - ;;
5786 -
5787 - amigaos*)
5788 - _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)'
5789 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5790 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5791 - # see comment about different semantics on the GNU ld section
5792 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
5793 - ;;
5794 -
5795 - bsdi[[45]]*)
5796 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5797 - ;;
5798 -
5799 - cygwin* | mingw* | pw32*)
5800 - # When not using gcc, we currently assume that we are using
5801 - # Microsoft Visual C++.
5802 - # hardcode_libdir_flag_spec is actually meaningless, as there is
5803 - # no search path for DLLs.
5804 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5805 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5806 - # Tell ltmain to make .lib files, not .a files.
5807 - libext=lib
5808 - # Tell ltmain to make .dll files, not .so files.
5809 - shrext_cmds=".dll"
5810 - # FIXME: Setting linknames here is a bad hack.
5811 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
5812 - # The linker will automatically build a .lib file if we build a DLL.
5813 - _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
5814 - # FIXME: Should let the user specify the lib program.
5815 - _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
5816 - _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
5817 - _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5818 - ;;
5819 -
5820 - darwin* | rhapsody*)
5821 - case $host_os in
5822 - rhapsody* | darwin1.[[012]])
5823 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
5824 - ;;
5825 - *) # Darwin 1.3 on
5826 - if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
5827 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5828 - else
5829 - case ${MACOSX_DEPLOYMENT_TARGET} in
5830 - 10.[[012]])
5831 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5832 - ;;
5833 - 10.*)
5834 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
5835 - ;;
5836 - esac
5837 - fi
5838 - ;;
5839 - esac
5840 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5841 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
5842 - _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5843 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5844 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
5845 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5846 - if test "$GCC" = yes ; then
5847 - output_verbose_link_cmd='echo'
5848 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
5849 - _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5850 - # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5851 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5852 - _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}'
5853 - else
5854 - case $cc_basename in
5855 - xlc*)
5856 - output_verbose_link_cmd='echo'
5857 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
5858 - _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
5859 - # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
5860 - _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 $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5861 - _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}'
5862 - ;;
5863 - *)
5864 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
5865 - ;;
5866 - esac
5867 - fi
5868 - ;;
5869 -
5870 - dgux*)
5871 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5872 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5873 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5874 - ;;
5875 -
5876 - freebsd1*)
5877 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
5878 - ;;
5879 -
5880 - # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5881 - # support. Future versions do this automatically, but an explicit c++rt0.o
5882 - # does not break anything, and helps significantly (at the cost of a little
5883 - # extra space).
5884 - freebsd2.2*)
5885 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5886 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5887 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5888 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5889 - ;;
5890 -
5891 - # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5892 - freebsd2*)
5893 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5894 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5895 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5896 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5897 - ;;
5898 -
5899 - # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5900 - freebsd* | kfreebsd*-gnu | dragonfly*)
5901 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5902 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5903 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5904 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5905 - ;;
5906 -
5907 - hpux9*)
5908 - if test "$GCC" = yes; then
5909 - _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'
5910 - else
5911 - _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'
5912 - fi
5913 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5914 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5915 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5916 -
5917 - # hardcode_minus_L: Not really in the search PATH,
5918 - # but as the default location of the library.
5919 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5920 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5921 - ;;
5922 -
5923 - hpux10*)
5924 - if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5925 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5926 - else
5927 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5928 - fi
5929 - if test "$with_gnu_ld" = no; then
5930 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5931 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5932 -
5933 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5934 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5935 -
5936 - # hardcode_minus_L: Not really in the search PATH,
5937 - # but as the default location of the library.
5938 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5939 - fi
5940 - ;;
5941 -
5942 - hpux11*)
5943 - if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5944 - case $host_cpu in
5945 - hppa*64*)
5946 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5947 - ;;
5948 - ia64*)
5949 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5950 - ;;
5951 - *)
5952 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5953 - ;;
5954 - esac
5955 - else
5956 - case $host_cpu in
5957 - hppa*64*)
5958 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5959 - ;;
5960 - ia64*)
5961 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5962 - ;;
5963 - *)
5964 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5965 - ;;
5966 - esac
5967 - fi
5968 - if test "$with_gnu_ld" = no; then
5969 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5970 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5971 -
5972 - case $host_cpu in
5973 - hppa*64*|ia64*)
5974 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5975 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
5976 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5977 - ;;
5978 - *)
5979 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5980 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5981 -
5982 - # hardcode_minus_L: Not really in the search PATH,
5983 - # but as the default location of the library.
5984 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5985 - ;;
5986 - esac
5987 - fi
5988 - ;;
5989 -
5990 - irix5* | irix6* | nonstopux*)
5991 - if test "$GCC" = yes; then
5992 - _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'
5993 - else
5994 - _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'
5995 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5996 - fi
5997 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5998 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5999 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6000 - ;;
6001 -
6002 - netbsd*)
6003 - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6004 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
6005 - else
6006 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
6007 - fi
6008 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6009 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6010 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6011 - ;;
6012 -
6013 - newsos6)
6014 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6015 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6016 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6017 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6018 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6019 - ;;
6020 -
6021 - openbsd*)
6022 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6023 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6024 - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6025 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
6026 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
6027 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
6028 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6029 - else
6030 - case $host_os in
6031 - openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
6032 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6033 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6034 - ;;
6035 - *)
6036 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
6037 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
6038 - ;;
6039 - esac
6040 - fi
6041 - ;;
6042 -
6043 - os2*)
6044 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6045 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6046 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
6047 - _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'
6048 - _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
6049 - ;;
6050 -
6051 - osf3*)
6052 - if test "$GCC" = yes; then
6053 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
6054 - _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'
6055 - else
6056 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
6057 - _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'
6058 - fi
6059 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6060 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6061 - ;;
6062 -
6063 - osf4* | osf5*) # as osf3* with the addition of -msym flag
6064 - if test "$GCC" = yes; then
6065 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
6066 - _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'
6067 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6068 - else
6069 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
6070 - _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'
6071 - _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~
6072 - $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'
6073 -
6074 - # Both c and cxx compiler support -rpath directly
6075 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
6076 - fi
6077 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6078 - ;;
6079 -
6080 - solaris*)
6081 - _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
6082 - if test "$GCC" = yes; then
6083 - wlarc='${wl}'
6084 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
6085 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6086 - $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
6087 - else
6088 - wlarc=''
6089 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
6090 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
6091 - $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
6092 - fi
6093 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6094 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6095 - case $host_os in
6096 - solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
6097 - *)
6098 - # The compiler driver will combine linker options so we
6099 - # cannot just pass the convience library names through
6100 - # without $wl, iff we do not link with $LD.
6101 - # Luckily, gcc supports the same syntax we need for Sun Studio.
6102 - # Supported since Solaris 2.6 (maybe 2.5.1?)
6103 - case $wlarc in
6104 - '')
6105 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
6106 - *)
6107 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
6108 - esac ;;
6109 - esac
6110 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6111 - ;;
6112 -
6113 - sunos4*)
6114 - if test "x$host_vendor" = xsequent; then
6115 - # Use $CC to link under sequent, because it throws in some extra .o
6116 - # files that make .init and .fini sections work.
6117 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
6118 - else
6119 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
6120 - fi
6121 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
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
6125 - ;;
6126 -
6127 - sysv4)
6128 - case $host_vendor in
6129 - sni)
6130 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6131 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
6132 - ;;
6133 - siemens)
6134 - ## LD is ld it makes a PLAMLIB
6135 - ## CC just makes a GrossModule.
6136 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
6137 - _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
6138 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
6139 - ;;
6140 - motorola)
6141 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6142 - _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
6143 - ;;
6144 - esac
6145 - runpath_var='LD_RUN_PATH'
6146 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6147 - ;;
6148 -
6149 - sysv4.3*)
6150 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6151 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6152 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
6153 - ;;
6154 -
6155 - sysv4*MP*)
6156 - if test -d /usr/nec; then
6157 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6158 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6159 - runpath_var=LD_RUN_PATH
6160 - hardcode_runpath_var=yes
6161 - _LT_AC_TAGVAR(ld_shlibs, $1)=yes
6162 - fi
6163 - ;;
6164 -
6165 - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7*)
6166 - _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
6167 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
6168 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6169 - runpath_var='LD_RUN_PATH'
6170 -
6171 - if test "$GCC" = yes; then
6172 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6173 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6174 - else
6175 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6176 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6177 - fi
6178 - ;;
6179 -
6180 - sysv5* | sco3.2v5* | sco5v6*)
6181 - # Note: We can NOT use -z defs as we might desire, because we do not
6182 - # link with -lc, and that would cause any symbols used from libc to
6183 - # always be unresolved, which means just about no library would
6184 - # ever link correctly. If we're not using GNU ld we use -z text
6185 - # though, which does catch some bad symbols but isn't as heavy-handed
6186 - # as -z defs.
6187 - _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
6188 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
6189 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
6190 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6191 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
6192 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
6193 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6194 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
6195 - runpath_var='LD_RUN_PATH'
6196 -
6197 - if test "$GCC" = yes; then
6198 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
6199 - _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'
6200 - else
6201 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
6202 - _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'
6203 - fi
6204 - ;;
6205 -
6206 - uts4*)
6207 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6208 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6209 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6210 - ;;
6211 -
6212 - *)
6213 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
6214 - ;;
6215 - esac
6216 - fi
6217 -])
6218 -AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
6219 -test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
6220 -
6221 -#
6222 -# Do we need to explicitly link libc?
6223 -#
6224 -case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
6225 -x|xyes)
6226 - # Assume -lc should be added
6227 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
6228 -
6229 - if test "$enable_shared" = yes && test "$GCC" = yes; then
6230 - case $_LT_AC_TAGVAR(archive_cmds, $1) in
6231 - *'~'*)
6232 - # FIXME: we may have to deal with multi-command sequences.
6233 - ;;
6234 - '$CC '*)
6235 - # Test whether the compiler implicitly links with -lc since on some
6236 - # systems, -lgcc has to come before -lc. If gcc already passes -lc
6237 - # to ld, don't add -lc before -lgcc.
6238 - AC_MSG_CHECKING([whether -lc should be explicitly linked in])
6239 - $rm conftest*
6240 - printf "$lt_simple_compile_test_code" > conftest.$ac_ext
6241 -
6242 - if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
6243 - soname=conftest
6244 - lib=conftest
6245 - libobjs=conftest.$ac_objext
6246 - deplibs=
6247 - wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
6248 - pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
6249 - compiler_flags=-v
6250 - linker_flags=-v
6251 - verstring=
6252 - output_objdir=.
6253 - libname=conftest
6254 - lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
6255 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=
6256 - if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
6257 - then
6258 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
6259 - else
6260 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
6261 - fi
6262 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
6263 - else
6264 - cat conftest.err 1>&5
6265 - fi
6266 - $rm conftest*
6267 - AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
6268 - ;;
6269 - esac
6270 - fi
6271 - ;;
6272 -esac
6273 -])# AC_LIBTOOL_PROG_LD_SHLIBS
6274 -
6275 -
6276 -# _LT_AC_FILE_LTDLL_C
6277 -# -------------------
6278 -# Be careful that the start marker always follows a newline.
6279 -AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
6280 -# /* ltdll.c starts here */
6281 -# #define WIN32_LEAN_AND_MEAN
6282 -# #include <windows.h>
6283 -# #undef WIN32_LEAN_AND_MEAN
6284 -# #include <stdio.h>
6285 -#
6286 -# #ifndef __CYGWIN__
6287 -# # ifdef __CYGWIN32__
6288 -# # define __CYGWIN__ __CYGWIN32__
6289 -# # endif
6290 -# #endif
6291 -#
6292 -# #ifdef __cplusplus
6293 -# extern "C" {
6294 -# #endif
6295 -# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
6296 -# #ifdef __cplusplus
6297 -# }
6298 -# #endif
6299 -#
6300 -# #ifdef __CYGWIN__
6301 -# #include <cygwin/cygwin_dll.h>
6302 -# DECLARE_CYGWIN_DLL( DllMain );
6303 -# #endif
6304 -# HINSTANCE __hDllInstance_base;
6305 -#
6306 -# BOOL APIENTRY
6307 -# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
6308 -# {
6309 -# __hDllInstance_base = hInst;
6310 -# return TRUE;
6311 -# }
6312 -# /* ltdll.c ends here */
6313 -])# _LT_AC_FILE_LTDLL_C
6314 -
6315 -
6316 -# _LT_AC_TAGVAR(VARNAME, [TAGNAME])
6317 -# ---------------------------------
6318 -AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
6319 -
6320 -
6321 -# old names
6322 -AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
6323 -AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
6324 -AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
6325 -AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
6326 -AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
6327 -AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
6328 -AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
6329 -
6330 -# This is just to silence aclocal about the macro not being used
6331 -ifelse([AC_DISABLE_FAST_INSTALL])
6332 -
6333 -AC_DEFUN([LT_AC_PROG_GCJ],
6334 -[AC_CHECK_TOOL(GCJ, gcj, no)
6335 - test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
6336 - AC_SUBST(GCJFLAGS)
6337 -])
6338 -
6339 -AC_DEFUN([LT_AC_PROG_RC],
6340 -[AC_CHECK_TOOL(RC, windres, no)
6341 -])
6342 -
6343 -############################################################
6344 -# NOTE: This macro has been submitted for inclusion into #
6345 -# GNU Autoconf as AC_PROG_SED. When it is available in #
6346 -# a released version of Autoconf we should remove this #
6347 -# macro and use it instead. #
6348 -############################################################
6349 -# LT_AC_PROG_SED
6350 -# --------------
6351 -# Check for a fully-functional sed program, that truncates
6352 -# as few characters as possible. Prefer GNU sed if found.
6353 -AC_DEFUN([LT_AC_PROG_SED],
6354 -[AC_MSG_CHECKING([for a sed that does not truncate output])
6355 -AC_CACHE_VAL(lt_cv_path_SED,
6356 -[# Loop through the user's path and test for sed and gsed.
6357 -# Then use that list of sed's as ones to test for truncation.
6358 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6359 -for as_dir in $PATH
6360 -do
6361 - IFS=$as_save_IFS
6362 - test -z "$as_dir" && as_dir=.
6363 - for lt_ac_prog in sed gsed; do
6364 - for ac_exec_ext in '' $ac_executable_extensions; do
6365 - if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
6366 - lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
6367 - fi
6368 - done
6369 - done
6370 -done
6371 -lt_ac_max=0
6372 -lt_ac_count=0
6373 -# Add /usr/xpg4/bin/sed as it is typically found on Solaris
6374 -# along with /bin/sed that truncates output.
6375 -for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
6376 - test ! -f $lt_ac_sed && continue
6377 - cat /dev/null > conftest.in
6378 - lt_ac_count=0
6379 - echo $ECHO_N "0123456789$ECHO_C" >conftest.in
6380 - # Check for GNU sed and select it if it is found.
6381 - if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
6382 - lt_cv_path_SED=$lt_ac_sed
6383 - break
6384 - fi
6385 - while true; do
6386 - cat conftest.in conftest.in >conftest.tmp
6387 - mv conftest.tmp conftest.in
6388 - cp conftest.in conftest.nl
6389 - echo >>conftest.nl
6390 - $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
6391 - cmp -s conftest.out conftest.nl || break
6392 - # 10000 chars as input seems more than enough
6393 - test $lt_ac_count -gt 10 && break
6394 - lt_ac_count=`expr $lt_ac_count + 1`
6395 - if test $lt_ac_count -gt $lt_ac_max; then
6396 - lt_ac_max=$lt_ac_count
6397 - lt_cv_path_SED=$lt_ac_sed
6398 - fi
6399 - done
6400 -done
6401 -])
6402 -SED=$lt_cv_path_SED
6403 -AC_MSG_RESULT([$SED])
6404 -])
6405 --- a/Makefile.in
6406 +++ b/Makefile.in
6407 @@ -241,19 +241,6 @@ all: rfbconfig.h
6408 .SUFFIXES:
6409 am--refresh:
6410 @:
6411 -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
6412 - @for dep in $?; do \
6413 - case '$(am__configure_deps)' in \
6414 - *$$dep*) \
6415 - echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
6416 - cd $(srcdir) && $(AUTOMAKE) --gnu \
6417 - && exit 0; \
6418 - exit 1;; \
6419 - esac; \
6420 - done; \
6421 - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
6422 - cd $(top_srcdir) && \
6423 - $(AUTOMAKE) --gnu Makefile
6424 .PRECIOUS: Makefile
6425 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
6426 @case '$?' in \