1 # aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
3 # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
4 # Free Software Foundation, Inc.
5 # This file is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
16 # serial 47 AC_PROG_LIBTOOL
19 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
20 # -----------------------------------------------------------
21 # If this macro is not defined by Autoconf, define it here.
22 m4_ifdef([AC_PROVIDE_IFELSE],
24 [m4_define([AC_PROVIDE_IFELSE],
25 [m4_ifdef([AC_PROVIDE_$1],
31 AC_DEFUN([AC_PROG_LIBTOOL],
32 [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
33 dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
34 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
35 AC_PROVIDE_IFELSE([AC_PROG_CXX],
37 [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
39 dnl And a similar setup for Fortran 77 support
40 AC_PROVIDE_IFELSE([AC_PROG_F77],
42 [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
45 dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
46 dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run
47 dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
48 AC_PROVIDE_IFELSE([AC_PROG_GCJ],
50 [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
52 [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
55 [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
56 ifdef([A][M_PROG_GCJ],
57 [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
58 ifdef([LT_AC_PROG_GCJ],
59 [define([LT_AC_PROG_GCJ],
60 defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
66 AC_DEFUN([_AC_PROG_LIBTOOL],
67 [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
68 AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
69 AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
70 AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
72 # This can be used to rebuild libtool when needed
73 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
75 # Always use our own libtool.
76 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
79 # Prevent multiple expansion
80 define([AC_PROG_LIBTOOL], [])
86 AC_DEFUN([AC_LIBTOOL_SETUP],
88 AC_REQUIRE([AC_ENABLE_SHARED])dnl
89 AC_REQUIRE([AC_ENABLE_STATIC])dnl
90 AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
91 AC_REQUIRE([AC_CANONICAL_HOST])dnl
92 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
93 AC_REQUIRE([AC_PROG_CC])dnl
94 AC_REQUIRE([AC_PROG_LD])dnl
95 AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
96 AC_REQUIRE([AC_PROG_NM])dnl
98 AC_REQUIRE([AC_PROG_LN_S])dnl
99 AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
100 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
101 AC_REQUIRE([AC_OBJEXT])dnl
102 AC_REQUIRE([AC_EXEEXT])dnl
105 AC_LIBTOOL_SYS_MAX_CMD_LEN
106 AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
109 AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
110 _LT_AC_PROG_ECHO_BACKSLASH
114 # AIX sometimes has problems with the GCC collect2 program. For some
115 # reason, if we set the COLLECT_NAMES environment variable, the problems
116 # vanish in a puff of smoke.
117 if test "X${COLLECT_NAMES+set}" != Xset; then
124 # Sed substitution that helps us do robust quoting. It backslashifies
125 # metacharacters that are still active within double-quoted strings.
127 [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
129 # Same as above, but do not quote variable references.
130 [double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
132 # Sed substitution to delay expansion of an escaped shell variable in a
133 # double_quote_subst'ed string.
134 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
136 # Sed substitution to undo escaping of the cmd sep variable
137 unescape_variable_subst='s/\\\(${_S_}\)/\1/g'
139 # Sed substitution to avoid accidental globbing in evaled expressions
140 no_glob_subst='s/\*/\\\*/g'
146 default_ofile=libtool
149 # All known linkers require a `.a' archive for static linking (except M$VC,
150 # which needs '.lib').
152 ltmain="$ac_aux_dir/ltmain.sh"
153 ofile="$default_ofile"
154 with_gnu_ld="$lt_cv_prog_gnu_ld"
156 AC_CHECK_TOOL(AR, ar, false)
157 AC_CHECK_TOOL(RANLIB, ranlib, :)
158 AC_CHECK_TOOL(STRIP, strip, :)
163 # Set sane defaults for various variables
164 test -z "$AR" && AR=ar
165 test -z "$AR_FLAGS" && AR_FLAGS=cru
166 test -z "$AS" && AS=as
167 test -z "$CC" && CC=cc
168 test -z "$LTCC" && LTCC=$CC
169 test -z "$DLLTOOL" && DLLTOOL=dlltool
170 test -z "$LD" && LD=ld
171 test -z "$LN_S" && LN_S="ln -s"
172 test -z "$MAGIC_CMD" && MAGIC_CMD=file
173 test -z "$NM" && NM=nm
174 test -z "$SED" && SED=sed
175 test -z "$OBJDUMP" && OBJDUMP=objdump
176 test -z "$RANLIB" && RANLIB=:
177 test -z "$STRIP" && STRIP=:
178 test -z "$ac_objext" && ac_objext=o
180 # Determine commands to create old-style static archives.
181 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
182 old_postinstall_cmds='chmod 644 $oldlib'
183 old_postuninstall_cmds=
185 if test -n "$RANLIB"; then
188 old_postinstall_cmds="\$RANLIB -t \$oldlib\${_S_}$old_postinstall_cmds"
191 old_postinstall_cmds="\$RANLIB \$oldlib\${_S_}$old_postinstall_cmds"
194 old_archive_cmds="$old_archive_cmds\${_S_}\$RANLIB \$oldlib"
197 # Only perform the check for file, if the check method requires it
198 case $deplibs_check_method in
200 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
206 AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
207 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
208 enable_win32_dll=yes, enable_win32_dll=no)
210 AC_ARG_ENABLE([libtool-lock],
211 [AC_HELP_STRING([--disable-libtool-lock],
212 [avoid locking (might break parallel builds)])])
213 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
216 [AC_HELP_STRING([--with-pic],
217 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
218 [pic_mode="$withval"],
220 test -z "$pic_mode" && pic_mode=default
222 # Use C for the default configuration in the libtool script
224 AC_LIBTOOL_LANG_C_CONFIG
229 # _LT_AC_SYS_COMPILER
230 # -------------------
231 AC_DEFUN([_LT_AC_SYS_COMPILER],
232 [AC_REQUIRE([AC_PROG_CC])dnl
234 # If no C compiler was specified, use CC.
237 # Allow CC to be a program name with arguments.
239 ])# _LT_AC_SYS_COMPILER
242 # _LT_AC_SYS_LIBPATH_AIX
243 # ----------------------
244 # Links a minimal program and checks the executable
245 # for the system default hardcoded library path. In most cases,
246 # this is /usr/lib:/lib, but when the MPI compilers are used
247 # the location of the communication and MPI libs are included too.
248 # If we don't find anything, use the default library path according
249 # to the aix ld manual.
250 AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
251 [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
252 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
254 # Check for a 64-bit object if we didn't find anything.
255 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; }
257 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
258 ])# _LT_AC_SYS_LIBPATH_AIX
261 # _LT_AC_SHELL_INIT(ARG)
262 # ----------------------
263 AC_DEFUN([_LT_AC_SHELL_INIT],
264 [ifdef([AC_DIVERSION_NOTICE],
265 [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
266 [AC_DIVERT_PUSH(NOTICE)])
269 ])# _LT_AC_SHELL_INIT
272 # _LT_AC_PROG_ECHO_BACKSLASH
273 # --------------------------
274 # Add some code to the start of the generated configure script which
275 # will find an echo command which doesn't interpret backslashes.
276 AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH],
278 # Check that we are running under the correct shell.
279 SHELL=${CONFIG_SHELL-/bin/sh}
283 # Remove one level of quotation (which was required for Make).
284 ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
289 if test "X[$]1" = X--no-reexec; then
290 # Discard the --no-reexec flag, and continue.
292 elif test "X[$]1" = X--fallback-echo; then
293 # Avoid inline document here, it may be left over
295 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
296 # Yippee, $echo works!
299 # Restart under the correct shell.
300 exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
303 if test "X[$]1" = X--fallback-echo; then
304 # used as fallback echo
312 # The HP-UX ksh and POSIX shell print the target directory to stdout
314 if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
316 if test -z "$ECHO"; then
317 if test "X${echo_test_string+set}" != Xset; then
318 # find a string as large as possible, as long as the shell can cope with it
319 for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
320 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
321 if (echo_test_string="`eval $cmd`") 2>/dev/null &&
322 echo_test_string="`eval $cmd`" &&
323 (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
330 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
331 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
332 test "X$echo_testing_string" = "X$echo_test_string"; then
335 # The Solaris, AIX, and Digital Unix default echo programs unquote
336 # backslashes. This makes it impossible to quote backslashes using
337 # echo "$something" | sed 's/\\/\\\\/g'
339 # So, first we look for a working echo in the user's PATH.
341 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
342 for dir in $PATH /usr/ucb; do
344 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
345 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
346 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
347 test "X$echo_testing_string" = "X$echo_test_string"; then
354 if test "X$echo" = Xecho; then
355 # We didn't find a better echo, so look for alternatives.
356 if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
357 echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
358 test "X$echo_testing_string" = "X$echo_test_string"; then
359 # This shell has a builtin print -r that does the trick.
361 elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
362 test "X$CONFIG_SHELL" != X/bin/ksh; then
363 # If we have ksh, try running configure again with it.
364 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
365 export ORIGINAL_CONFIG_SHELL
366 CONFIG_SHELL=/bin/ksh
368 exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
372 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
373 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
374 test "X$echo_testing_string" = "X$echo_test_string"; then
377 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
378 test "X$echo_testing_string" = 'X\t' &&
379 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
380 test "X$echo_testing_string" = "X$echo_test_string"; then
381 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
383 SHELL="$CONFIG_SHELL"
385 echo="$CONFIG_SHELL [$]0 --fallback-echo"
386 elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
387 test "X$echo_testing_string" = 'X\t' &&
388 echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
389 test "X$echo_testing_string" = "X$echo_test_string"; then
390 echo="$CONFIG_SHELL [$]0 --fallback-echo"
392 # maybe with a smaller string...
395 for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
396 if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
403 if test "$prev" != 'sed 50q "[$]0"'; then
404 echo_test_string=`eval $prev`
405 export echo_test_string
406 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
408 # Oops. We lost completely, so just stick with echo.
417 # Copy echo and quote the copy suitably for passing to libtool from
418 # the Makefile, instead of quoting the original, which is used later.
420 if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
421 ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
425 ])])# _LT_AC_PROG_ECHO_BACKSLASH
430 AC_DEFUN([_LT_AC_LOCK],
431 [AC_ARG_ENABLE([libtool-lock],
432 [AC_HELP_STRING([--disable-libtool-lock],
433 [avoid locking (might break parallel builds)])])
434 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
436 # Some flags need to be propagated to the compiler or linker for good
440 # Find out which ABI we are using.
441 echo 'int i;' > conftest.$ac_ext
442 if AC_TRY_EVAL(ac_compile); then
443 case `/usr/bin/file conftest.$ac_objext` in
455 # Find out which ABI we are using.
456 echo '[#]line __oline__ "configure"' > conftest.$ac_ext
457 if AC_TRY_EVAL(ac_compile); then
458 if test "$lt_cv_prog_gnu_ld" = yes; then
459 case `/usr/bin/file conftest.$ac_objext` in
461 LD="${LD-ld} -melf32bsmip"
464 LD="${LD-ld} -melf32bmipn32"
467 LD="${LD-ld} -melf64bmip"
471 case `/usr/bin/file conftest.$ac_objext` in
487 x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
488 # Find out which ABI we are using.
489 echo 'int i;' > conftest.$ac_ext
490 if AC_TRY_EVAL(ac_compile); then
491 case "`/usr/bin/file conftest.o`" in
495 LD="${LD-ld} -m elf_i386"
498 LD="${LD-ld} -m elf32ppclinux"
501 LD="${LD-ld} -m elf_s390"
504 LD="${LD-ld} -m elf32_sparc"
511 LD="${LD-ld} -m elf_x86_64"
513 ppc*-*linux*|powerpc*-*linux*)
514 LD="${LD-ld} -m elf64ppc"
517 LD="${LD-ld} -m elf64_s390"
520 LD="${LD-ld} -m elf64_sparc"
530 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
531 SAVE_CFLAGS="$CFLAGS"
532 CFLAGS="$CFLAGS -belf"
533 AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
535 AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
537 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
538 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
539 CFLAGS="$SAVE_CFLAGS"
542 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
543 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
544 AC_CHECK_TOOL(DLLTOOL, dlltool, false)
545 AC_CHECK_TOOL(AS, as, false)
546 AC_CHECK_TOOL(OBJDUMP, objdump, false)
551 need_locks="$enable_libtool_lock"
556 # AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
557 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
558 # ----------------------------------------------------------------
559 # Check whether the given compiler option works
560 AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION],
561 [AC_CACHE_CHECK([$1], [$2],
563 ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
564 printf "$lt_simple_compile_test_code" > conftest.$ac_ext
565 lt_compiler_flag="$3"
566 # Insert the option either (1) after the last *FLAGS variable, or
567 # (2) before a word containing "conftest.", or (3) at the end.
568 # Note that $ac_compile itself does not contain backslashes and begins
569 # with a dollar sign (not a hyphen), so the echo should work correctly.
570 # The option is referenced via a variable to avoid confusing sed.
571 lt_compile=`echo "$ac_compile" | $SED \
572 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
573 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
574 -e 's:$: $lt_compiler_flag:'`
575 (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
576 (eval "$lt_compile" 2>conftest.err)
578 cat conftest.err >&AS_MESSAGE_LOG_FD
579 echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
580 if (exit $ac_status) && test -s "$ac_outfile"; then
581 # The compiler can only warn and ignore the option if not recognized
582 # So say no if there are warnings
583 if test ! -s conftest.err; then
590 if test x"[$]$2" = xyes; then
591 ifelse([$5], , :, [$5])
593 ifelse([$6], , :, [$6])
595 ])# AC_LIBTOOL_COMPILER_OPTION
598 # AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
599 # [ACTION-SUCCESS], [ACTION-FAILURE])
600 # ------------------------------------------------------------
601 # Check whether the given compiler option works
602 AC_DEFUN([AC_LIBTOOL_LINKER_OPTION],
603 [AC_CACHE_CHECK([$1], [$2],
605 save_LDFLAGS="$LDFLAGS"
606 LDFLAGS="$LDFLAGS $3"
607 printf "$lt_simple_link_test_code" > conftest.$ac_ext
608 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
609 # The compiler can only warn and ignore the option if not recognized
610 # So say no if there are warnings
611 if test -s conftest.err; then
612 # Append any errors to the config.log.
613 cat conftest.err 1>&AS_MESSAGE_LOG_FD
619 LDFLAGS="$save_LDFLAGS"
622 if test x"[$]$2" = xyes; then
623 ifelse([$4], , :, [$4])
625 ifelse([$5], , :, [$5])
627 ])# AC_LIBTOOL_LINKER_OPTION
630 # AC_LIBTOOL_SYS_MAX_CMD_LEN
631 # --------------------------
632 AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN],
633 [# find the maximum length of command line arguments
634 AC_MSG_CHECKING([the maximum length of command line arguments])
635 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
641 # On DJGPP, this test can blow up pretty badly due to problems in libc
642 # (any single argument exceeding 2000 bytes causes a buffer overrun
643 # during glob expansion). Even if it were fixed, the result of this
644 # check would be larger than it should be.
645 lt_cv_sys_max_cmd_len=12288; # 12K is about right
649 # Under GNU Hurd, this test is not required because there is
650 # no limit to the length of command line arguments.
651 # Libtool will interpret -1 as no limit whatsoever
652 lt_cv_sys_max_cmd_len=-1;
656 # On Win9x/ME, this test blows up -- it succeeds, but takes
657 # about 5 minutes as the teststring grows exponentially.
658 # Worse, since 9x/ME are not pre-emptively multitasking,
659 # you end up with a "frozen" computer, even though with patience
660 # the test eventually succeeds (with a max line length of 256k).
661 # Instead, let's just punt: use the minimum linelength reported by
662 # all of the supported platforms: 8192 (on NT/2K/XP).
663 lt_cv_sys_max_cmd_len=8192;
667 # If test is not a shell built-in, we'll probably end up computing a
668 # maximum length that is only half of the actual maximum length, but
670 while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
671 = "XX$testring") >/dev/null 2>&1 &&
672 new_result=`expr "X$testring" : ".*" 2>&1` &&
673 lt_cv_sys_max_cmd_len=$new_result &&
674 test $i != 17 # 1/2 MB should be enough
677 testring=$testring$testring
680 # Add a significant safety factor because C++ compilers can tack on massive
681 # amounts of additional arguments before passing them to the linker.
682 # It appears as though 1/2 is a usable value.
683 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
687 if test -n $lt_cv_sys_max_cmd_len ; then
688 AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
692 ])# AC_LIBTOOL_SYS_MAX_CMD_LEN
696 # --------------------
697 AC_DEFUN([_LT_AC_CHECK_DLFCN],
698 [AC_CHECK_HEADERS(dlfcn.h)dnl
699 ])# _LT_AC_CHECK_DLFCN
702 # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
703 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
704 # ------------------------------------------------------------------
705 AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
706 [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
707 if test "$cross_compiling" = yes; then :
710 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
711 lt_status=$lt_dlunknown
712 cat > conftest.$ac_ext <<EOF
713 [#line __oline__ "configure"
714 #include "confdefs.h"
723 # define LT_DLGLOBAL RTLD_GLOBAL
726 # define LT_DLGLOBAL DL_GLOBAL
728 # define LT_DLGLOBAL 0
732 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
733 find out it does not work in some platform. */
734 #ifndef LT_DLLAZY_OR_NOW
736 # define LT_DLLAZY_OR_NOW RTLD_LAZY
739 # define LT_DLLAZY_OR_NOW DL_LAZY
742 # define LT_DLLAZY_OR_NOW RTLD_NOW
745 # define LT_DLLAZY_OR_NOW DL_NOW
747 # define LT_DLLAZY_OR_NOW 0
755 extern "C" void exit (int);
758 void fnord() { int i=42;}
761 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
762 int status = $lt_dlunknown;
766 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
767 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
768 /* dlclose (self); */
774 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
775 (./conftest; exit; ) 2>/dev/null
778 x$lt_dlno_uscore) $1 ;;
779 x$lt_dlneed_uscore) $2 ;;
780 x$lt_unknown|x*) $3 ;;
788 ])# _LT_AC_TRY_DLOPEN_SELF
791 # AC_LIBTOOL_DLOPEN_SELF
792 # -------------------
793 AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
794 [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
795 if test "x$enable_dlopen" != xyes; then
796 enable_dlopen=unknown
797 enable_dlopen_self=unknown
798 enable_dlopen_self_static=unknown
805 lt_cv_dlopen="load_add_on"
807 lt_cv_dlopen_self=yes
811 lt_cv_dlopen="LoadLibrary"
816 lt_cv_dlopen="dlopen"
821 # if libdl is installed we need to link against it
822 AC_CHECK_LIB([dl], [dlopen],
823 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
826 lt_cv_dlopen_self=yes
831 AC_CHECK_FUNC([shl_load],
832 [lt_cv_dlopen="shl_load"],
833 [AC_CHECK_LIB([dld], [shl_load],
834 [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
835 [AC_CHECK_FUNC([dlopen],
836 [lt_cv_dlopen="dlopen"],
837 [AC_CHECK_LIB([dl], [dlopen],
838 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
839 [AC_CHECK_LIB([svld], [dlopen],
840 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
841 [AC_CHECK_LIB([dld], [dld_link],
842 [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
851 if test "x$lt_cv_dlopen" != xno; then
857 case $lt_cv_dlopen in
859 save_CPPFLAGS="$CPPFLAGS"
860 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
862 save_LDFLAGS="$LDFLAGS"
863 eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
866 LIBS="$lt_cv_dlopen_libs $LIBS"
868 AC_CACHE_CHECK([whether a program can dlopen itself],
869 lt_cv_dlopen_self, [dnl
870 _LT_AC_TRY_DLOPEN_SELF(
871 lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
872 lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
875 if test "x$lt_cv_dlopen_self" = xyes; then
876 LDFLAGS="$LDFLAGS $link_static_flag"
877 AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
878 lt_cv_dlopen_self_static, [dnl
879 _LT_AC_TRY_DLOPEN_SELF(
880 lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
881 lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
885 CPPFLAGS="$save_CPPFLAGS"
886 LDFLAGS="$save_LDFLAGS"
891 case $lt_cv_dlopen_self in
892 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
893 *) enable_dlopen_self=unknown ;;
896 case $lt_cv_dlopen_self_static in
897 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
898 *) enable_dlopen_self_static=unknown ;;
901 ])# AC_LIBTOOL_DLOPEN_SELF
904 # AC_LIBTOOL_PROG_CC_C_O([TAGNAME])
905 # ---------------------------------
906 # Check to see if options -c and -o are simultaneously supported by compiler
907 AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O],
908 [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
909 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
910 [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
911 [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
912 $rm -r conftest 2>/dev/null
916 printf "$lt_simple_compile_test_code" > conftest.$ac_ext
918 # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
919 # that will create temporary files in the current directory regardless of
920 # the output directory. Thus, making CWD read-only will cause this test
921 # to fail, enabling locking or at least warning the user not to do parallel
925 lt_compiler_flag="-o out/conftest2.$ac_objext"
926 # Insert the option either (1) after the last *FLAGS variable, or
927 # (2) before a word containing "conftest.", or (3) at the end.
928 # Note that $ac_compile itself does not contain backslashes and begins
929 # with a dollar sign (not a hyphen), so the echo should work correctly.
930 lt_compile=`echo "$ac_compile" | $SED \
931 -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
932 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
933 -e 's:$: $lt_compiler_flag:'`
934 (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
935 (eval "$lt_compile" 2>out/conftest.err)
937 cat out/conftest.err >&AS_MESSAGE_LOG_FD
938 echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
939 if (exit $ac_status) && test -s out/conftest2.$ac_objext
941 # The compiler can only warn and ignore the option if not recognized
942 # So say no if there are warnings
943 if test ! -s out/conftest.err; then
944 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
954 ])# AC_LIBTOOL_PROG_CC_C_O
957 # AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME])
958 # -----------------------------------------
959 # Check to see if we can do hard links to lock some files if needed
960 AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS],
961 [AC_REQUIRE([_LT_AC_LOCK])dnl
963 hard_links="nottested"
964 if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
965 # do not overwrite the value of need_locks provided by the user
966 AC_MSG_CHECKING([if we can lock with hard links])
969 ln conftest.a conftest.b 2>/dev/null && hard_links=no
971 ln conftest.a conftest.b 2>&5 || hard_links=no
972 ln conftest.a conftest.b 2>/dev/null && hard_links=no
973 AC_MSG_RESULT([$hard_links])
974 if test "$hard_links" = no; then
975 AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
981 ])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS
986 AC_DEFUN([AC_LIBTOOL_OBJDIR],
987 [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
988 [rm -f .libs 2>/dev/null
989 mkdir .libs 2>/dev/null
990 if test -d .libs; then
993 # MS-DOS does not allow filenames that begin with a dot.
996 rmdir .libs 2>/dev/null])
998 ])# AC_LIBTOOL_OBJDIR
1001 # AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME])
1002 # ----------------------------------------------
1003 # Check hardcoding attributes.
1004 AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH],
1005 [AC_MSG_CHECKING([how to hardcode library paths into programs])
1006 _LT_AC_TAGVAR(hardcode_action, $1)=
1007 if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
1008 test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
1009 test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
1011 # We can hardcode non-existant directories.
1012 if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
1013 # If the only mechanism to avoid hardcoding is shlibpath_var, we
1014 # have to relink, otherwise we might link with an installed library
1015 # when we should be linking with a yet-to-be-installed one
1016 ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
1017 test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
1018 # Linking always hardcodes the temporary library directory.
1019 _LT_AC_TAGVAR(hardcode_action, $1)=relink
1021 # We can link without hardcoding, and we can hardcode nonexisting dirs.
1022 _LT_AC_TAGVAR(hardcode_action, $1)=immediate
1025 # We cannot hardcode anything, or else we can only hardcode existing
1027 _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
1029 AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
1031 if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
1032 # Fast installation is not supported
1033 enable_fast_install=no
1034 elif test "$shlibpath_overrides_runpath" = yes ||
1035 test "$enable_shared" = no; then
1036 # Fast installation is not necessary
1037 enable_fast_install=needless
1039 ])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH
1042 # AC_LIBTOOL_SYS_LIB_STRIP
1043 # ------------------------
1044 AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP],
1047 AC_MSG_CHECKING([whether stripping libraries is possible])
1048 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1049 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1050 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1051 AC_MSG_RESULT([yes])
1053 # FIXME - insert some real tests, host_os isn't really good enough
1056 if test -n "$STRIP" ; then
1057 striplib="$STRIP -x"
1058 AC_MSG_RESULT([yes])
1068 ])# AC_LIBTOOL_SYS_LIB_STRIP
1071 # AC_LIBTOOL_SYS_DYNAMIC_LINKER
1072 # -----------------------------
1073 # PORTME Fill in your ld.so characteristics
1074 AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],
1075 [AC_MSG_CHECKING([dynamic linker characteristics])
1077 libname_spec='lib$name'
1085 shlibpath_overrides_runpath=unknown
1087 dynamic_linker="$host_os ld.so"
1088 sys_lib_dlsearch_path_spec="/lib /usr/lib"
1089 if test "$GCC" = yes; then
1090 sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1091 if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
1092 # if the path contains ";" then we assume it to be the separator
1093 # otherwise default to the standard path separator (i.e. ":") - it is
1094 # assumed that no part of a normal pathname contains ";" but that should
1095 # okay in the real world where ";" in dirpaths is itself problematic.
1096 sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1098 sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
1101 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1103 need_lib_prefix=unknown
1104 hardcode_into_libs=no
1106 # when you set need_version to no, make sure it does not cause -set_version
1107 # flags to be left without arguments
1108 need_version=unknown
1113 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1114 shlibpath_var=LIBPATH
1116 # AIX 3 has no versioning support, so we append a major version to the name.
1117 soname_spec='${libname}${release}${shared_ext}$major'
1124 hardcode_into_libs=yes
1125 if test "$host_cpu" = ia64; then
1126 # AIX 5 supports IA64
1127 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1128 shlibpath_var=LD_LIBRARY_PATH
1130 # With GCC up to 2.95.x, collect2 would create an import file
1131 # for dependence libraries. The import file would start with
1132 # the line `#! .'. This would cause the generated library to
1133 # depend on `.', always an invalid library. This was fixed in
1134 # development snapshots of GCC prior to 3.0.
1136 aix4 | aix4.[[01]] | aix4.[[01]].*)
1137 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1139 echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1146 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1147 # soname into executable. Probably we can add versioning support to
1148 # collect2, so additional links can be useful in future.
1149 if test "$aix_use_runtimelinking" = yes; then
1150 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1151 # instead of lib<name>.a to let people know that these are not
1152 # typical AIX shared libraries.
1153 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1155 # We preserve .a as extension for shared libraries through AIX4.2
1156 # and later when we are not doing run time linking.
1157 library_names_spec='${libname}${release}.a $libname.a'
1158 soname_spec='${libname}${release}${shared_ext}$major'
1160 shlibpath_var=LIBPATH
1165 library_names_spec='$libname.ixlibrary $libname.a'
1166 # Create ${libname}_ixlibrary.a entries in /sys/libs.
1167 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'
1171 library_names_spec='${libname}${shared_ext}'
1172 dynamic_linker="$host_os ld.so"
1173 shlibpath_var=LIBRARY_PATH
1179 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1180 soname_spec='${libname}${release}${shared_ext}$major'
1181 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1182 shlibpath_var=LD_LIBRARY_PATH
1183 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1184 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1185 # the default ld.so.conf also contains /usr/contrib/lib and
1186 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1187 # libtool to hard-code these into programs
1190 cygwin* | mingw* | pw32*)
1191 version_type=windows
1196 case $GCC,$host_os in
1197 yes,cygwin* | yes,mingw* | yes,pw32*)
1198 library_names_spec='$libname.dll.a'
1199 # DLL is installed to $(libdir)/../bin by postinstall_cmds
1200 postinstall_cmds='base_file=`basename \${file}`${_S_}
1201 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`${_S_}
1202 dldir=$destdir/`dirname \$dlpath`${_S_}
1203 test -d \$dldir || mkdir -p \$dldir${_S_}
1204 $install_prog $dir/$dlname \$dldir/$dlname'
1205 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`${_S_}
1206 dlpath=$dir/\$dldll${_S_}
1208 shlibpath_overrides_runpath=yes
1212 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1213 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1214 sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
1217 # MinGW DLLs use traditional 'lib' prefix
1218 soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1219 sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1220 if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1221 # It is most probably a Windows format PATH printed by
1222 # mingw gcc, but we are running on Cygwin. Gcc prints its search
1223 # path with ; separators, and with drive letters. We can handle the
1224 # drive letters (cygwin fileutils understands them), so leave them,
1225 # especially as we might pass files found there to a mingw objdump,
1226 # which wouldn't understand a cygwinified path. Ahh.
1227 sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1229 sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
1233 # pw32 DLLs use 'pw' prefix rather than 'lib'
1234 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
1240 library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1243 dynamic_linker='Win32 ld.exe'
1244 # FIXME: first we should search . and the directory the executable is in
1248 darwin* | rhapsody*)
1249 dynamic_linker="$host_os dyld"
1253 # FIXME: Relying on posixy $() will cause problems for
1254 # cross-compilation, but unfortunately the echo tests do not
1255 # yet detect zsh echo's removal of \ escapes.
1256 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext'
1257 soname_spec='${libname}${release}${major}$shared_ext'
1258 shlibpath_overrides_runpath=yes
1259 shlibpath_var=DYLD_LIBRARY_PATH
1260 shrext='$(test .$module = .yes && echo .so || echo .dylib)'
1261 # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
1262 if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
1263 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"`
1265 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1272 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1273 soname_spec='${libname}${release}${shared_ext}$major'
1274 shlibpath_var=LD_LIBRARY_PATH
1282 objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
1283 version_type=freebsd-$objformat
1284 case $version_type in
1286 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1291 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1295 shlibpath_var=LD_LIBRARY_PATH
1298 shlibpath_overrides_runpath=yes
1300 freebsd3.[01]* | freebsdelf3.[01]*)
1301 shlibpath_overrides_runpath=yes
1302 hardcode_into_libs=yes
1305 shlibpath_overrides_runpath=no
1306 hardcode_into_libs=yes
1315 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1316 soname_spec='${libname}${release}${shared_ext}$major'
1317 shlibpath_var=LD_LIBRARY_PATH
1318 hardcode_into_libs=yes
1321 hpux9* | hpux10* | hpux11*)
1322 # Give a soname corresponding to the major version so that dld.sl refuses to
1323 # link against other versions.
1330 hardcode_into_libs=yes
1331 dynamic_linker="$host_os dld.so"
1332 shlibpath_var=LD_LIBRARY_PATH
1333 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1334 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1335 soname_spec='${libname}${release}${shared_ext}$major'
1336 if test "X$HPUX_IA64_MODE" = X32; then
1337 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1339 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1341 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1345 hardcode_into_libs=yes
1346 dynamic_linker="$host_os dld.sl"
1347 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1348 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1349 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1350 soname_spec='${libname}${release}${shared_ext}$major'
1351 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1352 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1356 dynamic_linker="$host_os dld.sl"
1357 shlibpath_var=SHLIB_PATH
1358 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1359 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1360 soname_spec='${libname}${release}${shared_ext}$major'
1363 # HP-UX runs *really* slowly unless shared libraries are mode 555.
1364 postinstall_cmds='chmod 555 $lib'
1367 irix5* | irix6* | nonstopux*)
1369 nonstopux*) version_type=nonstopux ;;
1371 if test "$lt_cv_prog_gnu_ld" = yes; then
1379 soname_spec='${libname}${release}${shared_ext}$major'
1380 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1382 irix5* | nonstopux*)
1386 case $LD in # libtool.m4 will add one of these switches to LD
1387 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1388 libsuff= shlibsuff= libmagic=32-bit;;
1389 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1390 libsuff=32 shlibsuff=N32 libmagic=N32;;
1391 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1392 libsuff=64 shlibsuff=64 libmagic=64-bit;;
1393 *) libsuff= shlibsuff= libmagic=never-match;;
1397 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1398 shlibpath_overrides_runpath=no
1399 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1400 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1401 hardcode_into_libs=yes
1404 # No shared lib support for Linux oldld, aout, or coff.
1405 linux*oldld* | linux*aout* | linux*coff*)
1409 # This must be Linux ELF.
1414 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1415 soname_spec='${libname}${release}${shared_ext}$major'
1416 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1417 shlibpath_var=LD_LIBRARY_PATH
1418 shlibpath_overrides_runpath=no
1419 # This implies no fast_install, which is unacceptable.
1420 # Some rework will be needed to allow for fast_install
1421 # before this can be enabled.
1422 hardcode_into_libs=yes
1424 # We used to test for /lib/ld.so.1 and disable shared libraries on
1425 # powerpc, because MkLinux only supported shared libraries with the
1426 # GNU dynamic linker. Since this was broken with cross compilers,
1427 # most powerpc-linux boxes support dynamic linking these days and
1428 # people can always --disable-shared, the test was removed, and we
1429 # assume the GNU/Linux dynamic linker is in use.
1430 dynamic_linker='GNU/Linux ld.so'
1437 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1438 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1439 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1440 dynamic_linker='NetBSD (a.out) ld.so'
1442 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
1443 soname_spec='${libname}${release}${shared_ext}$major'
1444 dynamic_linker='NetBSD ld.elf_so'
1446 shlibpath_var=LD_LIBRARY_PATH
1447 shlibpath_overrides_runpath=yes
1448 hardcode_into_libs=yes
1453 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1454 shlibpath_var=LD_LIBRARY_PATH
1455 shlibpath_overrides_runpath=yes
1462 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1463 soname_spec='${libname}${release}${shared_ext}$major'
1464 shlibpath_var=LD_LIBRARY_PATH
1465 shlibpath_overrides_runpath=yes
1472 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1473 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1474 shlibpath_var=LD_LIBRARY_PATH
1475 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1477 openbsd2.[[89]] | openbsd2.[[89]].*)
1478 shlibpath_overrides_runpath=no
1481 shlibpath_overrides_runpath=yes
1485 shlibpath_overrides_runpath=yes
1490 libname_spec='$name'
1493 library_names_spec='$libname${shared_ext} $libname.a'
1494 dynamic_linker='OS/2 ld.exe'
1495 shlibpath_var=LIBPATH
1498 osf3* | osf4* | osf5*)
1502 soname_spec='${libname}${release}${shared_ext}$major'
1503 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1504 shlibpath_var=LD_LIBRARY_PATH
1505 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1506 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1511 soname_spec='${libname}${release}${shared_ext}$major'
1512 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1513 shlibpath_var=LD_LIBRARY_PATH
1520 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1521 soname_spec='${libname}${release}${shared_ext}$major'
1522 shlibpath_var=LD_LIBRARY_PATH
1523 shlibpath_overrides_runpath=yes
1524 hardcode_into_libs=yes
1525 # ldd complains unless libraries are executable
1526 postinstall_cmds='chmod +x $lib'
1531 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1532 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1533 shlibpath_var=LD_LIBRARY_PATH
1534 shlibpath_overrides_runpath=yes
1535 if test "$with_gnu_ld" = yes; then
1541 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1543 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1544 soname_spec='${libname}${release}${shared_ext}$major'
1545 shlibpath_var=LD_LIBRARY_PATH
1546 case $host_vendor in
1548 shlibpath_overrides_runpath=no
1550 export_dynamic_flag_spec='${wl}-Blargedynsym'
1551 runpath_var=LD_RUN_PATH
1559 shlibpath_overrides_runpath=no
1560 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1566 if test -d /usr/nec ;then
1568 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1569 soname_spec='$libname${shared_ext}.$major'
1570 shlibpath_var=LD_LIBRARY_PATH
1576 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1577 soname_spec='${libname}${release}${shared_ext}$major'
1578 shlibpath_var=LD_LIBRARY_PATH
1585 AC_MSG_RESULT([$dynamic_linker])
1586 test "$dynamic_linker" = no && can_build_shared=no
1587 ])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
1592 AC_DEFUN([_LT_AC_TAGCONFIG],
1593 [AC_ARG_WITH([tags],
1594 [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1595 [include additional configurations @<:@automatic@:>@])],
1596 [tagnames="$withval"])
1598 if test -f "$ltmain" && test -n "$tagnames"; then
1599 if test ! -f "${ofile}"; then
1600 AC_MSG_WARN([output file `$ofile' does not exist])
1603 if test -z "$LTCC"; then
1604 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1605 if test -z "$LTCC"; then
1606 AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1608 AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1612 # Extract list of available tagged configurations in $ofile.
1613 # Note that this assumes the entire list is on one line.
1614 available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1616 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1617 for tagname in $tagnames; do
1619 # Check whether tagname contains only valid characters
1620 case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1622 *) AC_MSG_ERROR([invalid tag name: $tagname])
1626 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1628 AC_MSG_ERROR([tag name \"$tagname\" already exists])
1631 # Update the list of available tags.
1632 if test -n "$tagname"; then
1633 echo appending configuration tag \"$tagname\" to $ofile
1637 if test -n "$CXX" && test "X$CXX" != "Xno"; then
1638 AC_LIBTOOL_LANG_CXX_CONFIG
1645 if test -n "$F77" && test "X$F77" != "Xno"; then
1646 AC_LIBTOOL_LANG_F77_CONFIG
1653 if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1654 AC_LIBTOOL_LANG_GCJ_CONFIG
1661 AC_LIBTOOL_LANG_RC_CONFIG
1665 AC_MSG_ERROR([Unsupported tag name: $tagname])
1669 # Append the new tag name to the list of available tags.
1670 if test -n "$tagname" ; then
1671 available_tags="$available_tags $tagname"
1677 # Now substitute the updated list of available tags.
1678 if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1679 mv "${ofile}T" "$ofile"
1683 AC_MSG_ERROR([unable to update list of available tagged configurations.])
1686 ])# _LT_AC_TAGCONFIG
1691 # enable checks for dlopen support
1692 AC_DEFUN([AC_LIBTOOL_DLOPEN],
1693 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1694 ])# AC_LIBTOOL_DLOPEN
1697 # AC_LIBTOOL_WIN32_DLL
1698 # --------------------
1699 # declare package support for building win32 dll's
1700 AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
1701 [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1702 ])# AC_LIBTOOL_WIN32_DLL
1705 # AC_ENABLE_SHARED([DEFAULT])
1706 # ---------------------------
1707 # implement the --enable-shared flag
1708 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
1709 AC_DEFUN([AC_ENABLE_SHARED],
1710 [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1711 AC_ARG_ENABLE([shared],
1712 [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1713 [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1714 [p=${PACKAGE-default}
1716 yes) enable_shared=yes ;;
1717 no) enable_shared=no ;;
1720 # Look at the argument we got. We use all the common list separators.
1721 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1722 for pkg in $enableval; do
1724 if test "X$pkg" = "X$p"; then
1731 [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1732 ])# AC_ENABLE_SHARED
1737 #- set the default shared flag to --disable-shared
1738 AC_DEFUN([AC_DISABLE_SHARED],
1739 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1740 AC_ENABLE_SHARED(no)
1741 ])# AC_DISABLE_SHARED
1744 # AC_ENABLE_STATIC([DEFAULT])
1745 # ---------------------------
1746 # implement the --enable-static flag
1747 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
1748 AC_DEFUN([AC_ENABLE_STATIC],
1749 [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1750 AC_ARG_ENABLE([static],
1751 [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1752 [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1753 [p=${PACKAGE-default}
1755 yes) enable_static=yes ;;
1756 no) enable_static=no ;;
1759 # Look at the argument we got. We use all the common list separators.
1760 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1761 for pkg in $enableval; do
1763 if test "X$pkg" = "X$p"; then
1770 [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1771 ])# AC_ENABLE_STATIC
1776 # set the default static flag to --disable-static
1777 AC_DEFUN([AC_DISABLE_STATIC],
1778 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1779 AC_ENABLE_STATIC(no)
1780 ])# AC_DISABLE_STATIC
1783 # AC_ENABLE_FAST_INSTALL([DEFAULT])
1784 # ---------------------------------
1785 # implement the --enable-fast-install flag
1786 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
1787 AC_DEFUN([AC_ENABLE_FAST_INSTALL],
1788 [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1789 AC_ARG_ENABLE([fast-install],
1790 [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1791 [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1792 [p=${PACKAGE-default}
1794 yes) enable_fast_install=yes ;;
1795 no) enable_fast_install=no ;;
1797 enable_fast_install=no
1798 # Look at the argument we got. We use all the common list separators.
1799 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1800 for pkg in $enableval; do
1802 if test "X$pkg" = "X$p"; then
1803 enable_fast_install=yes
1809 [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1810 ])# AC_ENABLE_FAST_INSTALL
1813 # AC_DISABLE_FAST_INSTALL
1814 # -----------------------
1815 # set the default to --disable-fast-install
1816 AC_DEFUN([AC_DISABLE_FAST_INSTALL],
1817 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1818 AC_ENABLE_FAST_INSTALL(no)
1819 ])# AC_DISABLE_FAST_INSTALL
1822 # AC_LIBTOOL_PICMODE([MODE])
1823 # --------------------------
1824 # implement the --with-pic flag
1825 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
1826 AC_DEFUN([AC_LIBTOOL_PICMODE],
1827 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1828 pic_mode=ifelse($#,1,$1,default)
1829 ])# AC_LIBTOOL_PICMODE
1834 # This is predefined starting with Autoconf 2.54, so this conditional
1835 # definition can be removed once we require Autoconf 2.54 or later.
1836 m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP],
1837 [AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep],
1838 [if echo a | (grep -E '(a|b)') >/dev/null 2>&1
1839 then ac_cv_prog_egrep='grep -E'
1840 else ac_cv_prog_egrep='egrep'
1842 EGREP=$ac_cv_prog_egrep
1847 # AC_PATH_TOOL_PREFIX
1848 # -------------------
1849 # find a file program which can recognise shared library
1850 AC_DEFUN([AC_PATH_TOOL_PREFIX],
1851 [AC_REQUIRE([AC_PROG_EGREP])dnl
1852 AC_MSG_CHECKING([for $1])
1853 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1855 [[\\/*] | ?:[\\/]*])
1856 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1859 lt_save_MAGIC_CMD="$MAGIC_CMD"
1860 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1861 dnl $ac_dummy forces splitting on constant user-supplied paths.
1862 dnl POSIX.2 word splitting is done only on the output of word expansions,
1863 dnl not every word. This closes a longstanding sh security hole.
1864 ac_dummy="ifelse([$2], , $PATH, [$2])"
1865 for ac_dir in $ac_dummy; do
1867 test -z "$ac_dir" && ac_dir=.
1868 if test -f $ac_dir/$1; then
1869 lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1870 if test -n "$file_magic_test_file"; then
1871 case $deplibs_check_method in
1873 file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
1874 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1875 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1876 $EGREP "$file_magic_regex" > /dev/null; then
1881 *** Warning: the command libtool uses to detect shared libraries,
1882 *** $file_magic_cmd, produces output that libtool cannot recognize.
1883 *** The result is that libtool may fail to recognize shared libraries
1884 *** as such. This will affect the creation of libtool libraries that
1885 *** depend on shared libraries, but programs linked with such libtool
1886 *** libraries will work regardless of this problem. Nevertheless, you
1887 *** may want to report the problem to your system manager and/or to
1888 *** bug-libtool@gnu.org
1898 MAGIC_CMD="$lt_save_MAGIC_CMD"
1901 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1902 if test -n "$MAGIC_CMD"; then
1903 AC_MSG_RESULT($MAGIC_CMD)
1907 ])# AC_PATH_TOOL_PREFIX
1912 # find a file program which can recognise a shared library
1913 AC_DEFUN([AC_PATH_MAGIC],
1914 [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1915 if test -z "$lt_cv_path_MAGIC_CMD"; then
1916 if test -n "$ac_tool_prefix"; then
1917 AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1927 # find the path to the GNU or non-GNU linker
1928 AC_DEFUN([AC_PROG_LD],
1929 [AC_ARG_WITH([gnu-ld],
1930 [AC_HELP_STRING([--with-gnu-ld],
1931 [assume the C compiler uses GNU ld @<:@default=no@:>@])],
1932 [test "$withval" = no || with_gnu_ld=yes],
1934 AC_REQUIRE([LT_AC_PROG_SED])dnl
1935 AC_REQUIRE([AC_PROG_CC])dnl
1936 AC_REQUIRE([AC_CANONICAL_HOST])dnl
1937 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1939 if test "$GCC" = yes; then
1940 # Check if gcc -print-prog-name=ld gives a path.
1941 AC_MSG_CHECKING([for ld used by $CC])
1944 # gcc leaves a trailing carriage return which upsets mingw
1945 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1947 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1950 # Accept absolute paths.
1951 [[\\/]]* | ?:[[\\/]]*)
1952 re_direlt='/[[^/]][[^/]]*/\.\./'
1953 # Canonicalize the path of ld
1954 ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
1955 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1956 ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
1958 test -z "$LD" && LD="$ac_prog"
1961 # If it fails, then pretend we aren't using GCC.
1965 # If it is relative, then search for the first ld in PATH.
1969 elif test "$with_gnu_ld" = yes; then
1970 AC_MSG_CHECKING([for GNU ld])
1972 AC_MSG_CHECKING([for non-GNU ld])
1974 AC_CACHE_VAL(lt_cv_path_LD,
1975 [if test -z "$LD"; then
1976 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1977 for ac_dir in $PATH; do
1979 test -z "$ac_dir" && ac_dir=.
1980 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1981 lt_cv_path_LD="$ac_dir/$ac_prog"
1982 # Check to see if the program is GNU ld. I'd rather use --version,
1983 # but apparently some GNU ld's only accept -v.
1984 # Break only if it was the GNU/non-GNU ld that we prefer.
1985 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
1986 *GNU* | *'with BFD'*)
1987 test "$with_gnu_ld" != no && break
1990 test "$with_gnu_ld" != yes && break
1997 lt_cv_path_LD="$LD" # Let the user override the test with a path.
2000 if test -n "$LD"; then
2005 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
2012 AC_DEFUN([AC_PROG_LD_GNU],
2013 [AC_REQUIRE([AC_PROG_EGREP])dnl
2014 AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
2015 [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
2016 case `"$LD" -v 2>&1 </dev/null` in
2017 *GNU* | *'with BFD'*)
2018 lt_cv_prog_gnu_ld=yes
2021 lt_cv_prog_gnu_ld=no
2024 with_gnu_ld=$lt_cv_prog_gnu_ld
2028 # AC_PROG_LD_RELOAD_FLAG
2029 # ----------------------
2030 # find reload flag for linker
2031 # -- PORTME Some linkers may need a different reload flag.
2032 AC_DEFUN([AC_PROG_LD_RELOAD_FLAG],
2033 [AC_CACHE_CHECK([for $LD option to reload object files],
2034 lt_cv_ld_reload_flag,
2035 [lt_cv_ld_reload_flag='-r'])
2036 reload_flag=$lt_cv_ld_reload_flag
2037 case $reload_flag in
2039 *) reload_flag=" $reload_flag" ;;
2041 reload_cmds='$CC -nostdlib -Xlinker$reload_flag $archargs -o $output$reload_objs'
2042 ])# AC_PROG_LD_RELOAD_FLAG
2045 # AC_DEPLIBS_CHECK_METHOD
2046 # -----------------------
2047 # how to check for library dependencies
2048 # -- PORTME fill in with the dynamic library characteristics
2049 AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
2050 [AC_CACHE_CHECK([how to recognise dependent libraries],
2051 lt_cv_deplibs_check_method,
2052 [lt_cv_file_magic_cmd='$MAGIC_CMD'
2053 lt_cv_file_magic_test_file=
2054 lt_cv_deplibs_check_method='unknown'
2055 # Need to set the preceding variable on all platforms that support
2056 # interlibrary dependencies.
2057 # 'none' -- dependencies not supported.
2058 # `unknown' -- same as none, but documents that we really don't know.
2059 # 'pass_all' -- all dependencies passed with no checks.
2060 # 'test_compile' -- check by making test program.
2061 # 'file_magic [[regex]]' -- check by looking for files in library path
2062 # which responds to the $file_magic_cmd with a given extended regex.
2063 # If you have `file' or equivalent on your system and you're not sure
2064 # whether `pass_all' will *always* work, you probably want this one.
2068 lt_cv_deplibs_check_method=pass_all
2072 lt_cv_deplibs_check_method=pass_all
2076 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
2077 lt_cv_file_magic_cmd='/usr/bin/file -L'
2078 lt_cv_file_magic_test_file=/shlib/libc.so
2081 cygwin* | mingw* | pw32*)
2082 # win32_libid is a shell function defined in ltmain.sh
2083 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
2084 lt_cv_file_magic_cmd='win32_libid'
2087 darwin* | rhapsody*)
2088 # this will be overwritten by pass_all, but leave it in just in case
2089 lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
2090 lt_cv_file_magic_cmd='/usr/bin/file -L'
2092 rhapsody* | darwin1.[[012]])
2093 lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
2096 lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
2099 lt_cv_deplibs_check_method=pass_all
2103 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2106 # Not sure whether the presence of OpenBSD here was a mistake.
2107 # Let's accept both of them until this is cleared up.
2108 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
2109 lt_cv_file_magic_cmd=/usr/bin/file
2110 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2114 lt_cv_deplibs_check_method=pass_all
2119 lt_cv_deplibs_check_method=pass_all
2122 hpux10.20* | hpux11*)
2123 lt_cv_file_magic_cmd=/usr/bin/file
2126 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
2127 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
2130 [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]']
2131 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
2134 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
2135 lt_cv_file_magic_test_file=/usr/lib/libc.sl
2140 irix5* | irix6* | nonstopux*)
2142 irix5* | nonstopux*)
2143 # this will be overridden with pass_all, but let us keep it just in case
2144 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
2148 *-32|*"-32 ") libmagic=32-bit;;
2149 *-n32|*"-n32 ") libmagic=N32;;
2150 *-64|*"-64 ") libmagic=64-bit;;
2151 *) libmagic=never-match;;
2153 # this will be overridden with pass_all, but let us keep it just in case
2154 lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[[1234]] dynamic lib MIPS - version 1"
2157 lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
2158 lt_cv_deplibs_check_method=pass_all
2161 # This must be Linux ELF.
2164 alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh*)
2165 lt_cv_deplibs_check_method=pass_all ;;
2167 # glibc up to 2.1.1 does not perform some relocations on ARM
2168 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
2170 lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
2174 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
2175 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
2177 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
2182 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
2183 lt_cv_file_magic_cmd=/usr/bin/file
2184 lt_cv_file_magic_test_file=/usr/lib/libnls.so
2188 lt_cv_deplibs_check_method=unknown
2192 lt_cv_file_magic_cmd=/usr/bin/file
2193 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
2194 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2195 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
2197 lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
2201 osf3* | osf4* | osf5*)
2202 # this will be overridden with pass_all, but let us keep it just in case
2203 lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
2204 lt_cv_file_magic_test_file=/shlib/libc.so
2205 lt_cv_deplibs_check_method=pass_all
2209 lt_cv_deplibs_check_method=pass_all
2213 lt_cv_deplibs_check_method=pass_all
2214 lt_cv_file_magic_test_file=/lib/libc.so
2217 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
2218 case $host_vendor in
2220 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]]'
2221 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
2224 lt_cv_deplibs_check_method=pass_all
2227 lt_cv_file_magic_cmd='/bin/file'
2228 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
2231 lt_cv_file_magic_cmd='/bin/file'
2232 lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
2233 lt_cv_file_magic_test_file=/lib/libc.so
2236 lt_cv_deplibs_check_method=pass_all
2241 sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
2242 lt_cv_deplibs_check_method=pass_all
2246 file_magic_cmd=$lt_cv_file_magic_cmd
2247 deplibs_check_method=$lt_cv_deplibs_check_method
2248 test -z "$deplibs_check_method" && deplibs_check_method=unknown
2249 ])# AC_DEPLIBS_CHECK_METHOD
2254 # find the path to a BSD-compatible name lister
2255 AC_DEFUN([AC_PROG_NM],
2256 [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
2257 [if test -n "$NM"; then
2258 # Let the user override the test.
2261 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
2262 for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
2264 test -z "$ac_dir" && ac_dir=.
2265 tmp_nm="$ac_dir/${ac_tool_prefix}nm"
2266 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
2267 # Check to see if the nm accepts a BSD-compat flag.
2268 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
2269 # nm: unknown option "B" ignored
2270 # Tru64's nm complains that /dev/null is an invalid object file
2271 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2272 */dev/null* | *'Invalid file or object type'*)
2273 lt_cv_path_NM="$tmp_nm -B"
2277 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
2279 lt_cv_path_NM="$tmp_nm -p"
2283 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
2284 continue # so that we can try to find one that supports BSD flags
2291 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
2299 # check for math library
2300 AC_DEFUN([AC_CHECK_LIBM],
2301 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2304 *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
2305 # These system don't have libm, or don't need it
2308 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
2309 AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
2312 AC_CHECK_LIB(m, cos, LIBM="-lm")
2318 # AC_LIBLTDL_CONVENIENCE([DIRECTORY])
2319 # -----------------------------------
2320 # sets LIBLTDL to the link flags for the libltdl convenience library and
2321 # LTDLINCL to the include flags for the libltdl header and adds
2322 # --enable-ltdl-convenience to the configure arguments. Note that LIBLTDL
2323 # and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If
2324 # DIRECTORY is not provided, it is assumed to be `libltdl'. LIBLTDL will
2325 # be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with
2326 # '${top_srcdir}/' (note the single quotes!). If your package is not
2327 # flat and you're not using automake, define top_builddir and
2328 # top_srcdir appropriately in the Makefiles.
2329 AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
2330 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2331 case $enable_ltdl_convenience in
2332 no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
2333 "") enable_ltdl_convenience=yes
2334 ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
2336 LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
2337 LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2338 # For backwards non-gettext consistent compatibility...
2340 ])# AC_LIBLTDL_CONVENIENCE
2343 # AC_LIBLTDL_INSTALLABLE([DIRECTORY])
2344 # -----------------------------------
2345 # sets LIBLTDL to the link flags for the libltdl installable library and
2346 # LTDLINCL to the include flags for the libltdl header and adds
2347 # --enable-ltdl-install to the configure arguments. Note that LIBLTDL
2348 # and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If
2349 # DIRECTORY is not provided and an installed libltdl is not found, it is
2350 # assumed to be `libltdl'. LIBLTDL will be prefixed with '${top_builddir}/'
2351 # and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single
2352 # quotes!). If your package is not flat and you're not using automake,
2353 # define top_builddir and top_srcdir appropriately in the Makefiles.
2354 # In the future, this macro may have to be called after AC_PROG_LIBTOOL.
2355 AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
2356 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
2357 AC_CHECK_LIB(ltdl, lt_dlinit,
2358 [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
2359 [if test x"$enable_ltdl_install" = xno; then
2360 AC_MSG_WARN([libltdl not installed, but installation disabled])
2362 enable_ltdl_install=yes
2365 if test x"$enable_ltdl_install" = x"yes"; then
2366 ac_configure_args="$ac_configure_args --enable-ltdl-install"
2367 LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
2368 LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2370 ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
2374 # For backwards non-gettext consistent compatibility...
2376 ])# AC_LIBLTDL_INSTALLABLE
2381 # enable support for C++ libraries
2382 AC_DEFUN([AC_LIBTOOL_CXX],
2383 [AC_REQUIRE([_LT_AC_LANG_CXX])
2389 AC_DEFUN([_LT_AC_LANG_CXX],
2390 [AC_REQUIRE([AC_PROG_CXX])
2391 AC_REQUIRE([AC_PROG_CXXCPP])
2392 _LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,CXX" | sed 's/^,//'`])
2398 # enable support for Fortran 77 libraries
2399 AC_DEFUN([AC_LIBTOOL_F77],
2400 [AC_REQUIRE([_LT_AC_LANG_F77])
2406 AC_DEFUN([_LT_AC_LANG_F77],
2407 [AC_REQUIRE([AC_PROG_F77])
2408 _LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,F77" | sed 's/^,//'`])
2414 # enable support for GCJ libraries
2415 AC_DEFUN([AC_LIBTOOL_GCJ],
2416 [AC_REQUIRE([_LT_AC_LANG_GCJ])
2422 AC_DEFUN([_LT_AC_LANG_GCJ],
2423 [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
2424 [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
2425 [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
2426 [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
2427 [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
2428 [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
2429 _LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,GCJ" | sed 's/^,//'`])
2435 # enable support for Windows resource files
2436 AC_DEFUN([AC_LIBTOOL_RC],
2437 [AC_REQUIRE([LT_AC_PROG_RC])
2438 _LT_AC_SHELL_INIT([tagnames=`echo "$tagnames,RC" | sed 's/^,//'`])
2442 # AC_LIBTOOL_LANG_C_CONFIG
2443 # ------------------------
2444 # Ensure that the configuration vars for the C compiler are
2445 # suitably defined. Those variables are subsequently used by
2446 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
2447 AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
2448 AC_DEFUN([_LT_AC_LANG_C_CONFIG],
2452 # Source file extension for C test sources.
2455 # Object file extension for compiled C test sources.
2457 _LT_AC_TAGVAR(objext, $1)=$objext
2459 # Code to be used in simple compile tests
2460 lt_simple_compile_test_code="int some_variable = 0;\n"
2462 # Code to be used in simple link tests
2463 lt_simple_link_test_code='int main(){return(0);}\n'
2468 # Check for any special shared library compilation flags.
2470 _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
2471 if test "$GCC" = no; then
2474 _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
2478 if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
2479 AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
2480 if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ ]]" >/dev/null; then :
2482 AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
2483 _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
2489 # Check to make sure the static flag actually works.
2491 AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
2492 _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
2493 $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
2495 [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
2498 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
2499 AC_LIBTOOL_PROG_COMPILER_PIC($1)
2500 AC_LIBTOOL_PROG_CC_C_O($1)
2501 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
2502 AC_LIBTOOL_PROG_LD_SHLIBS($1)
2503 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
2504 AC_LIBTOOL_SYS_LIB_STRIP
2505 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
2506 AC_LIBTOOL_DLOPEN_SELF($1)
2508 # Report which librarie types wil actually be built
2509 AC_MSG_CHECKING([if libtool supports shared libraries])
2510 AC_MSG_RESULT([$can_build_shared])
2512 AC_MSG_CHECKING([whether to build shared libraries])
2513 test "$can_build_shared" = "no" && enable_shared=no
2515 # On AIX, shared libraries and static libraries use the same namespace, and
2516 # are all built from PIC.
2519 test "$enable_shared" = yes && enable_static=no
2520 if test -n "$RANLIB"; then
2521 archive_cmds="$archive_cmds\${_S_}\$RANLIB \$lib"
2522 postinstall_cmds='$RANLIB $lib'
2527 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
2528 test "$enable_shared" = yes && enable_static=no
2531 darwin* | rhapsody*)
2532 if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
2533 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2535 rhapsody* | darwin1.[[012]])
2536 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
2538 darwin1.* | darwin[[2-6]].*) # Darwin 1.3 on, but less than 7.0
2539 test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2542 case "${MACOSX_DEPLOYMENT_TARGET-10.1}" in
2544 test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2547 if test -z ${LD_TWOLEVEL_NAMESPACE}; then
2548 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2550 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
2556 # FIXME: Relying on posixy $() will cause problems for
2557 # cross-compilation, but unfortunately the echo tests do not
2558 # yet detect zsh echo's removal of \ escapes. Also zsh mangles
2559 # `"' quotes if we put them in here... so don't!
2560 output_verbose_link_cmd='echo'
2561 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'
2562 _LT_AC_TAGVAR(module_cmds, $1)='$CC -bundle $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags'
2563 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
2564 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2565 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -bundle $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2566 _LT_AC_TAGVAR(hardcode_direct, $1)=no
2567 _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2568 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2569 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
2570 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2574 AC_MSG_RESULT([$enable_shared])
2576 AC_MSG_CHECKING([whether to build static libraries])
2577 # Make sure either enable_shared or enable_static is yes.
2578 test "$enable_shared" = yes || enable_static=yes
2579 AC_MSG_RESULT([$enable_static])
2581 AC_LIBTOOL_CONFIG($1)
2585 ])# AC_LIBTOOL_LANG_C_CONFIG
2588 # AC_LIBTOOL_LANG_CXX_CONFIG
2589 # --------------------------
2590 # Ensure that the configuration vars for the C compiler are
2591 # suitably defined. Those variables are subsequently used by
2592 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
2593 AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
2594 AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
2596 AC_REQUIRE([AC_PROG_CXX])
2597 AC_REQUIRE([AC_PROG_CXXCPP])
2599 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2600 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
2601 _LT_AC_TAGVAR(always_export_symbols, $1)=no
2602 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
2603 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
2604 _LT_AC_TAGVAR(hardcode_direct, $1)=no
2605 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
2606 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
2607 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2608 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
2609 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
2610 _LT_AC_TAGVAR(module_cmds, $1)=
2611 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
2612 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
2613 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
2614 _LT_AC_TAGVAR(no_undefined_flag, $1)=
2615 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2616 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
2618 # Dependencies to place before and after the object being linked:
2619 _LT_AC_TAGVAR(predep_objects, $1)=
2620 _LT_AC_TAGVAR(postdep_objects, $1)=
2621 _LT_AC_TAGVAR(predeps, $1)=
2622 _LT_AC_TAGVAR(postdeps, $1)=
2623 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2625 # Source file extension for C++ test sources.
2628 # Object file extension for compiled C++ test sources.
2630 _LT_AC_TAGVAR(objext, $1)=$objext
2632 # Code to be used in simple compile tests
2633 lt_simple_compile_test_code="int some_variable = 0;\n"
2635 # Code to be used in simple link tests
2636 lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
2638 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
2641 # Allow CC to be a program name with arguments.
2646 lt_save_with_gnu_ld=$with_gnu_ld
2647 lt_save_path_LD=$lt_cv_path_LD
2648 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
2649 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
2651 unset lt_cv_prog_gnu_ld
2653 if test -n "${lt_cv_path_LDCXX+set}"; then
2654 lt_cv_path_LD=$lt_cv_path_LDCXX
2658 test -z "${LDCXX+set}" || LD=$LDCXX
2661 _LT_AC_TAGVAR(compiler, $1)=$CC
2662 cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
2664 # We don't want -fno-exception wen compiling C++ code, so set the
2665 # no_builtin_flag separately
2666 if test "$GXX" = yes; then
2667 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
2669 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
2672 if test "$GXX" = yes; then
2673 # Set up default GNU C++ configuration
2677 # Check if GNU C++ uses GNU ld as the underlying linker, since the
2678 # archiving commands below assume that GNU ld is being used.
2679 if test "$with_gnu_ld" = yes; then
2680 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
2681 _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'
2683 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
2684 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
2686 # If archive_cmds runs LD, not CC, wlarc should be empty
2687 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
2688 # investigate it a little bit more. (MM)
2691 # ancient GNU ld didn't support --whole-archive et. al.
2692 if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
2693 grep 'no-whole-archive' > /dev/null; then
2694 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
2696 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
2702 # A generic and very simple default shared library creation
2703 # command for GNU C++ for the case where it uses the native
2704 # linker, instead of GNU ld. If possible, this setting should
2705 # overridden to take advantage of the native linker features on
2706 # the platform it is being used on.
2707 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
2710 # Commands to make compiler produce verbose output that lists
2711 # what "hidden" libraries, object files and flags are used when
2712 # linking a shared library.
2713 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
2721 # PORTME: fill in a description of your system's C++ link characteristics
2722 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
2723 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2726 # FIXME: insert proper C++ library support
2727 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2730 if test "$host_cpu" = ia64; then
2731 # On IA64, the linker does run time linking by default, so we don't
2732 # have to do anything special.
2733 aix_use_runtimelinking=no
2734 exp_sym_flag='-Bexport'
2737 aix_use_runtimelinking=no
2739 # Test if we are trying to use run time linking or normal
2740 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
2741 # need to do runtime linking.
2742 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
2743 for ld_flag in $LDFLAGS; do
2746 aix_use_runtimelinking=yes
2753 exp_sym_flag='-bexport'
2754 no_entry_flag='-bnoentry'
2757 # When large executables or shared objects are built, AIX ld can
2758 # have problems creating the table of contents. If linking a library
2759 # or program results in "error TOC overflow" add -mminimal-toc to
2760 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
2761 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
2763 _LT_AC_TAGVAR(archive_cmds, $1)=''
2764 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2765 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
2766 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2768 if test "$GXX" = yes; then
2769 case $host_os in aix4.[012]|aix4.[012].*)
2770 # We only want to do this on AIX 4.2 and lower, the check
2771 # below for broken collect2 doesn't work under 4.3+
2772 collect2name=`${CC} -print-prog-name=collect2`
2773 if test -f "$collect2name" && \
2774 strings "$collect2name" | grep resolve_lib_name >/dev/null
2776 # We have reworked collect2
2777 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2779 # We have old collect2
2780 _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
2781 # It fails to find uninstalled libraries when the uninstalled
2782 # path is not listed in the libpath. Setting hardcode_minus_L
2783 # to unsupported forces relinking
2784 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
2785 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2786 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
2789 shared_flag='-shared'
2792 if test "$host_cpu" = ia64; then
2793 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
2794 # chokes on -Wl,-G. The following line is correct:
2797 if test "$aix_use_runtimelinking" = yes; then
2798 shared_flag='${wl}-G'
2800 shared_flag='${wl}-bM:SRE'
2805 # It seems that -bexpall does not export symbols beginning with
2806 # underscore (_), so it is better to generate a list of symbols to export.
2807 _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2808 if test "$aix_use_runtimelinking" = yes; then
2809 # Warning - without using the other runtime loading flags (-brtl),
2810 # -berok will link without error, but may produce a broken library.
2811 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
2812 # Determine the default libpath from the value encoded in an empty executable.
2813 _LT_AC_SYS_LIBPATH_AIX
2814 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2816 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
2818 if test "$host_cpu" = ia64; then
2819 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
2820 _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
2821 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
2823 # Determine the default libpath from the value encoded in an empty executable.
2824 _LT_AC_SYS_LIBPATH_AIX
2825 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
2826 # Warning - without using the other run time loading flags,
2827 # -berok will link without error, but may produce a broken library.
2828 _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
2829 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
2830 # -bexpall does not export symbols beginning with underscore (_)
2831 _LT_AC_TAGVAR(always_export_symbols, $1)=yes
2832 # Exported symbols can be pulled into shared objects from archives
2833 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
2834 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
2835 # This is similar to how AIX traditionally builds it's shared libraries.
2836 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}\${_S_}$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
2841 case $cc_basename in
2843 # FIXME: insert proper C++ library support
2844 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2849 cygwin* | mingw* | pw32*)
2850 # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
2851 # as there is no search path for DLLs.
2852 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2853 _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
2854 _LT_AC_TAGVAR(always_export_symbols, $1)=no
2855 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
2857 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
2858 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
2859 # If the export-symbols file already is a .def file (1st line
2860 # is EXPORTS), use it as is; otherwise, prepend...
2861 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
2862 cp $export_symbols $output_objdir/$soname.def;
2864 echo EXPORTS > $output_objdir/$soname.def;
2865 cat $export_symbols >> $output_objdir/$soname.def;
2867 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
2869 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2873 darwin* | rhapsody*)
2874 if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
2875 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2877 rhapsody* | darwin1.[[012]])
2878 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
2880 darwin1.* | darwin[[2-6]].*) # Darwin 1.3 on, but less than 7.0
2881 test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2884 case "${MACOSX_DEPLOYMENT_TARGET-10.1}" in
2886 test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2889 if test -z ${LD_TWOLEVEL_NAMESPACE}; then
2890 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
2892 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
2898 lt_int_apple_cc_single_mod=no
2899 output_verbose_link_cmd='echo'
2900 if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
2901 lt_int_apple_cc_single_mod=yes
2903 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2904 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2906 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
2908 _LT_AC_TAGVAR(module_cmds, $1)='$CC -bundle $archargs ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags'
2910 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
2911 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
2912 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2914 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2916 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -bundle $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
2917 _LT_AC_TAGVAR(hardcode_direct, $1)=no
2918 _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
2919 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
2920 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
2921 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
2926 case $cc_basename in
2928 # FIXME: insert proper C++ library support
2929 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2932 # Green Hills C++ Compiler
2933 # FIXME: insert proper C++ library support
2934 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2937 # FIXME: insert proper C++ library support
2938 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2943 # C++ shared libraries reported to be fairly broken before switch to ELF
2944 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2947 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
2950 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
2952 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
2957 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2958 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
2959 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
2960 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
2961 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
2962 # but as the default
2963 # location of the library.
2965 case $cc_basename in
2967 # FIXME: insert proper C++ library support
2968 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2971 _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname${_S_}$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
2972 # Commands to make compiler produce verbose output that lists
2973 # what "hidden" libraries, object files and flags are used when
2974 # linking a shared library.
2976 # There doesn't appear to be a way to prevent this compiler from
2977 # explicitly linking system object files so we need to strip them
2978 # from the output so that they don't get included in the library
2980 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
2983 if test "$GXX" = yes; then
2984 _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname${_S_}$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
2986 # FIXME: insert proper C++ library support
2987 _LT_AC_TAGVAR(ld_shlibs, $1)=no
2993 if test $with_gnu_ld = no; then
2996 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
2997 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
2998 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3001 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
3004 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3005 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3006 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
3012 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3013 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3016 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3017 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3018 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
3019 # but as the default
3020 # location of the library.
3023 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3024 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
3025 # but as the default
3026 # location of the library.
3030 case $cc_basename in
3032 # FIXME: insert proper C++ library support
3033 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3038 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
3041 _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'
3044 # Commands to make compiler produce verbose output that lists
3045 # what "hidden" libraries, object files and flags are used when
3046 # linking a shared library.
3048 # There doesn't appear to be a way to prevent this compiler from
3049 # explicitly linking system object files so we need to strip them
3050 # from the output so that they don't get included in the library
3052 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'
3055 if test "$GXX" = yes; then
3056 if test $with_gnu_ld = no; then
3059 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
3062 _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'
3067 # FIXME: insert proper C++ library support
3068 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3074 case $cc_basename in
3077 _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 ${objdir}/so_locations -o $lib'
3079 # Archives containing C++ object files must be created using
3080 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
3081 # necessary to make sure instantiated templates are included
3083 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
3086 if test "$GXX" = yes; then
3087 if test "$with_gnu_ld" = no; then
3088 _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}${objdir}/so_locations -o $lib'
3090 _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'
3093 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3096 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3097 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3100 case $cc_basename in
3102 # Kuck and Associates, Inc. (KAI) C++ Compiler
3104 # KCC will only create a shared library if the output file
3105 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3106 # to its proper name (with version) after linking.
3107 _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'
3108 _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'
3109 # Commands to make compiler produce verbose output that lists
3110 # what "hidden" libraries, object files and flags are used when
3111 # linking a shared library.
3113 # There doesn't appear to be a way to prevent this compiler from
3114 # explicitly linking system object files so we need to strip them
3115 # from the output so that they don't get included in the library
3117 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'
3119 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
3120 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3122 # Archives containing C++ object files must be created using
3123 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3124 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3129 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3130 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3131 _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'
3132 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3133 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
3134 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
3138 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
3139 _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'
3141 runpath_var=LD_RUN_PATH
3142 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3143 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3145 # Commands to make compiler produce verbose output that lists
3146 # what "hidden" libraries, object files and flags are used when
3147 # linking a shared library.
3149 # There doesn't appear to be a way to prevent this compiler from
3150 # explicitly linking system object files so we need to strip them
3151 # from the output so that they don't get included in the library
3153 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'
3158 # FIXME: insert proper C++ library support
3159 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3162 # FIXME: insert proper C++ library support
3163 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3166 case $cc_basename in
3168 # FIXME: insert proper C++ library support
3169 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3172 # FIXME: insert proper C++ library support
3173 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3178 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
3179 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
3181 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3182 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
3183 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3185 # Workaround some broken pre-1.5 toolchains
3186 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
3189 case $cc_basename in
3191 # Kuck and Associates, Inc. (KAI) C++ Compiler
3193 # KCC will only create a shared library if the output file
3194 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3195 # to its proper name (with version) after linking.
3196 _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'
3198 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3199 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3201 # Archives containing C++ object files must be created using
3202 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
3203 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
3207 # Rational C++ 2.4.1
3208 # FIXME: insert proper C++ library support
3209 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3212 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3213 _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 ${objdir}/so_locations -o $lib'
3215 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3216 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3218 # Commands to make compiler produce verbose output that lists
3219 # what "hidden" libraries, object files and flags are used when
3220 # linking a shared library.
3222 # There doesn't appear to be a way to prevent this compiler from
3223 # explicitly linking system object files so we need to strip them
3224 # from the output so that they don't get included in the library
3226 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'
3229 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3230 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3231 _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}${objdir}/so_locations -o $lib'
3233 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3234 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3236 # Commands to make compiler produce verbose output that lists
3237 # what "hidden" libraries, object files and flags are used when
3238 # linking a shared library.
3239 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3242 # FIXME: insert proper C++ library support
3243 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3249 case $cc_basename in
3251 # Kuck and Associates, Inc. (KAI) C++ Compiler
3253 # KCC will only create a shared library if the output file
3254 # ends with ".so" (or ".sl" for HP-UX), so rename the library
3255 # to its proper name (with version) after linking.
3256 _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'
3258 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
3259 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3261 # Archives containing C++ object files must be created using
3262 # the KAI C++ compiler.
3263 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
3266 # Rational C++ 2.4.1
3267 # FIXME: insert proper C++ library support
3268 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3271 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
3272 _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 ${objdir}/so_locations -o $lib'
3273 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done${_S_}
3274 echo "-hidden">> $lib.exp${_S_}
3275 $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 $objdir/so_locations -o $lib${_S_}
3278 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
3279 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3281 # Commands to make compiler produce verbose output that lists
3282 # what "hidden" libraries, object files and flags are used when
3283 # linking a shared library.
3285 # There doesn't appear to be a way to prevent this compiler from
3286 # explicitly linking system object files so we need to strip them
3287 # from the output so that they don't get included in the library
3289 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'
3292 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3293 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
3294 _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}${objdir}/so_locations -o $lib'
3296 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
3297 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
3299 # Commands to make compiler produce verbose output that lists
3300 # what "hidden" libraries, object files and flags are used when
3301 # linking a shared library.
3302 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
3305 # FIXME: insert proper C++ library support
3306 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3312 # FIXME: insert proper C++ library support
3313 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3316 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3317 case $cc_basename in
3319 # FIXME: insert proper C++ library support
3320 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3323 # FIXME: insert proper C++ library support
3324 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3329 case $cc_basename in
3332 # FIXME: insert proper C++ library support
3333 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3337 # FIXME: insert proper C++ library support
3338 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3341 # FIXME: insert proper C++ library support
3342 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3347 case $cc_basename in
3349 # Sun C++ 4.2, 5.x and Centerline C++
3350 _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
3351 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
3352 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
3353 $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}$rm $lib.exp'
3355 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3356 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
3358 solaris2.[0-5] | solaris2.[0-5].*) ;;
3360 # The C++ compiler is used as linker so we must use $wl
3361 # flag to pass the commands to the underlying system
3363 # Supported since Solaris 2.6 (maybe 2.5.1?)
3364 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
3367 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3369 # Commands to make compiler produce verbose output that lists
3370 # what "hidden" libraries, object files and flags are used when
3371 # linking a shared library.
3373 # There doesn't appear to be a way to prevent this compiler from
3374 # explicitly linking system object files so we need to strip them
3375 # from the output so that they don't get included in the library
3377 output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
3379 # Archives containing C++ object files must be created using
3380 # "CC -xar", where "CC" is the Sun C++ compiler. This is
3381 # necessary to make sure instantiated templates are included
3383 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
3386 # Green Hills C++ Compiler
3387 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3389 # The C++ compiler must be used to create the archive.
3390 _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
3393 # GNU C++ compiler with Solaris linker
3394 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
3395 _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
3396 if $CC --version | grep -v '^2\.7' > /dev/null; then
3397 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3398 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
3399 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}$rm $lib.exp'
3401 # Commands to make compiler produce verbose output that lists
3402 # what "hidden" libraries, object files and flags are used when
3403 # linking a shared library.
3404 output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3406 # g++ 2.7 appears to require `-G' NOT `-shared' on this
3408 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
3409 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
3410 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}$rm $lib.exp'
3412 # Commands to make compiler produce verbose output that lists
3413 # what "hidden" libraries, object files and flags are used when
3414 # linking a shared library.
3415 output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
3418 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
3423 sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
3424 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3427 case $cc_basename in
3429 # NonStop-UX NCC 3.20
3430 # FIXME: insert proper C++ library support
3431 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3434 # FIXME: insert proper C++ library support
3435 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3440 # FIXME: insert proper C++ library support
3441 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3444 # FIXME: insert proper C++ library support
3445 _LT_AC_TAGVAR(ld_shlibs, $1)=no
3448 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
3449 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3451 _LT_AC_TAGVAR(GCC, $1)="$GXX"
3452 _LT_AC_TAGVAR(LD, $1)="$LD"
3454 AC_LIBTOOL_POSTDEP_PREDEP($1)
3455 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3456 AC_LIBTOOL_PROG_CC_C_O($1)
3457 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3458 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3459 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3460 AC_LIBTOOL_SYS_LIB_STRIP
3461 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3462 AC_LIBTOOL_DLOPEN_SELF($1)
3464 AC_LIBTOOL_CONFIG($1)
3471 with_gnu_ldcxx=$with_gnu_ld
3472 with_gnu_ld=$lt_save_with_gnu_ld
3473 lt_cv_path_LDCXX=$lt_cv_path_LD
3474 lt_cv_path_LD=$lt_save_path_LD
3475 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
3476 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
3477 ])# AC_LIBTOOL_LANG_CXX_CONFIG
3479 # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
3480 # ------------------------
3481 # Figure out "hidden" library dependencies from verbose
3482 # compiler output when linking a shared library.
3483 # Parse the compiler output and extract the necessary
3484 # objects, libraries and library flags.
3485 AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[
3486 dnl we can't use the lt_simple_compile_test_code here,
3487 dnl because it contains code intended for an executable,
3488 dnl not a library. It's possible we should let each
3489 dnl tag define a new lt_????_link_test_code variable,
3490 dnl but it's only used here...
3491 ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
3493 void foo (void) { a = 0; }
3495 ],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
3499 Foo (void) { a = 0; }
3504 ],[$1],[F77],[cat > conftest.$ac_ext <<EOF
3512 ],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
3515 public void bar (void) {
3521 dnl Parse the compiler output and extract the necessary
3522 dnl objects, libraries and library flags.
3523 if AC_TRY_EVAL(ac_compile); then
3524 # Parse the compiler output and extract the necessary
3525 # objects, libraries and library flags.
3527 # Sentinel used to keep track of whether or not we are before
3528 # the conftest object file.
3529 pre_test_object_deps_done=no
3531 # The `*' in the case matches for architectures that use `case' in
3532 # $output_verbose_cmd can trigger glob expansion during the loop
3533 # eval without this substitution.
3534 output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
3536 for p in `eval $output_verbose_link_cmd`; do
3540 # Some compilers place space between "-{L,R}" and the path.
3543 || test $p = "-R"; then
3550 if test "$pre_test_object_deps_done" = no; then
3553 # Internal compiler library paths should come after those
3554 # provided the user. The postdeps already come after the
3555 # user supplied libs so there is no need to process them.
3556 if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
3557 _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
3559 _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
3562 # The "-l" case would never come before the object being
3563 # linked, so don't bother handling this case.
3566 if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
3567 _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
3569 _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
3575 # This assumes that the test object file only shows up
3576 # once in the compiler output.
3577 if test "$p" = "conftest.$objext"; then
3578 pre_test_object_deps_done=yes
3582 if test "$pre_test_object_deps_done" = no; then
3583 if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
3584 _LT_AC_TAGVAR(predep_objects, $1)="$p"
3586 _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
3589 if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
3590 _LT_AC_TAGVAR(postdep_objects, $1)="$p"
3592 _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
3597 *) ;; # Ignore the rest.
3605 echo "libtool.m4: error: problem compiling $1 test program"
3608 $rm -f confest.$objext
3610 case " $_LT_AC_TAGVAR(postdeps, $1) " in
3611 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
3613 ])# AC_LIBTOOL_POSTDEP_PREDEP
3615 # AC_LIBTOOL_LANG_F77_CONFIG
3616 # ------------------------
3617 # Ensure that the configuration vars for the C compiler are
3618 # suitably defined. Those variables are subsequently used by
3619 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
3620 AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
3621 AC_DEFUN([_LT_AC_LANG_F77_CONFIG],
3622 [AC_REQUIRE([AC_PROG_F77])
3623 AC_LANG_PUSH(Fortran 77)
3625 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3626 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
3627 _LT_AC_TAGVAR(always_export_symbols, $1)=no
3628 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
3629 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
3630 _LT_AC_TAGVAR(hardcode_direct, $1)=no
3631 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
3632 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
3633 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
3634 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
3635 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
3636 _LT_AC_TAGVAR(module_cmds, $1)=
3637 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
3638 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
3639 _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
3640 _LT_AC_TAGVAR(no_undefined_flag, $1)=
3641 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
3642 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
3644 # Source file extension for f77 test sources.
3647 # Object file extension for compiled f77 test sources.
3649 _LT_AC_TAGVAR(objext, $1)=$objext
3651 # Code to be used in simple compile tests
3652 lt_simple_compile_test_code=" subroutine t\n return\n end\n"
3654 # Code to be used in simple link tests
3655 lt_simple_link_test_code=" program t\n end\n"
3657 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3660 # Allow CC to be a program name with arguments.
3664 _LT_AC_TAGVAR(compiler, $1)=$CC
3665 cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
3667 AC_MSG_CHECKING([if libtool supports shared libraries])
3668 AC_MSG_RESULT([$can_build_shared])
3670 AC_MSG_CHECKING([whether to build shared libraries])
3671 test "$can_build_shared" = "no" && enable_shared=no
3673 # On AIX, shared libraries and static libraries use the same namespace, and
3674 # are all built from PIC.
3677 test "$enable_shared" = yes && enable_static=no
3678 if test -n "$RANLIB"; then
3679 archive_cmds="$archive_cmds\${_S_}\$RANLIB \$lib"
3680 postinstall_cmds='$RANLIB $lib'
3684 test "$enable_shared" = yes && enable_static=no
3687 AC_MSG_RESULT([$enable_shared])
3689 AC_MSG_CHECKING([whether to build static libraries])
3690 # Make sure either enable_shared or enable_static is yes.
3691 test "$enable_shared" = yes || enable_static=yes
3692 AC_MSG_RESULT([$enable_static])
3694 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
3696 _LT_AC_TAGVAR(GCC, $1)="$G77"
3697 _LT_AC_TAGVAR(LD, $1)="$LD"
3699 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3700 AC_LIBTOOL_PROG_CC_C_O($1)
3701 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3702 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3703 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3704 AC_LIBTOOL_SYS_LIB_STRIP
3705 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3707 AC_LIBTOOL_CONFIG($1)
3711 ])# AC_LIBTOOL_LANG_F77_CONFIG
3714 # AC_LIBTOOL_LANG_GCJ_CONFIG
3715 # --------------------------
3716 # Ensure that the configuration vars for the C compiler are
3717 # suitably defined. Those variables are subsequently used by
3718 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
3719 AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
3720 AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG],
3723 # Source file extension for Java test sources.
3726 # Object file extension for compiled Java test sources.
3728 _LT_AC_TAGVAR(objext, $1)=$objext
3730 # Code to be used in simple compile tests
3731 lt_simple_compile_test_code="class foo {}\n"
3733 # Code to be used in simple link tests
3734 lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
3736 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3739 # Allow CC to be a program name with arguments.
3743 _LT_AC_TAGVAR(compiler, $1)=$CC
3745 # GCJ did not exist at the time GCC didn't implicitly link libc in.
3746 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
3748 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
3749 AC_LIBTOOL_PROG_COMPILER_PIC($1)
3750 AC_LIBTOOL_PROG_CC_C_O($1)
3751 AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
3752 AC_LIBTOOL_PROG_LD_SHLIBS($1)
3753 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
3754 AC_LIBTOOL_SYS_LIB_STRIP
3755 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
3756 AC_LIBTOOL_DLOPEN_SELF($1)
3758 AC_LIBTOOL_CONFIG($1)
3762 ])# AC_LIBTOOL_LANG_GCJ_CONFIG
3765 # AC_LIBTOOL_LANG_RC_CONFIG
3766 # --------------------------
3767 # Ensure that the configuration vars for the Windows resource compiler are
3768 # suitably defined. Those variables are subsequently used by
3769 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
3770 AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
3771 AC_DEFUN([_LT_AC_LANG_RC_CONFIG],
3774 # Source file extension for RC test sources.
3777 # Object file extension for compiled RC test sources.
3779 _LT_AC_TAGVAR(objext, $1)=$objext
3781 # Code to be used in simple compile tests
3782 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
3784 # Code to be used in simple link tests
3785 lt_simple_link_test_code="$lt_simple_compile_test_code"
3787 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
3790 # Allow CC to be a program name with arguments.
3794 _LT_AC_TAGVAR(compiler, $1)=$CC
3795 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
3797 AC_LIBTOOL_CONFIG($1)
3801 ])# AC_LIBTOOL_LANG_RC_CONFIG
3804 # AC_LIBTOOL_CONFIG([TAGNAME])
3805 # ----------------------------
3806 # If TAGNAME is not passed, then create an initial libtool script
3807 # with a default configuration from the untagged config vars. Otherwise
3808 # add code to config.status for appending the configuration named by
3809 # TAGNAME from the matching tagged config vars.
3810 AC_DEFUN([AC_LIBTOOL_CONFIG],
3811 [# The else clause should only fire when bootstrapping the
3812 # libtool distribution, otherwise you forgot to ship ltmain.sh
3813 # with your package, and you will get complaints that there are
3814 # no rules to generate ltmain.sh.
3815 if test -f "$ltmain"; then
3816 # See if we are running on zsh, and set the options which allow our commands through
3817 # without removal of \ escapes.
3818 if test -n "${ZSH_VERSION+set}" ; then
3819 setopt NO_GLOB_SUBST
3821 # Now quote all the things that may contain metacharacters while being
3822 # careful not to overquote the AC_SUBSTed values. We take copies of the
3823 # variables and quote the copies for generation of the libtool script.
3824 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
3825 libname_spec library_names_spec soname_spec extract_expsyms_cmds \
3826 old_striplib striplib file_magic_cmd finish_cmds finish_eval \
3827 deplibs_check_method reload_flag reload_cmds need_locks \
3828 lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
3829 lt_cv_sys_global_symbol_to_c_name_address \
3830 sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
3831 old_postinstall_cmds old_postuninstall_cmds \
3832 _LT_AC_TAGVAR(compiler, $1) \
3833 _LT_AC_TAGVAR(CC, $1) \
3834 _LT_AC_TAGVAR(LD, $1) \
3835 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
3836 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
3837 _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
3838 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
3839 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
3840 _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
3841 _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
3842 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
3843 _LT_AC_TAGVAR(old_archive_cmds, $1) \
3844 _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
3845 _LT_AC_TAGVAR(predep_objects, $1) \
3846 _LT_AC_TAGVAR(postdep_objects, $1) \
3847 _LT_AC_TAGVAR(predeps, $1) \
3848 _LT_AC_TAGVAR(postdeps, $1) \
3849 _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
3850 _LT_AC_TAGVAR(archive_cmds, $1) \
3851 _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
3852 _LT_AC_TAGVAR(postinstall_cmds, $1) \
3853 _LT_AC_TAGVAR(postuninstall_cmds, $1) \
3854 _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
3855 _LT_AC_TAGVAR(allow_undefined_flag, $1) \
3856 _LT_AC_TAGVAR(no_undefined_flag, $1) \
3857 _LT_AC_TAGVAR(export_symbols_cmds, $1) \
3858 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
3859 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
3860 _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
3861 _LT_AC_TAGVAR(hardcode_automatic, $1) \
3862 _LT_AC_TAGVAR(module_cmds, $1) \
3863 _LT_AC_TAGVAR(module_expsym_cmds, $1) \
3864 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
3865 _LT_AC_TAGVAR(exclude_expsyms, $1) \
3866 _LT_AC_TAGVAR(include_expsyms, $1); do
3869 _LT_AC_TAGVAR(old_archive_cmds, $1) | \
3870 _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
3871 _LT_AC_TAGVAR(archive_cmds, $1) | \
3872 _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
3873 _LT_AC_TAGVAR(module_cmds, $1) | \
3874 _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
3875 _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
3876 _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
3877 extract_expsyms_cmds | reload_cmds | finish_cmds | \
3878 postinstall_cmds | postuninstall_cmds | \
3879 old_postinstall_cmds | old_postuninstall_cmds | \
3880 sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
3881 # Double-quote double-evaled strings.
3882 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\" -e \"\$unescape_variable_subst\"\`\\\""
3885 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
3891 *'\[$]0 --fallback-echo"')
3892 lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
3897 [cfgfile="${ofile}T"
3898 trap "$rm \"$cfgfile\"; exit 1" 1 2 15
3900 AC_MSG_NOTICE([creating $ofile])],
3903 cat <<__EOF__ >> "$cfgfile"
3907 # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
3908 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
3909 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
3911 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
3912 # Free Software Foundation, Inc.
3914 # This file is part of GNU Libtool:
3915 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
3917 # This program is free software; you can redistribute it and/or modify
3918 # it under the terms of the GNU General Public License as published by
3919 # the Free Software Foundation; either version 2 of the License, or
3920 # (at your option) any later version.
3922 # This program is distributed in the hope that it will be useful, but
3923 # WITHOUT ANY WARRANTY; without even the implied warranty of
3924 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
3925 # General Public License for more details.
3927 # You should have received a copy of the GNU General Public License
3928 # along with this program; if not, write to the Free Software
3929 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
3931 # As a special exception to the GNU General Public License, if you
3932 # distribute this file as part of a program that contains a
3933 # configuration script generated by Autoconf, you may include it under
3934 # the same distribution terms that you use for the rest of that program.
3936 # A sed program that does not truncate output.
3939 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
3940 Xsed="$SED -e s/^X//"
3942 # The HP-UX ksh and POSIX shell print the target directory to stdout
3944 if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
3946 # The names of the tagged configurations supported by this script.
3949 # ### BEGIN LIBTOOL CONFIG],
3950 [# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
3952 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3954 # Set the command separator (default: ~)
3955 _S_=\${LIBTOOL_CMD_SEP-\~}
3957 # Shell to use when invoking shell scripts.
3960 # Whether or not to build shared libraries.
3961 build_libtool_libs=$enable_shared
3963 # Whether or not to build static libraries.
3964 build_old_libs=$enable_static
3966 # Whether or not to add -lc for building shared libraries.
3967 build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
3969 # Whether or not to disallow shared libs when runtime libs are static
3970 allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
3972 # Whether or not to optimize for fast installation.
3973 fast_install=$enable_fast_install
3976 host_alias=$host_alias
3979 # An echo program that does not interpret backslashes.
3984 AR_FLAGS=$lt_AR_FLAGS
3989 # A language-specific compiler.
3990 CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
3992 # Is the compiler the GNU C compiler?
3993 with_gcc=$_LT_AC_TAGVAR(GCC, $1)
3998 # The linker used to build libraries.
3999 LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
4001 # Whether we need hard or soft links.
4004 # A BSD-compatible nm program.
4007 # A symbol stripping program
4010 # Used to examine libraries when file_magic_cmd begins "file"
4011 MAGIC_CMD=$MAGIC_CMD
4013 # Used on cygwin: DLL creation program.
4016 # Used on cygwin: object dumper.
4019 # Used on cygwin: assembler.
4022 # The name of the directory that contains temporary libtool files.
4025 # How to create reloadable object files.
4026 reload_flag=$lt_reload_flag
4027 reload_cmds=$lt_reload_cmds
4029 # How to pass a linker flag through the compiler.
4030 wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
4032 # Object file suffix (normally "o").
4035 # Old archive suffix (normally "a").
4038 # Shared library suffix (normally ".so").
4041 # Executable file suffix (normally "").
4044 # Additional compiler flags for building library objects.
4045 pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
4048 # What is the maximum length of a command?
4049 max_cmd_len=$lt_cv_sys_max_cmd_len
4051 # Does compiler simultaneously support -c and -o options?
4052 compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
4054 # Must we lock files when doing compilation ?
4055 need_locks=$lt_need_locks
4057 # Do we need the lib prefix for modules?
4058 need_lib_prefix=$need_lib_prefix
4060 # Do we need a version for libraries?
4061 need_version=$need_version
4063 # Whether dlopen is supported.
4064 dlopen_support=$enable_dlopen
4066 # Whether dlopen of programs is supported.
4067 dlopen_self=$enable_dlopen_self
4069 # Whether dlopen of statically linked programs is supported.
4070 dlopen_self_static=$enable_dlopen_self_static
4072 # Compiler flag to prevent dynamic linking.
4073 link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
4075 # Compiler flag to turn off builtin functions.
4076 no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
4078 # Compiler flag to allow reflexive dlopens.
4079 export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
4081 # Compiler flag to generate shared objects directly from archives.
4082 whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
4084 # Compiler flag to generate thread-safe objects.
4085 thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
4087 # Library versioning type.
4088 version_type=$version_type
4090 # Format of library name prefix.
4091 libname_spec=$lt_libname_spec
4093 # List of archive names. First name is the real one, the rest are links.
4094 # The last name is the one that the linker finds with -lNAME.
4095 library_names_spec=$lt_library_names_spec
4097 # The coded name of the library, if different from the real name.
4098 soname_spec=$lt_soname_spec
4100 # Commands used to build and install an old-style archive.
4102 old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
4103 old_postinstall_cmds=$lt_old_postinstall_cmds
4104 old_postuninstall_cmds=$lt_old_postuninstall_cmds
4106 # Create an old-style archive from a shared archive.
4107 old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
4109 # Create a temporary old-style archive to link instead of a shared archive.
4110 old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
4112 # Commands used to build and install a shared archive.
4113 archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
4114 archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
4115 postinstall_cmds=$lt_postinstall_cmds
4116 postuninstall_cmds=$lt_postuninstall_cmds
4118 # Commands used to build a loadable module (assumed same as above if empty)
4119 module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
4120 module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
4122 # Commands to strip libraries.
4123 old_striplib=$lt_old_striplib
4124 striplib=$lt_striplib
4126 # Dependencies to place before the objects being linked to create a
4128 predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
4130 # Dependencies to place after the objects being linked to create a
4132 postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
4134 # Dependencies to place before the objects being linked to create a
4136 predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
4138 # Dependencies to place after the objects being linked to create a
4140 postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4142 # The library search path used internally by the compiler when linking
4144 compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
4146 # Method to check whether dependent libraries are shared objects.
4147 deplibs_check_method=$lt_deplibs_check_method
4149 # Command to use when deplibs_check_method == file_magic.
4150 file_magic_cmd=$lt_file_magic_cmd
4152 # Flag that allows shared libraries with undefined symbols to be built.
4153 allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
4155 # Flag that forces no undefined symbols.
4156 no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
4158 # Commands used to finish a libtool library installation in a directory.
4159 finish_cmds=$lt_finish_cmds
4161 # Same as above, but a single script fragment to be evaled but not shown.
4162 finish_eval=$lt_finish_eval
4164 # Take the output of nm and produce a listing of raw symbols and C names.
4165 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
4167 # Transform the output of nm in a proper C declaration
4168 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
4170 # Transform the output of nm in a C name address pair
4171 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
4173 # This is the shared library runtime path variable.
4174 runpath_var=$runpath_var
4176 # This is the shared library path variable.
4177 shlibpath_var=$shlibpath_var
4179 # Is shlibpath searched before the hard-coded library search path?
4180 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
4182 # How to hardcode a shared library path into an executable.
4183 hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
4185 # Whether we should hardcode library paths into libraries.
4186 hardcode_into_libs=$hardcode_into_libs
4188 # Flag to hardcode \$libdir into a binary during linking.
4189 # This must work even if \$libdir does not exist.
4190 hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
4192 # If ld is used when linking, flag to hardcode \$libdir into
4193 # a binary during linking. This must work even if \$libdir does
4195 hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
4197 # Whether we need a single -rpath flag with a separated argument.
4198 hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
4200 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
4202 hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
4204 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
4206 hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
4208 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
4209 # the resulting binary.
4210 hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
4212 # Set to yes if building a shared library automatically hardcodes DIR into the library
4213 # and all subsequent libraries and executables linked against it.
4214 hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
4216 # Variables whose values should be saved in libtool wrapper scripts and
4217 # restored at relink time.
4218 variables_saved_for_relink="$variables_saved_for_relink"
4220 # Whether libtool must link a program against all its dependency libraries.
4221 link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4223 # Compile-time system search path for libraries
4224 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
4226 # Run-time system search path for libraries
4227 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
4229 # Fix the shell variable \$srcfile for the compiler.
4230 fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
4232 # Set to yes if exported symbols are required.
4233 always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4235 # The commands to list exported symbols.
4236 export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4238 # The commands to extract the exported symbol list from a shared archive.
4239 extract_expsyms_cmds=$lt_extract_expsyms_cmds
4241 # Symbols that should not be listed in the preloaded symbols.
4242 exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4244 # Symbols that must always be exported.
4245 include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4248 [# ### END LIBTOOL CONFIG],
4249 [# ### END LIBTOOL TAG CONFIG: $tagname])
4256 cat <<\EOF >> "$cfgfile"
4258 # AIX sometimes has problems with the GCC collect2 program. For some
4259 # reason, if we set the COLLECT_NAMES environment variable, the problems
4260 # vanish in a puff of smoke.
4261 if test "X${COLLECT_NAMES+set}" != Xset; then
4263 export COLLECT_NAMES
4269 # We use sed instead of cat because bash on DJGPP gets confused if
4270 # if finds mixed CR/LF and LF-only lines. Since sed operates in
4271 # text mode, it properly converts lines to CR/LF. This bash problem
4272 # is reportedly fixed, but why not run on old versions too?
4273 sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
4275 mv -f "$cfgfile" "$ofile" || \
4276 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4280 # If there is no Makefile yet, we rely on a make rule to execute
4281 # `config.status --recheck' to rerun these tests and create the
4282 # libtool script then.
4283 test -f Makefile && make "$ltmain"
4285 ])# AC_LIBTOOL_CONFIG
4288 # AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME])
4289 # -------------------------------------------
4290 AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI],
4291 [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
4293 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
4295 if test "$GCC" = yes; then
4296 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
4298 AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
4299 lt_cv_prog_compiler_rtti_exceptions,
4300 [-fno-rtti -fno-exceptions], [],
4301 [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
4303 ])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI
4306 # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
4307 # ---------------------------------
4308 AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
4309 [AC_REQUIRE([AC_CANONICAL_HOST])
4310 AC_REQUIRE([AC_PROG_NM])
4311 AC_REQUIRE([AC_OBJEXT])
4312 # Check for command to grab the raw symbol name followed by C symbol from nm.
4313 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
4314 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
4316 # These are sane defaults that work on at least a few old systems.
4317 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
4319 # Character class describing NM global symbol codes.
4320 symcode='[[BCDEGRST]]'
4322 # Regexp to match symbols that can be accessed directly from C.
4323 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4325 # Transform the above into a raw symbol and a C symbol.
4326 symxfrm='\1 \2\3 \3'
4328 # Transform an extracted symbol line into a proper C declaration
4329 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4331 # Transform an extracted symbol line into symbol name and symbol address
4332 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'"
4334 # Define system-specific variables.
4339 cygwin* | mingw* | pw32*)
4340 symcode='[[ABCDGISTW]]'
4342 hpux*) # Its linker distinguishes data from code symbols
4343 if test "$host_cpu" = ia64; then
4344 symcode='[[ABCDEGRST]]'
4346 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4347 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'"
4350 symcode='[[BCDEGRST]]'
4353 symcode='[[BCDEGQRST]]'
4359 symcode='[[DFNSTU]]'
4363 # Handle CRLF in mingw tool chain
4367 opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4371 # If we're using GNU nm, then use its standard symbol codes.
4372 case `$NM -V 2>&1` in
4373 *GNU* | *'with BFD'*)
4374 symcode='[[ABCDGISTW]]' ;;
4377 # Try without a prefix undercore, then with it.
4378 for ac_symprfx in "" "_"; do
4380 # Write the raw and C identifiers.
4381 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
4383 # Check to see that the pipe works correctly.
4387 cat > conftest.$ac_ext <<EOF
4392 void nm_test_func(){}
4396 int main(){nm_test_var='a';nm_test_func();return(0);}
4399 if AC_TRY_EVAL(ac_compile); then
4400 # Now try to grab the symbols.
4402 if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
4403 # Try sorting and uniquifying the output.
4404 if sort "$nlist" | uniq > "$nlist"T; then
4405 mv -f "$nlist"T "$nlist"
4410 # Make sure that we snagged all the symbols we need.
4411 if grep ' nm_test_var$' "$nlist" >/dev/null; then
4412 if grep ' nm_test_func$' "$nlist" >/dev/null; then
4413 cat <<EOF > conftest.$ac_ext
4419 # Now generate the symbol file.
4420 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
4422 cat <<EOF >> conftest.$ac_ext
4423 #if defined (__STDC__) && __STDC__
4424 # define lt_ptr_t void *
4426 # define lt_ptr_t char *
4430 /* The mapping between symbol names and symbols. */
4435 lt_preloaded_symbols[[]] =
4438 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
4439 cat <<\EOF >> conftest.$ac_ext
4447 # Now try linking the two files.
4448 mv conftest.$ac_objext conftstm.$ac_objext
4449 lt_save_LIBS="$LIBS"
4450 lt_save_CFLAGS="$CFLAGS"
4451 LIBS="conftstm.$ac_objext"
4452 CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4453 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4456 LIBS="$lt_save_LIBS"
4457 CFLAGS="$lt_save_CFLAGS"
4459 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4462 echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4465 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4468 echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4469 cat conftest.$ac_ext >&5
4471 rm -f conftest* conftst*
4473 # Do not use the global_symbol_pipe unless it works.
4474 if test "$pipe_works" = yes; then
4477 lt_cv_sys_global_symbol_pipe=
4481 if test -z "$lt_cv_sys_global_symbol_pipe"; then
4482 lt_cv_sys_global_symbol_to_cdecl=
4484 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4485 AC_MSG_RESULT(failed)
4489 ]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
4492 # AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME])
4493 # ---------------------------------------
4494 AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC],
4495 [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
4496 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4497 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
4499 AC_MSG_CHECKING([for $compiler option to produce PIC])
4501 # C++ specific cases for pic, static, wl, etc.
4502 if test "$GXX" = yes; then
4503 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4504 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4508 # All AIX code is PIC.
4509 if test "$host_cpu" = ia64; then
4510 # AIX 5 now supports IA64 processor
4511 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4515 # FIXME: we need at least 68020 code to build shared libraries, but
4516 # adding the `-m68020' flag to GCC prevents building anything better,
4518 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4520 beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4521 # PIC is the default for these OSes.
4523 mingw* | os2* | pw32*)
4524 # This hack is so that the source file can tell whether it is being
4525 # built for inclusion in a dll (and should export symbols for example).
4526 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4528 darwin* | rhapsody*)
4529 # PIC is the default on this platform
4530 # Common symbols not allowed in MH_DYLIB files
4531 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4534 # DJGPP does not support shared libraries at all
4535 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4538 if test -d /usr/nec; then
4539 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4543 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4549 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4554 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4560 # All AIX code is PIC.
4561 if test "$host_cpu" = ia64; then
4562 # AIX 5 now supports IA64 processor
4563 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4565 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4569 case $cc_basename in
4571 # Green Hills C++ Compiler
4572 # _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"
4577 case $cc_basename in
4579 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4582 # Green Hills C++ Compiler
4583 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4590 # FreeBSD uses GNU C++
4592 hpux9* | hpux10* | hpux11*)
4593 case $cc_basename in
4595 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4596 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
4597 if test "$host_cpu" != ia64; then
4598 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4602 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4603 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
4609 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4617 irix5* | irix6* | nonstopux*)
4618 case $cc_basename in
4620 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4621 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4622 # CC pic flag -KPIC is the default.
4629 case $cc_basename in
4632 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4633 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4637 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4638 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4639 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4643 # Make sure the PIC flag is empty. It appears that all Alpha
4644 # Linux and Compaq Tru64 Unix objects are PIC.
4645 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4646 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4657 case $cc_basename in
4659 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4667 osf3* | osf4* | osf5*)
4668 case $cc_basename in
4670 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4673 # Rational C++ 2.4.1
4674 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4677 # Digital/Compaq C++
4678 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4679 # Make sure the PIC flag is empty. It appears that all Alpha
4680 # Linux and Compaq Tru64 Unix objects are PIC.
4681 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4682 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4691 case $cc_basename in
4693 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4700 case $cc_basename in
4702 # Sun C++ 4.2, 5.x and Centerline C++
4703 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4704 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4705 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4708 # Green Hills C++ Compiler
4709 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4716 case $cc_basename in
4719 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4720 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4724 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4731 case $cc_basename in
4733 # NonStop-UX NCC 3.20
4734 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4745 _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4751 if test "$GCC" = yes; then
4752 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4753 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4757 # All AIX code is PIC.
4758 if test "$host_cpu" = ia64; then
4759 # AIX 5 now supports IA64 processor
4760 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4765 # FIXME: we need at least 68020 code to build shared libraries, but
4766 # adding the `-m68020' flag to GCC prevents building anything better,
4768 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4771 beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4772 # PIC is the default for these OSes.
4775 mingw* | pw32* | os2*)
4776 # This hack is so that the source file can tell whether it is being
4777 # built for inclusion in a dll (and should export symbols for example).
4778 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4781 darwin* | rhapsody*)
4782 # PIC is the default on this platform
4783 # Common symbols not allowed in MH_DYLIB files
4784 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4788 # Just because we use GCC doesn't mean we suddenly get shared libraries
4789 # on systems that don't support them.
4790 _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4795 if test -d /usr/nec; then
4796 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4801 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4808 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4814 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4818 # PORTME Check for flag to pass linker flags through the system compiler.
4821 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4822 if test "$host_cpu" = ia64; then
4823 # AIX 5 now supports IA64 processor
4824 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4826 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4830 mingw* | pw32* | os2*)
4831 # This hack is so that the source file can tell whether it is being
4832 # built for inclusion in a dll (and should export symbols for example).
4833 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
4836 hpux9* | hpux10* | hpux11*)
4837 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4838 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4845 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4848 # Is there a better lt_prog_compiler_static that works with the bundled CC?
4849 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4852 irix5* | irix6* | nonstopux*)
4853 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4854 # PIC (with -KPIC) is the default.
4855 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4859 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4860 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4866 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4867 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4868 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
4871 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4872 # All Alpha code is PIC.
4873 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4878 osf3* | osf4* | osf5*)
4879 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4880 # All OSF/1 code is PIC.
4881 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4885 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
4886 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
4890 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4891 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4892 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4896 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4897 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4898 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4901 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
4902 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4903 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4904 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4908 if test -d /usr/nec ;then
4909 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
4910 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4915 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4916 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4920 _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4925 AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
4928 # Check to make sure the PIC flag actually works.
4930 if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
4931 AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
4932 _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
4933 [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
4934 [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
4936 *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
4938 [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4939 _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
4942 # For platforms which do not support PIC, -DPIC is meaningless:
4944 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
4947 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
4953 # AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME])
4954 # ------------------------------------
4955 # See if the linker supports building shared libraries.
4956 AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS],
4957 [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
4959 _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4962 # If we're using GNU nm, then we don't want the "-C" option.
4963 # -C means demangle to AIX nm, but means don't demangle with GNU nm
4964 if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
4965 _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'
4967 _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'
4971 _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
4974 _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
4977 _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4982 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
4983 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4984 _LT_AC_TAGVAR(archive_cmds, $1)=
4985 _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
4986 _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
4987 _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
4988 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
4989 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
4990 _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
4991 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
4992 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
4993 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
4994 _LT_AC_TAGVAR(hardcode_direct, $1)=no
4995 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
4996 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
4997 _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
4998 _LT_AC_TAGVAR(hardcode_automatic, $1)=no
4999 _LT_AC_TAGVAR(module_cmds, $1)=
5000 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
5001 _LT_AC_TAGVAR(always_export_symbols, $1)=no
5002 _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
5003 # include_expsyms should be a list of space-separated symbols to be *always*
5004 # included in the symbol list
5005 _LT_AC_TAGVAR(include_expsyms, $1)=
5006 # exclude_expsyms can be an extended regexp of symbols to exclude
5007 # it will be wrapped by ` (' and `)$', so one must not match beginning or
5008 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
5009 # as well as any symbol that contains `d'.
5010 _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
5011 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
5012 # platforms (ab)use it in PIC code, but their linkers get confused if
5013 # the symbol is explicitly referenced. Since portable code cannot
5014 # rely on this symbol name, it's probably fine to never include it in
5015 # preloaded symbol tables.
5016 extract_expsyms_cmds=
5019 cygwin* | mingw* | pw32*)
5020 # FIXME: the MSVC++ port hasn't been tested in a loooong time
5021 # When not using gcc, we currently assume that we are using
5022 # Microsoft Visual C++.
5023 if test "$GCC" != yes; then
5032 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5033 if test "$with_gnu_ld" = yes; then
5034 # If archive_cmds runs LD, not CC, wlarc should be empty
5037 # See if GNU ld supports shared libraries.
5039 aix3* | aix4* | aix5*)
5040 # On AIX/PPC, the GNU linker is very broken
5041 if test "$host_cpu" != ia64; then
5042 _LT_AC_TAGVAR(ld_shlibs, $1)=no
5045 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
5046 *** to be unable to reliably create shared libraries on AIX.
5047 *** Therefore, libtool is disabling shared libraries support. If you
5048 *** really care for shared libraries, you may want to modify your PATH
5049 *** so that a non-GNU linker is found, and then restart.
5056 _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data${_S_}$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data${_S_}$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data${_S_}$AR $AR_FLAGS $lib $libobjs${_S_}$RANLIB $lib${_S_}(cd $output_objdir && a2ixlibrary -32)'
5057 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5058 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5060 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
5061 # that the semantics of dynamic libraries on AmigaOS, at least up
5062 # to version 4, is to share data among multiple programs linked
5063 # with the same dynamic library. Since this doesn't match the
5064 # behavior of shared libraries on other platforms, we can't use
5066 _LT_AC_TAGVAR(ld_shlibs, $1)=no
5070 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5071 _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5072 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5073 # support --undefined. This deserves some investigation. FIXME
5074 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5076 _LT_AC_TAGVAR(ld_shlibs, $1)=no
5080 cygwin* | mingw* | pw32*)
5081 # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5082 # as there is no search path for DLLs.
5083 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5084 _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5085 _LT_AC_TAGVAR(always_export_symbols, $1)=no
5086 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5087 _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
5089 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
5090 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
5091 # If the export-symbols file already is a .def file (1st line
5092 # is EXPORTS), use it as is; otherwise, prepend...
5093 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
5094 cp $export_symbols $output_objdir/$soname.def;
5096 echo EXPORTS > $output_objdir/$soname.def;
5097 cat $export_symbols >> $output_objdir/$soname.def;
5099 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
5106 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5107 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5110 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5111 _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'
5116 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5117 _LT_AC_TAGVAR(ld_shlibs, $1)=no
5120 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
5121 *** create shared libraries on Solaris systems. Therefore, libtool
5122 *** is disabling shared libraries support. We urge you to upgrade GNU
5123 *** binutils to release 2.9.1 or newer. Another option is to modify
5124 *** your PATH or compiler configuration so that the native linker is
5125 *** used, and then restart.
5128 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5129 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5130 _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'
5132 _LT_AC_TAGVAR(ld_shlibs, $1)=no
5137 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5139 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5140 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5144 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5145 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5146 _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'
5148 _LT_AC_TAGVAR(ld_shlibs, $1)=no
5153 if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
5154 runpath_var=LD_RUN_PATH
5155 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
5156 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
5157 # ancient GNU ld didn't support --whole-archive et. al.
5158 if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
5159 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
5161 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5165 # PORTME fill in a description of your system's linker (not GNU ld)
5168 _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5169 _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5170 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE${_S_}$AR $AR_FLAGS $lib $output_objdir/$soname'
5171 # Note: this linker hardcodes the directories in LIBPATH if there
5172 # are no directories specified by -L.
5173 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5174 if test "$GCC" = yes && test -z "$link_static_flag"; then
5175 # Neither direct hardcoding nor static linking is supported with a
5177 _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5182 if test "$host_cpu" = ia64; then
5183 # On IA64, the linker does run time linking by default, so we don't
5184 # have to do anything special.
5185 aix_use_runtimelinking=no
5186 exp_sym_flag='-Bexport'
5189 # If we're using GNU nm, then we don't want the "-C" option.
5190 # -C means demangle to AIX nm, but means don't demangle with GNU nm
5191 if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
5192 _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'
5194 _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'
5196 aix_use_runtimelinking=no
5198 # Test if we are trying to use run time linking or normal
5199 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5200 # need to do runtime linking.
5201 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
5202 for ld_flag in $LDFLAGS; do
5203 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5204 aix_use_runtimelinking=yes
5210 exp_sym_flag='-bexport'
5211 no_entry_flag='-bnoentry'
5214 # When large executables or shared objects are built, AIX ld can
5215 # have problems creating the table of contents. If linking a library
5216 # or program results in "error TOC overflow" add -mminimal-toc to
5217 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
5218 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5220 _LT_AC_TAGVAR(archive_cmds, $1)=''
5221 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5222 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
5223 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5225 if test "$GCC" = yes; then
5226 case $host_os in aix4.[012]|aix4.[012].*)
5227 # We only want to do this on AIX 4.2 and lower, the check
5228 # below for broken collect2 doesn't work under 4.3+
5229 collect2name=`${CC} -print-prog-name=collect2`
5230 if test -f "$collect2name" && \
5231 strings "$collect2name" | grep resolve_lib_name >/dev/null
5233 # We have reworked collect2
5234 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5236 # We have old collect2
5237 _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5238 # It fails to find uninstalled libraries when the uninstalled
5239 # path is not listed in the libpath. Setting hardcode_minus_L
5240 # to unsupported forces relinking
5241 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5242 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5243 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
5246 shared_flag='-shared'
5249 if test "$host_cpu" = ia64; then
5250 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5251 # chokes on -Wl,-G. The following line is correct:
5254 if test "$aix_use_runtimelinking" = yes; then
5255 shared_flag='${wl}-G'
5257 shared_flag='${wl}-bM:SRE'
5262 # It seems that -bexpall does not export symbols beginning with
5263 # underscore (_), so it is better to generate a list of symbols to export.
5264 _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5265 if test "$aix_use_runtimelinking" = yes; then
5266 # Warning - without using the other runtime loading flags (-brtl),
5267 # -berok will link without error, but may produce a broken library.
5268 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
5269 # Determine the default libpath from the value encoded in an empty executable.
5270 _LT_AC_SYS_LIBPATH_AIX
5271 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5272 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
5274 if test "$host_cpu" = ia64; then
5275 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5276 _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5277 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
5279 # Determine the default libpath from the value encoded in an empty executable.
5280 _LT_AC_SYS_LIBPATH_AIX
5281 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5282 # Warning - without using the other run time loading flags,
5283 # -berok will link without error, but may produce a broken library.
5284 _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
5285 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
5286 # -bexpall does not export symbols beginning with underscore (_)
5287 _LT_AC_TAGVAR(always_export_symbols, $1)=yes
5288 # Exported symbols can be pulled into shared objects from archives
5289 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
5290 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5291 # This is similar to how AIX traditionally builds it's shared libraries.
5292 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}\${_S_}$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
5298 _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data${_S_}$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data${_S_}$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data${_S_}$AR $AR_FLAGS $lib $libobjs${_S_}$RANLIB $lib${_S_}(cd $output_objdir && a2ixlibrary -32)'
5299 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5300 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5301 # see comment about different semantics on the GNU ld section
5302 _LT_AC_TAGVAR(ld_shlibs, $1)=no
5306 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5309 cygwin* | mingw* | pw32*)
5310 # When not using gcc, we currently assume that we are using
5311 # Microsoft Visual C++.
5312 # hardcode_libdir_flag_spec is actually meaningless, as there is
5313 # no search path for DLLs.
5314 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5315 _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5316 # Tell ltmain to make .lib files, not .a files.
5318 # Tell ltmain to make .dll files, not .so files.
5320 # FIXME: Setting linknames here is a bad hack.
5321 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll${_S_}linknames='
5322 # The linker will automatically build a .lib file if we build a DLL.
5323 _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
5324 # FIXME: Should let the user specify the lib program.
5325 _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
5326 fix_srcfile_path='`cygpath -w "$srcfile"`'
5327 _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5330 darwin* | rhapsody*)
5331 if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
5332 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5334 rhapsody* | darwin1.[[012]])
5335 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
5337 darwin1.* | darwin[[2-6]].*) # Darwin 1.3 on, but less than 7.0
5338 test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
5341 case "${MACOSX_DEPLOYMENT_TARGET-10.1}" in
5343 test -z ${LD_TWOLEVEL_NAMESPACE} && _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
5346 if test -z ${LD_TWOLEVEL_NAMESPACE}; then
5347 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
5349 _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
5355 # FIXME: Relying on posixy $() will cause problems for
5356 # cross-compilation, but unfortunately the echo tests do not
5357 # yet detect zsh echo's removal of \ escapes. Also zsh mangles
5358 # `"' quotes if we put them in here... so don't!
5359 lt_int_apple_cc_single_mod=no
5360 output_verbose_link_cmd='echo'
5361 if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
5362 lt_int_apple_cc_single_mod=yes
5364 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
5365 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
5367 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
5369 _LT_AC_TAGVAR(module_cmds, $1)='$CC -bundle $archargs ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags'
5370 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
5371 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
5372 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5374 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5376 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -bundle $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
5377 _LT_AC_TAGVAR(hardcode_direct, $1)=no
5378 _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
5379 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
5380 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
5381 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5386 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5387 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5388 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5392 _LT_AC_TAGVAR(ld_shlibs, $1)=no
5395 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5396 # support. Future versions do this automatically, but an explicit c++rt0.o
5397 # does not break anything, and helps significantly (at the cost of a little
5400 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5401 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5402 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5403 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5406 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5408 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5409 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5410 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5411 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5414 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5416 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
5417 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5418 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5419 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5423 if test "$GCC" = yes; then
5424 _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname${_S_}$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
5426 _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname${_S_}$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
5428 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5429 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5430 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5432 # hardcode_minus_L: Not really in the search PATH,
5433 # but as the default location of the library.
5434 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5435 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5439 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
5442 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5445 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5451 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
5454 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5458 if test "$with_gnu_ld" = no; then
5461 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5462 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5463 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5464 _LT_AC_TAGVAR(hardcode_direct, $1)=no
5465 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5468 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5469 _LT_AC_TAGVAR(hardcode_direct, $1)=no
5470 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5472 # hardcode_minus_L: Not really in the search PATH,
5473 # but as the default location of the library.
5474 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5477 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5478 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5479 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5480 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5482 # hardcode_minus_L: Not really in the search PATH,
5483 # but as the default location of the library.
5484 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5490 irix5* | irix6* | nonstopux*)
5491 if test "$GCC" = yes; then
5492 _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'
5494 _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'
5495 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
5497 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5498 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5499 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5503 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5504 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
5506 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
5508 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5509 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5510 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5514 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5515 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5516 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5517 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5518 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5522 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5523 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5524 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5525 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5526 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5527 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5530 openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5531 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5532 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5535 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5536 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5543 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5544 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5545 _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5546 _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def${_S_}$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def${_S_}$echo DATA >> $output_objdir/$libname.def${_S_}$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def${_S_}$echo EXPORTS >> $output_objdir/$libname.def${_S_}emxexp $libobjs >> $output_objdir/$libname.def${_S_}$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
5547 _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5551 if test "$GCC" = yes; then
5552 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5553 _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'
5555 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5556 _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'
5558 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5559 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5562 osf4* | osf5*) # as osf3* with the addition of -msym flag
5563 if test "$GCC" = yes; then
5564 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5565 _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'
5566 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5568 _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5569 _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'
5570 _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${_S_}
5571 $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib${_S_}$rm $lib.exp'
5573 # Both c and cxx compiler support -rpath directly
5574 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5576 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
5580 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5581 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5582 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
5583 runpath_var=LD_RUN_PATH
5584 hardcode_runpath_var=yes
5588 _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5589 if test "$GCC" = yes; then
5590 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5591 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
5592 $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags${_S_}$rm $lib.exp'
5594 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5595 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
5596 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags${_S_}$rm $lib.exp'
5598 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5599 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5601 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5602 *) # Supported since Solaris 2.6 (maybe 2.5.1?)
5603 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
5605 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
5609 if test "x$host_vendor" = xsequent; then
5610 # Use $CC to link under sequent, because it throws in some extra .o
5611 # files that make .init and .fini sections work.
5612 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5614 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5616 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5617 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5618 _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
5619 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5623 case $host_vendor in
5625 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5626 _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5629 ## LD is ld it makes a PLAMLIB
5630 ## CC just makes a GrossModule.
5631 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5632 _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5633 _LT_AC_TAGVAR(hardcode_direct, $1)=no
5636 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5637 _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5640 runpath_var='LD_RUN_PATH'
5641 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5645 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5646 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5647 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5651 if test -d /usr/nec; then
5652 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5653 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5654 runpath_var=LD_RUN_PATH
5655 hardcode_runpath_var=yes
5656 _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5661 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5662 _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5663 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
5664 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5665 hardcode_runpath_var=yes
5666 runpath_var=LD_RUN_PATH
5669 sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
5670 _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
5671 if test "$GCC" = yes; then
5672 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5674 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5676 runpath_var='LD_RUN_PATH'
5677 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5681 _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
5682 # $CC -shared without GNU ld will not create a library from C++
5683 # object files and a static libstdc++, better avoid it by now
5684 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5685 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
5686 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags${_S_}$rm $lib.exp'
5687 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5688 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5689 runpath_var='LD_RUN_PATH'
5693 _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5694 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5695 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5699 _LT_AC_TAGVAR(ld_shlibs, $1)=no
5704 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
5705 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
5707 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
5708 if test "$GCC" = yes; then
5709 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
5713 # Do we need to explicitly link libc?
5715 case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
5717 # Assume -lc should be added
5718 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5720 if test "$enable_shared" = yes && test "$GCC" = yes; then
5721 case $_LT_AC_TAGVAR(archive_cmds, $1) in
5723 # FIXME: we may have to deal with multi-command sequences.
5726 # Test whether the compiler implicitly links with -lc since on some
5727 # systems, -lgcc has to come before -lc. If gcc already passes -lc
5728 # to ld, don't add -lc before -lgcc.
5729 AC_MSG_CHECKING([whether -lc should be explicitly linked in])
5731 printf "$lt_simple_compile_test_code" > conftest.$ac_ext
5733 if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
5736 libobjs=conftest.$ac_objext
5738 wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
5744 lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
5745 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
5746 if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
5748 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
5750 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
5752 _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
5754 cat conftest.err 1>&5
5757 AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
5763 ])# AC_LIBTOOL_PROG_LD_SHLIBS
5766 # _LT_AC_FILE_LTDLL_C
5767 # -------------------
5768 # Be careful that the start marker always follows a newline.
5769 AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
5770 # /* ltdll.c starts here */
5771 # #define WIN32_LEAN_AND_MEAN
5772 # #include <windows.h>
5773 # #undef WIN32_LEAN_AND_MEAN
5774 # #include <stdio.h>
5776 # #ifndef __CYGWIN__
5777 # # ifdef __CYGWIN32__
5778 # # define __CYGWIN__ __CYGWIN32__
5782 # #ifdef __cplusplus
5785 # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
5786 # #ifdef __cplusplus
5791 # #include <cygwin/cygwin_dll.h>
5792 # DECLARE_CYGWIN_DLL( DllMain );
5794 # HINSTANCE __hDllInstance_base;
5797 # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
5799 # __hDllInstance_base = hInst;
5802 # /* ltdll.c ends here */
5803 ])# _LT_AC_FILE_LTDLL_C
5806 # _LT_AC_TAGVAR(VARNAME, [TAGNAME])
5807 # ---------------------------------
5808 AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
5812 AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
5813 AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
5814 AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
5815 AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
5816 AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
5817 AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
5818 AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
5820 # This is just to silence aclocal about the macro not being used
5821 ifelse([AC_DISABLE_FAST_INSTALL])
5823 AC_DEFUN([LT_AC_PROG_GCJ],
5824 [AC_CHECK_TOOL(GCJ, gcj, no)
5825 test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
5829 AC_DEFUN([LT_AC_PROG_RC],
5830 [AC_CHECK_TOOL(RC, windres, no)
5833 # NOTE: This macro has been submitted for inclusion into #
5834 # GNU Autoconf as AC_PROG_SED. When it is available in #
5835 # a released version of Autoconf we should remove this #
5836 # macro and use it instead. #
5839 # Check for a fully-functional sed program, that truncates
5840 # as few characters as possible. Prefer GNU sed if found.
5841 AC_DEFUN([LT_AC_PROG_SED],
5842 [AC_MSG_CHECKING([for a sed that does not truncate output])
5843 AC_CACHE_VAL(lt_cv_path_SED,
5844 [# Loop through the user's path and test for sed and gsed.
5845 # Then use that list of sed's as ones to test for truncation.
5846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5850 test -z "$as_dir" && as_dir=.
5851 for lt_ac_prog in sed gsed; do
5852 for ac_exec_ext in '' $ac_executable_extensions; do
5853 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
5854 lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
5861 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
5862 # along with /bin/sed that truncates output.
5863 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
5864 test ! -f $lt_ac_sed && break
5865 cat /dev/null > conftest.in
5867 echo $ECHO_N "0123456789$ECHO_C" >conftest.in
5868 # Check for GNU sed and select it if it is found.
5869 if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
5870 lt_cv_path_SED=$lt_ac_sed
5874 cat conftest.in conftest.in >conftest.tmp
5875 mv conftest.tmp conftest.in
5876 cp conftest.in conftest.nl
5878 $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
5879 cmp -s conftest.out conftest.nl || break
5880 # 10000 chars as input seems more than enough
5881 test $lt_ac_count -gt 10 && break
5882 lt_ac_count=`expr $lt_ac_count + 1`
5883 if test $lt_ac_count -gt $lt_ac_max; then
5884 lt_ac_max=$lt_ac_count
5885 lt_cv_path_SED=$lt_ac_sed
5891 AC_MSG_RESULT([$SED])
5894 dnl ---------------------------------------------------------------------------
5895 dnl Compiler detection macros by David Elliott
5896 dnl ---------------------------------------------------------------------------
5899 dnl ===========================================================================
5900 dnl Macros to detect non-GNU compilers (MetroWerks, XLC)
5901 dnl ===========================================================================
5903 dnl Based on autoconf _AC_LANG_COMPILER_GNU
5904 AC_DEFUN([_AC_BAKEFILE_LANG_COMPILER_MWERKS],
5905 [AC_CACHE_CHECK([whether we are using the Metrowerks _AC_LANG compiler],
5906 [bakefile_cv_[]_AC_LANG_ABBREV[]_compiler_mwerks],
5907 [AC_TRY_COMPILE([],[#ifndef __MWERKS__
5911 [bakefile_compiler_mwerks=yes],
5912 [bakefile_compiler_mwerks=no])
5913 bakefile_cv_[]_AC_LANG_ABBREV[]_compiler_mwerks=$bakefile_compiler_mwerks
5917 dnl Loosely based on autoconf AC_PROG_CC
5918 dnl TODO: Maybe this should wrap the call to AC_PROG_CC and be used instead.
5919 AC_DEFUN([AC_BAKEFILE_PROG_MWCC],
5921 _AC_BAKEFILE_LANG_COMPILER_MWERKS
5922 MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes`
5926 dnl Loosely based on autoconf AC_PROG_CXX
5927 dnl TODO: Maybe this should wrap the call to AC_PROG_CXX and be used instead.
5928 AC_DEFUN([AC_BAKEFILE_PROG_MWCXX],
5930 _AC_BAKEFILE_LANG_COMPILER_MWERKS
5931 MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes`
5935 dnl Based on autoconf _AC_LANG_COMPILER_GNU
5936 AC_DEFUN([_AC_BAKEFILE_LANG_COMPILER_XLC],
5937 [AC_CACHE_CHECK([whether we are using the IBM xlC _AC_LANG compiler],
5938 [wx_cv_[]_AC_LANG_ABBREV[]_compiler_xlc],
5939 [AC_TRY_COMPILE([],[#ifndef __xlC__
5943 [wx_compiler_xlc=yes],
5944 [wx_compiler_xlc=no])
5945 wx_cv_[]_AC_LANG_ABBREV[]_compiler_xlc=$wx_compiler_xlc
5949 dnl Loosely based on autoconf AC_PROG_CC
5950 AC_DEFUN([AC_BAKEFILE_PROG_XLCC],
5952 _AC_BAKEFILE_LANG_COMPILER_XLC
5953 XLCC=`test $wx_cv_c_compiler_xlc = yes && echo yes`
5957 dnl Loosely based on autoconf AC_PROG_CXX
5958 AC_DEFUN([AC_BAKEFILE_PROG_XLCXX],
5960 _AC_BAKEFILE_LANG_COMPILER_XLC
5961 XLCXX=`test $wx_cv_cxx_compiler_xlc = yes && echo yes`
5966 dnl ===========================================================================
5967 dnl macros to detect specialty compiler options
5968 dnl ===========================================================================
5970 dnl Figure out if we need to pass -ext o to compiler (MetroWerks)
5971 AC_DEFUN([AC_BAKEFILE_METROWERKS_EXTO],
5972 [AC_CACHE_CHECK([if the _AC_LANG compiler requires -ext o], wx_cv_[]_AC_LANG_ABBREV[]_exto,
5973 dnl First create an empty conf test
5974 [AC_LANG_CONFTEST([AC_LANG_PROGRAM()])
5975 dnl Now remove .o and .c.o or .cc.o
5976 rm -f conftest.$ac_objext conftest.$ac_ext.o
5977 dnl Now compile the test
5978 AS_IF([AC_TRY_EVAL(ac_compile)],
5979 dnl If the test succeeded look for conftest.c.o or conftest.cc.o
5980 [for ac_file in `(ls conftest.* 2>/dev/null)`; do
5983 wx_cv_[]_AC_LANG_ABBREV[]_exto="-ext o"
5989 [AC_MSG_FAILURE([cannot figure out if compiler needs -ext o: cannot compile])
5992 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
5993 ]) dnl AC_CACHE_CHECK
5995 if test "x$wx_cv_[]_AC_LANG_ABBREV[]_exto" '!=' "x"; then
5996 if test "[]_AC_LANG_ABBREV[]" = "c"; then
5997 CFLAGS="$wx_cv_[]_AC_LANG_ABBREV[]_exto $CFLAGS"
5999 if test "[]_AC_LANG_ABBREV[]" = "cxx"; then
6000 CXXFLAGS="$wx_cv_[]_AC_LANG_ABBREV[]_exto $CXXFLAGS"
6006 dnl ===========================================================================
6007 dnl Macros to do all of the compiler detections as one macro
6008 dnl ===========================================================================
6009 AC_DEFUN([AC_BAKEFILE_PROG_CC],
6012 AC_BAKEFILE_METROWERKS_EXTO
6013 dnl By the time we find out that we need -ext o some tests have failed.
6014 if test "x$wx_cv_c_exto" '!=' "x"; then
6015 unset ac_cv_prog_cc_g
6018 AC_BAKEFILE_PROG_MWCC
6019 AC_BAKEFILE_PROG_XLCC
6022 AC_DEFUN([AC_BAKEFILE_PROG_CXX],
6025 AC_BAKEFILE_METROWERKS_EXTO
6026 dnl By the time we find out that we need -ext o some tests have failed.
6027 if test "x$wx_cv_cxx_exto" '!=' "x"; then
6028 unset ac_cv_prog_cxx_g
6031 AC_BAKEFILE_PROG_MWCXX
6032 AC_BAKEFILE_PROG_XLCXX