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

网格计算

开发平台:

Java

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