OSDN Git Service

*** empty log message ***
[chasen-legacy/chasen.git] / autom4te.cache / traces.2
index 1f6b6a0..602f4c7 100644 (file)
@@ -1,4 +1,4 @@
-m4trace:/usr/share/aclocal/libtool.m4:70: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
+m4trace:/usr/share/aclocal/libtool.m4:55: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
 dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
   AC_PROVIDE_IFELSE([AC_PROG_CXX],
@@ -28,7 +28,7 @@ dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
             [define([LT_AC_PROG_GCJ],
                defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
 ])])
-m4trace:/usr/share/aclocal/libtool.m4:90: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
+m4trace:/usr/share/aclocal/libtool.m4:75: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
 AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
 AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
 AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
@@ -43,7 +43,7 @@ AC_SUBST(LIBTOOL)dnl
 # Prevent multiple expansion
 define([AC_PROG_LIBTOOL], [])
 ])
-m4trace:/usr/share/aclocal/libtool.m4:232: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
+m4trace:/usr/share/aclocal/libtool.m4:228: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
 AC_REQUIRE([AC_ENABLE_SHARED])dnl
 AC_REQUIRE([AC_ENABLE_STATIC])dnl
 AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
@@ -82,7 +82,7 @@ esac
 
 # Sed substitution that helps us do robust quoting.  It backslashifies
 # 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']
 
 # Same as above, but do not quote variable references.
@@ -102,7 +102,7 @@ rm="rm -f"
 default_ofile=libtool
 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').
 libext=a
 ltmain="$ac_aux_dir/ltmain.sh"
@@ -122,6 +122,7 @@ test -z "$AR_FLAGS" && AR_FLAGS=cru
 test -z "$AS" && AS=as
 test -z "$CC" && CC=cc
 test -z "$LTCC" && LTCC=$CC
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
 test -z "$DLLTOOL" && DLLTOOL=dlltool
 test -z "$LD" && LD=ld
 test -z "$LN_S" && LN_S="ln -s"
@@ -141,15 +142,17 @@ old_postuninstall_cmds=
 if test -n "$RANLIB"; then
   case $host_os in
   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
   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 fi
 
+_LT_CC_BASENAME([$compiler])
+
 # Only perform the check for file, if the check method requires it
 case $deplibs_check_method in
 file_magic*)
@@ -175,20 +178,83 @@ AC_ARG_WITH([pic],
     [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
 tagname=
 AC_LIBTOOL_LANG_C_CONFIG
 _LT_AC_TAGCONFIG
 ])
-m4trace:/usr/share/aclocal/libtool.m4:245: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
+m4trace:/usr/share/aclocal/libtool.m4:263: -1- 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
+])
+m4trace:/usr/share/aclocal/libtool.m4:279: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
 
 # If no C compiler was specified, use 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.
 compiler=$CC
 ])
-m4trace:/usr/share/aclocal/libtool.m4:264: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
+m4trace:/usr/share/aclocal/libtool.m4:295: -1- 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-%%"`
+])
+m4trace:/usr/share/aclocal/libtool.m4:308: -1- 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*
+])
+m4trace:/usr/share/aclocal/libtool.m4:321: -1- 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*
+])
+m4trace:/usr/share/aclocal/libtool.m4:340: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
 }'`
 # Check for a 64-bit object if we didn't find anything.
@@ -196,13 +262,13 @@ if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/de
 }'`; fi],[])
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 ])
-m4trace:/usr/share/aclocal/libtool.m4:275: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
+m4trace:/usr/share/aclocal/libtool.m4:351: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
             [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
         [AC_DIVERT_PUSH(NOTICE)])
 $1
 AC_DIVERT_POP
 ])
-m4trace:/usr/share/aclocal/libtool.m4:431: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
+m4trace:/usr/share/aclocal/libtool.m4:507: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
 # Check that we are running under the correct shell.
 SHELL=${CONFIG_SHELL-/bin/sh}
 
@@ -239,15 +305,15 @@ fi
 
 # The HP-UX ksh and POSIX shell print the target directory to stdout
 # 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 "X${echo_test_string+set}" != Xset; then
 # 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
     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
-    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
-       echo_test_string="`eval $cmd`" &&
+    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
+       echo_test_string=`eval $cmd` &&
        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
     then
       break
@@ -351,7 +417,7 @@ fi
 
 AC_SUBST(ECHO)
 ])])
-m4trace:/usr/share/aclocal/libtool.m4:559: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
+m4trace:/usr/share/aclocal/libtool.m4:651: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
     [AC_HELP_STRING([--disable-libtool-lock],
        [avoid locking (might break parallel builds)])])
 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
@@ -411,7 +477,7 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
   # 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
+    case `/usr/bin/file conftest.o` in
     *32-bit*)
       case $host in
         x86_64-*linux*)
@@ -462,6 +528,22 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
     CFLAGS="$SAVE_CFLAGS"
   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],
 [*-*-cygwin* | *-*-mingw* | *-*-pw32*)
   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
@@ -474,7 +556,7 @@ esac
 need_locks="$enable_libtool_lock"
 
 ])
-m4trace:/usr/share/aclocal/libtool.m4:602: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
+m4trace:/usr/share/aclocal/libtool.m4:696: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
 AC_CACHE_CHECK([$1], [$2],
   [$2=no
   ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
@@ -486,7 +568,7 @@ AC_CACHE_CHECK([$1], [$2],
    # with a dollar sign (not a hyphen), so the echo should work correctly.
    # The option is referenced via a variable to avoid confusing 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:$: $lt_compiler_flag:'`
    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
@@ -496,8 +578,10 @@ AC_CACHE_CHECK([$1], [$2],
    echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test ! -s conftest.err; then
+     # So say no if there are warnings other than the usual output.
+     $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
      fi
    fi
@@ -510,17 +594,22 @@ else
     ifelse([$6], , :, [$6])
 fi
 ])
-m4trace:/usr/share/aclocal/libtool.m4:634: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
+m4trace:/usr/share/aclocal/libtool.m4:733: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
   [$2=no
    save_LDFLAGS="$LDFLAGS"
    LDFLAGS="$LDFLAGS $3"
    printf "$lt_simple_link_test_code" > conftest.$ac_ext
    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
      if test -s conftest.err; then
        # Append any errors to the config.log.
        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
        $2=yes
      fi
@@ -535,7 +624,7 @@ else
     ifelse([$5], , :, [$5])
 fi
 ])
-m4trace:/usr/share/aclocal/libtool.m4:705: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
+m4trace:/usr/share/aclocal/libtool.m4:848: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
 AC_MSG_CHECKING([the maximum length of command line arguments])
 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
   i=0
@@ -574,11 +663,55 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
     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
     # maximum length that is only half of the actual maximum length, but
     # 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 &&
            new_result=`expr "X$teststring" : ".*" 2>&1` &&
            lt_cv_sys_max_cmd_len=$new_result &&
@@ -601,9 +734,9 @@ else
   AC_MSG_RESULT(none)
 fi
 ])
-m4trace:/usr/share/aclocal/libtool.m4:712: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
+m4trace:/usr/share/aclocal/libtool.m4:855: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
 ])
-m4trace:/usr/share/aclocal/libtool.m4:801: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
+m4trace:/usr/share/aclocal/libtool.m4:946: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 if test "$cross_compiling" = yes; then :
   [$4]
 else
@@ -667,17 +800,19 @@ int main ()
       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
       /* dlclose (self); */
     }
+  else
+    puts (dlerror ());
 
     exit (status);
 }]
 EOF
   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=$?
     case x$lt_status in
       x$lt_dlno_uscore) $1 ;;
       x$lt_dlneed_uscore) $2 ;;
-      x$lt_unknown|x*) $3 ;;
+      x$lt_dlunknown|x*) $3 ;;
     esac
   else :
     # compilation failed
@@ -686,7 +821,7 @@ EOF
 fi
 rm -fr conftest*
 ])
-m4trace:/usr/share/aclocal/libtool.m4:914: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
+m4trace:/usr/share/aclocal/libtool.m4:1059: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 if test "x$enable_dlopen" != xyes; then
   enable_dlopen=unknown
   enable_dlopen_self=unknown
@@ -755,7 +890,7 @@ else
     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
     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"
     LIBS="$lt_cv_dlopen_libs $LIBS"
@@ -768,7 +903,7 @@ else
     ])
 
     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],
          lt_cv_dlopen_self_static, [dnl
          _LT_AC_TRY_DLOPEN_SELF(
@@ -794,7 +929,7 @@ else
   esac
 fi
 ])
-m4trace:/usr/share/aclocal/libtool.m4:963: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
+m4trace:/usr/share/aclocal/libtool.m4:1110: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
   [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
@@ -810,7 +945,7 @@ AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
    # Note that $ac_compile itself does not contain backslashes and begins
    # with a dollar sign (not a hyphen), so the echo should work correctly.
    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:$: $lt_compiler_flag:'`
    (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
@@ -822,11 +957,13 @@ AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
    then
      # The compiler can only warn and ignore the option if not recognized
      # 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
      fi
    fi
-   chmod u+w .
+   chmod u+w . 2>&AS_MESSAGE_LOG_FD
    $rm conftest*
    # SGI C++ compiler will create directory out/ii_files/ for
    # template instantiation
@@ -837,7 +974,7 @@ AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
    $rm conftest*
 ])
 ])
-m4trace:/usr/share/aclocal/libtool.m4:990: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
+m4trace:/usr/share/aclocal/libtool.m4:1137: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
 
 hard_links="nottested"
 if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
@@ -858,7 +995,7 @@ else
   need_locks=no
 fi
 ])
-m4trace:/usr/share/aclocal/libtool.m4:1007: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
+m4trace:/usr/share/aclocal/libtool.m4:1154: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
 [rm -f .libs 2>/dev/null
 mkdir .libs 2>/dev/null
 if test -d .libs; then
@@ -870,11 +1007,11 @@ fi
 rmdir .libs 2>/dev/null])
 objdir=$lt_cv_objdir
 ])
-m4trace:/usr/share/aclocal/libtool.m4:1048: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
+m4trace:/usr/share/aclocal/libtool.m4:1195: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
 _LT_AC_TAGVAR(hardcode_action, $1)=
 if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
-   test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
-   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
+   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
+   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
 
   # We can hardcode non-existant directories.
   if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
@@ -905,7 +1042,7 @@ elif test "$shlibpath_overrides_runpath" = yes ||
   enable_fast_install=needless
 fi
 ])
-m4trace:/usr/share/aclocal/libtool.m4:1077: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
+m4trace:/usr/share/aclocal/libtool.m4:1224: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
 old_striplib=
 AC_MSG_CHECKING([whether stripping libraries is possible])
 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
@@ -929,7 +1066,7 @@ fi
   esac
 fi
 ])
-m4trace:/usr/share/aclocal/libtool.m4:1642: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
+m4trace:/usr/share/aclocal/libtool.m4:1862: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
 library_names_spec=
 libname_spec='lib$name'
 soname_spec=
@@ -1030,7 +1167,7 @@ beos*)
   shlibpath_var=LIBRARY_PATH
   ;;
 
-bsdi4*)
+bsdi[[45]]*)
   version_type=linux
   need_version=no
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -1058,7 +1195,8 @@ cygwin* | mingw* | pw32*)
       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
       dldir=$destdir/`dirname \$dlpath`~
       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'\''`~
       dlpath=$dir/\$dldll~
        $rm \$dlpath'
@@ -1088,11 +1226,35 @@ cygwin* | mingw* | pw32*)
       ;;
     pw32*)
       # 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
+      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
+    ;;
+
   *)
     library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
     ;;
@@ -1111,7 +1273,7 @@ darwin* | rhapsody*)
   soname_spec='${libname}${release}${major}$shared_ext'
   shlibpath_overrides_runpath=yes
   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.
   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"`
@@ -1146,9 +1308,25 @@ kfreebsd*-gnu)
   dynamic_linker='GNU ld.so'
   ;;
 
-freebsd*)
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
-  version_type=freebsd-$objformat
+freebsd* | dragonfly*)
+  # DragonFly does not have aout.  When/if they implement a new
+  # 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
     freebsd-elf*)
       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
@@ -1159,20 +1337,31 @@ freebsd*)
       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
       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
   shlibpath_var=LD_LIBRARY_PATH
   case $host_os in
   freebsd2*)
     shlibpath_overrides_runpath=yes
     ;;
-  freebsd3.[01]* | freebsdelf3.[01]*)
+  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
     shlibpath_overrides_runpath=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
     hardcode_into_libs=yes
     ;;
+  freebsd*) # from 4.6 on
+    shlibpath_overrides_runpath=yes
+    hardcode_into_libs=yes
+    ;;
   esac
   ;;
 
@@ -1192,7 +1381,7 @@ hpux9* | hpux10* | hpux11*)
   version_type=sunos
   need_lib_prefix=no
   need_version=no
-  case "$host_cpu" in
+  case $host_cpu in
   ia64*)
     shrext_cmds='.so'
     hardcode_into_libs=yes
@@ -1232,6 +1421,18 @@ hpux9* | hpux10* | hpux11*)
   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*)
   case $host_os in
     nonstopux*) version_type=nonstopux ;;
@@ -1289,27 +1490,10 @@ linux*)
   # before this can be enabled.
   hardcode_into_libs=yes
 
-  # find out which ABI we are using
-  libsuff=
-  case "$host_cpu" in
-  x86_64*|s390x*|powerpc64*)
-    echo '[#]line __oline__ "configure"' > conftest.$ac_ext
-    if AC_TRY_EVAL(ac_compile); then
-      case `/usr/bin/file conftest.$ac_objext` in
-      *64-bit*)
-        libsuff=64
-        sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
-        ;;
-      esac
-    fi
-    rm -rf conftest*
-    ;;
-  esac
-
   # Append ld.so.conf contents to the search path
   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' ' '`
-    sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
+    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"
   fi
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -1370,8 +1554,13 @@ nto-qnx*)
 
 openbsd*)
   version_type=sunos
+  sys_lib_dlsearch_path_spec="/usr/lib"
   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'
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
   shlibpath_var=LD_LIBRARY_PATH
@@ -1409,13 +1598,6 @@ osf3* | osf4* | osf5*)
   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*)
   version_type=linux
   need_lib_prefix=no
@@ -1441,7 +1623,7 @@ sunos4*)
   need_version=yes
   ;;
 
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+sysv4 | sysv4.3*)
   version_type=linux
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
   soname_spec='${libname}${release}${shared_ext}$major'
@@ -1474,6 +1656,29 @@ sysv4*MP*)
   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*)
   version_type=linux
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
@@ -1487,8 +1692,13 @@ uts4*)
 esac
 AC_MSG_RESULT([$dynamic_linker])
 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
 ])
-m4trace:/usr/share/aclocal/libtool.m4:1741: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
+m4trace:/usr/share/aclocal/libtool.m4:1966: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
     [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
         [include additional configurations @<:@automatic@:>@])],
     [tagnames="$withval"])
@@ -1506,6 +1716,9 @@ if test -f "$ltmain" && test -n "$tagnames"; then
       AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
     fi
   fi
+  if test -z "$LTCFLAGS"; then
+    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
+  fi
 
   # Extract list of available tagged configurations in $ofile.
   # Note that this assumes the entire list is on one line.
@@ -1532,7 +1745,9 @@ if test -f "$ltmain" && test -n "$tagnames"; then
 
       case $tagname in
       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
        else
          tagname=""
@@ -1582,11 +1797,11 @@ if test -f "$ltmain" && test -n "$tagnames"; then
   fi
 fi
 ])
-m4trace:/usr/share/aclocal/libtool.m4:1749: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
+m4trace:/usr/share/aclocal/libtool.m4:1974: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
 ])
-m4trace:/usr/share/aclocal/libtool.m4:1757: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
+m4trace:/usr/share/aclocal/libtool.m4:1982: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
 ])
-m4trace:/usr/share/aclocal/libtool.m4:1787: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
+m4trace:/usr/share/aclocal/libtool.m4:2012: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
 AC_ARG_ENABLE([shared],
     [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
        [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
@@ -1609,10 +1824,10 @@ AC_ARG_ENABLE([shared],
     esac],
     [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
 ])
-m4trace:/usr/share/aclocal/libtool.m4:1796: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+m4trace:/usr/share/aclocal/libtool.m4:2021: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 AC_ENABLE_SHARED(no)
 ])
-m4trace:/usr/share/aclocal/libtool.m4:1826: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
+m4trace:/usr/share/aclocal/libtool.m4:2051: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
 AC_ARG_ENABLE([static],
     [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
        [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
@@ -1635,10 +1850,10 @@ AC_ARG_ENABLE([static],
     esac],
     [enable_static=]AC_ENABLE_STATIC_DEFAULT)
 ])
-m4trace:/usr/share/aclocal/libtool.m4:1835: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+m4trace:/usr/share/aclocal/libtool.m4:2060: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 AC_ENABLE_STATIC(no)
 ])
-m4trace:/usr/share/aclocal/libtool.m4:1865: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
+m4trace:/usr/share/aclocal/libtool.m4:2090: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
 AC_ARG_ENABLE([fast-install],
     [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
     [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
@@ -1661,13 +1876,13 @@ AC_ARG_ENABLE([fast-install],
     esac],
     [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
 ])
-m4trace:/usr/share/aclocal/libtool.m4:1874: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+m4trace:/usr/share/aclocal/libtool.m4:2099: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 AC_ENABLE_FAST_INSTALL(no)
 ])
-m4trace:/usr/share/aclocal/libtool.m4:1884: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+m4trace:/usr/share/aclocal/libtool.m4:2109: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 pic_mode=ifelse($#,1,$1,default)
 ])
-m4trace:/usr/share/aclocal/libtool.m4:1962: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
+m4trace:/usr/share/aclocal/libtool.m4:2187: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
 AC_MSG_CHECKING([for $1])
 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
 [case $MAGIC_CMD in
@@ -1689,7 +1904,7 @@ dnl not every word.  This closes a longstanding sh security hole.
       if test -n "$file_magic_test_file"; then
        case $deplibs_check_method in
        "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"
          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
            $EGREP "$file_magic_regex" > /dev/null; then
@@ -1724,7 +1939,7 @@ else
   AC_MSG_RESULT(no)
 fi
 ])
-m4trace:/usr/share/aclocal/libtool.m4:1977: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
+m4trace:/usr/share/aclocal/libtool.m4:2202: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
 if test -z "$lt_cv_path_MAGIC_CMD"; then
   if test -n "$ac_tool_prefix"; then
     AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
@@ -1733,7 +1948,7 @@ if test -z "$lt_cv_path_MAGIC_CMD"; then
   fi
 fi
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2062: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
+m4trace:/usr/share/aclocal/libtool.m4:2287: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
     [AC_HELP_STRING([--with-gnu-ld],
        [assume the C compiler uses GNU ld @<:@default=no@:>@])],
     [test "$withval" = no || with_gnu_ld=yes],
@@ -1787,7 +2002,7 @@ AC_CACHE_VAL(lt_cv_path_LD,
     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
       lt_cv_path_LD="$ac_dir/$ac_prog"
       # 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.
       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
       *GNU* | *'with BFD'*)
@@ -1812,9 +2027,9 @@ fi
 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
 AC_PROG_LD_GNU
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2080: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
+m4trace:/usr/share/aclocal/libtool.m4:2305: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
 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
 *GNU* | *'with BFD'*)
   lt_cv_prog_gnu_ld=yes
@@ -1825,7 +2040,7 @@ case `$LD -v 2>&1 </dev/null` in
 esac])
 with_gnu_ld=$lt_cv_prog_gnu_ld
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2097: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
+m4trace:/usr/share/aclocal/libtool.m4:2331: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
   lt_cv_ld_reload_flag,
   [lt_cv_ld_reload_flag='-r'])
 reload_flag=$lt_cv_ld_reload_flag
@@ -1834,8 +2049,17 @@ case $reload_flag in
 *) reload_flag=" $reload_flag" ;;
 esac
 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
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2287: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
+m4trace:/usr/share/aclocal/libtool.m4:2514: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
 lt_cv_deplibs_check_method,
 [lt_cv_file_magic_cmd='$MAGIC_CMD'
 lt_cv_file_magic_test_file=
@@ -1860,7 +2084,7 @@ beos*)
   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_file_magic_cmd='/usr/bin/file -L'
   lt_cv_file_magic_test_file=/shlib/libc.so
@@ -1883,13 +2107,13 @@ darwin* | rhapsody*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-freebsd* | kfreebsd*-gnu)
+freebsd* | kfreebsd*-gnu | dragonfly*)
   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
     case $host_cpu in
     i*86 )
       # Not sure whether the presence of OpenBSD here was a mistake.
       # 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_test_file=`echo /usr/lib/libc.so.*`
       ;;
@@ -1905,7 +2129,7 @@ gnu*)
 
 hpux10.20* | hpux11*)
   lt_cv_file_magic_cmd=/usr/bin/file
-  case "$host_cpu" in
+  case $host_cpu in
   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
@@ -1921,6 +2145,11 @@ hpux10.20* | hpux11*)
   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*)
   case $LD in
   *-32|*"-32 ") libmagic=32-bit;;
@@ -1933,15 +2162,6 @@ irix5* | irix6* | nonstopux*)
 
 # This must be Linux ELF.
 linux*)
-  case $host_cpu in
-  alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*|x86_64*)
-    lt_cv_deplibs_check_method=pass_all ;;
-  *)
-    # glibc up to 2.1.1 does not perform some relocations on ARM
-    # this will be overridden with pass_all, but let us keep it just in case
-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
-  esac
-  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
   lt_cv_deplibs_check_method=pass_all
   ;;
 
@@ -1964,12 +2184,10 @@ nto-qnx*)
   ;;
 
 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
-    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
-    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
   ;;
 
@@ -1977,15 +2195,11 @@ osf3* | osf4* | osf5*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-sco3.2v5*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
 solaris*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
+sysv4 | sysv4.3*)
   case $host_vendor in
   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]]'
@@ -2006,10 +2220,13 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
   siemens)
     lt_cv_deplibs_check_method=pass_all
     ;;
+  pc)
+    lt_cv_deplibs_check_method=pass_all
+    ;;
   esac
   ;;
 
-sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 esac
@@ -2018,46 +2235,53 @@ file_magic_cmd=$lt_cv_file_magic_cmd
 deplibs_check_method=$lt_cv_deplibs_check_method
 test -z "$deplibs_check_method" && deplibs_check_method=unknown
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2332: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
+m4trace:/usr/share/aclocal/libtool.m4:2566: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
 [if test -n "$NM"; then
   # Let the user override the test.
   lt_cv_path_NM="$NM"
 else
-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
-  for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
-    IFS="$lt_save_ifs"
-    test -z "$ac_dir" && ac_dir=.
-    tmp_nm="$ac_dir/${ac_tool_prefix}nm"
-    if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
-      # Check to see if the nm accepts a BSD-compat flag.
-      # Adding the `sed 1q' prevents false positives on HP-UX, which says:
-      #   nm: unknown option "B" ignored
-      # Tru64's nm complains that /dev/null is an invalid object file
-      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
-      */dev/null* | *'Invalid file or object type'*)
-       lt_cv_path_NM="$tmp_nm -B"
-       break
-        ;;
-      *)
-       case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
-       */dev/null*)
-         lt_cv_path_NM="$tmp_nm -p"
+  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
+    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
+      IFS="$lt_save_ifs"
+      test -z "$ac_dir" && ac_dir=.
+      tmp_nm="$ac_dir/$lt_tmp_nm"
+      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
+       # Check to see if the nm accepts a BSD-compat flag.
+       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
+       #   nm: unknown option "B" ignored
+       # Tru64's nm complains that /dev/null is an invalid object file
+       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
+       */dev/null* | *'Invalid file or object type'*)
+         lt_cv_path_NM="$tmp_nm -B"
          break
          ;;
        *)
-         lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
-         continue # so that we can try to find one that supports BSD flags
+         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
+         */dev/null*)
+           lt_cv_path_NM="$tmp_nm -p"
+           break
+           ;;
+         *)
+           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
+           continue # so that we can try to find one that supports BSD flags
+           ;;
+         esac
          ;;
        esac
-      esac
-    fi
+      fi
+    done
+    IFS="$lt_save_ifs"
   done
-  IFS="$lt_save_ifs"
   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
 fi])
 NM="$lt_cv_path_NM"
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2353: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
+m4trace:/usr/share/aclocal/libtool.m4:2587: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
 LIBM=
 case $host in
 *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
@@ -2072,7 +2296,7 @@ case $host in
   ;;
 esac
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2378: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+m4trace:/usr/share/aclocal/libtool.m4:2612: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
   case $enable_ltdl_convenience in
   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
   "") enable_ltdl_convenience=yes
@@ -2083,7 +2307,7 @@ m4trace:/usr/share/aclocal/libtool.m4:2378: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE
   # For backwards non-gettext consistent compatibility...
   INCLTDL="$LTDLINCL"
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2414: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
+m4trace:/usr/share/aclocal/libtool.m4:2648: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
   AC_CHECK_LIB(ltdl, lt_dlinit,
   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
   [if test x"$enable_ltdl_install" = xno; then
@@ -2104,20 +2328,28 @@ m4trace:/usr/share/aclocal/libtool.m4:2414: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE
   # For backwards non-gettext consistent compatibility...
   INCLTDL="$LTDLINCL"
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2422: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
+m4trace:/usr/share/aclocal/libtool.m4:2656: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2431: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
-AC_REQUIRE([AC_PROG_CXXCPP])
+m4trace:/usr/share/aclocal/libtool.m4:2665: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
+AC_REQUIRE([_LT_AC_PROG_CXXCPP])
 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2439: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
+m4trace:/usr/share/aclocal/libtool.m4:2677: -1- 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
+])
+m4trace:/usr/share/aclocal/libtool.m4:2684: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2447: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
+m4trace:/usr/share/aclocal/libtool.m4:2692: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2455: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
+m4trace:/usr/share/aclocal/libtool.m4:2700: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2468: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
+m4trace:/usr/share/aclocal/libtool.m4:2713: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
   [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
     [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
       [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
@@ -2125,11 +2357,11 @@ m4trace:/usr/share/aclocal/libtool.m4:2468: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_
           [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2477: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
+m4trace:/usr/share/aclocal/libtool.m4:2722: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
 _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2485: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
-m4trace:/usr/share/aclocal/libtool.m4:2622: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
+m4trace:/usr/share/aclocal/libtool.m4:2730: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
+m4trace:/usr/share/aclocal/libtool.m4:2803: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
 AC_LANG_PUSH(C)
 
 # Source file extension for C test sources.
@@ -2147,36 +2379,9 @@ lt_simple_link_test_code='int main(){return(0);}\n'
 
 _LT_AC_SYS_COMPILER
 
-#
-# Check for any special shared library compilation flags.
-#
-_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)=])
-
+# save warnings/boilerplate of simple test code
+_LT_COMPILER_BOILERPLATE
+_LT_LINKER_BOILERPLATE
 
 ## CAVEAT EMPTOR:
 ## There is no encapsulation within the following macros, do not change
@@ -2190,9 +2395,9 @@ AC_LIBTOOL_PROG_LD_SHLIBS($1)
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 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_RESULT([$can_build_shared])
 
@@ -2201,7 +2406,7 @@ test "$can_build_shared" = "no" && enable_shared=no
 
 # On AIX, shared libraries and static libraries use the same namespace, and
 # are all built from PIC.
-case "$host_os" in
+case $host_os in
 aix3*)
   test "$enable_shared" = yes && enable_static=no
   if test -n "$RANLIB"; then
@@ -2214,43 +2419,6 @@ aix4* | aix5*)
   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
     test "$enable_shared" = yes && enable_static=no
   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
 AC_MSG_RESULT([$enable_shared])
@@ -2265,10 +2433,10 @@ AC_LIBTOOL_CONFIG($1)
 AC_LANG_POP
 CC="$lt_save_CC"
 ])
-m4trace:/usr/share/aclocal/libtool.m4:2630: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
-m4trace:/usr/share/aclocal/libtool.m4:3517: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
+m4trace:/usr/share/aclocal/libtool.m4:2811: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
+m4trace:/usr/share/aclocal/libtool.m4:3811: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
 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(allow_undefined_flag, $1)=
@@ -2280,6 +2448,7 @@ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 _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(module_cmds, $1)=
 _LT_AC_TAGVAR(module_expsym_cmds, $1)=
@@ -2297,7 +2466,7 @@ _LT_AC_TAGVAR(postdeps, $1)=
 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
 
 # Source file extension for C++ test sources.
-ac_ext=cc
+ac_ext=cpp
 
 # Object file extension for compiled C++ test sources.
 objext=o
@@ -2307,11 +2476,15 @@ _LT_AC_TAGVAR(objext, $1)=$objext
 lt_simple_compile_test_code="int some_variable = 0;\n"
 
 # 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.
 _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.
 lt_save_CC=$CC
 lt_save_LD=$LD
@@ -2322,18 +2495,18 @@ lt_save_path_LD=$lt_cv_path_LD
 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
   lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 else
-  unset lt_cv_prog_gnu_ld
+  $as_unset lt_cv_prog_gnu_ld
 fi
 if test -n "${lt_cv_path_LDCXX+set}"; then
   lt_cv_path_LD=$lt_cv_path_LDCXX
 else
-  unset lt_cv_path_LD
+  $as_unset lt_cv_path_LD
 fi
 test -z "${LDCXX+set}" || LD=$LDCXX
 CC=${CXX-"c++"}
 compiler=$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
 # no_builtin_flag separately
@@ -2422,6 +2595,7 @@ case $host_os in
            ;;
          esac
        done
+       ;;
       esac
 
       exp_sym_flag='-bexport'
@@ -2440,7 +2614,7 @@ case $host_os in
     _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
     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
       # below for broken collect2 doesn't work under 4.3+
        collect2name=`${CC} -print-prog-name=collect2`
@@ -2459,8 +2633,12 @@ case $host_os in
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
        fi
+       ;;
       esac
       shared_flag='-shared'
+      if test "$aix_use_runtimelinking" = yes; then
+       shared_flag="$shared_flag "'${wl}-G'
+      fi
     else
       # not using gcc
       if test "$host_cpu" = ia64; then
@@ -2487,12 +2665,12 @@ case $host_os in
       _LT_AC_SYS_LIBPATH_AIX
       _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
       if test "$host_cpu" = ia64; then
        _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(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
        # Determine the default libpath from the value encoded in an empty executable.
        _LT_AC_SYS_LIBPATH_AIX
@@ -2501,16 +2679,26 @@ case $host_os in
        # -berok will link without error, but may produce a broken library.
        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
        _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
-       _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
-       # This is similar to how AIX traditionally builds it's 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'
+       # 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 ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
       fi
     fi
     ;;
+
+  beos*)
+    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
+      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
+      # support --undefined.  This deserves some investigation.  FIXME
+      _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
       *)
@@ -2529,7 +2717,7 @@ case $host_os in
     _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
     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
       # is EXPORTS), use it as is; otherwise, prepend...
       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
@@ -2538,70 +2726,81 @@ case $host_os in
        echo EXPORTS > $output_objdir/$soname.def;
        cat $export_symbols >> $output_objdir/$soname.def;
       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
       _LT_AC_TAGVAR(ld_shlibs, $1)=no
     fi
   ;;
+      darwin* | rhapsody*)
+        case $host_os in
+        rhapsody* | darwin1.[[012]])
+         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
+         ;;
+       *) # Darwin 1.3 on
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+         else
+           case ${MACOSX_DEPLOYMENT_TARGET} in
+             10.[[012]])
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+               ;;
+             10.*)
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
+               ;;
+           esac
+         fi
+         ;;
+        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
 
-  darwin* | rhapsody*)
-  if test "$GXX" = 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'
+    if test "$GXX" = yes ; then
+      lt_int_apple_cc_single_mod=no
+      output_verbose_link_cmd='echo'
+      if $CC -dumpspecs 2>&1 | $EGREP '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
-        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
+          _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
+        _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
+          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 -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}'
+      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
+          ;;
+      esac
       fi
-      ;;
-    esac
-    lt_int_apple_cc_single_mod=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_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
-    ;;
+        ;;
 
   dgux*)
     case $cc_basename in
-      ec++)
+      ec++*)
        # FIXME: insert proper C++ library support
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
        ;;
-      ghcx)
+      ghcx*)
        # Green Hills C++ Compiler
        # FIXME: insert proper C++ library support
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
@@ -2612,14 +2811,14 @@ case $host_os in
        ;;
     esac
     ;;
-  freebsd[12]*)
+  freebsd[[12]]*)
     # C++ shared libraries reported to be fairly broken before switch to ELF
     _LT_AC_TAGVAR(ld_shlibs, $1)=no
     ;;
   freebsd-elf*)
     _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
     # conventions
     _LT_AC_TAGVAR(ld_shlibs, $1)=yes
@@ -2636,11 +2835,11 @@ case $host_os in
                                # location of the library.
 
     case $cc_basename in
-    CC)
+    CC*)
       # FIXME: insert proper C++ library support
       _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'
       # Commands to make compiler produce verbose output that lists
       # what "hidden" libraries, object files and flags are used when
@@ -2650,7 +2849,7 @@ case $host_os in
       # 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 -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
@@ -2664,33 +2863,22 @@ case $host_os in
     ;;
   hpux10*|hpux11*)
     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_separator, $1)=:
+
+      case $host_cpu in
+      hppa*64*|ia64*)
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-        ;;
-      ia64*)
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$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'
         ;;
       esac
     fi
-    case "$host_cpu" in
-    hppa*64*)
-      _LT_AC_TAGVAR(hardcode_direct, $1)=no
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-    ia64*)
+    case $host_cpu in
+    hppa*64*|ia64*)
       _LT_AC_TAGVAR(hardcode_direct, $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
@@ -2701,14 +2889,17 @@ case $host_os in
     esac
 
     case $cc_basename in
-      CC)
+      CC*)
        # FIXME: insert proper C++ library support
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
        ;;
-      aCC)
-       case "$host_cpu" in
-       hppa*64*|ia64*)
-         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
+      aCC*)
+       case $host_cpu in
+       hppa*64*)
+         _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'
@@ -2727,9 +2918,12 @@ case $host_os in
       *)
        if test "$GXX" = yes; then
          if test $with_gnu_ld = no; then
-           case "$host_cpu" in
-           ia64*|hppa*64*)
-             _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
+           case $host_cpu in
+           hppa*64*)
+             _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'
@@ -2743,11 +2937,25 @@ case $host_os in
        ;;
     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*)
     case $cc_basename in
-      CC)
+      CC*)
        # 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
        # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
@@ -2758,7 +2966,7 @@ case $host_os in
       *)
        if test "$GXX" = yes; 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
            _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
@@ -2771,7 +2979,7 @@ case $host_os in
     ;;
   linux*)
     case $cc_basename in
-      KCC)
+      KCC*)
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
        # KCC will only create a shared library if the output file
@@ -2796,17 +3004,41 @@ case $host_os in
        # "CC -Bstatic", where "CC" is the KAI C++ compiler.
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
        ;;
-      icpc)
+      icpc*)
        # Intel C++
        with_gnu_ld=yes
+       # 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_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(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(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
        _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'
        ;;
-      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++
        _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'
@@ -2837,7 +3069,7 @@ case $host_os in
     ;;
   mvs*)
     case $cc_basename in
-      cxx)
+      cxx*)
        # FIXME: insert proper C++ library support
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
        ;;
@@ -2858,9 +3090,25 @@ case $host_os in
     # 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::"'
     ;;
+  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*)
     case $cc_basename in
-      KCC)
+      KCC*)
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
        # KCC will only create a shared library if the output file
@@ -2876,14 +3124,14 @@ case $host_os in
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 
        ;;
-      RCC)
+      RCC*)
        # Rational C++ 2.4.1
        # FIXME: insert proper C++ library support
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
        ;;
-      cxx)
+      cxx*)
        _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_separator, $1)=:
@@ -2901,7 +3149,7 @@ case $host_os in
       *)
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
          _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_separator, $1)=:
@@ -2920,7 +3168,7 @@ case $host_os in
     ;;
   osf4* | osf5*)
     case $cc_basename in
-      KCC)
+      KCC*)
        # Kuck and Associates, Inc. (KAI) C++ Compiler
 
        # KCC will only create a shared library if the output file
@@ -2935,17 +3183,17 @@ case $host_os in
        # the KAI C++ compiler.
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
        ;;
-      RCC)
+      RCC*)
        # Rational C++ 2.4.1
        # FIXME: insert proper C++ library support
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
        ;;
-      cxx)
+      cxx*)
        _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~
          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'
 
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
@@ -2964,7 +3212,7 @@ case $host_os in
       *)
        if test "$GXX" = yes && test "$with_gnu_ld" = no; then
          _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_separator, $1)=:
@@ -2985,27 +3233,14 @@ case $host_os in
     # FIXME: insert proper C++ library support
     _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*)
     case $cc_basename in
-      CC)
+      CC*)
        # Sun C++ 4.x
        # FIXME: insert proper C++ library support
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
        ;;
-      lcc)
+      lcc*)
        # Lucid
        # FIXME: insert proper C++ library support
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
@@ -3018,36 +3253,33 @@ case $host_os in
     ;;
   solaris*)
     case $cc_basename in
-      CC)
+      CC*)
        # 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(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~
-       $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_shlibpath_var, $1)=no
        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
            # 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?)
-           _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
        _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
-       # Commands to make compiler produce verbose output that lists
-       # 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'
+       output_verbose_link_cmd='echo'
 
        # Archives containing C++ object files must be created using
        # "CC -xar", where "CC" is the Sun C++ compiler.  This is
@@ -3055,7 +3287,7 @@ case $host_os in
        # in the archive.
        _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
        ;;
-      gcx)
+      gcx*)
        # 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'
 
@@ -3093,12 +3325,63 @@ case $host_os in
        ;;
     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(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*)
     case $cc_basename in
-      NCC)
+      NCC*)
        # NonStop-UX NCC 3.20
        # FIXME: insert proper C++ library support
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
@@ -3135,8 +3418,6 @@ AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 AC_LIBTOOL_PROG_LD_SHLIBS($1)
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
-AC_LIBTOOL_SYS_LIB_STRIP
-AC_LIBTOOL_DLOPEN_SELF($1)
 
 AC_LIBTOOL_CONFIG($1)
 
@@ -3152,7 +3433,7 @@ lt_cv_path_LD=$lt_save_path_LD
 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
 ])
-m4trace:/usr/share/aclocal/libtool.m4:3653: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
+m4trace:/usr/share/aclocal/libtool.m4:3971: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
 dnl we can't use the lt_simple_compile_test_code here,
 dnl because it contains code intended for an executable,
 dnl not a library.  It's possible we should let each
@@ -3201,7 +3482,7 @@ if AC_TRY_EVAL(ac_compile); then
   # The `*' in the case matches for architectures that use `case' in
   # $output_verbose_cmd can trigger glob expansion during the loop
   # 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
     case $p in
@@ -3277,12 +3558,36 @@ fi
 
 $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
 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
 esac
 ])
-m4trace:/usr/share/aclocal/libtool.m4:3660: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
-m4trace:/usr/share/aclocal/libtool.m4:3752: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
+m4trace:/usr/share/aclocal/libtool.m4:3978: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
+m4trace:/usr/share/aclocal/libtool.m4:4072: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
 AC_LANG_PUSH(Fortran 77)
 
 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
@@ -3320,12 +3625,16 @@ lt_simple_link_test_code="      program t\n      end\n"
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 _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.
 lt_save_CC="$CC"
 CC=${F77-"f77"}
 compiler=$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_RESULT([$can_build_shared])
@@ -3335,7 +3644,7 @@ test "$can_build_shared" = "no" && enable_shared=no
 
 # On AIX, shared libraries and static libraries use the same namespace, and
 # are all built from PIC.
-case "$host_os" in
+case $host_os in
 aix3*)
   test "$enable_shared" = yes && enable_static=no
   if test -n "$RANLIB"; then
@@ -3344,7 +3653,9 @@ aix3*)
   fi
   ;;
 aix4* | aix5*)
-  test "$enable_shared" = yes && enable_static=no
+  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
+    test "$enable_shared" = yes && enable_static=no
+  fi
   ;;
 esac
 AC_MSG_RESULT([$enable_shared])
@@ -3354,8 +3665,6 @@ AC_MSG_CHECKING([whether to build static libraries])
 test "$enable_shared" = yes || enable_static=yes
 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(LD, $1)="$LD"
 
@@ -3365,16 +3674,14 @@ AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 AC_LIBTOOL_PROG_LD_SHLIBS($1)
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
-AC_LIBTOOL_SYS_LIB_STRIP
-
 
 AC_LIBTOOL_CONFIG($1)
 
 AC_LANG_POP
 CC="$lt_save_CC"
 ])
-m4trace:/usr/share/aclocal/libtool.m4:3760: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
-m4trace:/usr/share/aclocal/libtool.m4:3807: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
+m4trace:/usr/share/aclocal/libtool.m4:4080: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
+m4trace:/usr/share/aclocal/libtool.m4:4132: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
 
 # Source file extension for Java test sources.
 ac_ext=java
@@ -3387,20 +3694,27 @@ _LT_AC_TAGVAR(objext, $1)=$objext
 lt_simple_compile_test_code="class foo {}\n"
 
 # 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.
 _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.
 lt_save_CC="$CC"
 CC=${GCJ-"gcj"}
 compiler=$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.
 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
+_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
+
 ## CAVEAT EMPTOR:
 ## There is no encapsulation within the following macros, do not change
 ## the running order or otherwise move them around unless you know exactly
@@ -3412,16 +3726,14 @@ AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 AC_LIBTOOL_PROG_LD_SHLIBS($1)
 AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
-AC_LIBTOOL_SYS_LIB_STRIP
-AC_LIBTOOL_DLOPEN_SELF($1)
 
 AC_LIBTOOL_CONFIG($1)
 
 AC_LANG_RESTORE
 CC="$lt_save_CC"
 ])
-m4trace:/usr/share/aclocal/libtool.m4:3815: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
-m4trace:/usr/share/aclocal/libtool.m4:3846: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
+m4trace:/usr/share/aclocal/libtool.m4:4140: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
+m4trace:/usr/share/aclocal/libtool.m4:4176: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
 
 # Source file extension for RC test sources.
 ac_ext=rc
@@ -3439,11 +3751,16 @@ lt_simple_link_test_code="$lt_simple_compile_test_code"
 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 _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.
 lt_save_CC="$CC"
 CC=${RC-"windres"}
 compiler=$CC
 _LT_AC_TAGVAR(compiler, $1)=$CC
+_LT_CC_BASENAME([$compiler])
 _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
 AC_LIBTOOL_CONFIG($1)
@@ -3451,7 +3768,7 @@ AC_LIBTOOL_CONFIG($1)
 AC_LANG_RESTORE
 CC="$lt_save_CC"
 ])
-m4trace:/usr/share/aclocal/libtool.m4:4331: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
+m4trace:/usr/share/aclocal/libtool.m4:4670: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
 # libtool distribution, otherwise you forgot to ship ltmain.sh
 # with your package, and you will get complaints that there are
 # no rules to generate ltmain.sh.
@@ -3464,7 +3781,7 @@ if test -f "$ltmain"; then
   # Now quote all the things that may contain metacharacters while being
   # careful not to overquote the AC_SUBSTed values.  We take copies of the
   # 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 \
     libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     old_striplib striplib file_magic_cmd finish_cmds finish_eval \
@@ -3570,7 +3887,7 @@ ifelse([$1], [],
 #
 # You should have received a copy of the GNU General Public License
 # 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
 # distribute this file as part of a program that contains a
@@ -3581,11 +3898,11 @@ ifelse([$1], [],
 SED=$lt_SED
 
 # 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
 # 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.
 available_tags=
@@ -3616,6 +3933,12 @@ fast_install=$enable_fast_install
 # The host system.
 host_alias=$host_alias
 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.
 echo=$lt_echo
@@ -3627,6 +3950,9 @@ AR_FLAGS=$lt_AR_FLAGS
 # A C compiler.
 LTCC=$lt_LTCC
 
+# LTCC compiler flags.
+LTCFLAGS=$lt_LTCFLAGS
+
 # A language-specific compiler.
 CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
 
@@ -3692,7 +4018,7 @@ max_cmd_len=$lt_cv_sys_max_cmd_len
 # Does compiler simultaneously support -c and -o options?
 compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
 
-# Must we lock files when doing compilation ?
+# Must we lock files when doing compilation?
 need_locks=$lt_need_locks
 
 # Do we need the lib prefix for modules?
@@ -3927,7 +4253,7 @@ else
   fi
 fi
 ])
-m4trace:/usr/share/aclocal/libtool.m4:4349: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
+m4trace:/usr/share/aclocal/libtool.m4:4688: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
 
 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
@@ -3940,7 +4266,7 @@ if test "$GCC" = yes; then
     [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
 fi
 ])
-m4trace:/usr/share/aclocal/libtool.m4:4535: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
+m4trace:/usr/share/aclocal/libtool.m4:4890: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
 AC_REQUIRE([AC_PROG_NM])
 AC_REQUIRE([AC_OBJEXT])
 # Check for command to grab the raw symbol name followed by C symbol from nm.
@@ -3956,9 +4282,6 @@ symcode='[[BCDEGRST]]'
 # Regexp to match symbols that can be accessed directly from C.
 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
 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
 
@@ -3980,15 +4303,31 @@ hpux*) # Its linker distinguishes data from code symbols
   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'"
   ;;
+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*)
   symcode='[[BCDEGRST]]'
   ;;
 osf*)
   symcode='[[BCDEGQRST]]'
   ;;
-solaris* | sysv5*)
+solaris*)
   symcode='[[BDRT]]'
   ;;
+sco3.2v5*)
+  symcode='[[DT]]'
+  ;;
+sysv4.2uw2*)
+  symcode='[[DT]]'
+  ;;
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
+  symcode='[[ABDT]]'
+  ;;
 sysv4)
   symcode='[[DFNSTU]]'
   ;;
@@ -4011,8 +4350,11 @@ esac
 # Try without a prefix undercore, then with it.
 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.
-  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.
   pipe_works=no
@@ -4121,7 +4463,7 @@ else
   AC_MSG_RESULT(ok)
 fi
 ])
-m4trace:/usr/share/aclocal/libtool.m4:4996: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
+m4trace:/usr/share/aclocal/libtool.m4:5416: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
 
@@ -4163,6 +4505,10 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
       # DJGPP does not support shared libraries at all
       _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*)
       if test -d /usr/nec; then
        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
@@ -4171,7 +4517,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
     hpux*)
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.
-      case "$host_cpu" in
+      case $host_cpu in
       hppa*64*|ia64*)
        ;;
       *)
@@ -4196,18 +4542,28 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
        ;;
       chorus*)
        case $cc_basename in
-       cxch68)
+       cxch68*)
          # 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"
          ;;
        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*)
        case $cc_basename in
-         ec++)
+         ec++*)
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
            ;;
-         ghcx)
+         ghcx*)
            # Green Hills C++ Compiler
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
            ;;
@@ -4215,22 +4571,22 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
            ;;
        esac
        ;;
-      freebsd* | kfreebsd*-gnu)
+      freebsd* | kfreebsd*-gnu | dragonfly*)
        # FreeBSD uses GNU C++
        ;;
       hpux9* | hpux10* | hpux11*)
        case $cc_basename in
-         CC)
+         CC*)
            _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
              _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
            fi
            ;;
-         aCC)
+         aCC*)
            _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"
-           case "$host_cpu" in
+           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
+           case $host_cpu in
            hppa*64*|ia64*)
              # +Z the default
              ;;
@@ -4243,9 +4599,13 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
            ;;
        esac
        ;;
+      interix*)
+       # This is c89, which is MS Visual C++ (no shared libs)
+       # Anyone wants to do a port?
+       ;;
       irix5* | irix6* | nonstopux*)
        case $cc_basename in
-         CC)
+         CC*)
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
            # CC pic flag -KPIC is the default.
@@ -4256,18 +4616,24 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
        ;;
       linux*)
        case $cc_basename in
-         KCC)
+         KCC*)
            # KAI C++ Compiler
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
            ;;
-         icpc)
+         icpc* | ecpc*)
            # Intel C++
            _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)='-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++
            # Make sure the PIC flag is empty.  It appears that all Alpha
            # Linux and Compaq Tru64 Unix objects are PIC.
@@ -4284,7 +4650,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
        ;;
       mvs*)
        case $cc_basename in
-         cxx)
+         cxx*)
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
            ;;
          *)
@@ -4295,14 +4661,14 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
        ;;
       osf3* | osf4* | osf5*)
        case $cc_basename in
-         KCC)
+         KCC*)
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
            ;;
-         RCC)
+         RCC*)
            # Rational C++ 2.4.1
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
            ;;
-         cxx)
+         cxx*)
            # Digital/Compaq C++
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
            # Make sure the PIC flag is empty.  It appears that all Alpha
@@ -4316,24 +4682,15 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
        ;;
       psos*)
        ;;
-      sco*)
-       case $cc_basename in
-         CC)
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-           ;;
-         *)
-           ;;
-       esac
-       ;;
       solaris*)
        case $cc_basename in
-         CC)
+         CC*)
            # Sun C++ 4.2, 5.x and Centerline C++
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
            _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
            ;;
-         gcx)
+         gcx*)
            # Green Hills C++ Compiler
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
            ;;
@@ -4343,12 +4700,12 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
        ;;
       sunos4*)
        case $cc_basename in
-         CC)
+         CC*)
            # Sun C++ 4.x
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
            _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
            ;;
-         lcc)
+         lcc*)
            # Lucid
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
            ;;
@@ -4358,7 +4715,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
        ;;
       tandem*)
        case $cc_basename in
-         NCC)
+         NCC*)
            # NonStop-UX NCC 3.20
            _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
            ;;
@@ -4366,7 +4723,14 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
            ;;
        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*)
        ;;
@@ -4413,6 +4777,11 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
       _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*)
       # Just because we use GCC doesn't mean we suddenly get shared libraries
       # on systems that don't support them.
@@ -4429,7 +4798,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
     hpux*)
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.
-      case "$host_cpu" in
+      case $host_cpu in
       hppa*64*|ia64*)
        # +Z the default
        ;;
@@ -4455,6 +4824,16 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
       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*)
       # This hack is so that the source file can tell whether it is being
@@ -4466,7 +4845,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
       # not for PA HP-UX.
-      case "$host_cpu" in
+      case $host_cpu in
       hppa*64*|ia64*)
        # +Z the default
        ;;
@@ -4490,12 +4869,19 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
       ;;
 
     linux*)
-      case $CC in
+      case $cc_basename in
       icc* | ecc*)
        _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)='-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*)
         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
         # All Alpha code is PIC.
@@ -4510,15 +4896,15 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
       _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*)
-      _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'
+      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*)
@@ -4527,7 +4913,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
       _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_pic, $1)='-KPIC'
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
@@ -4540,6 +4926,17 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
       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*)
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
@@ -4567,7 +4964,7 @@ if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
 fi
-case "$host_os" in
+case $host_os in
   # For platforms which do not support PIC, -DPIC is meaningless:
   *djgpp*)
     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
@@ -4576,8 +4973,18 @@ case "$host_os" in
     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
     ;;
 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)=])
 ])
-m4trace:/usr/share/aclocal/libtool.m4:5829: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
+m4trace:/usr/share/aclocal/libtool.m4:6346: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 ifelse([$1],[CXX],[
   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
   case $host_os in
@@ -4594,7 +5001,7 @@ ifelse([$1],[CXX],[
     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
   ;;
   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'
   ;;
   *)
     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
@@ -4637,7 +5044,8 @@ ifelse([$1],[CXX],[
   # rely on this symbol name, it's probably fine to never include it in
   # preloaded symbol tables.
   extract_expsyms_cmds=
-
+  # Just being paranoid about ensuring that cc_basename is set.
+  _LT_CC_BASENAME([$compiler])
   case $host_os in
   cygwin* | mingw* | pw32*)
     # FIXME: the MSVC++ port hasn't been tested in a loooong time
@@ -4647,6 +5055,10 @@ ifelse([$1],[CXX],[
       with_gnu_ld=no
     fi
     ;;
+  interix*)
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
+    with_gnu_ld=yes
+    ;;
   openbsd*)
     with_gnu_ld=no
     ;;
@@ -4657,6 +5069,27 @@ ifelse([$1],[CXX],[
     # If archive_cmds runs LD, not CC, wlarc should be empty
     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.
     case $host_os in
     aix3* | aix4* | aix5*)
@@ -4707,10 +5140,10 @@ EOF
       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
       _LT_AC_TAGVAR(always_export_symbols, $1)=no
       _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
-        _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
        # is EXPORTS), use it as is; otherwise, prepend...
        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
@@ -4719,9 +5152,55 @@ EOF
          echo EXPORTS > $output_objdir/$soname.def;
          cat $export_symbols >> $output_objdir/$soname.def;
        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
+       _LT_AC_TAGVAR(ld_shlibs, $1)=no
+      fi
+      ;;
+
+    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
-       ld_shlibs=no
+       _LT_AC_TAGVAR(ld_shlibs, $1)=no
       fi
       ;;
 
@@ -4735,7 +5214,7 @@ EOF
       fi
       ;;
 
-    solaris* | sysv5*)
+    solaris*)
       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
        _LT_AC_TAGVAR(ld_shlibs, $1)=no
        cat <<EOF 1>&2
@@ -4756,6 +5235,33 @@ EOF
       fi
       ;;
 
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
+      case `$LD -v 2>&1` in
+        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) 
+       _LT_AC_TAGVAR(ld_shlibs, $1)=no
+       cat <<_LT_EOF 1>&2
+
+*** 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
+           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
+           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
+           _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'
+         else
+           _LT_AC_TAGVAR(ld_shlibs, $1)=no
+         fi
+       ;;
+      esac
+      ;;
+
     sunos4*)
       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
       wlarc=
@@ -4763,31 +5269,6 @@ EOF
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       ;;
 
-  linux*)
-    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(archive_cmds, $1)="$tmp_archive_cmds"
-      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
-      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
-    else
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
-    fi
-    ;;
-
     *)
       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
@@ -4798,16 +5279,11 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
       ;;
     esac
 
-    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
-      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
+    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
+      runpath_var=
+      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
+      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
+      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
     fi
   else
     # PORTME fill in a description of your system's linker (not GNU ld)
@@ -4819,7 +5295,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
       # Note: this linker hardcodes the directories in LIBPATH if there
       # are no directories specified by -L.
       _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
        # broken collect2.
        _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
@@ -4853,6 +5329,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
            break
          fi
          done
+         ;;
        esac
 
        exp_sym_flag='-bexport'
@@ -4871,7 +5348,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
       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
        # below for broken collect2 doesn't work under 4.3+
          collect2name=`${CC} -print-prog-name=collect2`
@@ -4890,8 +5367,12 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
          fi
+         ;;
        esac
        shared_flag='-shared'
+       if test "$aix_use_runtimelinking" = yes; then
+         shared_flag="$shared_flag "'${wl}-G'
+       fi
       else
        # not using gcc
        if test "$host_cpu" = ia64; then
@@ -4899,11 +5380,11 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
        # chokes on -Wl,-G. The following line is correct:
          shared_flag='-G'
        else
-       if test "$aix_use_runtimelinking" = yes; then
+         if test "$aix_use_runtimelinking" = yes; then
            shared_flag='${wl}-G'
          else
            shared_flag='${wl}-bM:SRE'
-       fi
+         fi
        fi
       fi
 
@@ -4917,12 +5398,12 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
        # Determine the default libpath from the value encoded in an empty executable.
        _LT_AC_SYS_LIBPATH_AIX
        _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
        if test "$host_cpu" = ia64; then
          _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(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
         # Determine the default libpath from the value encoded in an empty executable.
         _LT_AC_SYS_LIBPATH_AIX
@@ -4931,13 +5412,11 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
          # -berok will link without error, but may produce a broken library.
          _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
          _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
-         _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
-         # This is similar to how AIX traditionally builds it's 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'
+         # 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 ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
        fi
       fi
       ;;
@@ -4950,7 +5429,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
       _LT_AC_TAGVAR(ld_shlibs, $1)=no
       ;;
 
-    bsdi4*)
+    bsdi[[45]]*)
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
       ;;
 
@@ -4971,57 +5450,57 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
       # FIXME: Should let the user specify the lib program.
       _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
       ;;
 
     darwin* | rhapsody*)
-    if test "$GXX" = 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
-       ;;
+      case $host_os in
+        rhapsody* | darwin1.[[012]])
+         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
+         ;;
+       *) # Darwin 1.3 on
+         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
+           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+         else
+           case ${MACOSX_DEPLOYMENT_TARGET} in
+             10.[[012]])
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
+               ;;
+             10.*)
+               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
+               ;;
+           esac
+         fi
+         ;;
       esac
-       lt_int_apple_cc_single_mod=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(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)='-all_load $convenience'
+      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
       _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
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
+      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
+          ;;
+      esac
     fi
       ;;
 
@@ -5055,7 +5534,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
       ;;
 
     # 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(hardcode_libdir_flag_spec, $1)='-R$libdir'
       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
@@ -5078,47 +5557,62 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
       ;;
 
-    hpux10* | hpux11*)
+    hpux10*)
       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
-       case "$host_cpu" in
-       hppa*64*|ia64*)
+       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+      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'
          ;;
+       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'
          ;;
        esac
       else
-       case "$host_cpu" in
-       hppa*64*|ia64*)
-         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
+       case $host_cpu in
+       hppa*64*)
+         _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
       fi
       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_separator, $1)=:
+
+       case $host_cpu in
+       hppa*64*|ia64*)
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
-         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
-         _LT_AC_TAGVAR(hardcode_direct, $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(export_dynamic_flag_spec, $1)='${wl}-E'
 
@@ -5166,6 +5660,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
       _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
        _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(export_dynamic_flag_spec, $1)='${wl}-E'
       else
@@ -5211,7 +5706,7 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
        _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_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
        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
@@ -5219,21 +5714,15 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
       _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*)
       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
       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_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'
       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_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'
@@ -5242,8 +5731,18 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       case $host_os in
       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
-      *) # Supported since Solaris 2.6 (maybe 2.5.1?)
-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
+      *)
+       # 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)='${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
       ;;
@@ -5300,36 +5799,45 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
       fi
       ;;
 
-    sysv4.2uw2*)
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7*)
+      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
+      _LT_AC_TAGVAR(archive_cmds_need_lc, $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
-       _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
-       _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
-      runpath_var='LD_RUN_PATH'
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
       ;;
 
-    sysv5*)
-      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
-      # $CC -shared without GNU ld will not create a library from C++
-      # object files and a static libstdc++, better avoid it by now
-      _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~
-               $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
+    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.
+      _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'
+
+      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*)
@@ -5347,11 +5855,6 @@ $echo "local: *; };" >> $output_objdir/$libname.ver~
 AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
 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?
 #
@@ -5379,6 +5882,7 @@ x|xyes)
         libobjs=conftest.$ac_objext
         deplibs=
         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
+       pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
         compiler_flags=-v
         linker_flags=-v
         verstring=
@@ -5404,7 +5908,7 @@ x|xyes)
   ;;
 esac
 ])
-m4trace:/usr/share/aclocal/libtool.m4:5869: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
+m4trace:/usr/share/aclocal/libtool.m4:6386: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
 # /* ltdll.c starts here */
 # #define WIN32_LEAN_AND_MEAN
 # #include <windows.h>
@@ -5439,21 +5943,21 @@ m4trace:/usr/share/aclocal/libtool.m4:5869: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C],
 # }
 # /* ltdll.c ends here */
 ])
-m4trace:/usr/share/aclocal/libtool.m4:5874: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
-m4trace:/usr/share/aclocal/libtool.m4:5878: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
-m4trace:/usr/share/aclocal/libtool.m4:5879: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
-m4trace:/usr/share/aclocal/libtool.m4:5880: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
-m4trace:/usr/share/aclocal/libtool.m4:5881: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
-m4trace:/usr/share/aclocal/libtool.m4:5882: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
-m4trace:/usr/share/aclocal/libtool.m4:5883: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
-m4trace:/usr/share/aclocal/libtool.m4:5884: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
-m4trace:/usr/share/aclocal/libtool.m4:5893: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
+m4trace:/usr/share/aclocal/libtool.m4:6391: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
+m4trace:/usr/share/aclocal/libtool.m4:6395: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
+m4trace:/usr/share/aclocal/libtool.m4:6396: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
+m4trace:/usr/share/aclocal/libtool.m4:6397: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
+m4trace:/usr/share/aclocal/libtool.m4:6398: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
+m4trace:/usr/share/aclocal/libtool.m4:6399: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
+m4trace:/usr/share/aclocal/libtool.m4:6400: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
+m4trace:/usr/share/aclocal/libtool.m4:6401: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
+m4trace:/usr/share/aclocal/libtool.m4:6410: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
   test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
   AC_SUBST(GCJFLAGS)
 ])
-m4trace:/usr/share/aclocal/libtool.m4:5897: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
+m4trace:/usr/share/aclocal/libtool.m4:6414: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
 ])
-m4trace:/usr/share/aclocal/libtool.m4:5960: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
+m4trace:/usr/share/aclocal/libtool.m4:6477: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
 AC_CACHE_VAL(lt_cv_path_SED,
 [# Loop through the user's path and test for sed and gsed.
 # Then use that list of sed's as ones to test for truncation.
@@ -5475,7 +5979,7 @@ lt_ac_count=0
 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
 # along with /bin/sed that truncates output.
 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
   lt_ac_count=0
   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
@@ -5500,18 +6004,18 @@ for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
     fi
   done
 done
-SED=$lt_cv_path_SED
 ])
+SED=$lt_cv_path_SED
 AC_MSG_RESULT([$SED])
 ])
-m4trace:/usr/share/aclocal-1.9/amversion.m4:23: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
-m4trace:/usr/share/aclocal-1.9/amversion.m4:30: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.2])])
-m4trace:/usr/share/aclocal-1.9/auxdir.m4:63: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
+m4trace:/usr/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
+m4trace:/usr/share/aclocal-1.9/amversion.m4:20: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.6])])
+m4trace:/usr/share/aclocal-1.9/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
 AC_PREREQ([2.50])dnl
 # expand $ac_aux_dir to an absolute path
 am_aux_dir=`cd $ac_aux_dir && pwd`
 ])
-m4trace:/usr/share/aclocal-1.9/cond.m4:42: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
+m4trace:/usr/share/aclocal-1.9/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
  ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 AC_SUBST([$1_TRUE])
@@ -5528,7 +6032,7 @@ AC_CONFIG_COMMANDS_PRE(
   AC_MSG_ERROR([[conditional "$1" was never defined.
 Usually this means the macro was only invoked conditionally.]])
 fi])])
-m4trace:/usr/share/aclocal-1.9/depend.m4:142: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
+m4trace:/usr/share/aclocal-1.9/depend.m4:131: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
 AC_REQUIRE([AM_DEP_TRACK])dnl
@@ -5630,10 +6134,10 @@ AM_CONDITIONAL([am__fastdep$1], [
   test "x$enable_dependency_tracking" != xno \
   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 ])
-m4trace:/usr/share/aclocal-1.9/depend.m4:152: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
+m4trace:/usr/share/aclocal-1.9/depend.m4:141: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 ])
-m4trace:/usr/share/aclocal-1.9/depend.m4:167: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
+m4trace:/usr/share/aclocal-1.9/depend.m4:156: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
 [  --disable-dependency-tracking  speeds up one-time build
   --enable-dependency-tracking   do not reject slow dependency extractors])
 if test "x$enable_dependency_tracking" != xno; then
@@ -5643,7 +6147,7 @@ fi
 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 AC_SUBST([AMDEPBACKSLASH])
 ])
-m4trace:/usr/share/aclocal-1.9/depout.m4:64: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
+m4trace:/usr/share/aclocal-1.9/depout.m4:53: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
   # Strip MF so we end up with the name of the file.
   mf=`echo "$mf" | sed -e 's/:.*$//'`
   # Check whether this is an Automake generated Makefile or not.
@@ -5682,15 +6186,15 @@ m4trace:/usr/share/aclocal-1.9/depout.m4:64: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY
   done
 done
 ])
-m4trace:/usr/share/aclocal-1.9/depout.m4:78: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
+m4trace:/usr/share/aclocal-1.9/depout.m4:67: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 ])
-m4trace:/usr/share/aclocal-1.9/header.m4:23: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
-m4trace:/usr/share/aclocal-1.9/header.m4:23: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
+m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
+m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
 You should run autoupdate.])dnl
 AC_CONFIG_HEADERS($@)])
-m4trace:/usr/share/aclocal-1.9/init.m4:103: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
+m4trace:/usr/share/aclocal-1.9/init.m4:92: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl
 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 dnl the ones we care about.
 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
@@ -5756,7 +6260,7 @@ AC_PROVIDE_IFELSE([AC_PROG_CXX],
                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 ])
 ])
-m4trace:/usr/share/aclocal-1.9/init.m4:124: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
+m4trace:/usr/share/aclocal-1.9/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
 _am_stamp_count=1
 for _am_header in $config_headers :; do
   case $_am_header in
@@ -5767,10 +6271,10 @@ for _am_header in $config_headers :; do
   esac
 done
 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
-m4trace:/usr/share/aclocal-1.9/install-sh.m4:25: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+m4trace:/usr/share/aclocal-1.9/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 install_sh=${install_sh-"$am_aux_dir/install-sh"}
 AC_SUBST(install_sh)])
-m4trace:/usr/share/aclocal-1.9/lead-dot.m4:32: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
+m4trace:/usr/share/aclocal-1.9/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
 mkdir .tst 2>/dev/null
 if test -d .tst; then
   am__leading_dot=.
@@ -5779,7 +6283,7 @@ else
 fi
 rmdir .tst 2>/dev/null
 AC_SUBST([am__leading_dot])])
-m4trace:/usr/share/aclocal-1.9/maintainer.m4:37: -1- AC_DEFUN([AM_MAINTAINER_MODE], [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
+m4trace:/usr/share/aclocal-1.9/maintainer.m4:26: -1- AC_DEFUN([AM_MAINTAINER_MODE], [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
   dnl maintainer-mode is disabled by default
   AC_ARG_ENABLE(maintainer-mode,
 [  --enable-maintainer-mode  enable make rules and dependencies not useful
@@ -5792,11 +6296,11 @@ m4trace:/usr/share/aclocal-1.9/maintainer.m4:37: -1- AC_DEFUN([AM_MAINTAINER_MOD
   AC_SUBST(MAINT)dnl
 
 ])
-m4trace:/usr/share/aclocal-1.9/maintainer.m4:39: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
-m4trace:/usr/share/aclocal-1.9/maintainer.m4:39: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
+m4trace:/usr/share/aclocal-1.9/maintainer.m4:28: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
+m4trace:/usr/share/aclocal-1.9/maintainer.m4:28: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
 You should run autoupdate.])dnl
 AM_MAINTAINER_MODE])
-m4trace:/usr/share/aclocal-1.9/make.m4:62: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
+m4trace:/usr/share/aclocal-1.9/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
 cat > confinc << 'END'
 am__doit:
        @echo done
@@ -5833,10 +6337,10 @@ AC_SUBST([am__quote])
 AC_MSG_RESULT([$_am_result])
 rm -f confinc confmf
 ])
-m4trace:/usr/share/aclocal-1.9/missing.m4:31: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
+m4trace:/usr/share/aclocal-1.9/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
 $1=${$1-"${am_missing_run}$2"}
 AC_SUBST($1)])
-m4trace:/usr/share/aclocal-1.9/missing.m4:48: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+m4trace:/usr/share/aclocal-1.9/missing.m4:34: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
 # Use eval to expand $SHELL
 if eval "$MISSING --run true"; then
@@ -5846,7 +6350,7 @@ else
   AC_MSG_WARN([`missing' script is too old or missing])
 fi
 ])
-m4trace:/usr/share/aclocal-1.9/mkdirp.m4:73: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
+m4trace:/usr/share/aclocal-1.9/mkdirp.m4:63: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
   # We used to keeping the `.' as first argument, in order to
   # allow $(mkdir_p) to be used without argument.  As in
   #   $(mkdir_p) $(somedir)
@@ -5879,16 +6383,16 @@ else
   fi
 fi
 AC_SUBST([mkdir_p])])
-m4trace:/usr/share/aclocal-1.9/options.m4:25: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
-m4trace:/usr/share/aclocal-1.9/options.m4:31: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
-m4trace:/usr/share/aclocal-1.9/options.m4:37: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
-m4trace:/usr/share/aclocal-1.9/options.m4:43: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
-m4trace:/usr/share/aclocal-1.9/runlog.m4:27: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
+m4trace:/usr/share/aclocal-1.9/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
+m4trace:/usr/share/aclocal-1.9/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
+m4trace:/usr/share/aclocal-1.9/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
+m4trace:/usr/share/aclocal-1.9/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
+m4trace:/usr/share/aclocal-1.9/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
    (exit $ac_status); }])
-m4trace:/usr/share/aclocal-1.9/sanity.m4:63: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
+m4trace:/usr/share/aclocal-1.9/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
 # Just in case
 sleep 1
 echo timestamp > conftest.file
@@ -5925,7 +6429,7 @@ else
 Check your system clock])
 fi
 AC_MSG_RESULT(yes)])
-m4trace:/usr/share/aclocal-1.9/strip.m4:38: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
+m4trace:/usr/share/aclocal-1.9/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 # Installed binaries are usually stripped using `strip' when the user
 # run `make install-strip'.  However `strip' might not be the right
 # tool to use in cross-compilation environments, therefore Automake
@@ -5936,7 +6440,7 @@ if test "$cross_compiling" != no; then
 fi
 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
-m4trace:/usr/share/aclocal-1.9/tar.m4:107: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
+m4trace:/usr/share/aclocal-1.9/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
 AM_MISSING_PROG([AMTAR], [tar])
 m4_if([$1], [v7],
      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
@@ -6016,68 +6520,127 @@ m4trace:configure.in:1: -1- m4_pattern_forbid([^_?m4_])
 m4trace:configure.in:1: -1- m4_pattern_forbid([^dnl$])
 m4trace:configure.in:1: -1- m4_pattern_forbid([^_?AS_])
 m4trace:configure.in:1: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
+m4trace:configure.in:1: -1- m4_pattern_allow([^SHELL$])
 m4trace:configure.in:1: -1- AC_SUBST([PATH_SEPARATOR])
+m4trace:configure.in:1: -1- m4_pattern_allow([^PATH_SEPARATOR$])
 m4trace:configure.in:1: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])
+m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
 m4trace:configure.in:1: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])
+m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
 m4trace:configure.in:1: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])
+m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
 m4trace:configure.in:1: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])
+m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
 m4trace:configure.in:1: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])
+m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
 m4trace:configure.in:1: -1- AC_SUBST([exec_prefix], [NONE])
+m4trace:configure.in:1: -1- m4_pattern_allow([^exec_prefix$])
 m4trace:configure.in:1: -1- AC_SUBST([prefix], [NONE])
+m4trace:configure.in:1: -1- m4_pattern_allow([^prefix$])
 m4trace:configure.in:1: -1- AC_SUBST([program_transform_name], [s,x,x,])
+m4trace:configure.in:1: -1- m4_pattern_allow([^program_transform_name$])
 m4trace:configure.in:1: -1- AC_SUBST([bindir], ['${exec_prefix}/bin'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^bindir$])
 m4trace:configure.in:1: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^sbindir$])
 m4trace:configure.in:1: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec'])
-m4trace:configure.in:1: -1- AC_SUBST([datadir], ['${prefix}/share'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^libexecdir$])
+m4trace:configure.in:1: -1- AC_SUBST([datarootdir], ['${prefix}/share'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^datarootdir$])
+m4trace:configure.in:1: -1- AC_SUBST([datadir], ['${datarootdir}'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^datadir$])
 m4trace:configure.in:1: -1- AC_SUBST([sysconfdir], ['${prefix}/etc'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^sysconfdir$])
 m4trace:configure.in:1: -1- AC_SUBST([sharedstatedir], ['${prefix}/com'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^sharedstatedir$])
 m4trace:configure.in:1: -1- AC_SUBST([localstatedir], ['${prefix}/var'])
-m4trace:configure.in:1: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^localstatedir$])
 m4trace:configure.in:1: -1- AC_SUBST([includedir], ['${prefix}/include'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^includedir$])
 m4trace:configure.in:1: -1- AC_SUBST([oldincludedir], ['/usr/include'])
-m4trace:configure.in:1: -1- AC_SUBST([infodir], ['${prefix}/info'])
-m4trace:configure.in:1: -1- AC_SUBST([mandir], ['${prefix}/man'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^oldincludedir$])
+m4trace:configure.in:1: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME],
+                                    ['${datarootdir}/doc/${PACKAGE_TARNAME}'],
+                                    ['${datarootdir}/doc/${PACKAGE}'])])
+m4trace:configure.in:1: -1- m4_pattern_allow([^docdir$])
+m4trace:configure.in:1: -1- AC_SUBST([infodir], ['${datarootdir}/info'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^infodir$])
+m4trace:configure.in:1: -1- AC_SUBST([htmldir], ['${docdir}'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^htmldir$])
+m4trace:configure.in:1: -1- AC_SUBST([dvidir], ['${docdir}'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^dvidir$])
+m4trace:configure.in:1: -1- AC_SUBST([pdfdir], ['${docdir}'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^pdfdir$])
+m4trace:configure.in:1: -1- AC_SUBST([psdir], ['${docdir}'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^psdir$])
+m4trace:configure.in:1: -1- AC_SUBST([libdir], ['${exec_prefix}/lib'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^libdir$])
+m4trace:configure.in:1: -1- AC_SUBST([localedir], ['${datarootdir}/locale'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^localedir$])
+m4trace:configure.in:1: -1- AC_SUBST([mandir], ['${datarootdir}/man'])
+m4trace:configure.in:1: -1- m4_pattern_allow([^mandir$])
 m4trace:configure.in:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME])
+m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_NAME$])
 m4trace:configure.in:1: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */
 #undef PACKAGE_NAME])
 m4trace:configure.in:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME])
+m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
 m4trace:configure.in:1: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME])
 m4trace:configure.in:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION])
+m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_VERSION$])
 m4trace:configure.in:1: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */
 #undef PACKAGE_VERSION])
 m4trace:configure.in:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING])
+m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_STRING$])
 m4trace:configure.in:1: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */
 #undef PACKAGE_STRING])
 m4trace:configure.in:1: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT])
+m4trace:configure.in:1: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
 m4trace:configure.in:1: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */
 #undef PACKAGE_BUGREPORT])
-m4trace:configure.in:1: -1- AC_SUBST([build_alias])
-m4trace:configure.in:1: -1- AC_SUBST([host_alias])
-m4trace:configure.in:1: -1- AC_SUBST([target_alias])
 m4trace:configure.in:1: -1- AC_SUBST([DEFS])
+m4trace:configure.in:1: -1- m4_pattern_allow([^DEFS$])
 m4trace:configure.in:1: -1- AC_SUBST([ECHO_C])
+m4trace:configure.in:1: -1- m4_pattern_allow([^ECHO_C$])
 m4trace:configure.in:1: -1- AC_SUBST([ECHO_N])
+m4trace:configure.in:1: -1- m4_pattern_allow([^ECHO_N$])
 m4trace:configure.in:1: -1- AC_SUBST([ECHO_T])
+m4trace:configure.in:1: -1- m4_pattern_allow([^ECHO_T$])
 m4trace:configure.in:1: -1- AC_SUBST([LIBS])
-m4trace:configure.in:3: -1- AM_INIT_AUTOMAKE([chasen], [2.4.0-preview2])
+m4trace:configure.in:1: -1- m4_pattern_allow([^LIBS$])
+m4trace:configure.in:1: -1- AC_SUBST([build_alias])
+m4trace:configure.in:1: -1- m4_pattern_allow([^build_alias$])
+m4trace:configure.in:1: -1- AC_SUBST([host_alias])
+m4trace:configure.in:1: -1- m4_pattern_allow([^host_alias$])
+m4trace:configure.in:1: -1- AC_SUBST([target_alias])
+m4trace:configure.in:1: -1- m4_pattern_allow([^target_alias$])
+m4trace:configure.in:3: -1- AM_INIT_AUTOMAKE([chasen], [2.4.0-preview4])
 m4trace:configure.in:3: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
 m4trace:configure.in:3: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
-m4trace:configure.in:3: -1- AM_AUTOMAKE_VERSION([1.9.2])
+m4trace:configure.in:3: -1- AM_AUTOMAKE_VERSION([1.9.6])
 m4trace:configure.in:3: -1- AC_PROG_INSTALL
 m4trace:configure.in:3: -1- AC_SUBST([INSTALL_PROGRAM])
+m4trace:configure.in:3: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
 m4trace:configure.in:3: -1- AC_SUBST([INSTALL_SCRIPT])
+m4trace:configure.in:3: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
 m4trace:configure.in:3: -1- AC_SUBST([INSTALL_DATA])
+m4trace:configure.in:3: -1- m4_pattern_allow([^INSTALL_DATA$])
 m4trace:configure.in:3: -1- AC_SUBST([CYGPATH_W])
+m4trace:configure.in:3: -1- m4_pattern_allow([^CYGPATH_W$])
 m4trace:configure.in:3: -1- AC_SUBST([PACKAGE], [chasen])
-m4trace:configure.in:3: -1- AC_SUBST([VERSION], [2.4.0-preview2])
+m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE$])
+m4trace:configure.in:3: -1- AC_SUBST([VERSION], [2.4.0-preview4])
+m4trace:configure.in:3: -1- m4_pattern_allow([^VERSION$])
 m4trace:configure.in:3: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
 m4trace:configure.in:3: -2- _AM_MANGLE_OPTION([no-define])
 m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
+m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE$])
 m4trace:configure.in:3: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
 #undef PACKAGE])
 m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
+m4trace:configure.in:3: -1- m4_pattern_allow([^VERSION$])
 m4trace:configure.in:3: -1- AH_OUTPUT([VERSION], [/* Version number of package */
 #undef VERSION])
 m4trace:configure.in:3: -1- AM_SANITY_CHECK
@@ -6085,28 +6648,39 @@ m4trace:configure.in:3: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_versio
 m4trace:configure.in:3: -1- AM_MISSING_HAS_RUN
 m4trace:configure.in:3: -1- AM_AUX_DIR_EXPAND
 m4trace:configure.in:3: -1- AC_SUBST([ACLOCAL])
+m4trace:configure.in:3: -1- m4_pattern_allow([^ACLOCAL$])
 m4trace:configure.in:3: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
 m4trace:configure.in:3: -1- AC_SUBST([AUTOCONF])
+m4trace:configure.in:3: -1- m4_pattern_allow([^AUTOCONF$])
 m4trace:configure.in:3: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
 m4trace:configure.in:3: -1- AC_SUBST([AUTOMAKE])
+m4trace:configure.in:3: -1- m4_pattern_allow([^AUTOMAKE$])
 m4trace:configure.in:3: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
 m4trace:configure.in:3: -1- AC_SUBST([AUTOHEADER])
+m4trace:configure.in:3: -1- m4_pattern_allow([^AUTOHEADER$])
 m4trace:configure.in:3: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
 m4trace:configure.in:3: -1- AC_SUBST([MAKEINFO])
+m4trace:configure.in:3: -1- m4_pattern_allow([^MAKEINFO$])
 m4trace:configure.in:3: -1- AM_PROG_INSTALL_SH
 m4trace:configure.in:3: -1- AC_SUBST([install_sh])
+m4trace:configure.in:3: -1- m4_pattern_allow([^install_sh$])
 m4trace:configure.in:3: -1- AM_PROG_INSTALL_STRIP
 m4trace:configure.in:3: -1- AC_SUBST([STRIP])
-m4trace:configure.in:3: -1- AC_SUBST([ac_ct_STRIP])
+m4trace:configure.in:3: -1- m4_pattern_allow([^STRIP$])
 m4trace:configure.in:3: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
+m4trace:configure.in:3: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
 m4trace:configure.in:3: -1- AM_PROG_MKDIR_P
 m4trace:configure.in:3: -1- AC_SUBST([mkdir_p])
+m4trace:configure.in:3: -1- m4_pattern_allow([^mkdir_p$])
 m4trace:configure.in:3: -1- AC_PROG_AWK
 m4trace:configure.in:3: -1- AC_SUBST([AWK])
+m4trace:configure.in:3: -1- m4_pattern_allow([^AWK$])
 m4trace:configure.in:3: -1- AC_PROG_MAKE_SET
 m4trace:configure.in:3: -1- AC_SUBST([SET_MAKE])
+m4trace:configure.in:3: -1- m4_pattern_allow([^SET_MAKE$])
 m4trace:configure.in:3: -1- AM_SET_LEADING_DOT
 m4trace:configure.in:3: -1- AC_SUBST([am__leading_dot])
+m4trace:configure.in:3: -1- m4_pattern_allow([^am__leading_dot$])
 m4trace:configure.in:3: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
                             [_AM_PROG_TAR([v7])])])
 m4trace:configure.in:3: -2- _AM_MANGLE_OPTION([tar-ustar])
@@ -6115,8 +6689,11 @@ m4trace:configure.in:3: -2- _AM_MANGLE_OPTION([tar-pax])
 m4trace:configure.in:3: -1- _AM_PROG_TAR([v7])
 m4trace:configure.in:3: -1- AM_MISSING_PROG([AMTAR], [tar])
 m4trace:configure.in:3: -1- AC_SUBST([AMTAR])
+m4trace:configure.in:3: -1- m4_pattern_allow([^AMTAR$])
 m4trace:configure.in:3: -1- AC_SUBST([am__tar])
+m4trace:configure.in:3: -1- m4_pattern_allow([^am__tar$])
 m4trace:configure.in:3: -1- AC_SUBST([am__untar])
+m4trace:configure.in:3: -1- m4_pattern_allow([^am__untar$])
 m4trace:configure.in:3: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
                   [_AM_DEPENDENCIES(CC)],
                   [define([AC_PROG_CC],
@@ -6129,133 +6706,171 @@ AC_PROVIDE_IFELSE([AC_PROG_CXX],
 m4trace:configure.in:3: -2- _AM_MANGLE_OPTION([no-dependencies])
 m4trace:configure.in:4: -1- AM_CONFIG_HEADER([config.h])
 m4trace:configure.in:4: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
-You should run autoupdate.], [/usr/share/aclocal-1.9/header.m4:23: AM_CONFIG_HEADER is expanded from...
+You should run autoupdate.], [/usr/share/aclocal-1.9/header.m4:12: AM_CONFIG_HEADER is expanded from...
 configure.in:4: the top level])
 m4trace:configure.in:4: -1- AC_CONFIG_HEADERS([config.h])
 m4trace:configure.in:5: -1- AM_MAINTAINER_MODE
 m4trace:configure.in:5: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
 m4trace:configure.in:5: -1- AC_SUBST([MAINTAINER_MODE_TRUE])
+m4trace:configure.in:5: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
 m4trace:configure.in:5: -1- AC_SUBST([MAINTAINER_MODE_FALSE])
+m4trace:configure.in:5: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
 m4trace:configure.in:5: -1- AC_SUBST([MAINT])
+m4trace:configure.in:5: -1- m4_pattern_allow([^MAINT$])
 m4trace:configure.in:7: -1- AC_PROG_CC
 m4trace:configure.in:7: -1- AC_SUBST([CC])
+m4trace:configure.in:7: -1- m4_pattern_allow([^CC$])
 m4trace:configure.in:7: -1- AC_SUBST([CFLAGS])
+m4trace:configure.in:7: -1- m4_pattern_allow([^CFLAGS$])
 m4trace:configure.in:7: -1- AC_SUBST([LDFLAGS])
+m4trace:configure.in:7: -1- m4_pattern_allow([^LDFLAGS$])
+m4trace:configure.in:7: -1- AC_SUBST([LIBS])
+m4trace:configure.in:7: -1- m4_pattern_allow([^LIBS$])
 m4trace:configure.in:7: -1- AC_SUBST([CPPFLAGS])
+m4trace:configure.in:7: -1- m4_pattern_allow([^CPPFLAGS$])
 m4trace:configure.in:7: -1- AC_SUBST([CC])
-m4trace:configure.in:7: -1- AC_SUBST([ac_ct_CC])
+m4trace:configure.in:7: -1- m4_pattern_allow([^CC$])
 m4trace:configure.in:7: -1- AC_SUBST([CC])
-m4trace:configure.in:7: -1- AC_SUBST([ac_ct_CC])
+m4trace:configure.in:7: -1- m4_pattern_allow([^CC$])
 m4trace:configure.in:7: -1- AC_SUBST([CC])
+m4trace:configure.in:7: -1- m4_pattern_allow([^CC$])
 m4trace:configure.in:7: -1- AC_SUBST([CC])
+m4trace:configure.in:7: -1- m4_pattern_allow([^CC$])
 m4trace:configure.in:7: -1- AC_SUBST([ac_ct_CC])
+m4trace:configure.in:7: -1- m4_pattern_allow([^ac_ct_CC$])
 m4trace:configure.in:7: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
+m4trace:configure.in:7: -1- m4_pattern_allow([^EXEEXT$])
 m4trace:configure.in:7: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
+m4trace:configure.in:7: -1- m4_pattern_allow([^OBJEXT$])
 m4trace:configure.in:7: -1- _AM_DEPENDENCIES([CC])
 m4trace:configure.in:7: -1- AM_SET_DEPDIR
 m4trace:configure.in:7: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
+m4trace:configure.in:7: -1- m4_pattern_allow([^DEPDIR$])
 m4trace:configure.in:7: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
 m4trace:configure.in:7: -1- AM_MAKE_INCLUDE
 m4trace:configure.in:7: -1- AC_SUBST([am__include])
+m4trace:configure.in:7: -1- m4_pattern_allow([^am__include$])
 m4trace:configure.in:7: -1- AC_SUBST([am__quote])
+m4trace:configure.in:7: -1- m4_pattern_allow([^am__quote$])
 m4trace:configure.in:7: -1- AM_DEP_TRACK
 m4trace:configure.in:7: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 m4trace:configure.in:7: -1- AC_SUBST([AMDEP_TRUE])
+m4trace:configure.in:7: -1- m4_pattern_allow([^AMDEP_TRUE$])
 m4trace:configure.in:7: -1- AC_SUBST([AMDEP_FALSE])
+m4trace:configure.in:7: -1- m4_pattern_allow([^AMDEP_FALSE$])
 m4trace:configure.in:7: -1- AC_SUBST([AMDEPBACKSLASH])
+m4trace:configure.in:7: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
 m4trace:configure.in:7: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
+m4trace:configure.in:7: -1- m4_pattern_allow([^CCDEPMODE$])
 m4trace:configure.in:7: -1- AM_CONDITIONAL([am__fastdepCC], [
   test "x$enable_dependency_tracking" != xno \
   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
 m4trace:configure.in:7: -1- AC_SUBST([am__fastdepCC_TRUE])
+m4trace:configure.in:7: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
 m4trace:configure.in:7: -1- AC_SUBST([am__fastdepCC_FALSE])
+m4trace:configure.in:7: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
 m4trace:configure.in:8: -1- AC_PROG_CXX
 m4trace:configure.in:8: -1- AC_SUBST([CXX])
+m4trace:configure.in:8: -1- m4_pattern_allow([^CXX$])
 m4trace:configure.in:8: -1- AC_SUBST([CXXFLAGS])
+m4trace:configure.in:8: -1- m4_pattern_allow([^CXXFLAGS$])
 m4trace:configure.in:8: -1- AC_SUBST([LDFLAGS])
+m4trace:configure.in:8: -1- m4_pattern_allow([^LDFLAGS$])
+m4trace:configure.in:8: -1- AC_SUBST([LIBS])
+m4trace:configure.in:8: -1- m4_pattern_allow([^LIBS$])
 m4trace:configure.in:8: -1- AC_SUBST([CPPFLAGS])
+m4trace:configure.in:8: -1- m4_pattern_allow([^CPPFLAGS$])
 m4trace:configure.in:8: -1- AC_SUBST([CXX])
+m4trace:configure.in:8: -1- m4_pattern_allow([^CXX$])
 m4trace:configure.in:8: -1- AC_SUBST([ac_ct_CXX])
+m4trace:configure.in:8: -1- m4_pattern_allow([^ac_ct_CXX$])
 m4trace:configure.in:8: -1- _AM_DEPENDENCIES([CXX])
 m4trace:configure.in:8: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
+m4trace:configure.in:8: -1- m4_pattern_allow([^CXXDEPMODE$])
 m4trace:configure.in:8: -1- AM_CONDITIONAL([am__fastdepCXX], [
   test "x$enable_dependency_tracking" != xno \
   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
 m4trace:configure.in:8: -1- AC_SUBST([am__fastdepCXX_TRUE])
+m4trace:configure.in:8: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
 m4trace:configure.in:8: -1- AC_SUBST([am__fastdepCXX_FALSE])
+m4trace:configure.in:8: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
 m4trace:configure.in:9: -1- AM_PROG_LIBTOOL
 m4trace:configure.in:9: -1- AC_PROG_LIBTOOL
 m4trace:configure.in:9: -1- _AC_PROG_LIBTOOL
 m4trace:configure.in:9: -1- AC_LIBTOOL_SETUP
 m4trace:configure.in:9: -1- AC_ENABLE_SHARED
 m4trace:configure.in:9: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
-autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
-/usr/share/aclocal/libtool.m4:1787: AC_ENABLE_SHARED is expanded from...
-configure.in:9: AC_ENABLE_SHARED is required by...
-/usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
-configure.in:9: AC_LIBTOOL_SETUP is required by...
-/usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
-configure.in:9: _AC_PROG_LIBTOOL is required by...
-/usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
-/usr/share/aclocal/libtool.m4:5878: AM_PROG_LIBTOOL is expanded from...
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
+../../lib/autoconf/general.m4:1373: AC_ARG_ENABLE is expanded from...
+/usr/share/aclocal/libtool.m4:2012: AC_ENABLE_SHARED is expanded from...
+/usr/share/aclocal/libtool.m4:228: AC_LIBTOOL_SETUP is expanded from...
+/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:6395: AM_PROG_LIBTOOL is expanded from...
 configure.in:9: the top level])
 m4trace:configure.in:9: -1- AC_ENABLE_STATIC
 m4trace:configure.in:9: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
-autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
-/usr/share/aclocal/libtool.m4:1826: AC_ENABLE_STATIC is expanded from...
-configure.in:9: AC_ENABLE_STATIC is required by...
-/usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
-configure.in:9: AC_LIBTOOL_SETUP is required by...
-/usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
-configure.in:9: _AC_PROG_LIBTOOL is required by...
-/usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
-/usr/share/aclocal/libtool.m4:5878: AM_PROG_LIBTOOL is expanded from...
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
+../../lib/autoconf/general.m4:1373: AC_ARG_ENABLE is expanded from...
+/usr/share/aclocal/libtool.m4:2051: AC_ENABLE_STATIC is expanded from...
+/usr/share/aclocal/libtool.m4:228: AC_LIBTOOL_SETUP is expanded from...
+/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:6395: AM_PROG_LIBTOOL is expanded from...
 configure.in:9: the top level])
 m4trace:configure.in:9: -1- AC_ENABLE_FAST_INSTALL
 m4trace:configure.in:9: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
-autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
-/usr/share/aclocal/libtool.m4:1865: AC_ENABLE_FAST_INSTALL is expanded from...
-configure.in:9: AC_ENABLE_FAST_INSTALL is required by...
-/usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
-configure.in:9: AC_LIBTOOL_SETUP is required by...
-/usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
-configure.in:9: _AC_PROG_LIBTOOL is required by...
-/usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
-/usr/share/aclocal/libtool.m4:5878: AM_PROG_LIBTOOL is expanded from...
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
+../../lib/autoconf/general.m4:1373: AC_ARG_ENABLE is expanded from...
+/usr/share/aclocal/libtool.m4:2090: AC_ENABLE_FAST_INSTALL is expanded from...
+/usr/share/aclocal/libtool.m4:228: AC_LIBTOOL_SETUP is expanded from...
+/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:6395: AM_PROG_LIBTOOL is expanded from...
 configure.in:9: the top level])
 m4trace:configure.in:9: -1- AC_CANONICAL_HOST
 m4trace:configure.in:9: -1- AC_SUBST([build], [$ac_cv_build])
-m4trace:configure.in:9: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
-m4trace:configure.in:9: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
-m4trace:configure.in:9: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
+m4trace:configure.in:9: -1- m4_pattern_allow([^build$])
+m4trace:configure.in:9: -1- AC_SUBST([build_cpu], [$[1]])
+m4trace:configure.in:9: -1- m4_pattern_allow([^build_cpu$])
+m4trace:configure.in:9: -1- AC_SUBST([build_vendor], [$[2]])
+m4trace:configure.in:9: -1- m4_pattern_allow([^build_vendor$])
+m4trace:configure.in:9: -1- AC_SUBST([build_os])
+m4trace:configure.in:9: -1- m4_pattern_allow([^build_os$])
 m4trace:configure.in:9: -1- AC_SUBST([host], [$ac_cv_host])
-m4trace:configure.in:9: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`])
-m4trace:configure.in:9: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`])
-m4trace:configure.in:9: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`])
+m4trace:configure.in:9: -1- m4_pattern_allow([^host$])
+m4trace:configure.in:9: -1- AC_SUBST([host_cpu], [$[1]])
+m4trace:configure.in:9: -1- m4_pattern_allow([^host_cpu$])
+m4trace:configure.in:9: -1- AC_SUBST([host_vendor], [$[2]])
+m4trace:configure.in:9: -1- m4_pattern_allow([^host_vendor$])
+m4trace:configure.in:9: -1- AC_SUBST([host_os])
+m4trace:configure.in:9: -1- m4_pattern_allow([^host_os$])
 m4trace:configure.in:9: -1- AC_PROG_LD
 m4trace:configure.in:9: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
-autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
-/usr/share/aclocal/libtool.m4:2062: AC_PROG_LD is expanded from...
-configure.in:9: AC_PROG_LD is required by...
-/usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
-configure.in:9: AC_LIBTOOL_SETUP is required by...
-/usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
-configure.in:9: _AC_PROG_LIBTOOL is required by...
-/usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
-/usr/share/aclocal/libtool.m4:5878: AM_PROG_LIBTOOL is expanded from...
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
+../../lib/autoconf/general.m4:1391: AC_ARG_WITH is expanded from...
+/usr/share/aclocal/libtool.m4:2287: AC_PROG_LD is expanded from...
+/usr/share/aclocal/libtool.m4:228: AC_LIBTOOL_SETUP is expanded from...
+/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:6395: AM_PROG_LIBTOOL is expanded from...
 configure.in:9: the top level])
 m4trace:configure.in:9: -1- LT_AC_PROG_SED
 m4trace:configure.in:9: -1- AC_PROG_LD_GNU
 m4trace:configure.in:9: -1- AC_PROG_EGREP
+m4trace:configure.in:9: -1- AC_SUBST([GREP])
+m4trace:configure.in:9: -1- m4_pattern_allow([^GREP$])
+m4trace:configure.in:9: -1- AC_SUBST([GREP])
+m4trace:configure.in:9: -1- m4_pattern_allow([^GREP$])
+m4trace:configure.in:9: -1- AC_SUBST([EGREP])
+m4trace:configure.in:9: -1- m4_pattern_allow([^EGREP$])
 m4trace:configure.in:9: -1- AC_SUBST([EGREP])
+m4trace:configure.in:9: -1- m4_pattern_allow([^EGREP$])
 m4trace:configure.in:9: -1- AC_PROG_LD_RELOAD_FLAG
 m4trace:configure.in:9: -1- AC_PROG_NM
 m4trace:configure.in:9: -1- AC_PROG_LN_S
 m4trace:configure.in:9: -1- AC_SUBST([LN_S], [$as_ln_s])
+m4trace:configure.in:9: -1- m4_pattern_allow([^LN_S$])
 m4trace:configure.in:9: -1- AC_DEPLIBS_CHECK_METHOD
 m4trace:configure.in:9: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
 m4trace:configure.in:9: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
@@ -6300,15 +6915,15 @@ fi
 
 # The HP-UX ksh and POSIX shell print the target directory to stdout
 # 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 "X${echo_test_string+set}" != Xset; then
 # 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
     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
-    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
-       echo_test_string="`eval $cmd`" &&
+    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
+       echo_test_string=`eval $cmd` &&
        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
     then
       break
@@ -6413,54 +7028,40 @@ fi
 AC_SUBST(ECHO)
 ])
 m4trace:configure.in:9: -1- AC_SUBST([ECHO])
+m4trace:configure.in:9: -1- m4_pattern_allow([^ECHO$])
 m4trace:configure.in:9: -1- AC_SUBST([AR])
-m4trace:configure.in:9: -1- AC_SUBST([ac_ct_AR])
+m4trace:configure.in:9: -1- m4_pattern_allow([^AR$])
 m4trace:configure.in:9: -1- AC_SUBST([RANLIB])
-m4trace:configure.in:9: -1- AC_SUBST([ac_ct_RANLIB])
+m4trace:configure.in:9: -1- m4_pattern_allow([^RANLIB$])
 m4trace:configure.in:9: -1- AC_SUBST([STRIP])
-m4trace:configure.in:9: -1- AC_SUBST([ac_ct_STRIP])
+m4trace:configure.in:9: -1- m4_pattern_allow([^STRIP$])
+m4trace:configure.in:9: -1- _LT_CC_BASENAME([$compiler])
 m4trace:configure.in:9: -1- AC_PATH_MAGIC
 m4trace:configure.in:9: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
 m4trace:configure.in:9: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
 m4trace:configure.in:9: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
-autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from...
-/usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
-configure.in:9: AC_LIBTOOL_SETUP is required by...
-/usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
-configure.in:9: _AC_PROG_LIBTOOL is required by...
-/usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
-/usr/share/aclocal/libtool.m4:5878: AM_PROG_LIBTOOL is expanded from...
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
+../../lib/autoconf/general.m4:1373: AC_ARG_ENABLE is expanded from...
+/usr/share/aclocal/libtool.m4:228: AC_LIBTOOL_SETUP is expanded from...
+/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:6395: AM_PROG_LIBTOOL is expanded from...
 configure.in:9: the top level])
 m4trace:configure.in:9: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
-autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
-/usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
-configure.in:9: AC_LIBTOOL_SETUP is required by...
-/usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
-configure.in:9: _AC_PROG_LIBTOOL is required by...
-/usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
-/usr/share/aclocal/libtool.m4:5878: AM_PROG_LIBTOOL is expanded from...
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
+../../lib/autoconf/general.m4:1391: AC_ARG_WITH is expanded from...
+/usr/share/aclocal/libtool.m4:228: AC_LIBTOOL_SETUP is expanded from...
+/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:6395: AM_PROG_LIBTOOL is expanded from...
 configure.in:9: the top level])
+m4trace:configure.in:9: -1- _LT_VERSION_CHECK
 m4trace:configure.in:9: -1- AC_LIBTOOL_LANG_C_CONFIG
 m4trace:configure.in:9: -1- _LT_AC_LANG_C_CONFIG
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([objext], [])
 m4trace:configure.in:9: -1- _LT_AC_SYS_COMPILER
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_cc_can_build_shared], [])
-m4trace:configure.in:9: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
-m4trace:configure.in:9: -2- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
-m4trace:configure.in:9: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, ) works], [lt_prog_compiler_static_works], [$lt_prog_compiler_static], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
+m4trace:configure.in:9: -1- _LT_COMPILER_BOILERPLATE
+m4trace:configure.in:9: -1- _LT_LINKER_BOILERPLATE
 m4trace:configure.in:9: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
@@ -6487,6 +7088,8 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
@@ -6496,22 +7099,29 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
@@ -6535,29 +7145,34 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
+m4trace:configure.in:9: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
+m4trace:configure.in:9: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
 m4trace:configure.in:9: -1- AC_LIBTOOL_PROG_CC_C_O([])
+m4trace:configure.in:9: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
+m4trace:configure.in:9: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 m4trace:configure.in:9: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
 m4trace:configure.in:9: -1- _LT_AC_LOCK
 m4trace:configure.in:9: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
-You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from...
-autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
-autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from...
-/usr/share/aclocal/libtool.m4:559: _LT_AC_LOCK is expanded from...
-configure.in:9: _LT_AC_LOCK is required by...
-/usr/share/aclocal/libtool.m4:990: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
-/usr/share/aclocal/libtool.m4:2622: _LT_AC_LANG_C_CONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:2485: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
-configure.in:9: AC_LIBTOOL_SETUP is required by...
-/usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
-configure.in:9: _AC_PROG_LIBTOOL is required by...
-/usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
-/usr/share/aclocal/libtool.m4:5878: AM_PROG_LIBTOOL is expanded from...
+You should run autoupdate.], [../../lib/autoconf/general.m4:2415: AC_TRY_LINK is expanded from...
+../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from...
+../../lib/autoconf/general.m4:1905: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:1918: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/libtool.m4:651: _LT_AC_LOCK is expanded from...
+/usr/share/aclocal/libtool.m4:1137: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
+/usr/share/aclocal/libtool.m4:2803: _LT_AC_LANG_C_CONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:2730: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:228: AC_LIBTOOL_SETUP is expanded from...
+/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:6395: AM_PROG_LIBTOOL is expanded from...
 configure.in:9: the top level])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
 m4trace:configure.in:9: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
@@ -6584,7 +7199,12 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([include_expsyms], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
+m4trace:configure.in:9: -1- _LT_CC_BASENAME([$compiler])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
@@ -6600,28 +7220,40 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes],
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
@@ -6650,7 +7282,6 @@ m4trace:configure.in:9: -1- _LT_AC_SYS_LIBPATH_AIX
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([always_export_symbols], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
@@ -6664,23 +7295,26 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_cmds], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
@@ -6707,19 +7341,22 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
@@ -6742,6 +7379,7 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
@@ -6767,9 +7405,6 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
@@ -6778,6 +7413,7 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
@@ -6799,19 +7435,25 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
@@ -6823,6 +7465,7 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
 m4trace:configure.in:9: -2- _LT_AC_TAGVAR([archive_cmds], [])
@@ -6835,7 +7478,7 @@ m4trace:configure.in:9: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
 m4trace:configure.in:9: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([runpath_var ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([runpath_var], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
@@ -6846,7 +7489,7 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [])
 m4trace:configure.in:9: -1- AC_LIBTOOL_SYS_LIB_STRIP
-m4trace:configure.in:9: -1- AC_LIBTOOL_DLOPEN_SELF([])
+m4trace:configure.in:9: -1- AC_LIBTOOL_DLOPEN_SELF
 m4trace:configure.in:9: -1- _LT_AC_CHECK_DLFCN
 m4trace:configure.in:9: -1- AC_CHECK_HEADERS([dlfcn.h])
 m4trace:configure.in:9: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
@@ -6854,9 +7497,13 @@ m4trace:configure.in:9: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you hav
 m4trace:configure.in:9: -1- AC_HEADER_STDC
 m4trace:configure.in:9: -1- AC_PROG_CPP
 m4trace:configure.in:9: -1- AC_SUBST([CPP])
+m4trace:configure.in:9: -1- m4_pattern_allow([^CPP$])
 m4trace:configure.in:9: -1- AC_SUBST([CPPFLAGS])
+m4trace:configure.in:9: -1- m4_pattern_allow([^CPPFLAGS$])
 m4trace:configure.in:9: -1- AC_SUBST([CPP])
+m4trace:configure.in:9: -1- m4_pattern_allow([^CPP$])
 m4trace:configure.in:9: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
+m4trace:configure.in:9: -1- m4_pattern_allow([^STDC_HEADERS$])
 m4trace:configure.in:9: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS])
 m4trace:configure.in:9: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
@@ -6908,21 +7555,6 @@ m4trace:configure.in:9: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen
 m4trace:configure.in:9: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
 m4trace:configure.in:9: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=no], [lt_cv_dlopen_self=cross])
 m4trace:configure.in:9: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=no], [lt_cv_dlopen_self_static=cross])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_cmds], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [])
 m4trace:configure.in:9: -1- AC_LIBTOOL_CONFIG([])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([compiler], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([CC], [])
@@ -7010,37 +7642,35 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([include_expsyms], [])
 m4trace:configure.in:9: -1- _LT_AC_TAGCONFIG
 m4trace:configure.in:9: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
-You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from...
-autoconf/general.m4:1331: AC_ARG_WITH is expanded from...
-/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
-configure.in:9: AC_LIBTOOL_SETUP is required by...
-/usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
-configure.in:9: _AC_PROG_LIBTOOL is required by...
-/usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
-/usr/share/aclocal/libtool.m4:5878: AM_PROG_LIBTOOL is expanded from...
+You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
+../../lib/autoconf/general.m4:1391: AC_ARG_WITH is expanded from...
+/usr/share/aclocal/libtool.m4:1966: _LT_AC_TAGCONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:228: AC_LIBTOOL_SETUP is expanded from...
+/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:6395: AM_PROG_LIBTOOL is expanded from...
 configure.in:9: the top level])
-m4trace:configure.in:9: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
-configure.in:9: AC_LIBTOOL_SETUP is required by...
-/usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
-configure.in:9: _AC_PROG_LIBTOOL is required by...
-/usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
-/usr/share/aclocal/libtool.m4:5878: AM_PROG_LIBTOOL is expanded from...
+m4trace:configure.in:9: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1966: _LT_AC_TAGCONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:228: AC_LIBTOOL_SETUP is expanded from...
+/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:6395: AM_PROG_LIBTOOL is expanded from...
 configure.in:9: the top level])
-m4trace:configure.in:9: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
-configure.in:9: AC_LIBTOOL_SETUP is required by...
-/usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
-configure.in:9: _AC_PROG_LIBTOOL is required by...
-/usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
-/usr/share/aclocal/libtool.m4:5878: AM_PROG_LIBTOOL is expanded from...
+m4trace:configure.in:9: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1966: _LT_AC_TAGCONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:228: AC_LIBTOOL_SETUP is expanded from...
+/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:6395: AM_PROG_LIBTOOL is expanded from...
 configure.in:9: the top level])
 m4trace:configure.in:9: -1- AC_LIBTOOL_LANG_CXX_CONFIG
 m4trace:configure.in:9: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
+m4trace:configure.in:9: -1- _LT_AC_PROG_CXXCPP
 m4trace:configure.in:9: -1- AC_SUBST([CXXCPP])
+m4trace:configure.in:9: -1- m4_pattern_allow([^CXXCPP$])
 m4trace:configure.in:9: -1- AC_SUBST([CPPFLAGS])
+m4trace:configure.in:9: -1- m4_pattern_allow([^CPPFLAGS$])
 m4trace:configure.in:9: -1- AC_SUBST([CXXCPP])
+m4trace:configure.in:9: -1- m4_pattern_allow([^CXXCPP$])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
@@ -7051,6 +7681,7 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
@@ -7066,7 +7697,10 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([objext], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_SYS_COMPILER
+m4trace:configure.in:9: -1- _LT_COMPILER_BOILERPLATE
+m4trace:configure.in:9: -1- _LT_LINKER_BOILERPLATE
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([compiler], [CXX])
+m4trace:configure.in:9: -1- _LT_CC_BASENAME([$compiler])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
 m4trace:configure.in:9: -1- AC_PROG_LD
@@ -7101,10 +7735,12 @@ m4trace:configure.in:9: -1- _LT_AC_SYS_LIBPATH_AIX
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
@@ -7113,22 +7749,26 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes],
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
@@ -7146,25 +7786,27 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
@@ -7177,7 +7819,14 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
@@ -7195,6 +7844,14 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
@@ -7225,12 +7882,10 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
@@ -7247,7 +7902,25 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
@@ -7274,6 +7947,10 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([postdeps], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([postdeps], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 m4trace:configure.in:9: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
@@ -7293,6 +7970,8 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
@@ -7307,6 +7986,9 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
@@ -7316,7 +7998,6 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
@@ -7324,6 +8005,9 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
@@ -7345,10 +8029,17 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
+m4trace:configure.in:9: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [CXX])
+m4trace:configure.in:9: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, CXX)=])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
 m4trace:configure.in:9: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
+m4trace:configure.in:9: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
+m4trace:configure.in:9: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
 m4trace:configure.in:9: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
@@ -7367,6 +8058,7 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
 m4trace:configure.in:9: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
@@ -7379,7 +8071,7 @@ m4trace:configure.in:9: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
 m4trace:configure.in:9: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([runpath_var CXX])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([runpath_var], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
@@ -7389,37 +8081,6 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
-m4trace:configure.in:9: -1- AC_LIBTOOL_SYS_LIB_STRIP
-m4trace:configure.in:9: -1- AC_LIBTOOL_DLOPEN_SELF([CXX])
-m4trace:configure.in:9: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
-    lt_cv_dlopen="dyld"
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ])
-m4trace:configure.in:9: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
-             [lt_cv_dlopen="dlopen"],
-         [AC_CHECK_LIB([dl], [dlopen],
-               [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
-           [AC_CHECK_LIB([svld], [dlopen],
-                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
-             [AC_CHECK_LIB([dld], [dld_link],
-                   [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
-             ])
-           ])
-         ])
-       ])
-m4trace:configure.in:9: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
-                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
-             [AC_CHECK_LIB([dld], [dld_link],
-                   [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
-             ])
-           ])
-m4trace:configure.in:9: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
-                   [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
-             ])
-m4trace:configure.in:9: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
-m4trace:configure.in:9: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=no], [lt_cv_dlopen_self=cross])
-m4trace:configure.in:9: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=no], [lt_cv_dlopen_self_static=cross])
 m4trace:configure.in:9: -1- AC_LIBTOOL_CONFIG([CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([compiler], [CXX])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([CC], [CXX])
@@ -7508,10 +8169,17 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
 m4trace:configure.in:9: -1- AC_LIBTOOL_LANG_F77_CONFIG
 m4trace:configure.in:9: -1- _LT_AC_LANG_F77_CONFIG([F77])
 m4trace:configure.in:9: -1- AC_SUBST([F77])
+m4trace:configure.in:9: -1- m4_pattern_allow([^F77$])
 m4trace:configure.in:9: -1- AC_SUBST([FFLAGS])
+m4trace:configure.in:9: -1- m4_pattern_allow([^FFLAGS$])
 m4trace:configure.in:9: -1- AC_SUBST([LDFLAGS])
+m4trace:configure.in:9: -1- m4_pattern_allow([^LDFLAGS$])
+m4trace:configure.in:9: -1- AC_SUBST([LIBS])
+m4trace:configure.in:9: -1- m4_pattern_allow([^LIBS$])
 m4trace:configure.in:9: -1- AC_SUBST([F77])
+m4trace:configure.in:9: -1- m4_pattern_allow([^F77$])
 m4trace:configure.in:9: -1- AC_SUBST([ac_ct_F77])
+m4trace:configure.in:9: -1- m4_pattern_allow([^ac_ct_F77$])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
@@ -7532,8 +8200,10 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([objext], [F77])
 m4trace:configure.in:9: -1- _LT_AC_SYS_COMPILER
+m4trace:configure.in:9: -1- _LT_COMPILER_BOILERPLATE
+m4trace:configure.in:9: -1- _LT_LINKER_BOILERPLATE
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([compiler], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
+m4trace:configure.in:9: -1- _LT_CC_BASENAME([$compiler])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([GCC], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([LD], [F77])
 m4trace:configure.in:9: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
@@ -7556,6 +8226,8 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
@@ -7565,22 +8237,29 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
@@ -7604,10 +8283,17 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
+m4trace:configure.in:9: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [F77])
+m4trace:configure.in:9: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_F77], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, F77)=])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
 m4trace:configure.in:9: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
+m4trace:configure.in:9: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
+m4trace:configure.in:9: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
 m4trace:configure.in:9: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
@@ -7636,7 +8322,12 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
+m4trace:configure.in:9: -1- _LT_CC_BASENAME([$compiler])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
@@ -7652,28 +8343,40 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes],
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
@@ -7702,7 +8405,6 @@ m4trace:configure.in:9: -1- _LT_AC_SYS_LIBPATH_AIX
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
@@ -7716,23 +8418,26 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_cmds], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
@@ -7759,19 +8464,22 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
@@ -7794,6 +8502,7 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
@@ -7819,9 +8528,6 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
@@ -7830,6 +8536,7 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
@@ -7851,19 +8558,25 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
@@ -7875,6 +8588,7 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
 m4trace:configure.in:9: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
@@ -7887,7 +8601,7 @@ m4trace:configure.in:9: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
 m4trace:configure.in:9: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([runpath_var F77])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([runpath_var], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
@@ -7897,7 +8611,6 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
-m4trace:configure.in:9: -1- AC_LIBTOOL_SYS_LIB_STRIP
 m4trace:configure.in:9: -1- AC_LIBTOOL_CONFIG([F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([compiler], [F77])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([CC], [F77])
@@ -7986,33 +8699,23 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
 m4trace:configure.in:9: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
 m4trace:configure.in:9: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
 m4trace:configure.in:9: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
-You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
-/usr/share/aclocal/libtool.m4:3807: _LT_AC_LANG_GCJ_CONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:3760: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
-configure.in:9: AC_LIBTOOL_SETUP is required by...
-/usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
-configure.in:9: _AC_PROG_LIBTOOL is required by...
-/usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
-/usr/share/aclocal/libtool.m4:5878: AM_PROG_LIBTOOL is expanded from...
-configure.in:9: the top level])
-m4trace:configure.in:9: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
-and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
-/usr/share/aclocal/libtool.m4:3807: _LT_AC_LANG_GCJ_CONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:3760: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
-configure.in:9: AC_LIBTOOL_SETUP is required by...
-/usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
-configure.in:9: _AC_PROG_LIBTOOL is required by...
-/usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
-/usr/share/aclocal/libtool.m4:5878: AM_PROG_LIBTOOL is expanded from...
+You should run autoupdate.], [../../lib/autoconf/lang.m4:170: AC_LANG_SAVE is expanded from...
+/usr/share/aclocal/libtool.m4:4132: _LT_AC_LANG_GCJ_CONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:4080: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:1966: _LT_AC_TAGCONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:228: AC_LIBTOOL_SETUP is expanded from...
+/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:6395: AM_PROG_LIBTOOL is expanded from...
 configure.in:9: the top level])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([objext], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_SYS_COMPILER
+m4trace:configure.in:9: -1- _LT_COMPILER_BOILERPLATE
+m4trace:configure.in:9: -1- _LT_LINKER_BOILERPLATE
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([compiler], [GCJ])
+m4trace:configure.in:9: -1- _LT_CC_BASENAME([$compiler])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
@@ -8039,6 +8742,8 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
@@ -8048,22 +8753,29 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
@@ -8087,10 +8799,17 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
+m4trace:configure.in:9: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [GCJ])
+m4trace:configure.in:9: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_prog_compiler_static_works_GCJ], [$lt_tmp_static_flag], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, GCJ)=])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
 m4trace:configure.in:9: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
+m4trace:configure.in:9: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
+m4trace:configure.in:9: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
 m4trace:configure.in:9: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
@@ -8119,7 +8838,12 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
+m4trace:configure.in:9: -1- _LT_CC_BASENAME([$compiler])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
@@ -8135,28 +8859,40 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes],
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
@@ -8185,7 +8921,6 @@ m4trace:configure.in:9: -1- _LT_AC_SYS_LIBPATH_AIX
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
@@ -8199,23 +8934,26 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
@@ -8242,19 +8980,22 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
@@ -8277,6 +9018,7 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
@@ -8302,9 +9044,6 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
@@ -8313,6 +9052,7 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
@@ -8334,19 +9074,25 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
@@ -8358,6 +9104,7 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
 m4trace:configure.in:9: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
@@ -8370,7 +9117,7 @@ m4trace:configure.in:9: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
 m4trace:configure.in:9: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
-m4trace:configure.in:9: -1- _LT_AC_TAGVAR([runpath_var GCJ])
+m4trace:configure.in:9: -1- _LT_AC_TAGVAR([runpath_var], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
@@ -8380,37 +9127,6 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
-m4trace:configure.in:9: -1- AC_LIBTOOL_SYS_LIB_STRIP
-m4trace:configure.in:9: -1- AC_LIBTOOL_DLOPEN_SELF([GCJ])
-m4trace:configure.in:9: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [
-    lt_cv_dlopen="dyld"
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ])
-m4trace:configure.in:9: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen],
-             [lt_cv_dlopen="dlopen"],
-         [AC_CHECK_LIB([dl], [dlopen],
-               [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
-           [AC_CHECK_LIB([svld], [dlopen],
-                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
-             [AC_CHECK_LIB([dld], [dld_link],
-                   [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
-             ])
-           ])
-         ])
-       ])
-m4trace:configure.in:9: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen],
-                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
-             [AC_CHECK_LIB([dld], [dld_link],
-                   [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
-             ])
-           ])
-m4trace:configure.in:9: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link],
-                   [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
-             ])
-m4trace:configure.in:9: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
-m4trace:configure.in:9: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=no], [lt_cv_dlopen_self=cross])
-m4trace:configure.in:9: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=no], [lt_cv_dlopen_self_static=cross])
 m4trace:configure.in:9: -1- AC_LIBTOOL_CONFIG([GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([compiler], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([CC], [GCJ])
@@ -8497,46 +9213,33 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
 m4trace:configure.in:9: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
-You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
-/usr/share/aclocal/libtool.m4:3807: _LT_AC_LANG_GCJ_CONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:3760: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
-configure.in:9: AC_LIBTOOL_SETUP is required by...
-/usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
-configure.in:9: _AC_PROG_LIBTOOL is required by...
-/usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
-/usr/share/aclocal/libtool.m4:5878: AM_PROG_LIBTOOL is expanded from...
+You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
+/usr/share/aclocal/libtool.m4:4132: _LT_AC_LANG_GCJ_CONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:4080: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:1966: _LT_AC_TAGCONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:228: AC_LIBTOOL_SETUP is expanded from...
+/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:6395: AM_PROG_LIBTOOL is expanded from...
 configure.in:9: the top level])
 m4trace:configure.in:9: -1- AC_LIBTOOL_LANG_RC_CONFIG
 m4trace:configure.in:9: -1- _LT_AC_LANG_RC_CONFIG([RC])
 m4trace:configure.in:9: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
-You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
-/usr/share/aclocal/libtool.m4:3846: _LT_AC_LANG_RC_CONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:3815: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
-configure.in:9: AC_LIBTOOL_SETUP is required by...
-/usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
-configure.in:9: _AC_PROG_LIBTOOL is required by...
-/usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
-/usr/share/aclocal/libtool.m4:5878: AM_PROG_LIBTOOL is expanded from...
-configure.in:9: the top level])
-m4trace:configure.in:9: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE',
-and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from...
-/usr/share/aclocal/libtool.m4:3846: _LT_AC_LANG_RC_CONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:3815: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
-configure.in:9: AC_LIBTOOL_SETUP is required by...
-/usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
-configure.in:9: _AC_PROG_LIBTOOL is required by...
-/usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
-/usr/share/aclocal/libtool.m4:5878: AM_PROG_LIBTOOL is expanded from...
+You should run autoupdate.], [../../lib/autoconf/lang.m4:170: AC_LANG_SAVE is expanded from...
+/usr/share/aclocal/libtool.m4:4176: _LT_AC_LANG_RC_CONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:4140: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:1966: _LT_AC_TAGCONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:228: AC_LIBTOOL_SETUP is expanded from...
+/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:6395: AM_PROG_LIBTOOL is expanded from...
 configure.in:9: the top level])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([objext], [RC])
 m4trace:configure.in:9: -1- _LT_AC_SYS_COMPILER
+m4trace:configure.in:9: -1- _LT_COMPILER_BOILERPLATE
+m4trace:configure.in:9: -1- _LT_LINKER_BOILERPLATE
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([compiler], [RC])
+m4trace:configure.in:9: -1- _LT_CC_BASENAME([$compiler])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
 m4trace:configure.in:9: -1- AC_LIBTOOL_CONFIG([RC])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([compiler], [RC])
@@ -8624,75 +9327,210 @@ m4trace:configure.in:9: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
 m4trace:configure.in:9: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
 m4trace:configure.in:9: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
-You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from...
-/usr/share/aclocal/libtool.m4:3846: _LT_AC_LANG_RC_CONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:3815: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:1741: _LT_AC_TAGCONFIG is expanded from...
-/usr/share/aclocal/libtool.m4:232: AC_LIBTOOL_SETUP is expanded from...
-configure.in:9: AC_LIBTOOL_SETUP is required by...
-/usr/share/aclocal/libtool.m4:90: _AC_PROG_LIBTOOL is expanded from...
-configure.in:9: _AC_PROG_LIBTOOL is required by...
-/usr/share/aclocal/libtool.m4:70: AC_PROG_LIBTOOL is expanded from...
-/usr/share/aclocal/libtool.m4:5878: AM_PROG_LIBTOOL is expanded from...
+You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
+/usr/share/aclocal/libtool.m4:4176: _LT_AC_LANG_RC_CONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:4140: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:1966: _LT_AC_TAGCONFIG is expanded from...
+/usr/share/aclocal/libtool.m4:228: AC_LIBTOOL_SETUP is expanded from...
+/usr/share/aclocal/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:55: AC_PROG_LIBTOOL is expanded from...
+/usr/share/aclocal/libtool.m4:6395: AM_PROG_LIBTOOL is expanded from...
 configure.in:9: the top level])
 m4trace:configure.in:9: -1- AC_SUBST([LIBTOOL])
+m4trace:configure.in:9: -1- m4_pattern_allow([^LIBTOOL$])
 m4trace:configure.in:9: -1- AC_LIBTOOL_CXX
 m4trace:configure.in:9: -1- _LT_AC_LANG_CXX
 m4trace:configure.in:9: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
 m4trace:configure.in:9: -1- AC_LIBTOOL_F77
 m4trace:configure.in:9: -1- _LT_AC_LANG_F77
 m4trace:configure.in:9: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
-m4trace:configure.in:18: -1- AC_SUBST([LTVERSION])
-m4trace:configure.in:22: -1- AC_PROG_INSTALL
-m4trace:configure.in:22: -1- AC_SUBST([INSTALL_PROGRAM])
-m4trace:configure.in:22: -1- AC_SUBST([INSTALL_SCRIPT])
-m4trace:configure.in:22: -1- AC_SUBST([INSTALL_DATA])
-m4trace:configure.in:23: -1- AC_PROG_MAKE_SET
-m4trace:configure.in:23: -1- AC_SUBST([SET_MAKE])
-m4trace:configure.in:26: -1- AC_HEADER_STDC
-m4trace:configure.in:26: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
-m4trace:configure.in:26: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
+m4trace:configure.in:10: -1- AC_PROG_CPP
+m4trace:configure.in:10: -1- AC_SUBST([CPP])
+m4trace:configure.in:10: -1- m4_pattern_allow([^CPP$])
+m4trace:configure.in:10: -1- AC_SUBST([CPPFLAGS])
+m4trace:configure.in:10: -1- m4_pattern_allow([^CPPFLAGS$])
+m4trace:configure.in:10: -1- AC_SUBST([CPP])
+m4trace:configure.in:10: -1- m4_pattern_allow([^CPP$])
+m4trace:configure.in:11: -1- AC_PROG_INSTALL
+m4trace:configure.in:11: -1- AC_SUBST([INSTALL_PROGRAM])
+m4trace:configure.in:11: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
+m4trace:configure.in:11: -1- AC_SUBST([INSTALL_SCRIPT])
+m4trace:configure.in:11: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
+m4trace:configure.in:11: -1- AC_SUBST([INSTALL_DATA])
+m4trace:configure.in:11: -1- m4_pattern_allow([^INSTALL_DATA$])
+m4trace:configure.in:12: -1- AC_PROG_LEX
+m4trace:configure.in:12: -1- AC_SUBST([LEX])
+m4trace:configure.in:12: -1- m4_pattern_allow([^LEX$])
+m4trace:configure.in:12: -1- AC_SUBST([LEX_OUTPUT_ROOT], [$ac_cv_prog_lex_root])
+m4trace:configure.in:12: -1- m4_pattern_allow([^LEX_OUTPUT_ROOT$])
+m4trace:configure.in:12: -1- AC_SUBST([LEXLIB])
+m4trace:configure.in:12: -1- m4_pattern_allow([^LEXLIB$])
+m4trace:configure.in:12: -1- AC_DEFINE_TRACE_LITERAL([YYTEXT_POINTER])
+m4trace:configure.in:12: -1- m4_pattern_allow([^YYTEXT_POINTER$])
+m4trace:configure.in:12: -1- AH_OUTPUT([YYTEXT_POINTER], [/* Define to 1 if `lex\' declares `yytext\' as a `char *\' by default, not a
+   `char[]\'. */
+#undef YYTEXT_POINTER])
+m4trace:configure.in:13: -1- AC_PROG_LN_S
+m4trace:configure.in:13: -1- AC_SUBST([LN_S], [$as_ln_s])
+m4trace:configure.in:13: -1- m4_pattern_allow([^LN_S$])
+m4trace:configure.in:14: -1- AC_PROG_MAKE_SET
+m4trace:configure.in:14: -1- AC_SUBST([SET_MAKE])
+m4trace:configure.in:14: -1- m4_pattern_allow([^SET_MAKE$])
+m4trace:configure.in:24: -1- AC_SUBST([LTVERSION])
+m4trace:configure.in:24: -1- m4_pattern_allow([^LTVERSION$])
+m4trace:configure.in:29: -1- AC_PROG_INSTALL
+m4trace:configure.in:29: -1- AC_SUBST([INSTALL_PROGRAM])
+m4trace:configure.in:29: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
+m4trace:configure.in:29: -1- AC_SUBST([INSTALL_SCRIPT])
+m4trace:configure.in:29: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
+m4trace:configure.in:29: -1- AC_SUBST([INSTALL_DATA])
+m4trace:configure.in:29: -1- m4_pattern_allow([^INSTALL_DATA$])
+m4trace:configure.in:30: -1- AC_PROG_MAKE_SET
+m4trace:configure.in:30: -1- AC_SUBST([SET_MAKE])
+m4trace:configure.in:30: -1- m4_pattern_allow([^SET_MAKE$])
+m4trace:configure.in:33: -1- AC_HEADER_STDC
+m4trace:configure.in:33: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
+m4trace:configure.in:33: -1- m4_pattern_allow([^STDC_HEADERS$])
+m4trace:configure.in:33: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS])
-m4trace:configure.in:27: -1- AC_CHECK_HEADERS([fcntl.h limits.h sys/file.h sys/stat.h unistd.h])
-m4trace:configure.in:27: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the <fcntl.h> header file. */
+m4trace:configure.in:34: -1- AC_CHECK_HEADERS([fcntl.h limits.h stdlib.h string.h sys/param.h unistd.h])
+m4trace:configure.in:34: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the <fcntl.h> header file. */
 #undef HAVE_FCNTL_H])
-m4trace:configure.in:27: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the <limits.h> header file. */
+m4trace:configure.in:34: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the <limits.h> header file. */
 #undef HAVE_LIMITS_H])
-m4trace:configure.in:27: -1- AH_OUTPUT([HAVE_SYS_FILE_H], [/* Define to 1 if you have the <sys/file.h> header file. */
-#undef HAVE_SYS_FILE_H])
-m4trace:configure.in:27: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H])
-m4trace:configure.in:27: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
+m4trace:configure.in:34: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H])
+m4trace:configure.in:34: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H])
+m4trace:configure.in:34: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
+#undef HAVE_SYS_PARAM_H])
+m4trace:configure.in:34: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H])
-m4trace:configure.in:28: -1- AC_CHECK_HEADERS([sys/param.h sys/types.h netinet/in.h])
-m4trace:configure.in:28: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
+m4trace:configure.in:35: -1- AC_CHECK_HEADERS([sys/param.h sys/types.h netinet/in.h])
+m4trace:configure.in:35: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
 #undef HAVE_SYS_PARAM_H])
-m4trace:configure.in:28: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
+m4trace:configure.in:35: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H])
-m4trace:configure.in:28: -1- AH_OUTPUT([HAVE_NETINET_IN_H], [/* Define to 1 if you have the <netinet/in.h> header file. */
+m4trace:configure.in:35: -1- AH_OUTPUT([HAVE_NETINET_IN_H], [/* Define to 1 if you have the <netinet/in.h> header file. */
 #undef HAVE_NETINET_IN_H])
-m4trace:configure.in:29: -1- AC_CHECK_HEADERS([io.h windows.h])
-m4trace:configure.in:29: -1- AH_OUTPUT([HAVE_IO_H], [/* Define to 1 if you have the <io.h> header file. */
+m4trace:configure.in:36: -1- AC_CHECK_HEADERS([io.h windows.h])
+m4trace:configure.in:36: -1- AH_OUTPUT([HAVE_IO_H], [/* Define to 1 if you have the <io.h> header file. */
 #undef HAVE_IO_H])
-m4trace:configure.in:29: -1- AH_OUTPUT([HAVE_WINDOWS_H], [/* Define to 1 if you have the <windows.h> header file. */
+m4trace:configure.in:36: -1- AH_OUTPUT([HAVE_WINDOWS_H], [/* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H])
-m4trace:configure.in:42: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
-You should run autoupdate.], [autoconf/c.m4:103: AC_LANG_CPLUSPLUS is expanded from...
-configure.in:42: the top level])
-m4trace:configure.in:46: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
-You should run autoupdate.], [autoconf/general.m4:2180: AC_TRY_COMPILE is expanded from...
-autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
-configure.in:46: the top level])
-m4trace:configure.in:48: -1- _m4_warn([obsolete], [The macro `AC_LANG_C' is obsolete.
-You should run autoupdate.], [autoconf/c.m4:71: AC_LANG_C is expanded from...
-configure.in:48: the top level])
-m4trace:configure.in:56: -1- AC_SUBST([ICONV_CFLAGS])
-m4trace:configure.in:59: -1- AC_CHECK_LIB([iconv], [iconv], [], [
+m4trace:configure.in:40: -1- AC_C_CONST
+m4trace:configure.in:40: -1- AC_DEFINE_TRACE_LITERAL([const])
+m4trace:configure.in:40: -1- m4_pattern_allow([^const$])
+m4trace:configure.in:40: -1- AH_OUTPUT([const], [/* Define to empty if `const\' does not conform to ANSI C. */
+#undef const])
+m4trace:configure.in:41: -1- AC_TYPE_OFF_T
+m4trace:configure.in:41: -1- AC_DEFINE_TRACE_LITERAL([off_t])
+m4trace:configure.in:41: -1- m4_pattern_allow([^off_t$])
+m4trace:configure.in:41: -1- AH_OUTPUT([off_t], [/* Define to `long int\' if <sys/types.h> does not define. */
+#undef off_t])
+m4trace:configure.in:42: -1- AC_TYPE_SIZE_T
+m4trace:configure.in:42: -1- AC_DEFINE_TRACE_LITERAL([size_t])
+m4trace:configure.in:42: -1- m4_pattern_allow([^size_t$])
+m4trace:configure.in:42: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if <sys/types.h> does not define. */
+#undef size_t])
+m4trace:configure.in:45: -1- AC_FUNC_MALLOC
+m4trace:configure.in:45: -1- AC_CHECK_HEADERS([stdlib.h])
+m4trace:configure.in:45: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H])
+m4trace:configure.in:45: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MALLOC])
+m4trace:configure.in:45: -1- m4_pattern_allow([^HAVE_MALLOC$])
+m4trace:configure.in:45: -1- AH_OUTPUT([HAVE_MALLOC], [/* Define to 1 if your system has a GNU libc compatible `malloc\' function, and
+   to 0 otherwise. */
+#undef HAVE_MALLOC])
+m4trace:configure.in:45: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MALLOC])
+m4trace:configure.in:45: -1- m4_pattern_allow([^HAVE_MALLOC$])
+m4trace:configure.in:45: -1- AC_LIBSOURCE([malloc.c])
+m4trace:configure.in:45: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS malloc.$ac_objext"])
+m4trace:configure.in:45: -1- m4_pattern_allow([^LIB@&t@OBJS$])
+m4trace:configure.in:45: -1- AC_DEFINE_TRACE_LITERAL([malloc])
+m4trace:configure.in:45: -1- m4_pattern_allow([^malloc$])
+m4trace:configure.in:45: -1- AH_OUTPUT([malloc], [/* Define to rpl_malloc if the replacement function should be used. */
+#undef malloc])
+m4trace:configure.in:46: -1- AC_FUNC_MEMCMP
+m4trace:configure.in:46: -1- AC_LIBSOURCE([memcmp.c])
+m4trace:configure.in:46: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS memcmp.$ac_objext"])
+m4trace:configure.in:46: -1- m4_pattern_allow([^LIB@&t@OBJS$])
+m4trace:configure.in:47: -1- AC_FUNC_MMAP
+m4trace:configure.in:47: -1- AC_CHECK_HEADERS([stdlib.h unistd.h])
+m4trace:configure.in:47: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H])
+m4trace:configure.in:47: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H])
+m4trace:configure.in:47: -1- AC_CHECK_FUNCS([getpagesize])
+m4trace:configure.in:47: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */
+#undef HAVE_GETPAGESIZE])
+m4trace:configure.in:47: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP])
+m4trace:configure.in:47: -1- m4_pattern_allow([^HAVE_MMAP$])
+m4trace:configure.in:47: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */
+#undef HAVE_MMAP])
+m4trace:configure.in:48: -1- AC_FUNC_REALLOC
+m4trace:configure.in:48: -1- AC_CHECK_HEADERS([stdlib.h])
+m4trace:configure.in:48: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H])
+m4trace:configure.in:48: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REALLOC])
+m4trace:configure.in:48: -1- m4_pattern_allow([^HAVE_REALLOC$])
+m4trace:configure.in:48: -1- AH_OUTPUT([HAVE_REALLOC], [/* Define to 1 if your system has a GNU libc compatible `realloc\' function,
+   and to 0 otherwise. */
+#undef HAVE_REALLOC])
+m4trace:configure.in:48: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REALLOC])
+m4trace:configure.in:48: -1- m4_pattern_allow([^HAVE_REALLOC$])
+m4trace:configure.in:48: -1- AC_LIBSOURCE([realloc.c])
+m4trace:configure.in:48: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS realloc.$ac_objext"])
+m4trace:configure.in:48: -1- m4_pattern_allow([^LIB@&t@OBJS$])
+m4trace:configure.in:48: -1- AC_DEFINE_TRACE_LITERAL([realloc])
+m4trace:configure.in:48: -1- m4_pattern_allow([^realloc$])
+m4trace:configure.in:48: -1- AH_OUTPUT([realloc], [/* Define to rpl_realloc if the replacement function should be used. */
+#undef realloc])
+m4trace:configure.in:49: -1- AC_FUNC_VPRINTF
+m4trace:configure.in:49: -1- AC_CHECK_FUNCS([vprintf], [
+AC_CHECK_FUNC(_doprnt,
+              [AC_DEFINE(HAVE_DOPRNT, 1,
+                         [Define to 1 if you don't have `vprintf' but do have
+                         `_doprnt.'])])])
+m4trace:configure.in:49: -1- AH_OUTPUT([HAVE_VPRINTF], [/* Define to 1 if you have the `vprintf\' function. */
+#undef HAVE_VPRINTF])
+m4trace:configure.in:49: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DOPRNT])
+m4trace:configure.in:49: -1- m4_pattern_allow([^HAVE_DOPRNT$])
+m4trace:configure.in:49: -1- AH_OUTPUT([HAVE_DOPRNT], [/* Define to 1 if you don\'t have `vprintf\' but do have `_doprnt.\' */
+#undef HAVE_DOPRNT])
+m4trace:configure.in:50: -1- AC_CHECK_FUNCS([mblen memset munmap strchr strpbrk strrchr])
+m4trace:configure.in:50: -1- AH_OUTPUT([HAVE_MBLEN], [/* Define to 1 if you have the `mblen\' function. */
+#undef HAVE_MBLEN])
+m4trace:configure.in:50: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the `memset\' function. */
+#undef HAVE_MEMSET])
+m4trace:configure.in:50: -1- AH_OUTPUT([HAVE_MUNMAP], [/* Define to 1 if you have the `munmap\' function. */
+#undef HAVE_MUNMAP])
+m4trace:configure.in:50: -1- AH_OUTPUT([HAVE_STRCHR], [/* Define to 1 if you have the `strchr\' function. */
+#undef HAVE_STRCHR])
+m4trace:configure.in:50: -1- AH_OUTPUT([HAVE_STRPBRK], [/* Define to 1 if you have the `strpbrk\' function. */
+#undef HAVE_STRPBRK])
+m4trace:configure.in:50: -1- AH_OUTPUT([HAVE_STRRCHR], [/* Define to 1 if you have the `strrchr\' function. */
+#undef HAVE_STRRCHR])
+m4trace:configure.in:63: -1- _m4_warn([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/c.m4:105: AC_LANG_CPLUSPLUS is expanded from...
+configure.in:63: the top level])
+m4trace:configure.in:67: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2368: AC_TRY_COMPILE is expanded from...
+../../lib/m4sugar/m4sh.m4:523: AS_IF is expanded from...
+../../lib/autoconf/general.m4:1905: AC_CACHE_VAL is expanded from...
+configure.in:67: the top level])
+m4trace:configure.in:69: -1- _m4_warn([obsolete], [The macro `AC_LANG_C' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/c.m4:73: AC_LANG_C is expanded from...
+configure.in:69: the top level])
+m4trace:configure.in:77: -1- AC_SUBST([ICONV_CFLAGS])
+m4trace:configure.in:77: -1- m4_pattern_allow([^ICONV_CFLAGS$])
+m4trace:configure.in:80: -1- AC_CHECK_LIB([iconv], [iconv], [], [
        AC_CHECK_HEADER(iconv.h, [], AC_MSG_ERROR([ChaSen needs iconv]))])
-m4trace:configure.in:59: -1- AH_OUTPUT([HAVE_LIBICONV], [/* Define to 1 if you have the `iconv\' library (-liconv). */
+m4trace:configure.in:80: -1- AH_OUTPUT([HAVE_LIBICONV], [/* Define to 1 if you have the `iconv\' library (-liconv). */
 #undef HAVE_LIBICONV])
-m4trace:configure.in:59: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBICONV])
-m4trace:configure.in:72: -1- AC_DEFUN([cl_VAR_ICONV_ARG], [
+m4trace:configure.in:80: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBICONV])
+m4trace:configure.in:80: -1- m4_pattern_allow([^HAVE_LIBICONV$])
+m4trace:configure.in:93: -1- AC_DEFUN([cl_VAR_ICONV_ARG], [
      for CODE in $2; do
        if (echo | iconv -f ${CODE} -t 'UTF-8' > iconv_test 2>&1); then
         vi_iconv_arg_$1=${CODE}; break
@@ -8704,37 +9542,45 @@ m4trace:configure.in:72: -1- AC_DEFUN([cl_VAR_ICONV_ARG], [
      fi
      AC_DEFINE_UNQUOTED(ICONV_$1, "$vi_iconv_arg_$1")
      ])
-m4trace:configure.in:75: -1- cl_VAR_ICONV_ARG([EUCJP], [EUC-JP EUCJP eucJP], [cannot use EUC-JP with iconv])
-m4trace:configure.in:75: -1- AC_DEFINE_TRACE_LITERAL([ICONV_EUCJP])
-m4trace:configure.in:77: -1- cl_VAR_ICONV_ARG([SJIS], [SHIFT_JIS SHIFT-JIS SJIS], [cannot use Shift_JIS with iconv])
-m4trace:configure.in:77: -1- AC_DEFINE_TRACE_LITERAL([ICONV_SJIS])
-m4trace:configure.in:79: -1- cl_VAR_ICONV_ARG([88591], [ISO-8859-1 ISO_8859-1 8859-1 ISO8859-1], [cannot use ISO-8859-1 with iconv])
-m4trace:configure.in:79: -1- AC_DEFINE_TRACE_LITERAL([ICONV_88591])
-m4trace:configure.in:83: -1- AC_TYPE_OFF_T
-m4trace:configure.in:83: -1- AC_DEFINE_TRACE_LITERAL([off_t])
-m4trace:configure.in:83: -1- AH_OUTPUT([off_t], [/* Define to `long\' if <sys/types.h> does not define. */
+m4trace:configure.in:96: -1- cl_VAR_ICONV_ARG([EUCJP], [EUC-JP EUCJP eucJP], [cannot use EUC-JP with iconv])
+m4trace:configure.in:96: -1- AC_DEFINE_TRACE_LITERAL([ICONV_EUCJP])
+m4trace:configure.in:96: -1- m4_pattern_allow([^ICONV_EUCJP$])
+m4trace:configure.in:98: -1- cl_VAR_ICONV_ARG([SJIS], [SHIFT_JIS SHIFT-JIS SJIS], [cannot use Shift_JIS with iconv])
+m4trace:configure.in:98: -1- AC_DEFINE_TRACE_LITERAL([ICONV_SJIS])
+m4trace:configure.in:98: -1- m4_pattern_allow([^ICONV_SJIS$])
+m4trace:configure.in:100: -1- cl_VAR_ICONV_ARG([88591], [ISO-8859-1 ISO_8859-1 8859-1 ISO8859-1], [cannot use ISO-8859-1 with iconv])
+m4trace:configure.in:100: -1- AC_DEFINE_TRACE_LITERAL([ICONV_88591])
+m4trace:configure.in:100: -1- m4_pattern_allow([^ICONV_88591$])
+m4trace:configure.in:104: -1- AC_TYPE_OFF_T
+m4trace:configure.in:104: -1- AC_DEFINE_TRACE_LITERAL([off_t])
+m4trace:configure.in:104: -1- m4_pattern_allow([^off_t$])
+m4trace:configure.in:104: -1- AH_OUTPUT([off_t], [/* Define to `long int\' if <sys/types.h> does not define. */
 #undef off_t])
-m4trace:configure.in:84: -1- AC_TYPE_SIZE_T
-m4trace:configure.in:84: -1- AC_DEFINE_TRACE_LITERAL([size_t])
-m4trace:configure.in:84: -1- AH_OUTPUT([size_t], [/* Define to `unsigned\' if <sys/types.h> does not define. */
+m4trace:configure.in:105: -1- AC_TYPE_SIZE_T
+m4trace:configure.in:105: -1- AC_DEFINE_TRACE_LITERAL([size_t])
+m4trace:configure.in:105: -1- m4_pattern_allow([^size_t$])
+m4trace:configure.in:105: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if <sys/types.h> does not define. */
 #undef size_t])
-m4trace:configure.in:87: -1- AC_FUNC_MEMCMP
-m4trace:configure.in:87: -1- AC_LIBSOURCE([memcmp.c])
-m4trace:configure.in:87: -1- AC_SUBST([LIB@&t@OBJS])
-m4trace:configure.in:88: -1- AC_FUNC_MMAP
-m4trace:configure.in:88: -1- AC_CHECK_HEADERS([stdlib.h unistd.h])
-m4trace:configure.in:88: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
+m4trace:configure.in:108: -1- AC_FUNC_MEMCMP
+m4trace:configure.in:108: -1- AC_LIBSOURCE([memcmp.c])
+m4trace:configure.in:108: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS memcmp.$ac_objext"])
+m4trace:configure.in:108: -1- m4_pattern_allow([^LIB@&t@OBJS$])
+m4trace:configure.in:109: -1- AC_FUNC_MMAP
+m4trace:configure.in:109: -1- AC_CHECK_HEADERS([stdlib.h unistd.h])
+m4trace:configure.in:109: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H])
-m4trace:configure.in:88: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
+m4trace:configure.in:109: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H])
-m4trace:configure.in:88: -1- AC_CHECK_FUNCS([getpagesize])
-m4trace:configure.in:88: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */
+m4trace:configure.in:109: -1- AC_CHECK_FUNCS([getpagesize])
+m4trace:configure.in:109: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */
 #undef HAVE_GETPAGESIZE])
-m4trace:configure.in:88: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP])
-m4trace:configure.in:88: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */
+m4trace:configure.in:109: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP])
+m4trace:configure.in:109: -1- m4_pattern_allow([^HAVE_MMAP$])
+m4trace:configure.in:109: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */
 #undef HAVE_MMAP])
-m4trace:configure.in:99: -1- AC_SUBST([RCPATH])
-m4trace:configure.in:115: -1- AC_CONFIG_FILES([ 
+m4trace:configure.in:120: -1- AC_SUBST([RCPATH])
+m4trace:configure.in:120: -1- m4_pattern_allow([^RCPATH$])
+m4trace:configure.in:137: -1- AC_CONFIG_FILES([ 
            Makefile 
            chasen-config
            chasen/Makefile
@@ -8744,9 +9590,11 @@ m4trace:configure.in:115: -1- AC_CONFIG_FILES([
            tests/Makefile
            chasen.spec
          ])
-m4trace:configure.in:115: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
+m4trace:configure.in:137: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
 You should run autoupdate.], [])
-m4trace:configure.in:115: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
-m4trace:configure.in:115: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
-m4trace:configure.in:115: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
-m4trace:configure.in:115: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
+m4trace:configure.in:137: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
+m4trace:configure.in:137: -1- m4_pattern_allow([^LIB@&t@OBJS$])
+m4trace:configure.in:137: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
+m4trace:configure.in:137: -1- m4_pattern_allow([^LTLIBOBJS$])
+m4trace:configure.in:137: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
+m4trace:configure.in:137: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS