aclocal.m4
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:241k
源码类别:

网格计算

开发平台:

Java

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