IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2004, 11:31:38 AM (22 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/configure

    r2157 r2164  
    391391
    392392
    393 tagnames=${tagnames+${tagnames},}CXX
    394 
    395 tagnames=${tagnames+${tagnames},}F77
     393tagnames=`echo "$tagnames,CXX" | sed 's/^,//'`
     394
     395tagnames=`echo "$tagnames,F77" | sed 's/^,//'`
    396396
    397397# Name of the host.
     
    463463#endif"
    464464
    465 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL GSL_CONFIG LIBOBJS LTLIBOBJS'
     465ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL GSL_CONFIG LIBOBJS LTLIBOBJS'
    466466ac_subst_files=''
    467467
     
    10231023  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    10241024  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
    1025   --disable-dependency-tracking  speeds up one-time build
    1026   --enable-dependency-tracking   do not reject slow dependency extractors
     1025  --disable-dependency-tracking Speeds up one-time builds
     1026  --enable-dependency-tracking  Do not reject slow dependency extractors
    10271027  --enable-shared[=PKGS]
    10281028                          build shared libraries [default=yes]
     
    14681468
    14691469
     1470# Add the stamp file to the list of files AC keeps track of,
     1471# along with our hook.
    14701472          ac_config_headers="$ac_config_headers src/config.h"
    14711473
    1472 am__api_version="1.8"
     1474
     1475
     1476am__api_version="1.6"
    14731477ac_aux_dir=
    14741478for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
     
    16311635rm conftest.sed
    16321636
     1637
    16331638# expand $ac_aux_dir to an absolute path
    16341639am_aux_dir=`cd $ac_aux_dir && pwd`
     
    16421647  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
    16431648echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
    1644 fi
    1645 
    1646 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
    1647   # Keeping the `.' argument allows $(mkdir_p) to be used without
    1648   # argument.  Indeed, we sometimes output rules like
    1649   #   $(mkdir_p) $(somedir)
    1650   # where $(somedir) is conditionally defined.
    1651   # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
    1652   # expensive solution, as it forces Make to start a sub-shell.)
    1653   mkdir_p='mkdir -p -- .'
    1654 else
    1655   # On NextStep and OpenStep, the `mkdir' command does not
    1656   # recognize any option.  It will interpret all options as
    1657   # directories to create, and then abort because `.' already
    1658   # exists.
    1659   for d in ./-p ./--version;
    1660   do
    1661     test -d $d && rmdir $d
    1662   done
    1663   # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
    1664   if test -f "$ac_aux_dir/mkinstalldirs"; then
    1665     mkdir_p='$(mkinstalldirs)'
    1666   else
    1667     mkdir_p='$(install_sh) -d'
    1668   fi
    16691649fi
    16701650
     
    17381718fi
    17391719
    1740 rm -rf .tst 2>/dev/null
    1741 mkdir .tst 2>/dev/null
    1742 if test -d .tst; then
    1743   am__leading_dot=.
    1744 else
    1745   am__leading_dot=_
    1746 fi
    1747 rmdir .tst 2>/dev/null
    1748 
    1749 # test to see if srcdir already configured
     1720 # test to see if srcdir already configured
    17501721if test "`cd $srcdir && pwd`" != "`pwd`" &&
    17511722   test -f $srcdir/config.status; then
     
    17541725   { (exit 1); exit 1; }; }
    17551726fi
    1756 
    1757 # test whether we have cygpath
    1758 if test -z "$CYGPATH_W"; then
    1759   if (cygpath --version) >/dev/null 2>/dev/null; then
    1760     CYGPATH_W='cygpath -w'
    1761   else
    1762     CYGPATH_W=echo
    1763   fi
    1764 fi
    1765 
    17661727
    17671728# Define the identity of the package.
     
    27672728ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    27682729ac_compiler_gnu=$ac_cv_c_compiler_gnu
    2769 DEPDIR="${am__leading_dot}deps"
     2730rm -f .deps 2>/dev/null
     2731mkdir .deps 2>/dev/null
     2732if test -d .deps; then
     2733  DEPDIR=.deps
     2734else
     2735  # MS-DOS does not allow filenames that begin with a dot.
     2736  DEPDIR=_deps
     2737fi
     2738rmdir .deps 2>/dev/null
     2739
    27702740
    27712741          ac_config_commands="$ac_config_commands depfiles"
     
    27742744am_make=${MAKE-make}
    27752745cat > confinc << 'END'
    2776 am__doit:
     2746doit:
    27772747        @echo done
    2778 .PHONY: am__doit
    27792748END
    27802749# If we don't find an include directive, just comment out the code.
     
    27912760# be invoked under some other name (usually "gmake"), in which
    27922761# case it prints its new name instead of `make'.
    2793 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
     2762if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
    27942763   am__include=include
    27952764   am__quote=
     
    28512820  cp "$am_depcomp" conftest.dir
    28522821  cd conftest.dir
    2853   # We will build objects and dependencies in a subdirectory because
    2854   # it helps to detect inapplicable dependency modes.  For instance
    2855   # both Tru64's cc and ICC support -MD to output dependencies as a
    2856   # side effect of compilation, but ICC will put the dependencies in
    2857   # the current directory while Tru64 will put them in the object
    2858   # directory.
    2859   mkdir sub
    28602822
    28612823  am_cv_CC_dependencies_compiler_type=none
     
    28642826  fi
    28652827  for depmode in $am_compiler_list; do
    2866     # Setup a source with many dependencies, because some compilers
    2867     # like to wrap large dependency lists on column 80 (with \), and
    2868     # we should not choose a depcomp mode which is confused by this.
    2869     #
    28702828    # We need to recreate these files for each test, as the compiler may
    28712829    # overwrite some of them when testing with obscure command lines.
    28722830    # This happens at least with the AIX C compiler.
    2873     : > sub/conftest.c
    2874     for i in 1 2 3 4 5 6; do
    2875       echo '#include "conftst'$i'.h"' >> sub/conftest.c
    2876       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
    2877       # Solaris 8's {/usr,}/bin/sh.
    2878       touch sub/conftst$i.h
    2879     done
    2880     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
     2831    echo '#include "conftest.h"' > conftest.c
     2832    echo 'int i;' > conftest.h
     2833    echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
    28812834
    28822835    case $depmode in
     
    28962849    # handle `-M -o', and we need to detect this.
    28972850    if depmode=$depmode \
    2898        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
    2899        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
    2900        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
    2901          >/dev/null 2>conftest.err &&
    2902        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
    2903        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
     2851       source=conftest.c object=conftest.o \
     2852       depfile=conftest.Po tmpdepfile=conftest.TPo \
     2853       $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
     2854       grep conftest.h conftest.Po > /dev/null 2>&1 &&
    29042855       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    2905       # icc doesn't choke on unknown options, it will just issue warnings
    2906       # (even with -Werror).  So we grep stderr for any message
    2907       # that says an option was ignored.
    2908       if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
    2909         am_cv_CC_dependencies_compiler_type=$depmode
    2910         break
    2911       fi
     2856      am_cv_CC_dependencies_compiler_type=$depmode
     2857      break
    29122858    fi
    29132859  done
     
    29232869echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
    29242870CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
    2925 
    2926 
    2927 
    2928 if
    2929   test "x$enable_dependency_tracking" != xno \
    2930   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
    2931   am__fastdepCC_TRUE=
    2932   am__fastdepCC_FALSE='#'
    2933 else
    2934   am__fastdepCC_TRUE='#'
    2935   am__fastdepCC_FALSE=
    2936 fi
    29372871
    29382872
     
    32413175    [\\/]* | ?:[\\/]*)
    32423176      re_direlt='/[^/][^/]*/\.\./'
    3243       # Canonicalize the pathname of ld
     3177      # Canonicalize the path of ld
    32443178      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
    32453179      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
     
    33103244else
    33113245  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
    3312 case `$LD -v 2>&1 </dev/null` in
     3246case `"$LD" -v 2>&1 </dev/null` in
    33133247*GNU* | *'with BFD'*)
    33143248  lt_cv_prog_gnu_ld=yes
     
    33383272*) reload_flag=" $reload_flag" ;;
    33393273esac
    3340 reload_cmds='$LD$reload_flag -o $output$reload_objs'
     3274reload_cmds='$CC -nostdlib -Xlinker$reload_flag $archargs -o $output$reload_objs'
    33413275
    33423276echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
     
    34313365  ;;
    34323366
    3433 cygwin*)
    3434   # func_win32_libid is a shell function defined in ltmain.sh
     3367cygwin* | mingw* | pw32*)
     3368  # win32_libid is a shell function defined in ltmain.sh
    34353369  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
    3436   lt_cv_file_magic_cmd='func_win32_libid'
     3370  lt_cv_file_magic_cmd='win32_libid'
    34373371  ;;
    34383372
    3439 mingw* | pw32*)
    3440   # Base MSYS/MinGW do not provide the 'file' command needed by
    3441   # func_win32_libid shell function, so use a weaker test based on 'objdump'.
    3442   lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
    3443   lt_cv_file_magic_cmd='$OBJDUMP -f'
    3444   ;;
    3445 
    34463373darwin* | rhapsody*)
     3374  # this will be overwritten by pass_all, but leave it in just in case
     3375  lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
     3376  lt_cv_file_magic_cmd='/usr/bin/file -L'
     3377  case "$host_os" in
     3378  rhapsody* | darwin1.[012])
     3379    lt_cv_file_magic_test_file=`/System/Library/Frameworks/System.framework/System`
     3380    ;;
     3381  *) # Darwin 1.3 on
     3382    lt_cv_file_magic_test_file='/usr/lib/libSystem.dylib'
     3383    ;;
     3384  esac
    34473385  lt_cv_deplibs_check_method=pass_all
    34483386  ;;
    34493387
    3450 freebsd* | kfreebsd*-gnu)
     3388freebsd*)
    34513389  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
    34523390    case $host_cpu in
     
    34873425
    34883426irix5* | irix6* | nonstopux*)
    3489   case $LD in
    3490   *-32|*"-32 ") libmagic=32-bit;;
    3491   *-n32|*"-n32 ") libmagic=N32;;
    3492   *-64|*"-64 ") libmagic=64-bit;;
    3493   *) libmagic=never-match;;
     3427  case $host_os in
     3428  irix5* | nonstopux*)
     3429    # this will be overridden with pass_all, but let us keep it just in case
     3430    lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
     3431    ;;
     3432  *)
     3433    case $LD in
     3434    *-32|*"-32 ") libmagic=32-bit;;
     3435    *-n32|*"-n32 ") libmagic=N32;;
     3436    *-64|*"-64 ") libmagic=64-bit;;
     3437    *) libmagic=never-match;;
     3438    esac
     3439    # this will be overridden with pass_all, but let us keep it just in case
     3440    lt_cv_deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
     3441    ;;
    34943442  esac
     3443  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
    34953444  lt_cv_deplibs_check_method=pass_all
    34963445  ;;
     
    34993448linux*)
    35003449  case $host_cpu in
    3501   alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*|x86_64*)
     3450  alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh*)
    35023451    lt_cv_deplibs_check_method=pass_all ;;
    35033452  *)
    35043453    # glibc up to 2.1.1 does not perform some relocations on ARM
    3505     # this will be overridden with pass_all, but let us keep it just in case
    35063454    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
    35073455  esac
    35083456  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
    3509   lt_cv_deplibs_check_method=pass_all
    35103457  ;;
    35113458
     
    35243471  ;;
    35253472
    3526 nto-qnx*)
     3473nto-qnx)
    35273474  lt_cv_deplibs_check_method=unknown
    35283475  ;;
     
    35393486
    35403487osf3* | osf4* | osf5*)
     3488  # this will be overridden with pass_all, but let us keep it just in case
     3489  lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
     3490  lt_cv_file_magic_test_file=/shlib/libc.so
    35413491  lt_cv_deplibs_check_method=pass_all
    35423492  ;;
     
    35483498solaris*)
    35493499  lt_cv_deplibs_check_method=pass_all
     3500  lt_cv_file_magic_test_file=/lib/libc.so
    35503501  ;;
    35513502
     
    36273578*-*-irix6*)
    36283579  # Find out which ABI we are using.
    3629   echo '#line 3629 "configure"' > conftest.$ac_ext
     3580  echo '#line 3580 "configure"' > conftest.$ac_ext
    36303581  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    36313582  (eval $ac_compile) 2>&5
     
    36763627          LD="${LD-ld} -m elf_i386"
    36773628          ;;
    3678         ppc64-*linux*|powerpc64-*linux*)
     3629        ppc64-*linux*)
    36793630          LD="${LD-ld} -m elf32ppclinux"
    36803631          ;;
     
    47174668  cp "$am_depcomp" conftest.dir
    47184669  cd conftest.dir
    4719   # We will build objects and dependencies in a subdirectory because
    4720   # it helps to detect inapplicable dependency modes.  For instance
    4721   # both Tru64's cc and ICC support -MD to output dependencies as a
    4722   # side effect of compilation, but ICC will put the dependencies in
    4723   # the current directory while Tru64 will put them in the object
    4724   # directory.
    4725   mkdir sub
    47264670
    47274671  am_cv_CXX_dependencies_compiler_type=none
     
    47304674  fi
    47314675  for depmode in $am_compiler_list; do
    4732     # Setup a source with many dependencies, because some compilers
    4733     # like to wrap large dependency lists on column 80 (with \), and
    4734     # we should not choose a depcomp mode which is confused by this.
    4735     #
    47364676    # We need to recreate these files for each test, as the compiler may
    47374677    # overwrite some of them when testing with obscure command lines.
    47384678    # This happens at least with the AIX C compiler.
    4739     : > sub/conftest.c
    4740     for i in 1 2 3 4 5 6; do
    4741       echo '#include "conftst'$i'.h"' >> sub/conftest.c
    4742       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
    4743       # Solaris 8's {/usr,}/bin/sh.
    4744       touch sub/conftst$i.h
    4745     done
    4746     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
     4679    echo '#include "conftest.h"' > conftest.c
     4680    echo 'int i;' > conftest.h
     4681    echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
    47474682
    47484683    case $depmode in
     
    47624697    # handle `-M -o', and we need to detect this.
    47634698    if depmode=$depmode \
    4764        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
    4765        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
    4766        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
    4767          >/dev/null 2>conftest.err &&
    4768        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
    4769        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
     4699       source=conftest.c object=conftest.o \
     4700       depfile=conftest.Po tmpdepfile=conftest.TPo \
     4701       $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
     4702       grep conftest.h conftest.Po > /dev/null 2>&1 &&
    47704703       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    4771       # icc doesn't choke on unknown options, it will just issue warnings
    4772       # (even with -Werror).  So we grep stderr for any message
    4773       # that says an option was ignored.
    4774       if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
    4775         am_cv_CXX_dependencies_compiler_type=$depmode
    4776         break
    4777       fi
     4704      am_cv_CXX_dependencies_compiler_type=$depmode
     4705      break
    47784706    fi
    47794707  done
     
    47894717echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
    47904718CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
    4791 
    4792 
    4793 
    4794 if
    4795   test "x$enable_dependency_tracking" != xno \
    4796   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
    4797   am__fastdepCXX_TRUE=
    4798   am__fastdepCXX_FALSE='#'
    4799 else
    4800   am__fastdepCXX_TRUE='#'
    4801   am__fastdepCXX_FALSE=
    4802 fi
    48034719
    48044720
     
    51265042
    51275043# Provide some information about the compiler.
    5128 echo "$as_me:5128:" \
     5044echo "$as_me:5044:" \
    51295045     "checking for Fortran 77 compiler version" >&5
    51305046ac_compiler=`set X $ac_compile; echo $2`
     
    52595175else
    52605176    i=0
    5261   teststring="ABCD"
     5177  testring="ABCD"
    52625178
    52635179  case $build_os in
     
    52885204    ;;
    52895205
    5290   amigaos*)
    5291     # On AmigaOS with pdksh, this test takes hours, literally.
    5292     # So we just punt and use a minimum line length of 8192.
    5293     lt_cv_sys_max_cmd_len=8192;
    5294     ;;
    5295 
    52965206 *)
    52975207    # If test is not a shell built-in, we'll probably end up computing a
    52985208    # maximum length that is only half of the actual maximum length, but
    52995209    # we can't tell.
    5300     while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
    5301                = "XX$teststring") >/dev/null 2>&1 &&
    5302             new_result=`expr "X$teststring" : ".*" 2>&1` &&
     5210    while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \
     5211               = "XX$testring") >/dev/null 2>&1 &&
     5212            new_result=`expr "X$testring" : ".*" 2>&1` &&
    53035213            lt_cv_sys_max_cmd_len=$new_result &&
    53045214            test $i != 17 # 1/2 MB should be enough
    53055215    do
    53065216      i=`expr $i + 1`
    5307       teststring=$teststring$teststring
     5217      testring=$testring$testring
    53085218    done
    5309     teststring=
     5219    testring=
    53105220    # Add a significant safety factor because C++ compilers can tack on massive
    53115221    # amounts of additional arguments before passing them to the linker.
     
    53755285  ;;
    53765286solaris* | sysv5*)
    5377   symcode='[BDRT]'
     5287  symcode='[BDT]'
    53785288  ;;
    53795289sysv4)
     
    53935303case `$NM -V 2>&1` in
    53945304*GNU* | *'with BFD'*)
    5395   symcode='[ABCDGIRSTW]' ;;
     5305  symcode='[ABCDGISTW]' ;;
    53965306esac
    53975307
     
    55725482delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
    55735483
     5484# Sed substitution to undo escaping of the cmd sep variable
     5485unescape_variable_subst='s/\\\(${_S_}\)/\1/g'
     5486
    55745487# Sed substitution to avoid accidental globbing in evaled expressions
    55755488no_glob_subst='s/\*/\\\*/g'
     
    58585771  case $host_os in
    58595772  openbsd*)
    5860     old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
     5773    old_postinstall_cmds="\$RANLIB -t \$oldlib\${_S_}$old_postinstall_cmds"
    58615774    ;;
    58625775  *)
    5863     old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
     5776    old_postinstall_cmds="\$RANLIB \$oldlib\${_S_}$old_postinstall_cmds"
    58645777    ;;
    58655778  esac
    5866   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
     5779  old_archive_cmds="$old_archive_cmds\${_S_}\$RANLIB \$oldlib"
    58675780fi
    58685781
     
    61196032  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
    61206033
    6121 
    6122 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
     6034  echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
    61236035echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
    61246036if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
     
    61386050   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    61396051   -e 's:$: $lt_compiler_flag:'`
    6140    (eval echo "\"\$as_me:6140: $lt_compile\"" >&5)
     6052   (eval echo "\"\$as_me:6052: $lt_compile\"" >&5)
    61416053   (eval "$lt_compile" 2>conftest.err)
    61426054   ac_status=$?
    61436055   cat conftest.err >&5
    6144    echo "$as_me:6144: \$? = $ac_status" >&5
     6056   echo "$as_me:6056: \$? = $ac_status" >&5
    61456057   if (exit $ac_status) && test -s "$ac_outfile"; then
    61466058     # The compiler can only warn and ignore the option if not recognized
     
    62856197    linux*)
    62866198      case $CC in
    6287       icc* | ecc*)
     6199      icc|ecc)
    62886200        lt_prog_compiler_wl='-Wl,'
    62896201        lt_prog_compiler_pic='-KPIC'
    62906202        lt_prog_compiler_static='-static'
    62916203        ;;
    6292       ccc*)
     6204      ccc)
    62936205        lt_prog_compiler_wl='-Wl,'
    62946206        # All Alpha code is PIC.
     
    63526264#
    63536265if test -n "$lt_prog_compiler_pic"; then
    6354 
    6355 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
     6266  echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
    63566267echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
    63576268if test "${lt_prog_compiler_pic_works+set}" = set; then
     
    63716282   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    63726283   -e 's:$: $lt_compiler_flag:'`
    6373    (eval echo "\"\$as_me:6373: $lt_compile\"" >&5)
     6284   (eval echo "\"\$as_me:6284: $lt_compile\"" >&5)
    63746285   (eval "$lt_compile" 2>conftest.err)
    63756286   ac_status=$?
    63766287   cat conftest.err >&5
    6377    echo "$as_me:6377: \$? = $ac_status" >&5
     6288   echo "$as_me:6288: \$? = $ac_status" >&5
    63786289   if (exit $ac_status) && test -s "$ac_outfile"; then
    63796290     # The compiler can only warn and ignore the option if not recognized
     
    64226333   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
    64236334
     6335   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
     6336   # that will create temporary files in the current directory regardless of
     6337   # the output directory.  Thus, making CWD read-only will cause this test
     6338   # to fail, enabling locking or at least warning the user not to do parallel
     6339   # builds.
     6340   chmod -w .
     6341
    64246342   lt_compiler_flag="-o out/conftest2.$ac_objext"
    64256343   # Insert the option either (1) after the last *FLAGS variable, or
     
    64316349   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    64326350   -e 's:$: $lt_compiler_flag:'`
    6433    (eval echo "\"\$as_me:6433: $lt_compile\"" >&5)
     6351   (eval echo "\"\$as_me:6351: $lt_compile\"" >&5)
    64346352   (eval "$lt_compile" 2>out/conftest.err)
    64356353   ac_status=$?
    64366354   cat out/conftest.err >&5
    6437    echo "$as_me:6437: \$? = $ac_status" >&5
     6355   echo "$as_me:6355: \$? = $ac_status" >&5
    64386356   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    64396357   then
     
    64456363   fi
    64466364   chmod u+w .
    6447    $rm conftest*
    6448    # SGI C++ compiler will create directory out/ii_files/ for
    6449    # template instantiation
    6450    test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
    6451    $rm out/* && rmdir out
     6365   $rm conftest* out/*
     6366   rmdir out
    64526367   cd ..
    64536368   rmdir conftest
     
    65596474
    65606475    amigaos*)
    6561       archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
     6476      archive_cmds='$rm $output_objdir/a2ixlibrary.data${_S_}$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data${_S_}$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data${_S_}$AR $AR_FLAGS $lib $libobjs${_S_}$RANLIB $lib${_S_}(cd $output_objdir && a2ixlibrary -32)'
    65626477      hardcode_libdir_flag_spec='-L$libdir'
    65636478      hardcode_minus_L=yes
     
    66016516          echo EXPORTS > $output_objdir/$soname.def;
    66026517          cat $export_symbols >> $output_objdir/$soname.def;
    6603         fi~
     6518        fi${_S_}
    66046519        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
    66056520      else
     
    66456560      hardcode_shlibpath_var=no
    66466561      ;;
    6647 
    6648   linux*)
    6649     if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
    6650         tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
    6651         archive_cmds="$tmp_archive_cmds"
    6652       supports_anon_versioning=no
    6653       case `$LD -v 2>/dev/null` in
    6654         *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
    6655         *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
    6656         *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
    6657         *\ 2.11.*) ;; # other 2.11 versions
    6658         *) supports_anon_versioning=yes ;;
    6659       esac
    6660       if test $supports_anon_versioning = yes; then
    6661         archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
    6662 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
    6663 $echo "local: *; };" >> $output_objdir/$libname.ver~
    6664         $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
    6665       else
    6666         archive_expsym_cmds="$tmp_archive_cmds"
    6667       fi
    6668     else
    6669       ld_shlibs=no
    6670     fi
    6671     ;;
    66726562
    66736563    *)
     
    66986588      allow_undefined_flag=unsupported
    66996589      always_export_symbols=yes
    6700       archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
     6590      archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE${_S_}$AR $AR_FLAGS $lib $output_objdir/$soname'
    67016591      # Note: this linker hardcodes the directories in LIBPATH if there
    67026592      # are no directories specified by -L.
     
    69026792          archive_cmds_need_lc=yes
    69036793          # This is similar to how AIX traditionally builds it's shared libraries.
    6904           archive_expsym_cmds="\$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'
     6794          archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}\${_S_}$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
    69056795        fi
    69066796      fi
     
    69086798
    69096799    amigaos*)
    6910       archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
     6800      archive_cmds='$rm $output_objdir/a2ixlibrary.data${_S_}$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data${_S_}$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data${_S_}$AR $AR_FLAGS $lib $libobjs${_S_}$RANLIB $lib${_S_}(cd $output_objdir && a2ixlibrary -32)'
    69116801      hardcode_libdir_flag_spec='-L$libdir'
    69126802      hardcode_minus_L=yes
     
    69296819      libext=lib
    69306820      # Tell ltmain to make .dll files, not .so files.
    6931       shrext_cmds=".dll"
     6821      shrext=".dll"
    69326822      # FIXME: Setting linknames here is a bad hack.
    6933       archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
     6823      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll${_S_}linknames='
    69346824      # The linker will automatically build a .lib file if we build a DLL.
    69356825      old_archive_From_new_cmds='true'
     
    69416831
    69426832    darwin* | rhapsody*)
    6943     if test "$GXX" = yes ; then
     6833    if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
    69446834      archive_cmds_need_lc=no
    69456835      case "$host_os" in
     
    69476837        allow_undefined_flag='-undefined suppress'
    69486838        ;;
    6949       *) # Darwin 1.3 on
    6950       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
    6951         allow_undefined_flag='-flat_namespace -undefined suppress'
    6952       else
    6953         case ${MACOSX_DEPLOYMENT_TARGET} in
    6954           10.[012])
    6955             allow_undefined_flag='-flat_namespace -undefined suppress'
    6956             ;;
    6957           10.*)
    6958             allow_undefined_flag='-undefined dynamic_lookup'
    6959             ;;
    6960         esac
    6961       fi
     6839      darwin1.* | darwin[2-6].*) # Darwin 1.3 on, but less than 7.0
     6840        test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag='-flat_namespace -undefined suppress'
     6841        ;;
     6842      *) # Darwin 7.0 on
     6843        case "${MACOSX_DEPLOYMENT_TARGET-10.1}" in
     6844        10.[012])
     6845          test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag='-flat_namespace -undefined suppress'
     6846          ;;
     6847        *) # 10.3 on
     6848          if test -z ${LD_TWOLEVEL_NAMESPACE}; then
     6849            allow_undefined_flag='-flat_namespace -undefined suppress'
     6850          else
     6851            allow_undefined_flag='-undefined dynamic_lookup'
     6852          fi
     6853          ;;
     6854        esac
    69626855        ;;
    69636856      esac
     6857      # FIXME: Relying on posixy $() will cause problems for
     6858      #        cross-compilation, but unfortunately the echo tests do not
     6859      #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
     6860      #        `"' quotes if we put them in here... so don't!
    69646861        lt_int_apple_cc_single_mod=no
    69656862        output_verbose_link_cmd='echo'
     
    69686865        fi
    69696866        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    6970           archive_cmds='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
     6867          archive_cmds='$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    69716868        else
    6972         archive_cmds='$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'
     6869        archive_cmds='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    69736870      fi
    6974       module_cmds='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     6871      module_cmds='$CC -bundle $archargs ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags'
    69756872      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
    69766873        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    6977           archive_expsym_cmds='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}'
     6874          archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    69786875        else
    6979           archive_expsym_cmds='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}'
     6876          archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    69806877        fi
    6981           module_expsym_cmds='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}'
     6878          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -bundle $archargs $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    69826879      hardcode_direct=no
    69836880      hardcode_automatic=yes
     
    69856882      whole_archive_flag_spec='-all_load $convenience'
    69866883      link_all_deplibs=yes
    6987     else
    6988       ld_shlibs=no
    69896884    fi
    69906885      ;;
     
    70206915
    70216916    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
    7022     freebsd* | kfreebsd*-gnu)
     6917    freebsd*)
    70236918      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
    70246919      hardcode_libdir_flag_spec='-R$libdir'
     
    70296924    hpux9*)
    70306925      if test "$GCC" = yes; then
    7031         archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
     6926        archive_cmds='$rm $output_objdir/$soname${_S_}$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
    70326927      else
    7033         archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
     6928        archive_cmds='$rm $output_objdir/$soname${_S_}$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
    70346929      fi
    70356930      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
     
    71517046      hardcode_minus_L=yes
    71527047      allow_undefined_flag=unsupported
    7153       archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
     7048      archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def${_S_}$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def${_S_}$echo DATA >> $output_objdir/$libname.def${_S_}$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def${_S_}$echo EXPORTS >> $output_objdir/$libname.def${_S_}emxexp $libobjs >> $output_objdir/$libname.def${_S_}$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
    71547049      old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
    71557050      ;;
     
    71757070        allow_undefined_flag=' -expect_unresolved \*'
    71767071        archive_cmds='$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'
    7177         archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
    7178         $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'
     7072        archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp${_S_}
     7073        $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${_S_}$rm $lib.exp'
    71797074
    71807075        # Both c and cxx compiler support -rpath directly
     
    71967091      if test "$GCC" = yes; then
    71977092        archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
    7198         archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
    7199           $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
     7093        archive_expsym_cmds='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
     7094          $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags${_S_}$rm $lib.exp'
    72007095      else
    72017096        archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
    7202         archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
    7203         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
     7097        archive_expsym_cmds='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
     7098        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags${_S_}$rm $lib.exp'
    72047099      fi
    72057100      hardcode_libdir_flag_spec='-R$libdir'
     
    72907185      # object files and a static libstdc++, better avoid it by now
    72917186      archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
    7292       archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
    7293                 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
     7187      archive_expsym_cmds='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
     7188                $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags${_S_}$rm $lib.exp'
    72947189      hardcode_libdir_flag_spec=
    72957190      hardcode_shlibpath_var=no
     
    73287223  if test "$enable_shared" = yes && test "$GCC" = yes; then
    73297224    case $archive_cmds in
    7330     *'~'*)
     7225    *"$_S_"*)
    73317226      # FIXME: we may have to deal with multi-command sequences.
    73327227      ;;
     
    73807275esac
    73817276
     7277echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
     7278echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
     7279hardcode_action=
     7280if test -n "$hardcode_libdir_flag_spec" || \
     7281   test -n "$runpath_var " || \
     7282   test "X$hardcode_automatic"="Xyes" ; then
     7283
     7284  # We can hardcode non-existant directories.
     7285  if test "$hardcode_direct" != no &&
     7286     # If the only mechanism to avoid hardcoding is shlibpath_var, we
     7287     # have to relink, otherwise we might link with an installed library
     7288     # when we should be linking with a yet-to-be-installed one
     7289     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no &&
     7290     test "$hardcode_minus_L" != no; then
     7291    # Linking always hardcodes the temporary library directory.
     7292    hardcode_action=relink
     7293  else
     7294    # We can link without hardcoding, and we can hardcode nonexisting dirs.
     7295    hardcode_action=immediate
     7296  fi
     7297else
     7298  # We cannot hardcode anything, or else we can only hardcode existing
     7299  # directories.
     7300  hardcode_action=unsupported
     7301fi
     7302echo "$as_me:$LINENO: result: $hardcode_action" >&5
     7303echo "${ECHO_T}$hardcode_action" >&6
     7304
     7305if test "$hardcode_action" = relink; then
     7306  # Fast installation is not supported
     7307  enable_fast_install=no
     7308elif test "$shlibpath_overrides_runpath" = yes ||
     7309     test "$enable_shared" = no; then
     7310  # Fast installation is not necessary
     7311  enable_fast_install=needless
     7312fi
     7313
     7314striplib=
     7315old_striplib=
     7316echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
     7317echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
     7318if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
     7319  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
     7320  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
     7321  echo "$as_me:$LINENO: result: yes" >&5
     7322echo "${ECHO_T}yes" >&6
     7323else
     7324# FIXME - insert some real tests, host_os isn't really good enough
     7325  case $host_os in
     7326   NOT-darwin*)
     7327       if test -n "$STRIP" ; then
     7328         striplib="$STRIP -x"
     7329         echo "$as_me:$LINENO: result: yes" >&5
     7330echo "${ECHO_T}yes" >&6
     7331       else
     7332  echo "$as_me:$LINENO: result: no" >&5
     7333echo "${ECHO_T}no" >&6
     7334fi
     7335       ;;
     7336   *)
     7337  echo "$as_me:$LINENO: result: no" >&5
     7338echo "${ECHO_T}no" >&6
     7339    ;;
     7340  esac
     7341fi
     7342
    73827343echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
    73837344echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
     
    73857346libname_spec='lib$name'
    73867347soname_spec=
    7387 shrext_cmds=".so"
     7348shrext=".so"
    73887349postinstall_cmds=
    73897350postuninstall_cmds=
     
    74737434  library_names_spec='$libname.ixlibrary $libname.a'
    74747435  # Create ${libname}_ixlibrary.a entries in /sys/libs.
    7475   finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
     7436  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
    74767437  ;;
    74777438
     
    74987459cygwin* | mingw* | pw32*)
    74997460  version_type=windows
    7500   shrext_cmds=".dll"
     7461  shrext=".dll"
    75017462  need_version=no
    75027463  need_lib_prefix=no
     
    75067467    library_names_spec='$libname.dll.a'
    75077468    # DLL is installed to $(libdir)/../bin by postinstall_cmds
    7508     postinstall_cmds='base_file=`basename \${file}`~
    7509       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
    7510       dldir=$destdir/`dirname \$dlpath`~
    7511       test -d \$dldir || mkdir -p \$dldir~
     7469    postinstall_cmds='base_file=`basename \${file}`${_S_}
     7470      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`${_S_}
     7471      dldir=$destdir/`dirname \$dlpath`${_S_}
     7472      test -d \$dldir || mkdir -p \$dldir${_S_}
    75127473      $install_prog $dir/$dlname \$dldir/$dlname'
    7513     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
    7514       dlpath=$dir/\$dldll~
     7474    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`${_S_}
     7475      dlpath=$dir/\$dldll${_S_}
    75157476       $rm \$dlpath'
    75167477    shlibpath_overrides_runpath=yes
     
    75207481      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
    75217482      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
    7522       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
     7483      sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
    75237484      ;;
    75247485    mingw*)
     
    75597520  need_lib_prefix=no
    75607521  need_version=no
    7561   library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
     7522  # FIXME: Relying on posixy $() will cause problems for
     7523  #        cross-compilation, but unfortunately the echo tests do not
     7524  #        yet detect zsh echo's removal of \ escapes.
     7525  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext'
    75627526  soname_spec='${libname}${release}${major}$shared_ext'
    75637527  shlibpath_overrides_runpath=yes
    75647528  shlibpath_var=DYLD_LIBRARY_PATH
    7565   shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
     7529  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
    75667530  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
    7567   if test "$GCC" = yes; then
    7568     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"`
    7569   else
    7570     sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
     7531  if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
     7532  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"`
    75717533  fi
    75727534  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
     
    75847546freebsd1*)
    75857547  dynamic_linker=no
    7586   ;;
    7587 
    7588 kfreebsd*-gnu)
    7589   version_type=linux
    7590   need_lib_prefix=no
    7591   need_version=no
    7592   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
    7593   soname_spec='${libname}${release}${shared_ext}$major'
    7594   shlibpath_var=LD_LIBRARY_PATH
    7595   shlibpath_overrides_runpath=no
    7596   hardcode_into_libs=yes
    7597   dynamic_linker='GNU ld.so'
    75987548  ;;
    75997549
     
    76467596  case "$host_cpu" in
    76477597  ia64*)
    7648     shrext_cmds='.so'
     7598    shrext='.so'
    76497599    hardcode_into_libs=yes
    76507600    dynamic_linker="$host_os dld.so"
     
    76617611    ;;
    76627612   hppa*64*)
    7663      shrext_cmds='.sl'
     7613     shrext='.sl'
    76647614     hardcode_into_libs=yes
    76657615     dynamic_linker="$host_os dld.sl"
     
    76727622     ;;
    76737623   *)
    7674     shrext_cmds='.sl'
     7624    shrext='.sl'
    76757625    dynamic_linker="$host_os dld.sl"
    76767626    shlibpath_var=SHLIB_PATH
     
    77417691  hardcode_into_libs=yes
    77427692
    7743   # find out which ABI we are using
    7744   libsuff=
    7745   case "$host_cpu" in
    7746   x86_64*|s390x*|powerpc64*)
    7747     echo '#line 7747 "configure"' > conftest.$ac_ext
    7748     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7749   (eval $ac_compile) 2>&5
    7750   ac_status=$?
    7751   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7752   (exit $ac_status); }; then
    7753       case `/usr/bin/file conftest.$ac_objext` in
    7754       *64-bit*)
    7755         libsuff=64
    7756         sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
    7757         ;;
    7758       esac
    7759     fi
    7760     rm -rf conftest*
    7761     ;;
    7762   esac
    7763 
    7764   # Append ld.so.conf contents to the search path
    7765   if test -f /etc/ld.so.conf; then
    7766     lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
    7767     sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
    7768   fi
    7769 
    77707693  # We used to test for /lib/ld.so.1 and disable shared libraries on
    77717694  # powerpc, because MkLinux only supported shared libraries with the
     
    77757698  # assume the GNU/Linux dynamic linker is in use.
    77767699  dynamic_linker='GNU/Linux ld.so'
    7777   ;;
    7778 
    7779 knetbsd*-gnu)
    7780   version_type=linux
    7781   need_lib_prefix=no
    7782   need_version=no
    7783   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
    7784   soname_spec='${libname}${release}${shared_ext}$major'
    7785   shlibpath_var=LD_LIBRARY_PATH
    7786   shlibpath_overrides_runpath=no
    7787   hardcode_into_libs=yes
    7788   dynamic_linker='GNU ld.so'
    77897700  ;;
    77907701
     
    77987709    dynamic_linker='NetBSD (a.out) ld.so'
    77997710  else
    7800     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
     7711    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
    78017712    soname_spec='${libname}${release}${shared_ext}$major'
    78027713    dynamic_linker='NetBSD ld.elf_so'
     
    78147725  ;;
    78157726
    7816 nto-qnx*)
     7727nto-qnx)
    78177728  version_type=linux
    78187729  need_lib_prefix=no
     
    78277738  version_type=sunos
    78287739  need_lib_prefix=no
    7829   need_version=yes
     7740  need_version=no
    78307741  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
    78317742  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
     
    78477758os2*)
    78487759  libname_spec='$name'
    7849   shrext_cmds=".dll"
     7760  shrext=".dll"
    78507761  need_lib_prefix=no
    78517762  library_names_spec='$libname${shared_ext} $libname.a'
     
    79447855echo "${ECHO_T}$dynamic_linker" >&6
    79457856test "$dynamic_linker" = no && can_build_shared=no
    7946 
    7947 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
    7948 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
    7949 hardcode_action=
    7950 if test -n "$hardcode_libdir_flag_spec" || \
    7951    test -n "$runpath_var " || \
    7952    test "X$hardcode_automatic"="Xyes" ; then
    7953 
    7954   # We can hardcode non-existant directories.
    7955   if test "$hardcode_direct" != no &&
    7956      # If the only mechanism to avoid hardcoding is shlibpath_var, we
    7957      # have to relink, otherwise we might link with an installed library
    7958      # when we should be linking with a yet-to-be-installed one
    7959      ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no &&
    7960      test "$hardcode_minus_L" != no; then
    7961     # Linking always hardcodes the temporary library directory.
    7962     hardcode_action=relink
    7963   else
    7964     # We can link without hardcoding, and we can hardcode nonexisting dirs.
    7965     hardcode_action=immediate
    7966   fi
    7967 else
    7968   # We cannot hardcode anything, or else we can only hardcode existing
    7969   # directories.
    7970   hardcode_action=unsupported
    7971 fi
    7972 echo "$as_me:$LINENO: result: $hardcode_action" >&5
    7973 echo "${ECHO_T}$hardcode_action" >&6
    7974 
    7975 if test "$hardcode_action" = relink; then
    7976   # Fast installation is not supported
    7977   enable_fast_install=no
    7978 elif test "$shlibpath_overrides_runpath" = yes ||
    7979      test "$enable_shared" = no; then
    7980   # Fast installation is not necessary
    7981   enable_fast_install=needless
    7982 fi
    7983 
    7984 striplib=
    7985 old_striplib=
    7986 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
    7987 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
    7988 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
    7989   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
    7990   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
    7991   echo "$as_me:$LINENO: result: yes" >&5
    7992 echo "${ECHO_T}yes" >&6
    7993 else
    7994 # FIXME - insert some real tests, host_os isn't really good enough
    7995   case $host_os in
    7996    darwin*)
    7997        if test -n "$STRIP" ; then
    7998          striplib="$STRIP -x"
    7999          echo "$as_me:$LINENO: result: yes" >&5
    8000 echo "${ECHO_T}yes" >&6
    8001        else
    8002   echo "$as_me:$LINENO: result: no" >&5
    8003 echo "${ECHO_T}no" >&6
    8004 fi
    8005        ;;
    8006    *)
    8007   echo "$as_me:$LINENO: result: no" >&5
    8008 echo "${ECHO_T}no" >&6
    8009     ;;
    8010   esac
    8011 fi
    80127857
    80137858if test "x$enable_dlopen" != xyes; then
     
    85308375  lt_status=$lt_dlunknown
    85318376  cat > conftest.$ac_ext <<EOF
    8532 #line 8532 "configure"
     8377#line 8377 "configure"
    85338378#include "confdefs.h"
    85348379
     
    86288473  lt_status=$lt_dlunknown
    86298474  cat > conftest.$ac_ext <<EOF
    8630 #line 8630 "configure"
     8475#line 8475 "configure"
    86318476#include "confdefs.h"
    86328477
     
    87488593  test "$enable_shared" = yes && enable_static=no
    87498594  if test -n "$RANLIB"; then
    8750     archive_cmds="$archive_cmds~\$RANLIB \$lib"
     8595    archive_cmds="$archive_cmds\${_S_}\$RANLIB \$lib"
    87518596    postinstall_cmds='$RANLIB $lib'
    87528597  fi
    87538598  ;;
    87548599
    8755 aix4* | aix5*)
     8600aix4*)
    87568601  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
    87578602    test "$enable_shared" = yes && enable_static=no
     
    87598604  ;;
    87608605  darwin* | rhapsody*)
    8761   if test "$GCC" = yes; then
     8606  if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
    87628607    archive_cmds_need_lc=no
    87638608    case "$host_os" in
     
    87658610      allow_undefined_flag='-undefined suppress'
    87668611      ;;
    8767     *) # Darwin 1.3 on
    8768       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
    8769         allow_undefined_flag='-flat_namespace -undefined suppress'
    8770       else
    8771         case ${MACOSX_DEPLOYMENT_TARGET} in
    8772           10.[012])
    8773             allow_undefined_flag='-flat_namespace -undefined suppress'
    8774             ;;
    8775           10.*)
    8776             allow_undefined_flag='-undefined dynamic_lookup'
    8777             ;;
    8778         esac
    8779       fi
     8612    darwin1.* | darwin[2-6].*) # Darwin 1.3 on, but less than 7.0
     8613      test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag='-flat_namespace -undefined suppress'
     8614      ;;
     8615    *) # Darwin 7.0 on
     8616      case "${MACOSX_DEPLOYMENT_TARGET-10.1}" in
     8617      10.[012])
     8618        test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag='-flat_namespace -undefined suppress'
     8619        ;;
     8620      *) # 10.3 on
     8621        if test -z ${LD_TWOLEVEL_NAMESPACE}; then
     8622          allow_undefined_flag='-flat_namespace -undefined suppress'
     8623        else
     8624          allow_undefined_flag='-undefined dynamic_lookup'
     8625        fi
     8626        ;;
     8627      esac
    87808628      ;;
    87818629    esac
    8782     output_verbose_link_cmd='echo'
    8783     archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'
    8784     module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     8630    # FIXME: Relying on posixy $() will cause problems for
     8631    #        cross-compilation, but unfortunately the echo tests do not
     8632    #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
     8633    #          `"' quotes if we put them in here... so don't!
     8634                output_verbose_link_cmd='echo'
     8635    archive_cmds='$CC -dynamiclib $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'
     8636    module_cmds='$CC -bundle $archargs $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags'
    87858637    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
    8786     archive_expsym_cmds='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}'
    8787     module_expsym_cmds='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}'
     8638                  archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -dynamiclib $archargs $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     8639                  module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -bundle $archargs $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    87888640    hardcode_direct=no
    87898641    hardcode_automatic=yes
     
    87918643    whole_archive_flag_spec='-all_load $convenience'
    87928644    link_all_deplibs=yes
    8793   else
    8794     ld_shlibs=no
    8795   fi
     8645    fi
    87968646    ;;
    87978647esac
     
    88198669  # careful not to overquote the AC_SUBSTed values.  We take copies of the
    88208670  # variables and quote the copies for generation of the libtool script.
    8821   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
    8822     SED SHELL STRIP \
     8671  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
    88238672    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
    88248673    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
     
    88788727    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
    88798728      # Double-quote double-evaled strings.
    8880       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
     8729      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\" -e \"\$unescape_variable_subst\"\`\\\""
    88818730      ;;
    88828731    *)
     
    89478796# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    89488797
     8798# Set the command separator (default: ~)
     8799_S_=\${LIBTOOL_CMD_SEP-\~}
     8800
    89498801# Shell to use when invoking shell scripts.
    89508802SHELL=$lt_SHELL
     
    89988850
    89998851# A symbol stripping program
    9000 STRIP=$lt_STRIP
     8852STRIP=$STRIP
    90018853
    90028854# Used to examine libraries when file_magic_cmd begins "file"
     
    90298881
    90308882# Shared library suffix (normally ".so").
    9031 shrext_cmds='$shrext_cmds'
     8883shrext='$shrext'
    90328884
    90338885# Executable file suffix (normally "").
     
    92719123  # `config.status --recheck' to rerun these tests and create the
    92729124  # libtool script then.
    9273   ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
    9274   if test -f "$ltmain_in"; then
    9275     test -f Makefile && make "$ltmain"
    9276   fi
     9125  test -f Makefile && make "$ltmain"
    92779126fi
    92789127
     
    94559304    [\\/]* | ?:[\\/]*)
    94569305      re_direlt='/[^/][^/]*/\.\./'
    9457       # Canonicalize the pathname of ld
     9306      # Canonicalize the path of ld
    94589307      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
    94599308      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
     
    95249373else
    95259374  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
    9526 case `$LD -v 2>&1 </dev/null` in
     9375case `"$LD" -v 2>&1 </dev/null` in
    95279376*GNU* | *'with BFD'*)
    95289377  lt_cv_prog_gnu_ld=yes
     
    95699418    # overridden to take advantage of the native linker features on
    95709419    # the platform it is being used on.
    9571     archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
     9420    archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
    95729421  fi
    95739422
     
    97819630        archive_cmds_need_lc_CXX=yes
    97829631        # This is similar to how AIX traditionally builds it's shared libraries.
    9783         archive_expsym_cmds_CXX="\$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'
     9632        archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}\${_S_}$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
    97849633      fi
    97859634    fi
     
    98119660        echo EXPORTS > $output_objdir/$soname.def;
    98129661        cat $export_symbols >> $output_objdir/$soname.def;
    9813       fi~
     9662      fi${_S_}
    98149663      $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'
    98159664    else
     
    98199668
    98209669  darwin* | rhapsody*)
    9821   if test "$GXX" = yes; then
     9670   if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
    98229671    archive_cmds_need_lc_CXX=no
    98239672    case "$host_os" in
     
    98259674      allow_undefined_flag_CXX='-undefined suppress'
    98269675      ;;
    9827     *) # Darwin 1.3 on
    9828       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
    9829         allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
     9676    darwin1.* | darwin[2-6].*) # Darwin 1.3 on, but less than 7.0
     9677      test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
     9678      ;;
     9679    *) # Darwin 7.0 on
     9680      case "${MACOSX_DEPLOYMENT_TARGET-10.1}" in
     9681      10.[012])
     9682        test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
     9683        ;;
     9684      *) # 10.3 on
     9685        if test -z ${LD_TWOLEVEL_NAMESPACE}; then
     9686          allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
     9687        else
     9688          allow_undefined_flag_CXX='-undefined dynamic_lookup'
     9689        fi
     9690        ;;
     9691      esac
     9692      ;;
     9693    esac
     9694        lt_int_apple_cc_single_mod=no
     9695        output_verbose_link_cmd='echo'
     9696        if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
     9697          lt_int_apple_cc_single_mod=yes
     9698        fi
     9699        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
     9700          archive_cmds_CXX='$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
     9701        else
     9702        archive_cmds_CXX='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
     9703      fi
     9704      module_cmds_CXX='$CC -bundle $archargs ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags'
     9705
     9706    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     9707      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
     9708        archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    98309709      else
    9831         case ${MACOSX_DEPLOYMENT_TARGET} in
    9832           10.[012])
    9833             allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
    9834             ;;
    9835           10.*)
    9836             allow_undefined_flag_CXX='-undefined dynamic_lookup'
    9837             ;;
    9838         esac
     9710        archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    98399711      fi
    9840       ;;
    9841     esac
    9842     lt_int_apple_cc_single_mod=no
    9843     output_verbose_link_cmd='echo'
    9844     if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
    9845       lt_int_apple_cc_single_mod=yes
    9846     fi
    9847     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    9848       archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    9849     else
    9850       archive_cmds_CXX='$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'
    9851     fi
    9852     module_cmds_CXX='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
    9853 
    9854     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
    9855     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    9856       archive_expsym_cmds_CXX='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}'
    9857     else
    9858       archive_expsym_cmds_CXX='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}'
    9859     fi
    9860     module_expsym_cmds_CXX='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}'
     9712        module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -bundle $archargs $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    98619713    hardcode_direct_CXX=no
    98629714    hardcode_automatic_CXX=yes
     
    98649716    whole_archive_flag_spec_CXX='-all_load $convenience'
    98659717    link_all_deplibs_CXX=yes
    9866   else
    9867     ld_shlibs_CXX=no
    9868   fi
     9718   fi
    98699719    ;;
    98709720
     
    98939743    archive_cmds_need_lc_CXX=no
    98949744    ;;
    9895   freebsd* | kfreebsd*-gnu)
     9745  freebsd*)
    98969746    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
    98979747    # conventions
     
    99159765      ;;
    99169766    aCC)
    9917       archive_cmds_CXX='$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'
     9767      archive_cmds_CXX='$rm $output_objdir/$soname${_S_}$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
    99189768      # Commands to make compiler produce verbose output that lists
    99199769      # what "hidden" libraries, object files and flags are used when
     
    99249774      # from the output so that they don't get included in the library
    99259775      # dependencies.
    9926       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'
     9776      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
    99279777      ;;
    99289778    *)
    99299779      if test "$GXX" = yes; then
    9930         archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
     9780        archive_cmds_CXX='$rm $output_objdir/$soname${_S_}$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
    99319781      else
    99329782        # FIXME: insert proper C++ library support
     
    1021710067        allow_undefined_flag_CXX=' -expect_unresolved \*'
    1021810068        archive_cmds_CXX='$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'
    10219         archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
    10220           echo "-hidden">> $lib.exp~
    10221           $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~
     10069        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done${_S_}
     10070          echo "-hidden">> $lib.exp${_S_}
     10071          $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${_S_}
    1022210072          $rm $lib.exp'
    1022310073
     
    1029610146        no_undefined_flag_CXX=' -zdefs'
    1029710147        archive_cmds_CXX='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
    10298         archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
    10299         $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'
     10148        archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
     10149        $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}$rm $lib.exp'
    1030010150
    1030110151        hardcode_libdir_flag_spec_CXX='-R$libdir'
     
    1034210192          if $CC --version | grep -v '^2\.7' > /dev/null; then
    1034310193            archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
    10344             archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
    10345                 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
     10194            archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
     10195                $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}$rm $lib.exp'
    1034610196
    1034710197            # Commands to make compiler produce verbose output that lists
     
    1035310203            # platform.
    1035410204            archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
    10355             archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
    10356                 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
     10205            archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
     10206                $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags${_S_}$rm $lib.exp'
    1035710207
    1035810208            # Commands to make compiler produce verbose output that lists
     
    1060010450        esac
    1060110451        ;;
    10602       freebsd* | kfreebsd*-gnu)
     10452      freebsd*)
    1060310453        # FreeBSD uses GNU C++
    1060410454        ;;
     
    1076810618#
    1076910619if test -n "$lt_prog_compiler_pic_CXX"; then
    10770 
    10771 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
     10620  echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
    1077210621echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6
    1077310622if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then
     
    1078710636   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1078810637   -e 's:$: $lt_compiler_flag:'`
    10789    (eval echo "\"\$as_me:10789: $lt_compile\"" >&5)
     10638   (eval echo "\"\$as_me:10638: $lt_compile\"" >&5)
    1079010639   (eval "$lt_compile" 2>conftest.err)
    1079110640   ac_status=$?
    1079210641   cat conftest.err >&5
    10793    echo "$as_me:10793: \$? = $ac_status" >&5
     10642   echo "$as_me:10642: \$? = $ac_status" >&5
    1079410643   if (exit $ac_status) && test -s "$ac_outfile"; then
    1079510644     # The compiler can only warn and ignore the option if not recognized
     
    1083810687   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
    1083910688
     10689   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
     10690   # that will create temporary files in the current directory regardless of
     10691   # the output directory.  Thus, making CWD read-only will cause this test
     10692   # to fail, enabling locking or at least warning the user not to do parallel
     10693   # builds.
     10694   chmod -w .
     10695
    1084010696   lt_compiler_flag="-o out/conftest2.$ac_objext"
    1084110697   # Insert the option either (1) after the last *FLAGS variable, or
     
    1084710703   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1084810704   -e 's:$: $lt_compiler_flag:'`
    10849    (eval echo "\"\$as_me:10849: $lt_compile\"" >&5)
     10705   (eval echo "\"\$as_me:10705: $lt_compile\"" >&5)
    1085010706   (eval "$lt_compile" 2>out/conftest.err)
    1085110707   ac_status=$?
    1085210708   cat out/conftest.err >&5
    10853    echo "$as_me:10853: \$? = $ac_status" >&5
     10709   echo "$as_me:10709: \$? = $ac_status" >&5
    1085410710   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    1085510711   then
     
    1086110717   fi
    1086210718   chmod u+w .
    10863    $rm conftest*
    10864    # SGI C++ compiler will create directory out/ii_files/ for
    10865    # template instantiation
    10866    test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
    10867    $rm out/* && rmdir out
     10719   $rm conftest* out/*
     10720   rmdir out
    1086810721   cd ..
    1086910722   rmdir conftest
     
    1094110794  if test "$enable_shared" = yes && test "$GCC" = yes; then
    1094210795    case $archive_cmds_CXX in
    10943     *'~'*)
     10796    *"$_S_"*)
    1094410797      # FIXME: we may have to deal with multi-command sequences.
    1094510798      ;;
     
    1099310846esac
    1099410847
     10848echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
     10849echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
     10850hardcode_action_CXX=
     10851if test -n "$hardcode_libdir_flag_spec_CXX" || \
     10852   test -n "$runpath_var CXX" || \
     10853   test "X$hardcode_automatic_CXX"="Xyes" ; then
     10854
     10855  # We can hardcode non-existant directories.
     10856  if test "$hardcode_direct_CXX" != no &&
     10857     # If the only mechanism to avoid hardcoding is shlibpath_var, we
     10858     # have to relink, otherwise we might link with an installed library
     10859     # when we should be linking with a yet-to-be-installed one
     10860     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
     10861     test "$hardcode_minus_L_CXX" != no; then
     10862    # Linking always hardcodes the temporary library directory.
     10863    hardcode_action_CXX=relink
     10864  else
     10865    # We can link without hardcoding, and we can hardcode nonexisting dirs.
     10866    hardcode_action_CXX=immediate
     10867  fi
     10868else
     10869  # We cannot hardcode anything, or else we can only hardcode existing
     10870  # directories.
     10871  hardcode_action_CXX=unsupported
     10872fi
     10873echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
     10874echo "${ECHO_T}$hardcode_action_CXX" >&6
     10875
     10876if test "$hardcode_action_CXX" = relink; then
     10877  # Fast installation is not supported
     10878  enable_fast_install=no
     10879elif test "$shlibpath_overrides_runpath" = yes ||
     10880     test "$enable_shared" = no; then
     10881  # Fast installation is not necessary
     10882  enable_fast_install=needless
     10883fi
     10884
     10885striplib=
     10886old_striplib=
     10887echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
     10888echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
     10889if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
     10890  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
     10891  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
     10892  echo "$as_me:$LINENO: result: yes" >&5
     10893echo "${ECHO_T}yes" >&6
     10894else
     10895# FIXME - insert some real tests, host_os isn't really good enough
     10896  case $host_os in
     10897   NOT-darwin*)
     10898       if test -n "$STRIP" ; then
     10899         striplib="$STRIP -x"
     10900         echo "$as_me:$LINENO: result: yes" >&5
     10901echo "${ECHO_T}yes" >&6
     10902       else
     10903  echo "$as_me:$LINENO: result: no" >&5
     10904echo "${ECHO_T}no" >&6
     10905fi
     10906       ;;
     10907   *)
     10908  echo "$as_me:$LINENO: result: no" >&5
     10909echo "${ECHO_T}no" >&6
     10910    ;;
     10911  esac
     10912fi
     10913
    1099510914echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
    1099610915echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
     
    1099810917libname_spec='lib$name'
    1099910918soname_spec=
    11000 shrext_cmds=".so"
     10919shrext=".so"
    1100110920postinstall_cmds=
    1100210921postuninstall_cmds=
     
    1108611005  library_names_spec='$libname.ixlibrary $libname.a'
    1108711006  # Create ${libname}_ixlibrary.a entries in /sys/libs.
    11088   finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
     11007  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
    1108911008  ;;
    1109011009
     
    1111111030cygwin* | mingw* | pw32*)
    1111211031  version_type=windows
    11113   shrext_cmds=".dll"
     11032  shrext=".dll"
    1111411033  need_version=no
    1111511034  need_lib_prefix=no
     
    1111911038    library_names_spec='$libname.dll.a'
    1112011039    # DLL is installed to $(libdir)/../bin by postinstall_cmds
    11121     postinstall_cmds='base_file=`basename \${file}`~
    11122       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
    11123       dldir=$destdir/`dirname \$dlpath`~
    11124       test -d \$dldir || mkdir -p \$dldir~
     11040    postinstall_cmds='base_file=`basename \${file}`${_S_}
     11041      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`${_S_}
     11042      dldir=$destdir/`dirname \$dlpath`${_S_}
     11043      test -d \$dldir || mkdir -p \$dldir${_S_}
    1112511044      $install_prog $dir/$dlname \$dldir/$dlname'
    11126     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
    11127       dlpath=$dir/\$dldll~
     11045    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`${_S_}
     11046      dlpath=$dir/\$dldll${_S_}
    1112811047       $rm \$dlpath'
    1112911048    shlibpath_overrides_runpath=yes
     
    1113311052      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
    1113411053      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
    11135       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
     11054      sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
    1113611055      ;;
    1113711056    mingw*)
     
    1117211091  need_lib_prefix=no
    1117311092  need_version=no
    11174   library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
     11093  # FIXME: Relying on posixy $() will cause problems for
     11094  #        cross-compilation, but unfortunately the echo tests do not
     11095  #        yet detect zsh echo's removal of \ escapes.
     11096  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext'
    1117511097  soname_spec='${libname}${release}${major}$shared_ext'
    1117611098  shlibpath_overrides_runpath=yes
    1117711099  shlibpath_var=DYLD_LIBRARY_PATH
    11178   shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
     11100  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
    1117911101  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
    11180   if test "$GCC" = yes; then
    11181     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"`
    11182   else
    11183     sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
     11102  if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
     11103  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"`
    1118411104  fi
    1118511105  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
     
    1119711117freebsd1*)
    1119811118  dynamic_linker=no
    11199   ;;
    11200 
    11201 kfreebsd*-gnu)
    11202   version_type=linux
    11203   need_lib_prefix=no
    11204   need_version=no
    11205   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
    11206   soname_spec='${libname}${release}${shared_ext}$major'
    11207   shlibpath_var=LD_LIBRARY_PATH
    11208   shlibpath_overrides_runpath=no
    11209   hardcode_into_libs=yes
    11210   dynamic_linker='GNU ld.so'
    1121111119  ;;
    1121211120
     
    1125911167  case "$host_cpu" in
    1126011168  ia64*)
    11261     shrext_cmds='.so'
     11169    shrext='.so'
    1126211170    hardcode_into_libs=yes
    1126311171    dynamic_linker="$host_os dld.so"
     
    1127411182    ;;
    1127511183   hppa*64*)
    11276      shrext_cmds='.sl'
     11184     shrext='.sl'
    1127711185     hardcode_into_libs=yes
    1127811186     dynamic_linker="$host_os dld.sl"
     
    1128511193     ;;
    1128611194   *)
    11287     shrext_cmds='.sl'
     11195    shrext='.sl'
    1128811196    dynamic_linker="$host_os dld.sl"
    1128911197    shlibpath_var=SHLIB_PATH
     
    1135411262  hardcode_into_libs=yes
    1135511263
    11356   # find out which ABI we are using
    11357   libsuff=
    11358   case "$host_cpu" in
    11359   x86_64*|s390x*|powerpc64*)
    11360     echo '#line 11360 "configure"' > conftest.$ac_ext
    11361     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    11362   (eval $ac_compile) 2>&5
    11363   ac_status=$?
    11364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    11365   (exit $ac_status); }; then
    11366       case `/usr/bin/file conftest.$ac_objext` in
    11367       *64-bit*)
    11368         libsuff=64
    11369         sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
    11370         ;;
    11371       esac
    11372     fi
    11373     rm -rf conftest*
    11374     ;;
    11375   esac
    11376 
    11377   # Append ld.so.conf contents to the search path
    11378   if test -f /etc/ld.so.conf; then
    11379     lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
    11380     sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
    11381   fi
    11382 
    1138311264  # We used to test for /lib/ld.so.1 and disable shared libraries on
    1138411265  # powerpc, because MkLinux only supported shared libraries with the
     
    1138811269  # assume the GNU/Linux dynamic linker is in use.
    1138911270  dynamic_linker='GNU/Linux ld.so'
    11390   ;;
    11391 
    11392 knetbsd*-gnu)
    11393   version_type=linux
    11394   need_lib_prefix=no
    11395   need_version=no
    11396   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
    11397   soname_spec='${libname}${release}${shared_ext}$major'
    11398   shlibpath_var=LD_LIBRARY_PATH
    11399   shlibpath_overrides_runpath=no
    11400   hardcode_into_libs=yes
    11401   dynamic_linker='GNU ld.so'
    1140211271  ;;
    1140311272
     
    1141111280    dynamic_linker='NetBSD (a.out) ld.so'
    1141211281  else
    11413     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
     11282    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
    1141411283    soname_spec='${libname}${release}${shared_ext}$major'
    1141511284    dynamic_linker='NetBSD ld.elf_so'
     
    1142711296  ;;
    1142811297
    11429 nto-qnx*)
     11298nto-qnx)
    1143011299  version_type=linux
    1143111300  need_lib_prefix=no
     
    1144011309  version_type=sunos
    1144111310  need_lib_prefix=no
    11442   need_version=yes
     11311  need_version=no
    1144311312  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
    1144411313  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
     
    1146011329os2*)
    1146111330  libname_spec='$name'
    11462   shrext_cmds=".dll"
     11331  shrext=".dll"
    1146311332  need_lib_prefix=no
    1146411333  library_names_spec='$libname${shared_ext} $libname.a'
     
    1155711426echo "${ECHO_T}$dynamic_linker" >&6
    1155811427test "$dynamic_linker" = no && can_build_shared=no
    11559 
    11560 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
    11561 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
    11562 hardcode_action_CXX=
    11563 if test -n "$hardcode_libdir_flag_spec_CXX" || \
    11564    test -n "$runpath_var CXX" || \
    11565    test "X$hardcode_automatic_CXX"="Xyes" ; then
    11566 
    11567   # We can hardcode non-existant directories.
    11568   if test "$hardcode_direct_CXX" != no &&
    11569      # If the only mechanism to avoid hardcoding is shlibpath_var, we
    11570      # have to relink, otherwise we might link with an installed library
    11571      # when we should be linking with a yet-to-be-installed one
    11572      ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
    11573      test "$hardcode_minus_L_CXX" != no; then
    11574     # Linking always hardcodes the temporary library directory.
    11575     hardcode_action_CXX=relink
    11576   else
    11577     # We can link without hardcoding, and we can hardcode nonexisting dirs.
    11578     hardcode_action_CXX=immediate
    11579   fi
    11580 else
    11581   # We cannot hardcode anything, or else we can only hardcode existing
    11582   # directories.
    11583   hardcode_action_CXX=unsupported
    11584 fi
    11585 echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
    11586 echo "${ECHO_T}$hardcode_action_CXX" >&6
    11587 
    11588 if test "$hardcode_action_CXX" = relink; then
    11589   # Fast installation is not supported
    11590   enable_fast_install=no
    11591 elif test "$shlibpath_overrides_runpath" = yes ||
    11592      test "$enable_shared" = no; then
    11593   # Fast installation is not necessary
    11594   enable_fast_install=needless
    11595 fi
    11596 
    11597 striplib=
    11598 old_striplib=
    11599 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
    11600 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
    11601 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
    11602   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
    11603   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
    11604   echo "$as_me:$LINENO: result: yes" >&5
    11605 echo "${ECHO_T}yes" >&6
    11606 else
    11607 # FIXME - insert some real tests, host_os isn't really good enough
    11608   case $host_os in
    11609    darwin*)
    11610        if test -n "$STRIP" ; then
    11611          striplib="$STRIP -x"
    11612          echo "$as_me:$LINENO: result: yes" >&5
    11613 echo "${ECHO_T}yes" >&6
    11614        else
    11615   echo "$as_me:$LINENO: result: no" >&5
    11616 echo "${ECHO_T}no" >&6
    11617 fi
    11618        ;;
    11619    *)
    11620   echo "$as_me:$LINENO: result: no" >&5
    11621 echo "${ECHO_T}no" >&6
    11622     ;;
    11623   esac
    11624 fi
    1162511428
    1162611429if test "x$enable_dlopen" != xyes; then
     
    1214311946  lt_status=$lt_dlunknown
    1214411947  cat > conftest.$ac_ext <<EOF
    12145 #line 12145 "configure"
     11948#line 11948 "configure"
    1214611949#include "confdefs.h"
    1214711950
     
    1224112044  lt_status=$lt_dlunknown
    1224212045  cat > conftest.$ac_ext <<EOF
    12243 #line 12243 "configure"
     12046#line 12046 "configure"
    1224412047#include "confdefs.h"
    1224512048
     
    1235812161  # careful not to overquote the AC_SUBSTed values.  We take copies of the
    1235912162  # variables and quote the copies for generation of the libtool script.
    12360   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
    12361     SED SHELL STRIP \
     12163  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
    1236212164    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
    1236312165    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
     
    1241712219    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
    1241812220      # Double-quote double-evaled strings.
    12419       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
     12221      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\" -e \"\$unescape_variable_subst\"\`\\\""
    1242012222      ;;
    1242112223    *)
     
    1243812240# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    1243912241
     12242# Set the command separator (default: ~)
     12243_S_=\${LIBTOOL_CMD_SEP-\~}
     12244
    1244012245# Shell to use when invoking shell scripts.
    1244112246SHELL=$lt_SHELL
     
    1248912294
    1249012295# A symbol stripping program
    12491 STRIP=$lt_STRIP
     12296STRIP=$STRIP
    1249212297
    1249312298# Used to examine libraries when file_magic_cmd begins "file"
     
    1252012325
    1252112326# Shared library suffix (normally ".so").
    12522 shrext_cmds='$shrext_cmds'
     12327shrext='$shrext'
    1252312328
    1252412329# Executable file suffix (normally "").
     
    1273712542  # `config.status --recheck' to rerun these tests and create the
    1273812543  # libtool script then.
    12739   ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
    12740   if test -f "$ltmain_in"; then
    12741     test -f Makefile && make "$ltmain"
    12742   fi
     12544  test -f Makefile && make "$ltmain"
    1274312545fi
    1274412546
     
    1283812640  test "$enable_shared" = yes && enable_static=no
    1283912641  if test -n "$RANLIB"; then
    12840     archive_cmds="$archive_cmds~\$RANLIB \$lib"
     12642    archive_cmds="$archive_cmds\${_S_}\$RANLIB \$lib"
    1284112643    postinstall_cmds='$RANLIB $lib'
    1284212644  fi
    1284312645  ;;
    12844 aix4* | aix5*)
     12646aix4*)
    1284512647  test "$enable_shared" = yes && enable_static=no
    1284612648  ;;
     
    1298212784    linux*)
    1298312785      case $CC in
    12984       icc* | ecc*)
     12786      icc|ecc)
    1298512787        lt_prog_compiler_wl_F77='-Wl,'
    1298612788        lt_prog_compiler_pic_F77='-KPIC'
    1298712789        lt_prog_compiler_static_F77='-static'
    1298812790        ;;
    12989       ccc*)
     12791      ccc)
    1299012792        lt_prog_compiler_wl_F77='-Wl,'
    1299112793        # All Alpha code is PIC.
     
    1304912851#
    1305012852if test -n "$lt_prog_compiler_pic_F77"; then
    13051 
    13052 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
     12853  echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
    1305312854echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6
    1305412855if test "${lt_prog_compiler_pic_works_F77+set}" = set; then
     
    1306812869   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1306912870   -e 's:$: $lt_compiler_flag:'`
    13070    (eval echo "\"\$as_me:13070: $lt_compile\"" >&5)
     12871   (eval echo "\"\$as_me:12871: $lt_compile\"" >&5)
    1307112872   (eval "$lt_compile" 2>conftest.err)
    1307212873   ac_status=$?
    1307312874   cat conftest.err >&5
    13074    echo "$as_me:13074: \$? = $ac_status" >&5
     12875   echo "$as_me:12875: \$? = $ac_status" >&5
    1307512876   if (exit $ac_status) && test -s "$ac_outfile"; then
    1307612877     # The compiler can only warn and ignore the option if not recognized
     
    1311912920   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
    1312012921
     12922   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
     12923   # that will create temporary files in the current directory regardless of
     12924   # the output directory.  Thus, making CWD read-only will cause this test
     12925   # to fail, enabling locking or at least warning the user not to do parallel
     12926   # builds.
     12927   chmod -w .
     12928
    1312112929   lt_compiler_flag="-o out/conftest2.$ac_objext"
    1312212930   # Insert the option either (1) after the last *FLAGS variable, or
     
    1312812936   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1312912937   -e 's:$: $lt_compiler_flag:'`
    13130    (eval echo "\"\$as_me:13130: $lt_compile\"" >&5)
     12938   (eval echo "\"\$as_me:12938: $lt_compile\"" >&5)
    1313112939   (eval "$lt_compile" 2>out/conftest.err)
    1313212940   ac_status=$?
    1313312941   cat out/conftest.err >&5
    13134    echo "$as_me:13134: \$? = $ac_status" >&5
     12942   echo "$as_me:12942: \$? = $ac_status" >&5
    1313512943   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    1313612944   then
     
    1314212950   fi
    1314312951   chmod u+w .
    13144    $rm conftest*
    13145    # SGI C++ compiler will create directory out/ii_files/ for
    13146    # template instantiation
    13147    test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
    13148    $rm out/* && rmdir out
     12952   $rm conftest* out/*
     12953   rmdir out
    1314912954   cd ..
    1315012955   rmdir conftest
     
    1325613061
    1325713062    amigaos*)
    13258       archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
     13063      archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data${_S_}$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data${_S_}$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data${_S_}$AR $AR_FLAGS $lib $libobjs${_S_}$RANLIB $lib${_S_}(cd $output_objdir && a2ixlibrary -32)'
    1325913064      hardcode_libdir_flag_spec_F77='-L$libdir'
    1326013065      hardcode_minus_L_F77=yes
     
    1329813103          echo EXPORTS > $output_objdir/$soname.def;
    1329913104          cat $export_symbols >> $output_objdir/$soname.def;
    13300         fi~
     13105        fi${_S_}
    1330113106        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
    1330213107      else
     
    1334213147      hardcode_shlibpath_var_F77=no
    1334313148      ;;
    13344 
    13345   linux*)
    13346     if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
    13347         tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
    13348         archive_cmds_F77="$tmp_archive_cmds"
    13349       supports_anon_versioning=no
    13350       case `$LD -v 2>/dev/null` in
    13351         *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
    13352         *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
    13353         *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
    13354         *\ 2.11.*) ;; # other 2.11 versions
    13355         *) supports_anon_versioning=yes ;;
    13356       esac
    13357       if test $supports_anon_versioning = yes; then
    13358         archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~
    13359 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
    13360 $echo "local: *; };" >> $output_objdir/$libname.ver~
    13361         $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
    13362       else
    13363         archive_expsym_cmds_F77="$tmp_archive_cmds"
    13364       fi
    13365     else
    13366       ld_shlibs_F77=no
    13367     fi
    13368     ;;
    1336913149
    1337013150    *)
     
    1339513175      allow_undefined_flag_F77=unsupported
    1339613176      always_export_symbols_F77=yes
    13397       archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
     13177      archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE${_S_}$AR $AR_FLAGS $lib $output_objdir/$soname'
    1339813178      # Note: this linker hardcodes the directories in LIBPATH if there
    1339913179      # are no directories specified by -L.
     
    1357713357          archive_cmds_need_lc_F77=yes
    1357813358          # This is similar to how AIX traditionally builds it's shared libraries.
    13579           archive_expsym_cmds_F77="\$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'
     13359          archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}\${_S_}$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
    1358013360        fi
    1358113361      fi
     
    1358313363
    1358413364    amigaos*)
    13585       archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
     13365      archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data${_S_}$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data${_S_}$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data${_S_}$AR $AR_FLAGS $lib $libobjs${_S_}$RANLIB $lib${_S_}(cd $output_objdir && a2ixlibrary -32)'
    1358613366      hardcode_libdir_flag_spec_F77='-L$libdir'
    1358713367      hardcode_minus_L_F77=yes
     
    1360413384      libext=lib
    1360513385      # Tell ltmain to make .dll files, not .so files.
    13606       shrext_cmds=".dll"
     13386      shrext=".dll"
    1360713387      # FIXME: Setting linknames here is a bad hack.
    13608       archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
     13388      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll${_S_}linknames='
    1360913389      # The linker will automatically build a .lib file if we build a DLL.
    1361013390      old_archive_From_new_cmds_F77='true'
     
    1361613396
    1361713397    darwin* | rhapsody*)
    13618     if test "$GXX" = yes ; then
     13398    if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
    1361913399      archive_cmds_need_lc_F77=no
    1362013400      case "$host_os" in
     
    1362213402        allow_undefined_flag_F77='-undefined suppress'
    1362313403        ;;
    13624       *) # Darwin 1.3 on
    13625       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
    13626         allow_undefined_flag_F77='-flat_namespace -undefined suppress'
    13627       else
    13628         case ${MACOSX_DEPLOYMENT_TARGET} in
    13629           10.[012])
    13630             allow_undefined_flag_F77='-flat_namespace -undefined suppress'
    13631             ;;
    13632           10.*)
    13633             allow_undefined_flag_F77='-undefined dynamic_lookup'
    13634             ;;
    13635         esac
    13636       fi
     13404      darwin1.* | darwin[2-6].*) # Darwin 1.3 on, but less than 7.0
     13405        test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_F77='-flat_namespace -undefined suppress'
     13406        ;;
     13407      *) # Darwin 7.0 on
     13408        case "${MACOSX_DEPLOYMENT_TARGET-10.1}" in
     13409        10.[012])
     13410          test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_F77='-flat_namespace -undefined suppress'
     13411          ;;
     13412        *) # 10.3 on
     13413          if test -z ${LD_TWOLEVEL_NAMESPACE}; then
     13414            allow_undefined_flag_F77='-flat_namespace -undefined suppress'
     13415          else
     13416            allow_undefined_flag_F77='-undefined dynamic_lookup'
     13417          fi
     13418          ;;
     13419        esac
    1363713420        ;;
    1363813421      esac
     13422      # FIXME: Relying on posixy $() will cause problems for
     13423      #        cross-compilation, but unfortunately the echo tests do not
     13424      #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
     13425      #        `"' quotes if we put them in here... so don't!
    1363913426        lt_int_apple_cc_single_mod=no
    1364013427        output_verbose_link_cmd='echo'
     
    1364313430        fi
    1364413431        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    13645           archive_cmds_F77='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
     13432          archive_cmds_F77='$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    1364613433        else
    13647         archive_cmds_F77='$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'
     13434        archive_cmds_F77='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    1364813435      fi
    13649       module_cmds_F77='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     13436      module_cmds_F77='$CC -bundle $archargs ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags'
    1365013437      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
    1365113438        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    13652           archive_expsym_cmds_F77='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}'
     13439          archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    1365313440        else
    13654           archive_expsym_cmds_F77='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}'
     13441          archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    1365513442        fi
    13656           module_expsym_cmds_F77='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}'
     13443          module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -bundle $archargs $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    1365713444      hardcode_direct_F77=no
    1365813445      hardcode_automatic_F77=yes
     
    1366013447      whole_archive_flag_spec_F77='-all_load $convenience'
    1366113448      link_all_deplibs_F77=yes
    13662     else
    13663       ld_shlibs_F77=no
    1366413449    fi
    1366513450      ;;
     
    1369513480
    1369613481    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
    13697     freebsd* | kfreebsd*-gnu)
     13482    freebsd*)
    1369813483      archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
    1369913484      hardcode_libdir_flag_spec_F77='-R$libdir'
     
    1370413489    hpux9*)
    1370513490      if test "$GCC" = yes; then
    13706         archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
     13491        archive_cmds_F77='$rm $output_objdir/$soname${_S_}$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
    1370713492      else
    13708         archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
     13493        archive_cmds_F77='$rm $output_objdir/$soname${_S_}$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
    1370913494      fi
    1371013495      hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
     
    1382613611      hardcode_minus_L_F77=yes
    1382713612      allow_undefined_flag_F77=unsupported
    13828       archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
     13613      archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def${_S_}$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def${_S_}$echo DATA >> $output_objdir/$libname.def${_S_}$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def${_S_}$echo EXPORTS >> $output_objdir/$libname.def${_S_}emxexp $libobjs >> $output_objdir/$libname.def${_S_}$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
    1382913614      old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
    1383013615      ;;
     
    1385013635        allow_undefined_flag_F77=' -expect_unresolved \*'
    1385113636        archive_cmds_F77='$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'
    13852         archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
    13853         $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'
     13637        archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp${_S_}
     13638        $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${_S_}$rm $lib.exp'
    1385413639
    1385513640        # Both c and cxx compiler support -rpath directly
     
    1387113656      if test "$GCC" = yes; then
    1387213657        archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
    13873         archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
    13874           $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
     13658        archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
     13659          $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags${_S_}$rm $lib.exp'
    1387513660      else
    1387613661        archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
    13877         archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
    13878         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
     13662        archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
     13663        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags${_S_}$rm $lib.exp'
    1387913664      fi
    1388013665      hardcode_libdir_flag_spec_F77='-R$libdir'
     
    1396513750      # object files and a static libstdc++, better avoid it by now
    1396613751      archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
    13967       archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
    13968                 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
     13752      archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
     13753                $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags${_S_}$rm $lib.exp'
    1396913754      hardcode_libdir_flag_spec_F77=
    1397013755      hardcode_shlibpath_var_F77=no
     
    1400313788  if test "$enable_shared" = yes && test "$GCC" = yes; then
    1400413789    case $archive_cmds_F77 in
    14005     *'~'*)
     13790    *"$_S_"*)
    1400613791      # FIXME: we may have to deal with multi-command sequences.
    1400713792      ;;
     
    1405513840esac
    1405613841
     13842echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
     13843echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
     13844hardcode_action_F77=
     13845if test -n "$hardcode_libdir_flag_spec_F77" || \
     13846   test -n "$runpath_var F77" || \
     13847   test "X$hardcode_automatic_F77"="Xyes" ; then
     13848
     13849  # We can hardcode non-existant directories.
     13850  if test "$hardcode_direct_F77" != no &&
     13851     # If the only mechanism to avoid hardcoding is shlibpath_var, we
     13852     # have to relink, otherwise we might link with an installed library
     13853     # when we should be linking with a yet-to-be-installed one
     13854     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no &&
     13855     test "$hardcode_minus_L_F77" != no; then
     13856    # Linking always hardcodes the temporary library directory.
     13857    hardcode_action_F77=relink
     13858  else
     13859    # We can link without hardcoding, and we can hardcode nonexisting dirs.
     13860    hardcode_action_F77=immediate
     13861  fi
     13862else
     13863  # We cannot hardcode anything, or else we can only hardcode existing
     13864  # directories.
     13865  hardcode_action_F77=unsupported
     13866fi
     13867echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
     13868echo "${ECHO_T}$hardcode_action_F77" >&6
     13869
     13870if test "$hardcode_action_F77" = relink; then
     13871  # Fast installation is not supported
     13872  enable_fast_install=no
     13873elif test "$shlibpath_overrides_runpath" = yes ||
     13874     test "$enable_shared" = no; then
     13875  # Fast installation is not necessary
     13876  enable_fast_install=needless
     13877fi
     13878
     13879striplib=
     13880old_striplib=
     13881echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
     13882echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
     13883if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
     13884  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
     13885  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
     13886  echo "$as_me:$LINENO: result: yes" >&5
     13887echo "${ECHO_T}yes" >&6
     13888else
     13889# FIXME - insert some real tests, host_os isn't really good enough
     13890  case $host_os in
     13891   NOT-darwin*)
     13892       if test -n "$STRIP" ; then
     13893         striplib="$STRIP -x"
     13894         echo "$as_me:$LINENO: result: yes" >&5
     13895echo "${ECHO_T}yes" >&6
     13896       else
     13897  echo "$as_me:$LINENO: result: no" >&5
     13898echo "${ECHO_T}no" >&6
     13899fi
     13900       ;;
     13901   *)
     13902  echo "$as_me:$LINENO: result: no" >&5
     13903echo "${ECHO_T}no" >&6
     13904    ;;
     13905  esac
     13906fi
     13907
    1405713908echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
    1405813909echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
     
    1406013911libname_spec='lib$name'
    1406113912soname_spec=
    14062 shrext_cmds=".so"
     13913shrext=".so"
    1406313914postinstall_cmds=
    1406413915postuninstall_cmds=
     
    1414813999  library_names_spec='$libname.ixlibrary $libname.a'
    1414914000  # Create ${libname}_ixlibrary.a entries in /sys/libs.
    14150   finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
     14001  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
    1415114002  ;;
    1415214003
     
    1417314024cygwin* | mingw* | pw32*)
    1417414025  version_type=windows
    14175   shrext_cmds=".dll"
     14026  shrext=".dll"
    1417614027  need_version=no
    1417714028  need_lib_prefix=no
     
    1418114032    library_names_spec='$libname.dll.a'
    1418214033    # DLL is installed to $(libdir)/../bin by postinstall_cmds
    14183     postinstall_cmds='base_file=`basename \${file}`~
    14184       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
    14185       dldir=$destdir/`dirname \$dlpath`~
    14186       test -d \$dldir || mkdir -p \$dldir~
     14034    postinstall_cmds='base_file=`basename \${file}`${_S_}
     14035      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`${_S_}
     14036      dldir=$destdir/`dirname \$dlpath`${_S_}
     14037      test -d \$dldir || mkdir -p \$dldir${_S_}
    1418714038      $install_prog $dir/$dlname \$dldir/$dlname'
    14188     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
    14189       dlpath=$dir/\$dldll~
     14039    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`${_S_}
     14040      dlpath=$dir/\$dldll${_S_}
    1419014041       $rm \$dlpath'
    1419114042    shlibpath_overrides_runpath=yes
     
    1419514046      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
    1419614047      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
    14197       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
     14048      sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
    1419814049      ;;
    1419914050    mingw*)
     
    1423414085  need_lib_prefix=no
    1423514086  need_version=no
    14236   library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
     14087  # FIXME: Relying on posixy $() will cause problems for
     14088  #        cross-compilation, but unfortunately the echo tests do not
     14089  #        yet detect zsh echo's removal of \ escapes.
     14090  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext'
    1423714091  soname_spec='${libname}${release}${major}$shared_ext'
    1423814092  shlibpath_overrides_runpath=yes
    1423914093  shlibpath_var=DYLD_LIBRARY_PATH
    14240   shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
     14094  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
    1424114095  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
    14242   if test "$GCC" = yes; then
    14243     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"`
    14244   else
    14245     sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
     14096  if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
     14097  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"`
    1424614098  fi
    1424714099  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
     
    1425914111freebsd1*)
    1426014112  dynamic_linker=no
    14261   ;;
    14262 
    14263 kfreebsd*-gnu)
    14264   version_type=linux
    14265   need_lib_prefix=no
    14266   need_version=no
    14267   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
    14268   soname_spec='${libname}${release}${shared_ext}$major'
    14269   shlibpath_var=LD_LIBRARY_PATH
    14270   shlibpath_overrides_runpath=no
    14271   hardcode_into_libs=yes
    14272   dynamic_linker='GNU ld.so'
    1427314113  ;;
    1427414114
     
    1432114161  case "$host_cpu" in
    1432214162  ia64*)
    14323     shrext_cmds='.so'
     14163    shrext='.so'
    1432414164    hardcode_into_libs=yes
    1432514165    dynamic_linker="$host_os dld.so"
     
    1433614176    ;;
    1433714177   hppa*64*)
    14338      shrext_cmds='.sl'
     14178     shrext='.sl'
    1433914179     hardcode_into_libs=yes
    1434014180     dynamic_linker="$host_os dld.sl"
     
    1434714187     ;;
    1434814188   *)
    14349     shrext_cmds='.sl'
     14189    shrext='.sl'
    1435014190    dynamic_linker="$host_os dld.sl"
    1435114191    shlibpath_var=SHLIB_PATH
     
    1441614256  hardcode_into_libs=yes
    1441714257
    14418   # find out which ABI we are using
    14419   libsuff=
    14420   case "$host_cpu" in
    14421   x86_64*|s390x*|powerpc64*)
    14422     echo '#line 14422 "configure"' > conftest.$ac_ext
    14423     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    14424   (eval $ac_compile) 2>&5
    14425   ac_status=$?
    14426   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    14427   (exit $ac_status); }; then
    14428       case `/usr/bin/file conftest.$ac_objext` in
    14429       *64-bit*)
    14430         libsuff=64
    14431         sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
    14432         ;;
    14433       esac
    14434     fi
    14435     rm -rf conftest*
    14436     ;;
    14437   esac
    14438 
    14439   # Append ld.so.conf contents to the search path
    14440   if test -f /etc/ld.so.conf; then
    14441     lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
    14442     sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
    14443   fi
    14444 
    1444514258  # We used to test for /lib/ld.so.1 and disable shared libraries on
    1444614259  # powerpc, because MkLinux only supported shared libraries with the
     
    1445014263  # assume the GNU/Linux dynamic linker is in use.
    1445114264  dynamic_linker='GNU/Linux ld.so'
    14452   ;;
    14453 
    14454 knetbsd*-gnu)
    14455   version_type=linux
    14456   need_lib_prefix=no
    14457   need_version=no
    14458   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
    14459   soname_spec='${libname}${release}${shared_ext}$major'
    14460   shlibpath_var=LD_LIBRARY_PATH
    14461   shlibpath_overrides_runpath=no
    14462   hardcode_into_libs=yes
    14463   dynamic_linker='GNU ld.so'
    1446414265  ;;
    1446514266
     
    1447314274    dynamic_linker='NetBSD (a.out) ld.so'
    1447414275  else
    14475     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
     14276    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
    1447614277    soname_spec='${libname}${release}${shared_ext}$major'
    1447714278    dynamic_linker='NetBSD ld.elf_so'
     
    1448914290  ;;
    1449014291
    14491 nto-qnx*)
     14292nto-qnx)
    1449214293  version_type=linux
    1449314294  need_lib_prefix=no
     
    1450214303  version_type=sunos
    1450314304  need_lib_prefix=no
    14504   need_version=yes
     14305  need_version=no
    1450514306  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
    1450614307  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
     
    1452214323os2*)
    1452314324  libname_spec='$name'
    14524   shrext_cmds=".dll"
     14325  shrext=".dll"
    1452514326  need_lib_prefix=no
    1452614327  library_names_spec='$libname${shared_ext} $libname.a'
     
    1461914420echo "${ECHO_T}$dynamic_linker" >&6
    1462014421test "$dynamic_linker" = no && can_build_shared=no
    14621 
    14622 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
    14623 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
    14624 hardcode_action_F77=
    14625 if test -n "$hardcode_libdir_flag_spec_F77" || \
    14626    test -n "$runpath_var F77" || \
    14627    test "X$hardcode_automatic_F77"="Xyes" ; then
    14628 
    14629   # We can hardcode non-existant directories.
    14630   if test "$hardcode_direct_F77" != no &&
    14631      # If the only mechanism to avoid hardcoding is shlibpath_var, we
    14632      # have to relink, otherwise we might link with an installed library
    14633      # when we should be linking with a yet-to-be-installed one
    14634      ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no &&
    14635      test "$hardcode_minus_L_F77" != no; then
    14636     # Linking always hardcodes the temporary library directory.
    14637     hardcode_action_F77=relink
    14638   else
    14639     # We can link without hardcoding, and we can hardcode nonexisting dirs.
    14640     hardcode_action_F77=immediate
    14641   fi
    14642 else
    14643   # We cannot hardcode anything, or else we can only hardcode existing
    14644   # directories.
    14645   hardcode_action_F77=unsupported
    14646 fi
    14647 echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
    14648 echo "${ECHO_T}$hardcode_action_F77" >&6
    14649 
    14650 if test "$hardcode_action_F77" = relink; then
    14651   # Fast installation is not supported
    14652   enable_fast_install=no
    14653 elif test "$shlibpath_overrides_runpath" = yes ||
    14654      test "$enable_shared" = no; then
    14655   # Fast installation is not necessary
    14656   enable_fast_install=needless
    14657 fi
    14658 
    14659 striplib=
    14660 old_striplib=
    14661 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
    14662 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
    14663 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
    14664   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
    14665   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
    14666   echo "$as_me:$LINENO: result: yes" >&5
    14667 echo "${ECHO_T}yes" >&6
    14668 else
    14669 # FIXME - insert some real tests, host_os isn't really good enough
    14670   case $host_os in
    14671    darwin*)
    14672        if test -n "$STRIP" ; then
    14673          striplib="$STRIP -x"
    14674          echo "$as_me:$LINENO: result: yes" >&5
    14675 echo "${ECHO_T}yes" >&6
    14676        else
    14677   echo "$as_me:$LINENO: result: no" >&5
    14678 echo "${ECHO_T}no" >&6
    14679 fi
    14680        ;;
    14681    *)
    14682   echo "$as_me:$LINENO: result: no" >&5
    14683 echo "${ECHO_T}no" >&6
    14684     ;;
    14685   esac
    14686 fi
    14687 
    1468814422
    1468914423
     
    1470114435  # careful not to overquote the AC_SUBSTed values.  We take copies of the
    1470214436  # variables and quote the copies for generation of the libtool script.
    14703   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
    14704     SED SHELL STRIP \
     14437  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
    1470514438    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
    1470614439    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
     
    1476014493    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
    1476114494      # Double-quote double-evaled strings.
    14762       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
     14495      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\" -e \"\$unescape_variable_subst\"\`\\\""
    1476314496      ;;
    1476414497    *)
     
    1478114514# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    1478214515
     14516# Set the command separator (default: ~)
     14517_S_=\${LIBTOOL_CMD_SEP-\~}
     14518
    1478314519# Shell to use when invoking shell scripts.
    1478414520SHELL=$lt_SHELL
     
    1483214568
    1483314569# A symbol stripping program
    14834 STRIP=$lt_STRIP
     14570STRIP=$STRIP
    1483514571
    1483614572# Used to examine libraries when file_magic_cmd begins "file"
     
    1486314599
    1486414600# Shared library suffix (normally ".so").
    14865 shrext_cmds='$shrext_cmds'
     14601shrext='$shrext'
    1486614602
    1486714603# Executable file suffix (normally "").
     
    1508014816  # `config.status --recheck' to rerun these tests and create the
    1508114817  # libtool script then.
    15082   ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
    15083   if test -f "$ltmain_in"; then
    15084     test -f Makefile && make "$ltmain"
    15085   fi
     14818  test -f Makefile && make "$ltmain"
    1508614819fi
    1508714820
     
    1514214875  lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
    1514314876
    15144 
    15145 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
     14877  echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
    1514614878echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
    1514714879if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
     
    1516114893   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1516214894   -e 's:$: $lt_compiler_flag:'`
    15163    (eval echo "\"\$as_me:15163: $lt_compile\"" >&5)
     14895   (eval echo "\"\$as_me:14895: $lt_compile\"" >&5)
    1516414896   (eval "$lt_compile" 2>conftest.err)
    1516514897   ac_status=$?
    1516614898   cat conftest.err >&5
    15167    echo "$as_me:15167: \$? = $ac_status" >&5
     14899   echo "$as_me:14899: \$? = $ac_status" >&5
    1516814900   if (exit $ac_status) && test -s "$ac_outfile"; then
    1516914901     # The compiler can only warn and ignore the option if not recognized
     
    1530815040    linux*)
    1530915041      case $CC in
    15310       icc* | ecc*)
     15042      icc|ecc)
    1531115043        lt_prog_compiler_wl_GCJ='-Wl,'
    1531215044        lt_prog_compiler_pic_GCJ='-KPIC'
    1531315045        lt_prog_compiler_static_GCJ='-static'
    1531415046        ;;
    15315       ccc*)
     15047      ccc)
    1531615048        lt_prog_compiler_wl_GCJ='-Wl,'
    1531715049        # All Alpha code is PIC.
     
    1537515107#
    1537615108if test -n "$lt_prog_compiler_pic_GCJ"; then
    15377 
    15378 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
     15109  echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
    1537915110echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6
    1538015111if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then
     
    1539415125   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1539515126   -e 's:$: $lt_compiler_flag:'`
    15396    (eval echo "\"\$as_me:15396: $lt_compile\"" >&5)
     15127   (eval echo "\"\$as_me:15127: $lt_compile\"" >&5)
    1539715128   (eval "$lt_compile" 2>conftest.err)
    1539815129   ac_status=$?
    1539915130   cat conftest.err >&5
    15400    echo "$as_me:15400: \$? = $ac_status" >&5
     15131   echo "$as_me:15131: \$? = $ac_status" >&5
    1540115132   if (exit $ac_status) && test -s "$ac_outfile"; then
    1540215133     # The compiler can only warn and ignore the option if not recognized
     
    1544515176   printf "$lt_simple_compile_test_code" > conftest.$ac_ext
    1544615177
     15178   # According to Tom Tromey, Ian Lance Taylor reported there are C compilers
     15179   # that will create temporary files in the current directory regardless of
     15180   # the output directory.  Thus, making CWD read-only will cause this test
     15181   # to fail, enabling locking or at least warning the user not to do parallel
     15182   # builds.
     15183   chmod -w .
     15184
    1544715185   lt_compiler_flag="-o out/conftest2.$ac_objext"
    1544815186   # Insert the option either (1) after the last *FLAGS variable, or
     
    1545415192   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1545515193   -e 's:$: $lt_compiler_flag:'`
    15456    (eval echo "\"\$as_me:15456: $lt_compile\"" >&5)
     15194   (eval echo "\"\$as_me:15194: $lt_compile\"" >&5)
    1545715195   (eval "$lt_compile" 2>out/conftest.err)
    1545815196   ac_status=$?
    1545915197   cat out/conftest.err >&5
    15460    echo "$as_me:15460: \$? = $ac_status" >&5
     15198   echo "$as_me:15198: \$? = $ac_status" >&5
    1546115199   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    1546215200   then
     
    1546815206   fi
    1546915207   chmod u+w .
    15470    $rm conftest*
    15471    # SGI C++ compiler will create directory out/ii_files/ for
    15472    # template instantiation
    15473    test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
    15474    $rm out/* && rmdir out
     15208   $rm conftest* out/*
     15209   rmdir out
    1547515210   cd ..
    1547615211   rmdir conftest
     
    1558215317
    1558315318    amigaos*)
    15584       archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
     15319      archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data${_S_}$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data${_S_}$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data${_S_}$AR $AR_FLAGS $lib $libobjs${_S_}$RANLIB $lib${_S_}(cd $output_objdir && a2ixlibrary -32)'
    1558515320      hardcode_libdir_flag_spec_GCJ='-L$libdir'
    1558615321      hardcode_minus_L_GCJ=yes
     
    1562415359          echo EXPORTS > $output_objdir/$soname.def;
    1562515360          cat $export_symbols >> $output_objdir/$soname.def;
    15626         fi~
     15361        fi${_S_}
    1562715362        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000  ${wl}--out-implib,$lib'
    1562815363      else
     
    1566815403      hardcode_shlibpath_var_GCJ=no
    1566915404      ;;
    15670 
    15671   linux*)
    15672     if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
    15673         tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
    15674         archive_cmds_GCJ="$tmp_archive_cmds"
    15675       supports_anon_versioning=no
    15676       case `$LD -v 2>/dev/null` in
    15677         *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
    15678         *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
    15679         *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
    15680         *\ 2.11.*) ;; # other 2.11 versions
    15681         *) supports_anon_versioning=yes ;;
    15682       esac
    15683       if test $supports_anon_versioning = yes; then
    15684         archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~
    15685 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
    15686 $echo "local: *; };" >> $output_objdir/$libname.ver~
    15687         $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
    15688       else
    15689         archive_expsym_cmds_GCJ="$tmp_archive_cmds"
    15690       fi
    15691     else
    15692       ld_shlibs_GCJ=no
    15693     fi
    15694     ;;
    1569515405
    1569615406    *)
     
    1572115431      allow_undefined_flag_GCJ=unsupported
    1572215432      always_export_symbols_GCJ=yes
    15723       archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
     15433      archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE${_S_}$AR $AR_FLAGS $lib $output_objdir/$soname'
    1572415434      # Note: this linker hardcodes the directories in LIBPATH if there
    1572515435      # are no directories specified by -L.
     
    1592515635          archive_cmds_need_lc_GCJ=yes
    1592615636          # This is similar to how AIX traditionally builds it's shared libraries.
    15927           archive_expsym_cmds_GCJ="\$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'
     15637          archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}\${_S_}$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
    1592815638        fi
    1592915639      fi
     
    1593115641
    1593215642    amigaos*)
    15933       archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
     15643      archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data${_S_}$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data${_S_}$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data${_S_}$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data${_S_}$AR $AR_FLAGS $lib $libobjs${_S_}$RANLIB $lib${_S_}(cd $output_objdir && a2ixlibrary -32)'
    1593415644      hardcode_libdir_flag_spec_GCJ='-L$libdir'
    1593515645      hardcode_minus_L_GCJ=yes
     
    1595215662      libext=lib
    1595315663      # Tell ltmain to make .dll files, not .so files.
    15954       shrext_cmds=".dll"
     15664      shrext=".dll"
    1595515665      # FIXME: Setting linknames here is a bad hack.
    15956       archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
     15666      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll${_S_}linknames='
    1595715667      # The linker will automatically build a .lib file if we build a DLL.
    1595815668      old_archive_From_new_cmds_GCJ='true'
     
    1596415674
    1596515675    darwin* | rhapsody*)
    15966     if test "$GXX" = yes ; then
     15676    if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
    1596715677      archive_cmds_need_lc_GCJ=no
    1596815678      case "$host_os" in
     
    1597015680        allow_undefined_flag_GCJ='-undefined suppress'
    1597115681        ;;
    15972       *) # Darwin 1.3 on
    15973       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
    15974         allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
    15975       else
    15976         case ${MACOSX_DEPLOYMENT_TARGET} in
    15977           10.[012])
    15978             allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
    15979             ;;
    15980           10.*)
    15981             allow_undefined_flag_GCJ='-undefined dynamic_lookup'
    15982             ;;
    15983         esac
    15984       fi
     15682      darwin1.* | darwin[2-6].*) # Darwin 1.3 on, but less than 7.0
     15683        test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
     15684        ;;
     15685      *) # Darwin 7.0 on
     15686        case "${MACOSX_DEPLOYMENT_TARGET-10.1}" in
     15687        10.[012])
     15688          test -z ${LD_TWOLEVEL_NAMESPACE} && allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
     15689          ;;
     15690        *) # 10.3 on
     15691          if test -z ${LD_TWOLEVEL_NAMESPACE}; then
     15692            allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
     15693          else
     15694            allow_undefined_flag_GCJ='-undefined dynamic_lookup'
     15695          fi
     15696          ;;
     15697        esac
    1598515698        ;;
    1598615699      esac
     15700      # FIXME: Relying on posixy $() will cause problems for
     15701      #        cross-compilation, but unfortunately the echo tests do not
     15702      #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
     15703      #        `"' quotes if we put them in here... so don't!
    1598715704        lt_int_apple_cc_single_mod=no
    1598815705        output_verbose_link_cmd='echo'
     
    1599115708        fi
    1599215709        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    15993           archive_cmds_GCJ='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
     15710          archive_cmds_GCJ='$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    1599415711        else
    15995         archive_cmds_GCJ='$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'
     15712        archive_cmds_GCJ='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    1599615713      fi
    15997       module_cmds_GCJ='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     15714      module_cmds_GCJ='$CC -bundle $archargs ${wl}-bind_at_load $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags'
    1599815715      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
    1599915716        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    16000           archive_expsym_cmds_GCJ='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}'
     15717          archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -dynamiclib $archargs -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    1600115718        else
    16002           archive_expsym_cmds_GCJ='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}'
     15719          archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs${_S_}$CC -dynamiclib $archargs $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    1600315720        fi
    16004           module_expsym_cmds_GCJ='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}'
     15721          module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym${_S_}$CC -bundle $archargs $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags${_S_}nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    1600515722      hardcode_direct_GCJ=no
    1600615723      hardcode_automatic_GCJ=yes
     
    1600815725      whole_archive_flag_spec_GCJ='-all_load $convenience'
    1600915726      link_all_deplibs_GCJ=yes
    16010     else
    16011       ld_shlibs_GCJ=no
    1601215727    fi
    1601315728      ;;
     
    1604315758
    1604415759    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
    16045     freebsd* | kfreebsd*-gnu)
     15760    freebsd*)
    1604615761      archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
    1604715762      hardcode_libdir_flag_spec_GCJ='-R$libdir'
     
    1605215767    hpux9*)
    1605315768      if test "$GCC" = yes; then
    16054         archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
     15769        archive_cmds_GCJ='$rm $output_objdir/$soname${_S_}$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
    1605515770      else
    16056         archive_cmds_GCJ='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
     15771        archive_cmds_GCJ='$rm $output_objdir/$soname${_S_}$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags${_S_}test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
    1605715772      fi
    1605815773      hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
     
    1617415889      hardcode_minus_L_GCJ=yes
    1617515890      allow_undefined_flag_GCJ=unsupported
    16176       archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
     15891      archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def${_S_}$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def${_S_}$echo DATA >> $output_objdir/$libname.def${_S_}$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def${_S_}$echo EXPORTS >> $output_objdir/$libname.def${_S_}emxexp $libobjs >> $output_objdir/$libname.def${_S_}$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
    1617715892      old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
    1617815893      ;;
     
    1619815913        allow_undefined_flag_GCJ=' -expect_unresolved \*'
    1619915914        archive_cmds_GCJ='$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'
    16200         archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
    16201         $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'
     15915        archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp${_S_}
     15916        $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${_S_}$rm $lib.exp'
    1620215917
    1620315918        # Both c and cxx compiler support -rpath directly
     
    1621915934      if test "$GCC" = yes; then
    1622015935        archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
    16221         archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
    16222           $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
     15936        archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
     15937          $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags${_S_}$rm $lib.exp'
    1622315938      else
    1622415939        archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
    16225         archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
    16226         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
     15940        archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
     15941        $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags${_S_}$rm $lib.exp'
    1622715942      fi
    1622815943      hardcode_libdir_flag_spec_GCJ='-R$libdir'
     
    1631316028      # object files and a static libstdc++, better avoid it by now
    1631416029      archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
    16315       archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
    16316                 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
     16030      archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp${_S_}cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp${_S_}$echo "local: *; };" >> $lib.exp${_S_}
     16031                $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags${_S_}$rm $lib.exp'
    1631716032      hardcode_libdir_flag_spec_GCJ=
    1631816033      hardcode_shlibpath_var_GCJ=no
     
    1635116066  if test "$enable_shared" = yes && test "$GCC" = yes; then
    1635216067    case $archive_cmds_GCJ in
    16353     *'~'*)
     16068    *"$_S_"*)
    1635416069      # FIXME: we may have to deal with multi-command sequences.
    1635516070      ;;
     
    1640316118esac
    1640416119
     16120echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
     16121echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
     16122hardcode_action_GCJ=
     16123if test -n "$hardcode_libdir_flag_spec_GCJ" || \
     16124   test -n "$runpath_var GCJ" || \
     16125   test "X$hardcode_automatic_GCJ"="Xyes" ; then
     16126
     16127  # We can hardcode non-existant directories.
     16128  if test "$hardcode_direct_GCJ" != no &&
     16129     # If the only mechanism to avoid hardcoding is shlibpath_var, we
     16130     # have to relink, otherwise we might link with an installed library
     16131     # when we should be linking with a yet-to-be-installed one
     16132     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
     16133     test "$hardcode_minus_L_GCJ" != no; then
     16134    # Linking always hardcodes the temporary library directory.
     16135    hardcode_action_GCJ=relink
     16136  else
     16137    # We can link without hardcoding, and we can hardcode nonexisting dirs.
     16138    hardcode_action_GCJ=immediate
     16139  fi
     16140else
     16141  # We cannot hardcode anything, or else we can only hardcode existing
     16142  # directories.
     16143  hardcode_action_GCJ=unsupported
     16144fi
     16145echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
     16146echo "${ECHO_T}$hardcode_action_GCJ" >&6
     16147
     16148if test "$hardcode_action_GCJ" = relink; then
     16149  # Fast installation is not supported
     16150  enable_fast_install=no
     16151elif test "$shlibpath_overrides_runpath" = yes ||
     16152     test "$enable_shared" = no; then
     16153  # Fast installation is not necessary
     16154  enable_fast_install=needless
     16155fi
     16156
     16157striplib=
     16158old_striplib=
     16159echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
     16160echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
     16161if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
     16162  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
     16163  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
     16164  echo "$as_me:$LINENO: result: yes" >&5
     16165echo "${ECHO_T}yes" >&6
     16166else
     16167# FIXME - insert some real tests, host_os isn't really good enough
     16168  case $host_os in
     16169   NOT-darwin*)
     16170       if test -n "$STRIP" ; then
     16171         striplib="$STRIP -x"
     16172         echo "$as_me:$LINENO: result: yes" >&5
     16173echo "${ECHO_T}yes" >&6
     16174       else
     16175  echo "$as_me:$LINENO: result: no" >&5
     16176echo "${ECHO_T}no" >&6
     16177fi
     16178       ;;
     16179   *)
     16180  echo "$as_me:$LINENO: result: no" >&5
     16181echo "${ECHO_T}no" >&6
     16182    ;;
     16183  esac
     16184fi
     16185
    1640516186echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
    1640616187echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
     
    1640816189libname_spec='lib$name'
    1640916190soname_spec=
    16410 shrext_cmds=".so"
     16191shrext=".so"
    1641116192postinstall_cmds=
    1641216193postuninstall_cmds=
     
    1649616277  library_names_spec='$libname.ixlibrary $libname.a'
    1649716278  # Create ${libname}_ixlibrary.a entries in /sys/libs.
    16498   finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
     16279  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
    1649916280  ;;
    1650016281
     
    1652116302cygwin* | mingw* | pw32*)
    1652216303  version_type=windows
    16523   shrext_cmds=".dll"
     16304  shrext=".dll"
    1652416305  need_version=no
    1652516306  need_lib_prefix=no
     
    1652916310    library_names_spec='$libname.dll.a'
    1653016311    # DLL is installed to $(libdir)/../bin by postinstall_cmds
    16531     postinstall_cmds='base_file=`basename \${file}`~
    16532       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
    16533       dldir=$destdir/`dirname \$dlpath`~
    16534       test -d \$dldir || mkdir -p \$dldir~
     16312    postinstall_cmds='base_file=`basename \${file}`${_S_}
     16313      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`${_S_}
     16314      dldir=$destdir/`dirname \$dlpath`${_S_}
     16315      test -d \$dldir || mkdir -p \$dldir${_S_}
    1653516316      $install_prog $dir/$dlname \$dldir/$dlname'
    16536     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
    16537       dlpath=$dir/\$dldll~
     16317    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`${_S_}
     16318      dlpath=$dir/\$dldll${_S_}
    1653816319       $rm \$dlpath'
    1653916320    shlibpath_overrides_runpath=yes
     
    1654316324      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
    1654416325      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
    16545       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
     16326      sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
    1654616327      ;;
    1654716328    mingw*)
     
    1658216363  need_lib_prefix=no
    1658316364  need_version=no
    16584   library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
     16365  # FIXME: Relying on posixy $() will cause problems for
     16366  #        cross-compilation, but unfortunately the echo tests do not
     16367  #        yet detect zsh echo's removal of \ escapes.
     16368  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext'
    1658516369  soname_spec='${libname}${release}${major}$shared_ext'
    1658616370  shlibpath_overrides_runpath=yes
    1658716371  shlibpath_var=DYLD_LIBRARY_PATH
    16588   shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
     16372  shrext='$(test .$module = .yes && echo .so || echo .dylib)'
    1658916373  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
    16590   if test "$GCC" = yes; then
    16591     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"`
    16592   else
    16593     sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
     16374  if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
     16375  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"`
    1659416376  fi
    1659516377  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
     
    1660716389freebsd1*)
    1660816390  dynamic_linker=no
    16609   ;;
    16610 
    16611 kfreebsd*-gnu)
    16612   version_type=linux
    16613   need_lib_prefix=no
    16614   need_version=no
    16615   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
    16616   soname_spec='${libname}${release}${shared_ext}$major'
    16617   shlibpath_var=LD_LIBRARY_PATH
    16618   shlibpath_overrides_runpath=no
    16619   hardcode_into_libs=yes
    16620   dynamic_linker='GNU ld.so'
    1662116391  ;;
    1662216392
     
    1666916439  case "$host_cpu" in
    1667016440  ia64*)
    16671     shrext_cmds='.so'
     16441    shrext='.so'
    1667216442    hardcode_into_libs=yes
    1667316443    dynamic_linker="$host_os dld.so"
     
    1668416454    ;;
    1668516455   hppa*64*)
    16686      shrext_cmds='.sl'
     16456     shrext='.sl'
    1668716457     hardcode_into_libs=yes
    1668816458     dynamic_linker="$host_os dld.sl"
     
    1669516465     ;;
    1669616466   *)
    16697     shrext_cmds='.sl'
     16467    shrext='.sl'
    1669816468    dynamic_linker="$host_os dld.sl"
    1669916469    shlibpath_var=SHLIB_PATH
     
    1676416534  hardcode_into_libs=yes
    1676516535
    16766   # find out which ABI we are using
    16767   libsuff=
    16768   case "$host_cpu" in
    16769   x86_64*|s390x*|powerpc64*)
    16770     echo '#line 16770 "configure"' > conftest.$ac_ext
    16771     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    16772   (eval $ac_compile) 2>&5
    16773   ac_status=$?
    16774   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    16775   (exit $ac_status); }; then
    16776       case `/usr/bin/file conftest.$ac_objext` in
    16777       *64-bit*)
    16778         libsuff=64
    16779         sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
    16780         ;;
    16781       esac
    16782     fi
    16783     rm -rf conftest*
    16784     ;;
    16785   esac
    16786 
    16787   # Append ld.so.conf contents to the search path
    16788   if test -f /etc/ld.so.conf; then
    16789     lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
    16790     sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
    16791   fi
    16792 
    1679316536  # We used to test for /lib/ld.so.1 and disable shared libraries on
    1679416537  # powerpc, because MkLinux only supported shared libraries with the
     
    1679816541  # assume the GNU/Linux dynamic linker is in use.
    1679916542  dynamic_linker='GNU/Linux ld.so'
    16800   ;;
    16801 
    16802 knetbsd*-gnu)
    16803   version_type=linux
    16804   need_lib_prefix=no
    16805   need_version=no
    16806   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
    16807   soname_spec='${libname}${release}${shared_ext}$major'
    16808   shlibpath_var=LD_LIBRARY_PATH
    16809   shlibpath_overrides_runpath=no
    16810   hardcode_into_libs=yes
    16811   dynamic_linker='GNU ld.so'
    1681216543  ;;
    1681316544
     
    1682116552    dynamic_linker='NetBSD (a.out) ld.so'
    1682216553  else
    16823     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
     16554    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
    1682416555    soname_spec='${libname}${release}${shared_ext}$major'
    1682516556    dynamic_linker='NetBSD ld.elf_so'
     
    1683716568  ;;
    1683816569
    16839 nto-qnx*)
     16570nto-qnx)
    1684016571  version_type=linux
    1684116572  need_lib_prefix=no
     
    1685016581  version_type=sunos
    1685116582  need_lib_prefix=no
    16852   need_version=yes
     16583  need_version=no
    1685316584  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
    1685416585  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
     
    1687016601os2*)
    1687116602  libname_spec='$name'
    16872   shrext_cmds=".dll"
     16603  shrext=".dll"
    1687316604  need_lib_prefix=no
    1687416605  library_names_spec='$libname${shared_ext} $libname.a'
     
    1696716698echo "${ECHO_T}$dynamic_linker" >&6
    1696816699test "$dynamic_linker" = no && can_build_shared=no
    16969 
    16970 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
    16971 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
    16972 hardcode_action_GCJ=
    16973 if test -n "$hardcode_libdir_flag_spec_GCJ" || \
    16974    test -n "$runpath_var GCJ" || \
    16975    test "X$hardcode_automatic_GCJ"="Xyes" ; then
    16976 
    16977   # We can hardcode non-existant directories.
    16978   if test "$hardcode_direct_GCJ" != no &&
    16979      # If the only mechanism to avoid hardcoding is shlibpath_var, we
    16980      # have to relink, otherwise we might link with an installed library
    16981      # when we should be linking with a yet-to-be-installed one
    16982      ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
    16983      test "$hardcode_minus_L_GCJ" != no; then
    16984     # Linking always hardcodes the temporary library directory.
    16985     hardcode_action_GCJ=relink
    16986   else
    16987     # We can link without hardcoding, and we can hardcode nonexisting dirs.
    16988     hardcode_action_GCJ=immediate
    16989   fi
    16990 else
    16991   # We cannot hardcode anything, or else we can only hardcode existing
    16992   # directories.
    16993   hardcode_action_GCJ=unsupported
    16994 fi
    16995 echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
    16996 echo "${ECHO_T}$hardcode_action_GCJ" >&6
    16997 
    16998 if test "$hardcode_action_GCJ" = relink; then
    16999   # Fast installation is not supported
    17000   enable_fast_install=no
    17001 elif test "$shlibpath_overrides_runpath" = yes ||
    17002      test "$enable_shared" = no; then
    17003   # Fast installation is not necessary
    17004   enable_fast_install=needless
    17005 fi
    17006 
    17007 striplib=
    17008 old_striplib=
    17009 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
    17010 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
    17011 if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
    17012   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
    17013   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
    17014   echo "$as_me:$LINENO: result: yes" >&5
    17015 echo "${ECHO_T}yes" >&6
    17016 else
    17017 # FIXME - insert some real tests, host_os isn't really good enough
    17018   case $host_os in
    17019    darwin*)
    17020        if test -n "$STRIP" ; then
    17021          striplib="$STRIP -x"
    17022          echo "$as_me:$LINENO: result: yes" >&5
    17023 echo "${ECHO_T}yes" >&6
    17024        else
    17025   echo "$as_me:$LINENO: result: no" >&5
    17026 echo "${ECHO_T}no" >&6
    17027 fi
    17028        ;;
    17029    *)
    17030   echo "$as_me:$LINENO: result: no" >&5
    17031 echo "${ECHO_T}no" >&6
    17032     ;;
    17033   esac
    17034 fi
    1703516700
    1703616701if test "x$enable_dlopen" != xyes; then
     
    1755317218  lt_status=$lt_dlunknown
    1755417219  cat > conftest.$ac_ext <<EOF
    17555 #line 17555 "configure"
     17220#line 17220 "configure"
    1755617221#include "confdefs.h"
    1755717222
     
    1765117316  lt_status=$lt_dlunknown
    1765217317  cat > conftest.$ac_ext <<EOF
    17653 #line 17653 "configure"
     17318#line 17318 "configure"
    1765417319#include "confdefs.h"
    1765517320
     
    1776817433  # careful not to overquote the AC_SUBSTed values.  We take copies of the
    1776917434  # variables and quote the copies for generation of the libtool script.
    17770   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
    17771     SED SHELL STRIP \
     17435  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
    1777217436    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
    1777317437    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
     
    1782717491    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
    1782817492      # Double-quote double-evaled strings.
    17829       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
     17493      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\" -e \"\$unescape_variable_subst\"\`\\\""
    1783017494      ;;
    1783117495    *)
     
    1784817512# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    1784917513
     17514# Set the command separator (default: ~)
     17515_S_=\${LIBTOOL_CMD_SEP-\~}
     17516
    1785017517# Shell to use when invoking shell scripts.
    1785117518SHELL=$lt_SHELL
     
    1789917566
    1790017567# A symbol stripping program
    17901 STRIP=$lt_STRIP
     17568STRIP=$STRIP
    1790217569
    1790317570# Used to examine libraries when file_magic_cmd begins "file"
     
    1793017597
    1793117598# Shared library suffix (normally ".so").
    17932 shrext_cmds='$shrext_cmds'
     17599shrext='$shrext'
    1793317600
    1793417601# Executable file suffix (normally "").
     
    1814717814  # `config.status --recheck' to rerun these tests and create the
    1814817815  # libtool script then.
    18149   ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
    18150   if test -f "$ltmain_in"; then
    18151     test -f Makefile && make "$ltmain"
    18152   fi
     17816  test -f Makefile && make "$ltmain"
    1815317817fi
    1815417818
     
    1821317877  # careful not to overquote the AC_SUBSTed values.  We take copies of the
    1821417878  # variables and quote the copies for generation of the libtool script.
    18215   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
    18216     SED SHELL STRIP \
     17879  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM SED SHELL \
    1821717880    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
    1821817881    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
     
    1827217935    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
    1827317936      # Double-quote double-evaled strings.
    18274       eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
     17937      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\" -e \"\$unescape_variable_subst\"\`\\\""
    1827517938      ;;
    1827617939    *)
     
    1829317956# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
    1829417957
     17958# Set the command separator (default: ~)
     17959_S_=\${LIBTOOL_CMD_SEP-\~}
     17960
    1829517961# Shell to use when invoking shell scripts.
    1829617962SHELL=$lt_SHELL
     
    1834418010
    1834518011# A symbol stripping program
    18346 STRIP=$lt_STRIP
     18012STRIP=$STRIP
    1834718013
    1834818014# Used to examine libraries when file_magic_cmd begins "file"
     
    1837518041
    1837618042# Shared library suffix (normally ".so").
    18377 shrext_cmds='$shrext_cmds'
     18043shrext='$shrext'
    1837818044
    1837918045# Executable file suffix (normally "").
     
    1859218258  # `config.status --recheck' to rerun these tests and create the
    1859318259  # libtool script then.
    18594   ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
    18595   if test -f "$ltmain_in"; then
    18596     test -f Makefile && make "$ltmain"
    18597   fi
     18260  test -f Makefile && make "$ltmain"
    1859818261fi
    1859918262
     
    1917218835
    1917318836
     18837
     18838echo "$as_me:$LINENO: checking for sqrtf in -lmx" >&5
     18839echo $ECHO_N "checking for sqrtf in -lmx... $ECHO_C" >&6
     18840if test "${ac_cv_lib_mx_sqrtf+set}" = set; then
     18841  echo $ECHO_N "(cached) $ECHO_C" >&6
     18842else
     18843  ac_check_lib_save_LIBS=$LIBS
     18844LIBS="-lmx  $LIBS"
     18845cat >conftest.$ac_ext <<_ACEOF
     18846#line $LINENO "configure"
     18847/* confdefs.h.  */
     18848_ACEOF
     18849cat confdefs.h >>conftest.$ac_ext
     18850cat >>conftest.$ac_ext <<_ACEOF
     18851/* end confdefs.h.  */
     18852
     18853/* Override any gcc2 internal prototype to avoid an error.  */
     18854#ifdef __cplusplus
     18855extern "C"
     18856#endif
     18857/* We use char because int might match the return type of a gcc2
     18858   builtin and then its argument prototype would still apply.  */
     18859char sqrtf ();
     18860int
     18861main ()
     18862{
     18863sqrtf ();
     18864  ;
     18865  return 0;
     18866}
     18867_ACEOF
     18868rm -f conftest.$ac_objext conftest$ac_exeext
     18869if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
     18870  (eval $ac_link) 2>&5
     18871  ac_status=$?
     18872  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     18873  (exit $ac_status); } &&
     18874         { ac_try='test -s conftest$ac_exeext'
     18875  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     18876  (eval $ac_try) 2>&5
     18877  ac_status=$?
     18878  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     18879  (exit $ac_status); }; }; then
     18880  ac_cv_lib_mx_sqrtf=yes
     18881else
     18882  echo "$as_me: failed program was:" >&5
     18883sed 's/^/| /' conftest.$ac_ext >&5
     18884
     18885ac_cv_lib_mx_sqrtf=no
     18886fi
     18887rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
     18888LIBS=$ac_check_lib_save_LIBS
     18889fi
     18890echo "$as_me:$LINENO: result: $ac_cv_lib_mx_sqrtf" >&5
     18891echo "${ECHO_T}$ac_cv_lib_mx_sqrtf" >&6
     18892if test $ac_cv_lib_mx_sqrtf = yes; then
     18893  cat >>confdefs.h <<_ACEOF
     18894#define HAVE_LIBMX 1
     18895_ACEOF
     18896
     18897  LIBS="-lmx $LIBS"
     18898
     18899fi
     18900
     18901
    1917418902                              ac_config_files="$ac_config_files Makefile src/Makefile test/Makefile"
    1917518903cat >confcache <<\_ACEOF
     
    1926818996Usually this means the macro was only invoked conditionally." >&5
    1926918997echo "$as_me: error: conditional \"AMDEP\" was never defined.
    19270 Usually this means the macro was only invoked conditionally." >&2;}
    19271    { (exit 1); exit 1; }; }
    19272 fi
    19273 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
    19274   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
    19275 Usually this means the macro was only invoked conditionally." >&5
    19276 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
    19277 Usually this means the macro was only invoked conditionally." >&2;}
    19278    { (exit 1); exit 1; }; }
    19279 fi
    19280 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
    19281   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
    19282 Usually this means the macro was only invoked conditionally." >&5
    19283 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
    1928418998Usually this means the macro was only invoked conditionally." >&2;}
    1928518999   { (exit 1); exit 1; }; }
     
    1982119535s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
    1982219536s,@INSTALL_DATA@,$INSTALL_DATA,;t t
    19823 s,@CYGPATH_W@,$CYGPATH_W,;t t
    1982419537s,@PACKAGE@,$PACKAGE,;t t
    1982519538s,@VERSION@,$VERSION,;t t
     
    1983419547s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
    1983519548s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
    19836 s,@mkdir_p@,$mkdir_p,;t t
    1983719549s,@AWK@,$AWK,;t t
    1983819550s,@SET_MAKE@,$SET_MAKE,;t t
    19839 s,@am__leading_dot@,$am__leading_dot,;t t
    1984019551s,@CC@,$CC,;t t
    1984119552s,@CFLAGS@,$CFLAGS,;t t
     
    1985219563s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
    1985319564s,@CCDEPMODE@,$CCDEPMODE,;t t
    19854 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
    19855 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
    1985619565s,@build@,$build,;t t
    1985719566s,@build_cpu@,$build_cpu,;t t
     
    1987419583s,@ac_ct_CXX@,$ac_ct_CXX,;t t
    1987519584s,@CXXDEPMODE@,$CXXDEPMODE,;t t
    19876 s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
    19877 s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
    1987819585s,@CXXCPP@,$CXXCPP,;t t
    1987919586s,@F77@,$F77,;t t
     
    2030920016    rm -f $tmp/config.h
    2031020017  fi
    20311 # Compute $ac_file's index in $config_headers.
    20312 _am_stamp_count=1
    20313 for _am_header in $config_headers :; do
    20314   case $_am_header in
    20315     $ac_file | $ac_file:* )
    20316       break ;;
    20317     * )
    20318       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
     20018  # Run the commands associated with the file.
     20019  case $ac_file in
     20020    src/config.h ) # update the timestamp
     20021echo 'timestamp for src/config.h' >"src/stamp-h1"
     20022 ;;
    2031920023  esac
    20320 done
    20321 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
    20322 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    20323          X$ac_file : 'X\(//\)[^/]' \| \
    20324          X$ac_file : 'X\(//\)$' \| \
    20325          X$ac_file : 'X\(/\)' \| \
    20326          .     : '\(.\)' 2>/dev/null ||
    20327 echo X$ac_file |
    20328     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    20329           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    20330           /^X\(\/\/\)$/{ s//\1/; q; }
    20331           /^X\(\/\).*/{ s//\1/; q; }
    20332           s/.*/./; q'`/stamp-h$_am_stamp_count
    2033320024done
    2033420025_ACEOF
     
    2041720108  # Extract the definition of DEP_FILES from the Makefile without
    2041820109  # running `make'.
    20419   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
     20110  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
    2042020111  test -z "$DEPDIR" && continue
    2042120112  # When using ansi2knr, U may be empty or an underscore; expand it
    20422   U=`sed -n 's/^U = //p' < "$mf"`
     20113  U=`sed -n -e '/^U = / s///p' < "$mf"`
    2042320114  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
    2042420115  # We invoke sed twice because it is the simplest approach to
    2042520116  # changing $(DEPDIR) to its actual value in the expansion.
    20426   for file in `sed -n '
     20117  for file in `sed -n -e '
    2042720118    /^DEP_FILES = .*\\\\$/ {
    2042820119      s/^DEP_FILES = //
Note: See TracChangeset for help on using the changeset viewer.