IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3081


Ignore:
Timestamp:
Jan 24, 2005, 1:14:37 PM (21 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psModules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/aclocal.m4

    r3080 r3081  
    64106410# release and drop the old call support.
    64116411AC_DEFUN([AM_INIT_AUTOMAKE],
    6412 [AC_PREREQ([2.58])dnl
     6412[AC_PREREQ([2.57])dnl
    64136413dnl Autoconf wants to disallow AM_ names.  We explicitly allow
    64146414dnl the ones we care about.
  • trunk/psModules/configure

    r2839 r3081  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.59.
     3# Generated by GNU Autoconf 2.57.
    44#
    5 # Copyright (C) 2003 Free Software Foundation, Inc.
     5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
     6# Free Software Foundation, Inc.
    67# This configure script is free software; the Free Software Foundation
    78# gives unlimited permission to copy, distribute and modify it.
     
    2021  set -o posix
    2122fi
    22 DUALCASE=1; export DUALCASE # for MKS sh
    2323
    2424# Support unset when possible.
    25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     25if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
    2626  as_unset=unset
    2727else
     
    4242  LC_TELEPHONE LC_TIME
    4343do
    44   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     44  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
    4545    eval $as_var=C; export $as_var
    4646  else
     
    219219  as_mkdir_p=:
    220220else
    221   test -d ./-p && rmdir ./-p
    222221  as_mkdir_p=false
    223222fi
     
    226225
    227226# Sed expression to map a string onto a valid CPP name.
    228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
     227as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
    229228
    230229# Sed expression to map a string onto a valid variable name.
    231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
     230as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
    232231
    233232
     
    279278# The HP-UX ksh and POSIX shell print the target directory to stdout
    280279# if CDPATH is set.
    281 if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
     280(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    282281
    283282if test -z "$ECHO"; then
     
    823822# Be sure to have absolute paths.
    824823for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
    825               localstatedir libdir includedir oldincludedir infodir mandir
     824              localstatedir libdir includedir oldincludedir infodir mandir
    826825do
    827826  eval ac_val=$`echo $ac_var`
     
    863862  ac_confdir=`(dirname "$0") 2>/dev/null ||
    864863$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    865         X"$0" : 'X\(//\)[^/]' \| \
    866         X"$0" : 'X\(//\)$' \| \
    867         X"$0" : 'X\(/\)' \| \
    868         .     : '\(.\)' 2>/dev/null ||
     864        X"$0" : 'X\(//\)[^/]' \| \
     865        X"$0" : 'X\(//\)$' \| \
     866        X"$0" : 'X\(/\)' \| \
     867        .     : '\(.\)' 2>/dev/null ||
    869868echo X"$0" |
    870869    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    978977Installation directories:
    979978  --prefix=PREFIX         install architecture-independent files in PREFIX
    980                           [$ac_default_prefix]
     979                          [$ac_default_prefix]
    981980  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    982                           [PREFIX]
     981                          [PREFIX]
    983982
    984983By default, \`make install' will install all the files in
     
    10981097    ac_top_srcdir=$ac_top_builddir$srcdir ;;
    10991098esac
    1100 
    1101 # Do not use `cd foo && pwd` to compute absolute paths, because
    1102 # the directories may not exist.
    1103 case `pwd` in
    1104 .) ac_abs_builddir="$ac_dir";;
    1105 *)
    1106   case "$ac_dir" in
    1107   .) ac_abs_builddir=`pwd`;;
    1108   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    1109   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    1110   esac;;
    1111 esac
    1112 case $ac_abs_builddir in
    1113 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    1114 *)
    1115   case ${ac_top_builddir}. in
    1116   .) ac_abs_top_builddir=$ac_abs_builddir;;
    1117   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    1118   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    1119   esac;;
    1120 esac
    1121 case $ac_abs_builddir in
    1122 .) ac_abs_srcdir=$ac_srcdir;;
    1123 *)
    1124   case $ac_srcdir in
    1125   .) ac_abs_srcdir=$ac_abs_builddir;;
    1126   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    1127   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    1128   esac;;
    1129 esac
    1130 case $ac_abs_builddir in
    1131 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    1132 *)
    1133   case $ac_top_srcdir in
    1134   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    1135   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    1136   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    1137   esac;;
    1138 esac
     1099# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
     1100# absolute.
     1101ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
     1102ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
     1103ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
     1104ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
    11391105
    11401106    cd $ac_dir
     
    11471113      $SHELL $ac_srcdir/configure  --help=recursive
    11481114    elif test -f $ac_srcdir/configure.ac ||
    1149            test -f $ac_srcdir/configure.in; then
     1115           test -f $ac_srcdir/configure.in; then
    11501116      echo
    11511117      $ac_configure --help
     
    11611127  cat <<\_ACEOF
    11621128
    1163 Copyright (C) 2003 Free Software Foundation, Inc.
     1129Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
     1130Free Software Foundation, Inc.
    11641131This configure script is free software; the Free Software Foundation
    11651132gives unlimited permission to copy, distribute and modify it.
     
    11731140
    11741141It was created by $as_me, which was
    1175 generated by GNU Autoconf 2.59.  Invocation command line was
     1142generated by GNU Autoconf 2.57.  Invocation command line was
    11761143
    11771144  $ $0 $@
     
    12501217      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
    12511218      if test $ac_must_keep_next = true; then
    1252         ac_must_keep_next=false # Got value, back to normal.
     1219        ac_must_keep_next=false # Got value, back to normal.
    12531220      else
    1254         case $ac_arg in
    1255           *=* | --config-cache | -C | -disable-* | --disable-* \
    1256           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
    1257           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
    1258           | -with-* | --with-* | -without-* | --without-* | --x)
    1259             case "$ac_configure_args0 " in
    1260               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
    1261             esac
    1262             ;;
    1263           -* ) ac_must_keep_next=true ;;
    1264         esac
     1221        case $ac_arg in
     1222          *=* | --config-cache | -C | -disable-* | --disable-* \
     1223          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
     1224          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
     1225          | -with-* | --with-* | -without-* | --without-* | --x)
     1226            case "$ac_configure_args0 " in
     1227              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
     1228            esac
     1229            ;;
     1230          -* ) ac_must_keep_next=true ;;
     1231        esac
    12651232      fi
    12661233      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
     
    12961263    *ac_space=\ *)
    12971264      sed -n \
    1298         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
    1299           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
     1265        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
     1266          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
    13001267      ;;
    13011268    *)
    13021269      sed -n \
    1303         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     1270        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    13041271      ;;
    13051272    esac;
     
    13301297      do
    13311298        eval ac_val=$`echo $ac_var`
    1332         echo "$ac_var='"'"'$ac_val'"'"'"
     1299        echo "$ac_var='"'"'$ac_val'"'"'"
    13331300      done | sort
    13341301      echo
     
    13491316    echo "$as_me: exit $exit_status"
    13501317  } >&5
    1351   rm -f core *.core &&
     1318  rm -f core core.* *.core &&
    13521319  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
    13531320    exit $exit_status
     
    14291396ac_cache_corrupted=false
    14301397for ac_var in `(set) 2>&1 |
    1431                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
     1398               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
    14321399  eval ac_old_set=\$ac_cv_env_${ac_var}_set
    14331400  eval ac_new_set=\$ac_env_${ac_var}_set
     
    14461413    *)
    14471414      if test "x$ac_old_val" != "x$ac_new_val"; then
    1448         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1415        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    14491416echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1450         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
     1417        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    14511418echo "$as_me:   former value:  $ac_old_val" >&2;}
    1452         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
     1419        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    14531420echo "$as_me:   current value: $ac_new_val" >&2;}
    1454         ac_cache_corrupted=:
     1421        ac_cache_corrupted=:
    14551422      fi;;
    14561423  esac
     
    15401507# AFS /usr/afsws/bin/install, which mishandles nonexistent args
    15411508# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    1542 # OS/2's system install, which has a completely different semantic
    15431509# ./install, which can be erroneously created by make from ./install.sh.
    15441510echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     
    15571523  ./ | .// | /cC/* | \
    15581524  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
    1559   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
    15601525  /usr/ucb/* ) ;;
    15611526  *)
     
    15651530    for ac_prog in ginstall scoinst install; do
    15661531      for ac_exec_ext in '' $ac_executable_extensions; do
    1567         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
    1568           if test $ac_prog = install &&
    1569             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    1570             # AIX install.  It has an incompatible calling convention.
    1571             :
    1572           elif test $ac_prog = install &&
    1573             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    1574             # program-specific install script used by HP pwplus--don't use.
    1575             :
    1576           else
    1577             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    1578             break 3
    1579           fi
    1580         fi
     1532        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
     1533          if test $ac_prog = install &&
     1534            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     1535            # AIX install.  It has an incompatible calling convention.
     1536            :
     1537          elif test $ac_prog = install &&
     1538            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     1539            # program-specific install script used by HP pwplus--don't use.
     1540            :
     1541          else
     1542            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     1543            break 3
     1544          fi
     1545        fi
    15811546      done
    15821547    done
     
    17541719echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    17551720echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
    1756 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
     1721set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
    17571722if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
    17581723  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    22832248
    22842249cat >conftest.$ac_ext <<_ACEOF
     2250#line $LINENO "configure"
    22852251/* confdefs.h.  */
    22862252_ACEOF
     
    23022268# It will help us diagnose broken compilers, and finding out an intuition
    23032269# of exeext.
    2304 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2305 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
     2270echo "$as_me:$LINENO: checking for C compiler default output" >&5
     2271echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
    23062272ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    23072273if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
     
    23232289  case $ac_file in
    23242290    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
    2325         ;;
     2291        ;;
    23262292    conftest.$ac_ext )
    2327         # This is the source file.
    2328         ;;
     2293        # This is the source file.
     2294        ;;
    23292295    [ab].out )
    2330         # We found the default executable, but exeext='' is most
    2331         # certainly right.
    2332         break;;
     2296        # We found the default executable, but exeext='' is most
     2297        # certainly right.
     2298        break;;
    23332299    *.* )
    2334         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    2335         # FIXME: I believe we export ac_cv_exeext for Libtool,
    2336         # but it would be cool to find out if it's true.  Does anybody
    2337         # maintain Libtool? --akim.
    2338         export ac_cv_exeext
    2339         break;;
     2300        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
     2301        # FIXME: I believe we export ac_cv_exeext for Libtool,
     2302        # but it would be cool to find out if it's true.  Does anybody
     2303        # maintain Libtool? --akim.
     2304        export ac_cv_exeext
     2305        break;;
    23402306    * )
    2341         break;;
     2307        break;;
    23422308  esac
    23432309done
     
    24132379    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
    24142380    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    2415           export ac_cv_exeext
    2416           break;;
     2381          export ac_cv_exeext
     2382          break;;
    24172383    * ) break;;
    24182384  esac
     
    24392405else
    24402406  cat >conftest.$ac_ext <<_ACEOF
     2407#line $LINENO "configure"
    24412408/* confdefs.h.  */
    24422409_ACEOF
     
    24892456else
    24902457  cat >conftest.$ac_ext <<_ACEOF
     2458#line $LINENO "configure"
    24912459/* confdefs.h.  */
    24922460_ACEOF
     
    25082476rm -f conftest.$ac_objext
    25092477if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2510   (eval $ac_compile) 2>conftest.er1
     2478  (eval $ac_compile) 2>&5
    25112479  ac_status=$?
    2512   grep -v '^ *+' conftest.er1 >conftest.err
    2513   rm -f conftest.er1
    2514   cat conftest.err >&5
    25152480  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25162481  (exit $ac_status); } &&
    2517          { ac_try='test -z "$ac_c_werror_flag"
    2518                          || test ! -s conftest.err'
    2519   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2520   (eval $ac_try) 2>&5
    2521   ac_status=$?
    2522   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2523   (exit $ac_status); }; } &&
    2524          { ac_try='test -s conftest.$ac_objext'
     2482         { ac_try='test -s conftest.$ac_objext'
    25252483  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    25262484  (eval $ac_try) 2>&5
     
    25352493ac_compiler_gnu=no
    25362494fi
    2537 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2495rm -f conftest.$ac_objext conftest.$ac_ext
    25382496ac_cv_c_compiler_gnu=$ac_compiler_gnu
    25392497
     
    25512509else
    25522510  cat >conftest.$ac_ext <<_ACEOF
     2511#line $LINENO "configure"
    25532512/* confdefs.h.  */
    25542513_ACEOF
     
    25672526rm -f conftest.$ac_objext
    25682527if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2569   (eval $ac_compile) 2>conftest.er1
     2528  (eval $ac_compile) 2>&5
    25702529  ac_status=$?
    2571   grep -v '^ *+' conftest.er1 >conftest.err
    2572   rm -f conftest.er1
    2573   cat conftest.err >&5
    25742530  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25752531  (exit $ac_status); } &&
    2576          { ac_try='test -z "$ac_c_werror_flag"
    2577                          || test ! -s conftest.err'
    2578   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2579   (eval $ac_try) 2>&5
    2580   ac_status=$?
    2581   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2582   (exit $ac_status); }; } &&
    2583          { ac_try='test -s conftest.$ac_objext'
     2532         { ac_try='test -s conftest.$ac_objext'
    25842533  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    25852534  (eval $ac_try) 2>&5
     
    25942543ac_cv_prog_cc_g=no
    25952544fi
    2596 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2545rm -f conftest.$ac_objext conftest.$ac_ext
    25972546fi
    25982547echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     
    26212570ac_save_CC=$CC
    26222571cat >conftest.$ac_ext <<_ACEOF
     2572#line $LINENO "configure"
    26232573/* confdefs.h.  */
    26242574_ACEOF
     
    26482598  return s;
    26492599}
    2650 
    2651 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
    2652    function prototypes and stuff, but not '\xHH' hex character constants.
    2653    These don't provoke an error unfortunately, instead are silently treated
    2654    as 'x'.  The following induces an error, until -std1 is added to get
    2655    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
    2656    array size at least.  It's necessary to write '\x00'==0 to get something
    2657    that's true only with -std1.  */
    2658 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
    2659 
    26602600int test (int i, double x);
    26612601struct s1 {int (*f) (int a);};
     
    26842624  rm -f conftest.$ac_objext
    26852625if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2686   (eval $ac_compile) 2>conftest.er1
     2626  (eval $ac_compile) 2>&5
    26872627  ac_status=$?
    2688   grep -v '^ *+' conftest.er1 >conftest.err
    2689   rm -f conftest.er1
    2690   cat conftest.err >&5
    26912628  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26922629  (exit $ac_status); } &&
    2693          { ac_try='test -z "$ac_c_werror_flag"
    2694                          || test ! -s conftest.err'
    2695   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2696   (eval $ac_try) 2>&5
    2697   ac_status=$?
    2698   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2699   (exit $ac_status); }; } &&
    2700          { ac_try='test -s conftest.$ac_objext'
     2630         { ac_try='test -s conftest.$ac_objext'
    27012631  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    27022632  (eval $ac_try) 2>&5
     
    27112641
    27122642fi
    2713 rm -f conftest.err conftest.$ac_objext
     2643rm -f conftest.$ac_objext
    27142644done
    27152645rm -f conftest.$ac_ext conftest.$ac_objext
     
    27392669rm -f conftest.$ac_objext
    27402670if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2741   (eval $ac_compile) 2>conftest.er1
     2671  (eval $ac_compile) 2>&5
    27422672  ac_status=$?
    2743   grep -v '^ *+' conftest.er1 >conftest.err
    2744   rm -f conftest.er1
    2745   cat conftest.err >&5
    27462673  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27472674  (exit $ac_status); } &&
    2748          { ac_try='test -z "$ac_c_werror_flag"
    2749                          || test ! -s conftest.err'
    2750   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2751   (eval $ac_try) 2>&5
    2752   ac_status=$?
    2753   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2754   (exit $ac_status); }; } &&
    2755          { ac_try='test -s conftest.$ac_objext'
     2675         { ac_try='test -s conftest.$ac_objext'
    27562676  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    27572677  (eval $ac_try) 2>&5
     
    27602680  (exit $ac_status); }; }; then
    27612681  for ac_declaration in \
    2762    '' \
     2682   ''\
     2683   '#include <stdlib.h>' \
    27632684   'extern "C" void std::exit (int) throw (); using std::exit;' \
    27642685   'extern "C" void std::exit (int); using std::exit;' \
     
    27682689do
    27692690  cat >conftest.$ac_ext <<_ACEOF
     2691#line $LINENO "configure"
    27702692/* confdefs.h.  */
    27712693_ACEOF
     
    27732695cat >>conftest.$ac_ext <<_ACEOF
    27742696/* end confdefs.h.  */
     2697#include <stdlib.h>
    27752698$ac_declaration
    2776 #include <stdlib.h>
    27772699int
    27782700main ()
     
    27852707rm -f conftest.$ac_objext
    27862708if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2787   (eval $ac_compile) 2>conftest.er1
     2709  (eval $ac_compile) 2>&5
    27882710  ac_status=$?
    2789   grep -v '^ *+' conftest.er1 >conftest.err
    2790   rm -f conftest.er1
    2791   cat conftest.err >&5
    27922711  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27932712  (exit $ac_status); } &&
    2794          { ac_try='test -z "$ac_c_werror_flag"
    2795                          || test ! -s conftest.err'
    2796   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2797   (eval $ac_try) 2>&5
    2798   ac_status=$?
    2799   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2800   (exit $ac_status); }; } &&
    2801          { ac_try='test -s conftest.$ac_objext'
     2713         { ac_try='test -s conftest.$ac_objext'
    28022714  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    28032715  (eval $ac_try) 2>&5
     
    28122724continue
    28132725fi
    2814 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2726rm -f conftest.$ac_objext conftest.$ac_ext
    28152727  cat >conftest.$ac_ext <<_ACEOF
     2728#line $LINENO "configure"
    28162729/* confdefs.h.  */
    28172730_ACEOF
     
    28302743rm -f conftest.$ac_objext
    28312744if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2832   (eval $ac_compile) 2>conftest.er1
     2745  (eval $ac_compile) 2>&5
    28332746  ac_status=$?
    2834   grep -v '^ *+' conftest.er1 >conftest.err
    2835   rm -f conftest.er1
    2836   cat conftest.err >&5
    28372747  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28382748  (exit $ac_status); } &&
    2839          { ac_try='test -z "$ac_c_werror_flag"
    2840                          || test ! -s conftest.err'
    2841   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2842   (eval $ac_try) 2>&5
    2843   ac_status=$?
    2844   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2845   (exit $ac_status); }; } &&
    2846          { ac_try='test -s conftest.$ac_objext'
     2749         { ac_try='test -s conftest.$ac_objext'
    28472750  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    28482751  (eval $ac_try) 2>&5
     
    28562759
    28572760fi
    2858 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2761rm -f conftest.$ac_objext conftest.$ac_ext
    28592762done
    28602763rm -f conftest*
     
    28702773
    28712774fi
    2872 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2775rm -f conftest.$ac_objext conftest.$ac_ext
    28732776ac_ext=c
    28742777ac_cpp='$CPP $CPPFLAGS'
     
    30672970# AFS /usr/afsws/bin/install, which mishandles nonexistent args
    30682971# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    3069 # OS/2's system install, which has a completely different semantic
    30702972# ./install, which can be erroneously created by make from ./install.sh.
    30712973echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     
    30842986  ./ | .// | /cC/* | \
    30852987  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
    3086   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
    30872988  /usr/ucb/* ) ;;
    30882989  *)
     
    30922993    for ac_prog in ginstall scoinst install; do
    30932994      for ac_exec_ext in '' $ac_executable_extensions; do
    3094         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
    3095           if test $ac_prog = install &&
    3096             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    3097             # AIX install.  It has an incompatible calling convention.
    3098             :
    3099           elif test $ac_prog = install &&
    3100             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    3101             # program-specific install script used by HP pwplus--don't use.
    3102             :
    3103           else
    3104             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    3105             break 3
    3106           fi
    3107         fi
     2995        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
     2996          if test $ac_prog = install &&
     2997            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     2998            # AIX install.  It has an incompatible calling convention.
     2999            :
     3000          elif test $ac_prog = install &&
     3001            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     3002            # program-specific install script used by HP pwplus--don't use.
     3003            :
     3004          else
     3005            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     3006            break 3
     3007          fi
     3008        fi
    31083009      done
    31093010    done
     
    33113212  done
    33123213done
     3214
     3215fi
     3216
    33133217SED=$lt_cv_path_SED
    3314 
    3315 fi
    3316 
    33173218echo "$as_me:$LINENO: result: $SED" >&5
    33183219echo "${ECHO_T}$SED" >&6
     
    34553356esac
    34563357reload_cmds='$LD$reload_flag -o $output$reload_objs'
     3358case $host_os in
     3359  darwin*)
     3360    if test "$GCC" = yes; then
     3361      reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
     3362    else
     3363      reload_cmds='$LD$reload_flag -o $output$reload_objs'
     3364    fi
     3365    ;;
     3366esac
    34573367
    34583368echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
     
    35413451  ;;
    35423452
    3543 bsdi4*)
     3453bsdi[45]*)
    35443454  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
    35453455  lt_cv_file_magic_cmd='/usr/bin/file -L'
     
    36153525linux*)
    36163526  case $host_cpu in
    3617   alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*|x86_64*)
     3527  alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*|x86_64)
    36183528    lt_cv_deplibs_check_method=pass_all ;;
    36193529  *)
     
    36453555
    36463556openbsd*)
    3647   lt_cv_file_magic_cmd=/usr/bin/file
    3648   lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
    36493557  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
    3650     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
     3558    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
    36513559  else
    3652     lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
     3560    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
    36533561  fi
    36543562  ;;
     
    37433651*-*-irix6*)
    37443652  # Find out which ABI we are using.
    3745   echo '#line 3745 "configure"' > conftest.$ac_ext
     3653  echo '#line 3653 "configure"' > conftest.$ac_ext
    37463654  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    37473655  (eval $ac_compile) 2>&5
     
    38403748
    38413749     cat >conftest.$ac_ext <<_ACEOF
     3750#line $LINENO "configure"
    38423751/* confdefs.h.  */
    38433752_ACEOF
     
    38563765rm -f conftest.$ac_objext conftest$ac_exeext
    38573766if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    3858   (eval $ac_link) 2>conftest.er1
     3767  (eval $ac_link) 2>&5
    38593768  ac_status=$?
    3860   grep -v '^ *+' conftest.er1 >conftest.err
    3861   rm -f conftest.er1
    3862   cat conftest.err >&5
    38633769  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38643770  (exit $ac_status); } &&
    3865          { ac_try='test -z "$ac_c_werror_flag"
    3866                          || test ! -s conftest.err'
    3867   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3868   (eval $ac_try) 2>&5
    3869   ac_status=$?
    3870   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3871   (exit $ac_status); }; } &&
    3872          { ac_try='test -s conftest$ac_exeext'
     3771         { ac_try='test -s conftest$ac_exeext'
    38733772  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    38743773  (eval $ac_try) 2>&5
     
    38833782lt_cv_cc_needs_belf=no
    38843783fi
    3885 rm -f conftest.err conftest.$ac_objext \
    3886       conftest$ac_exeext conftest.$ac_ext
     3784rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    38873785     ac_ext=c
    38883786ac_cpp='$CPP $CPPFLAGS'
     
    39333831  # not just through cpp. "Syntax error" is here to catch this case.
    39343832  cat >conftest.$ac_ext <<_ACEOF
     3833#line $LINENO "configure"
    39353834/* confdefs.h.  */
    39363835_ACEOF
     
    39433842# include <assert.h>
    39443843#endif
    3945                      Syntax error
     3844                     Syntax error
    39463845_ACEOF
    39473846if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     
    39553854  if test -s conftest.err; then
    39563855    ac_cpp_err=$ac_c_preproc_warn_flag
    3957     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    39583856  else
    39593857    ac_cpp_err=
     
    39763874  # can be detected and how.
    39773875  cat >conftest.$ac_ext <<_ACEOF
     3876#line $LINENO "configure"
    39783877/* confdefs.h.  */
    39793878_ACEOF
     
    39933892  if test -s conftest.err; then
    39943893    ac_cpp_err=$ac_c_preproc_warn_flag
    3995     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    39963894  else
    39973895    ac_cpp_err=
     
    40403938  # not just through cpp. "Syntax error" is here to catch this case.
    40413939  cat >conftest.$ac_ext <<_ACEOF
     3940#line $LINENO "configure"
    40423941/* confdefs.h.  */
    40433942_ACEOF
     
    40503949# include <assert.h>
    40513950#endif
    4052                      Syntax error
     3951                     Syntax error
    40533952_ACEOF
    40543953if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     
    40623961  if test -s conftest.err; then
    40633962    ac_cpp_err=$ac_c_preproc_warn_flag
    4064     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    40653963  else
    40663964    ac_cpp_err=
     
    40833981  # can be detected and how.
    40843982  cat >conftest.$ac_ext <<_ACEOF
     3983#line $LINENO "configure"
    40853984/* confdefs.h.  */
    40863985_ACEOF
     
    41003999  if test -s conftest.err; then
    41014000    ac_cpp_err=$ac_c_preproc_warn_flag
    4102     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    41034001  else
    41044002    ac_cpp_err=
     
    41464044else
    41474045  cat >conftest.$ac_ext <<_ACEOF
     4046#line $LINENO "configure"
    41484047/* confdefs.h.  */
    41494048_ACEOF
     
    41664065rm -f conftest.$ac_objext
    41674066if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4168   (eval $ac_compile) 2>conftest.er1
     4067  (eval $ac_compile) 2>&5
    41694068  ac_status=$?
    4170   grep -v '^ *+' conftest.er1 >conftest.err
    4171   rm -f conftest.er1
    4172   cat conftest.err >&5
    41734069  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41744070  (exit $ac_status); } &&
    4175          { ac_try='test -z "$ac_c_werror_flag"
    4176                          || test ! -s conftest.err'
    4177   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4178   (eval $ac_try) 2>&5
    4179   ac_status=$?
    4180   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4181   (exit $ac_status); }; } &&
    4182          { ac_try='test -s conftest.$ac_objext'
     4071         { ac_try='test -s conftest.$ac_objext'
    41834072  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    41844073  (eval $ac_try) 2>&5
     
    41934082ac_cv_header_stdc=no
    41944083fi
    4195 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4084rm -f conftest.$ac_objext conftest.$ac_ext
    41964085
    41974086if test $ac_cv_header_stdc = yes; then
    41984087  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    41994088  cat >conftest.$ac_ext <<_ACEOF
     4089#line $LINENO "configure"
    42004090/* confdefs.h.  */
    42014091_ACEOF
     
    42194109  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    42204110  cat >conftest.$ac_ext <<_ACEOF
     4111#line $LINENO "configure"
    42214112/* confdefs.h.  */
    42224113_ACEOF
     
    42434134else
    42444135  cat >conftest.$ac_ext <<_ACEOF
     4136#line $LINENO "configure"
    42454137/* confdefs.h.  */
    42464138_ACEOF
     
    42544146#else
    42554147# define ISLOWER(c) \
    4256                    (('a' <= (c) && (c) <= 'i') \
    4257                      || ('j' <= (c) && (c) <= 'r') \
    4258                      || ('s' <= (c) && (c) <= 'z'))
     4148                   (('a' <= (c) && (c) <= 'i') \
     4149                     || ('j' <= (c) && (c) <= 'r') \
     4150                     || ('s' <= (c) && (c) <= 'z'))
    42594151# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
    42604152#endif
     
    42674159  for (i = 0; i < 256; i++)
    42684160    if (XOR (islower (i), ISLOWER (i))
    4269         || toupper (i) != TOUPPER (i))
     4161        || toupper (i) != TOUPPER (i))
    42704162      exit(2);
    42714163  exit (0);
     
    42924184ac_cv_header_stdc=no
    42934185fi
    4294 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     4186rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    42954187fi
    42964188fi
     
    43174209
    43184210for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
    4319                   inttypes.h stdint.h unistd.h
     4211                  inttypes.h stdint.h unistd.h
    43204212do
    43214213as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     
    43264218else
    43274219  cat >conftest.$ac_ext <<_ACEOF
     4220#line $LINENO "configure"
    43284221/* confdefs.h.  */
    43294222_ACEOF
     
    43374230rm -f conftest.$ac_objext
    43384231if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4339   (eval $ac_compile) 2>conftest.er1
     4232  (eval $ac_compile) 2>&5
    43404233  ac_status=$?
    4341   grep -v '^ *+' conftest.er1 >conftest.err
    4342   rm -f conftest.er1
    4343   cat conftest.err >&5
    43444234  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43454235  (exit $ac_status); } &&
    4346          { ac_try='test -z "$ac_c_werror_flag"
    4347                          || test ! -s conftest.err'
    4348   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4349   (eval $ac_try) 2>&5
    4350   ac_status=$?
    4351   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4352   (exit $ac_status); }; } &&
    4353          { ac_try='test -s conftest.$ac_objext'
     4236         { ac_try='test -s conftest.$ac_objext'
    43544237  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    43554238  (eval $ac_try) 2>&5
     
    43644247eval "$as_ac_Header=no"
    43654248fi
    4366 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4249rm -f conftest.$ac_objext conftest.$ac_ext
    43674250fi
    43684251echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     
    43954278echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
    43964279cat >conftest.$ac_ext <<_ACEOF
     4280#line $LINENO "configure"
    43974281/* confdefs.h.  */
    43984282_ACEOF
     
    44054289rm -f conftest.$ac_objext
    44064290if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4407   (eval $ac_compile) 2>conftest.er1
     4291  (eval $ac_compile) 2>&5
    44084292  ac_status=$?
    4409   grep -v '^ *+' conftest.er1 >conftest.err
    4410   rm -f conftest.er1
    4411   cat conftest.err >&5
    44124293  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44134294  (exit $ac_status); } &&
    4414          { ac_try='test -z "$ac_c_werror_flag"
    4415                          || test ! -s conftest.err'
    4416   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4417   (eval $ac_try) 2>&5
    4418   ac_status=$?
    4419   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4420   (exit $ac_status); }; } &&
    4421          { ac_try='test -s conftest.$ac_objext'
     4295         { ac_try='test -s conftest.$ac_objext'
    44224296  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    44234297  (eval $ac_try) 2>&5
     
    44324306ac_header_compiler=no
    44334307fi
    4434 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4308rm -f conftest.$ac_objext conftest.$ac_ext
    44354309echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    44364310echo "${ECHO_T}$ac_header_compiler" >&6
     
    44404314echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
    44414315cat >conftest.$ac_ext <<_ACEOF
     4316#line $LINENO "configure"
    44424317/* confdefs.h.  */
    44434318_ACEOF
     
    44574332  if test -s conftest.err; then
    44584333    ac_cpp_err=$ac_c_preproc_warn_flag
    4459     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    44604334  else
    44614335    ac_cpp_err=
     
    44774351
    44784352# So?  What about this header?
    4479 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    4480   yes:no: )
     4353case $ac_header_compiler:$ac_header_preproc in
     4354  yes:no )
    44814355    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    44824356echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    4483     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    4484 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    4485     ac_header_preproc=yes
     4357    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     4358echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     4359    (
     4360      cat <<\_ASBOX
     4361## ------------------------------------ ##
     4362## Report this to bug-autoconf@gnu.org. ##
     4363## ------------------------------------ ##
     4364_ASBOX
     4365    ) |
     4366      sed "s/^/$as_me: WARNING:     /" >&2
    44864367    ;;
    4487   no:yes:* )
     4368  no:yes )
    44884369    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    44894370echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    4490     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    4491 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    4492     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    4493 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    4494     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    4495 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     4371    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
     4372echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
    44964373    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    44974374echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    4498     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    4499 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    45004375    (
    45014376      cat <<\_ASBOX
    4502 ## ------------------------------------------ ##
    4503 ## Report this to the AC_PACKAGE_NAME lists. ##
    4504 ## ------------------------------------------ ##
     4377## ------------------------------------ ##
     4378## Report this to bug-autoconf@gnu.org. ##
     4379## ------------------------------------ ##
    45054380_ASBOX
    45064381    ) |
     
    45134388  echo $ECHO_N "(cached) $ECHO_C" >&6
    45144389else
    4515   eval "$as_ac_Header=\$ac_header_preproc"
     4390  eval "$as_ac_Header=$ac_header_preproc"
    45164391fi
    45174392echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     
    46474522else
    46484523  cat >conftest.$ac_ext <<_ACEOF
     4524#line $LINENO "configure"
    46494525/* confdefs.h.  */
    46504526_ACEOF
     
    46664542rm -f conftest.$ac_objext
    46674543if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4668   (eval $ac_compile) 2>conftest.er1
     4544  (eval $ac_compile) 2>&5
    46694545  ac_status=$?
    4670   grep -v '^ *+' conftest.er1 >conftest.err
    4671   rm -f conftest.er1
    4672   cat conftest.err >&5
    46734546  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46744547  (exit $ac_status); } &&
    4675          { ac_try='test -z "$ac_cxx_werror_flag"
    4676                          || test ! -s conftest.err'
    4677   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4678   (eval $ac_try) 2>&5
    4679   ac_status=$?
    4680   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4681   (exit $ac_status); }; } &&
    4682          { ac_try='test -s conftest.$ac_objext'
     4548         { ac_try='test -s conftest.$ac_objext'
    46834549  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    46844550  (eval $ac_try) 2>&5
     
    46934559ac_compiler_gnu=no
    46944560fi
    4695 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4561rm -f conftest.$ac_objext conftest.$ac_ext
    46964562ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
    46974563
     
    47094575else
    47104576  cat >conftest.$ac_ext <<_ACEOF
     4577#line $LINENO "configure"
    47114578/* confdefs.h.  */
    47124579_ACEOF
     
    47254592rm -f conftest.$ac_objext
    47264593if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4727   (eval $ac_compile) 2>conftest.er1
     4594  (eval $ac_compile) 2>&5
    47284595  ac_status=$?
    4729   grep -v '^ *+' conftest.er1 >conftest.err
    4730   rm -f conftest.er1
    4731   cat conftest.err >&5
    47324596  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47334597  (exit $ac_status); } &&
    4734          { ac_try='test -z "$ac_cxx_werror_flag"
    4735                          || test ! -s conftest.err'
    4736   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4737   (eval $ac_try) 2>&5
    4738   ac_status=$?
    4739   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4740   (exit $ac_status); }; } &&
    4741          { ac_try='test -s conftest.$ac_objext'
     4598         { ac_try='test -s conftest.$ac_objext'
    47424599  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    47434600  (eval $ac_try) 2>&5
     
    47524609ac_cv_prog_cxx_g=no
    47534610fi
    4754 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4611rm -f conftest.$ac_objext conftest.$ac_ext
    47554612fi
    47564613echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     
    47724629fi
    47734630for ac_declaration in \
    4774    '' \
     4631   ''\
     4632   '#include <stdlib.h>' \
    47754633   'extern "C" void std::exit (int) throw (); using std::exit;' \
    47764634   'extern "C" void std::exit (int); using std::exit;' \
     
    47804638do
    47814639  cat >conftest.$ac_ext <<_ACEOF
     4640#line $LINENO "configure"
    47824641/* confdefs.h.  */
    47834642_ACEOF
     
    47854644cat >>conftest.$ac_ext <<_ACEOF
    47864645/* end confdefs.h.  */
     4646#include <stdlib.h>
    47874647$ac_declaration
    4788 #include <stdlib.h>
    47894648int
    47904649main ()
     
    47974656rm -f conftest.$ac_objext
    47984657if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4799   (eval $ac_compile) 2>conftest.er1
     4658  (eval $ac_compile) 2>&5
    48004659  ac_status=$?
    4801   grep -v '^ *+' conftest.er1 >conftest.err
    4802   rm -f conftest.er1
    4803   cat conftest.err >&5
    48044660  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48054661  (exit $ac_status); } &&
    4806          { ac_try='test -z "$ac_cxx_werror_flag"
    4807                          || test ! -s conftest.err'
    4808   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4809   (eval $ac_try) 2>&5
    4810   ac_status=$?
    4811   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4812   (exit $ac_status); }; } &&
    4813          { ac_try='test -s conftest.$ac_objext'
     4662         { ac_try='test -s conftest.$ac_objext'
    48144663  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    48154664  (eval $ac_try) 2>&5
     
    48244673continue
    48254674fi
    4826 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4675rm -f conftest.$ac_objext conftest.$ac_ext
    48274676  cat >conftest.$ac_ext <<_ACEOF
     4677#line $LINENO "configure"
    48284678/* confdefs.h.  */
    48294679_ACEOF
     
    48424692rm -f conftest.$ac_objext
    48434693if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4844   (eval $ac_compile) 2>conftest.er1
     4694  (eval $ac_compile) 2>&5
    48454695  ac_status=$?
    4846   grep -v '^ *+' conftest.er1 >conftest.err
    4847   rm -f conftest.er1
    4848   cat conftest.err >&5
    48494696  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48504697  (exit $ac_status); } &&
    4851          { ac_try='test -z "$ac_cxx_werror_flag"
    4852                          || test ! -s conftest.err'
    4853   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4854   (eval $ac_try) 2>&5
    4855   ac_status=$?
    4856   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4857   (exit $ac_status); }; } &&
    4858          { ac_try='test -s conftest.$ac_objext'
     4698         { ac_try='test -s conftest.$ac_objext'
    48594699  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    48604700  (eval $ac_try) 2>&5
     
    48684708
    48694709fi
    4870 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4710rm -f conftest.$ac_objext conftest.$ac_ext
    48714711done
    48724712rm -f conftest*
     
    50164856  # not just through cpp. "Syntax error" is here to catch this case.
    50174857  cat >conftest.$ac_ext <<_ACEOF
     4858#line $LINENO "configure"
    50184859/* confdefs.h.  */
    50194860_ACEOF
     
    50264867# include <assert.h>
    50274868#endif
    5028                      Syntax error
     4869                     Syntax error
    50294870_ACEOF
    50304871if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     
    50384879  if test -s conftest.err; then
    50394880    ac_cpp_err=$ac_cxx_preproc_warn_flag
    5040     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
    50414881  else
    50424882    ac_cpp_err=
     
    50594899  # can be detected and how.
    50604900  cat >conftest.$ac_ext <<_ACEOF
     4901#line $LINENO "configure"
    50614902/* confdefs.h.  */
    50624903_ACEOF
     
    50764917  if test -s conftest.err; then
    50774918    ac_cpp_err=$ac_cxx_preproc_warn_flag
    5078     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
    50794919  else
    50804920    ac_cpp_err=
     
    51234963  # not just through cpp. "Syntax error" is here to catch this case.
    51244964  cat >conftest.$ac_ext <<_ACEOF
     4965#line $LINENO "configure"
    51254966/* confdefs.h.  */
    51264967_ACEOF
     
    51334974# include <assert.h>
    51344975#endif
    5135                      Syntax error
     4976                     Syntax error
    51364977_ACEOF
    51374978if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     
    51454986  if test -s conftest.err; then
    51464987    ac_cpp_err=$ac_cxx_preproc_warn_flag
    5147     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
    51484988  else
    51494989    ac_cpp_err=
     
    51665006  # can be detected and how.
    51675007  cat >conftest.$ac_ext <<_ACEOF
     5008#line $LINENO "configure"
    51685009/* confdefs.h.  */
    51695010_ACEOF
     
    51835024  if test -s conftest.err; then
    51845025    ac_cpp_err=$ac_cxx_preproc_warn_flag
    5185     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
    51865026  else
    51875027    ac_cpp_err=
     
    52285068ac_compiler_gnu=$ac_cv_f77_compiler_gnu
    52295069if test -n "$ac_tool_prefix"; then
    5230   for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
     5070  for ac_prog in g77 f77 xlf frt pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95
    52315071  do
    52325072    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
     
    52705110if test -z "$F77"; then
    52715111  ac_ct_F77=$F77
    5272   for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
     5112  for ac_prog in g77 f77 xlf frt pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95
    52735113do
    52745114  # Extract the first word of "$ac_prog", so it can be a program name with args.
     
    53155155
    53165156# Provide some information about the compiler.
    5317 echo "$as_me:5317:" \
     5157echo "$as_me:5157:" \
    53185158     "checking for Fortran 77 compiler version" >&5
    53195159ac_compiler=`set X $ac_compile; echo $2`
     
    53335173  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53345174  (exit $ac_status); }
    5335 rm -f a.out
    53365175
    53375176# If we don't use `.F' as extension, the preprocessor is not run on the
    5338 # input file.  (Note that this only needs to work for GNU compilers.)
     5177# input file.
    53395178ac_save_ext=$ac_ext
    53405179ac_ext=F
     
    53545193rm -f conftest.$ac_objext
    53555194if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5356   (eval $ac_compile) 2>conftest.er1
     5195  (eval $ac_compile) 2>&5
    53575196  ac_status=$?
    5358   grep -v '^ *+' conftest.er1 >conftest.err
    5359   rm -f conftest.er1
    5360   cat conftest.err >&5
    53615197  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53625198  (exit $ac_status); } &&
    5363          { ac_try='test -z "$ac_f77_werror_flag"
    5364                          || test ! -s conftest.err'
    5365   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5366   (eval $ac_try) 2>&5
    5367   ac_status=$?
    5368   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5369   (exit $ac_status); }; } &&
    5370          { ac_try='test -s conftest.$ac_objext'
     5199         { ac_try='test -s conftest.$ac_objext'
    53715200  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    53725201  (eval $ac_try) 2>&5
     
    53815210ac_compiler_gnu=no
    53825211fi
    5383 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5212rm -f conftest.$ac_objext conftest.$ac_ext
    53845213ac_cv_f77_compiler_gnu=$ac_compiler_gnu
    53855214
     
    53885217echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6
    53895218ac_ext=$ac_save_ext
     5219G77=`test $ac_compiler_gnu = yes && echo yes`
    53905220ac_test_FFLAGS=${FFLAGS+set}
    53915221ac_save_FFLAGS=$FFLAGS
     
    54045234rm -f conftest.$ac_objext
    54055235if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5406   (eval $ac_compile) 2>conftest.er1
     5236  (eval $ac_compile) 2>&5
    54075237  ac_status=$?
    5408   grep -v '^ *+' conftest.er1 >conftest.err
    5409   rm -f conftest.er1
    5410   cat conftest.err >&5
    54115238  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54125239  (exit $ac_status); } &&
    5413          { ac_try='test -z "$ac_f77_werror_flag"
    5414                          || test ! -s conftest.err'
    5415   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5416   (eval $ac_try) 2>&5
    5417   ac_status=$?
    5418   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5419   (exit $ac_status); }; } &&
    5420          { ac_try='test -s conftest.$ac_objext'
     5240         { ac_try='test -s conftest.$ac_objext'
    54215241  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    54225242  (eval $ac_try) 2>&5
     
    54315251ac_cv_prog_f77_g=no
    54325252fi
    5433 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5253rm -f conftest.$ac_objext conftest.$ac_ext
    54345254
    54355255fi
     
    54395259  FFLAGS=$ac_save_FFLAGS
    54405260elif test $ac_cv_prog_f77_g = yes; then
    5441   if test "x$ac_cv_f77_compiler_gnu" = xyes; then
     5261  if test "$G77" = yes; then
    54425262    FFLAGS="-g -O2"
    54435263  else
     
    54455265  fi
    54465266else
    5447   if test "x$ac_cv_f77_compiler_gnu" = xyes; then
     5267  if test "$G77" = yes; then
    54485268    FFLAGS="-O2"
    54495269  else
     
    54515271  fi
    54525272fi
    5453 
    5454 G77=`test $ac_compiler_gnu = yes && echo yes`
    54555273ac_ext=c
    54565274ac_cpp='$CPP $CPPFLAGS'
     
    55055323    ;;
    55065324
     5325  netbsd* | freebsd* | openbsd* | darwin* )
     5326    # This has been around since 386BSD, at least.  Likely further.
     5327    if test -x /sbin/sysctl; then
     5328      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
     5329    elif test -x /usr/sbin/sysctl; then
     5330      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
     5331    else
     5332      lt_cv_sys_max_cmd_len=65536 # usable default for *BSD
     5333    fi
     5334    # And add a safety zone
     5335    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
     5336    ;;
     5337
    55075338 *)
    55085339    # If test is not a shell built-in, we'll probably end up computing a
    55095340    # maximum length that is only half of the actual maximum length, but
    55105341    # we can't tell.
    5511     while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
     5342    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
     5343    while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
    55125344               = "XX$teststring") >/dev/null 2>&1 &&
    55135345            new_result=`expr "X$teststring" : ".*" 2>&1` &&
     
    60785910fi
    60795911
     5912cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
     5913
    60805914# Only perform the check for file, if the check method requires it
    60815915case $deplibs_check_method in
     
    63496183   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    63506184   -e 's:$: $lt_compiler_flag:'`
    6351    (eval echo "\"\$as_me:6351: $lt_compile\"" >&5)
     6185   (eval echo "\"\$as_me:6185: $lt_compile\"" >&5)
    63526186   (eval "$lt_compile" 2>conftest.err)
    63536187   ac_status=$?
    63546188   cat conftest.err >&5
    6355    echo "$as_me:6355: \$? = $ac_status" >&5
     6189   echo "$as_me:6189: \$? = $ac_status" >&5
    63566190   if (exit $ac_status) && test -s "$ac_outfile"; then
    63576191     # The compiler can only warn and ignore the option if not recognized
     
    64606294      fi
    64616295      ;;
     6296      darwin*)
     6297        # PIC is the default on this platform
     6298        # Common symbols not allowed in MH_DYLIB files
     6299       case "$cc_basename" in
     6300         xlc*)
     6301         lt_prog_compiler_pic='-qnocommon'
     6302         lt_prog_compiler_wl='-Wl,'
     6303         ;;
     6304       esac
     6305       ;;
    64626306
    64636307    mingw* | pw32* | os2*)
     
    65826426   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    65836427   -e 's:$: $lt_compiler_flag:'`
    6584    (eval echo "\"\$as_me:6584: $lt_compile\"" >&5)
     6428   (eval echo "\"\$as_me:6428: $lt_compile\"" >&5)
    65856429   (eval "$lt_compile" 2>conftest.err)
    65866430   ac_status=$?
    65876431   cat conftest.err >&5
    6588    echo "$as_me:6588: \$? = $ac_status" >&5
     6432   echo "$as_me:6432: \$? = $ac_status" >&5
    65896433   if (exit $ac_status) && test -s "$ac_outfile"; then
    65906434     # The compiler can only warn and ignore the option if not recognized
     
    66426486   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    66436487   -e 's:$: $lt_compiler_flag:'`
    6644    (eval echo "\"\$as_me:6644: $lt_compile\"" >&5)
     6488   (eval echo "\"\$as_me:6488: $lt_compile\"" >&5)
    66456489   (eval "$lt_compile" 2>out/conftest.err)
    66466490   ac_status=$?
    66476491   cat out/conftest.err >&5
    6648    echo "$as_me:6648: \$? = $ac_status" >&5
     6492   echo "$as_me:6492: \$? = $ac_status" >&5
    66496493   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    66506494   then
     
    70106854       # Determine the default libpath from the value encoded in an empty executable.
    70116855       cat >conftest.$ac_ext <<_ACEOF
     6856#line $LINENO "configure"
    70126857/* confdefs.h.  */
    70136858_ACEOF
     
    70266871rm -f conftest.$ac_objext conftest$ac_exeext
    70276872if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7028   (eval $ac_link) 2>conftest.er1
     6873  (eval $ac_link) 2>&5
    70296874  ac_status=$?
    7030   grep -v '^ *+' conftest.er1 >conftest.err
    7031   rm -f conftest.er1
    7032   cat conftest.err >&5
    70336875  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70346876  (exit $ac_status); } &&
    7035          { ac_try='test -z "$ac_c_werror_flag"
    7036                          || test ! -s conftest.err'
    7037   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7038   (eval $ac_try) 2>&5
    7039   ac_status=$?
    7040   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7041   (exit $ac_status); }; } &&
    7042          { ac_try='test -s conftest$ac_exeext'
     6877         { ac_try='test -s conftest$ac_exeext'
    70436878  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    70446879  (eval $ac_try) 2>&5
     
    70576892
    70586893fi
    7059 rm -f conftest.err conftest.$ac_objext \
    7060       conftest$ac_exeext conftest.$ac_ext
     6894rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    70616895if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
    70626896
     
    70716905         # Determine the default libpath from the value encoded in an empty executable.
    70726906         cat >conftest.$ac_ext <<_ACEOF
     6907#line $LINENO "configure"
    70736908/* confdefs.h.  */
    70746909_ACEOF
     
    70876922rm -f conftest.$ac_objext conftest$ac_exeext
    70886923if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7089   (eval $ac_link) 2>conftest.er1
     6924  (eval $ac_link) 2>&5
    70906925  ac_status=$?
    7091   grep -v '^ *+' conftest.er1 >conftest.err
    7092   rm -f conftest.er1
    7093   cat conftest.err >&5
    70946926  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70956927  (exit $ac_status); } &&
    7096          { ac_try='test -z "$ac_c_werror_flag"
    7097                          || test ! -s conftest.err'
    7098   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7099   (eval $ac_try) 2>&5
    7100   ac_status=$?
    7101   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7102   (exit $ac_status); }; } &&
    7103          { ac_try='test -s conftest$ac_exeext'
     6928         { ac_try='test -s conftest$ac_exeext'
    71046929  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    71056930  (eval $ac_try) 2>&5
     
    71186943
    71196944fi
    7120 rm -f conftest.err conftest.$ac_objext \
    7121       conftest$ac_exeext conftest.$ac_ext
     6945rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    71226946if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
    71236947
     
    71466970      ;;
    71476971
    7148     bsdi4*)
     6972    bsdi[45]*)
    71496973      export_dynamic_flag_spec=-rdynamic
    71506974      ;;
     
    71726996
    71736997    darwin* | rhapsody*)
    7174     if test "$GXX" = yes ; then
     6998      case "$host_os" in
     6999        rhapsody* | darwin1.[012])
     7000         allow_undefined_flag='${wl}-undefined ${wl}suppress'
     7001         ;;
     7002       *) # Darwin 1.3 on
     7003         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
     7004           allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
     7005         else
     7006           case ${MACOSX_DEPLOYMENT_TARGET} in
     7007             10.[012])
     7008               allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
     7009               ;;
     7010             10.*)
     7011               allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
     7012               ;;
     7013           esac
     7014         fi
     7015         ;;
     7016      esac
    71757017      archive_cmds_need_lc=no
    7176       case "$host_os" in
    7177       rhapsody* | darwin1.[012])
    7178         allow_undefined_flag='-undefined suppress'
    7179         ;;
    7180       *) # Darwin 1.3 on
    7181       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
    7182         allow_undefined_flag='-flat_namespace -undefined suppress'
    7183       else
    7184         case ${MACOSX_DEPLOYMENT_TARGET} in
    7185           10.[012])
    7186             allow_undefined_flag='-flat_namespace -undefined suppress'
    7187             ;;
    7188           10.*)
    7189             allow_undefined_flag='-undefined dynamic_lookup'
    7190             ;;
    7191         esac
    7192       fi
    7193         ;;
    7194       esac
    7195         lt_int_apple_cc_single_mod=no
    7196         output_verbose_link_cmd='echo'
    7197         if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
    7198           lt_int_apple_cc_single_mod=yes
    7199         fi
    7200         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    7201           archive_cmds='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    7202         else
    7203         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'
    7204       fi
    7205       module_cmds='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
    7206       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
    7207         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    7208           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}'
    7209         else
    7210           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}'
    7211         fi
    7212           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}'
    72137018      hardcode_direct=no
    72147019      hardcode_automatic=yes
    72157020      hardcode_shlibpath_var=unsupported
    7216       whole_archive_flag_spec='-all_load $convenience'
     7021      whole_archive_flag_spec=''
    72177022      link_all_deplibs=yes
     7023    if test "$GCC" = yes ; then
     7024        output_verbose_link_cmd='echo'
     7025        archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
     7026      module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     7027      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     7028      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}'
     7029      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}'
    72187030    else
    7219       ld_shlibs=no
     7031      case "$cc_basename" in
     7032        xlc*)
     7033         output_verbose_link_cmd='echo'
     7034         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
     7035         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     7036          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     7037         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}'
     7038          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}'
     7039          ;;
     7040       *)
     7041         ld_shlibs=no
     7042          ;;
     7043      esac
    72207044    fi
    72217045      ;;
     
    73627186      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
    73637187        archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
     7188        archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
    73647189        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
    73657190        export_dynamic_flag_spec='${wl}-E'
     
    77137538  ;;
    77147539
    7715 bsdi4*)
     7540bsdi[45]*)
    77167541  version_type=linux
    77177542  need_version=no
     
    79727797  hardcode_into_libs=yes
    79737798
    7974   # find out which ABI we are using
    7975   libsuff=
    7976   case "$host_cpu" in
    7977   x86_64*|s390x*|powerpc64*)
    7978     echo '#line 7978 "configure"' > conftest.$ac_ext
    7979     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7980   (eval $ac_compile) 2>&5
    7981   ac_status=$?
    7982   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7983   (exit $ac_status); }; then
    7984       case `/usr/bin/file conftest.$ac_objext` in
    7985       *64-bit*)
    7986         libsuff=64
    7987         sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
    7988         ;;
    7989       esac
    7990     fi
    7991     rm -rf conftest*
    7992     ;;
    7993   esac
    7994 
    79957799  # Append ld.so.conf contents to the search path
    79967800  if test -f /etc/ld.so.conf; then
    79977801    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
    7998     sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
     7802    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
    79997803  fi
    80007804
     
    80587862  version_type=sunos
    80597863  need_lib_prefix=no
    8060   need_version=yes
     7864  need_version=no
    80617865  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
    80627866  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
     
    81807984hardcode_action=
    81817985if test -n "$hardcode_libdir_flag_spec" || \
    8182    test -n "$runpath_var " || \
    8183    test "X$hardcode_automatic"="Xyes" ; then
     7986   test -n "$runpath_var" || \
     7987   test "X$hardcode_automatic" = "Xyes" ; then
    81847988
    81857989  # We can hardcode non-existant directories.
     
    82778081LIBS="-ldl  $LIBS"
    82788082cat >conftest.$ac_ext <<_ACEOF
     8083#line $LINENO "configure"
    82798084/* confdefs.h.  */
    82808085_ACEOF
     
    83008105rm -f conftest.$ac_objext conftest$ac_exeext
    83018106if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8302   (eval $ac_link) 2>conftest.er1
     8107  (eval $ac_link) 2>&5
    83038108  ac_status=$?
    8304   grep -v '^ *+' conftest.er1 >conftest.err
    8305   rm -f conftest.er1
    8306   cat conftest.err >&5
    83078109  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    83088110  (exit $ac_status); } &&
    8309          { ac_try='test -z "$ac_c_werror_flag"
    8310                          || test ! -s conftest.err'
    8311   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8312   (eval $ac_try) 2>&5
    8313   ac_status=$?
    8314   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8315   (exit $ac_status); }; } &&
    8316          { ac_try='test -s conftest$ac_exeext'
     8111         { ac_try='test -s conftest$ac_exeext'
    83178112  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    83188113  (eval $ac_try) 2>&5
     
    83278122ac_cv_lib_dl_dlopen=no
    83288123fi
    8329 rm -f conftest.err conftest.$ac_objext \
    8330       conftest$ac_exeext conftest.$ac_ext
     8124rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    83318125LIBS=$ac_check_lib_save_LIBS
    83328126fi
     
    83528146else
    83538147  cat >conftest.$ac_ext <<_ACEOF
     8148#line $LINENO "configure"
    83548149/* confdefs.h.  */
    83558150_ACEOF
     
    83578152cat >>conftest.$ac_ext <<_ACEOF
    83588153/* end confdefs.h.  */
    8359 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
    8360    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    8361 #define shl_load innocuous_shl_load
    8362 
    83638154/* System header to define __stub macros and hopefully few prototypes,
    83648155    which can conflict with char shl_load (); below.
    83658156    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    83668157    <limits.h> exists even on freestanding compilers.  */
    8367 
    83688158#ifdef __STDC__
    83698159# include <limits.h>
     
    83718161# include <assert.h>
    83728162#endif
    8373 
    8374 #undef shl_load
    8375 
    83768163/* Override any gcc2 internal prototype to avoid an error.  */
    83778164#ifdef __cplusplus
     
    84048191rm -f conftest.$ac_objext conftest$ac_exeext
    84058192if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8406   (eval $ac_link) 2>conftest.er1
     8193  (eval $ac_link) 2>&5
    84078194  ac_status=$?
    8408   grep -v '^ *+' conftest.er1 >conftest.err
    8409   rm -f conftest.er1
    8410   cat conftest.err >&5
    84118195  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    84128196  (exit $ac_status); } &&
    8413          { ac_try='test -z "$ac_c_werror_flag"
    8414                          || test ! -s conftest.err'
    8415   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8416   (eval $ac_try) 2>&5
    8417   ac_status=$?
    8418   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8419   (exit $ac_status); }; } &&
    8420          { ac_try='test -s conftest$ac_exeext'
     8197         { ac_try='test -s conftest$ac_exeext'
    84218198  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    84228199  (eval $ac_try) 2>&5
     
    84318208ac_cv_func_shl_load=no
    84328209fi
    8433 rm -f conftest.err conftest.$ac_objext \
    8434       conftest$ac_exeext conftest.$ac_ext
     8210rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    84358211fi
    84368212echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
     
    84478223LIBS="-ldld  $LIBS"
    84488224cat >conftest.$ac_ext <<_ACEOF
     8225#line $LINENO "configure"
    84498226/* confdefs.h.  */
    84508227_ACEOF
     
    84708247rm -f conftest.$ac_objext conftest$ac_exeext
    84718248if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8472   (eval $ac_link) 2>conftest.er1
     8249  (eval $ac_link) 2>&5
    84738250  ac_status=$?
    8474   grep -v '^ *+' conftest.er1 >conftest.err
    8475   rm -f conftest.er1
    8476   cat conftest.err >&5
    84778251  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    84788252  (exit $ac_status); } &&
    8479          { ac_try='test -z "$ac_c_werror_flag"
    8480                          || test ! -s conftest.err'
    8481   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8482   (eval $ac_try) 2>&5
    8483   ac_status=$?
    8484   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8485   (exit $ac_status); }; } &&
    8486          { ac_try='test -s conftest$ac_exeext'
     8253         { ac_try='test -s conftest$ac_exeext'
    84878254  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    84888255  (eval $ac_try) 2>&5
     
    84978264ac_cv_lib_dld_shl_load=no
    84988265fi
    8499 rm -f conftest.err conftest.$ac_objext \
    8500       conftest$ac_exeext conftest.$ac_ext
     8266rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    85018267LIBS=$ac_check_lib_save_LIBS
    85028268fi
     
    85128278else
    85138279  cat >conftest.$ac_ext <<_ACEOF
     8280#line $LINENO "configure"
    85148281/* confdefs.h.  */
    85158282_ACEOF
     
    85178284cat >>conftest.$ac_ext <<_ACEOF
    85188285/* end confdefs.h.  */
    8519 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
    8520    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    8521 #define dlopen innocuous_dlopen
    8522 
    85238286/* System header to define __stub macros and hopefully few prototypes,
    85248287    which can conflict with char dlopen (); below.
    85258288    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    85268289    <limits.h> exists even on freestanding compilers.  */
    8527 
    85288290#ifdef __STDC__
    85298291# include <limits.h>
     
    85318293# include <assert.h>
    85328294#endif
    8533 
    8534 #undef dlopen
    8535 
    85368295/* Override any gcc2 internal prototype to avoid an error.  */
    85378296#ifdef __cplusplus
     
    85648323rm -f conftest.$ac_objext conftest$ac_exeext
    85658324if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8566   (eval $ac_link) 2>conftest.er1
     8325  (eval $ac_link) 2>&5
    85678326  ac_status=$?
    8568   grep -v '^ *+' conftest.er1 >conftest.err
    8569   rm -f conftest.er1
    8570   cat conftest.err >&5
    85718327  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    85728328  (exit $ac_status); } &&
    8573          { ac_try='test -z "$ac_c_werror_flag"
    8574                          || test ! -s conftest.err'
    8575   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8576   (eval $ac_try) 2>&5
    8577   ac_status=$?
    8578   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8579   (exit $ac_status); }; } &&
    8580          { ac_try='test -s conftest$ac_exeext'
     8329         { ac_try='test -s conftest$ac_exeext'
    85818330  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    85828331  (eval $ac_try) 2>&5
     
    85918340ac_cv_func_dlopen=no
    85928341fi
    8593 rm -f conftest.err conftest.$ac_objext \
    8594       conftest$ac_exeext conftest.$ac_ext
     8342rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    85958343fi
    85968344echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
     
    86078355LIBS="-ldl  $LIBS"
    86088356cat >conftest.$ac_ext <<_ACEOF
     8357#line $LINENO "configure"
    86098358/* confdefs.h.  */
    86108359_ACEOF
     
    86308379rm -f conftest.$ac_objext conftest$ac_exeext
    86318380if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8632   (eval $ac_link) 2>conftest.er1
     8381  (eval $ac_link) 2>&5
    86338382  ac_status=$?
    8634   grep -v '^ *+' conftest.er1 >conftest.err
    8635   rm -f conftest.er1
    8636   cat conftest.err >&5
    86378383  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    86388384  (exit $ac_status); } &&
    8639          { ac_try='test -z "$ac_c_werror_flag"
    8640                          || test ! -s conftest.err'
    8641   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8642   (eval $ac_try) 2>&5
    8643   ac_status=$?
    8644   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8645   (exit $ac_status); }; } &&
    8646          { ac_try='test -s conftest$ac_exeext'
     8385         { ac_try='test -s conftest$ac_exeext'
    86478386  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    86488387  (eval $ac_try) 2>&5
     
    86578396ac_cv_lib_dl_dlopen=no
    86588397fi
    8659 rm -f conftest.err conftest.$ac_objext \
    8660       conftest$ac_exeext conftest.$ac_ext
     8398rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    86618399LIBS=$ac_check_lib_save_LIBS
    86628400fi
     
    86748412LIBS="-lsvld  $LIBS"
    86758413cat >conftest.$ac_ext <<_ACEOF
     8414#line $LINENO "configure"
    86768415/* confdefs.h.  */
    86778416_ACEOF
     
    86978436rm -f conftest.$ac_objext conftest$ac_exeext
    86988437if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8699   (eval $ac_link) 2>conftest.er1
     8438  (eval $ac_link) 2>&5
    87008439  ac_status=$?
    8701   grep -v '^ *+' conftest.er1 >conftest.err
    8702   rm -f conftest.er1
    8703   cat conftest.err >&5
    87048440  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    87058441  (exit $ac_status); } &&
    8706          { ac_try='test -z "$ac_c_werror_flag"
    8707                          || test ! -s conftest.err'
    8708   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8709   (eval $ac_try) 2>&5
    8710   ac_status=$?
    8711   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8712   (exit $ac_status); }; } &&
    8713          { ac_try='test -s conftest$ac_exeext'
     8442         { ac_try='test -s conftest$ac_exeext'
    87148443  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    87158444  (eval $ac_try) 2>&5
     
    87248453ac_cv_lib_svld_dlopen=no
    87258454fi
    8726 rm -f conftest.err conftest.$ac_objext \
    8727       conftest$ac_exeext conftest.$ac_ext
     8455rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    87288456LIBS=$ac_check_lib_save_LIBS
    87298457fi
     
    87418469LIBS="-ldld  $LIBS"
    87428470cat >conftest.$ac_ext <<_ACEOF
     8471#line $LINENO "configure"
    87438472/* confdefs.h.  */
    87448473_ACEOF
     
    87648493rm -f conftest.$ac_objext conftest$ac_exeext
    87658494if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8766   (eval $ac_link) 2>conftest.er1
     8495  (eval $ac_link) 2>&5
    87678496  ac_status=$?
    8768   grep -v '^ *+' conftest.er1 >conftest.err
    8769   rm -f conftest.er1
    8770   cat conftest.err >&5
    87718497  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    87728498  (exit $ac_status); } &&
    8773          { ac_try='test -z "$ac_c_werror_flag"
    8774                          || test ! -s conftest.err'
    8775   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8776   (eval $ac_try) 2>&5
    8777   ac_status=$?
    8778   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8779   (exit $ac_status); }; } &&
    8780          { ac_try='test -s conftest$ac_exeext'
     8499         { ac_try='test -s conftest$ac_exeext'
    87818500  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    87828501  (eval $ac_try) 2>&5
     
    87918510ac_cv_lib_dld_dld_link=no
    87928511fi
    8793 rm -f conftest.err conftest.$ac_objext \
    8794       conftest$ac_exeext conftest.$ac_ext
     8512rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    87958513LIBS=$ac_check_lib_save_LIBS
    87968514fi
     
    88478565  lt_status=$lt_dlunknown
    88488566  cat > conftest.$ac_ext <<EOF
    8849 #line 8849 "configure"
     8567#line 8567 "configure"
    88508568#include "confdefs.h"
    88518569
     
    89458663  lt_status=$lt_dlunknown
    89468664  cat > conftest.$ac_ext <<EOF
    8947 #line 8947 "configure"
     8665#line 8665 "configure"
    89488666#include "confdefs.h"
    89498667
     
    90748792    test "$enable_shared" = yes && enable_static=no
    90758793  fi
    9076   ;;
    9077   darwin* | rhapsody*)
    9078   if test "$GCC" = yes; then
    9079     archive_cmds_need_lc=no
    9080     case "$host_os" in
    9081     rhapsody* | darwin1.[012])
    9082       allow_undefined_flag='-undefined suppress'
    9083       ;;
    9084     *) # Darwin 1.3 on
    9085       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
    9086         allow_undefined_flag='-flat_namespace -undefined suppress'
    9087       else
    9088         case ${MACOSX_DEPLOYMENT_TARGET} in
    9089           10.[012])
    9090             allow_undefined_flag='-flat_namespace -undefined suppress'
    9091             ;;
    9092           10.*)
    9093             allow_undefined_flag='-undefined dynamic_lookup'
    9094             ;;
    9095         esac
    9096       fi
    9097       ;;
    9098     esac
    9099     output_verbose_link_cmd='echo'
    9100     archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'
    9101     module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
    9102     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
    9103     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}'
    9104     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}'
    9105     hardcode_direct=no
    9106     hardcode_automatic=yes
    9107     hardcode_shlibpath_var=unsupported
    9108     whole_archive_flag_spec='-all_load $convenience'
    9109     link_all_deplibs=yes
    9110   else
    9111     ld_shlibs=no
    9112   fi
    91138794    ;;
    91148795esac
     
    91368817  # careful not to overquote the AC_SUBSTed values.  We take copies of the
    91378818  # variables and quote the copies for generation of the libtool script.
    9138   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
     8819  for var in echo old_CC old_CFLAGS AR AR_FLAGS AS EGREP RANLIB LN_S LTCC NM \
    91398820    SED SHELL STRIP \
    91408821    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     
    92558936# The HP-UX ksh and POSIX shell print the target directory to stdout
    92568937# if CDPATH is set.
    9257 if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
     8938(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    92588939
    92598940# The names of the tagged configurations supported by this script.
     
    93279008
    93289009# Used on cygwin: assembler.
    9329 AS="$AS"
     9010AS=$lt_AS
    93309011
    93319012# The name of the directory that contains temporary libtool files.
     
    99949675      # Determine the default libpath from the value encoded in an empty executable.
    99959676      cat >conftest.$ac_ext <<_ACEOF
     9677#line $LINENO "configure"
    99969678/* confdefs.h.  */
    99979679_ACEOF
     
    100109692rm -f conftest.$ac_objext conftest$ac_exeext
    100119693if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    10012   (eval $ac_link) 2>conftest.er1
     9694  (eval $ac_link) 2>&5
    100139695  ac_status=$?
    10014   grep -v '^ *+' conftest.er1 >conftest.err
    10015   rm -f conftest.er1
    10016   cat conftest.err >&5
    100179696  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    100189697  (exit $ac_status); } &&
    10019          { ac_try='test -z "$ac_cxx_werror_flag"
    10020                          || test ! -s conftest.err'
    10021   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    10022   (eval $ac_try) 2>&5
    10023   ac_status=$?
    10024   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10025   (exit $ac_status); }; } &&
    10026          { ac_try='test -s conftest$ac_exeext'
     9698         { ac_try='test -s conftest$ac_exeext'
    100279699  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    100289700  (eval $ac_try) 2>&5
     
    100419713
    100429714fi
    10043 rm -f conftest.err conftest.$ac_objext \
    10044       conftest$ac_exeext conftest.$ac_ext
     9715rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    100459716if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
    100469717
     
    100569727        # Determine the default libpath from the value encoded in an empty executable.
    100579728        cat >conftest.$ac_ext <<_ACEOF
     9729#line $LINENO "configure"
    100589730/* confdefs.h.  */
    100599731_ACEOF
     
    100729744rm -f conftest.$ac_objext conftest$ac_exeext
    100739745if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    10074   (eval $ac_link) 2>conftest.er1
     9746  (eval $ac_link) 2>&5
    100759747  ac_status=$?
    10076   grep -v '^ *+' conftest.er1 >conftest.err
    10077   rm -f conftest.er1
    10078   cat conftest.err >&5
    100799748  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    100809749  (exit $ac_status); } &&
    10081          { ac_try='test -z "$ac_cxx_werror_flag"
    10082                          || test ! -s conftest.err'
    10083   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    10084   (eval $ac_try) 2>&5
    10085   ac_status=$?
    10086   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10087   (exit $ac_status); }; } &&
    10088          { ac_try='test -s conftest$ac_exeext'
     9750         { ac_try='test -s conftest$ac_exeext'
    100899751  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    100909752  (eval $ac_try) 2>&5
     
    101039765
    101049766fi
    10105 rm -f conftest.err conftest.$ac_objext \
    10106       conftest$ac_exeext conftest.$ac_ext
     9767rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    101079768if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
    101089769
     
    101319792    ;;
    101329793
     9794
    101339795  cygwin* | mingw* | pw32*)
    101349796    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
     
    101549816    fi
    101559817  ;;
    10156 
    10157   darwin* | rhapsody*)
    10158   if test "$GXX" = yes; then
    10159     archive_cmds_need_lc_CXX=no
    10160     case "$host_os" in
    10161     rhapsody* | darwin1.[012])
    10162       allow_undefined_flag_CXX='-undefined suppress'
    10163       ;;
    10164     *) # Darwin 1.3 on
    10165       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
    10166         allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
     9818      darwin* | rhapsody*)
     9819        case "$host_os" in
     9820        rhapsody* | darwin1.[012])
     9821         allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress'
     9822         ;;
     9823       *) # Darwin 1.3 on
     9824         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
     9825           allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
     9826         else
     9827           case ${MACOSX_DEPLOYMENT_TARGET} in
     9828             10.[012])
     9829               allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
     9830               ;;
     9831             10.*)
     9832               allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup'
     9833               ;;
     9834           esac
     9835         fi
     9836         ;;
     9837        esac
     9838      archive_cmds_need_lc_CXX=no
     9839      hardcode_direct_CXX=no
     9840      hardcode_automatic_CXX=yes
     9841      hardcode_shlibpath_var_CXX=unsupported
     9842      whole_archive_flag_spec_CXX=''
     9843      link_all_deplibs_CXX=yes
     9844
     9845    if test "$GXX" = yes ; then
     9846      lt_int_apple_cc_single_mod=no
     9847      output_verbose_link_cmd='echo'
     9848      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
     9849       lt_int_apple_cc_single_mod=yes
     9850      fi
     9851      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
     9852       archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    101679853      else
    10168         case ${MACOSX_DEPLOYMENT_TARGET} in
    10169           10.[012])
    10170             allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
    10171             ;;
    10172           10.*)
    10173             allow_undefined_flag_CXX='-undefined dynamic_lookup'
    10174             ;;
    10175         esac
     9854          archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
     9855        fi
     9856        module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     9857        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     9858          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
     9859            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}'
     9860          else
     9861            archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     9862          fi
     9863            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}'
     9864      else
     9865      case "$cc_basename" in
     9866        xlc*)
     9867         output_verbose_link_cmd='echo'
     9868          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'
     9869          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     9870          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     9871          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}'
     9872          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}'
     9873          ;;
     9874       *)
     9875         ld_shlibs_CXX=no
     9876          ;;
     9877      esac
    101769878      fi
    10177       ;;
    10178     esac
    10179     lt_int_apple_cc_single_mod=no
    10180     output_verbose_link_cmd='echo'
    10181     if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
    10182       lt_int_apple_cc_single_mod=yes
    10183     fi
    10184     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    10185       archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    10186     else
    10187       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'
    10188     fi
    10189     module_cmds_CXX='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
    10190 
    10191     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
    10192     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    10193       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}'
    10194     else
    10195       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}'
    10196     fi
    10197     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}'
    10198     hardcode_direct_CXX=no
    10199     hardcode_automatic_CXX=yes
    10200     hardcode_shlibpath_var_CXX=unsupported
    10201     whole_archive_flag_spec_CXX='-all_load $convenience'
    10202     link_all_deplibs_CXX=yes
    10203   else
    10204     ld_shlibs_CXX=no
    10205   fi
    10206     ;;
     9879        ;;
    102079880
    102089881  dgux*)
     
    1041010083        # Intel C++
    1041110084        with_gnu_ld=yes
     10085        # version 8.0 and above of icpc choke on multiply defined symbols
     10086        # if we add $predep_objects and $postdep_objects, however 7.1 and
     10087        # earlier do not add the objects themselves.
     10088        case `$CC -V 2>&1` in
     10089        *"Version 7."*)
     10090          archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
     10091          archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
     10092          ;;
     10093        *)  # Version 8.0 or newer
     10094          archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
     10095        archive_expsym_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
     10096          ;;
     10097        esac
    1041210098        archive_cmds_need_lc_CXX=no
    10413         archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
    10414         archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
    1041510099        hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
    1041610100        export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
     
    1046810152    # Workaround some broken pre-1.5 toolchains
    1046910153    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
     10154    ;;
     10155  openbsd2*)
     10156    # C++ shared libraries are fairly broken
     10157    ld_shlibs_CXX=no
     10158    ;;
     10159  openbsd*)
     10160    archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
     10161    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
     10162    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
     10163      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
     10164      export_dynamic_flag_spec_CXX='${wl}-E'
     10165      whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
     10166    fi
     10167    output_verbose_link_cmd='echo'
    1047010168    ;;
    1047110169  osf3*)
     
    1092410622        esac
    1092510623        ;;
     10624       darwin*)
     10625         # PIC is the default on this platform
     10626         # Common symbols not allowed in MH_DYLIB files
     10627         case "$cc_basename" in
     10628           xlc*)
     10629           lt_prog_compiler_pic_CXX='-qnocommon'
     10630           lt_prog_compiler_wl_CXX='-Wl,'
     10631           ;;
     10632         esac
     10633       ;;
    1092610634      dgux*)
    1092710635        case $cc_basename in
     
    1112410832   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1112510833   -e 's:$: $lt_compiler_flag:'`
    11126    (eval echo "\"\$as_me:11126: $lt_compile\"" >&5)
     10834   (eval echo "\"\$as_me:10834: $lt_compile\"" >&5)
    1112710835   (eval "$lt_compile" 2>conftest.err)
    1112810836   ac_status=$?
    1112910837   cat conftest.err >&5
    11130    echo "$as_me:11130: \$? = $ac_status" >&5
     10838   echo "$as_me:10838: \$? = $ac_status" >&5
    1113110839   if (exit $ac_status) && test -s "$ac_outfile"; then
    1113210840     # The compiler can only warn and ignore the option if not recognized
     
    1118410892   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1118510893   -e 's:$: $lt_compiler_flag:'`
    11186    (eval echo "\"\$as_me:11186: $lt_compile\"" >&5)
     10894   (eval echo "\"\$as_me:10894: $lt_compile\"" >&5)
    1118710895   (eval "$lt_compile" 2>out/conftest.err)
    1118810896   ac_status=$?
    1118910897   cat out/conftest.err >&5
    11190    echo "$as_me:11190: \$? = $ac_status" >&5
     10898   echo "$as_me:10898: \$? = $ac_status" >&5
    1119110899   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    1119210900   then
     
    1143211140  ;;
    1143311141
    11434 bsdi4*)
     11142bsdi[45]*)
    1143511143  version_type=linux
    1143611144  need_version=no
     
    1169111399  hardcode_into_libs=yes
    1169211400
    11693   # find out which ABI we are using
    11694   libsuff=
    11695   case "$host_cpu" in
    11696   x86_64*|s390x*|powerpc64*)
    11697     echo '#line 11697 "configure"' > conftest.$ac_ext
    11698     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    11699   (eval $ac_compile) 2>&5
    11700   ac_status=$?
    11701   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    11702   (exit $ac_status); }; then
    11703       case `/usr/bin/file conftest.$ac_objext` in
    11704       *64-bit*)
    11705         libsuff=64
    11706         sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
    11707         ;;
    11708       esac
    11709     fi
    11710     rm -rf conftest*
    11711     ;;
    11712   esac
    11713 
    1171411401  # Append ld.so.conf contents to the search path
    1171511402  if test -f /etc/ld.so.conf; then
    1171611403    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
    11717     sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
     11404    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
    1171811405  fi
    1171911406
     
    1177711464  version_type=sunos
    1177811465  need_lib_prefix=no
    11779   need_version=yes
     11466  need_version=no
    1178011467  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
    1178111468  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
     
    1189911586hardcode_action_CXX=
    1190011587if test -n "$hardcode_libdir_flag_spec_CXX" || \
    11901    test -n "$runpath_var CXX" || \
    11902    test "X$hardcode_automatic_CXX"="Xyes" ; then
     11588   test -n "$runpath_var_CXX" || \
     11589   test "X$hardcode_automatic_CXX" = "Xyes" ; then
    1190311590
    1190411591  # We can hardcode non-existant directories.
     
    1199611683LIBS="-ldl  $LIBS"
    1199711684cat >conftest.$ac_ext <<_ACEOF
     11685#line $LINENO "configure"
    1199811686/* confdefs.h.  */
    1199911687_ACEOF
     
    1201911707rm -f conftest.$ac_objext conftest$ac_exeext
    1202011708if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    12021   (eval $ac_link) 2>conftest.er1
     11709  (eval $ac_link) 2>&5
    1202211710  ac_status=$?
    12023   grep -v '^ *+' conftest.er1 >conftest.err
    12024   rm -f conftest.er1
    12025   cat conftest.err >&5
    1202611711  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1202711712  (exit $ac_status); } &&
    12028          { ac_try='test -z "$ac_cxx_werror_flag"
    12029                          || test ! -s conftest.err'
    12030   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    12031   (eval $ac_try) 2>&5
    12032   ac_status=$?
    12033   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    12034   (exit $ac_status); }; } &&
    12035          { ac_try='test -s conftest$ac_exeext'
     11713         { ac_try='test -s conftest$ac_exeext'
    1203611714  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1203711715  (eval $ac_try) 2>&5
     
    1204611724ac_cv_lib_dl_dlopen=no
    1204711725fi
    12048 rm -f conftest.err conftest.$ac_objext \
    12049       conftest$ac_exeext conftest.$ac_ext
     11726rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1205011727LIBS=$ac_check_lib_save_LIBS
    1205111728fi
     
    1207111748else
    1207211749  cat >conftest.$ac_ext <<_ACEOF
     11750#line $LINENO "configure"
    1207311751/* confdefs.h.  */
    1207411752_ACEOF
     
    1207611754cat >>conftest.$ac_ext <<_ACEOF
    1207711755/* end confdefs.h.  */
    12078 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
    12079    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    12080 #define shl_load innocuous_shl_load
    12081 
    1208211756/* System header to define __stub macros and hopefully few prototypes,
    1208311757    which can conflict with char shl_load (); below.
    1208411758    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    1208511759    <limits.h> exists even on freestanding compilers.  */
    12086 
    1208711760#ifdef __STDC__
    1208811761# include <limits.h>
     
    1209011763# include <assert.h>
    1209111764#endif
    12092 
    12093 #undef shl_load
    12094 
    1209511765/* Override any gcc2 internal prototype to avoid an error.  */
    1209611766#ifdef __cplusplus
     
    1212311793rm -f conftest.$ac_objext conftest$ac_exeext
    1212411794if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    12125   (eval $ac_link) 2>conftest.er1
     11795  (eval $ac_link) 2>&5
    1212611796  ac_status=$?
    12127   grep -v '^ *+' conftest.er1 >conftest.err
    12128   rm -f conftest.er1
    12129   cat conftest.err >&5
    1213011797  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1213111798  (exit $ac_status); } &&
    12132          { ac_try='test -z "$ac_cxx_werror_flag"
    12133                          || test ! -s conftest.err'
    12134   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    12135   (eval $ac_try) 2>&5
    12136   ac_status=$?
    12137   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    12138   (exit $ac_status); }; } &&
    12139          { ac_try='test -s conftest$ac_exeext'
     11799         { ac_try='test -s conftest$ac_exeext'
    1214011800  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1214111801  (eval $ac_try) 2>&5
     
    1215011810ac_cv_func_shl_load=no
    1215111811fi
    12152 rm -f conftest.err conftest.$ac_objext \
    12153       conftest$ac_exeext conftest.$ac_ext
     11812rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1215411813fi
    1215511814echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
     
    1216611825LIBS="-ldld  $LIBS"
    1216711826cat >conftest.$ac_ext <<_ACEOF
     11827#line $LINENO "configure"
    1216811828/* confdefs.h.  */
    1216911829_ACEOF
     
    1218911849rm -f conftest.$ac_objext conftest$ac_exeext
    1219011850if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    12191   (eval $ac_link) 2>conftest.er1
     11851  (eval $ac_link) 2>&5
    1219211852  ac_status=$?
    12193   grep -v '^ *+' conftest.er1 >conftest.err
    12194   rm -f conftest.er1
    12195   cat conftest.err >&5
    1219611853  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1219711854  (exit $ac_status); } &&
    12198          { ac_try='test -z "$ac_cxx_werror_flag"
    12199                          || test ! -s conftest.err'
    12200   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    12201   (eval $ac_try) 2>&5
    12202   ac_status=$?
    12203   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    12204   (exit $ac_status); }; } &&
    12205          { ac_try='test -s conftest$ac_exeext'
     11855         { ac_try='test -s conftest$ac_exeext'
    1220611856  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1220711857  (eval $ac_try) 2>&5
     
    1221611866ac_cv_lib_dld_shl_load=no
    1221711867fi
    12218 rm -f conftest.err conftest.$ac_objext \
    12219       conftest$ac_exeext conftest.$ac_ext
     11868rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1222011869LIBS=$ac_check_lib_save_LIBS
    1222111870fi
     
    1223111880else
    1223211881  cat >conftest.$ac_ext <<_ACEOF
     11882#line $LINENO "configure"
    1223311883/* confdefs.h.  */
    1223411884_ACEOF
     
    1223611886cat >>conftest.$ac_ext <<_ACEOF
    1223711887/* end confdefs.h.  */
    12238 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
    12239    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    12240 #define dlopen innocuous_dlopen
    12241 
    1224211888/* System header to define __stub macros and hopefully few prototypes,
    1224311889    which can conflict with char dlopen (); below.
    1224411890    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    1224511891    <limits.h> exists even on freestanding compilers.  */
    12246 
    1224711892#ifdef __STDC__
    1224811893# include <limits.h>
     
    1225011895# include <assert.h>
    1225111896#endif
    12252 
    12253 #undef dlopen
    12254 
    1225511897/* Override any gcc2 internal prototype to avoid an error.  */
    1225611898#ifdef __cplusplus
     
    1228311925rm -f conftest.$ac_objext conftest$ac_exeext
    1228411926if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    12285   (eval $ac_link) 2>conftest.er1
     11927  (eval $ac_link) 2>&5
    1228611928  ac_status=$?
    12287   grep -v '^ *+' conftest.er1 >conftest.err
    12288   rm -f conftest.er1
    12289   cat conftest.err >&5
    1229011929  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1229111930  (exit $ac_status); } &&
    12292          { ac_try='test -z "$ac_cxx_werror_flag"
    12293                          || test ! -s conftest.err'
    12294   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    12295   (eval $ac_try) 2>&5
    12296   ac_status=$?
    12297   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    12298   (exit $ac_status); }; } &&
    12299          { ac_try='test -s conftest$ac_exeext'
     11931         { ac_try='test -s conftest$ac_exeext'
    1230011932  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1230111933  (eval $ac_try) 2>&5
     
    1231011942ac_cv_func_dlopen=no
    1231111943fi
    12312 rm -f conftest.err conftest.$ac_objext \
    12313       conftest$ac_exeext conftest.$ac_ext
     11944rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1231411945fi
    1231511946echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
     
    1232611957LIBS="-ldl  $LIBS"
    1232711958cat >conftest.$ac_ext <<_ACEOF
     11959#line $LINENO "configure"
    1232811960/* confdefs.h.  */
    1232911961_ACEOF
     
    1234911981rm -f conftest.$ac_objext conftest$ac_exeext
    1235011982if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    12351   (eval $ac_link) 2>conftest.er1
     11983  (eval $ac_link) 2>&5
    1235211984  ac_status=$?
    12353   grep -v '^ *+' conftest.er1 >conftest.err
    12354   rm -f conftest.er1
    12355   cat conftest.err >&5
    1235611985  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1235711986  (exit $ac_status); } &&
    12358          { ac_try='test -z "$ac_cxx_werror_flag"
    12359                          || test ! -s conftest.err'
    12360   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    12361   (eval $ac_try) 2>&5
    12362   ac_status=$?
    12363   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    12364   (exit $ac_status); }; } &&
    12365          { ac_try='test -s conftest$ac_exeext'
     11987         { ac_try='test -s conftest$ac_exeext'
    1236611988  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1236711989  (eval $ac_try) 2>&5
     
    1237611998ac_cv_lib_dl_dlopen=no
    1237711999fi
    12378 rm -f conftest.err conftest.$ac_objext \
    12379       conftest$ac_exeext conftest.$ac_ext
     12000rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1238012001LIBS=$ac_check_lib_save_LIBS
    1238112002fi
     
    1239312014LIBS="-lsvld  $LIBS"
    1239412015cat >conftest.$ac_ext <<_ACEOF
     12016#line $LINENO "configure"
    1239512017/* confdefs.h.  */
    1239612018_ACEOF
     
    1241612038rm -f conftest.$ac_objext conftest$ac_exeext
    1241712039if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    12418   (eval $ac_link) 2>conftest.er1
     12040  (eval $ac_link) 2>&5
    1241912041  ac_status=$?
    12420   grep -v '^ *+' conftest.er1 >conftest.err
    12421   rm -f conftest.er1
    12422   cat conftest.err >&5
    1242312042  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1242412043  (exit $ac_status); } &&
    12425          { ac_try='test -z "$ac_cxx_werror_flag"
    12426                          || test ! -s conftest.err'
    12427   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    12428   (eval $ac_try) 2>&5
    12429   ac_status=$?
    12430   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    12431   (exit $ac_status); }; } &&
    12432          { ac_try='test -s conftest$ac_exeext'
     12044         { ac_try='test -s conftest$ac_exeext'
    1243312045  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1243412046  (eval $ac_try) 2>&5
     
    1244312055ac_cv_lib_svld_dlopen=no
    1244412056fi
    12445 rm -f conftest.err conftest.$ac_objext \
    12446       conftest$ac_exeext conftest.$ac_ext
     12057rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1244712058LIBS=$ac_check_lib_save_LIBS
    1244812059fi
     
    1246012071LIBS="-ldld  $LIBS"
    1246112072cat >conftest.$ac_ext <<_ACEOF
     12073#line $LINENO "configure"
    1246212074/* confdefs.h.  */
    1246312075_ACEOF
     
    1248312095rm -f conftest.$ac_objext conftest$ac_exeext
    1248412096if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    12485   (eval $ac_link) 2>conftest.er1
     12097  (eval $ac_link) 2>&5
    1248612098  ac_status=$?
    12487   grep -v '^ *+' conftest.er1 >conftest.err
    12488   rm -f conftest.er1
    12489   cat conftest.err >&5
    1249012099  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1249112100  (exit $ac_status); } &&
    12492          { ac_try='test -z "$ac_cxx_werror_flag"
    12493                          || test ! -s conftest.err'
    12494   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    12495   (eval $ac_try) 2>&5
    12496   ac_status=$?
    12497   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    12498   (exit $ac_status); }; } &&
    12499          { ac_try='test -s conftest$ac_exeext'
     12101         { ac_try='test -s conftest$ac_exeext'
    1250012102  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1250112103  (eval $ac_try) 2>&5
     
    1251012112ac_cv_lib_dld_dld_link=no
    1251112113fi
    12512 rm -f conftest.err conftest.$ac_objext \
    12513       conftest$ac_exeext conftest.$ac_ext
     12114rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1251412115LIBS=$ac_check_lib_save_LIBS
    1251512116fi
     
    1256612167  lt_status=$lt_dlunknown
    1256712168  cat > conftest.$ac_ext <<EOF
    12568 #line 12568 "configure"
     12169#line 12169 "configure"
    1256912170#include "confdefs.h"
    1257012171
     
    1266412265  lt_status=$lt_dlunknown
    1266512266  cat > conftest.$ac_ext <<EOF
    12666 #line 12666 "configure"
     12267#line 12267 "configure"
    1266712268#include "confdefs.h"
    1266812269
     
    1278112382  # careful not to overquote the AC_SUBSTed values.  We take copies of the
    1278212383  # variables and quote the copies for generation of the libtool script.
    12783   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
     12384  for var in echo old_CC old_CFLAGS AR AR_FLAGS AS EGREP RANLIB LN_S LTCC NM \
    1278412385    SED SHELL STRIP \
    1278512386    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     
    1292412525
    1292512526# Used on cygwin: assembler.
    12926 AS="$AS"
     12527AS=$lt_AS
    1292712528
    1292812529# The name of the directory that contains temporary libtool files.
     
    1336912970      fi
    1337012971      ;;
     12972      darwin*)
     12973        # PIC is the default on this platform
     12974        # Common symbols not allowed in MH_DYLIB files
     12975       case "$cc_basename" in
     12976         xlc*)
     12977         lt_prog_compiler_pic_F77='-qnocommon'
     12978         lt_prog_compiler_wl_F77='-Wl,'
     12979         ;;
     12980       esac
     12981       ;;
    1337112982
    1337212983    mingw* | pw32* | os2*)
     
    1349113102   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1349213103   -e 's:$: $lt_compiler_flag:'`
    13493    (eval echo "\"\$as_me:13493: $lt_compile\"" >&5)
     13104   (eval echo "\"\$as_me:13104: $lt_compile\"" >&5)
    1349413105   (eval "$lt_compile" 2>conftest.err)
    1349513106   ac_status=$?
    1349613107   cat conftest.err >&5
    13497    echo "$as_me:13497: \$? = $ac_status" >&5
     13108   echo "$as_me:13108: \$? = $ac_status" >&5
    1349813109   if (exit $ac_status) && test -s "$ac_outfile"; then
    1349913110     # The compiler can only warn and ignore the option if not recognized
     
    1355113162   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1355213163   -e 's:$: $lt_compiler_flag:'`
    13553    (eval echo "\"\$as_me:13553: $lt_compile\"" >&5)
     13164   (eval echo "\"\$as_me:13164: $lt_compile\"" >&5)
    1355413165   (eval "$lt_compile" 2>out/conftest.err)
    1355513166   ac_status=$?
    1355613167   cat out/conftest.err >&5
    13557    echo "$as_me:13557: \$? = $ac_status" >&5
     13168   echo "$as_me:13168: \$? = $ac_status" >&5
    1355813169   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    1355913170   then
     
    1392513536rm -f conftest.$ac_objext conftest$ac_exeext
    1392613537if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    13927   (eval $ac_link) 2>conftest.er1
     13538  (eval $ac_link) 2>&5
    1392813539  ac_status=$?
    13929   grep -v '^ *+' conftest.er1 >conftest.err
    13930   rm -f conftest.er1
    13931   cat conftest.err >&5
    1393213540  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1393313541  (exit $ac_status); } &&
    13934          { ac_try='test -z "$ac_f77_werror_flag"
    13935                          || test ! -s conftest.err'
    13936   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    13937   (eval $ac_try) 2>&5
    13938   ac_status=$?
    13939   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    13940   (exit $ac_status); }; } &&
    13941          { ac_try='test -s conftest$ac_exeext'
     13542         { ac_try='test -s conftest$ac_exeext'
    1394213543  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1394313544  (eval $ac_try) 2>&5
     
    1395613557
    1395713558fi
    13958 rm -f conftest.err conftest.$ac_objext \
    13959       conftest$ac_exeext conftest.$ac_ext
     13559rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1396013560if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
    1396113561
     
    1397613576rm -f conftest.$ac_objext conftest$ac_exeext
    1397713577if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    13978   (eval $ac_link) 2>conftest.er1
     13578  (eval $ac_link) 2>&5
    1397913579  ac_status=$?
    13980   grep -v '^ *+' conftest.er1 >conftest.err
    13981   rm -f conftest.er1
    13982   cat conftest.err >&5
    1398313580  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1398413581  (exit $ac_status); } &&
    13985          { ac_try='test -z "$ac_f77_werror_flag"
    13986                          || test ! -s conftest.err'
    13987   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    13988   (eval $ac_try) 2>&5
    13989   ac_status=$?
    13990   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    13991   (exit $ac_status); }; } &&
    13992          { ac_try='test -s conftest$ac_exeext'
     13582         { ac_try='test -s conftest$ac_exeext'
    1399313583  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1399413584  (eval $ac_try) 2>&5
     
    1400713597
    1400813598fi
    14009 rm -f conftest.err conftest.$ac_objext \
    14010       conftest$ac_exeext conftest.$ac_ext
     13599rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1401113600if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
    1401213601
     
    1403513624      ;;
    1403613625
    14037     bsdi4*)
     13626    bsdi[45]*)
    1403813627      export_dynamic_flag_spec_F77=-rdynamic
    1403913628      ;;
     
    1406113650
    1406213651    darwin* | rhapsody*)
    14063     if test "$GXX" = yes ; then
     13652      case "$host_os" in
     13653        rhapsody* | darwin1.[012])
     13654         allow_undefined_flag_F77='${wl}-undefined ${wl}suppress'
     13655         ;;
     13656       *) # Darwin 1.3 on
     13657         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
     13658           allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
     13659         else
     13660           case ${MACOSX_DEPLOYMENT_TARGET} in
     13661             10.[012])
     13662               allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
     13663               ;;
     13664             10.*)
     13665               allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup'
     13666               ;;
     13667           esac
     13668         fi
     13669         ;;
     13670      esac
    1406413671      archive_cmds_need_lc_F77=no
    14065       case "$host_os" in
    14066       rhapsody* | darwin1.[012])
    14067         allow_undefined_flag_F77='-undefined suppress'
    14068         ;;
    14069       *) # Darwin 1.3 on
    14070       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
    14071         allow_undefined_flag_F77='-flat_namespace -undefined suppress'
    14072       else
    14073         case ${MACOSX_DEPLOYMENT_TARGET} in
    14074           10.[012])
    14075             allow_undefined_flag_F77='-flat_namespace -undefined suppress'
    14076             ;;
    14077           10.*)
    14078             allow_undefined_flag_F77='-undefined dynamic_lookup'
    14079             ;;
    14080         esac
    14081       fi
    14082         ;;
    14083       esac
    14084         lt_int_apple_cc_single_mod=no
    14085         output_verbose_link_cmd='echo'
    14086         if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
    14087           lt_int_apple_cc_single_mod=yes
    14088         fi
    14089         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    14090           archive_cmds_F77='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    14091         else
    14092         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'
    14093       fi
    14094       module_cmds_F77='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
    14095       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
    14096         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    14097           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}'
    14098         else
    14099           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}'
    14100         fi
    14101           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}'
    1410213672      hardcode_direct_F77=no
    1410313673      hardcode_automatic_F77=yes
    1410413674      hardcode_shlibpath_var_F77=unsupported
    14105       whole_archive_flag_spec_F77='-all_load $convenience'
     13675      whole_archive_flag_spec_F77=''
    1410613676      link_all_deplibs_F77=yes
     13677    if test "$GCC" = yes ; then
     13678        output_verbose_link_cmd='echo'
     13679        archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
     13680      module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     13681      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     13682      archive_expsym_cmds_F77='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}'
     13683      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}'
    1410713684    else
    14108       ld_shlibs_F77=no
     13685      case "$cc_basename" in
     13686        xlc*)
     13687         output_verbose_link_cmd='echo'
     13688         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
     13689         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     13690          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     13691         archive_expsym_cmds_F77='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}'
     13692          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}'
     13693          ;;
     13694       *)
     13695         ld_shlibs_F77=no
     13696          ;;
     13697      esac
    1410913698    fi
    1411013699      ;;
     
    1425113840      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
    1425213841        archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
     13842        archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
    1425313843        hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
    1425413844        export_dynamic_flag_spec_F77='${wl}-E'
     
    1460214192  ;;
    1460314193
    14604 bsdi4*)
     14194bsdi[45]*)
    1460514195  version_type=linux
    1460614196  need_version=no
     
    1486114451  hardcode_into_libs=yes
    1486214452
    14863   # find out which ABI we are using
    14864   libsuff=
    14865   case "$host_cpu" in
    14866   x86_64*|s390x*|powerpc64*)
    14867     echo '#line 14867 "configure"' > conftest.$ac_ext
    14868     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    14869   (eval $ac_compile) 2>&5
    14870   ac_status=$?
    14871   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    14872   (exit $ac_status); }; then
    14873       case `/usr/bin/file conftest.$ac_objext` in
    14874       *64-bit*)
    14875         libsuff=64
    14876         sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
    14877         ;;
    14878       esac
    14879     fi
    14880     rm -rf conftest*
    14881     ;;
    14882   esac
    14883 
    1488414453  # Append ld.so.conf contents to the search path
    1488514454  if test -f /etc/ld.so.conf; then
    1488614455    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
    14887     sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
     14456    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
    1488814457  fi
    1488914458
     
    1494714516  version_type=sunos
    1494814517  need_lib_prefix=no
    14949   need_version=yes
     14518  need_version=no
    1495014519  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
    1495114520  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
     
    1506914638hardcode_action_F77=
    1507014639if test -n "$hardcode_libdir_flag_spec_F77" || \
    15071    test -n "$runpath_var F77" || \
    15072    test "X$hardcode_automatic_F77"="Xyes" ; then
     14640   test -n "$runpath_var_F77" || \
     14641   test "X$hardcode_automatic_F77" = "Xyes" ; then
    1507314642
    1507414643  # We can hardcode non-existant directories.
     
    1514614715  # careful not to overquote the AC_SUBSTed values.  We take copies of the
    1514714716  # variables and quote the copies for generation of the libtool script.
    15148   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
     14717  for var in echo old_CC old_CFLAGS AR AR_FLAGS AS EGREP RANLIB LN_S LTCC NM \
    1514914718    SED SHELL STRIP \
    1515014719    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     
    1528914858
    1529014859# Used on cygwin: assembler.
    15291 AS="$AS"
     14860AS=$lt_AS
    1529214861
    1529314862# The name of the directory that contains temporary libtool files.
     
    1560615175   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1560715176   -e 's:$: $lt_compiler_flag:'`
    15608    (eval echo "\"\$as_me:15608: $lt_compile\"" >&5)
     15177   (eval echo "\"\$as_me:15177: $lt_compile\"" >&5)
    1560915178   (eval "$lt_compile" 2>conftest.err)
    1561015179   ac_status=$?
    1561115180   cat conftest.err >&5
    15612    echo "$as_me:15612: \$? = $ac_status" >&5
     15181   echo "$as_me:15181: \$? = $ac_status" >&5
    1561315182   if (exit $ac_status) && test -s "$ac_outfile"; then
    1561415183     # The compiler can only warn and ignore the option if not recognized
     
    1571715286      fi
    1571815287      ;;
     15288      darwin*)
     15289        # PIC is the default on this platform
     15290        # Common symbols not allowed in MH_DYLIB files
     15291       case "$cc_basename" in
     15292         xlc*)
     15293         lt_prog_compiler_pic_GCJ='-qnocommon'
     15294         lt_prog_compiler_wl_GCJ='-Wl,'
     15295         ;;
     15296       esac
     15297       ;;
    1571915298
    1572015299    mingw* | pw32* | os2*)
     
    1583915418   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1584015419   -e 's:$: $lt_compiler_flag:'`
    15841    (eval echo "\"\$as_me:15841: $lt_compile\"" >&5)
     15420   (eval echo "\"\$as_me:15420: $lt_compile\"" >&5)
    1584215421   (eval "$lt_compile" 2>conftest.err)
    1584315422   ac_status=$?
    1584415423   cat conftest.err >&5
    15845    echo "$as_me:15845: \$? = $ac_status" >&5
     15424   echo "$as_me:15424: \$? = $ac_status" >&5
    1584615425   if (exit $ac_status) && test -s "$ac_outfile"; then
    1584715426     # The compiler can only warn and ignore the option if not recognized
     
    1589915478   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1590015479   -e 's:$: $lt_compiler_flag:'`
    15901    (eval echo "\"\$as_me:15901: $lt_compile\"" >&5)
     15480   (eval echo "\"\$as_me:15480: $lt_compile\"" >&5)
    1590215481   (eval "$lt_compile" 2>out/conftest.err)
    1590315482   ac_status=$?
    1590415483   cat out/conftest.err >&5
    15905    echo "$as_me:15905: \$? = $ac_status" >&5
     15484   echo "$as_me:15484: \$? = $ac_status" >&5
    1590615485   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    1590715486   then
     
    1626715846       # Determine the default libpath from the value encoded in an empty executable.
    1626815847       cat >conftest.$ac_ext <<_ACEOF
     15848#line $LINENO "configure"
    1626915849/* confdefs.h.  */
    1627015850_ACEOF
     
    1628315863rm -f conftest.$ac_objext conftest$ac_exeext
    1628415864if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    16285   (eval $ac_link) 2>conftest.er1
     15865  (eval $ac_link) 2>&5
    1628615866  ac_status=$?
    16287   grep -v '^ *+' conftest.er1 >conftest.err
    16288   rm -f conftest.er1
    16289   cat conftest.err >&5
    1629015867  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1629115868  (exit $ac_status); } &&
    16292          { ac_try='test -z "$ac_c_werror_flag"
    16293                          || test ! -s conftest.err'
    16294   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    16295   (eval $ac_try) 2>&5
    16296   ac_status=$?
    16297   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    16298   (exit $ac_status); }; } &&
    16299          { ac_try='test -s conftest$ac_exeext'
     15869         { ac_try='test -s conftest$ac_exeext'
    1630015870  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1630115871  (eval $ac_try) 2>&5
     
    1631415884
    1631515885fi
    16316 rm -f conftest.err conftest.$ac_objext \
    16317       conftest$ac_exeext conftest.$ac_ext
     15886rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1631815887if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
    1631915888
     
    1632815897         # Determine the default libpath from the value encoded in an empty executable.
    1632915898         cat >conftest.$ac_ext <<_ACEOF
     15899#line $LINENO "configure"
    1633015900/* confdefs.h.  */
    1633115901_ACEOF
     
    1634415914rm -f conftest.$ac_objext conftest$ac_exeext
    1634515915if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    16346   (eval $ac_link) 2>conftest.er1
     15916  (eval $ac_link) 2>&5
    1634715917  ac_status=$?
    16348   grep -v '^ *+' conftest.er1 >conftest.err
    16349   rm -f conftest.er1
    16350   cat conftest.err >&5
    1635115918  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1635215919  (exit $ac_status); } &&
    16353          { ac_try='test -z "$ac_c_werror_flag"
    16354                          || test ! -s conftest.err'
    16355   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    16356   (eval $ac_try) 2>&5
    16357   ac_status=$?
    16358   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    16359   (exit $ac_status); }; } &&
    16360          { ac_try='test -s conftest$ac_exeext'
     15920         { ac_try='test -s conftest$ac_exeext'
    1636115921  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1636215922  (eval $ac_try) 2>&5
     
    1637515935
    1637615936fi
    16377 rm -f conftest.err conftest.$ac_objext \
    16378       conftest$ac_exeext conftest.$ac_ext
     15937rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1637915938if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
    1638015939
     
    1640315962      ;;
    1640415963
    16405     bsdi4*)
     15964    bsdi[45]*)
    1640615965      export_dynamic_flag_spec_GCJ=-rdynamic
    1640715966      ;;
     
    1642915988
    1643015989    darwin* | rhapsody*)
    16431     if test "$GXX" = yes ; then
     15990      case "$host_os" in
     15991        rhapsody* | darwin1.[012])
     15992         allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress'
     15993         ;;
     15994       *) # Darwin 1.3 on
     15995         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
     15996           allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
     15997         else
     15998           case ${MACOSX_DEPLOYMENT_TARGET} in
     15999             10.[012])
     16000               allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
     16001               ;;
     16002             10.*)
     16003               allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup'
     16004               ;;
     16005           esac
     16006         fi
     16007         ;;
     16008      esac
    1643216009      archive_cmds_need_lc_GCJ=no
    16433       case "$host_os" in
    16434       rhapsody* | darwin1.[012])
    16435         allow_undefined_flag_GCJ='-undefined suppress'
    16436         ;;
    16437       *) # Darwin 1.3 on
    16438       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
    16439         allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
    16440       else
    16441         case ${MACOSX_DEPLOYMENT_TARGET} in
    16442           10.[012])
    16443             allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
    16444             ;;
    16445           10.*)
    16446             allow_undefined_flag_GCJ='-undefined dynamic_lookup'
    16447             ;;
    16448         esac
    16449       fi
    16450         ;;
    16451       esac
    16452         lt_int_apple_cc_single_mod=no
    16453         output_verbose_link_cmd='echo'
    16454         if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
    16455           lt_int_apple_cc_single_mod=yes
    16456         fi
    16457         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    16458           archive_cmds_GCJ='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    16459         else
    16460         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'
    16461       fi
    16462       module_cmds_GCJ='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
    16463       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
    16464         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    16465           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}'
    16466         else
    16467           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}'
    16468         fi
    16469           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}'
    1647016010      hardcode_direct_GCJ=no
    1647116011      hardcode_automatic_GCJ=yes
    1647216012      hardcode_shlibpath_var_GCJ=unsupported
    16473       whole_archive_flag_spec_GCJ='-all_load $convenience'
     16013      whole_archive_flag_spec_GCJ=''
    1647416014      link_all_deplibs_GCJ=yes
     16015    if test "$GCC" = yes ; then
     16016        output_verbose_link_cmd='echo'
     16017        archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
     16018      module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     16019      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     16020      archive_expsym_cmds_GCJ='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}'
     16021      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}'
    1647516022    else
    16476       ld_shlibs_GCJ=no
     16023      case "$cc_basename" in
     16024        xlc*)
     16025         output_verbose_link_cmd='echo'
     16026         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
     16027         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     16028          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     16029         archive_expsym_cmds_GCJ='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}'
     16030          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}'
     16031          ;;
     16032       *)
     16033         ld_shlibs_GCJ=no
     16034          ;;
     16035      esac
    1647716036    fi
    1647816037      ;;
     
    1661916178      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
    1662016179        archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
     16180        archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
    1662116181        hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
    1662216182        export_dynamic_flag_spec_GCJ='${wl}-E'
     
    1697016530  ;;
    1697116531
    16972 bsdi4*)
     16532bsdi[45]*)
    1697316533  version_type=linux
    1697416534  need_version=no
     
    1722916789  hardcode_into_libs=yes
    1723016790
    17231   # find out which ABI we are using
    17232   libsuff=
    17233   case "$host_cpu" in
    17234   x86_64*|s390x*|powerpc64*)
    17235     echo '#line 17235 "configure"' > conftest.$ac_ext
    17236     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    17237   (eval $ac_compile) 2>&5
    17238   ac_status=$?
    17239   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    17240   (exit $ac_status); }; then
    17241       case `/usr/bin/file conftest.$ac_objext` in
    17242       *64-bit*)
    17243         libsuff=64
    17244         sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
    17245         ;;
    17246       esac
    17247     fi
    17248     rm -rf conftest*
    17249     ;;
    17250   esac
    17251 
    1725216791  # Append ld.so.conf contents to the search path
    1725316792  if test -f /etc/ld.so.conf; then
    1725416793    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
    17255     sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
     16794    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
    1725616795  fi
    1725716796
     
    1731516854  version_type=sunos
    1731616855  need_lib_prefix=no
    17317   need_version=yes
     16856  need_version=no
    1731816857  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
    1731916858  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
     
    1743716976hardcode_action_GCJ=
    1743816977if test -n "$hardcode_libdir_flag_spec_GCJ" || \
    17439    test -n "$runpath_var GCJ" || \
    17440    test "X$hardcode_automatic_GCJ"="Xyes" ; then
     16978   test -n "$runpath_var_GCJ" || \
     16979   test "X$hardcode_automatic_GCJ" = "Xyes" ; then
    1744116980
    1744216981  # We can hardcode non-existant directories.
     
    1753417073LIBS="-ldl  $LIBS"
    1753517074cat >conftest.$ac_ext <<_ACEOF
     17075#line $LINENO "configure"
    1753617076/* confdefs.h.  */
    1753717077_ACEOF
     
    1755717097rm -f conftest.$ac_objext conftest$ac_exeext
    1755817098if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    17559   (eval $ac_link) 2>conftest.er1
     17099  (eval $ac_link) 2>&5
    1756017100  ac_status=$?
    17561   grep -v '^ *+' conftest.er1 >conftest.err
    17562   rm -f conftest.er1
    17563   cat conftest.err >&5
    1756417101  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1756517102  (exit $ac_status); } &&
    17566          { ac_try='test -z "$ac_c_werror_flag"
    17567                          || test ! -s conftest.err'
    17568   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    17569   (eval $ac_try) 2>&5
    17570   ac_status=$?
    17571   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    17572   (exit $ac_status); }; } &&
    17573          { ac_try='test -s conftest$ac_exeext'
     17103         { ac_try='test -s conftest$ac_exeext'
    1757417104  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1757517105  (eval $ac_try) 2>&5
     
    1758417114ac_cv_lib_dl_dlopen=no
    1758517115fi
    17586 rm -f conftest.err conftest.$ac_objext \
    17587       conftest$ac_exeext conftest.$ac_ext
     17116rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1758817117LIBS=$ac_check_lib_save_LIBS
    1758917118fi
     
    1760917138else
    1761017139  cat >conftest.$ac_ext <<_ACEOF
     17140#line $LINENO "configure"
    1761117141/* confdefs.h.  */
    1761217142_ACEOF
     
    1761417144cat >>conftest.$ac_ext <<_ACEOF
    1761517145/* end confdefs.h.  */
    17616 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
    17617    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    17618 #define shl_load innocuous_shl_load
    17619 
    1762017146/* System header to define __stub macros and hopefully few prototypes,
    1762117147    which can conflict with char shl_load (); below.
    1762217148    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    1762317149    <limits.h> exists even on freestanding compilers.  */
    17624 
    1762517150#ifdef __STDC__
    1762617151# include <limits.h>
     
    1762817153# include <assert.h>
    1762917154#endif
    17630 
    17631 #undef shl_load
    17632 
    1763317155/* Override any gcc2 internal prototype to avoid an error.  */
    1763417156#ifdef __cplusplus
     
    1766117183rm -f conftest.$ac_objext conftest$ac_exeext
    1766217184if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    17663   (eval $ac_link) 2>conftest.er1
     17185  (eval $ac_link) 2>&5
    1766417186  ac_status=$?
    17665   grep -v '^ *+' conftest.er1 >conftest.err
    17666   rm -f conftest.er1
    17667   cat conftest.err >&5
    1766817187  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1766917188  (exit $ac_status); } &&
    17670          { ac_try='test -z "$ac_c_werror_flag"
    17671                          || test ! -s conftest.err'
    17672   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    17673   (eval $ac_try) 2>&5
    17674   ac_status=$?
    17675   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    17676   (exit $ac_status); }; } &&
    17677          { ac_try='test -s conftest$ac_exeext'
     17189         { ac_try='test -s conftest$ac_exeext'
    1767817190  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1767917191  (eval $ac_try) 2>&5
     
    1768817200ac_cv_func_shl_load=no
    1768917201fi
    17690 rm -f conftest.err conftest.$ac_objext \
    17691       conftest$ac_exeext conftest.$ac_ext
     17202rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1769217203fi
    1769317204echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
     
    1770417215LIBS="-ldld  $LIBS"
    1770517216cat >conftest.$ac_ext <<_ACEOF
     17217#line $LINENO "configure"
    1770617218/* confdefs.h.  */
    1770717219_ACEOF
     
    1772717239rm -f conftest.$ac_objext conftest$ac_exeext
    1772817240if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    17729   (eval $ac_link) 2>conftest.er1
     17241  (eval $ac_link) 2>&5
    1773017242  ac_status=$?
    17731   grep -v '^ *+' conftest.er1 >conftest.err
    17732   rm -f conftest.er1
    17733   cat conftest.err >&5
    1773417243  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1773517244  (exit $ac_status); } &&
    17736          { ac_try='test -z "$ac_c_werror_flag"
    17737                          || test ! -s conftest.err'
    17738   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    17739   (eval $ac_try) 2>&5
    17740   ac_status=$?
    17741   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    17742   (exit $ac_status); }; } &&
    17743          { ac_try='test -s conftest$ac_exeext'
     17245         { ac_try='test -s conftest$ac_exeext'
    1774417246  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1774517247  (eval $ac_try) 2>&5
     
    1775417256ac_cv_lib_dld_shl_load=no
    1775517257fi
    17756 rm -f conftest.err conftest.$ac_objext \
    17757       conftest$ac_exeext conftest.$ac_ext
     17258rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1775817259LIBS=$ac_check_lib_save_LIBS
    1775917260fi
     
    1776917270else
    1777017271  cat >conftest.$ac_ext <<_ACEOF
     17272#line $LINENO "configure"
    1777117273/* confdefs.h.  */
    1777217274_ACEOF
     
    1777417276cat >>conftest.$ac_ext <<_ACEOF
    1777517277/* end confdefs.h.  */
    17776 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
    17777    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    17778 #define dlopen innocuous_dlopen
    17779 
    1778017278/* System header to define __stub macros and hopefully few prototypes,
    1778117279    which can conflict with char dlopen (); below.
    1778217280    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    1778317281    <limits.h> exists even on freestanding compilers.  */
    17784 
    1778517282#ifdef __STDC__
    1778617283# include <limits.h>
     
    1778817285# include <assert.h>
    1778917286#endif
    17790 
    17791 #undef dlopen
    17792 
    1779317287/* Override any gcc2 internal prototype to avoid an error.  */
    1779417288#ifdef __cplusplus
     
    1782117315rm -f conftest.$ac_objext conftest$ac_exeext
    1782217316if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    17823   (eval $ac_link) 2>conftest.er1
     17317  (eval $ac_link) 2>&5
    1782417318  ac_status=$?
    17825   grep -v '^ *+' conftest.er1 >conftest.err
    17826   rm -f conftest.er1
    17827   cat conftest.err >&5
    1782817319  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1782917320  (exit $ac_status); } &&
    17830          { ac_try='test -z "$ac_c_werror_flag"
    17831                          || test ! -s conftest.err'
    17832   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    17833   (eval $ac_try) 2>&5
    17834   ac_status=$?
    17835   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    17836   (exit $ac_status); }; } &&
    17837          { ac_try='test -s conftest$ac_exeext'
     17321         { ac_try='test -s conftest$ac_exeext'
    1783817322  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1783917323  (eval $ac_try) 2>&5
     
    1784817332ac_cv_func_dlopen=no
    1784917333fi
    17850 rm -f conftest.err conftest.$ac_objext \
    17851       conftest$ac_exeext conftest.$ac_ext
     17334rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1785217335fi
    1785317336echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
     
    1786417347LIBS="-ldl  $LIBS"
    1786517348cat >conftest.$ac_ext <<_ACEOF
     17349#line $LINENO "configure"
    1786617350/* confdefs.h.  */
    1786717351_ACEOF
     
    1788717371rm -f conftest.$ac_objext conftest$ac_exeext
    1788817372if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    17889   (eval $ac_link) 2>conftest.er1
     17373  (eval $ac_link) 2>&5
    1789017374  ac_status=$?
    17891   grep -v '^ *+' conftest.er1 >conftest.err
    17892   rm -f conftest.er1
    17893   cat conftest.err >&5
    1789417375  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1789517376  (exit $ac_status); } &&
    17896          { ac_try='test -z "$ac_c_werror_flag"
    17897                          || test ! -s conftest.err'
    17898   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    17899   (eval $ac_try) 2>&5
    17900   ac_status=$?
    17901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    17902   (exit $ac_status); }; } &&
    17903          { ac_try='test -s conftest$ac_exeext'
     17377         { ac_try='test -s conftest$ac_exeext'
    1790417378  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1790517379  (eval $ac_try) 2>&5
     
    1791417388ac_cv_lib_dl_dlopen=no
    1791517389fi
    17916 rm -f conftest.err conftest.$ac_objext \
    17917       conftest$ac_exeext conftest.$ac_ext
     17390rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1791817391LIBS=$ac_check_lib_save_LIBS
    1791917392fi
     
    1793117404LIBS="-lsvld  $LIBS"
    1793217405cat >conftest.$ac_ext <<_ACEOF
     17406#line $LINENO "configure"
    1793317407/* confdefs.h.  */
    1793417408_ACEOF
     
    1795417428rm -f conftest.$ac_objext conftest$ac_exeext
    1795517429if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    17956   (eval $ac_link) 2>conftest.er1
     17430  (eval $ac_link) 2>&5
    1795717431  ac_status=$?
    17958   grep -v '^ *+' conftest.er1 >conftest.err
    17959   rm -f conftest.er1
    17960   cat conftest.err >&5
    1796117432  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1796217433  (exit $ac_status); } &&
    17963          { ac_try='test -z "$ac_c_werror_flag"
    17964                          || test ! -s conftest.err'
    17965   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    17966   (eval $ac_try) 2>&5
    17967   ac_status=$?
    17968   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    17969   (exit $ac_status); }; } &&
    17970          { ac_try='test -s conftest$ac_exeext'
     17434         { ac_try='test -s conftest$ac_exeext'
    1797117435  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1797217436  (eval $ac_try) 2>&5
     
    1798117445ac_cv_lib_svld_dlopen=no
    1798217446fi
    17983 rm -f conftest.err conftest.$ac_objext \
    17984       conftest$ac_exeext conftest.$ac_ext
     17447rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1798517448LIBS=$ac_check_lib_save_LIBS
    1798617449fi
     
    1799817461LIBS="-ldld  $LIBS"
    1799917462cat >conftest.$ac_ext <<_ACEOF
     17463#line $LINENO "configure"
    1800017464/* confdefs.h.  */
    1800117465_ACEOF
     
    1802117485rm -f conftest.$ac_objext conftest$ac_exeext
    1802217486if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    18023   (eval $ac_link) 2>conftest.er1
     17487  (eval $ac_link) 2>&5
    1802417488  ac_status=$?
    18025   grep -v '^ *+' conftest.er1 >conftest.err
    18026   rm -f conftest.er1
    18027   cat conftest.err >&5
    1802817489  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1802917490  (exit $ac_status); } &&
    18030          { ac_try='test -z "$ac_c_werror_flag"
    18031                          || test ! -s conftest.err'
    18032   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    18033   (eval $ac_try) 2>&5
    18034   ac_status=$?
    18035   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    18036   (exit $ac_status); }; } &&
    18037          { ac_try='test -s conftest$ac_exeext'
     17491         { ac_try='test -s conftest$ac_exeext'
    1803817492  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1803917493  (eval $ac_try) 2>&5
     
    1804817502ac_cv_lib_dld_dld_link=no
    1804917503fi
    18050 rm -f conftest.err conftest.$ac_objext \
    18051       conftest$ac_exeext conftest.$ac_ext
     17504rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1805217505LIBS=$ac_check_lib_save_LIBS
    1805317506fi
     
    1810417557  lt_status=$lt_dlunknown
    1810517558  cat > conftest.$ac_ext <<EOF
    18106 #line 18106 "configure"
     17559#line 17559 "configure"
    1810717560#include "confdefs.h"
    1810817561
     
    1820217655  lt_status=$lt_dlunknown
    1820317656  cat > conftest.$ac_ext <<EOF
    18204 #line 18204 "configure"
     17657#line 17657 "configure"
    1820517658#include "confdefs.h"
    1820617659
     
    1831917772  # careful not to overquote the AC_SUBSTed values.  We take copies of the
    1832017773  # variables and quote the copies for generation of the libtool script.
    18321   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
     17774  for var in echo old_CC old_CFLAGS AR AR_FLAGS AS EGREP RANLIB LN_S LTCC NM \
    1832217775    SED SHELL STRIP \
    1832317776    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     
    1846217915
    1846317916# Used on cygwin: assembler.
    18464 AS="$AS"
     17917AS=$lt_AS
    1846517918
    1846617919# The name of the directory that contains temporary libtool files.
     
    1876418217  # careful not to overquote the AC_SUBSTed values.  We take copies of the
    1876518218  # variables and quote the copies for generation of the libtool script.
    18766   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
     18219  for var in echo old_CC old_CFLAGS AR AR_FLAGS AS EGREP RANLIB LN_S LTCC NM \
    1876718220    SED SHELL STRIP \
    1876818221    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     
    1890718360
    1890818361# Used on cygwin: assembler.
    18909 AS="$AS"
     18362AS=$lt_AS
    1891018363
    1891118364# The name of the directory that contains temporary libtool files.
     
    1935918812LIBS="-lsla  $LIBS"
    1936018813cat >conftest.$ac_ext <<_ACEOF
     18814#line $LINENO "configure"
    1936118815/* confdefs.h.  */
    1936218816_ACEOF
     
    1937618830rm -f conftest.$ac_objext conftest$ac_exeext
    1937718831if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    19378   (eval $ac_link) 2>conftest.er1
     18832  (eval $ac_link) 2>&5
    1937918833  ac_status=$?
    19380   grep -v '^ *+' conftest.er1 >conftest.err
    19381   rm -f conftest.er1
    19382   cat conftest.err >&5
    1938318834  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1938418835  (exit $ac_status); } &&
    19385          { ac_try='test -z "$ac_c_werror_flag"
    19386                          || test ! -s conftest.err'
    19387   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    19388   (eval $ac_try) 2>&5
    19389   ac_status=$?
    19390   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19391   (exit $ac_status); }; } &&
    19392          { ac_try='test -s conftest$ac_exeext'
     18836         { ac_try='test -s conftest$ac_exeext'
    1939318837  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1939418838  (eval $ac_try) 2>&5
     
    1940318847ac_cv_lib_sla_main=no
    1940418848fi
    19405 rm -f conftest.err conftest.$ac_objext \
    19406       conftest$ac_exeext conftest.$ac_ext
     18849rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1940718850LIBS=$ac_check_lib_save_LIBS
    1940818851fi
     
    1943118874LIBS="-lcfitsio  $LIBS"
    1943218875cat >conftest.$ac_ext <<_ACEOF
     18876#line $LINENO "configure"
    1943318877/* confdefs.h.  */
    1943418878_ACEOF
     
    1944818892rm -f conftest.$ac_objext conftest$ac_exeext
    1944918893if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    19450   (eval $ac_link) 2>conftest.er1
     18894  (eval $ac_link) 2>&5
    1945118895  ac_status=$?
    19452   grep -v '^ *+' conftest.er1 >conftest.err
    19453   rm -f conftest.er1
    19454   cat conftest.err >&5
    1945518896  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1945618897  (exit $ac_status); } &&
    19457          { ac_try='test -z "$ac_c_werror_flag"
    19458                          || test ! -s conftest.err'
    19459   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    19460   (eval $ac_try) 2>&5
    19461   ac_status=$?
    19462   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19463   (exit $ac_status); }; } &&
    19464          { ac_try='test -s conftest$ac_exeext'
     18898         { ac_try='test -s conftest$ac_exeext'
    1946518899  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1946618900  (eval $ac_try) 2>&5
     
    1947518909ac_cv_lib_cfitsio_main=no
    1947618910fi
    19477 rm -f conftest.err conftest.$ac_objext \
    19478       conftest$ac_exeext conftest.$ac_ext
     18911rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1947918912LIBS=$ac_check_lib_save_LIBS
    1948018913fi
     
    1950318936LIBS="-lfftw3f  $LIBS"
    1950418937cat >conftest.$ac_ext <<_ACEOF
     18938#line $LINENO "configure"
    1950518939/* confdefs.h.  */
    1950618940_ACEOF
     
    1952018954rm -f conftest.$ac_objext conftest$ac_exeext
    1952118955if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    19522   (eval $ac_link) 2>conftest.er1
     18956  (eval $ac_link) 2>&5
    1952318957  ac_status=$?
    19524   grep -v '^ *+' conftest.er1 >conftest.err
    19525   rm -f conftest.er1
    19526   cat conftest.err >&5
    1952718958  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1952818959  (exit $ac_status); } &&
    19529          { ac_try='test -z "$ac_c_werror_flag"
    19530                          || test ! -s conftest.err'
    19531   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    19532   (eval $ac_try) 2>&5
    19533   ac_status=$?
    19534   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19535   (exit $ac_status); }; } &&
    19536          { ac_try='test -s conftest$ac_exeext'
     18960         { ac_try='test -s conftest$ac_exeext'
    1953718961  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1953818962  (eval $ac_try) 2>&5
     
    1954718971ac_cv_lib_fftw3f_main=no
    1954818972fi
    19549 rm -f conftest.err conftest.$ac_objext \
    19550       conftest$ac_exeext conftest.$ac_ext
     18973rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1955118974LIBS=$ac_check_lib_save_LIBS
    1955218975fi
     
    1957518998LIBS="-lgsl  $LIBS"
    1957618999cat >conftest.$ac_ext <<_ACEOF
     19000#line $LINENO "configure"
    1957719001/* confdefs.h.  */
    1957819002_ACEOF
     
    1959219016rm -f conftest.$ac_objext conftest$ac_exeext
    1959319017if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    19594   (eval $ac_link) 2>conftest.er1
     19018  (eval $ac_link) 2>&5
    1959519019  ac_status=$?
    19596   grep -v '^ *+' conftest.er1 >conftest.err
    19597   rm -f conftest.er1
    19598   cat conftest.err >&5
    1959919020  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1960019021  (exit $ac_status); } &&
    19601          { ac_try='test -z "$ac_c_werror_flag"
    19602                          || test ! -s conftest.err'
    19603   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    19604   (eval $ac_try) 2>&5
    19605   ac_status=$?
    19606   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19607   (exit $ac_status); }; } &&
    19608          { ac_try='test -s conftest$ac_exeext'
     19022         { ac_try='test -s conftest$ac_exeext'
    1960919023  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1961019024  (eval $ac_try) 2>&5
     
    1961919033ac_cv_lib_gsl_main=no
    1962019034fi
    19621 rm -f conftest.err conftest.$ac_objext \
    19622       conftest$ac_exeext conftest.$ac_ext
     19035rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1962319036LIBS=$ac_check_lib_save_LIBS
    1962419037fi
     
    1964719060LIBS="-lgslcblas  $LIBS"
    1964819061cat >conftest.$ac_ext <<_ACEOF
     19062#line $LINENO "configure"
    1964919063/* confdefs.h.  */
    1965019064_ACEOF
     
    1966419078rm -f conftest.$ac_objext conftest$ac_exeext
    1966519079if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    19666   (eval $ac_link) 2>conftest.er1
     19080  (eval $ac_link) 2>&5
    1966719081  ac_status=$?
    19668   grep -v '^ *+' conftest.er1 >conftest.err
    19669   rm -f conftest.er1
    19670   cat conftest.err >&5
    1967119082  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1967219083  (exit $ac_status); } &&
    19673          { ac_try='test -z "$ac_c_werror_flag"
    19674                          || test ! -s conftest.err'
    19675   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    19676   (eval $ac_try) 2>&5
    19677   ac_status=$?
    19678   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19679   (exit $ac_status); }; } &&
    19680          { ac_try='test -s conftest$ac_exeext'
     19084         { ac_try='test -s conftest$ac_exeext'
    1968119085  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1968219086  (eval $ac_try) 2>&5
     
    1969119095ac_cv_lib_gslcblas_main=no
    1969219096fi
    19693 rm -f conftest.err conftest.$ac_objext \
    19694       conftest$ac_exeext conftest.$ac_ext
     19097rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1969519098LIBS=$ac_check_lib_save_LIBS
    1969619099fi
     
    1971919122LIBS="-lpslib  $LIBS"
    1972019123cat >conftest.$ac_ext <<_ACEOF
     19124#line $LINENO "configure"
    1972119125/* confdefs.h.  */
    1972219126_ACEOF
     
    1973619140rm -f conftest.$ac_objext conftest$ac_exeext
    1973719141if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    19738   (eval $ac_link) 2>conftest.er1
     19142  (eval $ac_link) 2>&5
    1973919143  ac_status=$?
    19740   grep -v '^ *+' conftest.er1 >conftest.err
    19741   rm -f conftest.er1
    19742   cat conftest.err >&5
    1974319144  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1974419145  (exit $ac_status); } &&
    19745          { ac_try='test -z "$ac_c_werror_flag"
    19746                          || test ! -s conftest.err'
    19747   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    19748   (eval $ac_try) 2>&5
    19749   ac_status=$?
    19750   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19751   (exit $ac_status); }; } &&
    19752          { ac_try='test -s conftest$ac_exeext'
     19146         { ac_try='test -s conftest$ac_exeext'
    1975319147  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1975419148  (eval $ac_try) 2>&5
     
    1976319157ac_cv_lib_pslib_main=no
    1976419158fi
    19765 rm -f conftest.err conftest.$ac_objext \
    19766       conftest$ac_exeext conftest.$ac_ext
     19159rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1976719160LIBS=$ac_check_lib_save_LIBS
    1976819161fi
     
    1979219185LIBS="-lmx  $LIBS"
    1979319186cat >conftest.$ac_ext <<_ACEOF
     19187#line $LINENO "configure"
    1979419188/* confdefs.h.  */
    1979519189_ACEOF
     
    1981519209rm -f conftest.$ac_objext conftest$ac_exeext
    1981619210if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    19817   (eval $ac_link) 2>conftest.er1
     19211  (eval $ac_link) 2>&5
    1981819212  ac_status=$?
    19819   grep -v '^ *+' conftest.er1 >conftest.err
    19820   rm -f conftest.er1
    19821   cat conftest.err >&5
    1982219213  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1982319214  (exit $ac_status); } &&
    19824          { ac_try='test -z "$ac_c_werror_flag"
    19825                          || test ! -s conftest.err'
    19826   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    19827   (eval $ac_try) 2>&5
    19828   ac_status=$?
    19829   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19830   (exit $ac_status); }; } &&
    19831          { ac_try='test -s conftest$ac_exeext'
     19215         { ac_try='test -s conftest$ac_exeext'
    1983219216  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1983319217  (eval $ac_try) 2>&5
     
    1984219226ac_cv_lib_mx_sqrtf=no
    1984319227fi
    19844 rm -f conftest.err conftest.$ac_objext \
    19845       conftest$ac_exeext conftest.$ac_ext
     19228rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1984619229LIBS=$ac_check_lib_save_LIBS
    1984719230fi
     
    1988719270      # substitution turns \\\\ into \\, and sed turns \\ into \).
    1988819271      sed -n \
    19889         "s/'/'\\\\''/g;
    19890           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
     19272        "s/'/'\\\\''/g;
     19273          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
    1989119274      ;;
    1989219275    *)
    1989319276      # `set' quotes correctly as required by POSIX, so do not add quotes.
    1989419277      sed -n \
    19895         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     19278        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    1989619279      ;;
    1989719280    esac;
     
    1992319306# (actually we leave an empty line to preserve line numbers).
    1992419307if test "x$srcdir" = x.; then
    19925   ac_vpsub='/^[  ]*VPATH[        ]*=/{
     19308  ac_vpsub='/^[         ]*VPATH[        ]*=/{
    1992619309s/:*\$(srcdir):*/:/;
    1992719310s/:*\${srcdir}:*/:/;
    1992819311s/:*@srcdir@:*/:/;
    19929 s/^\([^=]*=[     ]*\):*/\1/;
     19312s/^\([^=]*=[    ]*\):*/\1/;
    1993019313s/:*$//;
    19931 s/^[^=]*=[       ]*$//;
     19314s/^[^=]*=[      ]*$//;
    1993219315}'
    1993319316fi
     
    1994019323  # 1. Remove the extension, and $U if already installed.
    1994119324  ac_i=`echo "$ac_i" |
    19942         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
     19325        sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
    1994319326  # 2. Add them.
    1994419327  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
     
    2000519388  set -o posix
    2000619389fi
    20007 DUALCASE=1; export DUALCASE # for MKS sh
    2000819390
    2000919391# Support unset when possible.
    20010 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     19392if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
    2001119393  as_unset=unset
    2001219394else
     
    2002719409  LC_TELEPHONE LC_TIME
    2002819410do
    20029   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     19411  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
    2003019412    eval $as_var=C; export $as_var
    2003119413  else
     
    2020619588  as_mkdir_p=:
    2020719589else
    20208   test -d ./-p && rmdir ./-p
    2020919590  as_mkdir_p=false
    2021019591fi
     
    2021319594
    2021419595# Sed expression to map a string onto a valid CPP name.
    20215 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
     19596as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
    2021619597
    2021719598# Sed expression to map a string onto a valid variable name.
    20218 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
     19599as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
    2021919600
    2022019601
     
    2024319624
    2024419625This file was extended by $as_me, which was
    20245 generated by GNU Autoconf 2.59.  Invocation command line was
     19626generated by GNU Autoconf 2.57.  Invocation command line was
    2024619627
    2024719628  CONFIG_FILES    = $CONFIG_FILES
     
    2028719668      --recheck    update $as_me by reconfiguring in the same conditions
    2028819669  --file=FILE[:TEMPLATE]
    20289                    instantiate the configuration file FILE
     19670                   instantiate the configuration file FILE
    2029019671  --header=FILE[:TEMPLATE]
    20291                    instantiate the configuration header FILE
     19672                   instantiate the configuration header FILE
    2029219673
    2029319674Configuration files:
     
    2030619687ac_cs_version="\\
    2030719688config.status
    20308 configured by $0, generated by GNU Autoconf 2.59,
     19689configured by $0, generated by GNU Autoconf 2.57,
    2030919690  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
    2031019691
    20311 Copyright (C) 2003 Free Software Foundation, Inc.
     19692Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
     19693Free Software Foundation, Inc.
    2031219694This config.status script is free software; the Free Software Foundation
    2031319695gives unlimited permission to copy, distribute and modify it."
     
    2060219984  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
    2060319985      if test -z "$ac_sed_cmds"; then
    20604         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
     19986        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
    2060519987      else
    20606         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
     19988        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
    2060719989      fi
    2060819990      ac_sed_frag=`expr $ac_sed_frag + 1`
     
    2062220004  case $ac_file in
    2062320005  - | *:- | *:-:* ) # input from stdin
    20624         cat >$tmp/stdin
    20625         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    20626         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     20006        cat >$tmp/stdin
     20007        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
     20008        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    2062720009  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    20628         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     20010        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    2062920011  * )   ac_file_in=$ac_file.in ;;
    2063020012  esac
     
    2063320015  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
    2063420016$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    20635         X"$ac_file" : 'X\(//\)[^/]' \| \
    20636         X"$ac_file" : 'X\(//\)$' \| \
    20637         X"$ac_file" : 'X\(/\)' \| \
    20638         .     : '\(.\)' 2>/dev/null ||
     20017        X"$ac_file" : 'X\(//\)[^/]' \| \
     20018        X"$ac_file" : 'X\(//\)$' \| \
     20019        X"$ac_file" : 'X\(/\)' \| \
     20020        .     : '\(.\)' 2>/dev/null ||
    2063920021echo X"$ac_file" |
    2064020022    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    2065220034      as_dir=`(dirname "$as_dir") 2>/dev/null ||
    2065320035$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    20654         X"$as_dir" : 'X\(//\)[^/]' \| \
    20655         X"$as_dir" : 'X\(//\)$' \| \
    20656         X"$as_dir" : 'X\(/\)' \| \
    20657         .     : '\(.\)' 2>/dev/null ||
     20036        X"$as_dir" : 'X\(//\)[^/]' \| \
     20037        X"$as_dir" : 'X\(//\)$' \| \
     20038        X"$as_dir" : 'X\(/\)' \| \
     20039        .     : '\(.\)' 2>/dev/null ||
    2065820040echo X"$as_dir" |
    2065920041    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    2069320075    ac_top_srcdir=$ac_top_builddir$srcdir ;;
    2069420076esac
    20695 
    20696 # Do not use `cd foo && pwd` to compute absolute paths, because
    20697 # the directories may not exist.
    20698 case `pwd` in
    20699 .) ac_abs_builddir="$ac_dir";;
    20700 *)
    20701   case "$ac_dir" in
    20702   .) ac_abs_builddir=`pwd`;;
    20703   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    20704   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    20705   esac;;
    20706 esac
    20707 case $ac_abs_builddir in
    20708 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    20709 *)
    20710   case ${ac_top_builddir}. in
    20711   .) ac_abs_top_builddir=$ac_abs_builddir;;
    20712   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    20713   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    20714   esac;;
    20715 esac
    20716 case $ac_abs_builddir in
    20717 .) ac_abs_srcdir=$ac_srcdir;;
    20718 *)
    20719   case $ac_srcdir in
    20720   .) ac_abs_srcdir=$ac_abs_builddir;;
    20721   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    20722   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    20723   esac;;
    20724 esac
    20725 case $ac_abs_builddir in
    20726 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    20727 *)
    20728   case $ac_top_srcdir in
    20729   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    20730   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    20731   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    20732   esac;;
    20733 esac
     20077# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
     20078# absolute.
     20079ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
     20080ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
     20081ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
     20082ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
    2073420083
    2073520084
     
    2075320102  fi
    2075420103  configure_input=$configure_input"Generated from `echo $ac_file_in |
    20755                                      sed 's,.*/,,'` by configure."
     20104                                     sed 's,.*/,,'` by configure."
    2075620105
    2075720106  # First look for the input files in the build tree, otherwise in the
     
    2076220111      -) echo $tmp/stdin ;;
    2076320112      [\\/$]*)
    20764         # Absolute (can't be DOS-style, as IFS=:)
    20765         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     20113        # Absolute (can't be DOS-style, as IFS=:)
     20114        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    2076620115echo "$as_me: error: cannot find input file: $f" >&2;}
    2076720116   { (exit 1); exit 1; }; }
    20768          echo "$f";;
     20117         echo $f;;
    2076920118      *) # Relative
    20770         if test -f "$f"; then
    20771            # Build tree
    20772            echo "$f"
    20773         elif test -f "$srcdir/$f"; then
    20774            # Source tree
    20775            echo "$srcdir/$f"
    20776         else
    20777            # /dev/null tree
    20778            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     20119        if test -f "$f"; then
     20120           # Build tree
     20121           echo $f
     20122        elif test -f "$srcdir/$f"; then
     20123           # Source tree
     20124           echo $srcdir/$f
     20125        else
     20126           # /dev/null tree
     20127           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    2077920128echo "$as_me: error: cannot find input file: $f" >&2;}
    2078020129   { (exit 1); exit 1; }; }
    20781         fi;;
     20130        fi;;
    2078220131      esac
    2078320132    done` || { (exit 1); exit 1; }
     
    2082120170#
    2082220171# ac_d sets the value in "#define NAME VALUE" lines.
    20823 ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
    20824 ac_dB='[         ].*$,\1#\2'
     20172ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
     20173ac_dB='[        ].*$,\1#\2'
    2082520174ac_dC=' '
    2082620175ac_dD=',;t'
    2082720176# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
    20828 ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
     20177ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
    2082920178ac_uB='$,\1#\2define\3'
    2083020179ac_uC=' '
     
    2083520184  case $ac_file in
    2083620185  - | *:- | *:-:* ) # input from stdin
    20837         cat >$tmp/stdin
    20838         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    20839         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     20186        cat >$tmp/stdin
     20187        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
     20188        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    2084020189  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    20841         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     20190        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    2084220191  * )   ac_file_in=$ac_file.in ;;
    2084320192  esac
     
    2085320202      -) echo $tmp/stdin ;;
    2085420203      [\\/$]*)
    20855         # Absolute (can't be DOS-style, as IFS=:)
    20856         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     20204        # Absolute (can't be DOS-style, as IFS=:)
     20205        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    2085720206echo "$as_me: error: cannot find input file: $f" >&2;}
    2085820207   { (exit 1); exit 1; }; }
    20859          # Do quote $f, to prevent DOS paths from being IFS'd.
    20860          echo "$f";;
     20208         echo $f;;
    2086120209      *) # Relative
    20862         if test -f "$f"; then
    20863            # Build tree
    20864            echo "$f"
    20865         elif test -f "$srcdir/$f"; then
    20866            # Source tree
    20867            echo "$srcdir/$f"
    20868         else
    20869            # /dev/null tree
    20870            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     20210        if test -f "$f"; then
     20211           # Build tree
     20212           echo $f
     20213        elif test -f "$srcdir/$f"; then
     20214           # Source tree
     20215           echo $srcdir/$f
     20216        else
     20217           # /dev/null tree
     20218           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    2087120219echo "$as_me: error: cannot find input file: $f" >&2;}
    2087220220   { (exit 1); exit 1; }; }
    20873         fi;;
     20221        fi;;
    2087420222      esac
    2087520223    done` || { (exit 1); exit 1; }
    2087620224  # Remove the trailing spaces.
    20877   sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
     20225  sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
    2087820226
    2087920227_ACEOF
     
    2089820246t clear
    2089920247: clear
    20900 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
     20248s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
    2090120249t end
    20902 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
     20250s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
    2090320251: end
    2090420252_ACEOF
     
    2091420262# on some systems where configure will not decide to define it.
    2091520263cat >>conftest.undefs <<\_ACEOF
    20916 s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
     20264s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
    2091720265_ACEOF
    2091820266
     
    2092020268# of here documents, and old seds have small limits too (100 cmds).
    2092120269echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
    20922 echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
     20270echo '  if grep "^[     ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
    2092320271echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
    2092420272echo '  :' >>$CONFIG_STATUS
     
    2092920277  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
    2093020278  # Speed up: don't consider the non `#define' lines.
    20931   echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
     20279  echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS
    2093220280  # Work around the forget-to-reset-the-flag bug.
    2093320281  echo 't clr' >>$CONFIG_STATUS
     
    2095620304  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
    2095720305  # Speed up: don't consider the non `#undef'
    20958   echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
     20306  echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS
    2095920307  # Work around the forget-to-reset-the-flag bug.
    2096020308  echo 't clr' >>$CONFIG_STATUS
     
    2099020338      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
    2099120339$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    20992         X"$ac_file" : 'X\(//\)[^/]' \| \
    20993         X"$ac_file" : 'X\(//\)$' \| \
    20994         X"$ac_file" : 'X\(/\)' \| \
    20995         .     : '\(.\)' 2>/dev/null ||
     20340        X"$ac_file" : 'X\(//\)[^/]' \| \
     20341        X"$ac_file" : 'X\(//\)$' \| \
     20342        X"$ac_file" : 'X\(/\)' \| \
     20343        .     : '\(.\)' 2>/dev/null ||
    2099620344echo X"$ac_file" |
    2099720345    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    2100920357      as_dir=`(dirname "$as_dir") 2>/dev/null ||
    2101020358$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    21011         X"$as_dir" : 'X\(//\)[^/]' \| \
    21012         X"$as_dir" : 'X\(//\)$' \| \
    21013         X"$as_dir" : 'X\(/\)' \| \
    21014         .     : '\(.\)' 2>/dev/null ||
     20359        X"$as_dir" : 'X\(//\)[^/]' \| \
     20360        X"$as_dir" : 'X\(//\)$' \| \
     20361        X"$as_dir" : 'X\(/\)' \| \
     20362        .     : '\(.\)' 2>/dev/null ||
    2101520363echo X"$as_dir" |
    2101620364    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    2104420392echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
    2104520393$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    21046         X$ac_file : 'X\(//\)[^/]' \| \
    21047         X$ac_file : 'X\(//\)$' \| \
    21048         X$ac_file : 'X\(/\)' \| \
    21049         .     : '\(.\)' 2>/dev/null ||
     20394        X$ac_file : 'X\(//\)[^/]' \| \
     20395        X$ac_file : 'X\(//\)$' \| \
     20396        X$ac_file : 'X\(/\)' \| \
     20397        .     : '\(.\)' 2>/dev/null ||
    2105020398echo X$ac_file |
    2105120399    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    2106620414  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
    2106720415$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    21068         X"$ac_dest" : 'X\(//\)[^/]' \| \
    21069         X"$ac_dest" : 'X\(//\)$' \| \
    21070         X"$ac_dest" : 'X\(/\)' \| \
    21071         .     : '\(.\)' 2>/dev/null ||
     20416        X"$ac_dest" : 'X\(//\)[^/]' \| \
     20417        X"$ac_dest" : 'X\(//\)$' \| \
     20418        X"$ac_dest" : 'X\(/\)' \| \
     20419        .     : '\(.\)' 2>/dev/null ||
    2107220420echo X"$ac_dest" |
    2107320421    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    2107620424          /^X\(\/\).*/{ s//\1/; q; }
    2107720425          s/.*/./; q'`
    21078   { if $as_mkdir_p; then
    21079     mkdir -p "$ac_dir"
    21080   else
    21081     as_dir="$ac_dir"
    21082     as_dirs=
    21083     while test ! -d "$as_dir"; do
    21084       as_dirs="$as_dir $as_dirs"
    21085       as_dir=`(dirname "$as_dir") 2>/dev/null ||
    21086 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    21087          X"$as_dir" : 'X\(//\)[^/]' \| \
    21088          X"$as_dir" : 'X\(//\)$' \| \
    21089          X"$as_dir" : 'X\(/\)' \| \
    21090          .     : '\(.\)' 2>/dev/null ||
    21091 echo X"$as_dir" |
    21092     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    21093           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    21094           /^X\(\/\/\)$/{ s//\1/; q; }
    21095           /^X\(\/\).*/{ s//\1/; q; }
    21096           s/.*/./; q'`
    21097     done
    21098     test ! -n "$as_dirs" || mkdir $as_dirs
    21099   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    21100 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
    21101    { (exit 1); exit 1; }; }; }
    21102 
    2110320426  ac_builddir=.
    2110420427
     
    2112620449    ac_top_srcdir=$ac_top_builddir$srcdir ;;
    2112720450esac
    21128 
    21129 # Do not use `cd foo && pwd` to compute absolute paths, because
    21130 # the directories may not exist.
    21131 case `pwd` in
    21132 .) ac_abs_builddir="$ac_dir";;
    21133 *)
    21134   case "$ac_dir" in
    21135   .) ac_abs_builddir=`pwd`;;
    21136   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    21137   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    21138   esac;;
    21139 esac
    21140 case $ac_abs_builddir in
    21141 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    21142 *)
    21143   case ${ac_top_builddir}. in
    21144   .) ac_abs_top_builddir=$ac_abs_builddir;;
    21145   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    21146   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    21147   esac;;
    21148 esac
    21149 case $ac_abs_builddir in
    21150 .) ac_abs_srcdir=$ac_srcdir;;
    21151 *)
    21152   case $ac_srcdir in
    21153   .) ac_abs_srcdir=$ac_abs_builddir;;
    21154   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    21155   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    21156   esac;;
    21157 esac
    21158 case $ac_abs_builddir in
    21159 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    21160 *)
    21161   case $ac_top_srcdir in
    21162   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    21163   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    21164   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    21165   esac;;
    21166 esac
     20451# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
     20452# absolute.
     20453ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
     20454ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
     20455ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
     20456ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
    2116720457
    2116820458
     
    2118220472    dirpart=`(dirname "$mf") 2>/dev/null ||
    2118320473$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    21184         X"$mf" : 'X\(//\)[^/]' \| \
    21185         X"$mf" : 'X\(//\)$' \| \
    21186         X"$mf" : 'X\(/\)' \| \
    21187         .     : '\(.\)' 2>/dev/null ||
     20474        X"$mf" : 'X\(//\)[^/]' \| \
     20475        X"$mf" : 'X\(//\)$' \| \
     20476        X"$mf" : 'X\(/\)' \| \
     20477        .     : '\(.\)' 2>/dev/null ||
    2118820478echo X"$mf" |
    2118920479    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    2121520505    fdir=`(dirname "$file") 2>/dev/null ||
    2121620506$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    21217         X"$file" : 'X\(//\)[^/]' \| \
    21218         X"$file" : 'X\(//\)$' \| \
    21219         X"$file" : 'X\(/\)' \| \
    21220         .     : '\(.\)' 2>/dev/null ||
     20507        X"$file" : 'X\(//\)[^/]' \| \
     20508        X"$file" : 'X\(//\)$' \| \
     20509        X"$file" : 'X\(/\)' \| \
     20510        .     : '\(.\)' 2>/dev/null ||
    2122120511echo X"$file" |
    2122220512    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    2123420524      as_dir=`(dirname "$as_dir") 2>/dev/null ||
    2123520525$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    21236         X"$as_dir" : 'X\(//\)[^/]' \| \
    21237         X"$as_dir" : 'X\(//\)$' \| \
    21238         X"$as_dir" : 'X\(/\)' \| \
    21239         .     : '\(.\)' 2>/dev/null ||
     20526        X"$as_dir" : 'X\(//\)[^/]' \| \
     20527        X"$as_dir" : 'X\(//\)$' \| \
     20528        X"$as_dir" : 'X\(/\)' \| \
     20529        .     : '\(.\)' 2>/dev/null ||
    2124020530echo X"$as_dir" |
    2124120531    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
Note: See TracChangeset for help on using the changeset viewer.