Changeset 660

Show
Ignore:
Timestamp:
12/15/05 01:17:38 (3 years ago)
Author:
smoku
Message:

sending fixed status in info using utf-8 bugfix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libgadu/configure

    r598 r660  
    286286  for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do 
    287287    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... 
    288     if (echo_test_string="`eval $cmd`") 2>/dev/null && 
    289        echo_test_string="`eval $cmd`" && 
     288    if (echo_test_string=`eval $cmd`) 2>/dev/null && 
     289       echo_test_string=`eval $cmd` && 
    290290       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null 
    291291    then 
     
    17271727fi 
    17281728 
    1729 for ac_prog in awk mawk gawk nawk 
     1729for ac_prog in gawk mawk nawk awk 
    17301730do 
    17311731  # Extract the first word of "$ac_prog", so it can be a program name with args. 
     
    33203320      lt_cv_path_LD="$ac_dir/$ac_prog" 
    33213321      # Check to see if the program is GNU ld.  I'd rather use --version, 
    3322       # but apparently some GNU ld's only accept -v. 
     3322      # but apparently some variants of GNU ld only accept -v. 
    33233323      # Break only if it was the GNU/non-GNU ld that we prefer. 
    33243324      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in 
     
    33543354  echo $ECHO_N "(cached) $ECHO_C" >&6 
    33553355else 
    3356   # I'd rather use --version here, but apparently some GNU ld's only accept -v. 
     3356  # I'd rather use --version here, but apparently some GNU lds only accept -v. 
    33573357case `$LD -v 2>&1 </dev/null` in 
    33583358*GNU* | *'with BFD'*) 
     
    35243524hpux10.20* | hpux11*) 
    35253525  lt_cv_file_magic_cmd=/usr/bin/file 
    3526   case "$host_cpu" in 
     3526  case $host_cpu in 
    35273527  ia64*) 
    35283528    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' 
     
    37133713  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    37143714  (exit $ac_status); }; then 
    3715     case "`/usr/bin/file conftest.o`" in 
     3715    case `/usr/bin/file conftest.o` in 
    37163716    *32-bit*) 
    37173717      case $host in 
     
    37453745          ;; 
    37463746      esac 
     3747      ;; 
     3748    esac 
     3749  fi 
     3750  rm -rf conftest* 
     3751  ;; 
     3752 
     3753*-*-linux*) 
     3754  # Test if the compiler is 64bit 
     3755  echo 'int i;' > conftest.$ac_ext 
     3756  lt_cv_cc_64bit_output=no 
     3757  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
     3758  (eval $ac_compile) 2>&5 
     3759  ac_status=$? 
     3760  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3761  (exit $ac_status); }; then 
     3762    case `/usr/bin/file conftest.$ac_objext` in 
     3763    *"ELF 64"*) 
     3764      lt_cv_cc_64bit_output=yes 
    37473765      ;; 
    37483766    esac 
     
    51415159  : 
    51425160else 
    5143   { echo "$as_me:$LINENO: WARNING: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 
    5144 echo "$as_me: WARNING: C++ preprocessor \"$CXXCPP\" fails sanity check" >&2;} 
     5161  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check 
     5162See \`config.log' for more details." >&5 
     5163echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 
     5164See \`config.log' for more details." >&2;} 
     5165   { (exit 1); exit 1; }; } 
    51455166fi 
    51465167 
     
    52465267 
    52475268# Provide some information about the compiler. 
    5248 echo "$as_me:5248:" \ 
     5269echo "$as_me:5269:" \ 
    52495270     "checking for Fortran 77 compiler version" >&5 
    52505271ac_compiler=`set X $ac_compile; echo $2` 
     
    54435464      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` 
    54445465    else 
    5445       lt_cv_sys_max_cmd_len=65536 # usable default for *BSD 
     5466      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs 
    54465467    fi 
    54475468    # And add a safety zone 
    54485469    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` 
     5470    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` 
    54495471    ;; 
    54505472  osf*) 
     
    57375759# Sed substitution that helps us do robust quoting.  It backslashifies 
    57385760# metacharacters that are still active within double-quoted strings. 
    5739 Xsed='sed -e s/^X//' 
     5761Xsed='sed -e 1s/^X//' 
    57405762sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g' 
    57415763 
     
    57575779can_build_shared=yes 
    57585780 
    5759 # All known linkers require a `.a' archive for static linking (except M$VC, 
     5781# All known linkers require a `.a' archive for static linking (except MSVC, 
    57605782# which needs '.lib'). 
    57615783libext=a 
     
    60426064fi 
    60436065 
    6044 cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` 
     6066for cc_temp in $compiler""; do 
     6067  case $cc_temp in 
     6068    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 
     6069    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; 
     6070    \-*) ;; 
     6071    *) break;; 
     6072  esac 
     6073done 
     6074cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` 
     6075 
    60456076 
    60466077# Only perform the check for file, if the check method requires it 
     
    60696100        case $deplibs_check_method in 
    60706101        "file_magic "*) 
    6071           file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" 
     6102          file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` 
    60726103          MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 
    60736104          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | 
     
    61316162        case $deplibs_check_method in 
    61326163        "file_magic "*) 
    6133           file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" 
     6164          file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` 
    61346165          MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 
    61356166          if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | 
     
    61996230test -z "$pic_mode" && pic_mode=default 
    62006231 
     6232# Check if we have a version mismatch between libtool.m4 and ltmain.sh. 
     6233# 
     6234# Note:  This should be in AC_LIBTOOL_SETUP, _after_ $ltmain have been defined. 
     6235#        We also should do it _before_ AC_LIBTOOL_LANG_C_CONFIG that actually 
     6236#        calls AC_LIBTOOL_CONFIG and creates libtool. 
     6237# 
     6238echo "$as_me:$LINENO: checking for correct ltmain.sh version" >&5 
     6239echo $ECHO_N "checking for correct ltmain.sh version... $ECHO_C" >&6 
     6240if test -z "$ltmain"; then 
     6241  echo "$as_me:$LINENO: result: no" >&5 
     6242echo "${ECHO_T}no" >&6 
     6243  echo 
     6244  echo "*** [Gentoo] sanity check failed! ***" 
     6245  echo "*** \$ltmain is not defined, please check the patch for consistency! ***" 
     6246  echo 
     6247  exit 1 
     6248fi 
     6249gentoo_lt_version="1.5.20" 
     6250gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'` 
     6251if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then 
     6252  echo "$as_me:$LINENO: result: no" >&5 
     6253echo "${ECHO_T}no" >&6 
     6254  echo 
     6255  echo "*** [Gentoo] sanity check failed! ***" 
     6256  echo "*** libtool.m4 and ltmain.sh have a version mismatch! ***" 
     6257  echo "*** (libtool.m4 = $gentoo_lt_version, ltmain.sh = $gentoo_ltmain_version) ***" 
     6258  echo 
     6259  echo "Please run:" 
     6260  echo 
     6261  echo "  libtoolize --copy --force" 
     6262  echo 
     6263  echo "if appropriate, please contact the maintainer of this" 
     6264  echo "package (or your distribution) for help." 
     6265  echo 
     6266  exit 1 
     6267else 
     6268  echo "$as_me:$LINENO: result: yes" >&5 
     6269echo "${ECHO_T}yes" >&6 
     6270fi 
     6271 
     6272 
    62016273# Use C for the default configuration in the libtool script 
    62026274tagname= 
     
    62286300# Allow CC to be a program name with arguments. 
    62296301compiler=$CC 
     6302 
     6303 
     6304# save warnings/boilerplate of simple test code 
     6305ac_outfile=conftest.$ac_objext 
     6306printf "$lt_simple_compile_test_code" >conftest.$ac_ext 
     6307eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err 
     6308_lt_compiler_boilerplate=`cat conftest.err` 
     6309$rm conftest* 
     6310 
     6311ac_outfile=conftest.$ac_objext 
     6312printf "$lt_simple_link_test_code" >conftest.$ac_ext 
     6313eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err 
     6314_lt_linker_boilerplate=`cat conftest.err` 
     6315$rm conftest* 
    62306316 
    62316317 
     
    62666352   printf "$lt_simple_link_test_code" > conftest.$ac_ext 
    62676353   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then 
    6268      # The compiler can only warn and ignore the option if not recognized 
     6354     # The linker can only warn and ignore the option if not recognized 
    62696355     # So say no if there are warnings 
    62706356     if test -s conftest.err; then 
    62716357       # Append any errors to the config.log. 
    62726358       cat conftest.err 1>&5 
     6359       $echo "X$_lt_linker_boilerplate" | $Xsed > conftest.exp 
     6360       $SED '/^$/d' conftest.err >conftest.er2 
     6361       if diff conftest.exp conftest.er2 >/dev/null; then 
     6362         lt_prog_compiler_static_works=yes 
     6363       fi 
    62736364     else 
    62746365       lt_prog_compiler_static_works=yes 
     
    63126403   # The option is referenced via a variable to avoid confusing sed. 
    63136404   lt_compile=`echo "$ac_compile" | $SED \ 
    6314    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 
     6405   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 
    63156406   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    63166407   -e 's:$: $lt_compiler_flag:'` 
    6317    (eval echo "\"\$as_me:6317: $lt_compile\"" >&5) 
     6408   (eval echo "\"\$as_me:6408: $lt_compile\"" >&5) 
    63186409   (eval "$lt_compile" 2>conftest.err) 
    63196410   ac_status=$? 
    63206411   cat conftest.err >&5 
    6321    echo "$as_me:6321: \$? = $ac_status" >&5 
     6412   echo "$as_me:6412: \$? = $ac_status" >&5 
    63226413   if (exit $ac_status) && test -s "$ac_outfile"; then 
    63236414     # The compiler can only warn and ignore the option if not recognized 
    6324      # So say no if there are warnings 
    6325      if test ! -s conftest.err; then 
     6415     # So say no if there are warnings other than the usual output. 
     6416     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp 
     6417     $SED '/^$/d' conftest.err >conftest.er2 
     6418     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then 
    63266419       lt_cv_prog_compiler_rtti_exceptions=yes 
    63276420     fi 
     
    64006493      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 
    64016494      # not for PA HP-UX. 
    6402       case "$host_cpu" in 
     6495      case $host_cpu in 
    64036496      hppa*64*|ia64*) 
    64046497        # +Z the default 
     
    64296522        # PIC is the default on this platform 
    64306523        # Common symbols not allowed in MH_DYLIB files 
    6431        case "$cc_basename" in 
     6524       case $cc_basename in 
    64326525         xlc*) 
    64336526         lt_prog_compiler_pic='-qnocommon' 
     
    64476540      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 
    64486541      # not for PA HP-UX. 
    6449       case "$host_cpu" in 
     6542      case $host_cpu in 
    64506543      hppa*64*|ia64*) 
    64516544        # +Z the default 
     
    64776570        lt_prog_compiler_static='-static' 
    64786571        ;; 
    6479       pgcc | pgf77 | pgf90
     6572      pgcc* | pgf77* | pgf90* | pgf95*
    64806573        # Portland Group compilers (*not* the Pentium gcc compiler, 
    64816574        # which looks to be a dead project) 
    64826575        lt_prog_compiler_wl='-Wl,' 
    64836576        lt_prog_compiler_pic='-fpic' 
    6484         lt_prog_compiler_static='-static' 
     6577        lt_prog_compiler_static='-Bstatic' 
    64856578        ;; 
    64866579      ccc*) 
     
    65046597 
    65056598    solaris*) 
    6506       lt_prog_compiler_wl='-Wl,' 
    65076599      lt_prog_compiler_pic='-KPIC' 
    65086600      lt_prog_compiler_static='-Bstatic' 
     6601      case $cc_basename in 
     6602      f77* | f90* | f95*) 
     6603        lt_prog_compiler_wl='-Qoption ld ';; 
     6604      *) 
     6605        lt_prog_compiler_wl='-Wl,';; 
     6606      esac 
    65096607      ;; 
    65106608 
     
    65676665   # The option is referenced via a variable to avoid confusing sed. 
    65686666   lt_compile=`echo "$ac_compile" | $SED \ 
    6569    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 
     6667   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 
    65706668   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    65716669   -e 's:$: $lt_compiler_flag:'` 
    6572    (eval echo "\"\$as_me:6572: $lt_compile\"" >&5) 
     6670   (eval echo "\"\$as_me:6670: $lt_compile\"" >&5) 
    65736671   (eval "$lt_compile" 2>conftest.err) 
    65746672   ac_status=$? 
    65756673   cat conftest.err >&5 
    6576    echo "$as_me:6576: \$? = $ac_status" >&5 
     6674   echo "$as_me:6674: \$? = $ac_status" >&5 
    65776675   if (exit $ac_status) && test -s "$ac_outfile"; then 
    65786676     # The compiler can only warn and ignore the option if not recognized 
    6579      # So say no if there are warnings 
    6580      if test ! -s conftest.err; then 
     6677     # So say no if there are warnings other than the usual output. 
     6678     $echo "X$_lt_compiler_boilerplate" | $Xsed >conftest.exp 
     6679     $SED '/^$/d' conftest.err >conftest.er2 
     6680     if test ! -s conftest.err || diff conftest.exp conftest.er2 >/dev/null; then 
    65816681       lt_prog_compiler_pic_works=yes 
    65826682     fi 
     
    65996699 
    66006700fi 
    6601 case "$host_os" in 
     6701case $host_os in 
    66026702  # For platforms which do not support PIC, -DPIC is meaningless: 
    66036703  *djgpp*) 
     
    66276727   # with a dollar sign (not a hyphen), so the echo should work correctly. 
    66286728   lt_compile=`echo "$ac_compile" | $SED \ 
    6629    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ 
     6729   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 
    66306730   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 
    66316731   -e 's:$: $lt_compiler_flag:'` 
    6632    (eval echo "\"\$as_me:6632: $lt_compile\"" >&5) 
     6732   (eval echo "\"\$as_me:6732: $lt_compile\"" >&5) 
    66336733   (eval "$lt_compile" 2>out/conftest.err) 
    66346734   ac_status=$? 
    66356735   cat out/conftest.err >&5 
    6636    echo "$as_me:6636: \$? = $ac_status" >&5 
     6736   echo "$as_me:6736: \$? = $ac_status" >&5 
    66376737   if (exit $ac_status) && test -s out/conftest2.$ac_objext 
    66386738   then 
    66396739     # The compiler can only warn and ignore the option if not recognized 
    66406740     # So say no if there are warnings 
    6641      if test ! -s out/conftest.err; then 
     6741     $echo "X$_lt_compiler_boilerplate" | $Xsed > out/conftest.exp 
     6742     $SED '/^$/d' out/conftest.err >out/conftest.er2 
     6743     if test ! -s out/conftest.err || diff out/conftest.exp out/conftest.er2 >/dev/null; then 
    66426744       lt_cv_prog_compiler_c_o=yes 
    66436745     fi 
    66446746   fi 
    6645    chmod u+w . 
     6747   chmod u+w . 2>&5 
    66466748   $rm conftest* 
    66476749   # SGI C++ compiler will create directory out/ii_files/ for 
     
    67196821  # preloaded symbol tables. 
    67206822  extract_expsyms_cmds= 
     6823  # Just being paranoid about ensuring that cc_basename is set. 
     6824  for cc_temp in $compiler""; do 
     6825  case $cc_temp in 
     6826    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 
     6827    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; 
     6828    \-*) ;; 
     6829    *) break;; 
     6830  esac 
     6831done 
     6832cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` 
    67216833 
    67226834  case $host_os in 
     
    67386850    # If archive_cmds runs LD, not CC, wlarc should be empty 
    67396851    wlarc='${wl}' 
     6852 
     6853    # Set some defaults for GNU ld with shared library support. These 
     6854    # are reset later if shared libraries are not supported. Putting them 
     6855    # here allows them to be overridden if necessary. 
     6856    runpath_var=LD_RUN_PATH 
     6857    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir' 
     6858    export_dynamic_flag_spec='${wl}--export-dynamic' 
     6859    # ancient GNU ld didn't support --whole-archive et. al. 
     6860    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then 
     6861        whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' 
     6862      else 
     6863        whole_archive_flag_spec= 
     6864    fi 
     6865    supports_anon_versioning=no 
     6866    case `$LD -v 2>/dev/null` in 
     6867      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 
     6868      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... 
     6869      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... 
     6870      *\ 2.11.*) ;; # other 2.11 versions 
     6871      *) supports_anon_versioning=yes ;; 
     6872    esac 
    67406873 
    67416874    # See if GNU ld supports shared libraries. 
     
    68076940      ;; 
    68086941 
     6942    linux*) 
     6943      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 
     6944        tmp_addflag= 
     6945        case $cc_basename,$host_cpu in 
     6946        pgcc*)                          # Portland Group C compiler 
     6947          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' 
     6948          tmp_addflag=' $pic_flag' 
     6949          ;; 
     6950        pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers 
     6951          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' 
     6952          tmp_addflag=' $pic_flag -Mnomain' ;; 
     6953        ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64 
     6954          tmp_addflag=' -i_dynamic' ;; 
     6955        efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64 
     6956          tmp_addflag=' -i_dynamic -nofor_main' ;; 
     6957        ifc* | ifort*)                  # Intel Fortran compiler 
     6958          tmp_addflag=' -nofor_main' ;; 
     6959        esac 
     6960        archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 
     6961 
     6962        if test $supports_anon_versioning = yes; then 
     6963          archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ 
     6964  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 
     6965  $echo "local: *; };" >> $output_objdir/$libname.ver~ 
     6966          $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 
     6967        fi 
     6968      else 
     6969        ld_shlibs=no 
     6970      fi 
     6971      ;; 
     6972 
    68096973    netbsd*) 
    68106974      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 
     
    68457009      ;; 
    68467010 
    6847   linux*) 
    6848     if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 
    6849       tmp_addflag= 
    6850       case $CC,$host_cpu in 
    6851       pgf77* | pgf90* )                 # Portland Group f77 and f90 compilers 
    6852         tmp_addflag=' -fpic' ;; 
    6853       ecc*,ia64* | icc*,ia64*)          # Intel C compiler on ia64 
    6854         tmp_addflag=' -i_dynamic' ;; 
    6855       efc*,ia64* | ifort*,ia64*)        # Intel Fortran compiler on ia64 
    6856         tmp_addflag=' -i_dynamic -nofor_main' ;; 
    6857       ifc* | ifort*)                    # Intel Fortran compiler 
    6858         tmp_addflag=' -nofor_main' ;; 
    6859       esac 
    6860       archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 
    6861       supports_anon_versioning=no 
    6862       case `$LD -v 2>/dev/null` in 
    6863         *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 
    6864         *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... 
    6865         *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... 
    6866         *\ 2.11.*) ;; # other 2.11 versions 
    6867         *) supports_anon_versioning=yes ;; 
    6868       esac 
    6869       if test $supports_anon_versioning = yes; then 
    6870         archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ 
    6871 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 
    6872 $echo "local: *; };" >> $output_objdir/$libname.ver~ 
    6873         $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 
    6874       else 
    6875         archive_expsym_cmds=$archive_cmds 
    6876       fi 
    6877     else 
    6878       ld_shlibs=no 
    6879     fi 
    6880     ;; 
    6881  
    68827011    *) 
    68837012      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 
     
    68907019    esac 
    68917020 
    6892     if test "$ld_shlibs" = yes; then 
    6893       runpath_var=LD_RUN_PATH 
    6894       hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir' 
    6895       export_dynamic_flag_spec='${wl}--export-dynamic' 
    6896       # ancient GNU ld didn't support --whole-archive et. al. 
    6897       if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then 
    6898         whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' 
    6899       else 
    6900         whole_archive_flag_spec= 
    6901       fi 
     7021    if test "$ld_shlibs" = no; then 
     7022      runpath_var= 
     7023      hardcode_libdir_flag_spec= 
     7024      export_dynamic_flag_spec= 
     7025      whole_archive_flag_spec= 
    69027026    fi 
    69037027  else 
     
    71337257          whole_archive_flag_spec=' ' 
    71347258          archive_cmds_need_lc=yes 
    7135           # This is similar to how AIX traditionally builds it's shared libraries. 
     7259          # This is similar to how AIX traditionally builds its shared libraries. 
    71367260          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' 
    71377261        fi 
     
    71737297 
    71747298    darwin* | rhapsody*) 
    7175       case "$host_os" in 
     7299      case $host_os in 
    71767300        rhapsody* | darwin1.[012]) 
    71777301         allow_undefined_flag='${wl}-undefined ${wl}suppress' 
     
    72027326        archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 
    72037327      module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 
    7204       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld'
     7328      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld
    72057329      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}' 
    72067330      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}' 
    72077331    else 
    7208       case "$cc_basename" in 
     7332      case $cc_basename in 
    72097333        xlc*) 
    72107334         output_verbose_link_cmd='echo' 
    72117335         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' 
    72127336         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 
    7213           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld'
     7337          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld
    72147338         archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 
    72157339          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}' 
     
    72777401    hpux10* | hpux11*) 
    72787402      if test "$GCC" = yes -a "$with_gnu_ld" = no; then 
    7279         case "$host_cpu" in 
     7403        case $host_cpu in 
    72807404        hppa*64*|ia64*) 
    72817405          archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 
     
    72867410        esac 
    72877411      else 
    7288         case "$host_cpu" in 
     7412        case $host_cpu in 
    72897413        hppa*64*|ia64*) 
    72907414          archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' 
     
    72967420      fi 
    72977421      if test "$with_gnu_ld" = no; then 
    7298         case "$host_cpu" in 
     7422        case $host_cpu in 
    72997423        hppa*64*) 
    73007424          hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 
     
    74097533        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' 
    74107534        archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ 
    7411         $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' 
     7535        $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' 
    74127536 
    74137537        # Both c and cxx compiler support -rpath directly 
     
    74287552      no_undefined_flag=' -z text' 
    74297553      if test "$GCC" = yes; then 
     7554        wlarc='${wl}' 
    74307555        archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 
    74317556        archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 
    74327557          $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' 
    74337558      else 
     7559        wlarc='' 
    74347560        archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' 
    74357561        archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 
     
    74407566      case $host_os in 
    74417567      solaris2.[0-5] | solaris2.[0-5].*) ;; 
    7442       *) # Supported since Solaris 2.6 (maybe 2.5.1?) 
    7443         whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; 
     7568      *) 
     7569        # The compiler driver will combine linker options so we 
     7570        # cannot just pass the convience library names through 
     7571        # without $wl, iff we do not link with $LD. 
     7572        # Luckily, gcc supports the same syntax we need for Sun Studio. 
     7573        # Supported since Solaris 2.6 (maybe 2.5.1?) 
     7574        case $wlarc in 
     7575        '') 
     7576          whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;; 
     7577        *) 
     7578          whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; 
     7579        esac ;; 
    74447580      esac 
    74457581      link_all_deplibs=yes 
     
    76397775    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"` 
    76407776  fi 
    7641   # sanitize 
    7642   new_sys_lib_search_path_spec= 
    7643   for d in $sys_lib_search_path_spec ; do 
    7644     # check if exists 
    7645     if test -d $d -a -x $d ; then 
    7646       # normalize 
    7647       new_d=$(cd $d ; pwd) 
    7648       # uniq 
    7649       if ! echo "$new_sys_lib_search_path_spec" | grep -q -F -e " $new_d " ; then 
    7650         new_sys_lib_search_path_spec="$new_sys_lib_search_path_spec $new_d " 
    7651       fi 
    7652     fi 
    7653   done 
    7654   # compress spaces 
    7655   sys_lib_search_path_spec=`echo "$new_sys_lib_search_path_spec" | $SED -e 's/^ *//g;s/ \+/ /g;s/ $//g'` 
    76567777else 
    76577778  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" 
     
    77587879      dldir=$destdir/`dirname \$dlpath`~ 
    77597880      test -d \$dldir || mkdir -p \$dldir~ 
    7760       $install_prog $dir/$dlname \$dldir/$dlname' 
     7881      $install_prog $dir/$dlname \$dldir/$dlname~ 
     7882      chmod a+x \$dldir/$dlname' 
    77617883    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ 
    77627884      dlpath=$dir/\$dldll~ 
     
    77937915    ;; 
    77947916 
     7917  linux*) 
     7918    if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 
     7919      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 
     7920      supports_anon_versioning=no 
     7921      case `$LD -v 2>/dev/null` in 
     7922        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 
     7923        *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... 
     7924        *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... 
     7925        *\ 2.11.*) ;; # other 2.11 versions 
     7926        *) supports_anon_versioning=yes ;; 
     7927      esac 
     7928      if test $supports_anon_versioning = yes; then 
     7929        archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ 
     7930cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 
     7931$echo "local: *; };" >> $output_objdir/$libname.ver~ 
     7932        $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 
     7933      else 
     7934        $archive_expsym_cmds="$archive_cmds" 
     7935      fi 
     7936    else 
     7937      ld_shlibs=no 
     7938    fi 
     7939    ;; 
     7940 
    77957941  *) 
    77967942    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' 
     
    78117957  shlibpath_overrides_runpath=yes 
    78127958  shlibpath_var=DYLD_LIBRARY_PATH 
    7813   shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)
     7959  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`
    78147960  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. 
    78157961  if test "$GCC" = yes; then 
     
    78497995  # DragonFly does not have aout.  When/if they implement a new 
    78507996  # versioning mechanism, adjust this. 
    7851   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` 
    7852   version_type=freebsd-$objformat 
     7997  if test -x /usr/bin/objformat; then 
     7998    objformat=`/usr/bin/objformat` 
     7999  else 
     8000    case $host_os in 
     8001    freebsd[123]*) objformat=aout ;; 
     8002    *) objformat=elf ;; 
     8003    esac 
     8004  fi 
     8005  # Handle Gentoo/FreeBSD as it was Linux 
     8006  case $host_vendor in 
     8007    gentoo) 
     8008      version_type=linux ;; 
     8009    *) 
     8010      version_type=freebsd-$objformat ;; 
     8011  esac 
     8012 
    78538013  case $version_type in 
    78548014    freebsd-elf*) 
     
    78608020      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' 
    78618021      need_version=yes 
     8022      ;; 
     8023    linux) 
     8024      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 
     8025      soname_spec='${libname}${release}${shared_ext}$major' 
     8026      need_lib_prefix=no 
     8027      need_version=no 
    78628028      ;; 
    78638029  esac 
     
    78948060  need_lib_prefix=no 
    78958061  need_version=no 
    7896   case "$host_cpu" in 
     8062  case $host_cpu in 
    78978063  ia64*) 
    78988064    shrext_cmds='.so' 
     
    79938159  # Append ld.so.conf contents to the search path 
    79948160  if test -f /etc/ld.so.conf; then 
    7995     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` 
     8161    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` 
    79968162    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" 
    79978163  fi 
     8164 
     8165  case $host_cpu:$lt_cv_cc_64bit_output in 
     8166  powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes) 
     8167    sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /usr/X11R6/lib64" 
     8168    sys_lib_search_path_spec="/lib64 /usr/lib64 /usr/local/lib64 /usr/X11R6/lib64" 
     8169    ;; 
     8170  esac 
    79988171 
    79998172  # We used to test for /lib/ld.so.1 and disable shared libraries on 
     
    80088181  libsuff= 
    80098182  case "$host_cpu" in 
    8010   x86_64*|s390x*|powerpc64*
    8011     echo '#line 8011 "configure"' > conftest.$ac_ext 
     8183  x86_64*
     8184    echo '#line 8184 "configure"' > conftest.$ac_ext 
    80128185    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    80138186  (eval $ac_compile) 2>&5 
     
    80808253  version_type=sunos 
    80818254  need_lib_prefix=no 
    8082   need_version=no 
     8255  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. 
     8256  case $host_os in 
     8257    openbsd3.3 | openbsd3.3.*) need_version=yes ;; 
     8258    *)                         need_version=no  ;; 
     8259  esac 
    80838260  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 
    80848261  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 
     
    88699046  lt_status=$lt_dlunknown 
    88709047  cat > conftest.$ac_ext <<EOF 
    8871 #line 8871 "configure" 
     9048#line 9048 "configure" 
    88729049#include "confdefs.h" 
    88739050 
     
    89359112  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    89369113  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then 
    8937     (./conftest; exit; ) 2>/dev/null 
     9114    (./conftest; exit; ) >&5 2>/dev/null 
    89389115    lt_status=$? 
    89399116    case x$lt_status in 
     
    89679144  lt_status=$lt_dlunknown 
    89689145  cat > conftest.$ac_ext <<EOF 
    8969 #line 8969 "configure" 
     9146#line 9146 "configure" 
    89709147#include "confdefs.h" 
    89719148 
     
    90339210  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    90349211  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then 
    9035     (./conftest; exit; ) 2>/dev/null 
     9212    (./conftest; exit; ) >&5 2>/dev/null 
    90369213    lt_status=$? 
    90379214    case x$lt_status in 
     
    90839260# On AIX, shared libraries and static libraries use the same namespace, and 
    90849261# are all built from PIC. 
    9085 case "$host_os" in 
     9262case $host_os in 
    90869263aix3*) 
    90879264  test "$enable_shared" = yes && enable_static=no 
     
    92259402# You should have received a copy of the GNU General Public License 
    92269403# along with this program; if not, write to the Free Software 
    9227 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
     9404# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    92289405# 
    92299406# As a special exception to the GNU General Public License, if you 
     
    92369413 
    92379414# Sed that helps us avoid accidentally triggering echo(1) options like -n. 
    9238 Xsed="$SED -e s/^X//" 
     9415Xsed="$SED -e 1s/^X//" 
    92399416 
    92409417# The HP-UX ksh and POSIX shell print the target directory to stdout 
     
    93529529compiler_c_o=$lt_lt_cv_prog_compiler_c_o 
    93539530 
    9354 # Must we lock files when doing compilation
     9531# Must we lock files when doing compilation
    93559532need_locks=$lt_need_locks 
    93569533 
     
    96869863 
    96879864# Source file extension for C++ test sources. 
    9688 ac_ext=cc 
     9865ac_ext=cpp 
    96899866 
    96909867# Object file extension for compiled C++ test sources. 
     
    97059882# Allow CC to be a program name with arguments. 
    97069883compiler=$CC 
     9884 
     9885 
     9886# save warnings/boilerplate of simple test code 
     9887ac_outfile=conftest.$ac_objext 
     9888printf "$lt_simple_compile_test_code" >conftest.$ac_ext 
     9889eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err 
     9890_lt_compiler_boilerplate=`cat conftest.err` 
     9891$rm conftest* 
     9892 
     9893ac_outfile=conftest.$ac_objext 
     9894printf "$lt_simple_link_test_code" >conftest.$ac_ext 
     9895eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d' >conftest.err 
     9896_lt_linker_boilerplate=`cat conftest.err` 
     9897$rm conftest* 
    97079898 
    97089899 
     
    97289919compiler=$CC 
    97299920compiler_CXX=$CC 
    9730 cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` 
     9921for cc_temp in $compiler""; do 
     9922  case $cc_temp in 
     9923    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 
     9924    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; 
     9925    \-*) ;; 
     9926    *) break;; 
     9927  esac 
     9928done 
     9929cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` 
     9930 
    97319931 
    97329932# We don't want -fno-exception wen compiling C++ code, so set the 
     
    97999999      lt_cv_path_LD="$ac_dir/$ac_prog" 
    980010000      # Check to see if the program is GNU ld.  I'd rather use --version, 
    9801       # but apparently some GNU ld's only accept -v. 
     10001      # but apparently some variants of GNU ld only accept -v. 
    980210002      # Break only if it was the GNU/non-GNU ld that we prefer. 
    980310003      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in 
     
    983310033  echo $ECHO_N "(cached) $ECHO_C" >&6 
    983410034else 
    9835   # I'd rather use --version here, but apparently some GNU ld's only accept -v. 
     10035  # I'd rather use --version here, but apparently some GNU lds only accept -v. 
    983610036case `$LD -v 2>&1 </dev/null` in 
    983710037*GNU* | *'with BFD'*) 
     
    1011310313        whole_archive_flag_spec_CXX=' ' 
    1011410314        archive_cmds_need_lc_CXX=yes 
    10115         # This is similar to how AIX traditionally builds it's shared libraries. 
     10315        # This is similar to how AIX traditionally builds its shared libraries. 
    1011610316        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' 
    1011710317      fi 
     
    1015210352  ;; 
    1015310353      darwin* | rhapsody*) 
    10154         case "$host_os" in 
     10354        case $host_os in 
    1015510355        rhapsody* | darwin1.[012]) 
    1015610356         allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress' 
     
    1019010390        fi 
    1019110391        module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 
    10192         # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld'
     10392        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld
    1019310393          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 
    1019410394            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}' 
     
    1019810398            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}' 
    1019910399      else 
    10200       case "$cc_basename" in 
     10400      case $cc_basename in 
    1020110401        xlc*) 
    1020210402         output_verbose_link_cmd='echo' 
    1020310403          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' 
    1020410404          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 
    10205           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld'
     10405          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld
    1020610406          archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 
    1020710407          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}' 
     
    1021610416  dgux*) 
    1021710417    case $cc_basename in 
    10218       ec++
     10418      ec++*
    1021910419        # FIXME: insert proper C++ library support 
    1022010420        ld_shlibs_CXX=no 
    1022110421        ;; 
    10222       ghcx
     10422      ghcx*
    1022310423        # Green Hills C++ Compiler 
    1022410424        # FIXME: insert proper C++ library support 
     
    1025510455 
    1025610456    case $cc_basename in 
    10257     CC
     10457    CC*
    1025810458      # FIXME: insert proper C++ library support 
    1025910459      ld_shlibs_CXX=no 
    1026010460      ;; 
    10261     aCC
     10461    aCC*
    1026210462      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' 
    1026310463      # Commands to make compiler produce verbose output that lists 
     
    1028310483  hpux10*|hpux11*) 
    1028410484    if test $with_gnu_ld = no; then 
    10285       case "$host_cpu" in 
     10485      case $host_cpu in 
    1028610486      hppa*64*) 
    1028710487        hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' 
     
    1029910499      esac 
    1030010500    fi 
    10301     case "$host_cpu" in 
     10501    case $host_cpu in 
    1030210502    hppa*64*) 
    1030310503      hardcode_direct_CXX=no 
     
    1032010520 
    1032110521    case $cc_basename in 
    10322       CC
     10522      CC*
    1032310523        # FIXME: insert proper C++ library support 
    1032410524        ld_shlibs_CXX=no 
    1032510525        ;; 
    10326       aCC
    10327         case "$host_cpu" in 
     10526      aCC*
     10527        case $host_cpu in 
    1032810528        hppa*64*|ia64*) 
    1032910529          archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' 
     
    1034610546        if test "$GXX" = yes; then 
    1034710547          if test $with_gnu_ld = no; then 
    10348             case "$host_cpu" in 
     10548            case $host_cpu in 
    1034910549            ia64*|hppa*64*) 
    1035010550              archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' 
     
    1036410564  irix5* | irix6*) 
    1036510565    case $cc_basename in 
    10366       CC
     10566      CC*
    1036710567        # S