Difference for ./aclocal.m4 from version 1.24 to 1.25


version 1.24 version 1.25
Line 1
 
Line 1
 # generated automatically by aclocal 1.9.5 -*- Autoconf -*-  # generated automatically by aclocal 1.9.6 -*- Autoconf -*-
   
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,  # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 # 2005  Free Software Foundation, Inc.  # 2005  Free Software Foundation, Inc.
Line 13
 
Line 13
   
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-  # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
   
 # serial 47 AC_PROG_LIBTOOL  # serial 48 AC_PROG_LIBTOOL
 # Debian $Rev: 214 $  
   
   
 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)  # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
Line 124
 
Line 123
   
 # Sed substitution that helps us do robust quoting.  It backslashifies  # Sed substitution that helps us do robust quoting.  It backslashifies
 # metacharacters that are still active within double-quoted strings.  # metacharacters that are still active within double-quoted strings.
 Xsed='sed -e s/^X//'  Xsed='sed -e 1s/^X//'
 [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']  [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
   
 # Same as above, but do not quote variable references.  # Same as above, but do not quote variable references.
Line 144
 
Line 143
 default_ofile=libtool  default_ofile=libtool
 can_build_shared=yes  can_build_shared=yes
   
 # All known linkers require a `.a' archive for static linking (except M$VC,  # All known linkers require a `.a' archive for static linking (except MSVC,
 # which needs '.lib').  # which needs '.lib').
 libext=a  libext=a
 ltmain="$ac_aux_dir/ltmain.sh"  ltmain="$ac_aux_dir/ltmain.sh"
Line 164
 
Line 163
 test -z "$AS" && AS=as  test -z "$AS" && AS=as
 test -z "$CC" && CC=cc  test -z "$CC" && CC=cc
 test -z "$LTCC" && LTCC=$CC  test -z "$LTCC" && LTCC=$CC
   test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
 test -z "$DLLTOOL" && DLLTOOL=dlltool  test -z "$DLLTOOL" && DLLTOOL=dlltool
 test -z "$LD" && LD=ld  test -z "$LD" && LD=ld
 test -z "$LN_S" && LN_S="ln -s"  test -z "$LN_S" && LN_S="ln -s"
Line 183
 
Line 183
 if test -n "$RANLIB"; then  if test -n "$RANLIB"; then
   case $host_os in    case $host_os in
   openbsd*)    openbsd*)
     old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"      old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
     ;;      ;;
   *)    *)
     old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"      old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
     ;;      ;;
   esac    esac
   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"    old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 fi  fi
   
   _LT_CC_BASENAME([$compiler])
   
 # Only perform the check for file, if the check method requires it  # Only perform the check for file, if the check method requires it
 case $deplibs_check_method in  case $deplibs_check_method in
 file_magic*)  file_magic*)
Line 217
 
Line 219
     [pic_mode=default])      [pic_mode=default])
 test -z "$pic_mode" && pic_mode=default  test -z "$pic_mode" && pic_mode=default
   
   # Check if we have a version mismatch between libtool.m4 and ltmain.sh.
   #
   # Note:  This should be in AC_LIBTOOL_SETUP, _after_ $ltmain have been defined.
   #        We also should do it _before_ AC_LIBTOOL_LANG_C_CONFIG that actually
   #        calls AC_LIBTOOL_CONFIG and creates libtool.
   #
   _LT_VERSION_CHECK
   
 # Use C for the default configuration in the libtool script  # Use C for the default configuration in the libtool script
 tagname=  tagname=
 AC_LIBTOOL_LANG_C_CONFIG  AC_LIBTOOL_LANG_C_CONFIG
Line 224
 
Line 234
 ])# AC_LIBTOOL_SETUP  ])# AC_LIBTOOL_SETUP
   
   
   # _LT_VERSION_CHECK
   # -----------------
   AC_DEFUN([_LT_VERSION_CHECK],
   [AC_MSG_CHECKING([for correct ltmain.sh version])
   if test "x$ltmain" = "x" ; then
     AC_MSG_RESULT(no)
     AC_MSG_ERROR([
   
   *** @<:@Gentoo@:>@ sanity check failed! ***
   *** \$ltmain is not defined, please check the patch for consistency! ***
   ])
   fi
   gentoo_lt_version="1.5.22"
   gentoo_ltmain_version=`sed -n '/^[[ ]]*VERSION=/{s/^[[ ]]*VERSION=//;p;q;}' "$ltmain"`
   if test "x$gentoo_lt_version" != "x$gentoo_ltmain_version" ; then
     AC_MSG_RESULT(no)
     AC_MSG_ERROR([
   
   *** @<:@Gentoo@:>@ sanity check failed! ***
   *** libtool.m4 and ltmain.sh have a version mismatch! ***
   *** (libtool.m4 = $gentoo_lt_version, ltmain.sh = $gentoo_ltmain_version) ***
   
   Please run:
   
     libtoolize --copy --force
   
   if appropriate, please contact the maintainer of this
   package (or your distribution) for help.
   ])
   else
     AC_MSG_RESULT(yes)
   fi
   ])# _LT_VERSION_CHECK
   
   
 # _LT_AC_SYS_COMPILER  # _LT_AC_SYS_COMPILER
 # -------------------  # -------------------
 AC_DEFUN([_LT_AC_SYS_COMPILER],  AC_DEFUN([_LT_AC_SYS_COMPILER],
Line 232
 
Line 277
 # If no C compiler was specified, use CC.  # If no C compiler was specified, use CC.
 LTCC=${LTCC-"$CC"}  LTCC=${LTCC-"$CC"}
   
   # If no C compiler flags were specified, use CFLAGS.
   LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
   
 # Allow CC to be a program name with arguments.  # Allow CC to be a program name with arguments.
 compiler=$CC  compiler=$CC
 ])# _LT_AC_SYS_COMPILER  ])# _LT_AC_SYS_COMPILER
   
   
   # _LT_CC_BASENAME(CC)
   # -------------------
   # Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
   AC_DEFUN([_LT_CC_BASENAME],
   [for cc_temp in $1""; do
     case $cc_temp in
       compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
       distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
       \-*) ;;
       *) break;;
     esac
   done
   cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
   ])
   
   
   # _LT_COMPILER_BOILERPLATE
   # ------------------------
   # Check for compiler boilerplate output or warnings with
   # the simple compiler test code.
   AC_DEFUN([_LT_COMPILER_BOILERPLATE],
   [ac_outfile=conftest.$ac_objext
   printf "$lt_simple_compile_test_code" >conftest.$ac_ext
   eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
   _lt_compiler_boilerplate=`cat conftest.err`
   $rm conftest*
   ])# _LT_COMPILER_BOILERPLATE
   
   
   # _LT_LINKER_BOILERPLATE
   # ----------------------
   # Check for linker boilerplate output or warnings with
   # the simple link test code.
   AC_DEFUN([_LT_LINKER_BOILERPLATE],
   [ac_outfile=conftest.$ac_objext
   printf "$lt_simple_link_test_code" >conftest.$ac_ext
   eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
   _lt_linker_boilerplate=`cat conftest.err`
   $rm conftest*
   ])# _LT_LINKER_BOILERPLATE
   
   
 # _LT_AC_SYS_LIBPATH_AIX  # _LT_AC_SYS_LIBPATH_AIX
 # ----------------------  # ----------------------
 # Links a minimal program and checks the executable  # Links a minimal program and checks the executable
Line 309
 
Line 399
   
 # The HP-UX ksh and POSIX shell print the target directory to stdout  # The HP-UX ksh and POSIX shell print the target directory to stdout
 # if CDPATH is set.  # if CDPATH is set.
 if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi  (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   
 if test -z "$ECHO"; then  if test -z "$ECHO"; then
 if test "X${echo_test_string+set}" != Xset; then  if test "X${echo_test_string+set}" != Xset; then
 # find a string as large as possible, as long as the shell can cope with it  # find a string as large as possible, as long as the shell can cope with it
   for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do    for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
     if (echo_test_string="`eval $cmd`") 2>/dev/null &&      if (echo_test_string=`eval $cmd`) 2>/dev/null &&
        echo_test_string="`eval $cmd`" &&         echo_test_string=`eval $cmd` &&
        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null         (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
     then      then
       break        break
Line 486
 
Line 576
   # Find out which ABI we are using.    # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext    echo 'int i;' > conftest.$ac_ext
   if AC_TRY_EVAL(ac_compile); then    if AC_TRY_EVAL(ac_compile); then
     case "`/usr/bin/file conftest.o`" in      case `/usr/bin/file conftest.o` in
     *32-bit*)      *32-bit*)
       case $host in        case $host in
         x86_64-*linux*)          x86_64-*linux*)
Line 537
 
Line 627
     CFLAGS="$SAVE_CFLAGS"      CFLAGS="$SAVE_CFLAGS"
   fi    fi
   ;;    ;;
   sparc*-*solaris*)
     # Find out which ABI we are using.
     echo 'int i;' > conftest.$ac_ext
     if AC_TRY_EVAL(ac_compile); then
       case `/usr/bin/file conftest.o` in
       *64-bit*)
         case $lt_cv_prog_gnu_ld in
         yes*) LD="${LD-ld} -m elf64_sparc" ;;
         *)    LD="${LD-ld} -64" ;;
         esac
         ;;
       esac
     fi
     rm -rf conftest*
     ;;
   
 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],  AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)  [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
   AC_CHECK_TOOL(DLLTOOL, dlltool, false)    AC_CHECK_TOOL(DLLTOOL, dlltool, false)
Line 568
 
Line 674
    # with a dollar sign (not a hyphen), so the echo should work correctly.     # with a dollar sign (not a hyphen), so the echo should work correctly.
    # The option is referenced via a variable to avoid confusing sed.     # The option is referenced via a variable to avoid confusing sed.
    lt_compile=`echo "$ac_compile" | $SED \     lt_compile=`echo "$ac_compile" | $SED \
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)     (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
Line 578
 
Line 684
    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD     echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
    if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings       # So say no if there are warnings other than the usual output.
      if test ! -s conftest.err; then       $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
        if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
        $2=yes         $2=yes
      fi       fi
    fi     fi
Line 605
 
Line 713
    LDFLAGS="$LDFLAGS $3"     LDFLAGS="$LDFLAGS $3"
    printf "$lt_simple_link_test_code" > conftest.$ac_ext     printf "$lt_simple_link_test_code" > conftest.$ac_ext
    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then     if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
      # The compiler can only warn and ignore the option if not recognized       # The linker can only warn and ignore the option if not recognized
      # So say no if there are warnings       # So say no if there are warnings
      if test -s conftest.err; then       if test -s conftest.err; then
        # Append any errors to the config.log.         # Append any errors to the config.log.
        cat conftest.err 1>&AS_MESSAGE_LOG_FD         cat conftest.err 1>&AS_MESSAGE_LOG_FD
          $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
          $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
          if diff conftest.exp conftest.er2 >/dev/null; then
            $2=yes
          fi
      else       else
        $2=yes         $2=yes
      fi       fi
Line 668
 
Line 781
     lt_cv_sys_max_cmd_len=8192;      lt_cv_sys_max_cmd_len=8192;
     ;;      ;;
   
     netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
       # This has been around since 386BSD, at least.  Likely further.
       if test -x /sbin/sysctl; then
         lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
       elif test -x /usr/sbin/sysctl; then
         lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
       else
         lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
       fi
       # And add a safety zone
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
       ;;
   
     interix*)
       # We know the value 262144 and hardcode it with a safety zone (like BSD)
       lt_cv_sys_max_cmd_len=196608
       ;;
   
     osf*)
       # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
       # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
       # nice to cause kernel panics so lets avoid the loop below.
       # First set a reasonable default.
       lt_cv_sys_max_cmd_len=16384
       #
       if test -x /sbin/sysconfig; then
         case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
           *1*) lt_cv_sys_max_cmd_len=-1 ;;
         esac
       fi
       ;;
     sco3.2v5*)
       lt_cv_sys_max_cmd_len=102400
       ;;
     sysv5* | sco5v6* | sysv4.2uw2*)
       kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
       if test -n "$kargmax"; then
         lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
       else
         lt_cv_sys_max_cmd_len=32768
       fi
       ;;
  *)   *)
     # If test is not a shell built-in, we'll probably end up computing a      # If test is not a shell built-in, we'll probably end up computing a
     # maximum length that is only half of the actual maximum length, but      # maximum length that is only half of the actual maximum length, but
     # we can't tell.      # we can't tell.
     while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
       while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
         = "XX$teststring") >/dev/null 2>&1 &&          = "XX$teststring") >/dev/null 2>&1 &&
      new_result=`expr "X$teststring" : ".*" 2>&1` &&       new_result=`expr "X$teststring" : ".*" 2>&1` &&
      lt_cv_sys_max_cmd_len=$new_result &&       lt_cv_sys_max_cmd_len=$new_result &&
Line 698
 
Line 855
   
   
 # _LT_AC_CHECK_DLFCN  # _LT_AC_CHECK_DLFCN
 # --------------------  # ------------------
 AC_DEFUN([_LT_AC_CHECK_DLFCN],  AC_DEFUN([_LT_AC_CHECK_DLFCN],
 [AC_CHECK_HEADERS(dlfcn.h)dnl  [AC_CHECK_HEADERS(dlfcn.h)dnl
 ])# _LT_AC_CHECK_DLFCN  ])# _LT_AC_CHECK_DLFCN
Line 706
 
Line 863
   
 # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,  # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
 #                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)  #                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
 # ------------------------------------------------------------------  # ---------------------------------------------------------------------
 AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],  AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
 [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl  [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 if test "$cross_compiling" = yes; then :  if test "$cross_compiling" = yes; then :
Line 772
 
Line 929
       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;        else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
       /* dlclose (self); */        /* dlclose (self); */
     }      }
     else
       puts (dlerror ());
   
     exit (status);      exit (status);
 }]  }]
 EOF  EOF
   if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then    if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
     (./conftest; exit; ) 2>/dev/null      (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
     lt_status=$?      lt_status=$?
     case x$lt_status in      case x$lt_status in
       x$lt_dlno_uscore) $1 ;;        x$lt_dlno_uscore) $1 ;;
       x$lt_dlneed_uscore) $2 ;;        x$lt_dlneed_uscore) $2 ;;
       x$lt_unknown|x*) $3 ;;        x$lt_dlunknown|x*) $3 ;;
     esac      esac
   else :    else :
     # compilation failed      # compilation failed
Line 794
 
Line 953
   
   
 # AC_LIBTOOL_DLOPEN_SELF  # AC_LIBTOOL_DLOPEN_SELF
 # -------------------  # ----------------------
 AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],  AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
 [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl  [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 if test "x$enable_dlopen" != xyes; then  if test "x$enable_dlopen" != xyes; then
Line 865
 
Line 1024
     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"      test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
   
     save_LDFLAGS="$LDFLAGS"      save_LDFLAGS="$LDFLAGS"
     eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
   
     save_LIBS="$LIBS"      save_LIBS="$LIBS"
     LIBS="$lt_cv_dlopen_libs $LIBS"      LIBS="$lt_cv_dlopen_libs $LIBS"
Line 878
 
Line 1037
     ])      ])
   
     if test "x$lt_cv_dlopen_self" = xyes; then      if test "x$lt_cv_dlopen_self" = xyes; then
       LDFLAGS="$LDFLAGS $link_static_flag"        wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
       AC_CACHE_CHECK([whether a statically linked program can dlopen itself],        AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
       lt_cv_dlopen_self_static, [dnl        lt_cv_dlopen_self_static, [dnl
    _LT_AC_TRY_DLOPEN_SELF(     _LT_AC_TRY_DLOPEN_SELF(
Line 926
 
Line 1085
    # Note that $ac_compile itself does not contain backslashes and begins     # Note that $ac_compile itself does not contain backslashes and begins
    # with a dollar sign (not a hyphen), so the echo should work correctly.     # with a dollar sign (not a hyphen), so the echo should work correctly.
    lt_compile=`echo "$ac_compile" | $SED \     lt_compile=`echo "$ac_compile" | $SED \
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)     (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
Line 938
 
Line 1097
    then     then
      # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings       # So say no if there are warnings
      if test ! -s out/conftest.err; then       $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
        $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
        if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
        _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes         _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
      fi       fi
    fi     fi
    chmod u+w .     chmod u+w . 2>&AS_MESSAGE_LOG_FD
    $rm conftest*     $rm conftest*
    # SGI C++ compiler will create directory out/ii_files/ for     # SGI C++ compiler will create directory out/ii_files/ for
    # template instantiation     # template instantiation
Line 1006
 
Line 1167
 [AC_MSG_CHECKING([how to hardcode library paths into programs])  [AC_MSG_CHECKING([how to hardcode library paths into programs])
 _LT_AC_TAGVAR(hardcode_action, $1)=  _LT_AC_TAGVAR(hardcode_action, $1)=
 if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \  if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
    test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \     test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
    test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then     test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
   
   # We can hardcode non-existant directories.    # We can hardcode non-existant directories.
Line 1174
 
Line 1335
   shlibpath_var=LIBRARY_PATH    shlibpath_var=LIBRARY_PATH
   ;;    ;;
   
 bsdi4*)  bsdi[[45]]*)
   version_type=linux    version_type=linux
   need_version=no    need_version=no
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Line 1202
 
Line 1363
       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~        dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
       dldir=$destdir/`dirname \$dlpath`~        dldir=$destdir/`dirname \$dlpath`~
       test -d \$dldir || mkdir -p \$dldir~        test -d \$dldir || mkdir -p \$dldir~
       $install_prog $dir/$dlname \$dldir/$dlname'        $install_prog $dir/$dlname \$dldir/$dlname~
         chmod a+x \$dldir/$dlname'
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~      postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
       dlpath=$dir/\$dldll~        dlpath=$dir/\$dldll~
        $rm \$dlpath'         $rm \$dlpath'
Line 1232
 
Line 1394
       ;;        ;;
     pw32*)      pw32*)
       # pw32 DLLs use 'pw' prefix rather than 'lib'        # pw32 DLLs use 'pw' prefix rather than 'lib'
       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'        library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
         ;;
       esac
       ;;        ;;
   
     linux*)
       if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
         supports_anon_versioning=no
         case `$LD -v 2>/dev/null` in
           *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
           *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
           *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
           *\ 2.11.*) ;; # other 2.11 versions
           *) supports_anon_versioning=yes ;;
     esac      esac
         if test $supports_anon_versioning = yes; then
           archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
   cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
   $echo "local: *; };" >> $output_objdir/$libname.ver~
           $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
         else
           $archive_expsym_cmds="$archive_cmds"
         fi
       else
         ld_shlibs=no
       fi
     ;;      ;;
   
   *)    *)
Line 1255
 
Line 1441
   soname_spec='${libname}${release}${major}$shared_ext'    soname_spec='${libname}${release}${major}$shared_ext'
   shlibpath_overrides_runpath=yes    shlibpath_overrides_runpath=yes
   shlibpath_var=DYLD_LIBRARY_PATH    shlibpath_var=DYLD_LIBRARY_PATH
   shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'    shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
   # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.    # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
   if test "$GCC" = yes; then    if test "$GCC" = yes; then
     sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`      sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
Line 1290
 
Line 1476
   dynamic_linker='GNU ld.so'    dynamic_linker='GNU ld.so'
   ;;    ;;
   
 freebsd*)  freebsd* | dragonfly*)
   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`    # DragonFly does not have aout.  When/if they implement a new
   version_type=freebsd-$objformat    # versioning mechanism, adjust this.
     if test -x /usr/bin/objformat; then
       objformat=`/usr/bin/objformat`
     else
       case $host_os in
       freebsd[[123]]*) objformat=aout ;;
       *) objformat=elf ;;
       esac
     fi
     # Handle Gentoo/FreeBSD as it was Linux
     case $host_vendor in
       gentoo)
         version_type=linux ;;
       *)
         version_type=freebsd-$objformat ;;
     esac
   
   case $version_type in    case $version_type in
     freebsd-elf*)      freebsd-elf*)
       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'        library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
Line 1303
 
Line 1505
       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'        library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
       need_version=yes        need_version=yes
       ;;        ;;
       linux)
         library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
         soname_spec='${libname}${release}${shared_ext}$major'
         need_lib_prefix=no
         need_version=no
         ;;
   esac    esac
   shlibpath_var=LD_LIBRARY_PATH    shlibpath_var=LD_LIBRARY_PATH
   case $host_os in    case $host_os in
   freebsd2*)    freebsd2*)
     shlibpath_overrides_runpath=yes      shlibpath_overrides_runpath=yes
     ;;      ;;
   freebsd3.[01]* | freebsdelf3.[01]*)    freebsd3.[[01]]* | freebsdelf3.[[01]]*)
     shlibpath_overrides_runpath=yes      shlibpath_overrides_runpath=yes
     hardcode_into_libs=yes      hardcode_into_libs=yes
     ;;      ;;
   *) # from 3.2 on    freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
     freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
     shlibpath_overrides_runpath=no      shlibpath_overrides_runpath=no
     hardcode_into_libs=yes      hardcode_into_libs=yes
     ;;      ;;
     freebsd*) # from 4.6 on
       shlibpath_overrides_runpath=yes
       hardcode_into_libs=yes
       ;;
   esac    esac
   ;;    ;;
   
Line 1336
 
Line 1549
   version_type=sunos    version_type=sunos
   need_lib_prefix=no    need_lib_prefix=no
   need_version=no    need_version=no
   case "$host_cpu" in    case $host_cpu in
   ia64*)    ia64*)
     shrext_cmds='.so'      shrext_cmds='.so'
     hardcode_into_libs=yes      hardcode_into_libs=yes
Line 1376
 
Line 1589
   postinstall_cmds='chmod 555 $lib'    postinstall_cmds='chmod 555 $lib'
   ;;    ;;
   
   interix3*)
     version_type=linux
     need_lib_prefix=no
     need_version=no
     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
     soname_spec='${libname}${release}${shared_ext}$major'
     dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
     shlibpath_var=LD_LIBRARY_PATH
     shlibpath_overrides_runpath=no
     hardcode_into_libs=yes
     ;;
   
 irix5* | irix6* | nonstopux*)  irix5* | irix6* | nonstopux*)
   case $host_os in    case $host_os in
     nonstopux*) version_type=nonstopux ;;      nonstopux*) version_type=nonstopux ;;
Line 1435
 
Line 1660
   
   # Append ld.so.conf contents to the search path    # Append ld.so.conf contents to the search path
   if test -f /etc/ld.so.conf; then    if test -f /etc/ld.so.conf; then
     lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '`      lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"      sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   fi    fi
   
Line 1448
 
Line 1673
   dynamic_linker='GNU/Linux ld.so'    dynamic_linker='GNU/Linux ld.so'
   ;;    ;;
   
 netbsdelf*-gnu)  
   version_type=linux  
   need_lib_prefix=no  
   need_version=no  
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'  
   soname_spec='${libname}${release}${shared_ext}$major'  
   shlibpath_var=LD_LIBRARY_PATH  
   shlibpath_overrides_runpath=no  
   hardcode_into_libs=yes  
   dynamic_linker='NetBSD ld.elf_so'  
   ;;  
   
 knetbsd*-gnu)  knetbsd*-gnu)
   version_type=linux    version_type=linux
   need_lib_prefix=no    need_lib_prefix=no
Line 1509
 
Line 1722
   
 openbsd*)  openbsd*)
   version_type=sunos    version_type=sunos
     sys_lib_dlsearch_path_spec="/usr/lib"
   need_lib_prefix=no    need_lib_prefix=no
   need_version=yes    # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
     case $host_os in
       openbsd3.3 | openbsd3.3.*) need_version=yes ;;
       *)                         need_version=no  ;;
     esac
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   shlibpath_var=LD_LIBRARY_PATH    shlibpath_var=LD_LIBRARY_PATH
Line 1548
 
Line 1766
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"    sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
   ;;    ;;
   
 sco3.2v5*)  
   version_type=osf  
   soname_spec='${libname}${release}${shared_ext}$major'  
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'  
   shlibpath_var=LD_LIBRARY_PATH  
   ;;  
   
 solaris*)  solaris*)
   version_type=linux    version_type=linux
   need_lib_prefix=no    need_lib_prefix=no
Line 1580
 
Line 1791
   need_version=yes    need_version=yes
   ;;    ;;
   
 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)  sysv4 | sysv4.3*)
   version_type=linux    version_type=linux
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   soname_spec='${libname}${release}${shared_ext}$major'    soname_spec='${libname}${release}${shared_ext}$major'
Line 1613
 
Line 1824
   fi    fi
   ;;    ;;
   
   sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
     version_type=freebsd-elf
     need_lib_prefix=no
     need_version=no
     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
     soname_spec='${libname}${release}${shared_ext}$major'
     shlibpath_var=LD_LIBRARY_PATH
     hardcode_into_libs=yes
     if test "$with_gnu_ld" = yes; then
       sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
       shlibpath_overrides_runpath=no
     else
       sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
       shlibpath_overrides_runpath=yes
       case $host_os in
         sco3.2v5*)
           sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
    ;;
       esac
     fi
     sys_lib_dlsearch_path_spec='/usr/lib'
     ;;
   
 uts4*)  uts4*)
   version_type=linux    version_type=linux
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Line 1626
 
Line 1860
 esac  esac
 AC_MSG_RESULT([$dynamic_linker])  AC_MSG_RESULT([$dynamic_linker])
 test "$dynamic_linker" = no && can_build_shared=no  test "$dynamic_linker" = no && can_build_shared=no
   
   variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
   if test "$GCC" = yes; then
     variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
   fi
 ])# AC_LIBTOOL_SYS_DYNAMIC_LINKER  ])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
   
   
Line 1650
 
Line 1889
       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])        AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
     fi      fi
   fi    fi
     if test -z "$LTCFLAGS"; then
       eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
     fi
   
   # Extract list of available tagged configurations in $ofile.    # Extract list of available tagged configurations in $ofile.
   # Note that this assumes the entire list is on one line.    # Note that this assumes the entire list is on one line.
Line 1676
 
Line 1918
   
       case $tagname in        case $tagname in
       CXX)        CXX)
  if test -n "$CXX" && test "X$CXX" != "Xno"; then   if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
        ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
        (test "X$CXX" != "Xg++"))) ; then
    AC_LIBTOOL_LANG_CXX_CONFIG     AC_LIBTOOL_LANG_CXX_CONFIG
  else   else
    tagname=""     tagname=""
Line 1738
 
Line 1982
   
 # AC_LIBTOOL_WIN32_DLL  # AC_LIBTOOL_WIN32_DLL
 # --------------------  # --------------------
 # declare package support for building win32 dll's  # declare package support for building win32 DLLs
 AC_DEFUN([AC_LIBTOOL_WIN32_DLL],  AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
 [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])  [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
 ])# AC_LIBTOOL_WIN32_DLL  ])# AC_LIBTOOL_WIN32_DLL
Line 1776
 
Line 2020
   
 # AC_DISABLE_SHARED  # AC_DISABLE_SHARED
 # -----------------  # -----------------
 #- set the default shared flag to --disable-shared  # set the default shared flag to --disable-shared
 AC_DEFUN([AC_DISABLE_SHARED],  AC_DEFUN([AC_DISABLE_SHARED],
 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl  [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 AC_ENABLE_SHARED(no)  AC_ENABLE_SHARED(no)
Line 1912
 
Line 2156
       if test -n "$file_magic_test_file"; then        if test -n "$file_magic_test_file"; then
  case $deplibs_check_method in   case $deplibs_check_method in
  "file_magic "*)   "file_magic "*)
    file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"     file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
    MAGIC_CMD="$lt_cv_path_MAGIC_CMD"     MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
    if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |     if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
      $EGREP "$file_magic_regex" > /dev/null; then       $EGREP "$file_magic_regex" > /dev/null; then
Line 2022
 
Line 2266
     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then      if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
       lt_cv_path_LD="$ac_dir/$ac_prog"        lt_cv_path_LD="$ac_dir/$ac_prog"
       # Check to see if the program is GNU ld.  I'd rather use --version,        # Check to see if the program is GNU ld.  I'd rather use --version,
       # but apparently some GNU ld's only accept -v.        # but apparently some variants of GNU ld only accept -v.
       # Break only if it was the GNU/non-GNU ld that we prefer.        # Break only if it was the GNU/non-GNU ld that we prefer.
       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in        case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
       *GNU* | *'with BFD'*)        *GNU* | *'with BFD'*)
Line 2054
 
Line 2298
 AC_DEFUN([AC_PROG_LD_GNU],  AC_DEFUN([AC_PROG_LD_GNU],
 [AC_REQUIRE([AC_PROG_EGREP])dnl  [AC_REQUIRE([AC_PROG_EGREP])dnl
 AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,  AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
 [# I'd rather use --version here, but apparently some GNU ld's only accept -v.  [# I'd rather use --version here, but apparently some GNU lds only accept -v.
 case `$LD -v 2>&1 </dev/null` in  case `$LD -v 2>&1 </dev/null` in
 *GNU* | *'with BFD'*)  *GNU* | *'with BFD'*)
   lt_cv_prog_gnu_ld=yes    lt_cv_prog_gnu_ld=yes
Line 2081
 
Line 2325
 *) reload_flag=" $reload_flag" ;;  *) reload_flag=" $reload_flag" ;;
 esac  esac
 reload_cmds='$LD$reload_flag -o $output$reload_objs'  reload_cmds='$LD$reload_flag -o $output$reload_objs'
   case $host_os in
     darwin*)
       if test "$GCC" = yes; then
         reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
       else
         reload_cmds='$LD$reload_flag -o $output$reload_objs'
       fi
       ;;
   esac
 ])# AC_PROG_LD_RELOAD_FLAG  ])# AC_PROG_LD_RELOAD_FLAG
   
   
Line 2114
 
Line 2367
   lt_cv_deplibs_check_method=pass_all    lt_cv_deplibs_check_method=pass_all
   ;;    ;;
   
 bsdi4*)  bsdi[[45]]*)
   lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
   lt_cv_file_magic_cmd='/usr/bin/file -L'    lt_cv_file_magic_cmd='/usr/bin/file -L'
   lt_cv_file_magic_test_file=/shlib/libc.so    lt_cv_file_magic_test_file=/shlib/libc.so
Line 2137
 
Line 2390
   lt_cv_deplibs_check_method=pass_all    lt_cv_deplibs_check_method=pass_all
   ;;    ;;
   
 freebsd* | kfreebsd*-gnu)  freebsd* | kfreebsd*-gnu | dragonfly*)
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then    if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
     case $host_cpu in      case $host_cpu in
     i*86 )      i*86 )
       # Not sure whether the presence of OpenBSD here was a mistake.        # Not sure whether the presence of OpenBSD here was a mistake.
       # Let's accept both of them until this is cleared up.        # Let's accept both of them until this is cleared up.
       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'        lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
       lt_cv_file_magic_cmd=/usr/bin/file        lt_cv_file_magic_cmd=/usr/bin/file
       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`        lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
       ;;        ;;
Line 2159
 
Line 2412
   
 hpux10.20* | hpux11*)  hpux10.20* | hpux11*)
   lt_cv_file_magic_cmd=/usr/bin/file    lt_cv_file_magic_cmd=/usr/bin/file
   case "$host_cpu" in    case $host_cpu in
   ia64*)    ia64*)
     lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'      lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so      lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
Line 2175
 
Line 2428
   esac    esac
   ;;    ;;
   
   interix3*)
     # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
     ;;
   
 irix5* | irix6* | nonstopux*)  irix5* | irix6* | nonstopux*)
   case $LD in    case $LD in
   *-32|*"-32 ") libmagic=32-bit;;    *-32|*"-32 ") libmagic=32-bit;;
Line 2190
 
Line 2448
   lt_cv_deplibs_check_method=pass_all    lt_cv_deplibs_check_method=pass_all
   ;;    ;;
   
 netbsd* | netbsdelf*-gnu | knetbsd*-gnu)  netbsd*)
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then    if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'      lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else    else
Line 2209
 
Line 2467
   ;;    ;;
   
 openbsd*)  openbsd*)
   lt_cv_file_magic_cmd=/usr/bin/file  
   lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`  
   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
     lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'      lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
   else    else
     lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'      lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   fi    fi
   ;;    ;;
   
Line 2222
 
Line 2478
   lt_cv_deplibs_check_method=pass_all    lt_cv_deplibs_check_method=pass_all
   ;;    ;;
   
 sco3.2v5*)  
   lt_cv_deplibs_check_method=pass_all  
   ;;  
   
 solaris*)  solaris*)
   lt_cv_deplibs_check_method=pass_all    lt_cv_deplibs_check_method=pass_all
   ;;    ;;
   
 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)  sysv4 | sysv4.3*)
   case $host_vendor in    case $host_vendor in
   motorola)    motorola)
     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]]'      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]]'
Line 2251
 
Line 2503
   siemens)    siemens)
     lt_cv_deplibs_check_method=pass_all      lt_cv_deplibs_check_method=pass_all
     ;;      ;;
     pc)
       lt_cv_deplibs_check_method=pass_all
       ;;
   esac    esac
   ;;    ;;
   
 sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)  sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
   lt_cv_deplibs_check_method=pass_all    lt_cv_deplibs_check_method=pass_all
   ;;    ;;
 esac  esac
Line 2274
 
Line 2529
   # Let the user override the test.    # Let the user override the test.
   lt_cv_path_NM="$NM"    lt_cv_path_NM="$NM"
 else  else
     lt_nm_to_check="${ac_tool_prefix}nm"
     if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
       lt_nm_to_check="$lt_nm_to_check nm"
     fi
     for lt_tmp_nm in $lt_nm_to_check; do
   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do      for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
     IFS="$lt_save_ifs"      IFS="$lt_save_ifs"
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     tmp_nm="$ac_dir/${ac_tool_prefix}nm"        tmp_nm="$ac_dir/$lt_tmp_nm"
     if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
       # Check to see if the nm accepts a BSD-compat flag.        # Check to see if the nm accepts a BSD-compat flag.
       # Adding the `sed 1q' prevents false positives on HP-UX, which says:        # Adding the `sed 1q' prevents false positives on HP-UX, which says:
Line 2300
 
Line 2560
    continue # so that we can try to find one that supports BSD flags     continue # so that we can try to find one that supports BSD flags
    ;;     ;;
  esac   esac
      ;;
       esac        esac
     fi      fi
   done    done
   IFS="$lt_save_ifs"    IFS="$lt_save_ifs"
     done
   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm    test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
 fi])  fi])
 NM="$lt_cv_path_NM"  NM="$lt_cv_path_NM"
Line 2335
 
Line 2597
 # -----------------------------------  # -----------------------------------
 # sets LIBLTDL to the link flags for the libltdl convenience library and  # sets LIBLTDL to the link flags for the libltdl convenience library and
 # LTDLINCL to the include flags for the libltdl header and adds  # LTDLINCL to the include flags for the libltdl header and adds
 # --enable-ltdl-convenience to the configure arguments.  Note that LIBLTDL  # --enable-ltdl-convenience to the configure arguments.  Note that
 # and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If  # AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
 # DIRECTORY is not provided, it is assumed to be `libltdl'.  LIBLTDL will  # it is assumed to be `libltdl'.  LIBLTDL will be prefixed with
 # be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with  # '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/'
 # '${top_srcdir}/' (note the single quotes!).  If your package is not  # (note the single quotes!).  If your package is not flat and you're not
 # flat and you're not using automake, define top_builddir and  # using automake, define top_builddir and top_srcdir appropriately in
 # top_srcdir appropriately in the Makefiles.  # the Makefiles.
 AC_DEFUN([AC_LIBLTDL_CONVENIENCE],  AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl  [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
   case $enable_ltdl_convenience in    case $enable_ltdl_convenience in
Line 2360
 
Line 2622
 # -----------------------------------  # -----------------------------------
 # sets LIBLTDL to the link flags for the libltdl installable library and  # sets LIBLTDL to the link flags for the libltdl installable library and
 # LTDLINCL to the include flags for the libltdl header and adds  # LTDLINCL to the include flags for the libltdl header and adds
 # --enable-ltdl-install to the configure arguments.  Note that LIBLTDL  # --enable-ltdl-install to the configure arguments.  Note that
 # and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If  # AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
 # DIRECTORY is not provided and an installed libltdl is not found, it is  # and an installed libltdl is not found, it is assumed to be `libltdl'.
 # assumed to be `libltdl'.  LIBLTDL will be prefixed with '${top_builddir}/'  # LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with
 # and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single  # '${top_srcdir}/' (note the single quotes!).  If your package is not
 # quotes!).  If your package is not flat and you're not using automake,  # flat and you're not using automake, define top_builddir and top_srcdir
 # define top_builddir and top_srcdir appropriately in the Makefiles.  # appropriately in the Makefiles.
 # In the future, this macro may have to be called after AC_PROG_LIBTOOL.  # In the future, this macro may have to be called after AC_PROG_LIBTOOL.
 AC_DEFUN([AC_LIBLTDL_INSTALLABLE],  AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
 [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl  [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
Line 2404
 
Line 2666
 # ---------------  # ---------------
 AC_DEFUN([_LT_AC_LANG_CXX],  AC_DEFUN([_LT_AC_LANG_CXX],
 [AC_REQUIRE([AC_PROG_CXX])  [AC_REQUIRE([AC_PROG_CXX])
 AC_REQUIRE([AC_PROG_CXXCPP])  AC_REQUIRE([_LT_AC_PROG_CXXCPP])
 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])  _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
 ])# _LT_AC_LANG_CXX  ])# _LT_AC_LANG_CXX
   
   # _LT_AC_PROG_CXXCPP
   # ------------------
   AC_DEFUN([_LT_AC_PROG_CXXCPP],
   [
   AC_REQUIRE([AC_PROG_CXX])
   if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
       ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
       (test "X$CXX" != "Xg++"))) ; then
     AC_PROG_CXXCPP
   fi
   ])# _LT_AC_PROG_CXXCPP
   
 # AC_LIBTOOL_F77  # AC_LIBTOOL_F77
 # --------------  # --------------
Line 2447
 
Line 2720
   
   
 # AC_LIBTOOL_RC  # AC_LIBTOOL_RC
 # --------------  # -------------
 # enable support for Windows resource files  # enable support for Windows resource files
 AC_DEFUN([AC_LIBTOOL_RC],  AC_DEFUN([AC_LIBTOOL_RC],
 [AC_REQUIRE([LT_AC_PROG_RC])  [AC_REQUIRE([LT_AC_PROG_RC])
Line 2480
 
Line 2753
   
 _LT_AC_SYS_COMPILER  _LT_AC_SYS_COMPILER
   
 #  # save warnings/boilerplate of simple test code
 # Check for any special shared library compilation flags.  _LT_COMPILER_BOILERPLATE
 #  _LT_LINKER_BOILERPLATE
 _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=  
 if test "$GCC" = no; then  
   case $host_os in  
   sco3.2v5*)  
     _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'  
     ;;  
   esac  
 fi  
 if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then  
   AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])  
   if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ ]]" >/dev/null; then :  
   else  
     AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])  
     _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no  
   fi  
 fi  
   
   
 #  
 # Check to make sure the static flag actually works.  
 #  
 AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],  
   _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),  
   $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),  
   [],  
   [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])  
   
   
 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)  AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
 AC_LIBTOOL_PROG_COMPILER_PIC($1)  AC_LIBTOOL_PROG_COMPILER_PIC($1)
Line 2519
 
Line 2765
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)  AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)  AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 AC_LIBTOOL_SYS_LIB_STRIP  AC_LIBTOOL_SYS_LIB_STRIP
 AC_LIBTOOL_DLOPEN_SELF($1)  AC_LIBTOOL_DLOPEN_SELF
   
 # Report which librarie types wil actually be built  # Report which library types will actually be built
 AC_MSG_CHECKING([if libtool supports shared libraries])  AC_MSG_CHECKING([if libtool supports shared libraries])
 AC_MSG_RESULT([$can_build_shared])  AC_MSG_RESULT([$can_build_shared])
   
Line 2530
 
Line 2776
   
 # On AIX, shared libraries and static libraries use the same namespace, and  # On AIX, shared libraries and static libraries use the same namespace, and
 # are all built from PIC.  # are all built from PIC.
 case "$host_os" in  case $host_os in
 aix3*)  aix3*)
   test "$enable_shared" = yes && enable_static=no    test "$enable_shared" = yes && enable_static=no
   if test -n "$RANLIB"; then    if test -n "$RANLIB"; then
Line 2544
 
Line 2790
     test "$enable_shared" = yes && enable_static=no      test "$enable_shared" = yes && enable_static=no
   fi    fi
   ;;    ;;
   darwin* | rhapsody*)  
   if test "$GCC" = yes; then  
     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no  
     case "$host_os" in  
     rhapsody* | darwin1.[[012]])  
       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'  
       ;;  
     *) # Darwin 1.3 on  
       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then  
        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'  
       else  
         case ${MACOSX_DEPLOYMENT_TARGET} in  
           10.[[012]])  
             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'  
             ;;  
           10.*)  
             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'  
             ;;  
         esac  
       fi  
       ;;  
     esac  
     output_verbose_link_cmd='echo'  
     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'  
     _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'  
     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's  
     _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'  
     _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}'  
     _LT_AC_TAGVAR(hardcode_direct, $1)=no  
     _LT_AC_TAGVAR(hardcode_automatic, $1)=yes  
     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported  
     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'  
     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes  
   else  
     _LT_AC_TAGVAR(ld_shlibs, $1)=no  
   fi  
     ;;  
 esac  esac
 AC_MSG_RESULT([$enable_shared])  AC_MSG_RESULT([$enable_shared])
   
Line 2605
 
Line 2814
 AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],  AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
 [AC_LANG_PUSH(C++)  [AC_LANG_PUSH(C++)
 AC_REQUIRE([AC_PROG_CXX])  AC_REQUIRE([AC_PROG_CXX])
 AC_REQUIRE([AC_PROG_CXXCPP])  AC_REQUIRE([_LT_AC_PROG_CXXCPP])
   
 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 _LT_AC_TAGVAR(allow_undefined_flag, $1)=  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
Line 2617
 
Line 2826
 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 _LT_AC_TAGVAR(hardcode_minus_L, $1)=no  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
   _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 _LT_AC_TAGVAR(hardcode_automatic, $1)=no  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
 _LT_AC_TAGVAR(module_cmds, $1)=  _LT_AC_TAGVAR(module_cmds, $1)=
 _LT_AC_TAGVAR(module_expsym_cmds, $1)=  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
Line 2634
 
Line 2844
 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=  _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
   
 # Source file extension for C++ test sources.  # Source file extension for C++ test sources.
 ac_ext=cc  ac_ext=cpp
   
 # Object file extension for compiled C++ test sources.  # Object file extension for compiled C++ test sources.
 objext=o  objext=o
Line 2644
 
Line 2854
 lt_simple_compile_test_code="int some_variable = 0;\n"  lt_simple_compile_test_code="int some_variable = 0;\n"
   
 # Code to be used in simple link tests  # Code to be used in simple link tests
 lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'  lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }\n'
   
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 _LT_AC_SYS_COMPILER  _LT_AC_SYS_COMPILER
   
   # save warnings/boilerplate of simple test code
   _LT_COMPILER_BOILERPLATE
   _LT_LINKER_BOILERPLATE
   
 # Allow CC to be a program name with arguments.  # Allow CC to be a program name with arguments.
 lt_save_CC=$CC  lt_save_CC=$CC
 lt_save_LD=$LD  lt_save_LD=$LD
Line 2659
 
Line 2873
 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 else  else
   unset lt_cv_prog_gnu_ld    $as_unset lt_cv_prog_gnu_ld
 fi  fi
 if test -n "${lt_cv_path_LDCXX+set}"; then  if test -n "${lt_cv_path_LDCXX+set}"; then
   lt_cv_path_LD=$lt_cv_path_LDCXX    lt_cv_path_LD=$lt_cv_path_LDCXX
 else  else
   unset lt_cv_path_LD    $as_unset lt_cv_path_LD
 fi  fi
 test -z "${LDCXX+set}" || LD=$LDCXX  test -z "${LDCXX+set}" || LD=$LDCXX
 CC=${CXX-"c++"}  CC=${CXX-"c++"}
 compiler=$CC  compiler=$CC
 _LT_AC_TAGVAR(compiler, $1)=$CC  _LT_AC_TAGVAR(compiler, $1)=$CC
 cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`  _LT_CC_BASENAME([$compiler])
   
 # We don't want -fno-exception wen compiling C++ code, so set the  # We don't want -fno-exception wen compiling C++ code, so set the
 # no_builtin_flag separately  # no_builtin_flag separately
Line 2759
 
Line 2973
      ;;       ;;
    esac     esac
  done   done
    ;;
       esac        esac
   
       exp_sym_flag='-bexport'        exp_sym_flag='-bexport'
Line 2777
 
Line 2992
     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
   
     if test "$GXX" = yes; then      if test "$GXX" = yes; then
       case $host_os in aix4.[012]|aix4.[012].*)        case $host_os in aix4.[[012]]|aix4.[[012]].*)
       # We only want to do this on AIX 4.2 and lower, the check        # We only want to do this on AIX 4.2 and lower, the check
       # below for broken collect2 doesn't work under 4.3+        # below for broken collect2 doesn't work under 4.3+
  collect2name=`${CC} -print-prog-name=collect2`   collect2name=`${CC} -print-prog-name=collect2`
Line 2796
 
Line 3011
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
  fi   fi
    ;;
       esac        esac
       shared_flag='-shared'        shared_flag='-shared'
         if test "$aix_use_runtimelinking" = yes; then
    shared_flag="$shared_flag "'${wl}-G'
         fi
     else      else
       # not using gcc        # not using gcc
       if test "$host_cpu" = ia64; then        if test "$host_cpu" = ia64; then
Line 2824
 
Line 3043
       _LT_AC_SYS_LIBPATH_AIX        _LT_AC_SYS_LIBPATH_AIX
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
   
       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"        _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"
      else       else
       if test "$host_cpu" = ia64; then        if test "$host_cpu" = ia64; then
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
  _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"   _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"   _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"
       else        else
  # Determine the default libpath from the value encoded in an empty executable.   # Determine the default libpath from the value encoded in an empty executable.
  _LT_AC_SYS_LIBPATH_AIX   _LT_AC_SYS_LIBPATH_AIX
Line 2838
 
Line 3057
  # -berok will link without error, but may produce a broken library.   # -berok will link without error, but may produce a broken library.
  _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'   _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'   _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
  # -bexpall does not export symbols beginning with underscore (_)  
  _LT_AC_TAGVAR(always_export_symbols, $1)=yes  
  # Exported symbols can be pulled into shared objects from archives   # Exported symbols can be pulled into shared objects from archives
  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes   _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
  # This is similar to how AIX traditionally builds it's shared libraries.   # This is similar to how AIX traditionally builds its shared libraries.
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'   _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'
       fi        fi
     fi      fi
     ;;      ;;
   chorus*)  
     case $cc_basename in    beos*)
       *)      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  # FIXME: insert proper C++ library support        _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
  _LT_AC_TAGVAR(ld_shlibs, $1)=no        # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  ;;        # support --undefined.  This deserves some investigation.  FIXME
     esac        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
     ;;      else
         _LT_AC_TAGVAR(ld_shlibs, $1)=no
       fi
       ;;
   
     chorus*)
       case $cc_basename in
         *)
    # FIXME: insert proper C++ library support
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
    ;;
       esac
       ;;
   
   cygwin* | mingw* | pw32*)    cygwin* | mingw* | pw32*)
     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
Line 2866
 
Line 3095
     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
   
     if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'        _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'
       # If the export-symbols file already is a .def file (1st line        # If the export-symbols file already is a .def file (1st line
       # is EXPORTS), use it as is; otherwise, prepend...        # is EXPORTS), use it as is; otherwise, prepend...
       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
Line 2875
 
Line 3104
  echo EXPORTS > $output_objdir/$soname.def;   echo EXPORTS > $output_objdir/$soname.def;
  cat $export_symbols >> $output_objdir/$soname.def;   cat $export_symbols >> $output_objdir/$soname.def;
       fi~        fi~
       $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'        $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'
     else      else
       _LT_AC_TAGVAR(ld_shlibs, $1)=no        _LT_AC_TAGVAR(ld_shlibs, $1)=no
     fi      fi
   ;;    ;;
   
   darwin* | rhapsody*)    darwin* | rhapsody*)
   if test "$GXX" = yes; then          case $host_os in
     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no  
     case "$host_os" in  
     rhapsody* | darwin1.[[012]])      rhapsody* | darwin1.[[012]])
       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
       ;;        ;;
     *) # Darwin 1.3 on      *) # Darwin 1.3 on
       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then        if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'             _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
       else        else
         case ${MACOSX_DEPLOYMENT_TARGET} in          case ${MACOSX_DEPLOYMENT_TARGET} in
           10.[[012]])            10.[[012]])
             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'                 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
             ;;              ;;
           10.*)            10.*)
             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'                 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
             ;;              ;;
         esac          esac
       fi        fi
       ;;        ;;
     esac      esac
         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
         _LT_AC_TAGVAR(hardcode_direct, $1)=no
         _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
   
       if test "$GXX" = yes ; then
     lt_int_apple_cc_single_mod=no      lt_int_apple_cc_single_mod=no
     output_verbose_link_cmd='echo'      output_verbose_link_cmd='echo'
     if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then        if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
       lt_int_apple_cc_single_mod=yes        lt_int_apple_cc_single_mod=yes
     fi      fi
     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
     else      else
       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'            _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'
     fi      fi
     _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's  
     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     else      else
       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'              _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     fi      fi
     _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}'      _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}'
     _LT_AC_TAGVAR(hardcode_direct, $1)=no  
     _LT_AC_TAGVAR(hardcode_automatic, $1)=yes  
     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported  
     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'  
     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes  
   else    else
         case $cc_basename in
           xlc*)
            output_verbose_link_cmd='echo'
             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
             _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
             # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
             _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
             _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}'
             ;;
          *)
     _LT_AC_TAGVAR(ld_shlibs, $1)=no      _LT_AC_TAGVAR(ld_shlibs, $1)=no
             ;;
         esac
   fi    fi
     ;;      ;;
   
   dgux*)    dgux*)
     case $cc_basename in      case $cc_basename in
       ec++)        ec++*)
  # FIXME: insert proper C++ library support   # FIXME: insert proper C++ library support
  _LT_AC_TAGVAR(ld_shlibs, $1)=no   _LT_AC_TAGVAR(ld_shlibs, $1)=no
  ;;   ;;
       ghcx)        ghcx*)
  # Green Hills C++ Compiler   # Green Hills C++ Compiler
  # FIXME: insert proper C++ library support   # FIXME: insert proper C++ library support
  _LT_AC_TAGVAR(ld_shlibs, $1)=no   _LT_AC_TAGVAR(ld_shlibs, $1)=no
Line 2949
 
Line 3189
  ;;   ;;
     esac      esac
     ;;      ;;
   freebsd[12]*)    freebsd[[12]]*)
     # C++ shared libraries reported to be fairly broken before switch to ELF      # C++ shared libraries reported to be fairly broken before switch to ELF
     _LT_AC_TAGVAR(ld_shlibs, $1)=no      _LT_AC_TAGVAR(ld_shlibs, $1)=no
     ;;      ;;
   freebsd-elf*)    freebsd-elf*)
     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
     ;;      ;;
   freebsd* | kfreebsd*-gnu)    freebsd* | kfreebsd*-gnu | dragonfly*)
     # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF      # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
     # conventions      # conventions
     _LT_AC_TAGVAR(ld_shlibs, $1)=yes      _LT_AC_TAGVAR(ld_shlibs, $1)=yes
Line 2973
 
Line 3213
  # location of the library.   # location of the library.
   
     case $cc_basename in      case $cc_basename in
     CC)      CC*)
       # FIXME: insert proper C++ library support        # FIXME: insert proper C++ library support
       _LT_AC_TAGVAR(ld_shlibs, $1)=no        _LT_AC_TAGVAR(ld_shlibs, $1)=no
       ;;        ;;
     aCC)      aCC*)
       _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'        _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'
       # Commands to make compiler produce verbose output that lists        # Commands to make compiler produce verbose output that lists
       # what "hidden" libraries, object files and flags are used when        # what "hidden" libraries, object files and flags are used when
Line 2987
 
Line 3227
       # explicitly linking system object files so we need to strip them        # explicitly linking system object files so we need to strip them
       # from the output so that they don't get included in the library        # from the output so that they don't get included in the library
       # dependencies.        # dependencies.
       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'        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'
       ;;        ;;
     *)      *)
       if test "$GXX" = yes; then        if test "$GXX" = yes; then
Line 3001
 
Line 3241
     ;;      ;;
   hpux10*|hpux11*)    hpux10*|hpux11*)
     if test $with_gnu_ld = no; then      if test $with_gnu_ld = no; then
       case "$host_cpu" in  
       hppa*64*)  
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'  
  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
         ;;  
       ia64*)        case $host_cpu in
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'        hppa*64*|ia64*)
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
         ;;          ;;
       *)        *)
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'  
  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:  
  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'   _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
         ;;          ;;
       esac        esac
     fi      fi
     case "$host_cpu" in      case $host_cpu in
     hppa*64*)      hppa*64*|ia64*)
       _LT_AC_TAGVAR(hardcode_direct, $1)=no  
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no  
       ;;  
     ia64*)  
       _LT_AC_TAGVAR(hardcode_direct, $1)=no        _LT_AC_TAGVAR(hardcode_direct, $1)=no
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,  
        # but as the default  
        # location of the library.  
       ;;        ;;
     *)      *)
       _LT_AC_TAGVAR(hardcode_direct, $1)=yes        _LT_AC_TAGVAR(hardcode_direct, $1)=yes
Line 3038
 
Line 3267
     esac      esac
   
     case $cc_basename in      case $cc_basename in
       CC)        CC*)
  # FIXME: insert proper C++ library support   # FIXME: insert proper C++ library support
  _LT_AC_TAGVAR(ld_shlibs, $1)=no   _LT_AC_TAGVAR(ld_shlibs, $1)=no
  ;;   ;;
       aCC)        aCC*)
  case "$host_cpu" in   case $host_cpu in
  hppa*64*|ia64*)   hppa*64*)
    _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
      ;;
    ia64*)
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
    ;;     ;;
  *)   *)
    _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'     _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'
Line 3064
 
Line 3296
       *)        *)
  if test "$GXX" = yes; then   if test "$GXX" = yes; then
    if test $with_gnu_ld = no; then     if test $with_gnu_ld = no; then
      case "$host_cpu" in       case $host_cpu in
      ia64*|hppa*64*)       hppa*64*)
        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
          ;;
        ia64*)
          _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'
        ;;         ;;
      *)       *)
        _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'         _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'
Line 3080
 
Line 3315
  ;;   ;;
     esac      esac
     ;;      ;;
     interix3*)
       _LT_AC_TAGVAR(hardcode_direct, $1)=no
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
       # Instead, shared libraries are loaded at an image base (0x10000000 by
       # default) and relocated if they conflict, which is a slow very memory
       # consuming and fragmenting process.  To avoid this, we pick a random,
       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
       _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'
       _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'
       ;;
   irix5* | irix6*)    irix5* | irix6*)
     case $cc_basename in      case $cc_basename in
       CC)        CC*)
  # SGI C++   # SGI C++
  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'   _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'
   
  # Archives containing C++ object files must be created using   # Archives containing C++ object files must be created using
  # "CC -ar", where "CC" is the IRIX C++ compiler.  This is   # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
Line 3095
 
Line 3344
       *)        *)
  if test "$GXX" = yes; then   if test "$GXX" = yes; then
    if test "$with_gnu_ld" = no; then     if test "$with_gnu_ld" = no; then
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'       _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'
    else     else
      _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'       _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'
    fi     fi
Line 3108
 
Line 3357
     ;;      ;;
   linux*)    linux*)
     case $cc_basename in      case $cc_basename in
       KCC)        KCC*)
  # Kuck and Associates, Inc. (KAI) C++ Compiler   # Kuck and Associates, Inc. (KAI) C++ Compiler
   
  # KCC will only create a shared library if the output file   # KCC will only create a shared library if the output file
Line 3133
 
Line 3382
  # "CC -Bstatic", where "CC" is the KAI C++ compiler.   # "CC -Bstatic", where "CC" is the KAI C++ compiler.
  _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'   _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
  ;;   ;;
       icpc)        icpc*)
  # Intel C++   # Intel C++
  with_gnu_ld=yes   with_gnu_ld=yes
  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no   # version 8.0 and above of icpc choke on multiply defined symbols
    # if we add $predep_objects and $postdep_objects, however 7.1 and
    # earlier do not add the objects themselves.
    case `$CC -V 2>&1` in
    *"Version 7."*)
  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  _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'   _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'
      ;;
    *)  # Version 8.0 or newer
      tmp_idyn=
      case $host_cpu in
        ia64*) tmp_idyn=' -i_dynamic';;
      esac
       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
      _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'
      ;;
    esac
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'   _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  ;;   ;;
       cxx)        pgCC*)
           # Portland Group C++ compiler
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
     _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'
   
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
    _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'
           ;;
         cxx*)
  # Compaq C++   # Compaq C++
  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  _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'   _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'
Line 3174
 
Line 3447
     ;;      ;;
   mvs*)    mvs*)
     case $cc_basename in      case $cc_basename in
       cxx)        cxx*)
  # FIXME: insert proper C++ library support   # FIXME: insert proper C++ library support
  _LT_AC_TAGVAR(ld_shlibs, $1)=no   _LT_AC_TAGVAR(ld_shlibs, $1)=no
  ;;   ;;
Line 3184
 
Line 3457
  ;;   ;;
     esac      esac
     ;;      ;;
   netbsd* | netbsdelf*-gnu | knetbsd*-gnu)    netbsd*)
     if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
       wlarc=        wlarc=
Line 3195
 
Line 3468
     # Workaround some broken pre-1.5 toolchains      # Workaround some broken pre-1.5 toolchains
     output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
     ;;      ;;
     openbsd2*)
       # C++ shared libraries are fairly broken
       _LT_AC_TAGVAR(ld_shlibs, $1)=no
       ;;
     openbsd*)
       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
         _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'
         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
       fi
       output_verbose_link_cmd='echo'
       ;;
   osf3*)    osf3*)
     case $cc_basename in      case $cc_basename in
       KCC)        KCC*)
  # Kuck and Associates, Inc. (KAI) C++ Compiler   # Kuck and Associates, Inc. (KAI) C++ Compiler
   
  # KCC will only create a shared library if the output file   # KCC will only create a shared library if the output file
Line 3213
 
Line 3502
  _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'   _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
   
  ;;   ;;
       RCC)        RCC*)
  # Rational C++ 2.4.1   # Rational C++ 2.4.1
  # FIXME: insert proper C++ library support   # FIXME: insert proper C++ library support
  _LT_AC_TAGVAR(ld_shlibs, $1)=no   _LT_AC_TAGVAR(ld_shlibs, $1)=no
  ;;   ;;
       cxx)        cxx*)
  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'   _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'   _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'
   
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
Line 3238
 
Line 3527
       *)        *)
  if test "$GXX" = yes && test "$with_gnu_ld" = no; then   if test "$GXX" = yes && test "$with_gnu_ld" = no; then
    _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'     _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'     _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'
   
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
Line 3257
 
Line 3546
     ;;      ;;
   osf4* | osf5*)    osf4* | osf5*)
     case $cc_basename in      case $cc_basename in
       KCC)        KCC*)
  # Kuck and Associates, Inc. (KAI) C++ Compiler   # Kuck and Associates, Inc. (KAI) C++ Compiler
   
  # KCC will only create a shared library if the output file   # KCC will only create a shared library if the output file
Line 3272
 
Line 3561
  # the KAI C++ compiler.   # the KAI C++ compiler.
  _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'   _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
  ;;   ;;
       RCC)        RCC*)
  # Rational C++ 2.4.1   # Rational C++ 2.4.1
  # FIXME: insert proper C++ library support   # FIXME: insert proper C++ library support
  _LT_AC_TAGVAR(ld_shlibs, $1)=no   _LT_AC_TAGVAR(ld_shlibs, $1)=no
  ;;   ;;
       cxx)        cxx*)
  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'   _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'   _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'
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~   _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
    echo "-hidden">> $lib.exp~     echo "-hidden">> $lib.exp~
    $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~     $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~
    $rm $lib.exp'     $rm $lib.exp'
   
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
Line 3301
 
Line 3590
       *)        *)
  if test "$GXX" = yes && test "$with_gnu_ld" = no; then   if test "$GXX" = yes && test "$with_gnu_ld" = no; then
    _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'     _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'   _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'
   
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
Line 3322
 
Line 3611
     # FIXME: insert proper C++ library support      # FIXME: insert proper C++ library support
     _LT_AC_TAGVAR(ld_shlibs, $1)=no      _LT_AC_TAGVAR(ld_shlibs, $1)=no
     ;;      ;;
   sco*)  
     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no  
     case $cc_basename in  
       CC)  
  # FIXME: insert proper C++ library support  
  _LT_AC_TAGVAR(ld_shlibs, $1)=no  
  ;;  
       *)  
  # FIXME: insert proper C++ library support  
  _LT_AC_TAGVAR(ld_shlibs, $1)=no  
  ;;  
     esac  
     ;;  
   sunos4*)    sunos4*)
     case $cc_basename in      case $cc_basename in
       CC)        CC*)
  # Sun C++ 4.x   # Sun C++ 4.x
  # FIXME: insert proper C++ library support   # FIXME: insert proper C++ library support
  _LT_AC_TAGVAR(ld_shlibs, $1)=no   _LT_AC_TAGVAR(ld_shlibs, $1)=no
  ;;   ;;
       lcc)        lcc*)
  # Lucid   # Lucid
  # FIXME: insert proper C++ library support   # FIXME: insert proper C++ library support
  _LT_AC_TAGVAR(ld_shlibs, $1)=no   _LT_AC_TAGVAR(ld_shlibs, $1)=no
Line 3355
 
Line 3631
     ;;      ;;
   solaris*)    solaris*)
     case $cc_basename in      case $cc_basename in
       CC)        CC*)
  # Sun C++ 4.2, 5.x and Centerline C++   # Sun C++ 4.2, 5.x and Centerline C++
           _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
  _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'   _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~   _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'   $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'
   
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no   _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
  case $host_os in   case $host_os in
    solaris2.[0-5] | solaris2.[0-5].*) ;;     solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
    *)     *)
      # The C++ compiler is used as linker so we must use $wl       # The C++ compiler is used as linker so we must use $wl
      # flag to pass the commands to the underlying system       # flag to pass the commands to the underlying system
      # linker.       # linker. We must also pass each convience library through
        # to the system linker between allextract/defaultextract.
        # The C++ compiler will combine linker options so we
        # cannot just pass the convience library names through
        # without $wl.
      # Supported since Solaris 2.6 (maybe 2.5.1?)       # Supported since Solaris 2.6 (maybe 2.5.1?)
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
      ;;       ;;
  esac   esac
  _LT_AC_TAGVAR(link_all_deplibs, $1)=yes   _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
   
  # Commands to make compiler produce verbose output that lists   output_verbose_link_cmd='echo'
  # what "hidden" libraries, object files and flags are used when  
  # linking a shared library.  
  #  
  # There doesn't appear to be a way to prevent this compiler from  
  # explicitly linking system object files so we need to strip them  
  # from the output so that they don't get included in the library  
  # dependencies.  
  output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'  
   
  # Archives containing C++ object files must be created using   # Archives containing C++ object files must be created using
  # "CC -xar", where "CC" is the Sun C++ compiler.  This is   # "CC -xar", where "CC" is the Sun C++ compiler.  This is
Line 3392
 
Line 3665
  # in the archive.   # in the archive.
  _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'   _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
  ;;   ;;
       gcx)        gcx*)
  # Green Hills C++ Compiler   # Green Hills C++ Compiler
  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
   
Line 3430
 
Line 3703
  ;;   ;;
     esac      esac
     ;;      ;;
   sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       runpath_var='LD_RUN_PATH'
   
       case $cc_basename in
         CC*)
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
    ;;
         *)
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
    ;;
       esac
       ;;
     sysv5* | sco3.2v5* | sco5v6*)
       # Note: We can NOT use -z defs as we might desire, because we do not
       # link with -lc, and that would cause any symbols used from libc to
       # always be unresolved, which means just about no library would
       # ever link correctly.  If we're not using GNU ld we use -z text
       # though, which does catch some bad symbols but isn't as heavy-handed
       # as -z defs.
       # For security reasons, it is highly recommended that you always
       # use absolute paths for naming shared libraries, and exclude the
       # DT_RUNPATH tag from executables and libraries.  But doing so
       # requires that you compile everything twice, which is a pain.
       # So that behaviour is only enabled if SCOABSPATH is set to a
       # non-empty value in the environment.  Most likely only useful for
       # creating official distributions of packages.
       # This is a hack until libtool officially supports absolute path
       # names for shared libraries.
       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
       _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
       runpath_var='LD_RUN_PATH'
   
       case $cc_basename in
         CC*)
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
    _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'
    ;;
         *)
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
    _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'
    ;;
       esac
     ;;      ;;
   tandem*)    tandem*)
     case $cc_basename in      case $cc_basename in
       NCC)        NCC*)
  # NonStop-UX NCC 3.20   # NonStop-UX NCC 3.20
  # FIXME: insert proper C++ library support   # FIXME: insert proper C++ library support
  _LT_AC_TAGVAR(ld_shlibs, $1)=no   _LT_AC_TAGVAR(ld_shlibs, $1)=no
Line 3468
 
Line 3792
 AC_LIBTOOL_PROG_LD_SHLIBS($1)  AC_LIBTOOL_PROG_LD_SHLIBS($1)
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)  AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)  AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 AC_LIBTOOL_SYS_LIB_STRIP  
 AC_LIBTOOL_DLOPEN_SELF($1)  
   
 AC_LIBTOOL_CONFIG($1)  AC_LIBTOOL_CONFIG($1)
   
Line 3487
 
Line 3809
 ])# AC_LIBTOOL_LANG_CXX_CONFIG  ])# AC_LIBTOOL_LANG_CXX_CONFIG
   
 # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])  # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
 # ------------------------  # ------------------------------------
 # Figure out "hidden" library dependencies from verbose  # Figure out "hidden" library dependencies from verbose
 # compiler output when linking a shared library.  # compiler output when linking a shared library.
 # Parse the compiler output and extract the necessary  # Parse the compiler output and extract the necessary
Line 3541
 
Line 3863
   # The `*' in the case matches for architectures that use `case' in    # The `*' in the case matches for architectures that use `case' in
   # $output_verbose_cmd can trigger glob expansion during the loop    # $output_verbose_cmd can trigger glob expansion during the loop
   # eval without this substitution.    # eval without this substitution.
   output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"    output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
   
   for p in `eval $output_verbose_link_cmd`; do    for p in `eval $output_verbose_link_cmd`; do
     case $p in      case $p in
Line 3617
 
Line 3939
   
 $rm -f confest.$objext  $rm -f confest.$objext
   
   # PORTME: override above test on systems where it is broken
   ifelse([$1],[CXX],
   [case $host_os in
   interix3*)
     # Interix 3.5 installs completely hosed .la files for C++, so rather than
     # hack all around it, let's just trust "g++" to DTRT.
     _LT_AC_TAGVAR(predep_objects,$1)=
     _LT_AC_TAGVAR(postdep_objects,$1)=
     _LT_AC_TAGVAR(postdeps,$1)=
     ;;
   
   solaris*)
     case $cc_basename in
     CC*)
       # Adding this requires a known-good setup of shared libraries for
       # Sun compiler versions before 5.6, else PIC objects from an old
       # archive will be linked into the output, leading to subtle bugs.
       _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
       ;;
     esac
     ;;
   esac
   ])
   
 case " $_LT_AC_TAGVAR(postdeps, $1) " in  case " $_LT_AC_TAGVAR(postdeps, $1) " in
 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;  *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
 esac  esac
 ])# AC_LIBTOOL_POSTDEP_PREDEP  ])# AC_LIBTOOL_POSTDEP_PREDEP
   
 # AC_LIBTOOL_LANG_F77_CONFIG  # AC_LIBTOOL_LANG_F77_CONFIG
 # ------------------------  # --------------------------
 # Ensure that the configuration vars for the C compiler are  # Ensure that the configuration vars for the C compiler are
 # suitably defined.  Those variables are subsequently used by  # suitably defined.  Those variables are subsequently used by
 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.  # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
Line 3667
 
Line 4013
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 _LT_AC_SYS_COMPILER  _LT_AC_SYS_COMPILER
   
   # save warnings/boilerplate of simple test code
   _LT_COMPILER_BOILERPLATE
   _LT_LINKER_BOILERPLATE
   
 # Allow CC to be a program name with arguments.  # Allow CC to be a program name with arguments.
 lt_save_CC="$CC"  lt_save_CC="$CC"
 CC=${F77-"f77"}  CC=${F77-"f77"}
 compiler=$CC  compiler=$CC
 _LT_AC_TAGVAR(compiler, $1)=$CC  _LT_AC_TAGVAR(compiler, $1)=$CC
 cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`  _LT_CC_BASENAME([$compiler])
   
 AC_MSG_CHECKING([if libtool supports shared libraries])  AC_MSG_CHECKING([if libtool supports shared libraries])
 AC_MSG_RESULT([$can_build_shared])  AC_MSG_RESULT([$can_build_shared])
Line 3682
 
Line 4032
   
 # On AIX, shared libraries and static libraries use the same namespace, and  # On AIX, shared libraries and static libraries use the same namespace, and
 # are all built from PIC.  # are all built from PIC.
 case "$host_os" in  case $host_os in
 aix3*)  aix3*)
   test "$enable_shared" = yes && enable_static=no    test "$enable_shared" = yes && enable_static=no
   if test -n "$RANLIB"; then    if test -n "$RANLIB"; then
Line 3691
 
Line 4041
   fi    fi
   ;;    ;;
 aix4* | aix5*)  aix4* | aix5*)
     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
   test "$enable_shared" = yes && enable_static=no    test "$enable_shared" = yes && enable_static=no
     fi
   ;;    ;;
 esac  esac
 AC_MSG_RESULT([$enable_shared])  AC_MSG_RESULT([$enable_shared])
Line 3701
 
Line 4053
 test "$enable_shared" = yes || enable_static=yes  test "$enable_shared" = yes || enable_static=yes
 AC_MSG_RESULT([$enable_static])  AC_MSG_RESULT([$enable_static])
   
 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no  
   
 _LT_AC_TAGVAR(GCC, $1)="$G77"  _LT_AC_TAGVAR(GCC, $1)="$G77"
 _LT_AC_TAGVAR(LD, $1)="$LD"  _LT_AC_TAGVAR(LD, $1)="$LD"
   
Line 3712
 
Line 4062
 AC_LIBTOOL_PROG_LD_SHLIBS($1)  AC_LIBTOOL_PROG_LD_SHLIBS($1)
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)  AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)  AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 AC_LIBTOOL_SYS_LIB_STRIP  
   
   
 AC_LIBTOOL_CONFIG($1)  AC_LIBTOOL_CONFIG($1)
   
Line 3742
 
Line 4090
 lt_simple_compile_test_code="class foo {}\n"  lt_simple_compile_test_code="class foo {}\n"
   
 # Code to be used in simple link tests  # Code to be used in simple link tests
 lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'  lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
   
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 _LT_AC_SYS_COMPILER  _LT_AC_SYS_COMPILER
   
   # save warnings/boilerplate of simple test code
   _LT_COMPILER_BOILERPLATE
   _LT_LINKER_BOILERPLATE
   
 # Allow CC to be a program name with arguments.  # Allow CC to be a program name with arguments.
 lt_save_CC="$CC"  lt_save_CC="$CC"
 CC=${GCJ-"gcj"}  CC=${GCJ-"gcj"}
 compiler=$CC  compiler=$CC
 _LT_AC_TAGVAR(compiler, $1)=$CC  _LT_AC_TAGVAR(compiler, $1)=$CC
   _LT_CC_BASENAME([$compiler])
   
 # GCJ did not exist at the time GCC didn't implicitly link libc in.  # GCJ did not exist at the time GCC didn't implicitly link libc in.
 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
   
   _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
   
 AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)  AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
 AC_LIBTOOL_PROG_COMPILER_PIC($1)  AC_LIBTOOL_PROG_COMPILER_PIC($1)
 AC_LIBTOOL_PROG_CC_C_O($1)  AC_LIBTOOL_PROG_CC_C_O($1)
Line 3763
 
Line 4118
 AC_LIBTOOL_PROG_LD_SHLIBS($1)  AC_LIBTOOL_PROG_LD_SHLIBS($1)
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)  AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)  AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 AC_LIBTOOL_SYS_LIB_STRIP  
 AC_LIBTOOL_DLOPEN_SELF($1)  
   
 AC_LIBTOOL_CONFIG($1)  AC_LIBTOOL_CONFIG($1)
   
Line 3774
 
Line 4127
   
   
 # AC_LIBTOOL_LANG_RC_CONFIG  # AC_LIBTOOL_LANG_RC_CONFIG
 # --------------------------  # -------------------------
 # Ensure that the configuration vars for the Windows resource compiler are  # Ensure that the configuration vars for the Windows resource compiler are
 # suitably defined.  Those variables are subsequently used by  # suitably defined.  Those variables are subsequently used by
 # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.  # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
Line 3798
 
Line 4151
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 _LT_AC_SYS_COMPILER  _LT_AC_SYS_COMPILER
   
   # save warnings/boilerplate of simple test code
   _LT_COMPILER_BOILERPLATE
   _LT_LINKER_BOILERPLATE
   
 # Allow CC to be a program name with arguments.  # Allow CC to be a program name with arguments.
 lt_save_CC="$CC"  lt_save_CC="$CC"
 CC=${RC-"windres"}  CC=${RC-"windres"}
 compiler=$CC  compiler=$CC
 _LT_AC_TAGVAR(compiler, $1)=$CC  _LT_AC_TAGVAR(compiler, $1)=$CC
   _LT_CC_BASENAME([$compiler])
 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes  _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
   
 AC_LIBTOOL_CONFIG($1)  AC_LIBTOOL_CONFIG($1)
Line 3832
 
Line 4190
   # Now quote all the things that may contain metacharacters while being    # Now quote all the things that may contain metacharacters while being
   # careful not to overquote the AC_SUBSTed values.  We take copies of the    # careful not to overquote the AC_SUBSTed values.  We take copies of the
   # variables and quote the copies for generation of the libtool script.    # variables and quote the copies for generation of the libtool script.
   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \    for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
     SED SHELL STRIP \      SED SHELL STRIP \
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \      libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \      old_striplib striplib file_magic_cmd finish_cmds finish_eval \
Line 3938
 
Line 4296
 #  #
 # You should have received a copy of the GNU General Public License  # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software  # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #  #
 # As a special exception to the GNU General Public License, if you  # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a  # distribute this file as part of a program that contains a
Line 3949
 
Line 4307
 SED=$lt_SED  SED=$lt_SED
   
 # Sed that helps us avoid accidentally triggering echo(1) options like -n.  # Sed that helps us avoid accidentally triggering echo(1) options like -n.
 Xsed="$SED -e s/^X//"  Xsed="$SED -e 1s/^X//"
   
 # The HP-UX ksh and POSIX shell print the target directory to stdout  # The HP-UX ksh and POSIX shell print the target directory to stdout
 # if CDPATH is set.  # if CDPATH is set.
 if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi  (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   
 # The names of the tagged configurations supported by this script.  # The names of the tagged configurations supported by this script.
 available_tags=  available_tags=
Line 3984
 
Line 4342
 # The host system.  # The host system.
 host_alias=$host_alias  host_alias=$host_alias
 host=$host  host=$host
   host_os=$host_os
   
   # The build system.
   build_alias=$build_alias
   build=$build
   build_os=$build_os
   
 # An echo program that does not interpret backslashes.  # An echo program that does not interpret backslashes.
 echo=$lt_echo  echo=$lt_echo
Line 3995
 
Line 4359
 # A C compiler.  # A C compiler.
 LTCC=$lt_LTCC  LTCC=$lt_LTCC
   
   # LTCC compiler flags.
   LTCFLAGS=$lt_LTCFLAGS
   
 # A language-specific compiler.  # A language-specific compiler.
 CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)  CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
   
Line 4334
 
Line 4701
 # Regexp to match symbols that can be accessed directly from C.  # Regexp to match symbols that can be accessed directly from C.
 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'  sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
   
 # Transform the above into a raw symbol and a C symbol.  
 symxfrm='\1 \2\3 \3'  
   
 # Transform an extracted symbol line into a proper C declaration  # Transform an extracted symbol line into a proper C declaration
 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
   
Line 4358
 
Line 4722
   lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
   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'"    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'"
   ;;    ;;
   linux*)
     if test "$host_cpu" = ia64; then
       symcode='[[ABCDGIRSTW]]'
       lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
       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'"
     fi
     ;;
 irix* | nonstopux*)  irix* | nonstopux*)
   symcode='[[BCDEGRST]]'    symcode='[[BCDEGRST]]'
   ;;    ;;
 osf*)  osf*)
   symcode='[[BCDEGQRST]]'    symcode='[[BCDEGQRST]]'
   ;;    ;;
 solaris* | sysv5*)  solaris*)
   symcode='[[BDRT]]'    symcode='[[BDRT]]'
   ;;    ;;
   sco3.2v5*)
     symcode='[[DT]]'
     ;;
   sysv4.2uw2*)
     symcode='[[DT]]'
     ;;
   sysv5* | sco5v6* | unixware* | OpenUNIX*)
     symcode='[[ABDT]]'
     ;;
 sysv4)  sysv4)
   symcode='[[DFNSTU]]'    symcode='[[DFNSTU]]'
   ;;    ;;
Line 4389
 
Line 4769
 # Try without a prefix undercore, then with it.  # Try without a prefix undercore, then with it.
 for ac_symprfx in "" "_"; do  for ac_symprfx in "" "_"; do
   
     # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
     symxfrm="\\1 $ac_symprfx\\2 \\2"
   
   # Write the raw and C identifiers.    # Write the raw and C identifiers.
   lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
   
   # Check to see that the pipe works correctly.    # Check to see that the pipe works correctly.
   pipe_works=no    pipe_works=no
Line 4546
 
Line 4929
       # DJGPP does not support shared libraries at all        # DJGPP does not support shared libraries at all
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
       ;;        ;;
       interix3*)
         # Interix 3.x gcc -fpic/-fPIC options generate broken code.
         # Instead, we relocate shared libraries at runtime.
         ;;
     sysv4*MP*)      sysv4*MP*)
       if test -d /usr/nec; then        if test -d /usr/nec; then
  _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic   _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
Line 4554
 
Line 4941
     hpux*)      hpux*)
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but        # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.        # not for PA HP-UX.
       case "$host_cpu" in        case $host_cpu in
       hppa*64*|ia64*)        hppa*64*|ia64*)
  ;;   ;;
       *)        *)
Line 4579
 
Line 4966
  ;;   ;;
       chorus*)        chorus*)
  case $cc_basename in   case $cc_basename in
  cxch68)   cxch68*)
    # Green Hills C++ Compiler     # Green Hills C++ Compiler
    # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"     # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
    ;;     ;;
  esac   esac
  ;;   ;;
          darwin*)
            # PIC is the default on this platform
            # Common symbols not allowed in MH_DYLIB files
            case $cc_basename in
              xlc*)
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
              _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
              ;;
            esac
          ;;
       dgux*)        dgux*)
  case $cc_basename in   case $cc_basename in
    ec++)     ec++*)
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
      ;;       ;;
    ghcx)     ghcx*)
      # Green Hills C++ Compiler       # Green Hills C++ Compiler
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
      ;;       ;;
Line 4598
 
Line 4995
      ;;       ;;
  esac   esac
  ;;   ;;
       freebsd* | kfreebsd*-gnu)        freebsd* | kfreebsd*-gnu | dragonfly*)
  # FreeBSD uses GNU C++   # FreeBSD uses GNU C++
  ;;   ;;
       hpux9* | hpux10* | hpux11*)        hpux9* | hpux10* | hpux11*)
  case $cc_basename in   case $cc_basename in
    CC)     CC*)
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
      if test "$host_cpu" != ia64; then       if test "$host_cpu" != ia64; then
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
      fi       fi
      ;;       ;;
    aCC)     aCC*)
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
      case "$host_cpu" in       case $host_cpu in
      hppa*64*|ia64*)       hppa*64*|ia64*)
        # +Z the default         # +Z the default
        ;;         ;;
Line 4626
 
Line 5023
      ;;       ;;
  esac   esac
  ;;   ;;
         interix*)
    # This is c89, which is MS Visual C++ (no shared libs)
    # Anyone wants to do a port?
    ;;
       irix5* | irix6* | nonstopux*)        irix5* | irix6* | nonstopux*)
  case $cc_basename in   case $cc_basename in
    CC)     CC*)
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
      # CC pic flag -KPIC is the default.       # CC pic flag -KPIC is the default.
Line 4639
 
Line 5040
  ;;   ;;
       linux*)        linux*)
  case $cc_basename in   case $cc_basename in
    KCC)     KCC*)
      # KAI C++ Compiler       # KAI C++ Compiler
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
      ;;       ;;
    icpc)     icpc* | ecpc*)
      # Intel C++       # Intel C++
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
      ;;       ;;
    cxx)     pgCC*)
        # Portland Group C++ compiler.
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
        ;;
      cxx*)
      # Compaq C++       # Compaq C++
      # Make sure the PIC flag is empty.  It appears that all Alpha       # Make sure the PIC flag is empty.  It appears that all Alpha
      # Linux and Compaq Tru64 Unix objects are PIC.       # Linux and Compaq Tru64 Unix objects are PIC.
Line 4667
 
Line 5074
  ;;   ;;
       mvs*)        mvs*)
  case $cc_basename in   case $cc_basename in
    cxx)     cxx*)
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
      ;;       ;;
    *)     *)
      ;;       ;;
  esac   esac
  ;;   ;;
       netbsd* | netbsdelf*-gnu | knetbsd*-gnu)        netbsd*)
  ;;   ;;
       osf3* | osf4* | osf5*)        osf3* | osf4* | osf5*)
  case $cc_basename in   case $cc_basename in
    KCC)     KCC*)
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
      ;;       ;;
    RCC)     RCC*)
      # Rational C++ 2.4.1       # Rational C++ 2.4.1
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
      ;;       ;;
    cxx)     cxx*)
      # Digital/Compaq C++       # Digital/Compaq C++
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
      # Make sure the PIC flag is empty.  It appears that all Alpha       # Make sure the PIC flag is empty.  It appears that all Alpha
Line 4699
 
Line 5106
  ;;   ;;
       psos*)        psos*)
  ;;   ;;
       sco*)  
  case $cc_basename in  
    CC)  
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'  
      ;;  
    *)  
      ;;  
  esac  
  ;;  
       solaris*)        solaris*)
  case $cc_basename in   case $cc_basename in
    CC)     CC*)
      # Sun C++ 4.2, 5.x and Centerline C++       # Sun C++ 4.2, 5.x and Centerline C++
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
      ;;       ;;
    gcx)     gcx*)
      # Green Hills C++ Compiler       # Green Hills C++ Compiler
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
      ;;       ;;
Line 4726
 
Line 5124
  ;;   ;;
       sunos4*)        sunos4*)
  case $cc_basename in   case $cc_basename in
    CC)     CC*)
      # Sun C++ 4.x       # Sun C++ 4.x
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
      ;;       ;;
    lcc)     lcc*)
      # Lucid       # Lucid
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
      ;;       ;;
Line 4741
 
Line 5139
  ;;   ;;
       tandem*)        tandem*)
  case $cc_basename in   case $cc_basename in
    NCC)     NCC*)
      # NonStop-UX NCC 3.20       # NonStop-UX NCC 3.20
      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
      ;;       ;;
Line 4749
 
Line 5147
      ;;       ;;
  esac   esac
  ;;   ;;
       unixware*)        sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
    case $cc_basename in
      CC*)
        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
        ;;
    esac
  ;;   ;;
       vxworks*)        vxworks*)
  ;;   ;;
Line 4796
 
Line 5201
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
       ;;        ;;
   
       interix3*)
         # Interix 3.x gcc -fpic/-fPIC options generate broken code.
         # Instead, we relocate shared libraries at runtime.
         ;;
   
     msdosdjgpp*)      msdosdjgpp*)
       # Just because we use GCC doesn't mean we suddenly get shared libraries        # Just because we use GCC doesn't mean we suddenly get shared libraries
       # on systems that don't support them.        # on systems that don't support them.
Line 4812
 
Line 5222
     hpux*)      hpux*)
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but        # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.        # not for PA HP-UX.
       case "$host_cpu" in        case $host_cpu in
       hppa*64*|ia64*)        hppa*64*|ia64*)
  # +Z the default   # +Z the default
  ;;   ;;
Line 4838
 
Line 5248
  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'   _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
       fi        fi
       ;;        ;;
         darwin*)
           # PIC is the default on this platform
           # Common symbols not allowed in MH_DYLIB files
          case $cc_basename in
            xlc*)
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
            ;;
          esac
          ;;
   
     mingw* | pw32* | os2*)      mingw* | pw32* | os2*)
       # This hack is so that the source file can tell whether it is being        # This hack is so that the source file can tell whether it is being
Line 4849
 
Line 5269
       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but        # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.        # not for PA HP-UX.
       case "$host_cpu" in        case $host_cpu in
       hppa*64*|ia64*)        hppa*64*|ia64*)
  # +Z the default   # +Z the default
  ;;   ;;
Line 4873
 
Line 5293
       ;;        ;;
   
     linux*)      linux*)
       case $CC in        case $cc_basename in
       icc* | ecc*)        icc* | ecc*)
  _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'   _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'   _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'   _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
         ;;          ;;
         pgcc* | pgf77* | pgf90* | pgf95*)
           # Portland Group compilers (*not* the Pentium gcc compiler,
    # which looks to be a dead project)
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
           ;;
       ccc*)        ccc*)
         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'          _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
         # All Alpha code is PIC.          # All Alpha code is PIC.
Line 4893
 
Line 5320
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
       ;;        ;;
   
     sco3.2v5*)  
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'  
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'  
       ;;  
   
     solaris*)      solaris*)
       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'  
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
         case $cc_basename in
         f77* | f90* | f95*)
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
         *)
    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
         esac
       ;;        ;;
   
     sunos4*)      sunos4*)
Line 4910
 
Line 5337
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
       ;;        ;;
   
     sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)      sysv4 | sysv4.2uw2* | sysv4.3*)
       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Line 4923
 
Line 5350
       fi        fi
       ;;        ;;
   
       sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
         ;;
   
       unicos*)
         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
         _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
         ;;
   
     uts4*)      uts4*)
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Line 4950
 
Line 5388
     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=      [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
 fi  fi
 case "$host_os" in  case $host_os in
   # For platforms which do not support PIC, -DPIC is meaningless:    # For platforms which do not support PIC, -DPIC is meaningless:
   *djgpp*)    *djgpp*)
     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
Line 4959
 
Line 5397
     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
     ;;      ;;
 esac  esac
   
   #
   # Check to make sure the static flag actually works.
   #
   wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
   AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
     _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
     $lt_tmp_static_flag,
     [],
     [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
 ])  ])
   
   
Line 4983
 
Line 5431
     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"      _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
   ;;    ;;
   cygwin* | mingw*)    cygwin* | mingw*)
     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
   ;;  
   linux*)  
     _LT_AC_TAGVAR(link_all_deplibs, $1)=no  
   ;;    ;;
   *)    *)
     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
Line 5029
 
Line 5474
   # rely on this symbol name, it's probably fine to never include it in    # rely on this symbol name, it's probably fine to never include it in
   # preloaded symbol tables.    # preloaded symbol tables.
   extract_expsyms_cmds=    extract_expsyms_cmds=
     # Just being paranoid about ensuring that cc_basename is set.
     _LT_CC_BASENAME([$compiler])
   case $host_os in    case $host_os in
   cygwin* | mingw* | pw32*)    cygwin* | mingw* | pw32*)
     # FIXME: the MSVC++ port hasn't been tested in a loooong time      # FIXME: the MSVC++ port hasn't been tested in a loooong time
Line 5039
 
Line 5485
       with_gnu_ld=no        with_gnu_ld=no
     fi      fi
     ;;      ;;
     interix*)
       # we just hope/assume this is gcc and not c89 (= MSVC++)
       with_gnu_ld=yes
       ;;
   openbsd*)    openbsd*)
     with_gnu_ld=no      with_gnu_ld=no
     ;;      ;;
Line 5049
 
Line 5499
     # If archive_cmds runs LD, not CC, wlarc should be empty      # If archive_cmds runs LD, not CC, wlarc should be empty
     wlarc='${wl}'      wlarc='${wl}'
   
       # Set some defaults for GNU ld with shared library support. These
       # are reset later if shared libraries are not supported. Putting them
       # here allows them to be overridden if necessary.
       runpath_var=LD_RUN_PATH
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
       # ancient GNU ld didn't support --whole-archive et. al.
       if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
         else
     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
       fi
       supports_anon_versioning=no
       case `$LD -v 2>/dev/null` in
         *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
         *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
         *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
         *\ 2.11.*) ;; # other 2.11 versions
         *) supports_anon_versioning=yes ;;
       esac
   
     # See if GNU ld supports shared libraries.      # See if GNU ld supports shared libraries.
     case $host_os in      case $host_os in
     aix3* | aix4* | aix5*)      aix3* | aix4* | aix5*)
Line 5099
 
Line 5570
       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported        _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
       _LT_AC_TAGVAR(always_export_symbols, $1)=no        _LT_AC_TAGVAR(always_export_symbols, $1)=no
       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes        _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'        _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
   
       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then        if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
  # If the export-symbols file already is a .def file (1st line   # If the export-symbols file already is a .def file (1st line
  # is EXPORTS), use it as is; otherwise, prepend...   # is EXPORTS), use it as is; otherwise, prepend...
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then   _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
Line 5111
 
Line 5582
    echo EXPORTS > $output_objdir/$soname.def;     echo EXPORTS > $output_objdir/$soname.def;
    cat $export_symbols >> $output_objdir/$soname.def;     cat $export_symbols >> $output_objdir/$soname.def;
  fi~   fi~
  $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'   $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
       else        else
  ld_shlibs=no   _LT_AC_TAGVAR(ld_shlibs, $1)=no
       fi        fi
       ;;        ;;
   
     netbsd* | netbsdelf*-gnu | knetbsd*-gnu)      interix3*)
         _LT_AC_TAGVAR(hardcode_direct, $1)=no
         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
         # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
         # Instead, shared libraries are loaded at an image base (0x10000000 by
         # default) and relocated if they conflict, which is a slow very memory
         # consuming and fragmenting process.  To avoid this, we pick a random,
         # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
         # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
         _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'
         _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'
         ;;
   
       linux*)
         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
    tmp_addflag=
    case $cc_basename,$host_cpu in
    pgcc*) # Portland Group C compiler
      _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'
      tmp_addflag=' $pic_flag'
      ;;
    pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
      _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'
      tmp_addflag=' $pic_flag -Mnomain' ;;
    ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
      tmp_addflag=' -i_dynamic' ;;
    efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
      tmp_addflag=' -i_dynamic -nofor_main' ;;
    ifc* | ifort*) # Intel Fortran compiler
      tmp_addflag=' -nofor_main' ;;
    esac
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
   
    if test $supports_anon_versioning = yes; then
      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
     cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
     $echo "local: *; };" >> $output_objdir/$libname.ver~
      $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
    fi
         else
    _LT_AC_TAGVAR(ld_shlibs, $1)=no
         fi
         ;;
   
       netbsd*)
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then        if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
  wlarc=   wlarc=
Line 5127
 
Line 5644
       fi        fi
       ;;        ;;
   
     solaris* | sysv5*)      solaris*)
       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then        if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
  _LT_AC_TAGVAR(ld_shlibs, $1)=no   _LT_AC_TAGVAR(ld_shlibs, $1)=no
  cat <<EOF 1>&2   cat <<EOF 1>&2
Line 5148
 
Line 5665
       fi        fi
       ;;        ;;
   
     sunos4*)      sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'        case `$LD -v 2>&1` in
       wlarc=          *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
       _LT_AC_TAGVAR(hardcode_direct, $1)=yes   _LT_AC_TAGVAR(ld_shlibs, $1)=no
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no   cat <<_LT_EOF 1>&2
       ;;  
   
   linux*)  *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
   *** reliably create shared libraries on SCO systems.  Therefore, libtool
   *** is disabling shared libraries support.  We urge you to upgrade GNU
   *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
   *** your PATH or compiler configuration so that the native linker is
   *** used, and then restart.
   
   _LT_EOF
    ;;
    *)
     if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
         tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
  _LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds"       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
       supports_anon_versioning=no       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
       case `$LD -v 2>/dev/null` in  
         *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11  
         *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...  
         *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...  
         *\ 2.11.*) ;; # other 2.11 versions  
         *) supports_anon_versioning=yes ;;  
       esac  
       if test $supports_anon_versioning = yes; then  
         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~  
 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~  
 $echo "local: *; };" >> $output_objdir/$libname.ver~  
         $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'  
       else  
         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds"  
       fi  
       _LT_AC_TAGVAR(link_all_deplibs, $1)=no  
     else      else
       _LT_AC_TAGVAR(ld_shlibs, $1)=no        _LT_AC_TAGVAR(ld_shlibs, $1)=no
     fi      fi
     ;;      ;;
         esac
         ;;
   
       sunos4*)
         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
         wlarc=
         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
         ;;
   
     *)      *)
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then        if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
Line 5191
 
Line 5709
       ;;        ;;
     esac      esac
   
     if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then      if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
       runpath_var=LD_RUN_PATH        runpath_var=
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
       # ancient GNU ld didn't support --whole-archive et. al.  
       if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then  
  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'  
       else  
   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
       fi        fi
     fi  
   else    else
     # PORTME fill in a description of your system's linker (not GNU ld)      # PORTME fill in a description of your system's linker (not GNU ld)
     case $host_os in      case $host_os in
Line 5212
 
Line 5725
       # Note: this linker hardcodes the directories in LIBPATH if there        # Note: this linker hardcodes the directories in LIBPATH if there
       # are no directories specified by -L.        # are no directories specified by -L.
       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes        _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
       if test "$GCC" = yes && test -z "$link_static_flag"; then        if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
  # Neither direct hardcoding nor static linking is supported with a   # Neither direct hardcoding nor static linking is supported with a
  # broken collect2.   # broken collect2.
  _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported   _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
Line 5246
 
Line 5759
       break        break
     fi      fi
    done     done
      ;;
  esac   esac
   
  exp_sym_flag='-bexport'   exp_sym_flag='-bexport'
Line 5264
 
Line 5778
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
   
       if test "$GCC" = yes; then        if test "$GCC" = yes; then
  case $host_os in aix4.[012]|aix4.[012].*)   case $host_os in aix4.[[012]]|aix4.[[012]].*)
  # We only want to do this on AIX 4.2 and lower, the check   # We only want to do this on AIX 4.2 and lower, the check
  # below for broken collect2 doesn't work under 4.3+   # below for broken collect2 doesn't work under 4.3+
    collect2name=`${CC} -print-prog-name=collect2`     collect2name=`${CC} -print-prog-name=collect2`
Line 5283
 
Line 5797
     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
    fi     fi
      ;;
  esac   esac
  shared_flag='-shared'   shared_flag='-shared'
    if test "$aix_use_runtimelinking" = yes; then
      shared_flag="$shared_flag "'${wl}-G'
    fi
       else        else
  # not using gcc   # not using gcc
  if test "$host_cpu" = ia64; then   if test "$host_cpu" = ia64; then
Line 5310
 
Line 5828
        # Determine the default libpath from the value encoded in an empty executable.         # Determine the default libpath from the value encoded in an empty executable.
        _LT_AC_SYS_LIBPATH_AIX         _LT_AC_SYS_LIBPATH_AIX
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"   _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"
        else         else
  if test "$host_cpu" = ia64; then   if test "$host_cpu" = ia64; then
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
    _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"     _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
    _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"     _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"
  else   else
  # Determine the default libpath from the value encoded in an empty executable.   # Determine the default libpath from the value encoded in an empty executable.
  _LT_AC_SYS_LIBPATH_AIX   _LT_AC_SYS_LIBPATH_AIX
Line 5324
 
Line 5842
    # -berok will link without error, but may produce a broken library.     # -berok will link without error, but may produce a broken library.
    _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'     _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
    _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'     _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
    # -bexpall does not export symbols beginning with underscore (_)  
    _LT_AC_TAGVAR(always_export_symbols, $1)=yes  
    # Exported symbols can be pulled into shared objects from archives     # Exported symbols can be pulled into shared objects from archives
    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '     _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes     _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
    # This is similar to how AIX traditionally builds it's shared libraries.     # This is similar to how AIX traditionally builds its shared libraries.
    _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'     _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'
  fi   fi
       fi        fi
       ;;        ;;
Line 5343
 
Line 5859
       _LT_AC_TAGVAR(ld_shlibs, $1)=no        _LT_AC_TAGVAR(ld_shlibs, $1)=no
       ;;        ;;
   
     bsdi4*)      bsdi[[45]]*)
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
       ;;        ;;
   
Line 5364
 
Line 5880
       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'        _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
       # FIXME: Should let the user specify the lib program.        # FIXME: Should let the user specify the lib program.
       _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'        _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
       fix_srcfile_path='`cygpath -w "$srcfile"`'        _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes        _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
       ;;        ;;
   
     darwin* | rhapsody*)      darwin* | rhapsody*)
     if test "$GXX" = yes ; then        case $host_os in
       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no  
       case "$host_os" in  
       rhapsody* | darwin1.[[012]])        rhapsody* | darwin1.[[012]])
  _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
  ;;   ;;
       *) # Darwin 1.3 on        *) # Darwin 1.3 on
       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then        if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
        _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'             _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
       else        else
         case ${MACOSX_DEPLOYMENT_TARGET} in          case ${MACOSX_DEPLOYMENT_TARGET} in
           10.[[012]])            10.[[012]])
             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'                 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
             ;;              ;;
           10.*)            10.*)
             _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'                 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
             ;;              ;;
         esac          esac
       fi        fi
  ;;   ;;
       esac        esac
     lt_int_apple_cc_single_mod=no        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
     output_verbose_link_cmd='echo'  
     if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then  
       lt_int_apple_cc_single_mod=yes  
     fi  
     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then  
       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'  
     else  
         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'  
       fi  
       _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'  
       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's  
         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then  
           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'  
         else  
           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'  
         fi  
           _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}'  
       _LT_AC_TAGVAR(hardcode_direct, $1)=no        _LT_AC_TAGVAR(hardcode_direct, $1)=no
       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes        _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
       if test "$GCC" = yes ; then
       output_verbose_link_cmd='echo'
           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
         # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
         _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}'
     else      else
         case $cc_basename in
           xlc*)
            output_verbose_link_cmd='echo'
            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
            _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
             # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
            _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
             _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}'
             ;;
          *)
       _LT_AC_TAGVAR(ld_shlibs, $1)=no        _LT_AC_TAGVAR(ld_shlibs, $1)=no
             ;;
         esac
     fi      fi
       ;;        ;;
   
Line 5448
 
Line 5964
       ;;        ;;
   
     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.      # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
     freebsd* | kfreebsd*-gnu)      freebsd* | kfreebsd*-gnu | dragonfly*)
       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
       _LT_AC_TAGVAR(hardcode_direct, $1)=yes        _LT_AC_TAGVAR(hardcode_direct, $1)=yes
Line 5471
 
Line 5987
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
       ;;        ;;
   
     hpux10* | hpux11*)      hpux10*)
       if test "$GCC" = yes -a "$with_gnu_ld" = no; then        if test "$GCC" = yes -a "$with_gnu_ld" = no; then
  case "$host_cpu" in   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
  hppa*64*|ia64*)        else
    _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
         fi
         if test "$with_gnu_ld" = no; then
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
   
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
   
    # hardcode_minus_L: Not really in the search PATH,
    # but as the default location of the library.
    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
         fi
         ;;
   
       hpux11*)
         if test "$GCC" = yes -a "$with_gnu_ld" = no; then
    case $host_cpu in
    hppa*64*)
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
    ;;     ;;
    ia64*)
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
      ;;
  *)   *)
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
    ;;     ;;
  esac   esac
       else        else
  case "$host_cpu" in   case $host_cpu in
  hppa*64*|ia64*)   hppa*64*)
    _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
      ;;
    ia64*)
      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
    ;;     ;;
  *)   *)
    _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'     _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
    ;;     ;;
  esac   esac
       fi        fi
       if test "$with_gnu_ld" = no; then        if test "$with_gnu_ld" = no; then
  case "$host_cpu" in  
  hppa*64*)  
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'  
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:     _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
   
    case $host_cpu in
    hppa*64*|ia64*)
      _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
    _LT_AC_TAGVAR(hardcode_direct, $1)=no     _LT_AC_TAGVAR(hardcode_direct, $1)=no
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no     _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
    ;;     ;;
  ia64*)  
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'  
    _LT_AC_TAGVAR(hardcode_direct, $1)=no  
    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no  
   
    # hardcode_minus_L: Not really in the search PATH,  
    # but as the default location of the library.  
    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes  
    ;;  
  *)   *)
    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'  
    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:  
    _LT_AC_TAGVAR(hardcode_direct, $1)=yes     _LT_AC_TAGVAR(hardcode_direct, $1)=yes
    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
   
Line 5535
 
Line 6066
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
       ;;        ;;
   
     netbsd* | netbsdelf*-gnu | knetbsd*-gnu)      netbsd*)
       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then        if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
       else        else
Line 5559
 
Line 6090
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'   _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
       else        else
Line 5604
 
Line 6136
  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'   _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~   _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
  $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'   $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
   
  # Both c and cxx compiler support -rpath directly   # Both c and cxx compiler support -rpath directly
  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
Line 5612
 
Line 6144
       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
       ;;        ;;
   
     sco3.2v5*)  
       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'  
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no  
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'  
       runpath_var=LD_RUN_PATH  
       hardcode_runpath_var=yes  
       ;;  
   
     solaris*)      solaris*)
       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'        _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
       if test "$GCC" = yes; then        if test "$GCC" = yes; then
    wlarc='${wl}'
  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~   _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
    $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'     $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
       else        else
    wlarc=''
  _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'   _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~   _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
   $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'    $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
Line 5635
 
Line 6161
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       case $host_os in        case $host_os in
       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;        solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
       *) # Supported since Solaris 2.6 (maybe 2.5.1?)        *)
    # The compiler driver will combine linker options so we
    # cannot just pass the convience library names through
    # without $wl, iff we do not link with $LD.
    # Luckily, gcc supports the same syntax we need for Sun Studio.
    # Supported since Solaris 2.6 (maybe 2.5.1?)
    case $wlarc in
    '')
  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
    *)
      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
    esac ;;
       esac        esac
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
       ;;        ;;
Line 5693
 
Line 6229
       fi        fi
       ;;        ;;
   
     sysv4.2uw2*)      sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7*)
       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'        _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
       _LT_AC_TAGVAR(hardcode_direct, $1)=yes        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
       _LT_AC_TAGVAR(hardcode_minus_L, $1)=no  
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       hardcode_runpath_var=yes        runpath_var='LD_RUN_PATH'
       runpath_var=LD_RUN_PATH  
       ;;  
   
    sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)  
       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'  
       if test "$GCC" = yes; then        if test "$GCC" = yes; then
  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       else        else
  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'   _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
       fi        fi
       runpath_var='LD_RUN_PATH'  
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no  
       ;;        ;;
   
     sysv5*)      sysv5* | sco3.2v5* | sco5v6*)
       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'        # Note: We can NOT use -z defs as we might desire, because we do not
       # $CC -shared without GNU ld will not create a library from C++        # link with -lc, and that would cause any symbols used from libc to
       # object files and a static libstdc++, better avoid it by now        # always be unresolved, which means just about no library would
       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'        # ever link correctly.  If we're not using GNU ld we use -z text
       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~        # though, which does catch some bad symbols but isn't as heavy-handed
   $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'        # as -z defs.
       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=        _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
         _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
       runpath_var='LD_RUN_PATH'        runpath_var='LD_RUN_PATH'
   
         if test "$GCC" = yes; then
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
    _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'
         else
    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
    _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'
         fi
       ;;        ;;
   
     uts4*)      uts4*)
Line 5740
 
Line 6285
 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])  AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
 test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no  test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
   
 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"  
 if test "$GCC" = yes; then  
   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"  
 fi  
   
 #  #
 # Do we need to explicitly link libc?  # Do we need to explicitly link libc?
 #  #
Line 5772
 
Line 6312
         libobjs=conftest.$ac_objext          libobjs=conftest.$ac_objext
         deplibs=          deplibs=
         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)          wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
    pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
         compiler_flags=-v          compiler_flags=-v
         linker_flags=-v          linker_flags=-v
         verstring=          verstring=
Line 5897
 
Line 6438
 # Add /usr/xpg4/bin/sed as it is typically found on Solaris  # Add /usr/xpg4/bin/sed as it is typically found on Solaris
 # along with /bin/sed that truncates output.  # along with /bin/sed that truncates output.
 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do  for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
   test ! -f $lt_ac_sed && break    test ! -f $lt_ac_sed && continue
   cat /dev/null > conftest.in    cat /dev/null > conftest.in
   lt_ac_count=0    lt_ac_count=0
   echo $ECHO_N "0123456789$ECHO_C" >conftest.in    echo $ECHO_N "0123456789$ECHO_C" >conftest.in
Line 5922
 
Line 6463
     fi      fi
   done    done
 done  done
 SED=$lt_cv_path_SED  
 ])  ])
   SED=$lt_cv_path_SED
 AC_MSG_RESULT([$SED])  AC_MSG_RESULT([$SED])
 ])  ])
   
Line 5944
 
Line 6485
 # Call AM_AUTOMAKE_VERSION so it can be traced.  # Call AM_AUTOMAKE_VERSION so it can be traced.
 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.  # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],  AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
  [AM_AUTOMAKE_VERSION([1.9.5])])   [AM_AUTOMAKE_VERSION([1.9.6])])
   
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-  # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
   


Legend:
line(s) removed in v.1.24 
line(s) changed
 line(s) added in v.1.25

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:53