aclocal.m4
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:354k
源码类别:

OpenGL

开发平台:

Visual C++

  1.     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
  2.       libsuff=32 shlibsuff=N32 libmagic=N32;;
  3.     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
  4.       libsuff=64 shlibsuff=64 libmagic=64-bit;;
  5.     *) libsuff= shlibsuff= libmagic=never-match;;
  6.     esac
  7.     ;;
  8.   esac
  9.   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
  10.   shlibpath_overrides_runpath=no
  11.   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  12.   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  13.   hardcode_into_libs=yes
  14.   ;;
  15. # No shared lib support for Linux oldld, aout, or coff.
  16. linux*oldld* | linux*aout* | linux*coff*)
  17.   dynamic_linker=no
  18.   ;;
  19. # This must be Linux ELF.
  20. linux* | k*bsd*-gnu)
  21.   version_type=linux
  22.   need_lib_prefix=no
  23.   need_version=no
  24.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  25.   soname_spec='${libname}${release}${shared_ext}$major'
  26.   finish_cmds='PATH="$PATH:/sbin" ldconfig -n $libdir'
  27.   shlibpath_var=LD_LIBRARY_PATH
  28.   shlibpath_overrides_runpath=no
  29.   # This implies no fast_install, which is unacceptable.
  30.   # Some rework will be needed to allow for fast_install
  31.   # before this can be enabled.
  32.   hardcode_into_libs=yes
  33.   # Append ld.so.conf contents to the search path
  34.   if test -f /etc/ld.so.conf; then
  35.     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", [$]2)); skip = 1; } { if (!skip) print [$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[  ]*hwcap[  ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr 'n' ' '`
  36.     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
  37.   fi
  38.   # We used to test for /lib/ld.so.1 and disable shared libraries on
  39.   # powerpc, because MkLinux only supported shared libraries with the
  40.   # GNU dynamic linker.  Since this was broken with cross compilers,
  41.   # most powerpc-linux boxes support dynamic linking these days and
  42.   # people can always --disable-shared, the test was removed, and we
  43.   # assume the GNU/Linux dynamic linker is in use.
  44.   dynamic_linker='GNU/Linux ld.so'
  45.   ;;
  46. netbsdelf*-gnu)
  47.   version_type=linux
  48.   need_lib_prefix=no
  49.   need_version=no
  50.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  51.   soname_spec='${libname}${release}${shared_ext}$major'
  52.   shlibpath_var=LD_LIBRARY_PATH
  53.   shlibpath_overrides_runpath=no
  54.   hardcode_into_libs=yes
  55.   dynamic_linker='NetBSD ld.elf_so'
  56.   ;;
  57. netbsd*)
  58.   version_type=sunos
  59.   need_lib_prefix=no
  60.   need_version=no
  61.   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  62.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  63.     finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  64.     dynamic_linker='NetBSD (a.out) ld.so'
  65.   else
  66.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  67.     soname_spec='${libname}${release}${shared_ext}$major'
  68.     dynamic_linker='NetBSD ld.elf_so'
  69.   fi
  70.   shlibpath_var=LD_LIBRARY_PATH
  71.   shlibpath_overrides_runpath=yes
  72.   hardcode_into_libs=yes
  73.   ;;
  74. newsos6)
  75.   version_type=linux
  76.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  77.   shlibpath_var=LD_LIBRARY_PATH
  78.   shlibpath_overrides_runpath=yes
  79.   ;;
  80. nto-qnx*)
  81.   version_type=linux
  82.   need_lib_prefix=no
  83.   need_version=no
  84.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  85.   soname_spec='${libname}${release}${shared_ext}$major'
  86.   shlibpath_var=LD_LIBRARY_PATH
  87.   shlibpath_overrides_runpath=yes
  88.   ;;
  89. openbsd*)
  90.   version_type=sunos
  91.   sys_lib_dlsearch_path_spec="/usr/lib"
  92.   need_lib_prefix=no
  93.   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
  94.   case $host_os in
  95.     openbsd3.3 | openbsd3.3.*) need_version=yes ;;
  96.     *)                         need_version=no  ;;
  97.   esac
  98.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  99.   finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  100.   shlibpath_var=LD_LIBRARY_PATH
  101.   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  102.     case $host_os in
  103.       openbsd2.[[89]] | openbsd2.[[89]].*)
  104. shlibpath_overrides_runpath=no
  105. ;;
  106.       *)
  107. shlibpath_overrides_runpath=yes
  108. ;;
  109.       esac
  110.   else
  111.     shlibpath_overrides_runpath=yes
  112.   fi
  113.   ;;
  114. os2*)
  115.   libname_spec='$name'
  116.   shrext_cmds=".dll"
  117.   need_lib_prefix=no
  118.   library_names_spec='$libname${shared_ext} $libname.a'
  119.   dynamic_linker='OS/2 ld.exe'
  120.   shlibpath_var=LIBPATH
  121.   ;;
  122. osf3* | osf4* | osf5*)
  123.   version_type=osf
  124.   need_lib_prefix=no
  125.   need_version=no
  126.   soname_spec='${libname}${release}${shared_ext}$major'
  127.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  128.   shlibpath_var=LD_LIBRARY_PATH
  129.   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
  130.   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
  131.   ;;
  132. rdos*)
  133.   dynamic_linker=no
  134.   ;;
  135. solaris*)
  136.   version_type=linux
  137.   need_lib_prefix=no
  138.   need_version=no
  139.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  140.   soname_spec='${libname}${release}${shared_ext}$major'
  141.   shlibpath_var=LD_LIBRARY_PATH
  142.   shlibpath_overrides_runpath=yes
  143.   hardcode_into_libs=yes
  144.   # ldd complains unless libraries are executable
  145.   postinstall_cmds='chmod +x $lib'
  146.   ;;
  147. sunos4*)
  148.   version_type=sunos
  149.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  150.   finish_cmds='PATH="$PATH:/usr/etc" ldconfig $libdir'
  151.   shlibpath_var=LD_LIBRARY_PATH
  152.   shlibpath_overrides_runpath=yes
  153.   if test "$with_gnu_ld" = yes; then
  154.     need_lib_prefix=no
  155.   fi
  156.   need_version=yes
  157.   ;;
  158. sysv4 | sysv4.3*)
  159.   version_type=linux
  160.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  161.   soname_spec='${libname}${release}${shared_ext}$major'
  162.   shlibpath_var=LD_LIBRARY_PATH
  163.   case $host_vendor in
  164.     sni)
  165.       shlibpath_overrides_runpath=no
  166.       need_lib_prefix=no
  167.       export_dynamic_flag_spec='${wl}-Blargedynsym'
  168.       runpath_var=LD_RUN_PATH
  169.       ;;
  170.     siemens)
  171.       need_lib_prefix=no
  172.       ;;
  173.     motorola)
  174.       need_lib_prefix=no
  175.       need_version=no
  176.       shlibpath_overrides_runpath=no
  177.       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
  178.       ;;
  179.   esac
  180.   ;;
  181. sysv4*MP*)
  182.   if test -d /usr/nec ;then
  183.     version_type=linux
  184.     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
  185.     soname_spec='$libname${shared_ext}.$major'
  186.     shlibpath_var=LD_LIBRARY_PATH
  187.   fi
  188.   ;;
  189. sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
  190.   version_type=freebsd-elf
  191.   need_lib_prefix=no
  192.   need_version=no
  193.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
  194.   soname_spec='${libname}${release}${shared_ext}$major'
  195.   shlibpath_var=LD_LIBRARY_PATH
  196.   hardcode_into_libs=yes
  197.   if test "$with_gnu_ld" = yes; then
  198.     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
  199.     shlibpath_overrides_runpath=no
  200.   else
  201.     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
  202.     shlibpath_overrides_runpath=yes
  203.     case $host_os in
  204.       sco3.2v5*)
  205.         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
  206. ;;
  207.     esac
  208.   fi
  209.   sys_lib_dlsearch_path_spec='/usr/lib'
  210.   ;;
  211. uts4*)
  212.   version_type=linux
  213.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  214.   soname_spec='${libname}${release}${shared_ext}$major'
  215.   shlibpath_var=LD_LIBRARY_PATH
  216.   ;;
  217. *)
  218.   dynamic_linker=no
  219.   ;;
  220. esac
  221. AC_MSG_RESULT([$dynamic_linker])
  222. test "$dynamic_linker" = no && can_build_shared=no
  223. AC_CACHE_VAL([lt_cv_sys_lib_search_path_spec],
  224. [lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"])
  225. sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
  226. AC_CACHE_VAL([lt_cv_sys_lib_dlsearch_path_spec],
  227. [lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"])
  228. sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
  229. variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
  230. if test "$GCC" = yes; then
  231.   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
  232. fi
  233. ])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
  234. # _LT_AC_TAGCONFIG
  235. # ----------------
  236. AC_DEFUN([_LT_AC_TAGCONFIG],
  237. [AC_REQUIRE([LT_AC_PROG_SED])dnl
  238. AC_ARG_WITH([tags],
  239.     [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
  240.         [include additional configurations @<:@automatic@:>@])],
  241.     [tagnames="$withval"])
  242. if test -f "$ltmain" && test -n "$tagnames"; then
  243.   if test ! -f "${ofile}"; then
  244.     AC_MSG_WARN([output file `$ofile' does not exist])
  245.   fi
  246.   if test -z "$LTCC"; then
  247.     eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
  248.     if test -z "$LTCC"; then
  249.       AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
  250.     else
  251.       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
  252.     fi
  253.   fi
  254.   if test -z "$LTCFLAGS"; then
  255.     eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
  256.   fi
  257.   # Extract list of available tagged configurations in $ofile.
  258.   # Note that this assumes the entire list is on one line.
  259.   available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=(.*$)/1/' -e 's/"//g'`
  260.   lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  261.   for tagname in $tagnames; do
  262.     IFS="$lt_save_ifs"
  263.     # Check whether tagname contains only valid characters
  264.     case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
  265.     "") ;;
  266.     *)  AC_MSG_ERROR([invalid tag name: $tagname])
  267. ;;
  268.     esac
  269.     if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
  270.     then
  271.       AC_MSG_ERROR([tag name "$tagname" already exists])
  272.     fi
  273.     # Update the list of available tags.
  274.     if test -n "$tagname"; then
  275.       echo appending configuration tag "$tagname" to $ofile
  276.       case $tagname in
  277.       CXX)
  278. if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
  279.     ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
  280.     (test "X$CXX" != "Xg++"))) ; then
  281.   AC_LIBTOOL_LANG_CXX_CONFIG
  282. else
  283.   tagname=""
  284. fi
  285. ;;
  286.       F77)
  287. if test -n "$F77" && test "X$F77" != "Xno"; then
  288.   AC_LIBTOOL_LANG_F77_CONFIG
  289. else
  290.   tagname=""
  291. fi
  292. ;;
  293.       GCJ)
  294. if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
  295.   AC_LIBTOOL_LANG_GCJ_CONFIG
  296. else
  297.   tagname=""
  298. fi
  299. ;;
  300.       RC)
  301. AC_LIBTOOL_LANG_RC_CONFIG
  302. ;;
  303.       *)
  304. AC_MSG_ERROR([Unsupported tag name: $tagname])
  305. ;;
  306.       esac
  307.       # Append the new tag name to the list of available tags.
  308.       if test -n "$tagname" ; then
  309.       available_tags="$available_tags $tagname"
  310.     fi
  311.     fi
  312.   done
  313.   IFS="$lt_save_ifs"
  314.   # Now substitute the updated list of available tags.
  315.   if eval "sed -e 's/^available_tags=.*$/available_tags="$available_tags"/' "$ofile" > "${ofile}T""; then
  316.     mv "${ofile}T" "$ofile"
  317.     chmod +x "$ofile"
  318.   else
  319.     rm -f "${ofile}T"
  320.     AC_MSG_ERROR([unable to update list of available tagged configurations.])
  321.   fi
  322. fi
  323. ])# _LT_AC_TAGCONFIG
  324. # AC_LIBTOOL_DLOPEN
  325. # -----------------
  326. # enable checks for dlopen support
  327. AC_DEFUN([AC_LIBTOOL_DLOPEN],
  328.  [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
  329. ])# AC_LIBTOOL_DLOPEN
  330. # AC_LIBTOOL_WIN32_DLL
  331. # --------------------
  332. # declare package support for building win32 DLLs
  333. AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
  334. [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
  335. ])# AC_LIBTOOL_WIN32_DLL
  336. # AC_ENABLE_SHARED([DEFAULT])
  337. # ---------------------------
  338. # implement the --enable-shared flag
  339. # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
  340. AC_DEFUN([AC_ENABLE_SHARED],
  341. [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
  342. AC_ARG_ENABLE([shared],
  343.     [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
  344. [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
  345.     [p=${PACKAGE-default}
  346.     case $enableval in
  347.     yes) enable_shared=yes ;;
  348.     no) enable_shared=no ;;
  349.     *)
  350.       enable_shared=no
  351.       # Look at the argument we got.  We use all the common list separators.
  352.       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  353.       for pkg in $enableval; do
  354. IFS="$lt_save_ifs"
  355. if test "X$pkg" = "X$p"; then
  356.   enable_shared=yes
  357. fi
  358.       done
  359.       IFS="$lt_save_ifs"
  360.       ;;
  361.     esac],
  362.     [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
  363. ])# AC_ENABLE_SHARED
  364. # AC_DISABLE_SHARED
  365. # -----------------
  366. # set the default shared flag to --disable-shared
  367. AC_DEFUN([AC_DISABLE_SHARED],
  368. [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
  369. AC_ENABLE_SHARED(no)
  370. ])# AC_DISABLE_SHARED
  371. # AC_ENABLE_STATIC([DEFAULT])
  372. # ---------------------------
  373. # implement the --enable-static flag
  374. # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
  375. AC_DEFUN([AC_ENABLE_STATIC],
  376. [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
  377. AC_ARG_ENABLE([static],
  378.     [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
  379. [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
  380.     [p=${PACKAGE-default}
  381.     case $enableval in
  382.     yes) enable_static=yes ;;
  383.     no) enable_static=no ;;
  384.     *)
  385.      enable_static=no
  386.       # Look at the argument we got.  We use all the common list separators.
  387.       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  388.       for pkg in $enableval; do
  389. IFS="$lt_save_ifs"
  390. if test "X$pkg" = "X$p"; then
  391.   enable_static=yes
  392. fi
  393.       done
  394.       IFS="$lt_save_ifs"
  395.       ;;
  396.     esac],
  397.     [enable_static=]AC_ENABLE_STATIC_DEFAULT)
  398. ])# AC_ENABLE_STATIC
  399. # AC_DISABLE_STATIC
  400. # -----------------
  401. # set the default static flag to --disable-static
  402. AC_DEFUN([AC_DISABLE_STATIC],
  403. [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
  404. AC_ENABLE_STATIC(no)
  405. ])# AC_DISABLE_STATIC
  406. # AC_ENABLE_FAST_INSTALL([DEFAULT])
  407. # ---------------------------------
  408. # implement the --enable-fast-install flag
  409. # DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
  410. AC_DEFUN([AC_ENABLE_FAST_INSTALL],
  411. [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
  412. AC_ARG_ENABLE([fast-install],
  413.     [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
  414.     [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
  415.     [p=${PACKAGE-default}
  416.     case $enableval in
  417.     yes) enable_fast_install=yes ;;
  418.     no) enable_fast_install=no ;;
  419.     *)
  420.       enable_fast_install=no
  421.       # Look at the argument we got.  We use all the common list separators.
  422.       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
  423.       for pkg in $enableval; do
  424. IFS="$lt_save_ifs"
  425. if test "X$pkg" = "X$p"; then
  426.   enable_fast_install=yes
  427. fi
  428.       done
  429.       IFS="$lt_save_ifs"
  430.       ;;
  431.     esac],
  432.     [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
  433. ])# AC_ENABLE_FAST_INSTALL
  434. # AC_DISABLE_FAST_INSTALL
  435. # -----------------------
  436. # set the default to --disable-fast-install
  437. AC_DEFUN([AC_DISABLE_FAST_INSTALL],
  438. [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
  439. AC_ENABLE_FAST_INSTALL(no)
  440. ])# AC_DISABLE_FAST_INSTALL
  441. # AC_LIBTOOL_PICMODE([MODE])
  442. # --------------------------
  443. # implement the --with-pic flag
  444. # MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
  445. AC_DEFUN([AC_LIBTOOL_PICMODE],
  446. [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
  447. pic_mode=ifelse($#,1,$1,default)
  448. ])# AC_LIBTOOL_PICMODE
  449. # AC_PROG_EGREP
  450. # -------------
  451. # This is predefined starting with Autoconf 2.54, so this conditional
  452. # definition can be removed once we require Autoconf 2.54 or later.
  453. m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP],
  454. [AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep],
  455.    [if echo a | (grep -E '(a|b)') >/dev/null 2>&1
  456.     then ac_cv_prog_egrep='grep -E'
  457.     else ac_cv_prog_egrep='egrep'
  458.     fi])
  459.  EGREP=$ac_cv_prog_egrep
  460.  AC_SUBST([EGREP])
  461. ])])
  462. # AC_PATH_TOOL_PREFIX
  463. # -------------------
  464. # find a file program which can recognize shared library
  465. AC_DEFUN([AC_PATH_TOOL_PREFIX],
  466. [AC_REQUIRE([AC_PROG_EGREP])dnl
  467. AC_MSG_CHECKING([for $1])
  468. AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
  469. [case $MAGIC_CMD in
  470. [[\/*] |  ?:[\/]*])
  471.   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
  472.   ;;
  473. *)
  474.   lt_save_MAGIC_CMD="$MAGIC_CMD"
  475.   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  476. dnl $ac_dummy forces splitting on constant user-supplied paths.
  477. dnl POSIX.2 word splitting is done only on the output of word expansions,
  478. dnl not every word.  This closes a longstanding sh security hole.
  479.   ac_dummy="ifelse([$2], , $PATH, [$2])"
  480.   for ac_dir in $ac_dummy; do
  481.     IFS="$lt_save_ifs"
  482.     test -z "$ac_dir" && ac_dir=.
  483.     if test -f $ac_dir/$1; then
  484.       lt_cv_path_MAGIC_CMD="$ac_dir/$1"
  485.       if test -n "$file_magic_test_file"; then
  486. case $deplibs_check_method in
  487. "file_magic "*)
  488.   file_magic_regex=`expr "$deplibs_check_method" : "file_magic (.*)"`
  489.   MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  490.   if eval $file_magic_cmd $file_magic_test_file 2> /dev/null |
  491.     $EGREP "$file_magic_regex" > /dev/null; then
  492.     :
  493.   else
  494.     cat <<EOF 1>&2
  495. *** Warning: the command libtool uses to detect shared libraries,
  496. *** $file_magic_cmd, produces output that libtool cannot recognize.
  497. *** The result is that libtool may fail to recognize shared libraries
  498. *** as such.  This will affect the creation of libtool libraries that
  499. *** depend on shared libraries, but programs linked with such libtool
  500. *** libraries will work regardless of this problem.  Nevertheless, you
  501. *** may want to report the problem to your system manager and/or to
  502. *** bug-libtool@gnu.org
  503. EOF
  504.   fi ;;
  505. esac
  506.       fi
  507.       break
  508.     fi
  509.   done
  510.   IFS="$lt_save_ifs"
  511.   MAGIC_CMD="$lt_save_MAGIC_CMD"
  512.   ;;
  513. esac])
  514. MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  515. if test -n "$MAGIC_CMD"; then
  516.   AC_MSG_RESULT($MAGIC_CMD)
  517. else
  518.   AC_MSG_RESULT(no)
  519. fi
  520. ])# AC_PATH_TOOL_PREFIX
  521. # AC_PATH_MAGIC
  522. # -------------
  523. # find a file program which can recognize a shared library
  524. AC_DEFUN([AC_PATH_MAGIC],
  525. [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
  526. if test -z "$lt_cv_path_MAGIC_CMD"; then
  527.   if test -n "$ac_tool_prefix"; then
  528.     AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
  529.   else
  530.     MAGIC_CMD=:
  531.   fi
  532. fi
  533. ])# AC_PATH_MAGIC
  534. # AC_PROG_LD
  535. # ----------
  536. # find the pathname to the GNU or non-GNU linker
  537. AC_DEFUN([AC_PROG_LD],
  538. [AC_ARG_WITH([gnu-ld],
  539.     [AC_HELP_STRING([--with-gnu-ld],
  540. [assume the C compiler uses GNU ld @<:@default=no@:>@])],
  541.     [test "$withval" = no || with_gnu_ld=yes],
  542.     [with_gnu_ld=no])
  543. AC_REQUIRE([LT_AC_PROG_SED])dnl
  544. AC_REQUIRE([AC_PROG_CC])dnl
  545. AC_REQUIRE([AC_CANONICAL_HOST])dnl
  546. AC_REQUIRE([AC_CANONICAL_BUILD])dnl
  547. ac_prog=ld
  548. if test "$GCC" = yes; then
  549.   # Check if gcc -print-prog-name=ld gives a path.
  550.   AC_MSG_CHECKING([for ld used by $CC])
  551.   case $host in
  552.   *-*-mingw*)
  553.     # gcc leaves a trailing carriage return which upsets mingw
  554.     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '15'` ;;
  555.   *)
  556.     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
  557.   esac
  558.   case $ac_prog in
  559.     # Accept absolute paths.
  560.     [[\/]]* | ?:[[\/]]*)
  561.       re_direlt='/[[^/]][[^/]]*/../'
  562.       # Canonicalize the pathname of ld
  563.       ac_prog=`echo $ac_prog| $SED 's%\\%/%g'`
  564.       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
  565. ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
  566.       done
  567.       test -z "$LD" && LD="$ac_prog"
  568.       ;;
  569.   "")
  570.     # If it fails, then pretend we aren't using GCC.
  571.     ac_prog=ld
  572.     ;;
  573.   *)
  574.     # If it is relative, then search for the first ld in PATH.
  575.     with_gnu_ld=unknown
  576.     ;;
  577.   esac
  578. elif test "$with_gnu_ld" = yes; then
  579.   AC_MSG_CHECKING([for GNU ld])
  580. else
  581.   AC_MSG_CHECKING([for non-GNU ld])
  582. fi
  583. AC_CACHE_VAL(lt_cv_path_LD,
  584. [if test -z "$LD"; then
  585.   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  586.   for ac_dir in $PATH; do
  587.     IFS="$lt_save_ifs"
  588.     test -z "$ac_dir" && ac_dir=.
  589.     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  590.       lt_cv_path_LD="$ac_dir/$ac_prog"
  591.       # Check to see if the program is GNU ld.  I'd rather use --version,
  592.       # but apparently some variants of GNU ld only accept -v.
  593.       # Break only if it was the GNU/non-GNU ld that we prefer.
  594.       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
  595.       *GNU* | *'with BFD'*)
  596. test "$with_gnu_ld" != no && break
  597. ;;
  598.       *)
  599. test "$with_gnu_ld" != yes && break
  600. ;;
  601.       esac
  602.     fi
  603.   done
  604.   IFS="$lt_save_ifs"
  605. else
  606.   lt_cv_path_LD="$LD" # Let the user override the test with a path.
  607. fi])
  608. LD="$lt_cv_path_LD"
  609. if test -n "$LD"; then
  610.   AC_MSG_RESULT($LD)
  611. else
  612.   AC_MSG_RESULT(no)
  613. fi
  614. test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in $PATH])
  615. AC_PROG_LD_GNU
  616. ])# AC_PROG_LD
  617. # AC_PROG_LD_GNU
  618. # --------------
  619. AC_DEFUN([AC_PROG_LD_GNU],
  620. [AC_REQUIRE([AC_PROG_EGREP])dnl
  621. AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
  622. [# I'd rather use --version here, but apparently some GNU lds only accept -v.
  623. case `$LD -v 2>&1 </dev/null` in
  624. *GNU* | *'with BFD'*)
  625.   lt_cv_prog_gnu_ld=yes
  626.   ;;
  627. *)
  628.   lt_cv_prog_gnu_ld=no
  629.   ;;
  630. esac])
  631. with_gnu_ld=$lt_cv_prog_gnu_ld
  632. ])# AC_PROG_LD_GNU
  633. # AC_PROG_LD_RELOAD_FLAG
  634. # ----------------------
  635. # find reload flag for linker
  636. #   -- PORTME Some linkers may need a different reload flag.
  637. AC_DEFUN([AC_PROG_LD_RELOAD_FLAG],
  638. [AC_CACHE_CHECK([for $LD option to reload object files],
  639.   lt_cv_ld_reload_flag,
  640.   [lt_cv_ld_reload_flag='-r'])
  641. reload_flag=$lt_cv_ld_reload_flag
  642. case $reload_flag in
  643. "" | " "*) ;;
  644. *) reload_flag=" $reload_flag" ;;
  645. esac
  646. reload_cmds='$LD$reload_flag -o $output$reload_objs'
  647. case $host_os in
  648.   darwin*)
  649.     if test "$GCC" = yes; then
  650.       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
  651.     else
  652.       reload_cmds='$LD$reload_flag -o $output$reload_objs'
  653.     fi
  654.     ;;
  655. esac
  656. ])# AC_PROG_LD_RELOAD_FLAG
  657. # AC_DEPLIBS_CHECK_METHOD
  658. # -----------------------
  659. # how to check for library dependencies
  660. #  -- PORTME fill in with the dynamic library characteristics
  661. AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
  662. [AC_CACHE_CHECK([how to recognize dependent libraries],
  663. lt_cv_deplibs_check_method,
  664. [lt_cv_file_magic_cmd='$MAGIC_CMD'
  665. lt_cv_file_magic_test_file=
  666. lt_cv_deplibs_check_method='unknown'
  667. # Need to set the preceding variable on all platforms that support
  668. # interlibrary dependencies.
  669. # 'none' -- dependencies not supported.
  670. # `unknown' -- same as none, but documents that we really don't know.
  671. # 'pass_all' -- all dependencies passed with no checks.
  672. # 'test_compile' -- check by making test program.
  673. # 'file_magic [[regex]]' -- check by looking for files in library path
  674. # which responds to the $file_magic_cmd with a given extended regex.
  675. # If you have `file' or equivalent on your system and you're not sure
  676. # whether `pass_all' will *always* work, you probably want this one.
  677. case $host_os in
  678. aix[[4-9]]*)
  679.   lt_cv_deplibs_check_method=pass_all
  680.   ;;
  681. beos*)
  682.   lt_cv_deplibs_check_method=pass_all
  683.   ;;
  684. bsdi[[45]]*)
  685.   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
  686.   lt_cv_file_magic_cmd='/usr/bin/file -L'
  687.   lt_cv_file_magic_test_file=/shlib/libc.so
  688.   ;;
  689. cygwin*)
  690.   # func_win32_libid is a shell function defined in ltmain.sh
  691.   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  692.   lt_cv_file_magic_cmd='func_win32_libid'
  693.   ;;
  694. mingw* | pw32*)
  695.   # Base MSYS/MinGW do not provide the 'file' command needed by
  696.   # func_win32_libid shell function, so use a weaker test based on 'objdump',
  697.   # unless we find 'file', for example because we are cross-compiling.
  698.   if ( file / ) >/dev/null 2>&1; then
  699.     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  700.     lt_cv_file_magic_cmd='func_win32_libid'
  701.   else
  702.     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
  703.     lt_cv_file_magic_cmd='$OBJDUMP -f'
  704.   fi
  705.   ;;
  706. darwin* | rhapsody*)
  707.   lt_cv_deplibs_check_method=pass_all
  708.   ;;
  709. freebsd* | dragonfly*)
  710.   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
  711.     case $host_cpu in
  712.     i*86 )
  713.       # Not sure whether the presence of OpenBSD here was a mistake.
  714.       # Let's accept both of them until this is cleared up.
  715.       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
  716.       lt_cv_file_magic_cmd=/usr/bin/file
  717.       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
  718.       ;;
  719.     esac
  720.   else
  721.     lt_cv_deplibs_check_method=pass_all
  722.   fi
  723.   ;;
  724. gnu*)
  725.   lt_cv_deplibs_check_method=pass_all
  726.   ;;
  727. hpux10.20* | hpux11*)
  728.   lt_cv_file_magic_cmd=/usr/bin/file
  729.   case $host_cpu in
  730.   ia64*)
  731.     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
  732.     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
  733.     ;;
  734.   hppa*64*)
  735.     [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]']
  736.     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
  737.     ;;
  738.   *)
  739.     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
  740.     lt_cv_file_magic_test_file=/usr/lib/libc.sl
  741.     ;;
  742.   esac
  743.   ;;
  744. interix[[3-9]]*)
  745.   # PIC code is broken on Interix 3.x, that's why |.a not |_pic.a here
  746.   lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(.so|.a)$'
  747.   ;;
  748. irix5* | irix6* | nonstopux*)
  749.   case $LD in
  750.   *-32|*"-32 ") libmagic=32-bit;;
  751.   *-n32|*"-n32 ") libmagic=N32;;
  752.   *-64|*"-64 ") libmagic=64-bit;;
  753.   *) libmagic=never-match;;
  754.   esac
  755.   lt_cv_deplibs_check_method=pass_all
  756.   ;;
  757. # This must be Linux ELF.
  758. linux* | k*bsd*-gnu)
  759.   lt_cv_deplibs_check_method=pass_all
  760.   ;;
  761. netbsd* | netbsdelf*-gnu)
  762.   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
  763.     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(.so.[[0-9]]+.[[0-9]]+|_pic.a)$'
  764.   else
  765.     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(.so|_pic.a)$'
  766.   fi
  767.   ;;
  768. newos6*)
  769.   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
  770.   lt_cv_file_magic_cmd=/usr/bin/file
  771.   lt_cv_file_magic_test_file=/usr/lib/libnls.so
  772.   ;;
  773. nto-qnx*)
  774.   lt_cv_deplibs_check_method=unknown
  775.   ;;
  776. openbsd*)
  777.   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  778.     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(.so.[[0-9]]+.[[0-9]]+|.so|_pic.a)$'
  779.   else
  780.     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(.so.[[0-9]]+.[[0-9]]+|_pic.a)$'
  781.   fi
  782.   ;;
  783. osf3* | osf4* | osf5*)
  784.   lt_cv_deplibs_check_method=pass_all
  785.   ;;
  786. rdos*)
  787.   lt_cv_deplibs_check_method=pass_all
  788.   ;;
  789. solaris*)
  790.   lt_cv_deplibs_check_method=pass_all
  791.   ;;
  792. sysv4 | sysv4.3*)
  793.   case $host_vendor in
  794.   motorola)
  795.     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]]'
  796.     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
  797.     ;;
  798.   ncr)
  799.     lt_cv_deplibs_check_method=pass_all
  800.     ;;
  801.   sequent)
  802.     lt_cv_file_magic_cmd='/bin/file'
  803.     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
  804.     ;;
  805.   sni)
  806.     lt_cv_file_magic_cmd='/bin/file'
  807.     lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
  808.     lt_cv_file_magic_test_file=/lib/libc.so
  809.     ;;
  810.   siemens)
  811.     lt_cv_deplibs_check_method=pass_all
  812.     ;;
  813.   pc)
  814.     lt_cv_deplibs_check_method=pass_all
  815.     ;;
  816.   esac
  817.   ;;
  818. sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
  819.   lt_cv_deplibs_check_method=pass_all
  820.   ;;
  821. esac
  822. ])
  823. file_magic_cmd=$lt_cv_file_magic_cmd
  824. deplibs_check_method=$lt_cv_deplibs_check_method
  825. test -z "$deplibs_check_method" && deplibs_check_method=unknown
  826. ])# AC_DEPLIBS_CHECK_METHOD
  827. # AC_PROG_NM
  828. # ----------
  829. # find the pathname to a BSD-compatible name lister
  830. AC_DEFUN([AC_PROG_NM],
  831. [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
  832. [if test -n "$NM"; then
  833.   # Let the user override the test.
  834.   lt_cv_path_NM="$NM"
  835. else
  836.   lt_nm_to_check="${ac_tool_prefix}nm"
  837.   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
  838.     lt_nm_to_check="$lt_nm_to_check nm"
  839.   fi
  840.   for lt_tmp_nm in $lt_nm_to_check; do
  841.     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  842.     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
  843.       IFS="$lt_save_ifs"
  844.       test -z "$ac_dir" && ac_dir=.
  845.       tmp_nm="$ac_dir/$lt_tmp_nm"
  846.       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
  847. # Check to see if the nm accepts a BSD-compat flag.
  848. # Adding the `sed 1q' prevents false positives on HP-UX, which says:
  849. #   nm: unknown option "B" ignored
  850. # Tru64's nm complains that /dev/null is an invalid object file
  851. case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
  852. */dev/null* | *'Invalid file or object type'*)
  853.   lt_cv_path_NM="$tmp_nm -B"
  854.   break
  855.   ;;
  856. *)
  857.   case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
  858.   */dev/null*)
  859.     lt_cv_path_NM="$tmp_nm -p"
  860.     break
  861.     ;;
  862.   *)
  863.     lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
  864.     continue # so that we can try to find one that supports BSD flags
  865.     ;;
  866.   esac
  867.   ;;
  868. esac
  869.       fi
  870.     done
  871.     IFS="$lt_save_ifs"
  872.   done
  873.   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
  874. fi])
  875. NM="$lt_cv_path_NM"
  876. ])# AC_PROG_NM
  877. # AC_CHECK_LIBM
  878. # -------------
  879. # check for math library
  880. AC_DEFUN([AC_CHECK_LIBM],
  881. [AC_REQUIRE([AC_CANONICAL_HOST])dnl
  882. LIBM=
  883. case $host in
  884. *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
  885.   # These system don't have libm, or don't need it
  886.   ;;
  887. *-ncr-sysv4.3*)
  888.   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
  889.   AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
  890.   ;;
  891. *)
  892.   AC_CHECK_LIB(m, cos, LIBM="-lm")
  893.   ;;
  894. esac
  895. ])# AC_CHECK_LIBM
  896. # AC_LIBLTDL_CONVENIENCE([DIRECTORY])
  897. # -----------------------------------
  898. # sets LIBLTDL to the link flags for the libltdl convenience library and
  899. # LTDLINCL to the include flags for the libltdl header and adds
  900. # --enable-ltdl-convenience to the configure arguments.  Note that
  901. # AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
  902. # it is assumed to be `libltdl'.  LIBLTDL will be prefixed with
  903. # '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/'
  904. # (note the single quotes!).  If your package is not flat and you're not
  905. # using automake, define top_builddir and top_srcdir appropriately in
  906. # the Makefiles.
  907. AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
  908. [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
  909.   case $enable_ltdl_convenience in
  910.   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
  911.   "") enable_ltdl_convenience=yes
  912.       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
  913.   esac
  914.   LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
  915.   LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
  916.   # For backwards non-gettext consistent compatibility...
  917.   INCLTDL="$LTDLINCL"
  918. ])# AC_LIBLTDL_CONVENIENCE
  919. # AC_LIBLTDL_INSTALLABLE([DIRECTORY])
  920. # -----------------------------------
  921. # sets LIBLTDL to the link flags for the libltdl installable library and
  922. # LTDLINCL to the include flags for the libltdl header and adds
  923. # --enable-ltdl-install to the configure arguments.  Note that
  924. # AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
  925. # and an installed libltdl is not found, it is assumed to be `libltdl'.
  926. # LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with
  927. # '${top_srcdir}/' (note the single quotes!).  If your package is not
  928. # flat and you're not using automake, define top_builddir and top_srcdir
  929. # appropriately in the Makefiles.
  930. # In the future, this macro may have to be called after AC_PROG_LIBTOOL.
  931. AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
  932. [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
  933.   AC_CHECK_LIB(ltdl, lt_dlinit,
  934.   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
  935.   [if test x"$enable_ltdl_install" = xno; then
  936.      AC_MSG_WARN([libltdl not installed, but installation disabled])
  937.    else
  938.      enable_ltdl_install=yes
  939.    fi
  940.   ])
  941.   if test x"$enable_ltdl_install" = x"yes"; then
  942.     ac_configure_args="$ac_configure_args --enable-ltdl-install"
  943.     LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
  944.     LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
  945.   else
  946.     ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
  947.     LIBLTDL="-lltdl"
  948.     LTDLINCL=
  949.   fi
  950.   # For backwards non-gettext consistent compatibility...
  951.   INCLTDL="$LTDLINCL"
  952. ])# AC_LIBLTDL_INSTALLABLE
  953. # AC_LIBTOOL_CXX
  954. # --------------
  955. # enable support for C++ libraries
  956. AC_DEFUN([AC_LIBTOOL_CXX],
  957. [AC_REQUIRE([_LT_AC_LANG_CXX])
  958. ])# AC_LIBTOOL_CXX
  959. # _LT_AC_LANG_CXX
  960. # ---------------
  961. AC_DEFUN([_LT_AC_LANG_CXX],
  962. [AC_REQUIRE([AC_PROG_CXX])
  963. AC_REQUIRE([_LT_AC_PROG_CXXCPP])
  964. _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
  965. ])# _LT_AC_LANG_CXX
  966. # _LT_AC_PROG_CXXCPP
  967. # ------------------
  968. AC_DEFUN([_LT_AC_PROG_CXXCPP],
  969. [
  970. AC_REQUIRE([AC_PROG_CXX])
  971. if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
  972.     ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
  973.     (test "X$CXX" != "Xg++"))) ; then
  974.   AC_PROG_CXXCPP
  975. fi
  976. ])# _LT_AC_PROG_CXXCPP
  977. # AC_LIBTOOL_F77
  978. # --------------
  979. # enable support for Fortran 77 libraries
  980. AC_DEFUN([AC_LIBTOOL_F77],
  981. [AC_REQUIRE([_LT_AC_LANG_F77])
  982. ])# AC_LIBTOOL_F77
  983. # _LT_AC_LANG_F77
  984. # ---------------
  985. AC_DEFUN([_LT_AC_LANG_F77],
  986. [AC_REQUIRE([AC_PROG_F77])
  987. _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
  988. ])# _LT_AC_LANG_F77
  989. # AC_LIBTOOL_GCJ
  990. # --------------
  991. # enable support for GCJ libraries
  992. AC_DEFUN([AC_LIBTOOL_GCJ],
  993. [AC_REQUIRE([_LT_AC_LANG_GCJ])
  994. ])# AC_LIBTOOL_GCJ
  995. # _LT_AC_LANG_GCJ
  996. # ---------------
  997. AC_DEFUN([_LT_AC_LANG_GCJ],
  998. [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
  999.   [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
  1000.     [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
  1001.       [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
  1002.  [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
  1003.    [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
  1004. _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
  1005. ])# _LT_AC_LANG_GCJ
  1006. # AC_LIBTOOL_RC
  1007. # -------------
  1008. # enable support for Windows resource files
  1009. AC_DEFUN([AC_LIBTOOL_RC],
  1010. [AC_REQUIRE([LT_AC_PROG_RC])
  1011. _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
  1012. ])# AC_LIBTOOL_RC
  1013. # AC_LIBTOOL_LANG_C_CONFIG
  1014. # ------------------------
  1015. # Ensure that the configuration vars for the C compiler are
  1016. # suitably defined.  Those variables are subsequently used by
  1017. # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
  1018. AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
  1019. AC_DEFUN([_LT_AC_LANG_C_CONFIG],
  1020. [lt_save_CC="$CC"
  1021. AC_LANG_PUSH(C)
  1022. # Source file extension for C test sources.
  1023. ac_ext=c
  1024. # Object file extension for compiled C test sources.
  1025. objext=o
  1026. _LT_AC_TAGVAR(objext, $1)=$objext
  1027. # Code to be used in simple compile tests
  1028. lt_simple_compile_test_code="int some_variable = 0;"
  1029. # Code to be used in simple link tests
  1030. lt_simple_link_test_code='int main(){return(0);}'
  1031. _LT_AC_SYS_COMPILER
  1032. # save warnings/boilerplate of simple test code
  1033. _LT_COMPILER_BOILERPLATE
  1034. _LT_LINKER_BOILERPLATE
  1035. AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
  1036. AC_LIBTOOL_PROG_COMPILER_PIC($1)
  1037. AC_LIBTOOL_PROG_CC_C_O($1)
  1038. AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
  1039. AC_LIBTOOL_PROG_LD_SHLIBS($1)
  1040. AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
  1041. AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
  1042. AC_LIBTOOL_SYS_LIB_STRIP
  1043. AC_LIBTOOL_DLOPEN_SELF
  1044. # Report which library types will actually be built
  1045. AC_MSG_CHECKING([if libtool supports shared libraries])
  1046. AC_MSG_RESULT([$can_build_shared])
  1047. AC_MSG_CHECKING([whether to build shared libraries])
  1048. test "$can_build_shared" = "no" && enable_shared=no
  1049. # On AIX, shared libraries and static libraries use the same namespace, and
  1050. # are all built from PIC.
  1051. case $host_os in
  1052. aix3*)
  1053.   test "$enable_shared" = yes && enable_static=no
  1054.   if test -n "$RANLIB"; then
  1055.     archive_cmds="$archive_cmds~$RANLIB $lib"
  1056.     postinstall_cmds='$RANLIB $lib'
  1057.   fi
  1058.   ;;
  1059. aix[[4-9]]*)
  1060.   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
  1061.     test "$enable_shared" = yes && enable_static=no
  1062.   fi
  1063.     ;;
  1064. esac
  1065. AC_MSG_RESULT([$enable_shared])
  1066. AC_MSG_CHECKING([whether to build static libraries])
  1067. # Make sure either enable_shared or enable_static is yes.
  1068. test "$enable_shared" = yes || enable_static=yes
  1069. AC_MSG_RESULT([$enable_static])
  1070. AC_LIBTOOL_CONFIG($1)
  1071. AC_LANG_POP
  1072. CC="$lt_save_CC"
  1073. ])# AC_LIBTOOL_LANG_C_CONFIG
  1074. # AC_LIBTOOL_LANG_CXX_CONFIG
  1075. # --------------------------
  1076. # Ensure that the configuration vars for the C compiler are
  1077. # suitably defined.  Those variables are subsequently used by
  1078. # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
  1079. AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
  1080. AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
  1081. [AC_LANG_PUSH(C++)
  1082. AC_REQUIRE([AC_PROG_CXX])
  1083. AC_REQUIRE([_LT_AC_PROG_CXXCPP])
  1084. _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  1085. _LT_AC_TAGVAR(allow_undefined_flag, $1)=
  1086. _LT_AC_TAGVAR(always_export_symbols, $1)=no
  1087. _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
  1088. _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
  1089. _LT_AC_TAGVAR(hardcode_direct, $1)=no
  1090. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
  1091. _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
  1092. _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
  1093. _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
  1094. _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
  1095. _LT_AC_TAGVAR(hardcode_automatic, $1)=no
  1096. _LT_AC_TAGVAR(module_cmds, $1)=
  1097. _LT_AC_TAGVAR(module_expsym_cmds, $1)=
  1098. _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
  1099. _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
  1100. _LT_AC_TAGVAR(no_undefined_flag, $1)=
  1101. _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
  1102. _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
  1103. # Dependencies to place before and after the object being linked:
  1104. _LT_AC_TAGVAR(predep_objects, $1)=
  1105. _LT_AC_TAGVAR(postdep_objects, $1)=
  1106. _LT_AC_TAGVAR(predeps, $1)=
  1107. _LT_AC_TAGVAR(postdeps, $1)=
  1108. _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
  1109. _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
  1110. # Source file extension for C++ test sources.
  1111. ac_ext=cpp
  1112. # Object file extension for compiled C++ test sources.
  1113. objext=o
  1114. _LT_AC_TAGVAR(objext, $1)=$objext
  1115. # Code to be used in simple compile tests
  1116. lt_simple_compile_test_code="int some_variable = 0;"
  1117. # Code to be used in simple link tests
  1118. lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
  1119. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  1120. _LT_AC_SYS_COMPILER
  1121. # save warnings/boilerplate of simple test code
  1122. _LT_COMPILER_BOILERPLATE
  1123. _LT_LINKER_BOILERPLATE
  1124. # Allow CC to be a program name with arguments.
  1125. lt_save_CC=$CC
  1126. lt_save_LD=$LD
  1127. lt_save_GCC=$GCC
  1128. GCC=$GXX
  1129. lt_save_with_gnu_ld=$with_gnu_ld
  1130. lt_save_path_LD=$lt_cv_path_LD
  1131. if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
  1132.   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
  1133. else
  1134.   $as_unset lt_cv_prog_gnu_ld
  1135. fi
  1136. if test -n "${lt_cv_path_LDCXX+set}"; then
  1137.   lt_cv_path_LD=$lt_cv_path_LDCXX
  1138. else
  1139.   $as_unset lt_cv_path_LD
  1140. fi
  1141. test -z "${LDCXX+set}" || LD=$LDCXX
  1142. CC=${CXX-"c++"}
  1143. compiler=$CC
  1144. _LT_AC_TAGVAR(compiler, $1)=$CC
  1145. _LT_CC_BASENAME([$compiler])
  1146. # We don't want -fno-exception wen compiling C++ code, so set the
  1147. # no_builtin_flag separately
  1148. if test "$GXX" = yes; then
  1149.   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
  1150. else
  1151.   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
  1152. fi
  1153. if test "$GXX" = yes; then
  1154.   # Set up default GNU C++ configuration
  1155.   AC_PROG_LD
  1156.   # Check if GNU C++ uses GNU ld as the underlying linker, since the
  1157.   # archiving commands below assume that GNU ld is being used.
  1158.   if test "$with_gnu_ld" = yes; then
  1159.     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1160.     _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'
  1161.     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
  1162.     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  1163.     # If archive_cmds runs LD, not CC, wlarc should be empty
  1164.     # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
  1165.     #     investigate it a little bit more. (MM)
  1166.     wlarc='${wl}'
  1167.     # ancient GNU ld didn't support --whole-archive et. al.
  1168.     if eval "`$CC -print-prog-name=ld` --help 2>&1" | 
  1169. grep 'no-whole-archive' > /dev/null; then
  1170.       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  1171.     else
  1172.       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
  1173.     fi
  1174.   else
  1175.     with_gnu_ld=no
  1176.     wlarc=
  1177.     # A generic and very simple default shared library creation
  1178.     # command for GNU C++ for the case where it uses the native
  1179.     # linker, instead of GNU ld.  If possible, this setting should
  1180.     # overridden to take advantage of the native linker features on
  1181.     # the platform it is being used on.
  1182.     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
  1183.   fi
  1184.   # Commands to make compiler produce verbose output that lists
  1185.   # what "hidden" libraries, object files and flags are used when
  1186.   # linking a shared library.
  1187.   output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "-L"'
  1188. else
  1189.   GXX=no
  1190.   with_gnu_ld=no
  1191.   wlarc=
  1192. fi
  1193. # PORTME: fill in a description of your system's C++ link characteristics
  1194. AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
  1195. _LT_AC_TAGVAR(ld_shlibs, $1)=yes
  1196. case $host_os in
  1197.   aix3*)
  1198.     # FIXME: insert proper C++ library support
  1199.     _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1200.     ;;
  1201.   aix[[4-9]]*)
  1202.     if test "$host_cpu" = ia64; then
  1203.       # On IA64, the linker does run time linking by default, so we don't
  1204.       # have to do anything special.
  1205.       aix_use_runtimelinking=no
  1206.       exp_sym_flag='-Bexport'
  1207.       no_entry_flag=""
  1208.     else
  1209.       aix_use_runtimelinking=no
  1210.       # Test if we are trying to use run time linking or normal
  1211.       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
  1212.       # need to do runtime linking.
  1213.       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
  1214. for ld_flag in $LDFLAGS; do
  1215.   case $ld_flag in
  1216.   *-brtl*)
  1217.     aix_use_runtimelinking=yes
  1218.     break
  1219.     ;;
  1220.   esac
  1221. done
  1222. ;;
  1223.       esac
  1224.       exp_sym_flag='-bexport'
  1225.       no_entry_flag='-bnoentry'
  1226.     fi
  1227.     # When large executables or shared objects are built, AIX ld can
  1228.     # have problems creating the table of contents.  If linking a library
  1229.     # or program results in "error TOC overflow" add -mminimal-toc to
  1230.     # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
  1231.     # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  1232.     _LT_AC_TAGVAR(archive_cmds, $1)=''
  1233.     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1234.     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
  1235.     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
  1236.     if test "$GXX" = yes; then
  1237.       case $host_os in aix4.[[012]]|aix4.[[012]].*)
  1238.       # We only want to do this on AIX 4.2 and lower, the check
  1239.       # below for broken collect2 doesn't work under 4.3+
  1240. collect2name=`${CC} -print-prog-name=collect2`
  1241. if test -f "$collect2name" && 
  1242.    strings "$collect2name" | grep resolve_lib_name >/dev/null
  1243. then
  1244.   # We have reworked collect2
  1245.   :
  1246. else
  1247.   # We have old collect2
  1248.   _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
  1249.   # It fails to find uninstalled libraries when the uninstalled
  1250.   # path is not listed in the libpath.  Setting hardcode_minus_L
  1251.   # to unsupported forces relinking
  1252.   _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
  1253.   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1254.   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
  1255. fi
  1256. ;;
  1257.       esac
  1258.       shared_flag='-shared'
  1259.       if test "$aix_use_runtimelinking" = yes; then
  1260. shared_flag="$shared_flag "'${wl}-G'
  1261.       fi
  1262.     else
  1263.       # not using gcc
  1264.       if test "$host_cpu" = ia64; then
  1265. # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
  1266. # chokes on -Wl,-G. The following line is correct:
  1267. shared_flag='-G'
  1268.       else
  1269. if test "$aix_use_runtimelinking" = yes; then
  1270.   shared_flag='${wl}-G'
  1271. else
  1272.   shared_flag='${wl}-bM:SRE'
  1273. fi
  1274.       fi
  1275.     fi
  1276.     # It seems that -bexpall does not export symbols beginning with
  1277.     # underscore (_), so it is better to generate a list of symbols to export.
  1278.     _LT_AC_TAGVAR(always_export_symbols, $1)=yes
  1279.     if test "$aix_use_runtimelinking" = yes; then
  1280.       # Warning - without using the other runtime loading flags (-brtl),
  1281.       # -berok will link without error, but may produce a broken library.
  1282.       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
  1283.       # Determine the default libpath from the value encoded in an empty executable.
  1284.       _LT_AC_SYS_LIBPATH_AIX
  1285.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  1286.       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$CC"' -o $output_objdir/$soname $libobjs $deplibs '"${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"${wl}$exp_sym_flag:$export_symbols $shared_flag"
  1287.      else
  1288.       if test "$host_cpu" = ia64; then
  1289. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
  1290. _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
  1291. _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"${wl}$exp_sym_flag:$export_symbols"
  1292.       else
  1293. # Determine the default libpath from the value encoded in an empty executable.
  1294. _LT_AC_SYS_LIBPATH_AIX
  1295. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  1296. # Warning - without using the other run time loading flags,
  1297. # -berok will link without error, but may produce a broken library.
  1298. _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
  1299. _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
  1300. # Exported symbols can be pulled into shared objects from archives
  1301. _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
  1302. _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
  1303. # This is similar to how AIX traditionally builds its shared libraries.
  1304. _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
  1305.       fi
  1306.     fi
  1307.     ;;
  1308.   beos*)
  1309.     if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  1310.       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
  1311.       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  1312.       # support --undefined.  This deserves some investigation.  FIXME
  1313.       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1314.     else
  1315.       _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1316.     fi
  1317.     ;;
  1318.   chorus*)
  1319.     case $cc_basename in
  1320.       *)
  1321. # FIXME: insert proper C++ library support
  1322. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1323. ;;
  1324.     esac
  1325.     ;;
  1326.   cygwin* | mingw* | pw32*)
  1327.     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
  1328.     # as there is no search path for DLLs.
  1329.     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1330.     _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
  1331.     _LT_AC_TAGVAR(always_export_symbols, $1)=no
  1332.     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
  1333.     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
  1334.       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
  1335.       # If the export-symbols file already is a .def file (1st line
  1336.       # is EXPORTS), use it as is; otherwise, prepend...
  1337.       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
  1338. cp $export_symbols $output_objdir/$soname.def;
  1339.       else
  1340. echo EXPORTS > $output_objdir/$soname.def;
  1341. cat $export_symbols >> $output_objdir/$soname.def;
  1342.       fi~
  1343.       $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
  1344.     else
  1345.       _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1346.     fi
  1347.   ;;
  1348.       darwin* | rhapsody*)
  1349.       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  1350.       _LT_AC_TAGVAR(hardcode_direct, $1)=no
  1351.       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
  1352.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
  1353.       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
  1354.       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
  1355.       _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
  1356.       if test "$GXX" = yes ; then
  1357.       output_verbose_link_cmd='echo'
  1358.       _LT_AC_TAGVAR(archive_cmds, $1)="$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring $_lt_dar_single_mod${_lt_dsymutil}"
  1359.       _LT_AC_TAGVAR(module_cmds, $1)="$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags${_lt_dsymutil}"
  1360.       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
  1361.       _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs $compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
  1362.       if test "$lt_cv_apple_cc_single_mod" != "yes"; then
  1363.         _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${_lt_dsymutil}"
  1364.         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed '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${_lt_dar_export_syms}${_lt_dsymutil}"
  1365.       fi
  1366.       else
  1367.       case $cc_basename in
  1368.         xlc*)
  1369.          output_verbose_link_cmd='echo'
  1370.           _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` $xlcverstring'
  1371.           _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
  1372.           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
  1373.           _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 $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  1374.           _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}'
  1375.           ;;
  1376.        *)
  1377.          _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1378.           ;;
  1379.       esac
  1380.       fi
  1381.         ;;
  1382.   dgux*)
  1383.     case $cc_basename in
  1384.       ec++*)
  1385. # FIXME: insert proper C++ library support
  1386. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1387. ;;
  1388.       ghcx*)
  1389. # Green Hills C++ Compiler
  1390. # FIXME: insert proper C++ library support
  1391. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1392. ;;
  1393.       *)
  1394. # FIXME: insert proper C++ library support
  1395. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1396. ;;
  1397.     esac
  1398.     ;;
  1399.   freebsd[[12]]*)
  1400.     # C++ shared libraries reported to be fairly broken before switch to ELF
  1401.     _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1402.     ;;
  1403.   freebsd-elf*)
  1404.     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  1405.     ;;
  1406.   freebsd* | dragonfly*)
  1407.     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
  1408.     # conventions
  1409.     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
  1410.     ;;
  1411.   gnu*)
  1412.     ;;
  1413.   hpux9*)
  1414.     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  1415.     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1416.     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  1417.     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1418.     _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
  1419. # but as the default
  1420. # location of the library.
  1421.     case $cc_basename in
  1422.     CC*)
  1423.       # FIXME: insert proper C++ library support
  1424.       _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1425.       ;;
  1426.     aCC*)
  1427.       _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'
  1428.       # Commands to make compiler produce verbose output that lists
  1429.       # what "hidden" libraries, object files and flags are used when
  1430.       # linking a shared library.
  1431.       #
  1432.       # There doesn't appear to be a way to prevent this compiler from
  1433.       # explicitly linking system object files so we need to strip them
  1434.       # from the output so that they don't get included in the library
  1435.       # dependencies.
  1436.       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'
  1437.       ;;
  1438.     *)
  1439.       if test "$GXX" = yes; then
  1440.         _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'
  1441.       else
  1442.         # FIXME: insert proper C++ library support
  1443.         _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1444.       fi
  1445.       ;;
  1446.     esac
  1447.     ;;
  1448.   hpux10*|hpux11*)
  1449.     if test $with_gnu_ld = no; then
  1450.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  1451.       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1452.       case $host_cpu in
  1453.       hppa*64*|ia64*) ;;
  1454.       *)
  1455. _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  1456.         ;;
  1457.       esac
  1458.     fi
  1459.     case $host_cpu in
  1460.     hppa*64*|ia64*)
  1461.       _LT_AC_TAGVAR(hardcode_direct, $1)=no
  1462.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1463.       ;;
  1464.     *)
  1465.       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1466.       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
  1467.       # but as the default
  1468.       # location of the library.
  1469.       ;;
  1470.     esac
  1471.     case $cc_basename in
  1472.       CC*)
  1473. # FIXME: insert proper C++ library support
  1474. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1475. ;;
  1476.       aCC*)
  1477. case $host_cpu in
  1478. hppa*64*)
  1479.   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  1480.   ;;
  1481. ia64*)
  1482.   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  1483.   ;;
  1484. *)
  1485.   _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'
  1486.   ;;
  1487. esac
  1488. # Commands to make compiler produce verbose output that lists
  1489. # what "hidden" libraries, object files and flags are used when
  1490. # linking a shared library.
  1491. #
  1492. # There doesn't appear to be a way to prevent this compiler from
  1493. # explicitly linking system object files so we need to strip them
  1494. # from the output so that they don't get included in the library
  1495. # dependencies.
  1496. 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'
  1497. ;;
  1498.       *)
  1499. if test "$GXX" = yes; then
  1500.   if test $with_gnu_ld = no; then
  1501.     case $host_cpu in
  1502.     hppa*64*)
  1503.       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  1504.       ;;
  1505.     ia64*)
  1506.       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  1507.       ;;
  1508.     *)
  1509.       _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'
  1510.       ;;
  1511.     esac
  1512.   fi
  1513. else
  1514.   # FIXME: insert proper C++ library support
  1515.   _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1516. fi
  1517. ;;
  1518.     esac
  1519.     ;;
  1520.   interix[[3-9]]*)
  1521.     _LT_AC_TAGVAR(hardcode_direct, $1)=no
  1522.     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1523.     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  1524.     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  1525.     # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
  1526.     # Instead, shared libraries are loaded at an image base (0x10000000 by
  1527.     # default) and relocated if they conflict, which is a slow very memory
  1528.     # consuming and fragmenting process.  To avoid this, we pick a random,
  1529.     # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
  1530.     # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
  1531.     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 * 262144 + 1342177280` -o $lib'
  1532.     _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 * 262144 + 1342177280` -o $lib'
  1533.     ;;
  1534.   irix5* | irix6*)
  1535.     case $cc_basename in
  1536.       CC*)
  1537. # SGI C++
  1538. _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'
  1539. # Archives containing C++ object files must be created using
  1540. # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
  1541. # necessary to make sure instantiated templates are included
  1542. # in the archive.
  1543. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
  1544. ;;
  1545.       *)
  1546. if test "$GXX" = yes; then
  1547.   if test "$with_gnu_ld" = no; then
  1548.     _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'
  1549.   else
  1550.     _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'
  1551.   fi
  1552. fi
  1553. _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
  1554. ;;
  1555.     esac
  1556.     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1557.     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1558.     ;;
  1559.   linux* | k*bsd*-gnu)
  1560.     case $cc_basename in
  1561.       KCC*)
  1562. # Kuck and Associates, Inc. (KAI) C++ Compiler
  1563. # KCC will only create a shared library if the output file
  1564. # ends with ".so" (or ".sl" for HP-UX), so rename the library
  1565. # to its proper name (with version) after linking.
  1566. _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'
  1567. _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'
  1568. # Commands to make compiler produce verbose output that lists
  1569. # what "hidden" libraries, object files and flags are used when
  1570. # linking a shared library.
  1571. #
  1572. # There doesn't appear to be a way to prevent this compiler from
  1573. # explicitly linking system object files so we need to strip them
  1574. # from the output so that they don't get included in the library
  1575. # dependencies.
  1576. 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'
  1577. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
  1578. _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  1579. # Archives containing C++ object files must be created using
  1580. # "CC -Bstatic", where "CC" is the KAI C++ compiler.
  1581. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
  1582. ;;
  1583.       icpc*)
  1584. # Intel C++
  1585. with_gnu_ld=yes
  1586. # version 8.0 and above of icpc choke on multiply defined symbols
  1587. # if we add $predep_objects and $postdep_objects, however 7.1 and
  1588. # earlier do not add the objects themselves.
  1589. case `$CC -V 2>&1` in
  1590. *"Version 7."*)
  1591.      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1592.      _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'
  1593.   ;;
  1594. *)  # Version 8.0 or newer
  1595.   tmp_idyn=
  1596.   case $host_cpu in
  1597.     ia64*) tmp_idyn=' -i_dynamic';;
  1598.   esac
  1599.      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1600.   _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'
  1601.   ;;
  1602. esac
  1603. _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  1604. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  1605. _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  1606. _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  1607. ;;
  1608.       pgCC* | pgcpp*)
  1609.         # Portland Group C++ compiler
  1610. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
  1611.    _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'
  1612. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
  1613. _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  1614. _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'
  1615.         ;;
  1616.       cxx*)
  1617. # Compaq C++
  1618. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1619. _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'
  1620. runpath_var=LD_RUN_PATH
  1621. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
  1622. _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1623. # Commands to make compiler produce verbose output that lists
  1624. # what "hidden" libraries, object files and flags are used when
  1625. # linking a shared library.
  1626. #
  1627. # There doesn't appear to be a way to prevent this compiler from
  1628. # explicitly linking system object files so we need to strip them
  1629. # from the output so that they don't get included in the library
  1630. # dependencies.
  1631. 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'
  1632. ;;
  1633.       *)
  1634. case `$CC -V 2>&1 | sed 5q` in
  1635. *Sun C*)
  1636.   # Sun C++ 5.9
  1637.   _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
  1638.   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  1639.   _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
  1640.   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  1641.   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience""; do test -z "$conv" || new_convenience="$new_convenience,$conv"; done; $echo "$new_convenience"` ${wl}--no-whole-archive'
  1642.   # Not sure whether something based on
  1643.   # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
  1644.   # would be better.
  1645.   output_verbose_link_cmd='echo'
  1646.   # Archives containing C++ object files must be created using
  1647.   # "CC -xar", where "CC" is the Sun C++ compiler.  This is
  1648.   # necessary to make sure instantiated templates are included
  1649.   # in the archive.
  1650.   _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
  1651.   ;;
  1652. esac
  1653. ;;
  1654.     esac
  1655.     ;;
  1656.   lynxos*)
  1657.     # FIXME: insert proper C++ library support
  1658.     _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1659.     ;;
  1660.   m88k*)
  1661.     # FIXME: insert proper C++ library support
  1662.     _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1663.     ;;
  1664.   mvs*)
  1665.     case $cc_basename in
  1666.       cxx*)
  1667. # FIXME: insert proper C++ library support
  1668. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1669. ;;
  1670.       *)
  1671. # FIXME: insert proper C++ library support
  1672. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1673. ;;
  1674.     esac
  1675.     ;;
  1676.   netbsd* | netbsdelf*-gnu)
  1677.     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  1678.       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
  1679.       wlarc=
  1680.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  1681.       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1682.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1683.     fi
  1684.     # Workaround some broken pre-1.5 toolchains
  1685.     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
  1686.     ;;
  1687.   openbsd2*)
  1688.     # C++ shared libraries are fairly broken
  1689.     _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1690.     ;;
  1691.   openbsd*)
  1692.     if test -f /usr/libexec/ld.so; then
  1693.       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
  1694.       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1695.       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
  1696.       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  1697.       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  1698. _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'
  1699. _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  1700. _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  1701.       fi
  1702.       output_verbose_link_cmd='echo'
  1703.     else
  1704.       _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1705.     fi
  1706.     ;;
  1707.   osf3*)
  1708.     case $cc_basename in
  1709.       KCC*)
  1710. # Kuck and Associates, Inc. (KAI) C++ Compiler
  1711. # KCC will only create a shared library if the output file
  1712. # ends with ".so" (or ".sl" for HP-UX), so rename the library
  1713. # to its proper name (with version) after linking.
  1714. _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'
  1715. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  1716. _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1717. # Archives containing C++ object files must be created using
  1718. # "CC -Bstatic", where "CC" is the KAI C++ compiler.
  1719. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
  1720. ;;
  1721.       RCC*)
  1722. # Rational C++ 2.4.1
  1723. # FIXME: insert proper C++ library support
  1724. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1725. ;;
  1726.       cxx*)
  1727. _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}*'
  1728. _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'
  1729. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1730. _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1731. # Commands to make compiler produce verbose output that lists
  1732. # what "hidden" libraries, object files and flags are used when
  1733. # linking a shared library.
  1734. #
  1735. # There doesn't appear to be a way to prevent this compiler from
  1736. # explicitly linking system object files so we need to strip them
  1737. # from the output so that they don't get included in the library
  1738. # dependencies.
  1739. 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'
  1740. ;;
  1741.       *)
  1742. if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  1743.   _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}*'
  1744.   _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'
  1745.   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1746.   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1747.   # Commands to make compiler produce verbose output that lists
  1748.   # what "hidden" libraries, object files and flags are used when
  1749.   # linking a shared library.
  1750.   output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "-L"'
  1751. else
  1752.   # FIXME: insert proper C++ library support
  1753.   _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1754. fi
  1755. ;;
  1756.     esac
  1757.     ;;
  1758.   osf4* | osf5*)
  1759.     case $cc_basename in
  1760.       KCC*)
  1761. # Kuck and Associates, Inc. (KAI) C++ Compiler
  1762. # KCC will only create a shared library if the output file
  1763. # ends with ".so" (or ".sl" for HP-UX), so rename the library
  1764. # to its proper name (with version) after linking.
  1765. _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'
  1766. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  1767. _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1768. # Archives containing C++ object files must be created using
  1769. # the KAI C++ compiler.
  1770. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
  1771. ;;
  1772.       RCC*)
  1773. # Rational C++ 2.4.1
  1774. # FIXME: insert proper C++ library support
  1775. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1776. ;;
  1777.       cxx*)
  1778. _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved *'
  1779. _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'
  1780. _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\n" -exported_symbol "$i" >> $lib.exp; done~
  1781.   echo "-hidden">> $lib.exp~
  1782.   $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~
  1783.   $rm $lib.exp'
  1784. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
  1785. _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1786. # Commands to make compiler produce verbose output that lists
  1787. # what "hidden" libraries, object files and flags are used when
  1788. # linking a shared library.
  1789. #
  1790. # There doesn't appear to be a way to prevent this compiler from
  1791. # explicitly linking system object files so we need to strip them
  1792. # from the output so that they don't get included in the library
  1793. # dependencies.
  1794. 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'
  1795. ;;
  1796.       *)
  1797. if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  1798.   _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}*'
  1799.  _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'
  1800.   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1801.   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
  1802.   # Commands to make compiler produce verbose output that lists
  1803.   # what "hidden" libraries, object files and flags are used when
  1804.   # linking a shared library.
  1805.   output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "-L"'
  1806. else
  1807.   # FIXME: insert proper C++ library support
  1808.   _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1809. fi
  1810. ;;
  1811.     esac
  1812.     ;;
  1813.   psos*)
  1814.     # FIXME: insert proper C++ library support
  1815.     _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1816.     ;;
  1817.   sunos4*)
  1818.     case $cc_basename in
  1819.       CC*)
  1820. # Sun C++ 4.x
  1821. # FIXME: insert proper C++ library support
  1822. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1823. ;;
  1824.       lcc*)
  1825. # Lucid
  1826. # FIXME: insert proper C++ library support
  1827. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1828. ;;
  1829.       *)
  1830. # FIXME: insert proper C++ library support
  1831. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1832. ;;
  1833.     esac
  1834.     ;;
  1835.   solaris*)
  1836.     case $cc_basename in
  1837.       CC*)
  1838. # Sun C++ 4.2, 5.x and Centerline C++
  1839.         _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
  1840. _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
  1841. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  1842. _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  1843. $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'
  1844. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  1845. _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1846. case $host_os in
  1847.   solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
  1848.   *)
  1849.     # The compiler driver will combine and reorder linker options,
  1850.     # but understands `-z linker_flag'.
  1851.     # Supported since Solaris 2.6 (maybe 2.5.1?)
  1852.     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
  1853.     ;;
  1854. esac
  1855. _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
  1856. output_verbose_link_cmd='echo'
  1857. # Archives containing C++ object files must be created using
  1858. # "CC -xar", where "CC" is the Sun C++ compiler.  This is
  1859. # necessary to make sure instantiated templates are included
  1860. # in the archive.
  1861. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
  1862. ;;
  1863.       gcx*)
  1864. # Green Hills C++ Compiler
  1865. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  1866. # The C++ compiler must be used to create the archive.
  1867. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
  1868. ;;
  1869.       *)
  1870. # GNU C++ compiler with Solaris linker
  1871. if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  1872.   _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
  1873.   if $CC --version | grep -v '^2.7' > /dev/null; then
  1874.     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  1875.     _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  1876. $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
  1877.     # Commands to make compiler produce verbose output that lists
  1878.     # what "hidden" libraries, object files and flags are used when
  1879.     # linking a shared library.
  1880.     output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "-L""
  1881.   else
  1882.     # g++ 2.7 appears to require `-G' NOT `-shared' on this
  1883.     # platform.
  1884.     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  1885.     _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  1886. $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
  1887.     # Commands to make compiler produce verbose output that lists
  1888.     # what "hidden" libraries, object files and flags are used when
  1889.     # linking a shared library.
  1890.     output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "-L""
  1891.   fi
  1892.   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
  1893.   case $host_os in
  1894.   solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
  1895.   *)
  1896.     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
  1897.     ;;
  1898.   esac
  1899. fi
  1900. ;;
  1901.     esac
  1902.     ;;
  1903.   sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
  1904.     _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
  1905.     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  1906.     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1907.     runpath_var='LD_RUN_PATH'
  1908.     case $cc_basename in
  1909.       CC*)
  1910. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1911. _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1912. ;;
  1913.       *)
  1914. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1915. _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1916. ;;
  1917.     esac
  1918.     ;;
  1919.   sysv5* | sco3.2v5* | sco5v6*)
  1920.     # Note: We can NOT use -z defs as we might desire, because we do not
  1921.     # link with -lc, and that would cause any symbols used from libc to
  1922.     # always be unresolved, which means just about no library would
  1923.     # ever link correctly.  If we're not using GNU ld we use -z text
  1924.     # though, which does catch some bad symbols but isn't as heavy-handed
  1925.     # as -z defs.
  1926.     # For security reasons, it is highly recommended that you always
  1927.     # use absolute paths for naming shared libraries, and exclude the
  1928.     # DT_RUNPATH tag from executables and libraries.  But doing so
  1929.     # requires that you compile everything twice, which is a pain.
  1930.     # So that behaviour is only enabled if SCOABSPATH is set to a
  1931.     # non-empty value in the environment.  Most likely only useful for
  1932.     # creating official distributions of packages.
  1933.     # This is a hack until libtool officially supports absolute path
  1934.     # names for shared libraries.
  1935.     _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
  1936.     _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
  1937.     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  1938.     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  1939.     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
  1940.     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
  1941.     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
  1942.     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
  1943.     runpath_var='LD_RUN_PATH'
  1944.     case $cc_basename in
  1945.       CC*)
  1946. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1947. _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1948. ;;
  1949.       *)
  1950. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1951. _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1952. ;;
  1953.     esac
  1954.     ;;
  1955.   tandem*)
  1956.     case $cc_basename in
  1957.       NCC*)
  1958. # NonStop-UX NCC 3.20
  1959. # FIXME: insert proper C++ library support
  1960. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1961. ;;
  1962.       *)
  1963. # FIXME: insert proper C++ library support
  1964. _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1965. ;;
  1966.     esac
  1967.     ;;
  1968.   vxworks*)
  1969.     # FIXME: insert proper C++ library support
  1970.     _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1971.     ;;
  1972.   *)
  1973.     # FIXME: insert proper C++ library support
  1974.     _LT_AC_TAGVAR(ld_shlibs, $1)=no
  1975.     ;;
  1976. esac
  1977. AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
  1978. test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
  1979. _LT_AC_TAGVAR(GCC, $1)="$GXX"
  1980. _LT_AC_TAGVAR(LD, $1)="$LD"
  1981. AC_LIBTOOL_POSTDEP_PREDEP($1)
  1982. AC_LIBTOOL_PROG_COMPILER_PIC($1)
  1983. AC_LIBTOOL_PROG_CC_C_O($1)
  1984. AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
  1985. AC_LIBTOOL_PROG_LD_SHLIBS($1)
  1986. AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
  1987. AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
  1988. AC_LIBTOOL_CONFIG($1)
  1989. AC_LANG_POP
  1990. CC=$lt_save_CC
  1991. LDCXX=$LD
  1992. LD=$lt_save_LD
  1993. GCC=$lt_save_GCC
  1994. with_gnu_ldcxx=$with_gnu_ld
  1995. with_gnu_ld=$lt_save_with_gnu_ld
  1996. lt_cv_path_LDCXX=$lt_cv_path_LD
  1997. lt_cv_path_LD=$lt_save_path_LD
  1998. lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
  1999. lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
  2000. ])# AC_LIBTOOL_LANG_CXX_CONFIG
  2001. # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
  2002. # ------------------------------------
  2003. # Figure out "hidden" library dependencies from verbose
  2004. # compiler output when linking a shared library.
  2005. # Parse the compiler output and extract the necessary
  2006. # objects, libraries and library flags.
  2007. AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],
  2008. [AC_REQUIRE([LT_AC_PROG_SED])dnl
  2009. dnl we can't use the lt_simple_compile_test_code here,
  2010. dnl because it contains code intended for an executable,
  2011. dnl not a library.  It's possible we should let each
  2012. dnl tag define a new lt_????_link_test_code variable,
  2013. dnl but it's only used here...
  2014. ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
  2015. int a;
  2016. void foo (void) { a = 0; }
  2017. EOF
  2018. ],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
  2019. class Foo
  2020. {
  2021. public:
  2022.   Foo (void) { a = 0; }
  2023. private:
  2024.   int a;
  2025. };
  2026. EOF
  2027. ],[$1],[F77],[cat > conftest.$ac_ext <<EOF
  2028.       subroutine foo
  2029.       implicit none
  2030.       integer*4 a
  2031.       a=0
  2032.       return
  2033.       end
  2034. EOF
  2035. ],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
  2036. public class foo {
  2037.   private int a;
  2038.   public void bar (void) {
  2039.     a = 0;
  2040.   }
  2041. };
  2042. EOF
  2043. ])
  2044. dnl Parse the compiler output and extract the necessary
  2045. dnl objects, libraries and library flags.
  2046. if AC_TRY_EVAL(ac_compile); then
  2047.   # Parse the compiler output and extract the necessary
  2048.   # objects, libraries and library flags.
  2049.   # Sentinel used to keep track of whether or not we are before
  2050.   # the conftest object file.
  2051.   pre_test_object_deps_done=no
  2052.   # The `*' in the case matches for architectures that use `case' in
  2053.   # $output_verbose_cmd can trigger glob expansion during the loop
  2054.   # eval without this substitution.
  2055.   output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
  2056.   for p in `eval $output_verbose_link_cmd`; do
  2057.     case $p in
  2058.     -L* | -R* | -l*)
  2059.        # Some compilers place space between "-{L,R}" and the path.
  2060.        # Remove the space.
  2061.        if test $p = "-L" 
  2062.   || test $p = "-R"; then
  2063.  prev=$p
  2064.  continue
  2065.        else
  2066.  prev=
  2067.        fi
  2068.        if test "$pre_test_object_deps_done" = no; then
  2069.  case $p in
  2070.  -L* | -R*)
  2071.    # Internal compiler library paths should come after those
  2072.    # provided the user.  The postdeps already come after the
  2073.    # user supplied libs so there is no need to process them.
  2074.    if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
  2075.      _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
  2076.    else
  2077.      _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
  2078.    fi
  2079.    ;;
  2080.  # The "-l" case would never come before the object being
  2081.  # linked, so don't bother handling this case.
  2082.  esac
  2083.        else
  2084.  if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
  2085.    _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
  2086.  else
  2087.    _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
  2088.  fi
  2089.        fi
  2090.        ;;
  2091.     *.$objext)
  2092.        # This assumes that the test object file only shows up
  2093.        # once in the compiler output.
  2094.        if test "$p" = "conftest.$objext"; then
  2095.  pre_test_object_deps_done=yes
  2096.  continue
  2097.        fi
  2098.        if test "$pre_test_object_deps_done" = no; then
  2099.  if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
  2100.    _LT_AC_TAGVAR(predep_objects, $1)="$p"
  2101.  else
  2102.    _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
  2103.  fi
  2104.        else
  2105.  if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
  2106.    _LT_AC_TAGVAR(postdep_objects, $1)="$p"
  2107.  else
  2108.    _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
  2109.  fi
  2110.        fi
  2111.        ;;
  2112.     *) ;; # Ignore the rest.
  2113.     esac
  2114.   done
  2115.   # Clean up.
  2116.   rm -f a.out a.exe
  2117. else
  2118.   echo "libtool.m4: error: problem compiling $1 test program"
  2119. fi
  2120. $rm -f confest.$objext
  2121. _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
  2122. if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
  2123.   _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
  2124. fi
  2125. # PORTME: override above test on systems where it is broken
  2126. ifelse([$1],[CXX],
  2127. [case $host_os in
  2128. interix[[3-9]]*)
  2129.   # Interix 3.5 installs completely hosed .la files for C++, so rather than
  2130.   # hack all around it, let's just trust "g++" to DTRT.
  2131.   _LT_AC_TAGVAR(predep_objects,$1)=
  2132.   _LT_AC_TAGVAR(postdep_objects,$1)=
  2133.   _LT_AC_TAGVAR(postdeps,$1)=
  2134.   ;;
  2135. linux*)
  2136.   case `$CC -V 2>&1 | sed 5q` in
  2137.   *Sun C*)
  2138.     # Sun C++ 5.9
  2139.     #
  2140.     # The more standards-conforming stlport4 library is
  2141.     # incompatible with the Cstd library. Avoid specifying
  2142.     # it if it's in CXXFLAGS. Ignore libCrun as
  2143.     # -library=stlport4 depends on it.
  2144.     case " $CXX $CXXFLAGS " in
  2145.     *" -library=stlport4 "*)
  2146.       solaris_use_stlport4=yes
  2147.       ;;
  2148.     esac
  2149.     if test "$solaris_use_stlport4" != yes; then
  2150.       _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
  2151.     fi
  2152.     ;;
  2153.   esac
  2154.   ;;
  2155. solaris*)
  2156.   case $cc_basename in
  2157.   CC*)
  2158.     # The more standards-conforming stlport4 library is
  2159.     # incompatible with the Cstd library. Avoid specifying
  2160.     # it if it's in CXXFLAGS. Ignore libCrun as
  2161.     # -library=stlport4 depends on it.
  2162.     case " $CXX $CXXFLAGS " in
  2163.     *" -library=stlport4 "*)
  2164.       solaris_use_stlport4=yes
  2165.       ;;
  2166.     esac
  2167.     # Adding this requires a known-good setup of shared libraries for
  2168.     # Sun compiler versions before 5.6, else PIC objects from an old
  2169.     # archive will be linked into the output, leading to subtle bugs.
  2170.     if test "$solaris_use_stlport4" != yes; then
  2171.       _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
  2172.     fi
  2173.     ;;
  2174.   esac
  2175.   ;;
  2176. esac
  2177. ])
  2178. case " $_LT_AC_TAGVAR(postdeps, $1) " in
  2179. *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
  2180. esac
  2181. ])# AC_LIBTOOL_POSTDEP_PREDEP
  2182. # AC_LIBTOOL_LANG_F77_CONFIG
  2183. # --------------------------
  2184. # Ensure that the configuration vars for the C compiler are
  2185. # suitably defined.  Those variables are subsequently used by
  2186. # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
  2187. AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
  2188. AC_DEFUN([_LT_AC_LANG_F77_CONFIG],
  2189. [AC_REQUIRE([AC_PROG_F77])
  2190. AC_LANG_PUSH(Fortran 77)
  2191. _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  2192. _LT_AC_TAGVAR(allow_undefined_flag, $1)=
  2193. _LT_AC_TAGVAR(always_export_symbols, $1)=no
  2194. _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
  2195. _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
  2196. _LT_AC_TAGVAR(hardcode_direct, $1)=no
  2197. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
  2198. _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
  2199. _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
  2200. _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
  2201. _LT_AC_TAGVAR(hardcode_automatic, $1)=no
  2202. _LT_AC_TAGVAR(module_cmds, $1)=
  2203. _LT_AC_TAGVAR(module_expsym_cmds, $1)=
  2204. _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
  2205. _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
  2206. _LT_AC_TAGVAR(no_undefined_flag, $1)=
  2207. _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
  2208. _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
  2209. # Source file extension for f77 test sources.
  2210. ac_ext=f
  2211. # Object file extension for compiled f77 test sources.
  2212. objext=o
  2213. _LT_AC_TAGVAR(objext, $1)=$objext
  2214. # Code to be used in simple compile tests
  2215. lt_simple_compile_test_code="
  2216.       subroutine t
  2217.       return
  2218.       end
  2219. "
  2220. # Code to be used in simple link tests
  2221. lt_simple_link_test_code="
  2222.       program t
  2223.       end
  2224. "
  2225. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  2226. _LT_AC_SYS_COMPILER
  2227. # save warnings/boilerplate of simple test code
  2228. _LT_COMPILER_BOILERPLATE
  2229. _LT_LINKER_BOILERPLATE
  2230. # Allow CC to be a program name with arguments.
  2231. lt_save_CC="$CC"
  2232. CC=${F77-"f77"}
  2233. compiler=$CC
  2234. _LT_AC_TAGVAR(compiler, $1)=$CC
  2235. _LT_CC_BASENAME([$compiler])
  2236. AC_MSG_CHECKING([if libtool supports shared libraries])
  2237. AC_MSG_RESULT([$can_build_shared])
  2238. AC_MSG_CHECKING([whether to build shared libraries])
  2239. test "$can_build_shared" = "no" && enable_shared=no
  2240. # On AIX, shared libraries and static libraries use the same namespace, and
  2241. # are all built from PIC.
  2242. case $host_os in
  2243. aix3*)
  2244.   test "$enable_shared" = yes && enable_static=no
  2245.   if test -n "$RANLIB"; then
  2246.     archive_cmds="$archive_cmds~$RANLIB $lib"
  2247.     postinstall_cmds='$RANLIB $lib'
  2248.   fi
  2249.   ;;
  2250. aix[[4-9]]*)
  2251.   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
  2252.     test "$enable_shared" = yes && enable_static=no
  2253.   fi
  2254.   ;;
  2255. esac
  2256. AC_MSG_RESULT([$enable_shared])
  2257. AC_MSG_CHECKING([whether to build static libraries])
  2258. # Make sure either enable_shared or enable_static is yes.
  2259. test "$enable_shared" = yes || enable_static=yes
  2260. AC_MSG_RESULT([$enable_static])
  2261. _LT_AC_TAGVAR(GCC, $1)="$G77"
  2262. _LT_AC_TAGVAR(LD, $1)="$LD"
  2263. AC_LIBTOOL_PROG_COMPILER_PIC($1)
  2264. AC_LIBTOOL_PROG_CC_C_O($1)
  2265. AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
  2266. AC_LIBTOOL_PROG_LD_SHLIBS($1)
  2267. AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
  2268. AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
  2269. AC_LIBTOOL_CONFIG($1)
  2270. AC_LANG_POP
  2271. CC="$lt_save_CC"
  2272. ])# AC_LIBTOOL_LANG_F77_CONFIG
  2273. # AC_LIBTOOL_LANG_GCJ_CONFIG
  2274. # --------------------------
  2275. # Ensure that the configuration vars for the C compiler are
  2276. # suitably defined.  Those variables are subsequently used by
  2277. # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
  2278. AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
  2279. AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG],
  2280. [AC_LANG_SAVE
  2281. # Source file extension for Java test sources.
  2282. ac_ext=java
  2283. # Object file extension for compiled Java test sources.
  2284. objext=o
  2285. _LT_AC_TAGVAR(objext, $1)=$objext
  2286. # Code to be used in simple compile tests
  2287. lt_simple_compile_test_code="class foo {}"
  2288. # Code to be used in simple link tests
  2289. lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
  2290. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  2291. _LT_AC_SYS_COMPILER
  2292. # save warnings/boilerplate of simple test code
  2293. _LT_COMPILER_BOILERPLATE
  2294. _LT_LINKER_BOILERPLATE
  2295. # Allow CC to be a program name with arguments.
  2296. lt_save_CC="$CC"
  2297. CC=${GCJ-"gcj"}
  2298. compiler=$CC
  2299. _LT_AC_TAGVAR(compiler, $1)=$CC
  2300. _LT_CC_BASENAME([$compiler])
  2301. # GCJ did not exist at the time GCC didn't implicitly link libc in.
  2302. _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  2303. _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
  2304. AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
  2305. AC_LIBTOOL_PROG_COMPILER_PIC($1)
  2306. AC_LIBTOOL_PROG_CC_C_O($1)
  2307. AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
  2308. AC_LIBTOOL_PROG_LD_SHLIBS($1)
  2309. AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
  2310. AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
  2311. AC_LIBTOOL_CONFIG($1)
  2312. AC_LANG_RESTORE
  2313. CC="$lt_save_CC"
  2314. ])# AC_LIBTOOL_LANG_GCJ_CONFIG
  2315. # AC_LIBTOOL_LANG_RC_CONFIG
  2316. # -------------------------
  2317. # Ensure that the configuration vars for the Windows resource compiler are
  2318. # suitably defined.  Those variables are subsequently used by
  2319. # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
  2320. AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
  2321. AC_DEFUN([_LT_AC_LANG_RC_CONFIG],
  2322. [AC_LANG_SAVE
  2323. # Source file extension for RC test sources.
  2324. ac_ext=rc
  2325. # Object file extension for compiled RC test sources.
  2326. objext=o
  2327. _LT_AC_TAGVAR(objext, $1)=$objext
  2328. # Code to be used in simple compile tests
  2329. lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
  2330. # Code to be used in simple link tests
  2331. lt_simple_link_test_code="$lt_simple_compile_test_code"
  2332. # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  2333. _LT_AC_SYS_COMPILER
  2334. # save warnings/boilerplate of simple test code
  2335. _LT_COMPILER_BOILERPLATE
  2336. _LT_LINKER_BOILERPLATE
  2337. # Allow CC to be a program name with arguments.
  2338. lt_save_CC="$CC"
  2339. CC=${RC-"windres"}
  2340. compiler=$CC
  2341. _LT_AC_TAGVAR(compiler, $1)=$CC
  2342. _LT_CC_BASENAME([$compiler])
  2343. _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
  2344. AC_LIBTOOL_CONFIG($1)
  2345. AC_LANG_RESTORE
  2346. CC="$lt_save_CC"
  2347. ])# AC_LIBTOOL_LANG_RC_CONFIG
  2348. # AC_LIBTOOL_CONFIG([TAGNAME])
  2349. # ----------------------------
  2350. # If TAGNAME is not passed, then create an initial libtool script
  2351. # with a default configuration from the untagged config vars.  Otherwise
  2352. # add code to config.status for appending the configuration named by
  2353. # TAGNAME from the matching tagged config vars.
  2354. AC_DEFUN([AC_LIBTOOL_CONFIG],
  2355. [# The else clause should only fire when bootstrapping the
  2356. # libtool distribution, otherwise you forgot to ship ltmain.sh
  2357. # with your package, and you will get complaints that there are
  2358. # no rules to generate ltmain.sh.
  2359. if test -f "$ltmain"; then
  2360.   # See if we are running on zsh, and set the options which allow our commands through
  2361.   # without removal of  escapes.
  2362.   if test -n "${ZSH_VERSION+set}" ; then
  2363.     setopt NO_GLOB_SUBST
  2364.   fi
  2365.   # Now quote all the things that may contain metacharacters while being
  2366.   # careful not to overquote the AC_SUBSTed values.  We take copies of the
  2367.   # variables and quote the copies for generation of the libtool script.
  2368.   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM 
  2369.     SED SHELL STRIP 
  2370.     libname_spec library_names_spec soname_spec extract_expsyms_cmds 
  2371.     old_striplib striplib file_magic_cmd finish_cmds finish_eval 
  2372.     deplibs_check_method reload_flag reload_cmds need_locks 
  2373.     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl 
  2374.     lt_cv_sys_global_symbol_to_c_name_address 
  2375.     sys_lib_search_path_spec sys_lib_dlsearch_path_spec 
  2376.     old_postinstall_cmds old_postuninstall_cmds 
  2377.     _LT_AC_TAGVAR(compiler, $1) 
  2378.     _LT_AC_TAGVAR(CC, $1) 
  2379.     _LT_AC_TAGVAR(LD, $1) 
  2380.     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) 
  2381.     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) 
  2382.     _LT_AC_TAGVAR(lt_prog_compiler_static, $1) 
  2383.     _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) 
  2384.     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) 
  2385.     _LT_AC_TAGVAR(thread_safe_flag_spec, $1) 
  2386.     _LT_AC_TAGVAR(whole_archive_flag_spec, $1) 
  2387.     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) 
  2388.     _LT_AC_TAGVAR(old_archive_cmds, $1) 
  2389.     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) 
  2390.     _LT_AC_TAGVAR(predep_objects, $1) 
  2391.     _LT_AC_TAGVAR(postdep_objects, $1) 
  2392.     _LT_AC_TAGVAR(predeps, $1) 
  2393.     _LT_AC_TAGVAR(postdeps, $1) 
  2394.     _LT_AC_TAGVAR(compiler_lib_search_path, $1) 
  2395.     _LT_AC_TAGVAR(compiler_lib_search_dirs, $1) 
  2396.     _LT_AC_TAGVAR(archive_cmds, $1) 
  2397.     _LT_AC_TAGVAR(archive_expsym_cmds, $1) 
  2398.     _LT_AC_TAGVAR(postinstall_cmds, $1) 
  2399.     _LT_AC_TAGVAR(postuninstall_cmds, $1) 
  2400.     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) 
  2401.     _LT_AC_TAGVAR(allow_undefined_flag, $1) 
  2402.     _LT_AC_TAGVAR(no_undefined_flag, $1) 
  2403.     _LT_AC_TAGVAR(export_symbols_cmds, $1) 
  2404.     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) 
  2405.     _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) 
  2406.     _LT_AC_TAGVAR(hardcode_libdir_separator, $1) 
  2407.     _LT_AC_TAGVAR(hardcode_automatic, $1) 
  2408.     _LT_AC_TAGVAR(module_cmds, $1) 
  2409.     _LT_AC_TAGVAR(module_expsym_cmds, $1) 
  2410.     _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) 
  2411.     _LT_AC_TAGVAR(fix_srcfile_path, $1) 
  2412.     _LT_AC_TAGVAR(exclude_expsyms, $1) 
  2413.     _LT_AC_TAGVAR(include_expsyms, $1); do
  2414.     case $var in
  2415.     _LT_AC_TAGVAR(old_archive_cmds, $1) | 
  2416.     _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | 
  2417.     _LT_AC_TAGVAR(archive_cmds, $1) | 
  2418.     _LT_AC_TAGVAR(archive_expsym_cmds, $1) | 
  2419.     _LT_AC_TAGVAR(module_cmds, $1) | 
  2420.     _LT_AC_TAGVAR(module_expsym_cmds, $1) | 
  2421.     _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | 
  2422.     _LT_AC_TAGVAR(export_symbols_cmds, $1) | 
  2423.     extract_expsyms_cmds | reload_cmds | finish_cmds | 
  2424.     postinstall_cmds | postuninstall_cmds | 
  2425.     old_postinstall_cmds | old_postuninstall_cmds | 
  2426.     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
  2427.       # Double-quote double-evaled strings.
  2428.       eval "lt_$var=\"`$echo "X$$var" | $Xsed -e "$double_quote_subst" -e "$sed_quote_subst" -e "$delay_variable_subst"`\""
  2429.       ;;
  2430.     *)
  2431.       eval "lt_$var=\"`$echo "X$$var" | $Xsed -e "$sed_quote_subst"`\""
  2432.       ;;
  2433.     esac
  2434.   done
  2435.   case $lt_echo in
  2436.   *'[$]0 --fallback-echo"')
  2437.     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
  2438.     ;;
  2439.   esac
  2440. ifelse([$1], [],
  2441.   [cfgfile="${ofile}T"
  2442.   trap "$rm "$cfgfile"; exit 1" 1 2 15
  2443.   $rm -f "$cfgfile"
  2444.   AC_MSG_NOTICE([creating $ofile])],
  2445.   [cfgfile="$ofile"])
  2446.   cat <<__EOF__ >> "$cfgfile"
  2447. ifelse([$1], [],
  2448. [#! $SHELL
  2449. # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
  2450. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
  2451. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
  2452. #
  2453. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
  2454. # Free Software Foundation, Inc.
  2455. #
  2456. # This file is part of GNU Libtool:
  2457. # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
  2458. #
  2459. # This program is free software; you can redistribute it and/or modify
  2460. # it under the terms of the GNU General Public License as published by
  2461. # the Free Software Foundation; either version 2 of the License, or
  2462. # (at your option) any later version.
  2463. #
  2464. # This program is distributed in the hope that it will be useful, but
  2465. # WITHOUT ANY WARRANTY; without even the implied warranty of
  2466. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  2467. # General Public License for more details.
  2468. #
  2469. # You should have received a copy of the GNU General Public License
  2470. # along with this program; if not, write to the Free Software
  2471. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  2472. #
  2473. # As a special exception to the GNU General Public License, if you
  2474. # distribute this file as part of a program that contains a
  2475. # configuration script generated by Autoconf, you may include it under
  2476. # the same distribution terms that you use for the rest of that program.
  2477. # A sed program that does not truncate output.
  2478. SED=$lt_SED
  2479. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
  2480. Xsed="$SED -e 1s/^X//"
  2481. # The HP-UX ksh and POSIX shell print the target directory to stdout
  2482. # if CDPATH is set.
  2483. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  2484. # The names of the tagged configurations supported by this script.
  2485. available_tags=
  2486. # ### BEGIN LIBTOOL CONFIG],
  2487. [# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
  2488. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  2489. # Shell to use when invoking shell scripts.
  2490. SHELL=$lt_SHELL
  2491. # Whether or not to build shared libraries.
  2492. build_libtool_libs=$enable_shared
  2493. # Whether or not to build static libraries.
  2494. build_old_libs=$enable_static
  2495. # Whether or not to add -lc for building shared libraries.
  2496. build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
  2497. # Whether or not to disallow shared libs when runtime libs are static
  2498. allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
  2499. # Whether or not to optimize for fast installation.
  2500. fast_install=$enable_fast_install
  2501. # The host system.
  2502. host_alias=$host_alias
  2503. host=$host
  2504. host_os=$host_os
  2505. # The build system.
  2506. build_alias=$build_alias
  2507. build=$build
  2508. build_os=$build_os
  2509. # An echo program that does not interpret backslashes.
  2510. echo=$lt_echo
  2511. # The archiver.
  2512. AR=$lt_AR
  2513. AR_FLAGS=$lt_AR_FLAGS
  2514. # A C compiler.
  2515. LTCC=$lt_LTCC
  2516. # LTCC compiler flags.
  2517. LTCFLAGS=$lt_LTCFLAGS
  2518. # A language-specific compiler.
  2519. CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
  2520. # Is the compiler the GNU C compiler?
  2521. with_gcc=$_LT_AC_TAGVAR(GCC, $1)
  2522. # An ERE matcher.
  2523. EGREP=$lt_EGREP
  2524. # The linker used to build libraries.
  2525. LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
  2526. # Whether we need hard or soft links.
  2527. LN_S=$lt_LN_S
  2528. # A BSD-compatible nm program.
  2529. NM=$lt_NM
  2530. # A symbol stripping program
  2531. STRIP=$lt_STRIP
  2532. # Used to examine libraries when file_magic_cmd begins "file"
  2533. MAGIC_CMD=$MAGIC_CMD
  2534. # Used on cygwin: DLL creation program.
  2535. DLLTOOL="$DLLTOOL"
  2536. # Used on cygwin: object dumper.
  2537. OBJDUMP="$OBJDUMP"
  2538. # Used on cygwin: assembler.
  2539. AS="$AS"
  2540. # The name of the directory that contains temporary libtool files.
  2541. objdir=$objdir
  2542. # How to create reloadable object files.
  2543. reload_flag=$lt_reload_flag
  2544. reload_cmds=$lt_reload_cmds
  2545. # How to pass a linker flag through the compiler.
  2546. wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
  2547. # Object file suffix (normally "o").
  2548. objext="$ac_objext"
  2549. # Old archive suffix (normally "a").
  2550. libext="$libext"
  2551. # Shared library suffix (normally ".so").
  2552. shrext_cmds='$shrext_cmds'
  2553. # Executable file suffix (normally "").
  2554. exeext="$exeext"
  2555. # Additional compiler flags for building library objects.
  2556. pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
  2557. pic_mode=$pic_mode
  2558. # What is the maximum length of a command?
  2559. max_cmd_len=$lt_cv_sys_max_cmd_len
  2560. # Does compiler simultaneously support -c and -o options?
  2561. compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
  2562. # Must we lock files when doing compilation?
  2563. need_locks=$lt_need_locks
  2564. # Do we need the lib prefix for modules?
  2565. need_lib_prefix=$need_lib_prefix
  2566. # Do we need a version for libraries?
  2567. need_version=$need_version
  2568. # Whether dlopen is supported.
  2569. dlopen_support=$enable_dlopen
  2570. # Whether dlopen of programs is supported.
  2571. dlopen_self=$enable_dlopen_self
  2572. # Whether dlopen of statically linked programs is supported.
  2573. dlopen_self_static=$enable_dlopen_self_static
  2574. # Compiler flag to prevent dynamic linking.
  2575. link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
  2576. # Compiler flag to turn off builtin functions.
  2577. no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
  2578. # Compiler flag to allow reflexive dlopens.
  2579. export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
  2580. # Compiler flag to generate shared objects directly from archives.
  2581. whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
  2582. # Compiler flag to generate thread-safe objects.
  2583. thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
  2584. # Library versioning type.
  2585. version_type=$version_type
  2586. # Format of library name prefix.
  2587. libname_spec=$lt_libname_spec
  2588. # List of archive names.  First name is the real one, the rest are links.
  2589. # The last name is the one that the linker finds with -lNAME.
  2590. library_names_spec=$lt_library_names_spec
  2591. # The coded name of the library, if different from the real name.
  2592. soname_spec=$lt_soname_spec
  2593. # Commands used to build and install an old-style archive.
  2594. RANLIB=$lt_RANLIB
  2595. old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
  2596. old_postinstall_cmds=$lt_old_postinstall_cmds
  2597. old_postuninstall_cmds=$lt_old_postuninstall_cmds
  2598. # Create an old-style archive from a shared archive.
  2599. old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
  2600. # Create a temporary old-style archive to link instead of a shared archive.
  2601. old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
  2602. # Commands used to build and install a shared archive.
  2603. archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
  2604. archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
  2605. postinstall_cmds=$lt_postinstall_cmds
  2606. postuninstall_cmds=$lt_postuninstall_cmds
  2607. # Commands used to build a loadable module (assumed same as above if empty)
  2608. module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
  2609. module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
  2610. # Commands to strip libraries.
  2611. old_striplib=$lt_old_striplib
  2612. striplib=$lt_striplib
  2613. # Dependencies to place before the objects being linked to create a
  2614. # shared library.
  2615. predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
  2616. # Dependencies to place after the objects being linked to create a
  2617. # shared library.
  2618. postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
  2619. # Dependencies to place before the objects being linked to create a
  2620. # shared library.
  2621. predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
  2622. # Dependencies to place after the objects being linked to create a
  2623. # shared library.
  2624. postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
  2625. # The directories searched by this compiler when creating a shared
  2626. # library
  2627. compiler_lib_search_dirs=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)
  2628. # The library search path used internally by the compiler when linking
  2629. # a shared library.
  2630. compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
  2631. # Method to check whether dependent libraries are shared objects.
  2632. deplibs_check_method=$lt_deplibs_check_method
  2633. # Command to use when deplibs_check_method == file_magic.
  2634. file_magic_cmd=$lt_file_magic_cmd
  2635. # Flag that allows shared libraries with undefined symbols to be built.
  2636. allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
  2637. # Flag that forces no undefined symbols.
  2638. no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
  2639. # Commands used to finish a libtool library installation in a directory.
  2640. finish_cmds=$lt_finish_cmds
  2641. # Same as above, but a single script fragment to be evaled but not shown.
  2642. finish_eval=$lt_finish_eval
  2643. # Take the output of nm and produce a listing of raw symbols and C names.
  2644. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
  2645. # Transform the output of nm in a proper C declaration
  2646. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
  2647. # Transform the output of nm in a C name address pair
  2648. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
  2649. # This is the shared library runtime path variable.
  2650. runpath_var=$runpath_var
  2651. # This is the shared library path variable.
  2652. shlibpath_var=$shlibpath_var
  2653. # Is shlibpath searched before the hard-coded library search path?
  2654. shlibpath_overrides_runpath=$shlibpath_overrides_runpath
  2655. # How to hardcode a shared library path into an executable.
  2656. hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
  2657. # Whether we should hardcode library paths into libraries.
  2658. hardcode_into_libs=$hardcode_into_libs
  2659. # Flag to hardcode $libdir into a binary during linking.
  2660. # This must work even if $libdir does not exist.
  2661. hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
  2662. # If ld is used when linking, flag to hardcode $libdir into
  2663. # a binary during linking. This must work even if $libdir does
  2664. # not exist.
  2665. hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
  2666. # Whether we need a single -rpath flag with a separated argument.
  2667. hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
  2668. # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
  2669. # resulting binary.
  2670. hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
  2671. # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
  2672. # resulting binary.
  2673. hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
  2674. # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
  2675. # the resulting binary.
  2676. hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
  2677. # Set to yes if building a shared library automatically hardcodes DIR into the library
  2678. # and all subsequent libraries and executables linked against it.
  2679. hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
  2680. # Variables whose values should be saved in libtool wrapper scripts and
  2681. # restored at relink time.
  2682. variables_saved_for_relink="$variables_saved_for_relink"
  2683. # Whether libtool must link a program against all its dependency libraries.
  2684. link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
  2685. # Compile-time system search path for libraries
  2686. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
  2687. # Run-time system search path for libraries
  2688. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
  2689. # Fix the shell variable $srcfile for the compiler.
  2690. fix_srcfile_path=$lt_fix_srcfile_path
  2691. # Set to yes if exported symbols are required.
  2692. always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
  2693. # The commands to list exported symbols.
  2694. export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
  2695. # The commands to extract the exported symbol list from a shared archive.
  2696. extract_expsyms_cmds=$lt_extract_expsyms_cmds
  2697. # Symbols that should not be listed in the preloaded symbols.
  2698. exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
  2699. # Symbols that must always be exported.
  2700. include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
  2701. ifelse([$1],[],
  2702. [# ### END LIBTOOL CONFIG],
  2703. [# ### END LIBTOOL TAG CONFIG: $tagname])
  2704. __EOF__
  2705. ifelse([$1],[], [
  2706.   case $host_os in
  2707.   aix3*)
  2708.     cat <<EOF >> "$cfgfile"
  2709. # AIX sometimes has problems with the GCC collect2 program.  For some
  2710. # reason, if we set the COLLECT_NAMES environment variable, the problems
  2711. # vanish in a puff of smoke.
  2712. if test "X${COLLECT_NAMES+set}" != Xset; then
  2713.   COLLECT_NAMES=
  2714.   export COLLECT_NAMES
  2715. fi
  2716. EOF
  2717.     ;;
  2718.   esac
  2719.   # We use sed instead of cat because bash on DJGPP gets confused if
  2720.   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
  2721.   # text mode, it properly converts lines to CR/LF.  This bash problem
  2722.   # is reportedly fixed, but why not run on old versions too?
  2723.   sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
  2724.   mv -f "$cfgfile" "$ofile" || 
  2725.     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
  2726.   chmod +x "$ofile"
  2727. ])
  2728. else
  2729.   # If there is no Makefile yet, we rely on a make rule to execute
  2730.   # `config.status --recheck' to rerun these tests and create the
  2731.   # libtool script then.
  2732.   ltmain_in=`echo $ltmain | sed -e 's/.sh$/.in/'`
  2733.   if test -f "$ltmain_in"; then
  2734.     test -f Makefile && make "$ltmain"
  2735.   fi
  2736. fi
  2737. ])# AC_LIBTOOL_CONFIG
  2738. # AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME])
  2739. # -------------------------------------------
  2740. AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI],
  2741. [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
  2742. _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
  2743. if test "$GCC" = yes; then
  2744.   _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
  2745.   AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
  2746.     lt_cv_prog_compiler_rtti_exceptions,
  2747.     [-fno-rtti -fno-exceptions], [],
  2748.     [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
  2749. fi
  2750. ])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI
  2751. # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
  2752. # ---------------------------------
  2753. AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
  2754. [AC_REQUIRE([AC_CANONICAL_HOST])
  2755. AC_REQUIRE([LT_AC_PROG_SED])
  2756. AC_REQUIRE([AC_PROG_NM])
  2757. AC_REQUIRE([AC_OBJEXT])
  2758. # Check for command to grab the raw symbol name followed by C symbol from nm.
  2759. AC_MSG_CHECKING([command to parse $NM output from $compiler object])
  2760. AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
  2761. [
  2762. # These are sane defaults that work on at least a few old systems.
  2763. # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
  2764. # Character class describing NM global symbol codes.
  2765. symcode='[[BCDEGRST]]'
  2766. # Regexp to match symbols that can be accessed directly from C.
  2767. sympat='([[_A-Za-z]][[_A-Za-z0-9]]*)'
  2768. # Transform an extracted symbol line into a proper C declaration
  2769. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* (.*)$/extern int 1;/p'"
  2770. # Transform an extracted symbol line into symbol name and symbol address
  2771. lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: ([[^ ]]*) $/  {\"1\", (lt_ptr) 0},/p' -e 's/^$symcode ([[^ ]]*) ([[^ ]]*)$/  {"2", (lt_ptr) &2},/p'"
  2772. # Define system-specific variables.
  2773. case $host_os in
  2774. aix*)
  2775.   symcode='[[BCDT]]'
  2776.   ;;
  2777. cygwin* | mingw* | pw32*)
  2778.   symcode='[[ABCDGISTW]]'
  2779.   ;;
  2780. hpux*) # Its linker distinguishes data from code symbols
  2781.   if test "$host_cpu" = ia64; then
  2782.     symcode='[[ABCDEGRST]]'
  2783.   fi
  2784.   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* (.*)$/extern int 1();/p' -e 's/^$symcode* .* (.*)$/extern char 1;/p'"
  2785.   lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: ([[^ ]]*) $/  {\"1\", (lt_ptr) 0},/p' -e 's/^$symcode* ([[^ ]]*) ([[^ ]]*)$/  {"2", (lt_ptr) &2},/p'"
  2786.   ;;
  2787. linux* | k*bsd*-gnu)
  2788.   if test "$host_cpu" = ia64; then
  2789.     symcode='[[ABCDGIRSTW]]'
  2790.     lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* (.*)$/extern int 1();/p' -e 's/^$symcode* .* (.*)$/extern char 1;/p'"
  2791.     lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: ([[^ ]]*) $/  {\"1\", (lt_ptr) 0},/p' -e 's/^$symcode* ([[^ ]]*) ([[^ ]]*)$/  {"2", (lt_ptr) &2},/p'"
  2792.   fi
  2793.   ;;
  2794. irix* | nonstopux*)
  2795.   symcode='[[BCDEGRST]]'
  2796.   ;;
  2797. osf*)
  2798.   symcode='[[BCDEGQRST]]'
  2799.   ;;
  2800. solaris*)
  2801.   symcode='[[BDRT]]'
  2802.   ;;
  2803. sco3.2v5*)
  2804.   symcode='[[DT]]'
  2805.   ;;
  2806. sysv4.2uw2*)
  2807.   symcode='[[DT]]'
  2808.   ;;
  2809. sysv5* | sco5v6* | unixware* | OpenUNIX*)
  2810.   symcode='[[ABDT]]'
  2811.   ;;
  2812. sysv4)
  2813.   symcode='[[DFNSTU]]'
  2814.   ;;
  2815. esac
  2816. # Handle CRLF in mingw tool chain
  2817. opt_cr=
  2818. case $build_os in
  2819. mingw*)
  2820.   opt_cr=`echo 'x{0,1}' | tr x '15'` # option cr in regexp
  2821.   ;;
  2822. esac
  2823. # If we're using GNU nm, then use its standard symbol codes.
  2824. case `$NM -V 2>&1` in
  2825. *GNU* | *'with BFD'*)
  2826.   symcode='[[ABCDGIRSTW]]' ;;
  2827. esac
  2828. # Try without a prefix undercore, then with it.
  2829. for ac_symprfx in "" "_"; do
  2830.   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
  2831.   symxfrm="\1 $ac_symprfx\2 \2"
  2832.   # Write the raw and C identifiers.
  2833.   lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[  ]]($symcode$symcode*)[[  ]][[  ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
  2834.   # Check to see that the pipe works correctly.
  2835.   pipe_works=no
  2836.   rm -f conftest*
  2837.   cat > conftest.$ac_ext <<EOF
  2838. #ifdef __cplusplus
  2839. extern "C" {
  2840. #endif
  2841. char nm_test_var;
  2842. void nm_test_func(){}
  2843. #ifdef __cplusplus
  2844. }
  2845. #endif
  2846. int main(){nm_test_var='a';nm_test_func();return(0);}
  2847. EOF
  2848.   if AC_TRY_EVAL(ac_compile); then
  2849.     # Now try to grab the symbols.
  2850.     nlist=conftest.nm
  2851.     if AC_TRY_EVAL(NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist) && test -s "$nlist"; then
  2852.       # Try sorting and uniquifying the output.
  2853.       if sort "$nlist" | uniq > "$nlist"T; then
  2854. mv -f "$nlist"T "$nlist"
  2855.       else
  2856. rm -f "$nlist"T
  2857.       fi
  2858.       # Make sure that we snagged all the symbols we need.
  2859.       if grep ' nm_test_var$' "$nlist" >/dev/null; then
  2860. if grep ' nm_test_func$' "$nlist" >/dev/null; then
  2861.   cat <<EOF > conftest.$ac_ext
  2862. #ifdef __cplusplus
  2863. extern "C" {
  2864. #endif
  2865. EOF
  2866.   # Now generate the symbol file.
  2867.   eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
  2868.   cat <<EOF >> conftest.$ac_ext
  2869. #if defined (__STDC__) && __STDC__
  2870. # define lt_ptr_t void *
  2871. #else
  2872. # define lt_ptr_t char *
  2873. # define const
  2874. #endif
  2875. /* The mapping between symbol names and symbols. */
  2876. const struct {
  2877.   const char *name;
  2878.   lt_ptr_t address;
  2879. }
  2880. lt_preloaded_symbols[[]] =
  2881. {
  2882. EOF
  2883.   $SED "s/^$symcode$symcode* (.*) (.*)$/  {"2", (lt_ptr_t) &2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
  2884.   cat <<EOF >> conftest.$ac_ext
  2885.   {0, (lt_ptr_t) 0}
  2886. };
  2887. #ifdef __cplusplus
  2888. }
  2889. #endif
  2890. EOF
  2891.   # Now try linking the two files.
  2892.   mv conftest.$ac_objext conftstm.$ac_objext
  2893.   lt_save_LIBS="$LIBS"
  2894.   lt_save_CFLAGS="$CFLAGS"
  2895.   LIBS="conftstm.$ac_objext"
  2896.   CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
  2897.   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
  2898.     pipe_works=yes