aclocal.m4
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:239k
源码类别:

Windows CE

开发平台:

C/C++

  1. # generated automatically by aclocal 1.8.5 -*- Autoconf -*-
  2. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
  3. # Free Software Foundation, Inc.
  4. # This file is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
  12. # serial 47 AC_PROG_LIBTOOL
  13. # Debian $Rev: 214 $
  14. # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
  15. # -----------------------------------------------------------
  16. # If this macro is not defined by Autoconf, define it here.
  17. m4_ifdef([AC_PROVIDE_IFELSE],
  18.          [],
  19.          [m4_define([AC_PROVIDE_IFELSE],
  20.          [m4_ifdef([AC_PROVIDE_$1],
  21.            [$2], [$3])])])
  22. # AC_PROG_LIBTOOL
  23. # ---------------
  24. AC_DEFUN([AC_PROG_LIBTOOL],
  25. [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
  26. dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
  27. dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
  28.   AC_PROVIDE_IFELSE([AC_PROG_CXX],
  29.     [AC_LIBTOOL_CXX],
  30.     [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
  31.   ])])
  32. dnl And a similar setup for Fortran 77 support
  33.   AC_PROVIDE_IFELSE([AC_PROG_F77],
  34.     [AC_LIBTOOL_F77],
  35.     [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
  36. ])])
  37. dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
  38. dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run
  39. dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
  40.   AC_PROVIDE_IFELSE([AC_PROG_GCJ],
  41.     [AC_LIBTOOL_GCJ],
  42.     [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
  43.       [AC_LIBTOOL_GCJ],
  44.       [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
  45. [AC_LIBTOOL_GCJ],
  46.       [ifdef([AC_PROG_GCJ],
  47.      [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
  48.        ifdef([A][M_PROG_GCJ],
  49.      [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
  50.        ifdef([LT_AC_PROG_GCJ],
  51.      [define([LT_AC_PROG_GCJ],
  52. defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
  53. ])])# AC_PROG_LIBTOOL
  54. # _AC_PROG_LIBTOOL
  55. # ----------------
  56. AC_DEFUN([_AC_PROG_LIBTOOL],
  57. [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
  58. AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
  59. AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
  60. AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
  61. # This can be used to rebuild libtool when needed
  62. LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
  63. # Always use our own libtool.
  64. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  65. AC_SUBST(LIBTOOL)dnl
  66. # Prevent multiple expansion
  67. define([AC_PROG_LIBTOOL], [])
  68. ])# _AC_PROG_LIBTOOL
  69. # AC_LIBTOOL_SETUP
  70. # ----------------
  71. AC_DEFUN([AC_LIBTOOL_SETUP],
  72. [AC_PREREQ(2.50)dnl
  73. AC_REQUIRE([AC_ENABLE_SHARED])dnl
  74. AC_REQUIRE([AC_ENABLE_STATIC])dnl
  75. AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
  76. AC_REQUIRE([AC_CANONICAL_HOST])dnl
  77. AC_REQUIRE([AC_CANONICAL_BUILD])dnl
  78. AC_REQUIRE([AC_PROG_CC])dnl
  79. AC_REQUIRE([AC_PROG_LD])dnl
  80. AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
  81. AC_REQUIRE([AC_PROG_NM])dnl
  82. AC_REQUIRE([AC_PROG_LN_S])dnl
  83. AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
  84. # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
  85. AC_REQUIRE([AC_OBJEXT])dnl
  86. AC_REQUIRE([AC_EXEEXT])dnl
  87. dnl
  88. AC_LIBTOOL_SYS_MAX_CMD_LEN
  89. AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
  90. AC_LIBTOOL_OBJDIR
  91. AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
  92. _LT_AC_PROG_ECHO_BACKSLASH
  93. case $host_os in
  94. aix3*)
  95.   # AIX sometimes has problems with the GCC collect2 program.  For some
  96.   # reason, if we set the COLLECT_NAMES environment variable, the problems
  97.   # vanish in a puff of smoke.
  98.   if test "X${COLLECT_NAMES+set}" != Xset; then
  99.     COLLECT_NAMES=
  100.     export COLLECT_NAMES
  101.   fi
  102.   ;;
  103. esac
  104. # Sed substitution that helps us do robust quoting.  It backslashifies
  105. # metacharacters that are still active within double-quoted strings.
  106. Xsed='sed -e s/^X//'
  107. [sed_quote_subst='s/([\"\`$\\])/\1/g']
  108. # Same as above, but do not quote variable references.
  109. [double_quote_subst='s/([\"\`\\])/\1/g']
  110. # Sed substitution to delay expansion of an escaped shell variable in a
  111. # double_quote_subst'ed string.
  112. delay_variable_subst='s/\\\\\$/\\\$/g'
  113. # Sed substitution to avoid accidental globbing in evaled expressions
  114. no_glob_subst='s/*/\*/g'
  115. # Constants:
  116. rm="rm -f"
  117. # Global variables:
  118. default_ofile=libtool
  119. can_build_shared=yes
  120. # All known linkers require a `.a' archive for static linking (except M$VC,
  121. # which needs '.lib').
  122. libext=a
  123. ltmain="$ac_aux_dir/ltmain.sh"
  124. ofile="$default_ofile"
  125. with_gnu_ld="$lt_cv_prog_gnu_ld"
  126. AC_CHECK_TOOL(AR, ar, false)
  127. AC_CHECK_TOOL(RANLIB, ranlib, :)
  128. AC_CHECK_TOOL(STRIP, strip, :)
  129. old_CC="$CC"
  130. old_CFLAGS="$CFLAGS"
  131. # Set sane defaults for various variables
  132. test -z "$AR" && AR=ar
  133. test -z "$AR_FLAGS" && AR_FLAGS=cru
  134. test -z "$AS" && AS=as
  135. test -z "$CC" && CC=cc
  136. test -z "$LTCC" && LTCC=$CC
  137. test -z "$DLLTOOL" && DLLTOOL=dlltool
  138. test -z "$LD" && LD=ld
  139. test -z "$LN_S" && LN_S="ln -s"
  140. test -z "$MAGIC_CMD" && MAGIC_CMD=file
  141. test -z "$NM" && NM=nm
  142. test -z "$SED" && SED=sed
  143. test -z "$OBJDUMP" && OBJDUMP=objdump
  144. test -z "$RANLIB" && RANLIB=:
  145. test -z "$STRIP" && STRIP=:
  146. test -z "$ac_objext" && ac_objext=o
  147. # Determine commands to create old-style static archives.
  148. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
  149. old_postinstall_cmds='chmod 644 $oldlib'
  150. old_postuninstall_cmds=
  151. if test -n "$RANLIB"; then
  152.   case $host_os in
  153.   openbsd*)
  154.     old_postinstall_cmds="$RANLIB -t $oldlib~$old_postinstall_cmds"
  155.     ;;
  156.   *)
  157.     old_postinstall_cmds="$RANLIB $oldlib~$old_postinstall_cmds"
  158.     ;;
  159.   esac
  160.   old_archive_cmds="$old_archive_cmds~$RANLIB $oldlib"
  161. fi
  162. # Only perform the check for file, if the check method requires it
  163. case $deplibs_check_method in
  164. file_magic*)
  165.   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
  166.     AC_PATH_MAGIC
  167.   fi
  168.   ;;
  169. esac
  170. AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
  171. AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
  172. enable_win32_dll=yes, enable_win32_dll=no)
  173. AC_ARG_ENABLE([libtool-lock],
  174.     [AC_HELP_STRING([--disable-libtool-lock],
  175. [avoid locking (might break parallel builds)])])
  176. test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
  177. AC_ARG_WITH([pic],
  178.     [AC_HELP_STRING([--with-pic],
  179. [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
  180.     [pic_mode="$withval"],
  181.     [pic_mode=default])
  182. test -z "$pic_mode" && pic_mode=default
  183. # Use C for the default configuration in the libtool script
  184. tagname=
  185. AC_LIBTOOL_LANG_C_CONFIG
  186. _LT_AC_TAGCONFIG
  187. ])# AC_LIBTOOL_SETUP
  188. # _LT_AC_SYS_COMPILER
  189. # -------------------
  190. AC_DEFUN([_LT_AC_SYS_COMPILER],
  191. [AC_REQUIRE([AC_PROG_CC])dnl
  192. # If no C compiler was specified, use CC.
  193. LTCC=${LTCC-"$CC"}
  194. # Allow CC to be a program name with arguments.
  195. compiler=$CC
  196. ])# _LT_AC_SYS_COMPILER
  197. # _LT_AC_SYS_LIBPATH_AIX
  198. # ----------------------
  199. # Links a minimal program and checks the executable
  200. # for the system default hardcoded library path. In most cases,
  201. # this is /usr/lib:/lib, but when the MPI compilers are used
  202. # the location of the communication and MPI libs are included too.
  203. # If we don't find anything, use the default library path according
  204. # to the aix ld manual.
  205. AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
  206. [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
  207. aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *(.*)$/1/; p; }
  208. }'`
  209. # Check for a 64-bit object if we didn't find anything.
  210. 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; }
  211. }'`; fi],[])
  212. if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  213. ])# _LT_AC_SYS_LIBPATH_AIX
  214. # _LT_AC_SHELL_INIT(ARG)
  215. # ----------------------
  216. AC_DEFUN([_LT_AC_SHELL_INIT],
  217. [ifdef([AC_DIVERSION_NOTICE],
  218.      [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
  219.  [AC_DIVERT_PUSH(NOTICE)])
  220. $1
  221. AC_DIVERT_POP
  222. ])# _LT_AC_SHELL_INIT
  223. # _LT_AC_PROG_ECHO_BACKSLASH
  224. # --------------------------
  225. # Add some code to the start of the generated configure script which
  226. # will find an echo command which doesn't interpret backslashes.
  227. AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH],
  228. [_LT_AC_SHELL_INIT([
  229. # Check that we are running under the correct shell.
  230. SHELL=${CONFIG_SHELL-/bin/sh}
  231. case X$ECHO in
  232. X*--fallback-echo)
  233.   # Remove one level of quotation (which was required for Make).
  234.   ECHO=`echo "$ECHO" | sed 's,\\[$]\[$]0,'[$]0','`
  235.   ;;
  236. esac
  237. echo=${ECHO-echo}
  238. if test "X[$]1" = X--no-reexec; then
  239.   # Discard the --no-reexec flag, and continue.
  240.   shift
  241. elif test "X[$]1" = X--fallback-echo; then
  242.   # Avoid inline document here, it may be left over
  243.   :
  244. elif test "X`($echo 't') 2>/dev/null`" = 'Xt' ; then
  245.   # Yippee, $echo works!
  246.   :
  247. else
  248.   # Restart under the correct shell.
  249.   exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
  250. fi
  251. if test "X[$]1" = X--fallback-echo; then
  252.   # used as fallback echo
  253.   shift
  254.   cat <<EOF
  255. [$]*
  256. EOF
  257.   exit 0
  258. fi
  259. # The HP-UX ksh and POSIX shell print the target directory to stdout
  260. # if CDPATH is set.
  261. if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
  262. if test -z "$ECHO"; then
  263. if test "X${echo_test_string+set}" != Xset; then
  264. # find a string as large as possible, as long as the shell can cope with it
  265.   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
  266.     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
  267.     if (echo_test_string="`eval $cmd`") 2>/dev/null &&
  268.        echo_test_string="`eval $cmd`" &&
  269.        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
  270.     then
  271.       break
  272.     fi
  273.   done
  274. fi
  275. if test "X`($echo 't') 2>/dev/null`" = 'Xt' &&
  276.    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
  277.    test "X$echo_testing_string" = "X$echo_test_string"; then
  278.   :
  279. else
  280.   # The Solaris, AIX, and Digital Unix default echo programs unquote
  281.   # backslashes.  This makes it impossible to quote backslashes using
  282.   #   echo "$something" | sed 's/\/\\/g'
  283.   #
  284.   # So, first we look for a working echo in the user's PATH.
  285.   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  286.   for dir in $PATH /usr/ucb; do
  287.     IFS="$lt_save_ifs"
  288.     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
  289.        test "X`($dir/echo 't') 2>/dev/null`" = 'Xt' &&
  290.        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
  291.        test "X$echo_testing_string" = "X$echo_test_string"; then
  292.       echo="$dir/echo"
  293.       break
  294.     fi
  295.   done
  296.   IFS="$lt_save_ifs"
  297.   if test "X$echo" = Xecho; then
  298.     # We didn't find a better echo, so look for alternatives.
  299.     if test "X`(print -r 't') 2>/dev/null`" = 'Xt' &&
  300.        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
  301.        test "X$echo_testing_string" = "X$echo_test_string"; then
  302.       # This shell has a builtin print -r that does the trick.
  303.       echo='print -r'
  304.     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
  305.  test "X$CONFIG_SHELL" != X/bin/ksh; then
  306.       # If we have ksh, try running configure again with it.
  307.       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
  308.       export ORIGINAL_CONFIG_SHELL
  309.       CONFIG_SHELL=/bin/ksh
  310.       export CONFIG_SHELL
  311.       exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
  312.     else
  313.       # Try using printf.
  314.       echo='printf %sn'
  315.       if test "X`($echo 't') 2>/dev/null`" = 'Xt' &&
  316.  echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
  317.  test "X$echo_testing_string" = "X$echo_test_string"; then
  318. # Cool, printf works
  319. :
  320.       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo 't') 2>/dev/null` &&
  321.    test "X$echo_testing_string" = 'Xt' &&
  322.    echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  323.    test "X$echo_testing_string" = "X$echo_test_string"; then
  324. CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
  325. export CONFIG_SHELL
  326. SHELL="$CONFIG_SHELL"
  327. export SHELL
  328. echo="$CONFIG_SHELL [$]0 --fallback-echo"
  329.       elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo 't') 2>/dev/null` &&
  330.    test "X$echo_testing_string" = 'Xt' &&
  331.    echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
  332.    test "X$echo_testing_string" = "X$echo_test_string"; then
  333. echo="$CONFIG_SHELL [$]0 --fallback-echo"
  334.       else
  335. # maybe with a smaller string...
  336. prev=:
  337. for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
  338.   if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
  339.   then
  340.     break
  341.   fi
  342.   prev="$cmd"
  343. done
  344. if test "$prev" != 'sed 50q "[$]0"'; then
  345.   echo_test_string=`eval $prev`
  346.   export echo_test_string
  347.   exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
  348. else
  349.   # Oops.  We lost completely, so just stick with echo.
  350.   echo=echo
  351. fi
  352.       fi
  353.     fi
  354.   fi
  355. fi
  356. fi
  357. # Copy echo and quote the copy suitably for passing to libtool from
  358. # the Makefile, instead of quoting the original, which is used later.
  359. ECHO=$echo
  360. if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
  361.    ECHO="$CONFIG_SHELL \$[$]0 --fallback-echo"
  362. fi
  363. AC_SUBST(ECHO)
  364. ])])# _LT_AC_PROG_ECHO_BACKSLASH
  365. # _LT_AC_LOCK
  366. # -----------
  367. AC_DEFUN([_LT_AC_LOCK],
  368. [AC_ARG_ENABLE([libtool-lock],
  369.     [AC_HELP_STRING([--disable-libtool-lock],
  370. [avoid locking (might break parallel builds)])])
  371. test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
  372. # Some flags need to be propagated to the compiler or linker for good
  373. # libtool support.
  374. case $host in
  375. ia64-*-hpux*)
  376.   # Find out which ABI we are using.
  377.   echo 'int i;' > conftest.$ac_ext
  378.   if AC_TRY_EVAL(ac_compile); then
  379.     case `/usr/bin/file conftest.$ac_objext` in
  380.     *ELF-32*)
  381.       HPUX_IA64_MODE="32"
  382.       ;;
  383.     *ELF-64*)
  384.       HPUX_IA64_MODE="64"
  385.       ;;
  386.     esac
  387.   fi
  388.   rm -rf conftest*
  389.   ;;
  390. *-*-irix6*)
  391.   # Find out which ABI we are using.
  392.   echo '[#]line __oline__ "configure"' > conftest.$ac_ext
  393.   if AC_TRY_EVAL(ac_compile); then
  394.    if test "$lt_cv_prog_gnu_ld" = yes; then
  395.     case `/usr/bin/file conftest.$ac_objext` in
  396.     *32-bit*)
  397.       LD="${LD-ld} -melf32bsmip"
  398.       ;;
  399.     *N32*)
  400.       LD="${LD-ld} -melf32bmipn32"
  401.       ;;
  402.     *64-bit*)
  403.       LD="${LD-ld} -melf64bmip"
  404.       ;;
  405.     esac
  406.    else
  407.     case `/usr/bin/file conftest.$ac_objext` in
  408.     *32-bit*)
  409.       LD="${LD-ld} -32"
  410.       ;;
  411.     *N32*)
  412.       LD="${LD-ld} -n32"
  413.       ;;
  414.     *64-bit*)
  415.       LD="${LD-ld} -64"
  416.       ;;
  417.     esac
  418.    fi
  419.   fi
  420.   rm -rf conftest*
  421.   ;;
  422. x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
  423.   # Find out which ABI we are using.
  424.   echo 'int i;' > conftest.$ac_ext
  425.   if AC_TRY_EVAL(ac_compile); then
  426.     case "`/usr/bin/file conftest.o`" in
  427.     *32-bit*)
  428.       case $host in
  429.         x86_64-*linux*)
  430.           LD="${LD-ld} -m elf_i386"
  431.           ;;
  432.         ppc64-*linux*|powerpc64-*linux*)
  433.           LD="${LD-ld} -m elf32ppclinux"
  434.           ;;
  435.         s390x-*linux*)
  436.           LD="${LD-ld} -m elf_s390"
  437.           ;;
  438.         sparc64-*linux*)
  439.           LD="${LD-ld} -m elf32_sparc"
  440.           ;;
  441.       esac
  442.       ;;
  443.     *64-bit*)
  444.       case $host in
  445.         x86_64-*linux*)
  446.           LD="${LD-ld} -m elf_x86_64"
  447.           ;;
  448.         ppc*-*linux*|powerpc*-*linux*)
  449.           LD="${LD-ld} -m elf64ppc"
  450.           ;;
  451.         s390*-*linux*)
  452.           LD="${LD-ld} -m elf64_s390"
  453.           ;;
  454.         sparc*-*linux*)
  455.           LD="${LD-ld} -m elf64_sparc"
  456.           ;;
  457.       esac
  458.       ;;
  459.     esac
  460.   fi
  461.   rm -rf conftest*
  462.   ;;
  463. *-*-sco3.2v5*)
  464.   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
  465.   SAVE_CFLAGS="$CFLAGS"
  466.   CFLAGS="$CFLAGS -belf"
  467.   AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
  468.     [AC_LANG_PUSH(C)
  469.      AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
  470.      AC_LANG_POP])
  471.   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
  472.     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
  473.     CFLAGS="$SAVE_CFLAGS"
  474.   fi
  475.   ;;
  476. AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
  477. [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
  478.   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
  479.   AC_CHECK_TOOL(AS, as, false)
  480.   AC_CHECK_TOOL(OBJDUMP, objdump, false)
  481.   ;;
  482.   ])
  483. esac
  484. need_locks="$enable_libtool_lock"
  485. ])# _LT_AC_LOCK
  486. # AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
  487. # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
  488. # ----------------------------------------------------------------
  489. # Check whether the given compiler option works
  490. AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION],
  491. [AC_REQUIRE([LT_AC_PROG_SED])
  492. AC_CACHE_CHECK([$1], [$2],
  493.   [$2=no
  494.   ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
  495.    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  496.    lt_compiler_flag="$3"
  497.    # Insert the option either (1) after the last *FLAGS variable, or
  498.    # (2) before a word containing "conftest.", or (3) at the end.
  499.    # Note that $ac_compile itself does not contain backslashes and begins
  500.    # with a dollar sign (not a hyphen), so the echo should work correctly.
  501.    # The option is referenced via a variable to avoid confusing sed.
  502.    lt_compile=`echo "$ac_compile" | $SED 
  503.    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' 
  504.    -e 's: [[^ ]]*conftest.: $lt_compiler_flag&:; t' 
  505.    -e 's:$: $lt_compiler_flag:'`
  506.    (eval echo ""$as_me:__oline__: $lt_compile"" >&AS_MESSAGE_LOG_FD)
  507.    (eval "$lt_compile" 2>conftest.err)
  508.    ac_status=$?
  509.    cat conftest.err >&AS_MESSAGE_LOG_FD
  510.    echo "$as_me:__oline__: $? = $ac_status" >&AS_MESSAGE_LOG_FD
  511.    if (exit $ac_status) && test -s "$ac_outfile"; then
  512.      # The compiler can only warn and ignore the option if not recognized
  513.      # So say no if there are warnings
  514.      if test ! -s conftest.err; then
  515.        $2=yes
  516.      fi
  517.    fi
  518.    $rm conftest*
  519. ])
  520. if test x"[$]$2" = xyes; then
  521.     ifelse([$5], , :, [$5])
  522. else
  523.     ifelse([$6], , :, [$6])
  524. fi
  525. ])# AC_LIBTOOL_COMPILER_OPTION
  526. # AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
  527. #                          [ACTION-SUCCESS], [ACTION-FAILURE])
  528. # ------------------------------------------------------------
  529. # Check whether the given compiler option works
  530. AC_DEFUN([AC_LIBTOOL_LINKER_OPTION],
  531. [AC_CACHE_CHECK([$1], [$2],
  532.   [$2=no
  533.    save_LDFLAGS="$LDFLAGS"
  534.    LDFLAGS="$LDFLAGS $3"
  535.    printf "$lt_simple_link_test_code" > conftest.$ac_ext
  536.    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
  537.      # The compiler can only warn and ignore the option if not recognized
  538.      # So say no if there are warnings
  539.      if test -s conftest.err; then
  540.        # Append any errors to the config.log.
  541.        cat conftest.err 1>&AS_MESSAGE_LOG_FD
  542.      else
  543.        $2=yes
  544.      fi
  545.    fi
  546.    $rm conftest*
  547.    LDFLAGS="$save_LDFLAGS"
  548. ])
  549. if test x"[$]$2" = xyes; then
  550.     ifelse([$4], , :, [$4])
  551. else
  552.     ifelse([$5], , :, [$5])
  553. fi
  554. ])# AC_LIBTOOL_LINKER_OPTION
  555. # AC_LIBTOOL_SYS_MAX_CMD_LEN
  556. # --------------------------
  557. AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN],
  558. [# find the maximum length of command line arguments
  559. AC_MSG_CHECKING([the maximum length of command line arguments])
  560. AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
  561.   i=0
  562.   teststring="ABCD"
  563.   case $build_os in
  564.   msdosdjgpp*)
  565.     # On DJGPP, this test can blow up pretty badly due to problems in libc
  566.     # (any single argument exceeding 2000 bytes causes a buffer overrun
  567.     # during glob expansion).  Even if it were fixed, the result of this
  568.     # check would be larger than it should be.
  569.     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
  570.     ;;
  571.   gnu*)
  572.     # Under GNU Hurd, this test is not required because there is
  573.     # no limit to the length of command line arguments.
  574.     # Libtool will interpret -1 as no limit whatsoever
  575.     lt_cv_sys_max_cmd_len=-1;
  576.     ;;
  577.   cygwin* | mingw*)
  578.     # On Win9x/ME, this test blows up -- it succeeds, but takes
  579.     # about 5 minutes as the teststring grows exponentially.
  580.     # Worse, since 9x/ME are not pre-emptively multitasking,
  581.     # you end up with a "frozen" computer, even though with patience
  582.     # the test eventually succeeds (with a max line length of 256k).
  583.     # Instead, let's just punt: use the minimum linelength reported by
  584.     # all of the supported platforms: 8192 (on NT/2K/XP).
  585.     lt_cv_sys_max_cmd_len=8192;
  586.     ;;
  587.   amigaos*)
  588.     # On AmigaOS with pdksh, this test takes hours, literally.
  589.     # So we just punt and use a minimum line length of 8192.
  590.     lt_cv_sys_max_cmd_len=8192;
  591.     ;;
  592.  *)
  593.     # If test is not a shell built-in, we'll probably end up computing a
  594.     # maximum length that is only half of the actual maximum length, but
  595.     # we can't tell.
  596.     while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` 
  597.        = "XX$teststring") >/dev/null 2>&1 &&
  598.     new_result=`expr "X$teststring" : ".*" 2>&1` &&
  599.     lt_cv_sys_max_cmd_len=$new_result &&
  600.     test $i != 17 # 1/2 MB should be enough
  601.     do
  602.       i=`expr $i + 1`
  603.       teststring=$teststring$teststring
  604.     done
  605.     teststring=
  606.     # Add a significant safety factor because C++ compilers can tack on massive
  607.     # amounts of additional arguments before passing them to the linker.
  608.     # It appears as though 1/2 is a usable value.
  609.     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len / 2`
  610.     ;;
  611.   esac
  612. ])
  613. if test -n $lt_cv_sys_max_cmd_len ; then
  614.   AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
  615. else
  616.   AC_MSG_RESULT(none)
  617. fi
  618. ])# AC_LIBTOOL_SYS_MAX_CMD_LEN
  619. # _LT_AC_CHECK_DLFCN
  620. # --------------------
  621. AC_DEFUN([_LT_AC_CHECK_DLFCN],
  622. [AC_CHECK_HEADERS(dlfcn.h)dnl
  623. ])# _LT_AC_CHECK_DLFCN
  624. # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
  625. #                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
  626. # ------------------------------------------------------------------
  627. AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
  628. [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
  629. if test "$cross_compiling" = yes; then :
  630.   [$4]
  631. else
  632.   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  633.   lt_status=$lt_dlunknown
  634.   cat > conftest.$ac_ext <<EOF
  635. [#line __oline__ "configure"
  636. #include "confdefs.h"
  637. #if HAVE_DLFCN_H
  638. #include <dlfcn.h>
  639. #endif
  640. #include <stdio.h>
  641. #ifdef RTLD_GLOBAL
  642. #  define LT_DLGLOBAL RTLD_GLOBAL
  643. #else
  644. #  ifdef DL_GLOBAL
  645. #    define LT_DLGLOBAL DL_GLOBAL
  646. #  else
  647. #    define LT_DLGLOBAL 0
  648. #  endif
  649. #endif
  650. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  651.    find out it does not work in some platform. */
  652. #ifndef LT_DLLAZY_OR_NOW
  653. #  ifdef RTLD_LAZY
  654. #    define LT_DLLAZY_OR_NOW RTLD_LAZY
  655. #  else
  656. #    ifdef DL_LAZY
  657. #      define LT_DLLAZY_OR_NOW DL_LAZY
  658. #    else
  659. #      ifdef RTLD_NOW
  660. #        define LT_DLLAZY_OR_NOW RTLD_NOW
  661. #      else
  662. #        ifdef DL_NOW
  663. #          define LT_DLLAZY_OR_NOW DL_NOW
  664. #        else
  665. #          define LT_DLLAZY_OR_NOW 0
  666. #        endif
  667. #      endif
  668. #    endif
  669. #  endif
  670. #endif
  671. #ifdef __cplusplus
  672. extern "C" void exit (int);
  673. #endif
  674. void fnord() { int i=42;}
  675. int main ()
  676. {
  677.   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  678.   int status = $lt_dlunknown;
  679.   if (self)
  680.     {
  681.       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
  682.       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  683.       /* dlclose (self); */
  684.     }
  685.     exit (status);
  686. }]
  687. EOF
  688.   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
  689.     (./conftest; exit; ) 2>/dev/null
  690.     lt_status=$?
  691.     case x$lt_status in
  692.       x$lt_dlno_uscore) $1 ;;
  693.       x$lt_dlneed_uscore) $2 ;;
  694.       x$lt_unknown|x*) $3 ;;
  695.     esac
  696.   else :
  697.     # compilation failed
  698.     $3
  699.   fi
  700. fi
  701. rm -fr conftest*
  702. ])# _LT_AC_TRY_DLOPEN_SELF
  703. # AC_LIBTOOL_DLOPEN_SELF
  704. # -------------------
  705. AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
  706. [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
  707. if test "x$enable_dlopen" != xyes; then
  708.   enable_dlopen=unknown
  709.   enable_dlopen_self=unknown
  710.   enable_dlopen_self_static=unknown
  711. else
  712.   lt_cv_dlopen=no
  713.   lt_cv_dlopen_libs=
  714.   case $host_os in
  715.   beos*)
  716.     lt_cv_dlopen="load_add_on"
  717.     lt_cv_dlopen_libs=
  718.     lt_cv_dlopen_self=yes
  719.     ;;
  720.   mingw* | pw32*)
  721.     lt_cv_dlopen="LoadLibrary"
  722.     lt_cv_dlopen_libs=
  723.    ;;
  724.   cygwin*)
  725.     lt_cv_dlopen="dlopen"
  726.     lt_cv_dlopen_libs=
  727.    ;;
  728.   darwin*)
  729.   # if libdl is installed we need to link against it
  730.     AC_CHECK_LIB([dl], [dlopen],
  731. [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
  732.     lt_cv_dlopen="dyld"
  733.     lt_cv_dlopen_libs=
  734.     lt_cv_dlopen_self=yes
  735.     ])
  736.    ;;
  737.   *)
  738.     AC_CHECK_FUNC([shl_load],
  739.   [lt_cv_dlopen="shl_load"],
  740.       [AC_CHECK_LIB([dld], [shl_load],
  741.     [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
  742. [AC_CHECK_FUNC([dlopen],
  743.       [lt_cv_dlopen="dlopen"],
  744.   [AC_CHECK_LIB([dl], [dlopen],
  745. [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
  746.     [AC_CHECK_LIB([svld], [dlopen],
  747.   [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
  748.       [AC_CHECK_LIB([dld], [dld_link],
  749.     [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
  750.       ])
  751.     ])
  752.   ])
  753. ])
  754.       ])
  755.     ;;
  756.   esac
  757.   if test "x$lt_cv_dlopen" != xno; then
  758.     enable_dlopen=yes
  759.   else
  760.     enable_dlopen=no
  761.   fi
  762.   case $lt_cv_dlopen in
  763.   dlopen)
  764.     save_CPPFLAGS="$CPPFLAGS"
  765.     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
  766.     save_LDFLAGS="$LDFLAGS"
  767.     eval LDFLAGS="$LDFLAGS $export_dynamic_flag_spec"
  768.     save_LIBS="$LIBS"
  769.     LIBS="$lt_cv_dlopen_libs $LIBS"
  770.     AC_CACHE_CHECK([whether a program can dlopen itself],
  771.   lt_cv_dlopen_self, [dnl
  772.   _LT_AC_TRY_DLOPEN_SELF(
  773.     lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
  774.     lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
  775.     ])
  776.     if test "x$lt_cv_dlopen_self" = xyes; then
  777.       LDFLAGS="$LDFLAGS $link_static_flag"
  778.       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
  779.        lt_cv_dlopen_self_static, [dnl
  780.   _LT_AC_TRY_DLOPEN_SELF(
  781.     lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
  782.     lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
  783.       ])
  784.     fi
  785.     CPPFLAGS="$save_CPPFLAGS"
  786.     LDFLAGS="$save_LDFLAGS"
  787.     LIBS="$save_LIBS"
  788.     ;;
  789.   esac
  790.   case $lt_cv_dlopen_self in
  791.   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
  792.   *) enable_dlopen_self=unknown ;;
  793.   esac
  794.   case $lt_cv_dlopen_self_static in
  795.   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
  796.   *) enable_dlopen_self_static=unknown ;;
  797.   esac
  798. fi
  799. ])# AC_LIBTOOL_DLOPEN_SELF
  800. # AC_LIBTOOL_PROG_CC_C_O([TAGNAME])
  801. # ---------------------------------
  802. # Check to see if options -c and -o are simultaneously supported by compiler
  803. AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O],
  804. [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
  805. AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
  806.   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
  807.   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
  808.    $rm -r conftest 2>/dev/null
  809.    mkdir conftest
  810.    cd conftest
  811.    mkdir out
  812.    printf "$lt_simple_compile_test_code" > conftest.$ac_ext
  813.    lt_compiler_flag="-o out/conftest2.$ac_objext"
  814.    # Insert the option either (1) after the last *FLAGS variable, or
  815.    # (2) before a word containing "conftest.", or (3) at the end.
  816.    # Note that $ac_compile itself does not contain backslashes and begins
  817.    # with a dollar sign (not a hyphen), so the echo should work correctly.
  818.    lt_compile=`echo "$ac_compile" | $SED 
  819.    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' 
  820.    -e 's: [[^ ]]*conftest.: $lt_compiler_flag&:; t' 
  821.    -e 's:$: $lt_compiler_flag:'`
  822.    (eval echo ""$as_me:__oline__: $lt_compile"" >&AS_MESSAGE_LOG_FD)
  823.    (eval "$lt_compile" 2>out/conftest.err)
  824.    ac_status=$?
  825.    cat out/conftest.err >&AS_MESSAGE_LOG_FD
  826.    echo "$as_me:__oline__: $? = $ac_status" >&AS_MESSAGE_LOG_FD
  827.    if (exit $ac_status) && test -s out/conftest2.$ac_objext
  828.    then
  829.      # The compiler can only warn and ignore the option if not recognized
  830.      # So say no if there are warnings
  831.      if test ! -s out/conftest.err; then
  832.        _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
  833.      fi
  834.    fi
  835.    chmod u+w .
  836.    $rm conftest*
  837.    # SGI C++ compiler will create directory out/ii_files/ for
  838.    # template instantiation
  839.    test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
  840.    $rm out/* && rmdir out
  841.    cd ..
  842.    rmdir conftest
  843.    $rm conftest*
  844. ])
  845. ])# AC_LIBTOOL_PROG_CC_C_O
  846. # AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME])
  847. # -----------------------------------------
  848. # Check to see if we can do hard links to lock some files if needed
  849. AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS],
  850. [AC_REQUIRE([_LT_AC_LOCK])dnl
  851. hard_links="nottested"
  852. if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
  853.   # do not overwrite the value of need_locks provided by the user
  854.   AC_MSG_CHECKING([if we can lock with hard links])
  855.   hard_links=yes
  856.   $rm conftest*
  857.   ln conftest.a conftest.b 2>/dev/null && hard_links=no
  858.   touch conftest.a
  859.   ln conftest.a conftest.b 2>&5 || hard_links=no
  860.   ln conftest.a conftest.b 2>/dev/null && hard_links=no
  861.   AC_MSG_RESULT([$hard_links])
  862.   if test "$hard_links" = no; then
  863.     AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
  864.     need_locks=warn
  865.   fi
  866. else
  867.   need_locks=no
  868. fi
  869. ])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS
  870. # AC_LIBTOOL_OBJDIR
  871. # -----------------
  872. AC_DEFUN([AC_LIBTOOL_OBJDIR],
  873. [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
  874. [rm -f .libs 2>/dev/null
  875. mkdir .libs 2>/dev/null
  876. if test -d .libs; then
  877.   lt_cv_objdir=.libs
  878. else
  879.   # MS-DOS does not allow filenames that begin with a dot.
  880.   lt_cv_objdir=_libs
  881. fi
  882. rmdir .libs 2>/dev/null])
  883. objdir=$lt_cv_objdir
  884. ])# AC_LIBTOOL_OBJDIR
  885. # AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME])
  886. # ----------------------------------------------
  887. # Check hardcoding attributes.
  888. AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH],
  889. [AC_MSG_CHECKING([how to hardcode library paths into programs])
  890. _LT_AC_TAGVAR(hardcode_action, $1)=
  891. if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || 
  892.    test -n "$_LT_AC_TAGVAR(runpath_var $1)" || 
  893.    test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
  894.   # We can hardcode non-existant directories.
  895.   if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
  896.      # If the only mechanism to avoid hardcoding is shlibpath_var, we
  897.      # have to relink, otherwise we might link with an installed library
  898.      # when we should be linking with a yet-to-be-installed one
  899.      ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
  900.      test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
  901.     # Linking always hardcodes the temporary library directory.
  902.     _LT_AC_TAGVAR(hardcode_action, $1)=relink
  903.   else
  904.     # We can link without hardcoding, and we can hardcode nonexisting dirs.
  905.     _LT_AC_TAGVAR(hardcode_action, $1)=immediate
  906.   fi
  907. else
  908.   # We cannot hardcode anything, or else we can only hardcode existing
  909.   # directories.
  910.   _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
  911. fi
  912. AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
  913. if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
  914.   # Fast installation is not supported
  915.   enable_fast_install=no
  916. elif test "$shlibpath_overrides_runpath" = yes ||
  917.      test "$enable_shared" = no; then
  918.   # Fast installation is not necessary
  919.   enable_fast_install=needless
  920. fi
  921. ])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH
  922. # AC_LIBTOOL_SYS_LIB_STRIP
  923. # ------------------------
  924. AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP],
  925. [striplib=
  926. old_striplib=
  927. AC_MSG_CHECKING([whether stripping libraries is possible])
  928. if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
  929.   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
  930.   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
  931.   AC_MSG_RESULT([yes])
  932. else
  933. # FIXME - insert some real tests, host_os isn't really good enough
  934.   case $host_os in
  935.    darwin*)
  936.        if test -n "$STRIP" ; then
  937.          striplib="$STRIP -x"
  938.          AC_MSG_RESULT([yes])
  939.        else
  940.   AC_MSG_RESULT([no])
  941. fi
  942.        ;;
  943.    *)
  944.   AC_MSG_RESULT([no])
  945.     ;;
  946.   esac
  947. fi
  948. ])# AC_LIBTOOL_SYS_LIB_STRIP
  949. # AC_LIBTOOL_SYS_DYNAMIC_LINKER
  950. # -----------------------------
  951. # PORTME Fill in your ld.so characteristics
  952. AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],
  953. [AC_MSG_CHECKING([dynamic linker characteristics])
  954. library_names_spec=
  955. libname_spec='lib$name'
  956. soname_spec=
  957. shrext_cmds=".so"
  958. postinstall_cmds=
  959. postuninstall_cmds=
  960. finish_cmds=
  961. finish_eval=
  962. shlibpath_var=
  963. shlibpath_overrides_runpath=unknown
  964. version_type=none
  965. dynamic_linker="$host_os ld.so"
  966. sys_lib_dlsearch_path_spec="/lib /usr/lib"
  967. if test "$GCC" = yes; then
  968.   sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  969.   if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
  970.     # if the path contains ";" then we assume it to be the separator
  971.     # otherwise default to the standard path separator (i.e. ":") - it is
  972.     # assumed that no part of a normal pathname contains ";" but that should
  973.     # okay in the real world where ";" in dirpaths is itself problematic.
  974.     sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
  975.   else
  976.     sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
  977.   fi
  978. else
  979.   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
  980. fi
  981. need_lib_prefix=unknown
  982. hardcode_into_libs=no
  983. # when you set need_version to no, make sure it does not cause -set_version
  984. # flags to be left without arguments
  985. need_version=unknown
  986. case $host_os in
  987. aix3*)
  988.   version_type=linux
  989.   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
  990.   shlibpath_var=LIBPATH
  991.   # AIX 3 has no versioning support, so we append a major version to the name.
  992.   soname_spec='${libname}${release}${shared_ext}$major'
  993.   ;;
  994. aix4* | aix5*)
  995.   version_type=linux
  996.   need_lib_prefix=no
  997.   need_version=no
  998.   hardcode_into_libs=yes
  999.   if test "$host_cpu" = ia64; then
  1000.     # AIX 5 supports IA64
  1001.     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
  1002.     shlibpath_var=LD_LIBRARY_PATH
  1003.   else
  1004.     # With GCC up to 2.95.x, collect2 would create an import file
  1005.     # for dependence libraries.  The import file would start with
  1006.     # the line `#! .'.  This would cause the generated library to
  1007.     # depend on `.', always an invalid library.  This was fixed in
  1008.     # development snapshots of GCC prior to 3.0.
  1009.     case $host_os in
  1010.       aix4 | aix4.[[01]] | aix4.[[01]].*)
  1011.       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
  1012.    echo ' yes '
  1013.    echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
  1014. :
  1015.       else
  1016. can_build_shared=no
  1017.       fi
  1018.       ;;
  1019.     esac
  1020.     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
  1021.     # soname into executable. Probably we can add versioning support to
  1022.     # collect2, so additional links can be useful in future.
  1023.     if test "$aix_use_runtimelinking" = yes; then
  1024.       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  1025.       # instead of lib<name>.a to let people know that these are not
  1026.       # typical AIX shared libraries.
  1027.       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1028.     else
  1029.       # We preserve .a as extension for shared libraries through AIX4.2
  1030.       # and later when we are not doing run time linking.
  1031.       library_names_spec='${libname}${release}.a $libname.a'
  1032.       soname_spec='${libname}${release}${shared_ext}$major'
  1033.     fi
  1034.     shlibpath_var=LIBPATH
  1035.   fi
  1036.   ;;
  1037. amigaos*)
  1038.   library_names_spec='$libname.ixlibrary $libname.a'
  1039.   # Create ${libname}_ixlibrary.a entries in /sys/libs.
  1040.   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'
  1041.   ;;
  1042. beos*)
  1043.   library_names_spec='${libname}${shared_ext}'
  1044.   dynamic_linker="$host_os ld.so"
  1045.   shlibpath_var=LIBRARY_PATH
  1046.   ;;
  1047. bsdi4*)
  1048.   version_type=linux
  1049.   need_version=no
  1050.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1051.   soname_spec='${libname}${release}${shared_ext}$major'
  1052.   finish_cmds='PATH="$PATH:/sbin" ldconfig $libdir'
  1053.   shlibpath_var=LD_LIBRARY_PATH
  1054.   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
  1055.   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
  1056.   # the default ld.so.conf also contains /usr/contrib/lib and
  1057.   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
  1058.   # libtool to hard-code these into programs
  1059.   ;;
  1060. cygwin* | mingw* | pw32*)
  1061.   version_type=windows
  1062.   shrext_cmds=".dll"
  1063.   need_version=no
  1064.   need_lib_prefix=no
  1065.   case $GCC,$host_os in
  1066.   yes,cygwin* | yes,mingw* | yes,pw32*)
  1067.     library_names_spec='$libname.dll.a'
  1068.     # DLL is installed to $(libdir)/../bin by postinstall_cmds
  1069.     postinstall_cmds='base_file=`basename ${file}`~
  1070.       dlpath=`$SHELL 2>&1 -c '''. $dir/'''${base_file}'''i;echo $dlname'''`~
  1071.       dldir=$destdir/`dirname $dlpath`~
  1072.       test -d $dldir || mkdir -p $dldir~
  1073.       $install_prog $dir/$dlname $dldir/$dlname'
  1074.     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '''. $file; echo $dlname'''`~
  1075.       dlpath=$dir/$dldll~
  1076.        $rm $dlpath'
  1077.     shlibpath_overrides_runpath=yes
  1078.     case $host_os in
  1079.     cygwin*)
  1080.       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
  1081.       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
  1082.       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
  1083.       ;;
  1084.     mingw*)
  1085.       # MinGW DLLs use traditional 'lib' prefix
  1086.       soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
  1087.       sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  1088.       if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
  1089.         # It is most probably a Windows format PATH printed by
  1090.         # mingw gcc, but we are running on Cygwin. Gcc prints its search
  1091.         # path with ; separators, and with drive letters. We can handle the
  1092.         # drive letters (cygwin fileutils understands them), so leave them,
  1093.         # especially as we might pass files found there to a mingw objdump,
  1094.         # which wouldn't understand a cygwinified path. Ahh.
  1095.         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
  1096.       else
  1097.         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
  1098.       fi
  1099.       ;;
  1100.     pw32*)
  1101.       # pw32 DLLs use 'pw' prefix rather than 'lib'
  1102.       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  1103.       ;;
  1104.     esac
  1105.     ;;
  1106.   *)
  1107.     library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
  1108.     ;;
  1109.   esac
  1110.   dynamic_linker='Win32 ld.exe'
  1111.   # FIXME: first we should search . and the directory the executable is in
  1112.   shlibpath_var=PATH
  1113.   ;;
  1114. darwin* | rhapsody*)
  1115.   dynamic_linker="$host_os dyld"
  1116.   version_type=darwin
  1117.   need_lib_prefix=no
  1118.   need_version=no
  1119.   library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
  1120.   soname_spec='${libname}${release}${major}$shared_ext'
  1121.   shlibpath_overrides_runpath=yes
  1122.   shlibpath_var=DYLD_LIBRARY_PATH
  1123.   shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
  1124.   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
  1125.   if test "$GCC" = yes; then
  1126.     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"`
  1127.   else
  1128.     sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
  1129.   fi
  1130.   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
  1131.   ;;
  1132. dgux*)
  1133.   version_type=linux
  1134.   need_lib_prefix=no
  1135.   need_version=no
  1136.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
  1137.   soname_spec='${libname}${release}${shared_ext}$major'
  1138.   shlibpath_var=LD_LIBRARY_PATH
  1139.   ;;
  1140. freebsd1*)
  1141.   dynamic_linker=no
  1142.   ;;
  1143. kfreebsd*-gnu)
  1144.   version_type=linux
  1145.   need_lib_prefix=no
  1146.   need_version=no
  1147.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  1148.   soname_spec='${libname}${release}${shared_ext}$major'
  1149.   shlibpath_var=LD_LIBRARY_PATH
  1150.   shlibpath_overrides_runpath=no
  1151.   hardcode_into_libs=yes
  1152.   dynamic_linker='GNU ld.so'
  1153.   ;;
  1154. freebsd*)
  1155.   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
  1156.   version_type=freebsd-$objformat
  1157.   case $version_type in
  1158.     freebsd-elf*)
  1159.       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
  1160.       need_version=no
  1161.       need_lib_prefix=no
  1162.       ;;
  1163.     freebsd-*)
  1164.       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
  1165.       need_version=yes
  1166.       ;;
  1167.   esac
  1168.   shlibpath_var=LD_LIBRARY_PATH
  1169.   case $host_os in
  1170.   freebsd2*)
  1171.     shlibpath_overrides_runpath=yes
  1172.     ;;
  1173.   freebsd3.[01]* | freebsdelf3.[01]*)
  1174.     shlibpath_overrides_runpath=yes
  1175.     hardcode_into_libs=yes
  1176.     ;;
  1177.   *) # from 3.2 on
  1178.     shlibpath_overrides_runpath=no
  1179.     hardcode_into_libs=yes
  1180.     ;;
  1181.   esac
  1182.   ;;
  1183. gnu*)
  1184.   version_type=linux
  1185.   need_lib_prefix=no
  1186.   need_version=no
  1187.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
  1188.   soname_spec='${libname}${release}${shared_ext}$major'
  1189.   shlibpath_var=LD_LIBRARY_PATH
  1190.   hardcode_into_libs=yes
  1191.   ;;
  1192. hpux9* | hpux10* | hpux11*)
  1193.   # Give a soname corresponding to the major version so that dld.sl refuses to
  1194.   # link against other versions.
  1195.   version_type=sunos
  1196.   need_lib_prefix=no
  1197.   need_version=no
  1198.   case "$host_cpu" in
  1199.   ia64*)
  1200.     shrext_cmds='.so'
  1201.     hardcode_into_libs=yes
  1202.     dynamic_linker="$host_os dld.so"
  1203.     shlibpath_var=LD_LIBRARY_PATH
  1204.     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  1205.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1206.     soname_spec='${libname}${release}${shared_ext}$major'
  1207.     if test "X$HPUX_IA64_MODE" = X32; then
  1208.       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
  1209.     else
  1210.       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
  1211.     fi
  1212.     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  1213.     ;;
  1214.    hppa*64*)
  1215.      shrext_cmds='.sl'
  1216.      hardcode_into_libs=yes
  1217.      dynamic_linker="$host_os dld.sl"
  1218.      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
  1219.      shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  1220.      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1221.      soname_spec='${libname}${release}${shared_ext}$major'
  1222.      sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
  1223.      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  1224.      ;;
  1225.    *)
  1226.     shrext_cmds='.sl'
  1227.     dynamic_linker="$host_os dld.sl"
  1228.     shlibpath_var=SHLIB_PATH
  1229.     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
  1230.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1231.     soname_spec='${libname}${release}${shared_ext}$major'
  1232.     ;;
  1233.   esac
  1234.   # HP-UX runs *really* slowly unless shared libraries are mode 555.
  1235.   postinstall_cmds='chmod 555 $lib'
  1236.   ;;
  1237. irix5* | irix6* | nonstopux*)
  1238.   case $host_os in
  1239.     nonstopux*) version_type=nonstopux ;;
  1240.     *)
  1241. if test "$lt_cv_prog_gnu_ld" = yes; then
  1242. version_type=linux
  1243. else
  1244. version_type=irix
  1245. fi ;;
  1246.   esac
  1247.   need_lib_prefix=no
  1248.   need_version=no
  1249.   soname_spec='${libname}${release}${shared_ext}$major'
  1250.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
  1251.   case $host_os in
  1252.   irix5* | nonstopux*)
  1253.     libsuff= shlibsuff=
  1254.     ;;
  1255.   *)
  1256.     case $LD in # libtool.m4 will add one of these switches to LD
  1257.     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
  1258.       libsuff= shlibsuff= libmagic=32-bit;;
  1259.     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
  1260.       libsuff=32 shlibsuff=N32 libmagic=N32;;
  1261.     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
  1262.       libsuff=64 shlibsuff=64 libmagic=64-bit;;
  1263.     *) libsuff= shlibsuff= libmagic=never-match;;
  1264.     esac
  1265.     ;;
  1266.   esac
  1267.   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
  1268.   shlibpath_overrides_runpath=no
  1269.   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  1270.   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  1271.   hardcode_into_libs=yes
  1272.   ;;
  1273. # No shared lib support for Linux oldld, aout, or coff.
  1274. linux*oldld* | linux*aout* | linux*coff*)
  1275.   dynamic_linker=no
  1276.   ;;
  1277. # This must be Linux ELF.
  1278. linux*)
  1279.   version_type=linux
  1280.   need_lib_prefix=no
  1281.   need_version=no
  1282.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1283.   soname_spec='${libname}${release}${shared_ext}$major'
  1284.   finish_cmds='PATH="$PATH:/sbin" ldconfig -n $libdir'
  1285.   shlibpath_var=LD_LIBRARY_PATH
  1286.   shlibpath_overrides_runpath=no
  1287.   # This implies no fast_install, which is unacceptable.
  1288.   # Some rework will be needed to allow for fast_install
  1289.   # before this can be enabled.
  1290.   hardcode_into_libs=yes
  1291.   # Append ld.so.conf contents to the search path
  1292.   if test -f /etc/ld.so.conf; then
  1293.     lt_ld_extra=`$SED -e 's/[:,t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr 'n' ' '`
  1294.     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
  1295.   fi
  1296.   # We used to test for /lib/ld.so.1 and disable shared libraries on
  1297.   # powerpc, because MkLinux only supported shared libraries with the
  1298.   # GNU dynamic linker.  Since this was broken with cross compilers,
  1299.   # most powerpc-linux boxes support dynamic linking these days and
  1300.   # people can always --disable-shared, the test was removed, and we
  1301.   # assume the GNU/Linux dynamic linker is in use.
  1302.   dynamic_linker='GNU/Linux ld.so'
  1303.   ;;
  1304. netbsdelf*-gnu)
  1305.   version_type=linux
  1306.   need_lib_prefix=no
  1307.   need_version=no
  1308.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  1309.   soname_spec='${libname}${release}${shared_ext}$major'
  1310.   shlibpath_var=LD_LIBRARY_PATH
  1311.   shlibpath_overrides_runpath=no
  1312.   hardcode_into_libs=yes
  1313.   dynamic_linker='NetBSD ld.elf_so'
  1314.   ;;
  1315. knetbsd*-gnu)
  1316.   version_type=linux
  1317.   need_lib_prefix=no
  1318.   need_version=no
  1319.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  1320.   soname_spec='${libname}${release}${shared_ext}$major'
  1321.   shlibpath_var=LD_LIBRARY_PATH
  1322.   shlibpath_overrides_runpath=no
  1323.   hardcode_into_libs=yes
  1324.   dynamic_linker='GNU ld.so'
  1325.   ;;
  1326. netbsd*)
  1327.   version_type=sunos
  1328.   need_lib_prefix=no
  1329.   need_version=no
  1330.   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  1331.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  1332.     finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  1333.     dynamic_linker='NetBSD (a.out) ld.so'
  1334.   else
  1335.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  1336.     soname_spec='${libname}${release}${shared_ext}$major'
  1337.     dynamic_linker='NetBSD ld.elf_so'
  1338.   fi
  1339.   shlibpath_var=LD_LIBRARY_PATH
  1340.   shlibpath_overrides_runpath=yes
  1341.   hardcode_into_libs=yes
  1342.   ;;
  1343. newsos6)
  1344.   version_type=linux
  1345.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1346.   shlibpath_var=LD_LIBRARY_PATH
  1347.   shlibpath_overrides_runpath=yes
  1348.   ;;
  1349. nto-qnx*)
  1350.   version_type=linux
  1351.   need_lib_prefix=no
  1352.   need_version=no
  1353.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1354.   soname_spec='${libname}${release}${shared_ext}$major'
  1355.   shlibpath_var=LD_LIBRARY_PATH
  1356.   shlibpath_overrides_runpath=yes
  1357.   ;;
  1358. openbsd*)
  1359.   version_type=sunos
  1360.   need_lib_prefix=no
  1361.   need_version=yes
  1362.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  1363.   finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  1364.   shlibpath_var=LD_LIBRARY_PATH
  1365.   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  1366.     case $host_os in
  1367.       openbsd2.[[89]] | openbsd2.[[89]].*)
  1368. shlibpath_overrides_runpath=no
  1369. ;;
  1370.       *)
  1371. shlibpath_overrides_runpath=yes
  1372. ;;
  1373.       esac
  1374.   else
  1375.     shlibpath_overrides_runpath=yes
  1376.   fi
  1377.   ;;
  1378. os2*)
  1379.   libname_spec='$name'
  1380.   shrext_cmds=".dll"
  1381.   need_lib_prefix=no
  1382.   library_names_spec='$libname${shared_ext} $libname.a'
  1383.   dynamic_linker='OS/2 ld.exe'
  1384.   shlibpath_var=LIBPATH
  1385.   ;;
  1386. osf3* | osf4* | osf5*)
  1387.   version_type=osf
  1388.   need_lib_prefix=no
  1389.   need_version=no
  1390.   soname_spec='${libname}${release}${shared_ext}$major'
  1391.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1392.   shlibpath_var=LD_LIBRARY_PATH
  1393.   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
  1394.   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
  1395.   ;;
  1396. sco3.2v5*)
  1397.   version_type=osf
  1398.   soname_spec='${libname}${release}${shared_ext}$major'
  1399.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1400.   shlibpath_var=LD_LIBRARY_PATH
  1401.   ;;
  1402. solaris*)
  1403.   version_type=linux
  1404.   need_lib_prefix=no
  1405.   need_version=no
  1406.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1407.   soname_spec='${libname}${release}${shared_ext}$major'
  1408.   shlibpath_var=LD_LIBRARY_PATH
  1409.   shlibpath_overrides_runpath=yes
  1410.   hardcode_into_libs=yes
  1411.   # ldd complains unless libraries are executable
  1412.   postinstall_cmds='chmod +x $lib'
  1413.   ;;
  1414. sunos4*)
  1415.   version_type=sunos
  1416.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  1417.   finish_cmds='PATH="$PATH:/usr/etc" ldconfig $libdir'
  1418.   shlibpath_var=LD_LIBRARY_PATH
  1419.   shlibpath_overrides_runpath=yes
  1420.   if test "$with_gnu_ld" = yes; then
  1421.     need_lib_prefix=no
  1422.   fi
  1423.   need_version=yes
  1424.   ;;
  1425. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  1426.   version_type=linux
  1427.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1428.   soname_spec='${libname}${release}${shared_ext}$major'
  1429.   shlibpath_var=LD_LIBRARY_PATH
  1430.   case $host_vendor in
  1431.     sni)
  1432.       shlibpath_overrides_runpath=no
  1433.       need_lib_prefix=no
  1434.       export_dynamic_flag_spec='${wl}-Blargedynsym'
  1435.       runpath_var=LD_RUN_PATH
  1436.       ;;
  1437.     siemens)
  1438.       need_lib_prefix=no
  1439.       ;;
  1440.     motorola)
  1441.       need_lib_prefix=no
  1442.       need_version=no
  1443.       shlibpath_overrides_runpath=no
  1444.       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
  1445.       ;;
  1446.   esac
  1447.   ;;
  1448. sysv4*MP*)
  1449.   if test -d /usr/nec ;then
  1450.     version_type=linux
  1451.     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
  1452.     soname_spec='$libname${shared_ext}.$major'
  1453.     shlibpath_var=LD_LIBRARY_PATH
  1454.   fi
  1455.   ;;
  1456. uts4*)
  1457.   version_type=linux
  1458.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1459.   soname_spec='${libname}${release}${shared_ext}$major'
  1460.   shlibpath_var=LD_LIBRARY_PATH
  1461.   ;;
  1462. *)
  1463.   dynamic_linker=no
  1464.   ;;
  1465. esac
  1466. AC_MSG_RESULT([$dynamic_linker])
  1467. test "$dynamic_linker" = no && can_build_shared=no
  1468. ])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
  1469. # _LT_AC_TAGCONFIG
  1470. # ----------------
  1471. AC_DEFUN([_LT_AC_TAGCONFIG],
  1472. [AC_ARG_WITH([tags],
  1473.     [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
  1474.         [include additional configurations @<:@automatic@:>@])],
  1475.     [tagnames="$withval"])
  1476. if test -f "$ltmain" && test -n "$tagnames"; then
  1477.   if test ! -f "${ofile}"; then
  1478.     AC_MSG_WARN([output file `$ofile' does not exist])
  1479.   fi
  1480.   if test -z "$LTCC"; then
  1481.     eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
  1482.     if test -z "$LTCC"; then
  1483.       AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
  1484.     else
  1485.       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
  1486.     fi
  1487.   fi
  1488.   # Extract list of available tagged configurations in $ofile.
  1489.   # Note that this assumes the entire list is on one line.
  1490.   available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=(.*$)/1/' -e 's/"//g'`
  1491.   lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  1492.   for tagname in $tagnames; do
  1493.     IFS="$lt_save_ifs"
  1494.     # Check whether tagname contains only valid characters
  1495.     case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
  1496.     "") ;;
  1497.     *)  AC_MSG_ERROR([invalid tag name: $tagname])
  1498. ;;
  1499.     esac
  1500.     if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
  1501.     then
  1502.       AC_MSG_ERROR([tag name "$tagname" already exists])
  1503.     fi
  1504.     # Update the list of available tags.
  1505.     if test -n "$tagname"; then
  1506.       echo appending configuration tag "$tagname" to $ofile
  1507.       case $tagname in
  1508.       CXX)
  1509. if test -n "$CXX" && test "X$CXX" != "Xno"; then
  1510.   AC_LIBTOOL_LANG_CXX_CONFIG
  1511. else
  1512.   tagname=""
  1513. fi
  1514. ;;
  1515.       F77)
  1516. if test -n "$F77" && test "X$F77" != "Xno"; then
  1517.   AC_LIBTOOL_LANG_F77_CONFIG
  1518. else
  1519.   tagname=""
  1520. fi
  1521. ;;
  1522.       GCJ)
  1523. if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
  1524.   AC_LIBTOOL_LANG_GCJ_CONFIG
  1525. else
  1526.   tagname=""
  1527. fi
  1528. ;;
  1529.       RC)
  1530. AC_LIBTOOL_LANG_RC_CONFIG
  1531. ;;
  1532.       *)
  1533. AC_MSG_ERROR([Unsupported tag name: $tagname])
  1534. ;;
  1535.       esac
  1536.       # Append the new tag name to the list of available tags.
  1537.       if test -n "$tagname" ; then
  1538.       available_tags="$available_tags $tagname"
  1539.     fi
  1540.     fi
  1541.   done
  1542.   IFS="$lt_save_ifs"
  1543.   # Now substitute the updated list of available tags.
  1544.   if eval "sed -e 's/^available_tags=.*$/available_tags="$available_tags"/' "$ofile" > "${ofile}T""; then
  1545.     mv "${ofile}T" "$ofile"
  1546.     chmod +x "$ofile"
  1547.   else
  1548.     rm -f "${ofile}T"
  1549.     AC_MSG_ERROR([unable to update list of available tagged configurations.])
  1550.   fi
  1551. fi
  1552. ])# _LT_AC_TAGCONFIG
  1553. # AC_LIBTOOL_DLOPEN
  1554. # -----------------
  1555. # enable checks for dlopen support
  1556. AC_DEFUN([AC_LIBTOOL_DLOPEN],
  1557.  [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
  1558. ])# AC_LIBTOOL_DLOPEN
  1559. # AC_LIBTOOL_WIN32_DLL
  1560. # --------------------
  1561. # declare package support for building win32 dll's
  1562. AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
  1563. [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
  1564. ])# AC_LIBTOOL_WIN32_DLL
  1565. # AC_ENABLE_SHARED([DEFAULT])
  1566. # ---------------------------
  1567. # implement the --enable-shared flag
  1568. # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
  1569. AC_DEFUN([AC_ENABLE_SHARED],
  1570. [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
  1571. AC_ARG_ENABLE([shared],
  1572.     [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
  1573. [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
  1574.     [p=${PACKAGE-default}
  1575.     case $enableval in
  1576.     yes) enable_shared=yes ;;
  1577.     no) enable_shared=no ;;
  1578.     *)
  1579.       enable_shared=no
  1580.       # Look at the argument we got.  We use all the common list separators.
  1581.       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  1582.       for pkg in $enableval; do
  1583. IFS="$lt_save_ifs"
  1584. if test "X$pkg" = "X$p"; then
  1585.   enable_shared=yes
  1586. fi
  1587.       done
  1588.       IFS="$lt_save_ifs"
  1589.       ;;
  1590.     esac],
  1591.     [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
  1592. ])# AC_ENABLE_SHARED
  1593. # AC_DISABLE_SHARED
  1594. # -----------------
  1595. #- set the default shared flag to --disable-shared
  1596. AC_DEFUN([AC_DISABLE_SHARED],
  1597. [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
  1598. AC_ENABLE_SHARED(no)
  1599. ])# AC_DISABLE_SHARED
  1600. # AC_ENABLE_STATIC([DEFAULT])
  1601. # ---------------------------
  1602. # implement the --enable-static flag
  1603. # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
  1604. AC_DEFUN([AC_ENABLE_STATIC],
  1605. [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
  1606. AC_ARG_ENABLE([static],
  1607.     [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
  1608. [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
  1609.     [p=${PACKAGE-default}
  1610.     case $enableval in
  1611.     yes) enable_static=yes ;;
  1612.     no) enable_static=no ;;
  1613.     *)
  1614.      enable_static=no
  1615.       # Look at the argument we got.  We use all the common list separators.
  1616.       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  1617.       for pkg in $enableval; do
  1618. IFS="$lt_save_ifs"
  1619. if test "X$pkg" = "X$p"; then
  1620.   enable_static=yes
  1621. fi
  1622.       done
  1623.       IFS="$lt_save_ifs"
  1624.       ;;
  1625.     esac],
  1626.     [enable_static=]AC_ENABLE_STATIC_DEFAULT)
  1627. ])# AC_ENABLE_STATIC
  1628. # AC_DISABLE_STATIC
  1629. # -----------------
  1630. # set the default static flag to --disable-static
  1631. AC_DEFUN([AC_DISABLE_STATIC],
  1632. [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
  1633. AC_ENABLE_STATIC(no)
  1634. ])# AC_DISABLE_STATIC
  1635. # AC_ENABLE_FAST_INSTALL([DEFAULT])
  1636. # ---------------------------------
  1637. # implement the --enable-fast-install flag
  1638. # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
  1639. AC_DEFUN([AC_ENABLE_FAST_INSTALL],
  1640. [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
  1641. AC_ARG_ENABLE([fast-install],
  1642.     [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
  1643.     [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
  1644.     [p=${PACKAGE-default}
  1645.     case $enableval in
  1646.     yes) enable_fast_install=yes ;;
  1647.     no) enable_fast_install=no ;;
  1648.     *)
  1649.       enable_fast_install=no
  1650.       # Look at the argument we got.  We use all the common list separators.
  1651.       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  1652.       for pkg in $enableval; do
  1653. IFS="$lt_save_ifs"
  1654. if test "X$pkg" = "X$p"; then
  1655.   enable_fast_install=yes
  1656. fi
  1657.       done
  1658.       IFS="$lt_save_ifs"
  1659.       ;;
  1660.     esac],
  1661.     [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
  1662. ])# AC_ENABLE_FAST_INSTALL
  1663. # AC_DISABLE_FAST_INSTALL
  1664. # -----------------------
  1665. # set the default to --disable-fast-install
  1666. AC_DEFUN([AC_DISABLE_FAST_INSTALL],
  1667. [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
  1668. AC_ENABLE_FAST_INSTALL(no)
  1669. ])# AC_DISABLE_FAST_INSTALL
  1670. # AC_LIBTOOL_PICMODE([MODE])
  1671. # --------------------------
  1672. # implement the --with-pic flag
  1673. # MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
  1674. AC_DEFUN([AC_LIBTOOL_PICMODE],
  1675. [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
  1676. pic_mode=ifelse($#,1,$1,default)
  1677. ])# AC_LIBTOOL_PICMODE
  1678. # AC_PROG_EGREP
  1679. # -------------
  1680. # This is predefined starting with Autoconf 2.54, so this conditional
  1681. # definition can be removed once we require Autoconf 2.54 or later.
  1682. m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP],
  1683. [AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep],
  1684.    [if echo a | (grep -E '(a|b)') >/dev/null 2>&1
  1685.     then ac_cv_prog_egrep='grep -E'
  1686.     else ac_cv_prog_egrep='egrep'
  1687.     fi])
  1688.  EGREP=$ac_cv_prog_egrep
  1689.  AC_SUBST([EGREP])
  1690. ])])
  1691. # AC_PATH_TOOL_PREFIX
  1692. # -------------------
  1693. # find a file program which can recognise shared library
  1694. AC_DEFUN([AC_PATH_TOOL_PREFIX],
  1695. [AC_REQUIRE([AC_PROG_EGREP])dnl
  1696. AC_MSG_CHECKING([for $1])
  1697. AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
  1698. [case $MAGIC_CMD in
  1699. [[\/*] |  ?:[\/]*])
  1700.   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
  1701.   ;;
  1702. *)
  1703.   lt_save_MAGIC_CMD="$MAGIC_CMD"
  1704.   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  1705. dnl $ac_dummy forces splitting on constant user-supplied paths.
  1706. dnl POSIX.2 word splitting is done only on the output of word expansions,
  1707. dnl not every word.  This closes a longstanding sh security hole.
  1708.   ac_dummy="ifelse([$2], , $PATH, [$2])"
  1709.   for ac_dir in $ac_dummy; do
  1710.     IFS="$lt_save_ifs"
  1711.     test -z "$ac_dir" && ac_dir=.
  1712.     if test -f $ac_dir/$1; then
  1713.       lt_cv_path_MAGIC_CMD="$ac_dir/$1"
  1714.       if test -n "$file_magic_test_file"; then
  1715. case $deplibs_check_method in
  1716. "file_magic "*)
  1717.   file_magic_regex="`expr "$deplibs_check_method" : "file_magic (.*)"`"
  1718.   MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  1719.   if eval $file_magic_cmd $file_magic_test_file 2> /dev/null |
  1720.     $EGREP "$file_magic_regex" > /dev/null; then
  1721.     :
  1722.   else
  1723.     cat <<EOF 1>&2
  1724. *** Warning: the command libtool uses to detect shared libraries,
  1725. *** $file_magic_cmd, produces output that libtool cannot recognize.
  1726. *** The result is that libtool may fail to recognize shared libraries
  1727. *** as such.  This will affect the creation of libtool libraries that
  1728. *** depend on shared libraries, but programs linked with such libtool
  1729. *** libraries will work regardless of this problem.  Nevertheless, you
  1730. *** may want to report the problem to your system manager and/or to
  1731. *** bug-libtool@gnu.org
  1732. EOF
  1733.   fi ;;
  1734. esac
  1735.       fi
  1736.       break
  1737.     fi
  1738.   done
  1739.   IFS="$lt_save_ifs"
  1740.   MAGIC_CMD="$lt_save_MAGIC_CMD"
  1741.   ;;
  1742. esac])
  1743. MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  1744. if test -n "$MAGIC_CMD"; then
  1745.   AC_MSG_RESULT($MAGIC_CMD)
  1746. else
  1747.   AC_MSG_RESULT(no)
  1748. fi
  1749. ])# AC_PATH_TOOL_PREFIX
  1750. # AC_PATH_MAGIC
  1751. # -------------
  1752. # find a file program which can recognise a shared library
  1753. AC_DEFUN([AC_PATH_MAGIC],
  1754. [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
  1755. if test -z "$lt_cv_path_MAGIC_CMD"; then
  1756.   if test -n "$ac_tool_prefix"; then
  1757.     AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
  1758.   else
  1759.     MAGIC_CMD=:
  1760.   fi
  1761. fi
  1762. ])# AC_PATH_MAGIC
  1763. # AC_PROG_LD
  1764. # ----------
  1765. # find the pathname to the GNU or non-GNU linker
  1766. AC_DEFUN([AC_PROG_LD],
  1767. [AC_ARG_WITH([gnu-ld],
  1768.     [AC_HELP_STRING([--with-gnu-ld],
  1769. [assume the C compiler uses GNU ld @<:@default=no@:>@])],
  1770.     [test "$withval" = no || with_gnu_ld=yes],
  1771.     [with_gnu_ld=no])
  1772. AC_REQUIRE([LT_AC_PROG_SED])dnl
  1773. AC_REQUIRE([AC_PROG_CC])dnl
  1774. AC_REQUIRE([AC_CANONICAL_HOST])dnl
  1775. AC_REQUIRE([AC_CANONICAL_BUILD])dnl
  1776. ac_prog=ld
  1777. if test "$GCC" = yes; then
  1778.   # Check if gcc -print-prog-name=ld gives a path.
  1779.   AC_MSG_CHECKING([for ld used by $CC])
  1780.   case $host in
  1781.   *-*-mingw*)
  1782.     # gcc leaves a trailing carriage return which upsets mingw
  1783.     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '15'` ;;
  1784.   *)
  1785.     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
  1786.   esac
  1787.   case $ac_prog in
  1788.     # Accept absolute paths.
  1789.     [[\/]]* | ?:[[\/]]*)
  1790.       re_direlt='/[[^/]][[^/]]*/../'
  1791.       # Canonicalize the pathname of ld
  1792.       ac_prog=`echo $ac_prog| $SED 's%\\%/%g'`
  1793.       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
  1794. ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
  1795.       done
  1796.       test -z "$LD" && LD="$ac_prog"
  1797.       ;;
  1798.   "")
  1799.     # If it fails, then pretend we aren't using GCC.
  1800.     ac_prog=ld
  1801.     ;;
  1802.   *)
  1803.     # If it is relative, then search for the first ld in PATH.
  1804.     with_gnu_ld=unknown
  1805.     ;;
  1806.   esac
  1807. elif test "$with_gnu_ld" = yes; then
  1808.   AC_MSG_CHECKING([for GNU ld])
  1809. else
  1810.   AC_MSG_CHECKING([for non-GNU ld])
  1811. fi
  1812. AC_CACHE_VAL(lt_cv_path_LD,
  1813. [if test -z "$LD"; then
  1814.   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  1815.   for ac_dir in $PATH; do
  1816.     IFS="$lt_save_ifs"
  1817.     test -z "$ac_dir" && ac_dir=.
  1818.     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  1819.       lt_cv_path_LD="$ac_dir/$ac_prog"
  1820.       # Check to see if the program is GNU ld.  I'd rather use --version,
  1821.       # but apparently some GNU ld's only accept -v.
  1822.       # Break only if it was the GNU/non-GNU ld that we prefer.
  1823.       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
  1824.       *GNU* | *'with BFD'*)
  1825. test "$with_gnu_ld" != no && break
  1826. ;;
  1827.       *)
  1828. test "$with_gnu_ld" != yes && break
  1829. ;;
  1830.       esac
  1831.     fi
  1832.   done
  1833.   IFS="$lt_save_ifs"
  1834. else
  1835.   lt_cv_path_LD="$LD" # Let the user override the test with a path.
  1836. fi])
  1837. LD="$lt_cv_path_LD"
  1838. if test -n "$LD"; then
  1839.   AC_MSG_RESULT($LD)
  1840. else
  1841.   AC_MSG_RESULT(no)
  1842. fi
  1843. test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in $PATH])
  1844. AC_PROG_LD_GNU
  1845. ])# AC_PROG_LD
  1846. # AC_PROG_LD_GNU
  1847. # --------------
  1848. AC_DEFUN([AC_PROG_LD_GNU],
  1849. [AC_REQUIRE([AC_PROG_EGREP])dnl
  1850. AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
  1851. [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
  1852. case `$LD -v 2>&1 </dev/null` in
  1853. *GNU* | *'with BFD'*)
  1854.   lt_cv_prog_gnu_ld=yes
  1855.   ;;
  1856. *)
  1857.   lt_cv_prog_gnu_ld=no
  1858.   ;;
  1859. esac])
  1860. with_gnu_ld=$lt_cv_prog_gnu_ld
  1861. ])# AC_PROG_LD_GNU
  1862. # AC_PROG_LD_RELOAD_FLAG
  1863. # ----------------------
  1864. # find reload flag for linker
  1865. #   -- PORTME Some linkers may need a different reload flag.
  1866. AC_DEFUN([AC_PROG_LD_RELOAD_FLAG],
  1867. [AC_CACHE_CHECK([for $LD option to reload object files],
  1868.   lt_cv_ld_reload_flag,
  1869.   [lt_cv_ld_reload_flag='-r'])
  1870. reload_flag=$lt_cv_ld_reload_flag
  1871. case $reload_flag in
  1872. "" | " "*) ;;
  1873. *) reload_flag=" $reload_flag" ;;
  1874. esac
  1875. reload_cmds='$LD$reload_flag -o $output$reload_objs'
  1876. ])# AC_PROG_LD_RELOAD_FLAG
  1877. # AC_DEPLIBS_CHECK_METHOD
  1878. # -----------------------
  1879. # how to check for library dependencies
  1880. #  -- PORTME fill in with the dynamic library characteristics
  1881. AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
  1882. [AC_CACHE_CHECK([how to recognise dependent libraries],
  1883. lt_cv_deplibs_check_method,
  1884. [lt_cv_file_magic_cmd='$MAGIC_CMD'
  1885. lt_cv_file_magic_test_file=
  1886. lt_cv_deplibs_check_method='unknown'
  1887. # Need to set the preceding variable on all platforms that support
  1888. # interlibrary dependencies.
  1889. # 'none' -- dependencies not supported.
  1890. # `unknown' -- same as none, but documents that we really don't know.
  1891. # 'pass_all' -- all dependencies passed with no checks.
  1892. # 'test_compile' -- check by making test program.
  1893. # 'file_magic [[regex]]' -- check by looking for files in library path
  1894. # which responds to the $file_magic_cmd with a given extended regex.
  1895. # If you have `file' or equivalent on your system and you're not sure
  1896. # whether `pass_all' will *always* work, you probably want this one.
  1897. case $host_os in
  1898. aix4* | aix5*)
  1899.   lt_cv_deplibs_check_method=pass_all
  1900.   ;;
  1901. beos*)
  1902.   lt_cv_deplibs_check_method=pass_all
  1903.   ;;
  1904. bsdi4*)
  1905.   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
  1906.   lt_cv_file_magic_cmd='/usr/bin/file -L'
  1907.   lt_cv_file_magic_test_file=/shlib/libc.so
  1908.   ;;
  1909. cygwin*)
  1910.   # func_win32_libid is a shell function defined in ltmain.sh
  1911.   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  1912.   lt_cv_file_magic_cmd='func_win32_libid'
  1913.   ;;
  1914. mingw* | pw32*)
  1915.   # Base MSYS/MinGW do not provide the 'file' command needed by
  1916.   # func_win32_libid shell function, so use a weaker test based on 'objdump'.
  1917.   lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
  1918.   lt_cv_file_magic_cmd='$OBJDUMP -f'
  1919.   ;;
  1920. darwin* | rhapsody*)
  1921.   lt_cv_deplibs_check_method=pass_all
  1922.   ;;
  1923. freebsd* | kfreebsd*-gnu)
  1924.   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
  1925.     case $host_cpu in
  1926.     i*86 )
  1927.       # Not sure whether the presence of OpenBSD here was a mistake.
  1928.       # Let's accept both of them until this is cleared up.
  1929.       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
  1930.       lt_cv_file_magic_cmd=/usr/bin/file
  1931.       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
  1932.       ;;
  1933.     esac
  1934.   else
  1935.     lt_cv_deplibs_check_method=pass_all
  1936.   fi
  1937.   ;;
  1938. gnu*)
  1939.   lt_cv_deplibs_check_method=pass_all
  1940.   ;;
  1941. hpux10.20* | hpux11*)
  1942.   lt_cv_file_magic_cmd=/usr/bin/file
  1943.   case "$host_cpu" in
  1944.   ia64*)
  1945.     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
  1946.     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
  1947.     ;;
  1948.   hppa*64*)
  1949.     [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]']
  1950.     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
  1951.     ;;
  1952.   *)
  1953.     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
  1954.     lt_cv_file_magic_test_file=/usr/lib/libc.sl
  1955.     ;;
  1956.   esac
  1957.   ;;
  1958. irix5* | irix6* | nonstopux*)
  1959.   case $LD in
  1960.   *-32|*"-32 ") libmagic=32-bit;;
  1961.   *-n32|*"-n32 ") libmagic=N32;;
  1962.   *-64|*"-64 ") libmagic=64-bit;;
  1963.   *) libmagic=never-match;;
  1964.   esac
  1965.   lt_cv_deplibs_check_method=pass_all
  1966.   ;;
  1967. # This must be Linux ELF.
  1968. linux*)
  1969.   lt_cv_deplibs_check_method=pass_all
  1970.   ;;
  1971. netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
  1972.   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
  1973.     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(.so.[[0-9]]+.[[0-9]]+|_pic.a)$'
  1974.   else
  1975.     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(.so|_pic.a)$'
  1976.   fi
  1977.   ;;
  1978. newos6*)
  1979.   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
  1980.   lt_cv_file_magic_cmd=/usr/bin/file
  1981.   lt_cv_file_magic_test_file=/usr/lib/libnls.so
  1982.   ;;
  1983. nto-qnx*)
  1984.   lt_cv_deplibs_check_method=unknown
  1985.   ;;
  1986. openbsd*)
  1987.   lt_cv_file_magic_cmd=/usr/bin/file
  1988.   lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
  1989.   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  1990.     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
  1991.   else
  1992.     lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
  1993.   fi
  1994.   ;;
  1995. osf3* | osf4* | osf5*)
  1996.   lt_cv_deplibs_check_method=pass_all
  1997.   ;;
  1998. sco3.2v5*)
  1999.   lt_cv_deplibs_check_method=pass_all
  2000.   ;;
  2001. solaris*)
  2002.   lt_cv_deplibs_check_method=pass_all
  2003.   ;;
  2004. sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  2005.   case $host_vendor in
  2006.   motorola)
  2007.     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]]'
  2008.     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
  2009.     ;;
  2010.   ncr)
  2011.     lt_cv_deplibs_check_method=pass_all
  2012.     ;;
  2013.   sequent)
  2014.     lt_cv_file_magic_cmd='/bin/file'
  2015.     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
  2016.     ;;
  2017.   sni)
  2018.     lt_cv_file_magic_cmd='/bin/file'
  2019.     lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
  2020.     lt_cv_file_magic_test_file=/lib/libc.so
  2021.     ;;
  2022.   siemens)
  2023.     lt_cv_deplibs_check_method=pass_all
  2024.     ;;
  2025.   esac
  2026.   ;;
  2027. sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
  2028.   lt_cv_deplibs_check_method=pass_all
  2029.   ;;
  2030. esac
  2031. ])
  2032. file_magic_cmd=$lt_cv_file_magic_cmd
  2033. deplibs_check_method=$lt_cv_deplibs_check_method
  2034. test -z "$deplibs_check_method" && deplibs_check_method=unknown
  2035. ])# AC_DEPLIBS_CHECK_METHOD
  2036. # AC_PROG_NM
  2037. # ----------
  2038. # find the pathname to a BSD-compatible name lister
  2039. AC_DEFUN([AC_PROG_NM],
  2040. [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
  2041. [if test -n "$NM"; then
  2042.   # Let the user override the test.
  2043.   lt_cv_path_NM="$NM"
  2044. else
  2045.   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  2046.   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
  2047.     IFS="$lt_save_ifs"
  2048.     test -z "$ac_dir" && ac_dir=.
  2049.     tmp_nm="$ac_dir/${ac_tool_prefix}nm"
  2050.     if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
  2051.       # Check to see if the nm accepts a BSD-compat flag.
  2052.       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
  2053.       #   nm: unknown option "B" ignored
  2054.       # Tru64's nm complains that /dev/null is an invalid object file
  2055.       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
  2056.       */dev/null* | *'Invalid file or object type'*)
  2057. lt_cv_path_NM="$tmp_nm -B"
  2058. break
  2059.         ;;
  2060.       *)
  2061. case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
  2062. */dev/null*)
  2063.   lt_cv_path_NM="$tmp_nm -p"
  2064.   break
  2065.   ;;
  2066. *)
  2067.   lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
  2068.   continue # so that we can try to find one that supports BSD flags
  2069.   ;;
  2070. esac
  2071.       esac
  2072.     fi
  2073.   done
  2074.   IFS="$lt_save_ifs"
  2075.   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
  2076. fi])
  2077. NM="$lt_cv_path_NM"
  2078. ])# AC_PROG_NM
  2079. # AC_CHECK_LIBM
  2080. # -------------
  2081. # check for math library
  2082. AC_DEFUN([AC_CHECK_LIBM],
  2083. [AC_REQUIRE([AC_CANONICAL_HOST])dnl
  2084. LIBM=
  2085. case $host in
  2086. *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
  2087.   # These system don't have libm, or don't need it
  2088.   ;;
  2089. *-ncr-sysv4.3*)
  2090.   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
  2091.   AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
  2092.   ;;
  2093. *)
  2094.   AC_CHECK_LIB(m, cos, LIBM="-lm")
  2095.   ;;
  2096. esac
  2097. ])# AC_CHECK_LIBM
  2098. # AC_LIBLTDL_CONVENIENCE([DIRECTORY])
  2099. # -----------------------------------
  2100. # sets LIBLTDL to the link flags for the libltdl convenience library and
  2101. # LTDLINCL to the include flags for the libltdl header and adds
  2102. # --enable-ltdl-convenience to the configure arguments.  Note that LIBLTDL
  2103. # and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If
  2104. # DIRECTORY is not provided, it is assumed to be `libltdl'.  LIBLTDL will
  2105. # be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with
  2106. # '${top_srcdir}/' (note the single quotes!).  If your package is not
  2107. # flat and you're not using automake, define top_builddir and
  2108. # top_srcdir appropriately in the Makefiles.
  2109. AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
  2110. [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
  2111.   case $enable_ltdl_convenience in
  2112.   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
  2113.   "") enable_ltdl_convenience=yes
  2114.       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
  2115.   esac
  2116.   LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
  2117.   LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
  2118.   # For backwards non-gettext consistent compatibility...
  2119.   INCLTDL="$LTDLINCL"
  2120. ])# AC_LIBLTDL_CONVENIENCE
  2121. # AC_LIBLTDL_INSTALLABLE([DIRECTORY])
  2122. # -----------------------------------
  2123. # sets LIBLTDL to the link flags for the libltdl installable library and
  2124. # LTDLINCL to the include flags for the libltdl header and adds
  2125. # --enable-ltdl-install to the configure arguments.  Note that LIBLTDL
  2126. # and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If
  2127. # DIRECTORY is not provided and an installed libltdl is not found, it is
  2128. # assumed to be `libltdl'.  LIBLTDL will be prefixed with '${top_builddir}/'
  2129. # and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single
  2130. # quotes!).  If your package is not flat and you're not using automake,
  2131. # define top_builddir and top_srcdir appropriately in the Makefiles.
  2132. # In the future, this macro may have to be called after AC_PROG_LIBTOOL.
  2133. AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
  2134. [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
  2135.   AC_CHECK_LIB(ltdl, lt_dlinit,
  2136.   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
  2137.   [if test x"$enable_ltdl_install" = xno; then
  2138.      AC_MSG_WARN([libltdl not installed, but installation disabled])
  2139.    else
  2140.      enable_ltdl_install=yes
  2141.    fi
  2142.   ])
  2143.   if test x"$enable_ltdl_install" = x"yes"; then
  2144.     ac_configure_args="$ac_configure_args --enable-ltdl-install"
  2145.     LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
  2146.     LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
  2147.   else
  2148.     ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
  2149.     LIBLTDL="-lltdl"
  2150.     LTDLINCL=
  2151.   fi
  2152.   # For backwards non-gettext consistent compatibility...
  2153.   INCLTDL="$LTDLINCL"
  2154. ])# AC_LIBLTDL_INSTALLABLE
  2155. # AC_LIBTOOL_CXX
  2156. # --------------
  2157. # enable support for C++ libraries
  2158. AC_DEFUN([AC_LIBTOOL_CXX],
  2159. [AC_REQUIRE([_LT_AC_LANG_CXX])
  2160. ])# AC_LIBTOOL_CXX
  2161. # _LT_AC_LANG_CXX
  2162. # ---------------
  2163. AC_DEFUN([_LT_AC_LANG_CXX],
  2164. [AC_REQUIRE([AC_PROG_CXX])
  2165. AC_REQUIRE([AC_PROG_CXXCPP])
  2166. _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
  2167. ])# _LT_AC_LANG_CXX
  2168. # AC_LIBTOOL_F77
  2169. # --------------
  2170. # enable support for Fortran 77 libraries
  2171. AC_DEFUN([AC_LIBTOOL_F77],
  2172. [AC_REQUIRE([_LT_AC_LANG_F77])
  2173. ])# AC_LIBTOOL_F77
  2174. # _LT_AC_LANG_F77
  2175. # ---------------
  2176. AC_DEFUN([_LT_AC_LANG_F77],
  2177. [AC_REQUIRE([AC_PROG_F77])
  2178. _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
  2179. ])# _LT_AC_LANG_F77
  2180. # AC_LIBTOOL_GCJ
  2181. # --------------
  2182. # enable support for GCJ libraries
  2183. AC_DEFUN([AC_LIBTOOL_GCJ],
  2184. [AC_REQUIRE([_LT_AC_LANG_GCJ])
  2185. ])# AC_LIBTOOL_GCJ
  2186. # _LT_AC_LANG_GCJ
  2187. # ---------------
  2188. AC_DEFUN([_LT_AC_LANG_GCJ],
  2189. [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
  2190.   [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
  2191.     [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
  2192.       [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
  2193.  [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
  2194.    [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
  2195. _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
  2196. ])# _LT_AC_LANG_GCJ
  2197. # AC_LIBTOOL_RC
  2198. # --------------
  2199. # enable support for Windows resource files
  2200. AC_DEFUN([AC_LIBTOOL_RC],
  2201. [AC_REQUIRE([LT_AC_PROG_RC])
  2202. _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
  2203. ])# AC_LIBTOOL_RC
  2204. # AC_LIBTOOL_LANG_C_CONFIG
  2205. # ------------------------
  2206. # Ensure that the configuration vars for the C compiler are
  2207. # suitably defined.  Those variables are subsequently used by
  2208. # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
  2209. AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
  2210. AC_DEFUN([_LT_AC_LANG_C_CONFIG],
  2211. [lt_save_CC="$CC"
  2212. AC_LANG_PUSH(C)
  2213. # Source file extension for C test sources.
  2214. ac_ext=c
  2215. # Object file extension for compiled C test sources.
  2216. objext=o
  2217. _LT_AC_TAGVAR(objext, $1)=$objext
  2218. # Code to be used in simple compile tests
  2219. lt_simple_compile_test_code="int some_variable = 0;n"
  2220. # Code to be used in simple link tests
  2221. lt_simple_link_test_code='int main(){return(0);}n'
  2222. _LT_AC_SYS_COMPILER
  2223. #
  2224. # Check for any special shared library compilation flags.
  2225. #
  2226. _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
  2227. if test "$GCC" = no; then
  2228.   case $host_os in
  2229.   sco3.2v5*)
  2230.     _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
  2231.     ;;
  2232.   esac
  2233. fi
  2234. if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
  2235.   AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
  2236.   if echo "$old_CC $old_CFLAGS " | grep "[[  ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[  ]]" >/dev/null; then :
  2237.   else
  2238.     AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
  2239.     _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
  2240.   fi
  2241. fi
  2242. #
  2243. # Check to make sure the static flag actually works.
  2244. #
  2245. AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
  2246.   _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
  2247.   $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
  2248.   [],
  2249.   [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
  2250. AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
  2251. AC_LIBTOOL_PROG_COMPILER_PIC($1)
  2252. AC_LIBTOOL_PROG_CC_C_O($1)
  2253. AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
  2254. AC_LIBTOOL_PROG_LD_SHLIBS($1)
  2255. AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
  2256. AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
  2257. AC_LIBTOOL_SYS_LIB_STRIP
  2258. AC_LIBTOOL_DLOPEN_SELF($1)
  2259. # Report which librarie types wil actually be built
  2260. AC_MSG_CHECKING([if libtool supports shared libraries])
  2261. AC_MSG_RESULT([$can_build_shared])
  2262. AC_MSG_CHECKING([whether to build shared libraries])
  2263. test "$can_build_shared" = "no" && enable_shared=no
  2264. # On AIX, shared libraries and static libraries use the same namespace, and
  2265. # are all built from PIC.
  2266. case "$host_os" in
  2267. aix3*)
  2268.   test "$enable_shared" = yes && enable_static=no
  2269.   if test -n "$RANLIB"; then
  2270.     archive_cmds="$archive_cmds~$RANLIB $lib"
  2271.     postinstall_cmds='$RANLIB $lib'
  2272.   fi
  2273.   ;;
  2274. aix4* | aix5*)
  2275.   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
  2276.     test "$enable_shared" = yes && enable_static=no
  2277.   fi
  2278.   ;;
  2279.   darwin* | rhapsody*)
  2280.   if test "$GCC" = yes; then
  2281.     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  2282.     case "$host_os" in
  2283.     rhapsody* | darwin1.[[012]])
  2284.       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
  2285.       ;;
  2286.     *) # Darwin 1.3 on
  2287.       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
  2288.        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
  2289.       else
  2290.         case ${MACOSX_DEPLOYMENT_TARGET} in
  2291.           10.[[012]])
  2292.             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
  2293.             ;;
  2294.           10.*)
  2295.             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
  2296.             ;;
  2297.         esac
  2298.       fi
  2299.       ;;
  2300.     esac
  2301.     output_verbose_link_cmd='echo'
  2302.     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'
  2303.     _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
  2304.     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
  2305.     _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^(..*),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  2306.     _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^(..*),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  2307.     _LT_AC_TAGVAR(hardcode_direct, $1)=no
  2308.     _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
  2309.     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
  2310.     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
  2311.     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
  2312.   else
  2313.     _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2314.   fi
  2315.     ;;
  2316. esac
  2317. AC_MSG_RESULT([$enable_shared])
  2318. AC_MSG_CHECKING([whether to build static libraries])
  2319. # Make sure either enable_shared or enable_static is yes.
  2320. test "$enable_shared" = yes || enable_static=yes
  2321. AC_MSG_RESULT([$enable_static])
  2322. AC_LIBTOOL_CONFIG($1)
  2323. AC_LANG_POP
  2324. CC="$lt_save_CC"
  2325. ])# AC_LIBTOOL_LANG_C_CONFIG
  2326. # AC_LIBTOOL_LANG_CXX_CONFIG
  2327. # --------------------------
  2328. # Ensure that the configuration vars for the C compiler are
  2329. # suitably defined.  Those variables are subsequently used by
  2330. # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
  2331. AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
  2332. AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
  2333. [AC_LANG_PUSH(C++)
  2334. AC_REQUIRE([AC_PROG_CXX])
  2335. AC_REQUIRE([AC_PROG_CXXCPP])
  2336. _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  2337. _LT_AC_TAGVAR(allow_undefined_flag, $1)=
  2338. _LT_AC_TAGVAR(always_export_symbols, $1)=no
  2339. _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
  2340. _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
  2341. _LT_AC_TAGVAR(hardcode_direct, $1)=no
  2342. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
  2343. _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
  2344. _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
  2345. _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
  2346. _LT_AC_TAGVAR(hardcode_automatic, $1)=no
  2347. _LT_AC_TAGVAR(module_cmds, $1)=
  2348. _LT_AC_TAGVAR(module_expsym_cmds, $1)=
  2349. _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
  2350. _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
  2351. _LT_AC_TAGVAR(no_undefined_flag, $1)=
  2352. _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
  2353. _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
  2354. # Dependencies to place before and after the object being linked:
  2355. _LT_AC_TAGVAR(predep_objects, $1)=
  2356. _LT_AC_TAGVAR(postdep_objects, $1)=
  2357. _LT_AC_TAGVAR(predeps, $1)=
  2358. _LT_AC_TAGVAR(postdeps, $1)=
  2359. _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
  2360. # Source file extension for C++ test sources.
  2361. ac_ext=cc
  2362. # Object file extension for compiled C++ test sources.
  2363. objext=o
  2364. _LT_AC_TAGVAR(objext, $1)=$objext
  2365. # Code to be used in simple compile tests
  2366. lt_simple_compile_test_code="int some_variable = 0;n"
  2367. # Code to be used in simple link tests
  2368. lt_simple_link_test_code='int main(int, char *[]) { return(0); }n'
  2369. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  2370. _LT_AC_SYS_COMPILER
  2371. # Allow CC to be a program name with arguments.
  2372. lt_save_CC=$CC
  2373. lt_save_LD=$LD
  2374. lt_save_GCC=$GCC
  2375. GCC=$GXX
  2376. lt_save_with_gnu_ld=$with_gnu_ld
  2377. lt_save_path_LD=$lt_cv_path_LD
  2378. if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
  2379.   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
  2380. else
  2381.   unset lt_cv_prog_gnu_ld
  2382. fi
  2383. if test -n "${lt_cv_path_LDCXX+set}"; then
  2384.   lt_cv_path_LD=$lt_cv_path_LDCXX
  2385. else
  2386.   unset lt_cv_path_LD
  2387. fi
  2388. test -z "${LDCXX+set}" || LD=$LDCXX
  2389. CC=${CXX-"c++"}
  2390. compiler=$CC
  2391. _LT_AC_TAGVAR(compiler, $1)=$CC
  2392. cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
  2393. # We don't want -fno-exception wen compiling C++ code, so set the
  2394. # no_builtin_flag separately
  2395. if test "$GXX" = yes; then
  2396.   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
  2397. else
  2398.   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
  2399. fi
  2400. if test "$GXX" = yes; then
  2401.   # Set up default GNU C++ configuration
  2402.   AC_PROG_LD
  2403.   # Check if GNU C++ uses GNU ld as the underlying linker, since the
  2404.   # archiving commands below assume that GNU ld is being used.
  2405.   if test "$with_gnu_ld" = yes; then
  2406.     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  2407.     _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'
  2408.     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
  2409.     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  2410.     # If archive_cmds runs LD, not CC, wlarc should be empty
  2411.     # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
  2412.     #     investigate it a little bit more. (MM)
  2413.     wlarc='${wl}'
  2414.     # ancient GNU ld didn't support --whole-archive et. al.
  2415.     if eval "`$CC -print-prog-name=ld` --help 2>&1" | 
  2416. grep 'no-whole-archive' > /dev/null; then
  2417.       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  2418.     else
  2419.       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
  2420.     fi
  2421.   else
  2422.     with_gnu_ld=no
  2423.     wlarc=
  2424.     # A generic and very simple default shared library creation
  2425.     # command for GNU C++ for the case where it uses the native
  2426.     # linker, instead of GNU ld.  If possible, this setting should
  2427.     # overridden to take advantage of the native linker features on
  2428.     # the platform it is being used on.
  2429.     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
  2430.   fi
  2431.   # Commands to make compiler produce verbose output that lists
  2432.   # what "hidden" libraries, object files and flags are used when
  2433.   # linking a shared library.
  2434.   output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "-L"'
  2435. else
  2436.   GXX=no
  2437.   with_gnu_ld=no
  2438.   wlarc=
  2439. fi
  2440. # PORTME: fill in a description of your system's C++ link characteristics
  2441. AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
  2442. _LT_AC_TAGVAR(ld_shlibs, $1)=yes
  2443. case $host_os in
  2444.   aix3*)
  2445.     # FIXME: insert proper C++ library support
  2446.     _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2447.     ;;
  2448.   aix4* | aix5*)
  2449.     if test "$host_cpu" = ia64; then
  2450.       # On IA64, the linker does run time linking by default, so we don't
  2451.       # have to do anything special.
  2452.       aix_use_runtimelinking=no
  2453.       exp_sym_flag='-Bexport'
  2454.       no_entry_flag=""
  2455.     else
  2456.       aix_use_runtimelinking=no
  2457.       # Test if we are trying to use run time linking or normal
  2458.       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
  2459.       # need to do runtime linking.
  2460.       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
  2461. for ld_flag in $LDFLAGS; do
  2462.   case $ld_flag in
  2463.   *-brtl*)
  2464.     aix_use_runtimelinking=yes
  2465.     break
  2466.     ;;
  2467.   esac
  2468. done
  2469.       esac
  2470.       exp_sym_flag='-bexport'
  2471.       no_entry_flag='-bnoentry'
  2472.     fi
  2473.     # When large executables or shared objects are built, AIX ld can
  2474.     # have problems creating the table of contents.  If linking a library
  2475.     # or program results in "error TOC overflow" add -mminimal-toc to
  2476.     # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
  2477.     # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  2478.     _LT_AC_TAGVAR(archive_cmds, $1)=''
  2479.     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  2480.     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
  2481.     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
  2482.     if test "$GXX" = yes; then
  2483.       case $host_os in aix4.[012]|aix4.[012].*)
  2484.       # We only want to do this on AIX 4.2 and lower, the check
  2485.       # below for broken collect2 doesn't work under 4.3+
  2486. collect2name=`${CC} -print-prog-name=collect2`
  2487. if test -f "$collect2name" && 
  2488.    strings "$collect2name" | grep resolve_lib_name >/dev/null
  2489. then
  2490.   # We have reworked collect2
  2491.   _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  2492. else
  2493.   # We have old collect2
  2494.   _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
  2495.   # It fails to find uninstalled libraries when the uninstalled
  2496.   # path is not listed in the libpath.  Setting hardcode_minus_L
  2497.   # to unsupported forces relinking
  2498.   _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
  2499.   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  2500.   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
  2501. fi
  2502.       esac
  2503.       shared_flag='-shared'
  2504.     else
  2505.       # not using gcc
  2506.       if test "$host_cpu" = ia64; then
  2507. # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
  2508. # chokes on -Wl,-G. The following line is correct:
  2509. shared_flag='-G'
  2510.       else
  2511. if test "$aix_use_runtimelinking" = yes; then
  2512.   shared_flag='${wl}-G'
  2513. else
  2514.   shared_flag='${wl}-bM:SRE'
  2515. fi
  2516.       fi
  2517.     fi
  2518.     # It seems that -bexpall does not export symbols beginning with
  2519.     # underscore (_), so it is better to generate a list of symbols to export.
  2520.     _LT_AC_TAGVAR(always_export_symbols, $1)=yes
  2521.     if test "$aix_use_runtimelinking" = yes; then
  2522.       # Warning - without using the other runtime loading flags (-brtl),
  2523.       # -berok will link without error, but may produce a broken library.
  2524.       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
  2525.       # Determine the default libpath from the value encoded in an empty executable.
  2526.       _LT_AC_SYS_LIBPATH_AIX
  2527.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  2528.       _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"
  2529.      else
  2530.       if test "$host_cpu" = ia64; then
  2531. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
  2532. _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
  2533. _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"
  2534.       else
  2535. # Determine the default libpath from the value encoded in an empty executable.
  2536. _LT_AC_SYS_LIBPATH_AIX
  2537. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  2538. # Warning - without using the other run time loading flags,
  2539. # -berok will link without error, but may produce a broken library.
  2540. _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
  2541. _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
  2542. # -bexpall does not export symbols beginning with underscore (_)
  2543. _LT_AC_TAGVAR(always_export_symbols, $1)=yes
  2544. # Exported symbols can be pulled into shared objects from archives
  2545. _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
  2546. _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
  2547. # This is similar to how AIX traditionally builds it's shared libraries.
  2548. _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}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
  2549.       fi
  2550.     fi
  2551.     ;;
  2552.   chorus*)
  2553.     case $cc_basename in
  2554.       *)
  2555. # FIXME: insert proper C++ library support
  2556. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2557. ;;
  2558.     esac
  2559.     ;;
  2560.   cygwin* | mingw* | pw32*)
  2561.     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
  2562.     # as there is no search path for DLLs.
  2563.     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  2564.     _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
  2565.     _LT_AC_TAGVAR(always_export_symbols, $1)=no
  2566.     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
  2567.     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
  2568.       _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'
  2569.       # If the export-symbols file already is a .def file (1st line
  2570.       # is EXPORTS), use it as is; otherwise, prepend...
  2571.       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
  2572. cp $export_symbols $output_objdir/$soname.def;
  2573.       else
  2574. echo EXPORTS > $output_objdir/$soname.def;
  2575. cat $export_symbols >> $output_objdir/$soname.def;
  2576.       fi~
  2577.       $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'
  2578.     else
  2579.       _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2580.     fi
  2581.   ;;
  2582.   darwin* | rhapsody*)
  2583.   if test "$GXX" = yes; then
  2584.     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  2585.     case "$host_os" in
  2586.     rhapsody* | darwin1.[[012]])
  2587.       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
  2588.       ;;
  2589.     *) # Darwin 1.3 on
  2590.       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
  2591.        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
  2592.       else
  2593.         case ${MACOSX_DEPLOYMENT_TARGET} in
  2594.           10.[[012]])
  2595.             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
  2596.             ;;
  2597.           10.*)
  2598.             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
  2599.             ;;
  2600.         esac
  2601.       fi
  2602.       ;;
  2603.     esac
  2604.     lt_int_apple_cc_single_mod=no
  2605.     output_verbose_link_cmd='echo'
  2606.     if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
  2607.       lt_int_apple_cc_single_mod=yes
  2608.     fi
  2609.     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
  2610.       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
  2611.     else
  2612.       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
  2613.     fi
  2614.     _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
  2615.     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
  2616.     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
  2617.       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^(..*),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  2618.     else
  2619.       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^(..*),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  2620.     fi
  2621.     _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^(..*),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  2622.     _LT_AC_TAGVAR(hardcode_direct, $1)=no
  2623.     _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
  2624.     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
  2625.     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
  2626.     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
  2627.   else
  2628.     _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2629.   fi
  2630.     ;;
  2631.   dgux*)
  2632.     case $cc_basename in
  2633.       ec++)
  2634. # FIXME: insert proper C++ library support
  2635. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2636. ;;
  2637.       ghcx)
  2638. # Green Hills C++ Compiler
  2639. # FIXME: insert proper C++ library support
  2640. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2641. ;;
  2642.       *)
  2643. # FIXME: insert proper C++ library support
  2644. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2645. ;;
  2646.     esac
  2647.     ;;
  2648.   freebsd[12]*)
  2649.     # C++ shared libraries reported to be fairly broken before switch to ELF
  2650.     _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2651.     ;;
  2652.   freebsd-elf*)
  2653.     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  2654.     ;;
  2655.   freebsd* | kfreebsd*-gnu)
  2656.     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
  2657.     # conventions
  2658.     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
  2659.     ;;
  2660.   gnu*)
  2661.     ;;
  2662.   hpux9*)
  2663.     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  2664.     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  2665.     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  2666.     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  2667.     _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
  2668. # but as the default
  2669. # location of the library.
  2670.     case $cc_basename in
  2671.     CC)
  2672.       # FIXME: insert proper C++ library support
  2673.       _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2674.       ;;
  2675.     aCC)
  2676.       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  2677.       # Commands to make compiler produce verbose output that lists
  2678.       # what "hidden" libraries, object files and flags are used when
  2679.       # linking a shared library.
  2680.       #
  2681.       # There doesn't appear to be a way to prevent this compiler from
  2682.       # explicitly linking system object files so we need to strip them
  2683.       # from the output so that they don't get included in the library
  2684.       # dependencies.
  2685.       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'
  2686.       ;;
  2687.     *)
  2688.       if test "$GXX" = yes; then
  2689.         _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  2690.       else
  2691.         # FIXME: insert proper C++ library support
  2692.         _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2693.       fi
  2694.       ;;
  2695.     esac
  2696.     ;;
  2697.   hpux10*|hpux11*)
  2698.     if test $with_gnu_ld = no; then
  2699.       case "$host_cpu" in
  2700.       hppa*64*)
  2701. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  2702. _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
  2703. _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  2704.         ;;
  2705.       ia64*)
  2706. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  2707.         ;;
  2708.       *)
  2709. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  2710. _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  2711. _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  2712.         ;;
  2713.       esac
  2714.     fi
  2715.     case "$host_cpu" in
  2716.     hppa*64*)
  2717.       _LT_AC_TAGVAR(hardcode_direct, $1)=no
  2718.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  2719.       ;;
  2720.     ia64*)
  2721.       _LT_AC_TAGVAR(hardcode_direct, $1)=no
  2722.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  2723.       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
  2724.       # but as the default
  2725.       # location of the library.
  2726.       ;;
  2727.     *)
  2728.       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  2729.       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
  2730.       # but as the default
  2731.       # location of the library.
  2732.       ;;
  2733.     esac
  2734.     case $cc_basename in
  2735.       CC)
  2736. # FIXME: insert proper C++ library support
  2737. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2738. ;;
  2739.       aCC)
  2740. case "$host_cpu" in
  2741. hppa*64*|ia64*)
  2742.   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
  2743.   ;;
  2744. *)
  2745.   _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'
  2746.   ;;
  2747. esac
  2748. # Commands to make compiler produce verbose output that lists
  2749. # what "hidden" libraries, object files and flags are used when
  2750. # linking a shared library.
  2751. #
  2752. # There doesn't appear to be a way to prevent this compiler from
  2753. # explicitly linking system object files so we need to strip them
  2754. # from the output so that they don't get included in the library
  2755. # dependencies.
  2756. 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'
  2757. ;;
  2758.       *)
  2759. if test "$GXX" = yes; then
  2760.   if test $with_gnu_ld = no; then
  2761.     case "$host_cpu" in
  2762.     ia64*|hppa*64*)
  2763.       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
  2764.       ;;
  2765.     *)
  2766.       _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'
  2767.       ;;
  2768.     esac
  2769.   fi
  2770. else
  2771.   # FIXME: insert proper C++ library support
  2772.   _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2773. fi
  2774. ;;
  2775.     esac
  2776.     ;;
  2777.   irix5* | irix6*)
  2778.     case $cc_basename in
  2779.       CC)
  2780. # SGI C++
  2781. _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'
  2782. # Archives containing C++ object files must be created using
  2783. # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
  2784. # necessary to make sure instantiated templates are included
  2785. # in the archive.
  2786. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
  2787. ;;
  2788.       *)
  2789. if test "$GXX" = yes; then
  2790.   if test "$with_gnu_ld" = no; then
  2791.     _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'
  2792.   else
  2793.     _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'
  2794.   fi
  2795. fi
  2796. _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
  2797. ;;
  2798.     esac
  2799.     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  2800.     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  2801.     ;;
  2802.   linux*)
  2803.     case $cc_basename in
  2804.       KCC)
  2805. # Kuck and Associates, Inc. (KAI) C++ Compiler
  2806. # KCC will only create a shared library if the output file
  2807. # ends with ".so" (or ".sl" for HP-UX), so rename the library
  2808. # to its proper name (with version) after linking.
  2809. _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'
  2810. _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'
  2811. # Commands to make compiler produce verbose output that lists
  2812. # what "hidden" libraries, object files and flags are used when
  2813. # linking a shared library.
  2814. #
  2815. # There doesn't appear to be a way to prevent this compiler from
  2816. # explicitly linking system object files so we need to strip them
  2817. # from the output so that they don't get included in the library
  2818. # dependencies.
  2819. 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'
  2820. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
  2821. _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  2822. # Archives containing C++ object files must be created using
  2823. # "CC -Bstatic", where "CC" is the KAI C++ compiler.
  2824. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
  2825. ;;
  2826.       icpc)
  2827. # Intel C++
  2828. with_gnu_ld=yes
  2829. _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  2830. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  2831. _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'
  2832. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  2833. _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  2834. _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  2835. ;;
  2836.       cxx)
  2837. # Compaq C++
  2838. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  2839. _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'
  2840. runpath_var=LD_RUN_PATH
  2841. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
  2842. _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  2843. # Commands to make compiler produce verbose output that lists
  2844. # what "hidden" libraries, object files and flags are used when
  2845. # linking a shared library.
  2846. #
  2847. # There doesn't appear to be a way to prevent this compiler from
  2848. # explicitly linking system object files so we need to strip them
  2849. # from the output so that they don't get included in the library
  2850. # dependencies.
  2851. 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'
  2852. ;;
  2853.     esac
  2854.     ;;
  2855.   lynxos*)
  2856.     # FIXME: insert proper C++ library support
  2857.     _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2858.     ;;
  2859.   m88k*)
  2860.     # FIXME: insert proper C++ library support
  2861.     _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2862.     ;;
  2863.   mvs*)
  2864.     case $cc_basename in
  2865.       cxx)
  2866. # FIXME: insert proper C++ library support
  2867. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2868. ;;
  2869.       *)
  2870. # FIXME: insert proper C++ library support
  2871. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2872. ;;
  2873.     esac
  2874.     ;;
  2875.   netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
  2876.     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  2877.       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
  2878.       wlarc=
  2879.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  2880.       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  2881.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  2882.     fi
  2883.     # Workaround some broken pre-1.5 toolchains
  2884.     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
  2885.     ;;
  2886.   osf3*)
  2887.     case $cc_basename in
  2888.       KCC)
  2889. # Kuck and Associates, Inc. (KAI) C++ Compiler
  2890. # KCC will only create a shared library if the output file
  2891. # ends with ".so" (or ".sl" for HP-UX), so rename the library
  2892. # to its proper name (with version) after linking.
  2893. _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'
  2894. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  2895. _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  2896. # Archives containing C++ object files must be created using
  2897. # "CC -Bstatic", where "CC" is the KAI C++ compiler.
  2898. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
  2899. ;;
  2900.       RCC)
  2901. # Rational C++ 2.4.1
  2902. # FIXME: insert proper C++ library support
  2903. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2904. ;;
  2905.       cxx)
  2906. _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}*'
  2907. _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'
  2908. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  2909. _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  2910. # Commands to make compiler produce verbose output that lists
  2911. # what "hidden" libraries, object files and flags are used when
  2912. # linking a shared library.
  2913. #
  2914. # There doesn't appear to be a way to prevent this compiler from
  2915. # explicitly linking system object files so we need to strip them
  2916. # from the output so that they don't get included in the library
  2917. # dependencies.
  2918. 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'
  2919. ;;
  2920.       *)
  2921. if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  2922.   _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}*'
  2923.   _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'
  2924.   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  2925.   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  2926.   # Commands to make compiler produce verbose output that lists
  2927.   # what "hidden" libraries, object files and flags are used when
  2928.   # linking a shared library.
  2929.   output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "-L"'
  2930. else
  2931.   # FIXME: insert proper C++ library support
  2932.   _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2933. fi
  2934. ;;
  2935.     esac
  2936.     ;;
  2937.   osf4* | osf5*)
  2938.     case $cc_basename in
  2939.       KCC)
  2940. # Kuck and Associates, Inc. (KAI) C++ Compiler
  2941. # KCC will only create a shared library if the output file
  2942. # ends with ".so" (or ".sl" for HP-UX), so rename the library
  2943. # to its proper name (with version) after linking.
  2944. _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'
  2945. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  2946. _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  2947. # Archives containing C++ object files must be created using
  2948. # the KAI C++ compiler.
  2949. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
  2950. ;;
  2951.       RCC)
  2952. # Rational C++ 2.4.1
  2953. # FIXME: insert proper C++ library support
  2954. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2955. ;;
  2956.       cxx)
  2957. _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved *'
  2958. _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'
  2959. _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\n" -exported_symbol "$i" >> $lib.exp; done~
  2960.   echo "-hidden">> $lib.exp~
  2961.   $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~
  2962.   $rm $lib.exp'
  2963. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
  2964. _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  2965. # Commands to make compiler produce verbose output that lists
  2966. # what "hidden" libraries, object files and flags are used when
  2967. # linking a shared library.
  2968. #
  2969. # There doesn't appear to be a way to prevent this compiler from
  2970. # explicitly linking system object files so we need to strip them
  2971. # from the output so that they don't get included in the library
  2972. # dependencies.
  2973. 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'
  2974. ;;
  2975.       *)
  2976. if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  2977.   _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}*'
  2978.  _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'
  2979.   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  2980.   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  2981.   # Commands to make compiler produce verbose output that lists
  2982.   # what "hidden" libraries, object files and flags are used when
  2983.   # linking a shared library.
  2984.   output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "-L"'
  2985. else
  2986.   # FIXME: insert proper C++ library support
  2987.   _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2988. fi
  2989. ;;
  2990.     esac
  2991.     ;;
  2992.   psos*)
  2993.     # FIXME: insert proper C++ library support
  2994.     _LT_AC_TAGVAR(ld_shlibs, $1)=no
  2995.     ;;
  2996.   sco*)
  2997.     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  2998.     case $cc_basename in
  2999.       CC)
  3000. # FIXME: insert proper C++ library support
  3001. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  3002. ;;
  3003.       *)
  3004. # FIXME: insert proper C++ library support
  3005. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  3006. ;;
  3007.     esac
  3008.     ;;
  3009.   sunos4*)
  3010.     case $cc_basename in
  3011.       CC)
  3012. # Sun C++ 4.x
  3013. # FIXME: insert proper C++ library support
  3014. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  3015. ;;
  3016.       lcc)
  3017. # Lucid
  3018. # FIXME: insert proper C++ library support
  3019. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  3020. ;;
  3021.       *)
  3022. # FIXME: insert proper C++ library support
  3023. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  3024. ;;
  3025.     esac
  3026.     ;;
  3027.   solaris*)
  3028.     case $cc_basename in
  3029.       CC)
  3030. # Sun C++ 4.2, 5.x and Centerline C++
  3031. _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
  3032. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  3033. _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  3034. $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
  3035. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  3036. _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  3037. case $host_os in
  3038.   solaris2.[0-5] | solaris2.[0-5].*) ;;
  3039.   *)
  3040.     # The C++ compiler is used as linker so we must use $wl
  3041.     # flag to pass the commands to the underlying system
  3042.     # linker.
  3043.     # Supported since Solaris 2.6 (maybe 2.5.1?)
  3044.     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
  3045.     ;;
  3046. esac
  3047. _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
  3048. # Commands to make compiler produce verbose output that lists
  3049. # what "hidden" libraries, object files and flags are used when
  3050. # linking a shared library.
  3051. #
  3052. # There doesn't appear to be a way to prevent this compiler from
  3053. # explicitly linking system object files so we need to strip them
  3054. # from the output so that they don't get included in the library
  3055. # dependencies.
  3056. 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'
  3057. # Archives containing C++ object files must be created using
  3058. # "CC -xar", where "CC" is the Sun C++ compiler.  This is
  3059. # necessary to make sure instantiated templates are included
  3060. # in the archive.
  3061. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
  3062. ;;
  3063.       gcx)
  3064. # Green Hills C++ Compiler
  3065. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  3066. # The C++ compiler must be used to create the archive.
  3067. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
  3068. ;;
  3069.       *)
  3070. # GNU C++ compiler with Solaris linker
  3071. if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  3072.   _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
  3073.   if $CC --version | grep -v '^2.7' > /dev/null; then
  3074.     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  3075.     _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  3076. $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
  3077.     # Commands to make compiler produce verbose output that lists
  3078.     # what "hidden" libraries, object files and flags are used when
  3079.     # linking a shared library.
  3080.     output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "-L""
  3081.   else
  3082.     # g++ 2.7 appears to require `-G' NOT `-shared' on this
  3083.     # platform.
  3084.     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  3085.     _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  3086. $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
  3087.     # Commands to make compiler produce verbose output that lists
  3088.     # what "hidden" libraries, object files and flags are used when
  3089.     # linking a shared library.
  3090.     output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "-L""
  3091.   fi
  3092.   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
  3093. fi
  3094. ;;
  3095.     esac
  3096.     ;;
  3097.   sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
  3098.     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  3099.     ;;
  3100.   tandem*)
  3101.     case $cc_basename in
  3102.       NCC)
  3103. # NonStop-UX NCC 3.20
  3104. # FIXME: insert proper C++ library support
  3105. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  3106. ;;
  3107.       *)
  3108. # FIXME: insert proper C++ library support
  3109. _LT_AC_TAGVAR(ld_shlibs, $1)=no