IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2157


Ignore:
Timestamp:
Oct 15, 2004, 10:40:59 AM (22 years ago)
Author:
desonia
Message:

* empty log message *

Location:
trunk/psModules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/aclocal.m4

    r2138 r2157  
    63836383# release and drop the old call support.
    63846384AC_DEFUN([AM_INIT_AUTOMAKE],
    6385 [AC_PREREQ([2.58])dnl
     6385[AC_PREREQ([2.50])dnl
    63866386dnl Autoconf wants to disallow AM_ names.  We explicitly allow
    63876387dnl the ones we care about.
  • trunk/psModules/configure

    r2138 r2157  
    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
     
    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
     
    17461711echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    17471712echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
    1748 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
     1713set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
    17491714if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
    17501715  echo $ECHO_N "(cached) $ECHO_C" >&6
     
    22712236
    22722237cat >conftest.$ac_ext <<_ACEOF
     2238#line $LINENO "configure"
    22732239/* confdefs.h.  */
    22742240_ACEOF
     
    22902256# It will help us diagnose broken compilers, and finding out an intuition
    22912257# of exeext.
    2292 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2293 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
     2258echo "$as_me:$LINENO: checking for C compiler default output" >&5
     2259echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
    22942260ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    22952261if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
     
    23112277  case $ac_file in
    23122278    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
    2313         ;;
     2279        ;;
    23142280    conftest.$ac_ext )
    2315         # This is the source file.
    2316         ;;
     2281        # This is the source file.
     2282        ;;
    23172283    [ab].out )
    2318         # We found the default executable, but exeext='' is most
    2319         # certainly right.
    2320         break;;
     2284        # We found the default executable, but exeext='' is most
     2285        # certainly right.
     2286        break;;
    23212287    *.* )
    2322         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    2323         # FIXME: I believe we export ac_cv_exeext for Libtool,
    2324         # but it would be cool to find out if it's true.  Does anybody
    2325         # maintain Libtool? --akim.
    2326         export ac_cv_exeext
    2327         break;;
     2288        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
     2289        # FIXME: I believe we export ac_cv_exeext for Libtool,
     2290        # but it would be cool to find out if it's true.  Does anybody
     2291        # maintain Libtool? --akim.
     2292        export ac_cv_exeext
     2293        break;;
    23282294    * )
    2329         break;;
     2295        break;;
    23302296  esac
    23312297done
     
    24012367    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
    24022368    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    2403           export ac_cv_exeext
    2404           break;;
     2369          export ac_cv_exeext
     2370          break;;
    24052371    * ) break;;
    24062372  esac
     
    24272393else
    24282394  cat >conftest.$ac_ext <<_ACEOF
     2395#line $LINENO "configure"
    24292396/* confdefs.h.  */
    24302397_ACEOF
     
    24772444else
    24782445  cat >conftest.$ac_ext <<_ACEOF
     2446#line $LINENO "configure"
    24792447/* confdefs.h.  */
    24802448_ACEOF
     
    24962464rm -f conftest.$ac_objext
    24972465if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2498   (eval $ac_compile) 2>conftest.er1
     2466  (eval $ac_compile) 2>&5
    24992467  ac_status=$?
    2500   grep -v '^ *+' conftest.er1 >conftest.err
    2501   rm -f conftest.er1
    2502   cat conftest.err >&5
    25032468  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25042469  (exit $ac_status); } &&
    2505          { ac_try='test -z "$ac_c_werror_flag"
    2506                          || test ! -s conftest.err'
    2507   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2508   (eval $ac_try) 2>&5
    2509   ac_status=$?
    2510   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2511   (exit $ac_status); }; } &&
    2512          { ac_try='test -s conftest.$ac_objext'
     2470         { ac_try='test -s conftest.$ac_objext'
    25132471  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    25142472  (eval $ac_try) 2>&5
     
    25232481ac_compiler_gnu=no
    25242482fi
    2525 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2483rm -f conftest.$ac_objext conftest.$ac_ext
    25262484ac_cv_c_compiler_gnu=$ac_compiler_gnu
    25272485
     
    25392497else
    25402498  cat >conftest.$ac_ext <<_ACEOF
     2499#line $LINENO "configure"
    25412500/* confdefs.h.  */
    25422501_ACEOF
     
    25552514rm -f conftest.$ac_objext
    25562515if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2557   (eval $ac_compile) 2>conftest.er1
     2516  (eval $ac_compile) 2>&5
    25582517  ac_status=$?
    2559   grep -v '^ *+' conftest.er1 >conftest.err
    2560   rm -f conftest.er1
    2561   cat conftest.err >&5
    25622518  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    25632519  (exit $ac_status); } &&
    2564          { ac_try='test -z "$ac_c_werror_flag"
    2565                          || test ! -s conftest.err'
    2566   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2567   (eval $ac_try) 2>&5
    2568   ac_status=$?
    2569   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2570   (exit $ac_status); }; } &&
    2571          { ac_try='test -s conftest.$ac_objext'
     2520         { ac_try='test -s conftest.$ac_objext'
    25722521  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    25732522  (eval $ac_try) 2>&5
     
    25822531ac_cv_prog_cc_g=no
    25832532fi
    2584 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2533rm -f conftest.$ac_objext conftest.$ac_ext
    25852534fi
    25862535echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     
    26092558ac_save_CC=$CC
    26102559cat >conftest.$ac_ext <<_ACEOF
     2560#line $LINENO "configure"
    26112561/* confdefs.h.  */
    26122562_ACEOF
     
    26362586  return s;
    26372587}
    2638 
    2639 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
    2640    function prototypes and stuff, but not '\xHH' hex character constants.
    2641    These don't provoke an error unfortunately, instead are silently treated
    2642    as 'x'.  The following induces an error, until -std1 is added to get
    2643    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
    2644    array size at least.  It's necessary to write '\x00'==0 to get something
    2645    that's true only with -std1.  */
    2646 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
    2647 
    26482588int test (int i, double x);
    26492589struct s1 {int (*f) (int a);};
     
    26722612  rm -f conftest.$ac_objext
    26732613if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2674   (eval $ac_compile) 2>conftest.er1
     2614  (eval $ac_compile) 2>&5
    26752615  ac_status=$?
    2676   grep -v '^ *+' conftest.er1 >conftest.err
    2677   rm -f conftest.er1
    2678   cat conftest.err >&5
    26792616  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    26802617  (exit $ac_status); } &&
    2681          { ac_try='test -z "$ac_c_werror_flag"
    2682                          || test ! -s conftest.err'
    2683   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2684   (eval $ac_try) 2>&5
    2685   ac_status=$?
    2686   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2687   (exit $ac_status); }; } &&
    2688          { ac_try='test -s conftest.$ac_objext'
     2618         { ac_try='test -s conftest.$ac_objext'
    26892619  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    26902620  (eval $ac_try) 2>&5
     
    26992629
    27002630fi
    2701 rm -f conftest.err conftest.$ac_objext
     2631rm -f conftest.$ac_objext
    27022632done
    27032633rm -f conftest.$ac_ext conftest.$ac_objext
     
    27272657rm -f conftest.$ac_objext
    27282658if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2729   (eval $ac_compile) 2>conftest.er1
     2659  (eval $ac_compile) 2>&5
    27302660  ac_status=$?
    2731   grep -v '^ *+' conftest.er1 >conftest.err
    2732   rm -f conftest.er1
    2733   cat conftest.err >&5
    27342661  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27352662  (exit $ac_status); } &&
    2736          { ac_try='test -z "$ac_c_werror_flag"
    2737                          || test ! -s conftest.err'
    2738   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2739   (eval $ac_try) 2>&5
    2740   ac_status=$?
    2741   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2742   (exit $ac_status); }; } &&
    2743          { ac_try='test -s conftest.$ac_objext'
     2663         { ac_try='test -s conftest.$ac_objext'
    27442664  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    27452665  (eval $ac_try) 2>&5
     
    27482668  (exit $ac_status); }; }; then
    27492669  for ac_declaration in \
    2750    '' \
     2670   ''\
     2671   '#include <stdlib.h>' \
    27512672   'extern "C" void std::exit (int) throw (); using std::exit;' \
    27522673   'extern "C" void std::exit (int); using std::exit;' \
     
    27562677do
    27572678  cat >conftest.$ac_ext <<_ACEOF
     2679#line $LINENO "configure"
    27582680/* confdefs.h.  */
    27592681_ACEOF
     
    27612683cat >>conftest.$ac_ext <<_ACEOF
    27622684/* end confdefs.h.  */
     2685#include <stdlib.h>
    27632686$ac_declaration
    2764 #include <stdlib.h>
    27652687int
    27662688main ()
     
    27732695rm -f conftest.$ac_objext
    27742696if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2775   (eval $ac_compile) 2>conftest.er1
     2697  (eval $ac_compile) 2>&5
    27762698  ac_status=$?
    2777   grep -v '^ *+' conftest.er1 >conftest.err
    2778   rm -f conftest.er1
    2779   cat conftest.err >&5
    27802699  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27812700  (exit $ac_status); } &&
    2782          { ac_try='test -z "$ac_c_werror_flag"
    2783                          || test ! -s conftest.err'
    2784   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2785   (eval $ac_try) 2>&5
    2786   ac_status=$?
    2787   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2788   (exit $ac_status); }; } &&
    2789          { ac_try='test -s conftest.$ac_objext'
     2701         { ac_try='test -s conftest.$ac_objext'
    27902702  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    27912703  (eval $ac_try) 2>&5
     
    28002712continue
    28012713fi
    2802 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2714rm -f conftest.$ac_objext conftest.$ac_ext
    28032715  cat >conftest.$ac_ext <<_ACEOF
     2716#line $LINENO "configure"
    28042717/* confdefs.h.  */
    28052718_ACEOF
     
    28182731rm -f conftest.$ac_objext
    28192732if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    2820   (eval $ac_compile) 2>conftest.er1
     2733  (eval $ac_compile) 2>&5
    28212734  ac_status=$?
    2822   grep -v '^ *+' conftest.er1 >conftest.err
    2823   rm -f conftest.er1
    2824   cat conftest.err >&5
    28252735  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28262736  (exit $ac_status); } &&
    2827          { ac_try='test -z "$ac_c_werror_flag"
    2828                          || test ! -s conftest.err'
    2829   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    2830   (eval $ac_try) 2>&5
    2831   ac_status=$?
    2832   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    2833   (exit $ac_status); }; } &&
    2834          { ac_try='test -s conftest.$ac_objext'
     2737         { ac_try='test -s conftest.$ac_objext'
    28352738  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    28362739  (eval $ac_try) 2>&5
     
    28442747
    28452748fi
    2846 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2749rm -f conftest.$ac_objext conftest.$ac_ext
    28472750done
    28482751rm -f conftest*
     
    28582761
    28592762fi
    2860 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     2763rm -f conftest.$ac_objext conftest.$ac_ext
    28612764ac_ext=c
    28622765ac_cpp='$CPP $CPPFLAGS'
     
    30502953# AFS /usr/afsws/bin/install, which mishandles nonexistent args
    30512954# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
    3052 # OS/2's system install, which has a completely different semantic
    30532955# ./install, which can be erroneously created by make from ./install.sh.
    30542956echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     
    30672969  ./ | .// | /cC/* | \
    30682970  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
    3069   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
    30702971  /usr/ucb/* ) ;;
    30712972  *)
     
    30752976    for ac_prog in ginstall scoinst install; do
    30762977      for ac_exec_ext in '' $ac_executable_extensions; do
    3077         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
    3078           if test $ac_prog = install &&
    3079             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    3080             # AIX install.  It has an incompatible calling convention.
    3081             :
    3082           elif test $ac_prog = install &&
    3083             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
    3084             # program-specific install script used by HP pwplus--don't use.
    3085             :
    3086           else
    3087             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    3088             break 3
    3089           fi
    3090         fi
     2978        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
     2979          if test $ac_prog = install &&
     2980            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     2981            # AIX install.  It has an incompatible calling convention.
     2982            :
     2983          elif test $ac_prog = install &&
     2984            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     2985            # program-specific install script used by HP pwplus--don't use.
     2986            :
     2987          else
     2988            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     2989            break 3
     2990          fi
     2991        fi
    30912992      done
    30922993    done
     
    37263627*-*-irix6*)
    37273628  # Find out which ABI we are using.
    3728   echo '#line 3728 "configure"' > conftest.$ac_ext
     3629  echo '#line 3629 "configure"' > conftest.$ac_ext
    37293630  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    37303631  (eval $ac_compile) 2>&5
     
    38233724
    38243725     cat >conftest.$ac_ext <<_ACEOF
     3726#line $LINENO "configure"
    38253727/* confdefs.h.  */
    38263728_ACEOF
     
    38393741rm -f conftest.$ac_objext conftest$ac_exeext
    38403742if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    3841   (eval $ac_link) 2>conftest.er1
     3743  (eval $ac_link) 2>&5
    38423744  ac_status=$?
    3843   grep -v '^ *+' conftest.er1 >conftest.err
    3844   rm -f conftest.er1
    3845   cat conftest.err >&5
    38463745  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38473746  (exit $ac_status); } &&
    3848          { ac_try='test -z "$ac_c_werror_flag"
    3849                          || test ! -s conftest.err'
    3850   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    3851   (eval $ac_try) 2>&5
    3852   ac_status=$?
    3853   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3854   (exit $ac_status); }; } &&
    3855          { ac_try='test -s conftest$ac_exeext'
     3747         { ac_try='test -s conftest$ac_exeext'
    38563748  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    38573749  (eval $ac_try) 2>&5
     
    38663758lt_cv_cc_needs_belf=no
    38673759fi
    3868 rm -f conftest.err conftest.$ac_objext \
    3869       conftest$ac_exeext conftest.$ac_ext
     3760rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    38703761     ac_ext=c
    38713762ac_cpp='$CPP $CPPFLAGS'
     
    39163807  # not just through cpp. "Syntax error" is here to catch this case.
    39173808  cat >conftest.$ac_ext <<_ACEOF
     3809#line $LINENO "configure"
    39183810/* confdefs.h.  */
    39193811_ACEOF
     
    39263818# include <assert.h>
    39273819#endif
    3928                      Syntax error
     3820                     Syntax error
    39293821_ACEOF
    39303822if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     
    39383830  if test -s conftest.err; then
    39393831    ac_cpp_err=$ac_c_preproc_warn_flag
    3940     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    39413832  else
    39423833    ac_cpp_err=
     
    39593850  # can be detected and how.
    39603851  cat >conftest.$ac_ext <<_ACEOF
     3852#line $LINENO "configure"
    39613853/* confdefs.h.  */
    39623854_ACEOF
     
    39763868  if test -s conftest.err; then
    39773869    ac_cpp_err=$ac_c_preproc_warn_flag
    3978     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    39793870  else
    39803871    ac_cpp_err=
     
    40233914  # not just through cpp. "Syntax error" is here to catch this case.
    40243915  cat >conftest.$ac_ext <<_ACEOF
     3916#line $LINENO "configure"
    40253917/* confdefs.h.  */
    40263918_ACEOF
     
    40333925# include <assert.h>
    40343926#endif
    4035                      Syntax error
     3927                     Syntax error
    40363928_ACEOF
    40373929if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     
    40453937  if test -s conftest.err; then
    40463938    ac_cpp_err=$ac_c_preproc_warn_flag
    4047     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    40483939  else
    40493940    ac_cpp_err=
     
    40663957  # can be detected and how.
    40673958  cat >conftest.$ac_ext <<_ACEOF
     3959#line $LINENO "configure"
    40683960/* confdefs.h.  */
    40693961_ACEOF
     
    40833975  if test -s conftest.err; then
    40843976    ac_cpp_err=$ac_c_preproc_warn_flag
    4085     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    40863977  else
    40873978    ac_cpp_err=
     
    41294020else
    41304021  cat >conftest.$ac_ext <<_ACEOF
     4022#line $LINENO "configure"
    41314023/* confdefs.h.  */
    41324024_ACEOF
     
    41494041rm -f conftest.$ac_objext
    41504042if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4151   (eval $ac_compile) 2>conftest.er1
     4043  (eval $ac_compile) 2>&5
    41524044  ac_status=$?
    4153   grep -v '^ *+' conftest.er1 >conftest.err
    4154   rm -f conftest.er1
    4155   cat conftest.err >&5
    41564045  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41574046  (exit $ac_status); } &&
    4158          { ac_try='test -z "$ac_c_werror_flag"
    4159                          || test ! -s conftest.err'
    4160   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4161   (eval $ac_try) 2>&5
    4162   ac_status=$?
    4163   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4164   (exit $ac_status); }; } &&
    4165          { ac_try='test -s conftest.$ac_objext'
     4047         { ac_try='test -s conftest.$ac_objext'
    41664048  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    41674049  (eval $ac_try) 2>&5
     
    41764058ac_cv_header_stdc=no
    41774059fi
    4178 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4060rm -f conftest.$ac_objext conftest.$ac_ext
    41794061
    41804062if test $ac_cv_header_stdc = yes; then
    41814063  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    41824064  cat >conftest.$ac_ext <<_ACEOF
     4065#line $LINENO "configure"
    41834066/* confdefs.h.  */
    41844067_ACEOF
     
    42024085  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    42034086  cat >conftest.$ac_ext <<_ACEOF
     4087#line $LINENO "configure"
    42044088/* confdefs.h.  */
    42054089_ACEOF
     
    42264110else
    42274111  cat >conftest.$ac_ext <<_ACEOF
     4112#line $LINENO "configure"
    42284113/* confdefs.h.  */
    42294114_ACEOF
     
    42374122#else
    42384123# define ISLOWER(c) \
    4239                    (('a' <= (c) && (c) <= 'i') \
    4240                      || ('j' <= (c) && (c) <= 'r') \
    4241                      || ('s' <= (c) && (c) <= 'z'))
     4124                   (('a' <= (c) && (c) <= 'i') \
     4125                     || ('j' <= (c) && (c) <= 'r') \
     4126                     || ('s' <= (c) && (c) <= 'z'))
    42424127# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
    42434128#endif
     
    42504135  for (i = 0; i < 256; i++)
    42514136    if (XOR (islower (i), ISLOWER (i))
    4252         || toupper (i) != TOUPPER (i))
     4137        || toupper (i) != TOUPPER (i))
    42534138      exit(2);
    42544139  exit (0);
     
    42754160ac_cv_header_stdc=no
    42764161fi
    4277 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
     4162rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    42784163fi
    42794164fi
     
    43004185
    43014186for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
    4302                   inttypes.h stdint.h unistd.h
     4187                  inttypes.h stdint.h unistd.h
    43034188do
    43044189as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
     
    43094194else
    43104195  cat >conftest.$ac_ext <<_ACEOF
     4196#line $LINENO "configure"
    43114197/* confdefs.h.  */
    43124198_ACEOF
     
    43204206rm -f conftest.$ac_objext
    43214207if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4322   (eval $ac_compile) 2>conftest.er1
     4208  (eval $ac_compile) 2>&5
    43234209  ac_status=$?
    4324   grep -v '^ *+' conftest.er1 >conftest.err
    4325   rm -f conftest.er1
    4326   cat conftest.err >&5
    43274210  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43284211  (exit $ac_status); } &&
    4329          { ac_try='test -z "$ac_c_werror_flag"
    4330                          || test ! -s conftest.err'
    4331   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4332   (eval $ac_try) 2>&5
    4333   ac_status=$?
    4334   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4335   (exit $ac_status); }; } &&
    4336          { ac_try='test -s conftest.$ac_objext'
     4212         { ac_try='test -s conftest.$ac_objext'
    43374213  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    43384214  (eval $ac_try) 2>&5
     
    43474223eval "$as_ac_Header=no"
    43484224fi
    4349 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4225rm -f conftest.$ac_objext conftest.$ac_ext
    43504226fi
    43514227echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     
    43784254echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
    43794255cat >conftest.$ac_ext <<_ACEOF
     4256#line $LINENO "configure"
    43804257/* confdefs.h.  */
    43814258_ACEOF
     
    43884265rm -f conftest.$ac_objext
    43894266if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4390   (eval $ac_compile) 2>conftest.er1
     4267  (eval $ac_compile) 2>&5
    43914268  ac_status=$?
    4392   grep -v '^ *+' conftest.er1 >conftest.err
    4393   rm -f conftest.er1
    4394   cat conftest.err >&5
    43954269  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43964270  (exit $ac_status); } &&
    4397          { ac_try='test -z "$ac_c_werror_flag"
    4398                          || test ! -s conftest.err'
    4399   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4400   (eval $ac_try) 2>&5
    4401   ac_status=$?
    4402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4403   (exit $ac_status); }; } &&
    4404          { ac_try='test -s conftest.$ac_objext'
     4271         { ac_try='test -s conftest.$ac_objext'
    44054272  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    44064273  (eval $ac_try) 2>&5
     
    44154282ac_header_compiler=no
    44164283fi
    4417 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4284rm -f conftest.$ac_objext conftest.$ac_ext
    44184285echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
    44194286echo "${ECHO_T}$ac_header_compiler" >&6
     
    44234290echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
    44244291cat >conftest.$ac_ext <<_ACEOF
     4292#line $LINENO "configure"
    44254293/* confdefs.h.  */
    44264294_ACEOF
     
    44404308  if test -s conftest.err; then
    44414309    ac_cpp_err=$ac_c_preproc_warn_flag
    4442     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
    44434310  else
    44444311    ac_cpp_err=
     
    44604327
    44614328# So?  What about this header?
    4462 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
    4463   yes:no: )
     4329case $ac_header_compiler:$ac_header_preproc in
     4330  yes:no )
    44644331    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
    44654332echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
    4466     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
    4467 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
    4468     ac_header_preproc=yes
     4333    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
     4334echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
     4335    (
     4336      cat <<\_ASBOX
     4337## ------------------------------------ ##
     4338## Report this to bug-autoconf@gnu.org. ##
     4339## ------------------------------------ ##
     4340_ASBOX
     4341    ) |
     4342      sed "s/^/$as_me: WARNING:     /" >&2
    44694343    ;;
    4470   no:yes:* )
     4344  no:yes )
    44714345    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
    44724346echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
    4473     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
    4474 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
    4475     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
    4476 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
    4477     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
    4478 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
     4347    { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
     4348echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
    44794349    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
    44804350echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
    4481     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
    4482 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
    44834351    (
    44844352      cat <<\_ASBOX
    4485 ## ------------------------------------------ ##
    4486 ## Report this to the AC_PACKAGE_NAME lists. ##
    4487 ## ------------------------------------------ ##
     4353## ------------------------------------ ##
     4354## Report this to bug-autoconf@gnu.org. ##
     4355## ------------------------------------ ##
    44884356_ASBOX
    44894357    ) |
     
    44964364  echo $ECHO_N "(cached) $ECHO_C" >&6
    44974365else
    4498   eval "$as_ac_Header=\$ac_header_preproc"
     4366  eval "$as_ac_Header=$ac_header_preproc"
    44994367fi
    45004368echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
     
    46304498else
    46314499  cat >conftest.$ac_ext <<_ACEOF
     4500#line $LINENO "configure"
    46324501/* confdefs.h.  */
    46334502_ACEOF
     
    46494518rm -f conftest.$ac_objext
    46504519if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4651   (eval $ac_compile) 2>conftest.er1
     4520  (eval $ac_compile) 2>&5
    46524521  ac_status=$?
    4653   grep -v '^ *+' conftest.er1 >conftest.err
    4654   rm -f conftest.er1
    4655   cat conftest.err >&5
    46564522  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46574523  (exit $ac_status); } &&
    4658          { ac_try='test -z "$ac_cxx_werror_flag"
    4659                          || test ! -s conftest.err'
    4660   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4661   (eval $ac_try) 2>&5
    4662   ac_status=$?
    4663   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4664   (exit $ac_status); }; } &&
    4665          { ac_try='test -s conftest.$ac_objext'
     4524         { ac_try='test -s conftest.$ac_objext'
    46664525  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    46674526  (eval $ac_try) 2>&5
     
    46764535ac_compiler_gnu=no
    46774536fi
    4678 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4537rm -f conftest.$ac_objext conftest.$ac_ext
    46794538ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
    46804539
     
    46924551else
    46934552  cat >conftest.$ac_ext <<_ACEOF
     4553#line $LINENO "configure"
    46944554/* confdefs.h.  */
    46954555_ACEOF
     
    47084568rm -f conftest.$ac_objext
    47094569if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4710   (eval $ac_compile) 2>conftest.er1
     4570  (eval $ac_compile) 2>&5
    47114571  ac_status=$?
    4712   grep -v '^ *+' conftest.er1 >conftest.err
    4713   rm -f conftest.er1
    4714   cat conftest.err >&5
    47154572  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47164573  (exit $ac_status); } &&
    4717          { ac_try='test -z "$ac_cxx_werror_flag"
    4718                          || test ! -s conftest.err'
    4719   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4720   (eval $ac_try) 2>&5
    4721   ac_status=$?
    4722   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4723   (exit $ac_status); }; } &&
    4724          { ac_try='test -s conftest.$ac_objext'
     4574         { ac_try='test -s conftest.$ac_objext'
    47254575  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    47264576  (eval $ac_try) 2>&5
     
    47354585ac_cv_prog_cxx_g=no
    47364586fi
    4737 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4587rm -f conftest.$ac_objext conftest.$ac_ext
    47384588fi
    47394589echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     
    47554605fi
    47564606for ac_declaration in \
    4757    '' \
     4607   ''\
     4608   '#include <stdlib.h>' \
    47584609   'extern "C" void std::exit (int) throw (); using std::exit;' \
    47594610   'extern "C" void std::exit (int); using std::exit;' \
     
    47634614do
    47644615  cat >conftest.$ac_ext <<_ACEOF
     4616#line $LINENO "configure"
    47654617/* confdefs.h.  */
    47664618_ACEOF
     
    47684620cat >>conftest.$ac_ext <<_ACEOF
    47694621/* end confdefs.h.  */
     4622#include <stdlib.h>
    47704623$ac_declaration
    4771 #include <stdlib.h>
    47724624int
    47734625main ()
     
    47804632rm -f conftest.$ac_objext
    47814633if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4782   (eval $ac_compile) 2>conftest.er1
     4634  (eval $ac_compile) 2>&5
    47834635  ac_status=$?
    4784   grep -v '^ *+' conftest.er1 >conftest.err
    4785   rm -f conftest.er1
    4786   cat conftest.err >&5
    47874636  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47884637  (exit $ac_status); } &&
    4789          { ac_try='test -z "$ac_cxx_werror_flag"
    4790                          || test ! -s conftest.err'
    4791   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4792   (eval $ac_try) 2>&5
    4793   ac_status=$?
    4794   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4795   (exit $ac_status); }; } &&
    4796          { ac_try='test -s conftest.$ac_objext'
     4638         { ac_try='test -s conftest.$ac_objext'
    47974639  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    47984640  (eval $ac_try) 2>&5
     
    48074649continue
    48084650fi
    4809 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4651rm -f conftest.$ac_objext conftest.$ac_ext
    48104652  cat >conftest.$ac_ext <<_ACEOF
     4653#line $LINENO "configure"
    48114654/* confdefs.h.  */
    48124655_ACEOF
     
    48254668rm -f conftest.$ac_objext
    48264669if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    4827   (eval $ac_compile) 2>conftest.er1
     4670  (eval $ac_compile) 2>&5
    48284671  ac_status=$?
    4829   grep -v '^ *+' conftest.er1 >conftest.err
    4830   rm -f conftest.er1
    4831   cat conftest.err >&5
    48324672  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48334673  (exit $ac_status); } &&
    4834          { ac_try='test -z "$ac_cxx_werror_flag"
    4835                          || test ! -s conftest.err'
    4836   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    4837   (eval $ac_try) 2>&5
    4838   ac_status=$?
    4839   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4840   (exit $ac_status); }; } &&
    4841          { ac_try='test -s conftest.$ac_objext'
     4674         { ac_try='test -s conftest.$ac_objext'
    48424675  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    48434676  (eval $ac_try) 2>&5
     
    48514684
    48524685fi
    4853 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     4686rm -f conftest.$ac_objext conftest.$ac_ext
    48544687done
    48554688rm -f conftest*
     
    49944827  # not just through cpp. "Syntax error" is here to catch this case.
    49954828  cat >conftest.$ac_ext <<_ACEOF
     4829#line $LINENO "configure"
    49964830/* confdefs.h.  */
    49974831_ACEOF
     
    50044838# include <assert.h>
    50054839#endif
    5006                      Syntax error
     4840                     Syntax error
    50074841_ACEOF
    50084842if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     
    50164850  if test -s conftest.err; then
    50174851    ac_cpp_err=$ac_cxx_preproc_warn_flag
    5018     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
    50194852  else
    50204853    ac_cpp_err=
     
    50374870  # can be detected and how.
    50384871  cat >conftest.$ac_ext <<_ACEOF
     4872#line $LINENO "configure"
    50394873/* confdefs.h.  */
    50404874_ACEOF
     
    50544888  if test -s conftest.err; then
    50554889    ac_cpp_err=$ac_cxx_preproc_warn_flag
    5056     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
    50574890  else
    50584891    ac_cpp_err=
     
    51014934  # not just through cpp. "Syntax error" is here to catch this case.
    51024935  cat >conftest.$ac_ext <<_ACEOF
     4936#line $LINENO "configure"
    51034937/* confdefs.h.  */
    51044938_ACEOF
     
    51114945# include <assert.h>
    51124946#endif
    5113                      Syntax error
     4947                     Syntax error
    51144948_ACEOF
    51154949if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
     
    51234957  if test -s conftest.err; then
    51244958    ac_cpp_err=$ac_cxx_preproc_warn_flag
    5125     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
    51264959  else
    51274960    ac_cpp_err=
     
    51444977  # can be detected and how.
    51454978  cat >conftest.$ac_ext <<_ACEOF
     4979#line $LINENO "configure"
    51464980/* confdefs.h.  */
    51474981_ACEOF
     
    51614995  if test -s conftest.err; then
    51624996    ac_cpp_err=$ac_cxx_preproc_warn_flag
    5163     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
    51644997  else
    51654998    ac_cpp_err=
     
    52065039ac_compiler_gnu=$ac_cv_f77_compiler_gnu
    52075040if test -n "$ac_tool_prefix"; then
    5208   for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
     5041  for ac_prog in g77 f77 xlf frt pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95
    52095042  do
    52105043    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
     
    52485081if test -z "$F77"; then
    52495082  ac_ct_F77=$F77
    5250   for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
     5083  for ac_prog in g77 f77 xlf frt pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95
    52515084do
    52525085  # Extract the first word of "$ac_prog", so it can be a program name with args.
     
    52935126
    52945127# Provide some information about the compiler.
    5295 echo "$as_me:5295:" \
     5128echo "$as_me:5128:" \
    52965129     "checking for Fortran 77 compiler version" >&5
    52975130ac_compiler=`set X $ac_compile; echo $2`
     
    53115144  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53125145  (exit $ac_status); }
    5313 rm -f a.out
    53145146
    53155147# If we don't use `.F' as extension, the preprocessor is not run on the
    5316 # input file.  (Note that this only needs to work for GNU compilers.)
     5148# input file.
    53175149ac_save_ext=$ac_ext
    53185150ac_ext=F
     
    53325164rm -f conftest.$ac_objext
    53335165if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5334   (eval $ac_compile) 2>conftest.er1
     5166  (eval $ac_compile) 2>&5
    53355167  ac_status=$?
    5336   grep -v '^ *+' conftest.er1 >conftest.err
    5337   rm -f conftest.er1
    5338   cat conftest.err >&5
    53395168  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53405169  (exit $ac_status); } &&
    5341          { ac_try='test -z "$ac_f77_werror_flag"
    5342                          || test ! -s conftest.err'
    5343   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5344   (eval $ac_try) 2>&5
    5345   ac_status=$?
    5346   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5347   (exit $ac_status); }; } &&
    5348          { ac_try='test -s conftest.$ac_objext'
     5170         { ac_try='test -s conftest.$ac_objext'
    53495171  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    53505172  (eval $ac_try) 2>&5
     
    53595181ac_compiler_gnu=no
    53605182fi
    5361 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5183rm -f conftest.$ac_objext conftest.$ac_ext
    53625184ac_cv_f77_compiler_gnu=$ac_compiler_gnu
    53635185
     
    53665188echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6
    53675189ac_ext=$ac_save_ext
     5190G77=`test $ac_compiler_gnu = yes && echo yes`
    53685191ac_test_FFLAGS=${FFLAGS+set}
    53695192ac_save_FFLAGS=$FFLAGS
     
    53825205rm -f conftest.$ac_objext
    53835206if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    5384   (eval $ac_compile) 2>conftest.er1
     5207  (eval $ac_compile) 2>&5
    53855208  ac_status=$?
    5386   grep -v '^ *+' conftest.er1 >conftest.err
    5387   rm -f conftest.er1
    5388   cat conftest.err >&5
    53895209  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53905210  (exit $ac_status); } &&
    5391          { ac_try='test -z "$ac_f77_werror_flag"
    5392                          || test ! -s conftest.err'
    5393   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    5394   (eval $ac_try) 2>&5
    5395   ac_status=$?
    5396   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5397   (exit $ac_status); }; } &&
    5398          { ac_try='test -s conftest.$ac_objext'
     5211         { ac_try='test -s conftest.$ac_objext'
    53995212  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    54005213  (eval $ac_try) 2>&5
     
    54095222ac_cv_prog_f77_g=no
    54105223fi
    5411 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
     5224rm -f conftest.$ac_objext conftest.$ac_ext
    54125225
    54135226fi
     
    54175230  FFLAGS=$ac_save_FFLAGS
    54185231elif test $ac_cv_prog_f77_g = yes; then
    5419   if test "x$ac_cv_f77_compiler_gnu" = xyes; then
     5232  if test "$G77" = yes; then
    54205233    FFLAGS="-g -O2"
    54215234  else
     
    54235236  fi
    54245237else
    5425   if test "x$ac_cv_f77_compiler_gnu" = xyes; then
     5238  if test "$G77" = yes; then
    54265239    FFLAGS="-O2"
    54275240  else
     
    54295242  fi
    54305243fi
    5431 
    5432 G77=`test $ac_compiler_gnu = yes && echo yes`
    54335244ac_ext=c
    54345245ac_cpp='$CPP $CPPFLAGS'
     
    63276138   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    63286139   -e 's:$: $lt_compiler_flag:'`
    6329    (eval echo "\"\$as_me:6329: $lt_compile\"" >&5)
     6140   (eval echo "\"\$as_me:6140: $lt_compile\"" >&5)
    63306141   (eval "$lt_compile" 2>conftest.err)
    63316142   ac_status=$?
    63326143   cat conftest.err >&5
    6333    echo "$as_me:6333: \$? = $ac_status" >&5
     6144   echo "$as_me:6144: \$? = $ac_status" >&5
    63346145   if (exit $ac_status) && test -s "$ac_outfile"; then
    63356146     # The compiler can only warn and ignore the option if not recognized
     
    65606371   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    65616372   -e 's:$: $lt_compiler_flag:'`
    6562    (eval echo "\"\$as_me:6562: $lt_compile\"" >&5)
     6373   (eval echo "\"\$as_me:6373: $lt_compile\"" >&5)
    65636374   (eval "$lt_compile" 2>conftest.err)
    65646375   ac_status=$?
    65656376   cat conftest.err >&5
    6566    echo "$as_me:6566: \$? = $ac_status" >&5
     6377   echo "$as_me:6377: \$? = $ac_status" >&5
    65676378   if (exit $ac_status) && test -s "$ac_outfile"; then
    65686379     # The compiler can only warn and ignore the option if not recognized
     
    66206431   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    66216432   -e 's:$: $lt_compiler_flag:'`
    6622    (eval echo "\"\$as_me:6622: $lt_compile\"" >&5)
     6433   (eval echo "\"\$as_me:6433: $lt_compile\"" >&5)
    66236434   (eval "$lt_compile" 2>out/conftest.err)
    66246435   ac_status=$?
    66256436   cat out/conftest.err >&5
    6626    echo "$as_me:6626: \$? = $ac_status" >&5
     6437   echo "$as_me:6437: \$? = $ac_status" >&5
    66276438   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    66286439   then
     
    69886799       # Determine the default libpath from the value encoded in an empty executable.
    69896800       cat >conftest.$ac_ext <<_ACEOF
     6801#line $LINENO "configure"
    69906802/* confdefs.h.  */
    69916803_ACEOF
     
    70046816rm -f conftest.$ac_objext conftest$ac_exeext
    70056817if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7006   (eval $ac_link) 2>conftest.er1
     6818  (eval $ac_link) 2>&5
    70076819  ac_status=$?
    7008   grep -v '^ *+' conftest.er1 >conftest.err
    7009   rm -f conftest.er1
    7010   cat conftest.err >&5
    70116820  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70126821  (exit $ac_status); } &&
    7013          { ac_try='test -z "$ac_c_werror_flag"
    7014                          || test ! -s conftest.err'
    7015   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7016   (eval $ac_try) 2>&5
    7017   ac_status=$?
    7018   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7019   (exit $ac_status); }; } &&
    7020          { ac_try='test -s conftest$ac_exeext'
     6822         { ac_try='test -s conftest$ac_exeext'
    70216823  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    70226824  (eval $ac_try) 2>&5
     
    70356837
    70366838fi
    7037 rm -f conftest.err conftest.$ac_objext \
    7038       conftest$ac_exeext conftest.$ac_ext
     6839rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    70396840if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
    70406841
     
    70496850         # Determine the default libpath from the value encoded in an empty executable.
    70506851         cat >conftest.$ac_ext <<_ACEOF
     6852#line $LINENO "configure"
    70516853/* confdefs.h.  */
    70526854_ACEOF
     
    70656867rm -f conftest.$ac_objext conftest$ac_exeext
    70666868if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    7067   (eval $ac_link) 2>conftest.er1
     6869  (eval $ac_link) 2>&5
    70686870  ac_status=$?
    7069   grep -v '^ *+' conftest.er1 >conftest.err
    7070   rm -f conftest.er1
    7071   cat conftest.err >&5
    70726871  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    70736872  (exit $ac_status); } &&
    7074          { ac_try='test -z "$ac_c_werror_flag"
    7075                          || test ! -s conftest.err'
    7076   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    7077   (eval $ac_try) 2>&5
    7078   ac_status=$?
    7079   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7080   (exit $ac_status); }; } &&
    7081          { ac_try='test -s conftest$ac_exeext'
     6873         { ac_try='test -s conftest$ac_exeext'
    70826874  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    70836875  (eval $ac_try) 2>&5
     
    70966888
    70976889fi
    7098 rm -f conftest.err conftest.$ac_objext \
    7099       conftest$ac_exeext conftest.$ac_ext
     6890rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    71006891if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
    71016892
     
    79547745  case "$host_cpu" in
    79557746  x86_64*|s390x*|powerpc64*)
    7956     echo '#line 7956 "configure"' > conftest.$ac_ext
     7747    echo '#line 7747 "configure"' > conftest.$ac_ext
    79577748    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    79587749  (eval $ac_compile) 2>&5
     
    82558046LIBS="-ldl  $LIBS"
    82568047cat >conftest.$ac_ext <<_ACEOF
     8048#line $LINENO "configure"
    82578049/* confdefs.h.  */
    82588050_ACEOF
     
    82788070rm -f conftest.$ac_objext conftest$ac_exeext
    82798071if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8280   (eval $ac_link) 2>conftest.er1
     8072  (eval $ac_link) 2>&5
    82818073  ac_status=$?
    8282   grep -v '^ *+' conftest.er1 >conftest.err
    8283   rm -f conftest.er1
    8284   cat conftest.err >&5
    82858074  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    82868075  (exit $ac_status); } &&
    8287          { ac_try='test -z "$ac_c_werror_flag"
    8288                          || test ! -s conftest.err'
    8289   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8290   (eval $ac_try) 2>&5
    8291   ac_status=$?
    8292   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8293   (exit $ac_status); }; } &&
    8294          { ac_try='test -s conftest$ac_exeext'
     8076         { ac_try='test -s conftest$ac_exeext'
    82958077  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    82968078  (eval $ac_try) 2>&5
     
    83058087ac_cv_lib_dl_dlopen=no
    83068088fi
    8307 rm -f conftest.err conftest.$ac_objext \
    8308       conftest$ac_exeext conftest.$ac_ext
     8089rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    83098090LIBS=$ac_check_lib_save_LIBS
    83108091fi
     
    83308111else
    83318112  cat >conftest.$ac_ext <<_ACEOF
     8113#line $LINENO "configure"
    83328114/* confdefs.h.  */
    83338115_ACEOF
     
    83358117cat >>conftest.$ac_ext <<_ACEOF
    83368118/* end confdefs.h.  */
    8337 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
    8338    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    8339 #define shl_load innocuous_shl_load
    8340 
    83418119/* System header to define __stub macros and hopefully few prototypes,
    83428120    which can conflict with char shl_load (); below.
    83438121    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    83448122    <limits.h> exists even on freestanding compilers.  */
    8345 
    83468123#ifdef __STDC__
    83478124# include <limits.h>
     
    83498126# include <assert.h>
    83508127#endif
    8351 
    8352 #undef shl_load
    8353 
    83548128/* Override any gcc2 internal prototype to avoid an error.  */
    83558129#ifdef __cplusplus
     
    83828156rm -f conftest.$ac_objext conftest$ac_exeext
    83838157if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8384   (eval $ac_link) 2>conftest.er1
     8158  (eval $ac_link) 2>&5
    83858159  ac_status=$?
    8386   grep -v '^ *+' conftest.er1 >conftest.err
    8387   rm -f conftest.er1
    8388   cat conftest.err >&5
    83898160  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    83908161  (exit $ac_status); } &&
    8391          { ac_try='test -z "$ac_c_werror_flag"
    8392                          || test ! -s conftest.err'
    8393   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8394   (eval $ac_try) 2>&5
    8395   ac_status=$?
    8396   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8397   (exit $ac_status); }; } &&
    8398          { ac_try='test -s conftest$ac_exeext'
     8162         { ac_try='test -s conftest$ac_exeext'
    83998163  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    84008164  (eval $ac_try) 2>&5
     
    84098173ac_cv_func_shl_load=no
    84108174fi
    8411 rm -f conftest.err conftest.$ac_objext \
    8412       conftest$ac_exeext conftest.$ac_ext
     8175rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    84138176fi
    84148177echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
     
    84258188LIBS="-ldld  $LIBS"
    84268189cat >conftest.$ac_ext <<_ACEOF
     8190#line $LINENO "configure"
    84278191/* confdefs.h.  */
    84288192_ACEOF
     
    84488212rm -f conftest.$ac_objext conftest$ac_exeext
    84498213if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8450   (eval $ac_link) 2>conftest.er1
     8214  (eval $ac_link) 2>&5
    84518215  ac_status=$?
    8452   grep -v '^ *+' conftest.er1 >conftest.err
    8453   rm -f conftest.er1
    8454   cat conftest.err >&5
    84558216  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    84568217  (exit $ac_status); } &&
    8457          { ac_try='test -z "$ac_c_werror_flag"
    8458                          || test ! -s conftest.err'
    8459   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8460   (eval $ac_try) 2>&5
    8461   ac_status=$?
    8462   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8463   (exit $ac_status); }; } &&
    8464          { ac_try='test -s conftest$ac_exeext'
     8218         { ac_try='test -s conftest$ac_exeext'
    84658219  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    84668220  (eval $ac_try) 2>&5
     
    84758229ac_cv_lib_dld_shl_load=no
    84768230fi
    8477 rm -f conftest.err conftest.$ac_objext \
    8478       conftest$ac_exeext conftest.$ac_ext
     8231rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    84798232LIBS=$ac_check_lib_save_LIBS
    84808233fi
     
    84908243else
    84918244  cat >conftest.$ac_ext <<_ACEOF
     8245#line $LINENO "configure"
    84928246/* confdefs.h.  */
    84938247_ACEOF
     
    84958249cat >>conftest.$ac_ext <<_ACEOF
    84968250/* end confdefs.h.  */
    8497 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
    8498    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    8499 #define dlopen innocuous_dlopen
    8500 
    85018251/* System header to define __stub macros and hopefully few prototypes,
    85028252    which can conflict with char dlopen (); below.
    85038253    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    85048254    <limits.h> exists even on freestanding compilers.  */
    8505 
    85068255#ifdef __STDC__
    85078256# include <limits.h>
     
    85098258# include <assert.h>
    85108259#endif
    8511 
    8512 #undef dlopen
    8513 
    85148260/* Override any gcc2 internal prototype to avoid an error.  */
    85158261#ifdef __cplusplus
     
    85428288rm -f conftest.$ac_objext conftest$ac_exeext
    85438289if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8544   (eval $ac_link) 2>conftest.er1
     8290  (eval $ac_link) 2>&5
    85458291  ac_status=$?
    8546   grep -v '^ *+' conftest.er1 >conftest.err
    8547   rm -f conftest.er1
    8548   cat conftest.err >&5
    85498292  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    85508293  (exit $ac_status); } &&
    8551          { ac_try='test -z "$ac_c_werror_flag"
    8552                          || test ! -s conftest.err'
    8553   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8554   (eval $ac_try) 2>&5
    8555   ac_status=$?
    8556   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8557   (exit $ac_status); }; } &&
    8558          { ac_try='test -s conftest$ac_exeext'
     8294         { ac_try='test -s conftest$ac_exeext'
    85598295  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    85608296  (eval $ac_try) 2>&5
     
    85698305ac_cv_func_dlopen=no
    85708306fi
    8571 rm -f conftest.err conftest.$ac_objext \
    8572       conftest$ac_exeext conftest.$ac_ext
     8307rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    85738308fi
    85748309echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
     
    85858320LIBS="-ldl  $LIBS"
    85868321cat >conftest.$ac_ext <<_ACEOF
     8322#line $LINENO "configure"
    85878323/* confdefs.h.  */
    85888324_ACEOF
     
    86088344rm -f conftest.$ac_objext conftest$ac_exeext
    86098345if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8610   (eval $ac_link) 2>conftest.er1
     8346  (eval $ac_link) 2>&5
    86118347  ac_status=$?
    8612   grep -v '^ *+' conftest.er1 >conftest.err
    8613   rm -f conftest.er1
    8614   cat conftest.err >&5
    86158348  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    86168349  (exit $ac_status); } &&
    8617          { ac_try='test -z "$ac_c_werror_flag"
    8618                          || test ! -s conftest.err'
    8619   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8620   (eval $ac_try) 2>&5
    8621   ac_status=$?
    8622   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8623   (exit $ac_status); }; } &&
    8624          { ac_try='test -s conftest$ac_exeext'
     8350         { ac_try='test -s conftest$ac_exeext'
    86258351  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    86268352  (eval $ac_try) 2>&5
     
    86358361ac_cv_lib_dl_dlopen=no
    86368362fi
    8637 rm -f conftest.err conftest.$ac_objext \
    8638       conftest$ac_exeext conftest.$ac_ext
     8363rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    86398364LIBS=$ac_check_lib_save_LIBS
    86408365fi
     
    86528377LIBS="-lsvld  $LIBS"
    86538378cat >conftest.$ac_ext <<_ACEOF
     8379#line $LINENO "configure"
    86548380/* confdefs.h.  */
    86558381_ACEOF
     
    86758401rm -f conftest.$ac_objext conftest$ac_exeext
    86768402if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8677   (eval $ac_link) 2>conftest.er1
     8403  (eval $ac_link) 2>&5
    86788404  ac_status=$?
    8679   grep -v '^ *+' conftest.er1 >conftest.err
    8680   rm -f conftest.er1
    8681   cat conftest.err >&5
    86828405  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    86838406  (exit $ac_status); } &&
    8684          { ac_try='test -z "$ac_c_werror_flag"
    8685                          || test ! -s conftest.err'
    8686   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8687   (eval $ac_try) 2>&5
    8688   ac_status=$?
    8689   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8690   (exit $ac_status); }; } &&
    8691          { ac_try='test -s conftest$ac_exeext'
     8407         { ac_try='test -s conftest$ac_exeext'
    86928408  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    86938409  (eval $ac_try) 2>&5
     
    87028418ac_cv_lib_svld_dlopen=no
    87038419fi
    8704 rm -f conftest.err conftest.$ac_objext \
    8705       conftest$ac_exeext conftest.$ac_ext
     8420rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    87068421LIBS=$ac_check_lib_save_LIBS
    87078422fi
     
    87198434LIBS="-ldld  $LIBS"
    87208435cat >conftest.$ac_ext <<_ACEOF
     8436#line $LINENO "configure"
    87218437/* confdefs.h.  */
    87228438_ACEOF
     
    87428458rm -f conftest.$ac_objext conftest$ac_exeext
    87438459if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    8744   (eval $ac_link) 2>conftest.er1
     8460  (eval $ac_link) 2>&5
    87458461  ac_status=$?
    8746   grep -v '^ *+' conftest.er1 >conftest.err
    8747   rm -f conftest.er1
    8748   cat conftest.err >&5
    87498462  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    87508463  (exit $ac_status); } &&
    8751          { ac_try='test -z "$ac_c_werror_flag"
    8752                          || test ! -s conftest.err'
    8753   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    8754   (eval $ac_try) 2>&5
    8755   ac_status=$?
    8756   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    8757   (exit $ac_status); }; } &&
    8758          { ac_try='test -s conftest$ac_exeext'
     8464         { ac_try='test -s conftest$ac_exeext'
    87598465  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    87608466  (eval $ac_try) 2>&5
     
    87698475ac_cv_lib_dld_dld_link=no
    87708476fi
    8771 rm -f conftest.err conftest.$ac_objext \
    8772       conftest$ac_exeext conftest.$ac_ext
     8477rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    87738478LIBS=$ac_check_lib_save_LIBS
    87748479fi
     
    88258530  lt_status=$lt_dlunknown
    88268531  cat > conftest.$ac_ext <<EOF
    8827 #line 8827 "configure"
     8532#line 8532 "configure"
    88288533#include "confdefs.h"
    88298534
     
    89238628  lt_status=$lt_dlunknown
    89248629  cat > conftest.$ac_ext <<EOF
    8925 #line 8925 "configure"
     8630#line 8630 "configure"
    89268631#include "confdefs.h"
    89278632
     
    99729677      # Determine the default libpath from the value encoded in an empty executable.
    99739678      cat >conftest.$ac_ext <<_ACEOF
     9679#line $LINENO "configure"
    99749680/* confdefs.h.  */
    99759681_ACEOF
     
    99889694rm -f conftest.$ac_objext conftest$ac_exeext
    99899695if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    9990   (eval $ac_link) 2>conftest.er1
     9696  (eval $ac_link) 2>&5
    99919697  ac_status=$?
    9992   grep -v '^ *+' conftest.er1 >conftest.err
    9993   rm -f conftest.er1
    9994   cat conftest.err >&5
    99959698  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    99969699  (exit $ac_status); } &&
    9997          { ac_try='test -z "$ac_cxx_werror_flag"
    9998                          || test ! -s conftest.err'
    9999   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    10000   (eval $ac_try) 2>&5
    10001   ac_status=$?
    10002   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10003   (exit $ac_status); }; } &&
    10004          { ac_try='test -s conftest$ac_exeext'
     9700         { ac_try='test -s conftest$ac_exeext'
    100059701  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    100069702  (eval $ac_try) 2>&5
     
    100199715
    100209716fi
    10021 rm -f conftest.err conftest.$ac_objext \
    10022       conftest$ac_exeext conftest.$ac_ext
     9717rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    100239718if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
    100249719
     
    100349729        # Determine the default libpath from the value encoded in an empty executable.
    100359730        cat >conftest.$ac_ext <<_ACEOF
     9731#line $LINENO "configure"
    100369732/* confdefs.h.  */
    100379733_ACEOF
     
    100509746rm -f conftest.$ac_objext conftest$ac_exeext
    100519747if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    10052   (eval $ac_link) 2>conftest.er1
     9748  (eval $ac_link) 2>&5
    100539749  ac_status=$?
    10054   grep -v '^ *+' conftest.er1 >conftest.err
    10055   rm -f conftest.er1
    10056   cat conftest.err >&5
    100579750  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    100589751  (exit $ac_status); } &&
    10059          { ac_try='test -z "$ac_cxx_werror_flag"
    10060                          || test ! -s conftest.err'
    10061   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    10062   (eval $ac_try) 2>&5
    10063   ac_status=$?
    10064   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    10065   (exit $ac_status); }; } &&
    10066          { ac_try='test -s conftest$ac_exeext'
     9752         { ac_try='test -s conftest$ac_exeext'
    100679753  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    100689754  (eval $ac_try) 2>&5
     
    100819767
    100829768fi
    10083 rm -f conftest.err conftest.$ac_objext \
    10084       conftest$ac_exeext conftest.$ac_ext
     9769rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    100859770if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
    100869771
     
    1110210787   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1110310788   -e 's:$: $lt_compiler_flag:'`
    11104    (eval echo "\"\$as_me:11104: $lt_compile\"" >&5)
     10789   (eval echo "\"\$as_me:10789: $lt_compile\"" >&5)
    1110510790   (eval "$lt_compile" 2>conftest.err)
    1110610791   ac_status=$?
    1110710792   cat conftest.err >&5
    11108    echo "$as_me:11108: \$? = $ac_status" >&5
     10793   echo "$as_me:10793: \$? = $ac_status" >&5
    1110910794   if (exit $ac_status) && test -s "$ac_outfile"; then
    1111010795     # The compiler can only warn and ignore the option if not recognized
     
    1116210847   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1116310848   -e 's:$: $lt_compiler_flag:'`
    11164    (eval echo "\"\$as_me:11164: $lt_compile\"" >&5)
     10849   (eval echo "\"\$as_me:10849: $lt_compile\"" >&5)
    1116510850   (eval "$lt_compile" 2>out/conftest.err)
    1116610851   ac_status=$?
    1116710852   cat out/conftest.err >&5
    11168    echo "$as_me:11168: \$? = $ac_status" >&5
     10853   echo "$as_me:10853: \$? = $ac_status" >&5
    1116910854   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    1117010855   then
     
    1167311358  case "$host_cpu" in
    1167411359  x86_64*|s390x*|powerpc64*)
    11675     echo '#line 11675 "configure"' > conftest.$ac_ext
     11360    echo '#line 11360 "configure"' > conftest.$ac_ext
    1167611361    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    1167711362  (eval $ac_compile) 2>&5
     
    1197411659LIBS="-ldl  $LIBS"
    1197511660cat >conftest.$ac_ext <<_ACEOF
     11661#line $LINENO "configure"
    1197611662/* confdefs.h.  */
    1197711663_ACEOF
     
    1199711683rm -f conftest.$ac_objext conftest$ac_exeext
    1199811684if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    11999   (eval $ac_link) 2>conftest.er1
     11685  (eval $ac_link) 2>&5
    1200011686  ac_status=$?
    12001   grep -v '^ *+' conftest.er1 >conftest.err
    12002   rm -f conftest.er1
    12003   cat conftest.err >&5
    1200411687  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1200511688  (exit $ac_status); } &&
    12006          { ac_try='test -z "$ac_cxx_werror_flag"
    12007                          || test ! -s conftest.err'
    12008   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    12009   (eval $ac_try) 2>&5
    12010   ac_status=$?
    12011   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    12012   (exit $ac_status); }; } &&
    12013          { ac_try='test -s conftest$ac_exeext'
     11689         { ac_try='test -s conftest$ac_exeext'
    1201411690  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1201511691  (eval $ac_try) 2>&5
     
    1202411700ac_cv_lib_dl_dlopen=no
    1202511701fi
    12026 rm -f conftest.err conftest.$ac_objext \
    12027       conftest$ac_exeext conftest.$ac_ext
     11702rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1202811703LIBS=$ac_check_lib_save_LIBS
    1202911704fi
     
    1204911724else
    1205011725  cat >conftest.$ac_ext <<_ACEOF
     11726#line $LINENO "configure"
    1205111727/* confdefs.h.  */
    1205211728_ACEOF
     
    1205411730cat >>conftest.$ac_ext <<_ACEOF
    1205511731/* end confdefs.h.  */
    12056 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
    12057    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    12058 #define shl_load innocuous_shl_load
    12059 
    1206011732/* System header to define __stub macros and hopefully few prototypes,
    1206111733    which can conflict with char shl_load (); below.
    1206211734    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    1206311735    <limits.h> exists even on freestanding compilers.  */
    12064 
    1206511736#ifdef __STDC__
    1206611737# include <limits.h>
     
    1206811739# include <assert.h>
    1206911740#endif
    12070 
    12071 #undef shl_load
    12072 
    1207311741/* Override any gcc2 internal prototype to avoid an error.  */
    1207411742#ifdef __cplusplus
     
    1210111769rm -f conftest.$ac_objext conftest$ac_exeext
    1210211770if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    12103   (eval $ac_link) 2>conftest.er1
     11771  (eval $ac_link) 2>&5
    1210411772  ac_status=$?
    12105   grep -v '^ *+' conftest.er1 >conftest.err
    12106   rm -f conftest.er1
    12107   cat conftest.err >&5
    1210811773  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1210911774  (exit $ac_status); } &&
    12110          { ac_try='test -z "$ac_cxx_werror_flag"
    12111                          || test ! -s conftest.err'
    12112   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    12113   (eval $ac_try) 2>&5
    12114   ac_status=$?
    12115   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    12116   (exit $ac_status); }; } &&
    12117          { ac_try='test -s conftest$ac_exeext'
     11775         { ac_try='test -s conftest$ac_exeext'
    1211811776  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1211911777  (eval $ac_try) 2>&5
     
    1212811786ac_cv_func_shl_load=no
    1212911787fi
    12130 rm -f conftest.err conftest.$ac_objext \
    12131       conftest$ac_exeext conftest.$ac_ext
     11788rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1213211789fi
    1213311790echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
     
    1214411801LIBS="-ldld  $LIBS"
    1214511802cat >conftest.$ac_ext <<_ACEOF
     11803#line $LINENO "configure"
    1214611804/* confdefs.h.  */
    1214711805_ACEOF
     
    1216711825rm -f conftest.$ac_objext conftest$ac_exeext
    1216811826if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    12169   (eval $ac_link) 2>conftest.er1
     11827  (eval $ac_link) 2>&5
    1217011828  ac_status=$?
    12171   grep -v '^ *+' conftest.er1 >conftest.err
    12172   rm -f conftest.er1
    12173   cat conftest.err >&5
    1217411829  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1217511830  (exit $ac_status); } &&
    12176          { ac_try='test -z "$ac_cxx_werror_flag"
    12177                          || test ! -s conftest.err'
    12178   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    12179   (eval $ac_try) 2>&5
    12180   ac_status=$?
    12181   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    12182   (exit $ac_status); }; } &&
    12183          { ac_try='test -s conftest$ac_exeext'
     11831         { ac_try='test -s conftest$ac_exeext'
    1218411832  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1218511833  (eval $ac_try) 2>&5
     
    1219411842ac_cv_lib_dld_shl_load=no
    1219511843fi
    12196 rm -f conftest.err conftest.$ac_objext \
    12197       conftest$ac_exeext conftest.$ac_ext
     11844rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1219811845LIBS=$ac_check_lib_save_LIBS
    1219911846fi
     
    1220911856else
    1221011857  cat >conftest.$ac_ext <<_ACEOF
     11858#line $LINENO "configure"
    1221111859/* confdefs.h.  */
    1221211860_ACEOF
     
    1221411862cat >>conftest.$ac_ext <<_ACEOF
    1221511863/* end confdefs.h.  */
    12216 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
    12217    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    12218 #define dlopen innocuous_dlopen
    12219 
    1222011864/* System header to define __stub macros and hopefully few prototypes,
    1222111865    which can conflict with char dlopen (); below.
    1222211866    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    1222311867    <limits.h> exists even on freestanding compilers.  */
    12224 
    1222511868#ifdef __STDC__
    1222611869# include <limits.h>
     
    1222811871# include <assert.h>
    1222911872#endif
    12230 
    12231 #undef dlopen
    12232 
    1223311873/* Override any gcc2 internal prototype to avoid an error.  */
    1223411874#ifdef __cplusplus
     
    1226111901rm -f conftest.$ac_objext conftest$ac_exeext
    1226211902if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    12263   (eval $ac_link) 2>conftest.er1
     11903  (eval $ac_link) 2>&5
    1226411904  ac_status=$?
    12265   grep -v '^ *+' conftest.er1 >conftest.err
    12266   rm -f conftest.er1
    12267   cat conftest.err >&5
    1226811905  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1226911906  (exit $ac_status); } &&
    12270          { ac_try='test -z "$ac_cxx_werror_flag"
    12271                          || test ! -s conftest.err'
    12272   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    12273   (eval $ac_try) 2>&5
    12274   ac_status=$?
    12275   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    12276   (exit $ac_status); }; } &&
    12277          { ac_try='test -s conftest$ac_exeext'
     11907         { ac_try='test -s conftest$ac_exeext'
    1227811908  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1227911909  (eval $ac_try) 2>&5
     
    1228811918ac_cv_func_dlopen=no
    1228911919fi
    12290 rm -f conftest.err conftest.$ac_objext \
    12291       conftest$ac_exeext conftest.$ac_ext
     11920rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1229211921fi
    1229311922echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
     
    1230411933LIBS="-ldl  $LIBS"
    1230511934cat >conftest.$ac_ext <<_ACEOF
     11935#line $LINENO "configure"
    1230611936/* confdefs.h.  */
    1230711937_ACEOF
     
    1232711957rm -f conftest.$ac_objext conftest$ac_exeext
    1232811958if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    12329   (eval $ac_link) 2>conftest.er1
     11959  (eval $ac_link) 2>&5
    1233011960  ac_status=$?
    12331   grep -v '^ *+' conftest.er1 >conftest.err
    12332   rm -f conftest.er1
    12333   cat conftest.err >&5
    1233411961  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1233511962  (exit $ac_status); } &&
    12336          { ac_try='test -z "$ac_cxx_werror_flag"
    12337                          || test ! -s conftest.err'
    12338   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    12339   (eval $ac_try) 2>&5
    12340   ac_status=$?
    12341   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    12342   (exit $ac_status); }; } &&
    12343          { ac_try='test -s conftest$ac_exeext'
     11963         { ac_try='test -s conftest$ac_exeext'
    1234411964  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1234511965  (eval $ac_try) 2>&5
     
    1235411974ac_cv_lib_dl_dlopen=no
    1235511975fi
    12356 rm -f conftest.err conftest.$ac_objext \
    12357       conftest$ac_exeext conftest.$ac_ext
     11976rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1235811977LIBS=$ac_check_lib_save_LIBS
    1235911978fi
     
    1237111990LIBS="-lsvld  $LIBS"
    1237211991cat >conftest.$ac_ext <<_ACEOF
     11992#line $LINENO "configure"
    1237311993/* confdefs.h.  */
    1237411994_ACEOF
     
    1239412014rm -f conftest.$ac_objext conftest$ac_exeext
    1239512015if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    12396   (eval $ac_link) 2>conftest.er1
     12016  (eval $ac_link) 2>&5
    1239712017  ac_status=$?
    12398   grep -v '^ *+' conftest.er1 >conftest.err
    12399   rm -f conftest.er1
    12400   cat conftest.err >&5
    1240112018  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1240212019  (exit $ac_status); } &&
    12403          { ac_try='test -z "$ac_cxx_werror_flag"
    12404                          || test ! -s conftest.err'
    12405   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    12406   (eval $ac_try) 2>&5
    12407   ac_status=$?
    12408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    12409   (exit $ac_status); }; } &&
    12410          { ac_try='test -s conftest$ac_exeext'
     12020         { ac_try='test -s conftest$ac_exeext'
    1241112021  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1241212022  (eval $ac_try) 2>&5
     
    1242112031ac_cv_lib_svld_dlopen=no
    1242212032fi
    12423 rm -f conftest.err conftest.$ac_objext \
    12424       conftest$ac_exeext conftest.$ac_ext
     12033rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1242512034LIBS=$ac_check_lib_save_LIBS
    1242612035fi
     
    1243812047LIBS="-ldld  $LIBS"
    1243912048cat >conftest.$ac_ext <<_ACEOF
     12049#line $LINENO "configure"
    1244012050/* confdefs.h.  */
    1244112051_ACEOF
     
    1246112071rm -f conftest.$ac_objext conftest$ac_exeext
    1246212072if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    12463   (eval $ac_link) 2>conftest.er1
     12073  (eval $ac_link) 2>&5
    1246412074  ac_status=$?
    12465   grep -v '^ *+' conftest.er1 >conftest.err
    12466   rm -f conftest.er1
    12467   cat conftest.err >&5
    1246812075  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1246912076  (exit $ac_status); } &&
    12470          { ac_try='test -z "$ac_cxx_werror_flag"
    12471                          || test ! -s conftest.err'
    12472   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    12473   (eval $ac_try) 2>&5
    12474   ac_status=$?
    12475   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    12476   (exit $ac_status); }; } &&
    12477          { ac_try='test -s conftest$ac_exeext'
     12077         { ac_try='test -s conftest$ac_exeext'
    1247812078  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1247912079  (eval $ac_try) 2>&5
     
    1248812088ac_cv_lib_dld_dld_link=no
    1248912089fi
    12490 rm -f conftest.err conftest.$ac_objext \
    12491       conftest$ac_exeext conftest.$ac_ext
     12090rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1249212091LIBS=$ac_check_lib_save_LIBS
    1249312092fi
     
    1254412143  lt_status=$lt_dlunknown
    1254512144  cat > conftest.$ac_ext <<EOF
    12546 #line 12546 "configure"
     12145#line 12145 "configure"
    1254712146#include "confdefs.h"
    1254812147
     
    1264212241  lt_status=$lt_dlunknown
    1264312242  cat > conftest.$ac_ext <<EOF
    12644 #line 12644 "configure"
     12243#line 12243 "configure"
    1264512244#include "confdefs.h"
    1264612245
     
    1346913068   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1347013069   -e 's:$: $lt_compiler_flag:'`
    13471    (eval echo "\"\$as_me:13471: $lt_compile\"" >&5)
     13070   (eval echo "\"\$as_me:13070: $lt_compile\"" >&5)
    1347213071   (eval "$lt_compile" 2>conftest.err)
    1347313072   ac_status=$?
    1347413073   cat conftest.err >&5
    13475    echo "$as_me:13475: \$? = $ac_status" >&5
     13074   echo "$as_me:13074: \$? = $ac_status" >&5
    1347613075   if (exit $ac_status) && test -s "$ac_outfile"; then
    1347713076     # The compiler can only warn and ignore the option if not recognized
     
    1352913128   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1353013129   -e 's:$: $lt_compiler_flag:'`
    13531    (eval echo "\"\$as_me:13531: $lt_compile\"" >&5)
     13130   (eval echo "\"\$as_me:13130: $lt_compile\"" >&5)
    1353213131   (eval "$lt_compile" 2>out/conftest.err)
    1353313132   ac_status=$?
    1353413133   cat out/conftest.err >&5
    13535    echo "$as_me:13535: \$? = $ac_status" >&5
     13134   echo "$as_me:13134: \$? = $ac_status" >&5
    1353613135   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    1353713136   then
     
    1390313502rm -f conftest.$ac_objext conftest$ac_exeext
    1390413503if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    13905   (eval $ac_link) 2>conftest.er1
     13504  (eval $ac_link) 2>&5
    1390613505  ac_status=$?
    13907   grep -v '^ *+' conftest.er1 >conftest.err
    13908   rm -f conftest.er1
    13909   cat conftest.err >&5
    1391013506  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1391113507  (exit $ac_status); } &&
    13912          { ac_try='test -z "$ac_f77_werror_flag"
    13913                          || test ! -s conftest.err'
    13914   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    13915   (eval $ac_try) 2>&5
    13916   ac_status=$?
    13917   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    13918   (exit $ac_status); }; } &&
    13919          { ac_try='test -s conftest$ac_exeext'
     13508         { ac_try='test -s conftest$ac_exeext'
    1392013509  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1392113510  (eval $ac_try) 2>&5
     
    1393413523
    1393513524fi
    13936 rm -f conftest.err conftest.$ac_objext \
    13937       conftest$ac_exeext conftest.$ac_ext
     13525rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1393813526if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
    1393913527
     
    1395413542rm -f conftest.$ac_objext conftest$ac_exeext
    1395513543if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    13956   (eval $ac_link) 2>conftest.er1
     13544  (eval $ac_link) 2>&5
    1395713545  ac_status=$?
    13958   grep -v '^ *+' conftest.er1 >conftest.err
    13959   rm -f conftest.er1
    13960   cat conftest.err >&5
    1396113546  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1396213547  (exit $ac_status); } &&
    13963          { ac_try='test -z "$ac_f77_werror_flag"
    13964                          || test ! -s conftest.err'
    13965   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    13966   (eval $ac_try) 2>&5
    13967   ac_status=$?
    13968   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    13969   (exit $ac_status); }; } &&
    13970          { ac_try='test -s conftest$ac_exeext'
     13548         { ac_try='test -s conftest$ac_exeext'
    1397113549  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1397213550  (eval $ac_try) 2>&5
     
    1398513563
    1398613564fi
    13987 rm -f conftest.err conftest.$ac_objext \
    13988       conftest$ac_exeext conftest.$ac_ext
     13565rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1398913566if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
    1399013567
     
    1484314420  case "$host_cpu" in
    1484414421  x86_64*|s390x*|powerpc64*)
    14845     echo '#line 14845 "configure"' > conftest.$ac_ext
     14422    echo '#line 14422 "configure"' > conftest.$ac_ext
    1484614423    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    1484714424  (eval $ac_compile) 2>&5
     
    1558415161   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1558515162   -e 's:$: $lt_compiler_flag:'`
    15586    (eval echo "\"\$as_me:15586: $lt_compile\"" >&5)
     15163   (eval echo "\"\$as_me:15163: $lt_compile\"" >&5)
    1558715164   (eval "$lt_compile" 2>conftest.err)
    1558815165   ac_status=$?
    1558915166   cat conftest.err >&5
    15590    echo "$as_me:15590: \$? = $ac_status" >&5
     15167   echo "$as_me:15167: \$? = $ac_status" >&5
    1559115168   if (exit $ac_status) && test -s "$ac_outfile"; then
    1559215169     # The compiler can only warn and ignore the option if not recognized
     
    1581715394   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1581815395   -e 's:$: $lt_compiler_flag:'`
    15819    (eval echo "\"\$as_me:15819: $lt_compile\"" >&5)
     15396   (eval echo "\"\$as_me:15396: $lt_compile\"" >&5)
    1582015397   (eval "$lt_compile" 2>conftest.err)
    1582115398   ac_status=$?
    1582215399   cat conftest.err >&5
    15823    echo "$as_me:15823: \$? = $ac_status" >&5
     15400   echo "$as_me:15400: \$? = $ac_status" >&5
    1582415401   if (exit $ac_status) && test -s "$ac_outfile"; then
    1582515402     # The compiler can only warn and ignore the option if not recognized
     
    1587715454   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1587815455   -e 's:$: $lt_compiler_flag:'`
    15879    (eval echo "\"\$as_me:15879: $lt_compile\"" >&5)
     15456   (eval echo "\"\$as_me:15456: $lt_compile\"" >&5)
    1588015457   (eval "$lt_compile" 2>out/conftest.err)
    1588115458   ac_status=$?
    1588215459   cat out/conftest.err >&5
    15883    echo "$as_me:15883: \$? = $ac_status" >&5
     15460   echo "$as_me:15460: \$? = $ac_status" >&5
    1588415461   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    1588515462   then
     
    1624515822       # Determine the default libpath from the value encoded in an empty executable.
    1624615823       cat >conftest.$ac_ext <<_ACEOF
     15824#line $LINENO "configure"
    1624715825/* confdefs.h.  */
    1624815826_ACEOF
     
    1626115839rm -f conftest.$ac_objext conftest$ac_exeext
    1626215840if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    16263   (eval $ac_link) 2>conftest.er1
     15841  (eval $ac_link) 2>&5
    1626415842  ac_status=$?
    16265   grep -v '^ *+' conftest.er1 >conftest.err
    16266   rm -f conftest.er1
    16267   cat conftest.err >&5
    1626815843  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1626915844  (exit $ac_status); } &&
    16270          { ac_try='test -z "$ac_c_werror_flag"
    16271                          || test ! -s conftest.err'
    16272   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    16273   (eval $ac_try) 2>&5
    16274   ac_status=$?
    16275   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    16276   (exit $ac_status); }; } &&
    16277          { ac_try='test -s conftest$ac_exeext'
     15845         { ac_try='test -s conftest$ac_exeext'
    1627815846  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1627915847  (eval $ac_try) 2>&5
     
    1629215860
    1629315861fi
    16294 rm -f conftest.err conftest.$ac_objext \
    16295       conftest$ac_exeext conftest.$ac_ext
     15862rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1629615863if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
    1629715864
     
    1630615873         # Determine the default libpath from the value encoded in an empty executable.
    1630715874         cat >conftest.$ac_ext <<_ACEOF
     15875#line $LINENO "configure"
    1630815876/* confdefs.h.  */
    1630915877_ACEOF
     
    1632215890rm -f conftest.$ac_objext conftest$ac_exeext
    1632315891if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    16324   (eval $ac_link) 2>conftest.er1
     15892  (eval $ac_link) 2>&5
    1632515893  ac_status=$?
    16326   grep -v '^ *+' conftest.er1 >conftest.err
    16327   rm -f conftest.er1
    16328   cat conftest.err >&5
    1632915894  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1633015895  (exit $ac_status); } &&
    16331          { ac_try='test -z "$ac_c_werror_flag"
    16332                          || test ! -s conftest.err'
    16333   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    16334   (eval $ac_try) 2>&5
    16335   ac_status=$?
    16336   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    16337   (exit $ac_status); }; } &&
    16338          { ac_try='test -s conftest$ac_exeext'
     15896         { ac_try='test -s conftest$ac_exeext'
    1633915897  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1634015898  (eval $ac_try) 2>&5
     
    1635315911
    1635415912fi
    16355 rm -f conftest.err conftest.$ac_objext \
    16356       conftest$ac_exeext conftest.$ac_ext
     15913rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1635715914if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
    1635815915
     
    1721116768  case "$host_cpu" in
    1721216769  x86_64*|s390x*|powerpc64*)
    17213     echo '#line 17213 "configure"' > conftest.$ac_ext
     16770    echo '#line 16770 "configure"' > conftest.$ac_ext
    1721416771    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    1721516772  (eval $ac_compile) 2>&5
     
    1751217069LIBS="-ldl  $LIBS"
    1751317070cat >conftest.$ac_ext <<_ACEOF
     17071#line $LINENO "configure"
    1751417072/* confdefs.h.  */
    1751517073_ACEOF
     
    1753517093rm -f conftest.$ac_objext conftest$ac_exeext
    1753617094if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    17537   (eval $ac_link) 2>conftest.er1
     17095  (eval $ac_link) 2>&5
    1753817096  ac_status=$?
    17539   grep -v '^ *+' conftest.er1 >conftest.err
    17540   rm -f conftest.er1
    17541   cat conftest.err >&5
    1754217097  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1754317098  (exit $ac_status); } &&
    17544          { ac_try='test -z "$ac_c_werror_flag"
    17545                          || test ! -s conftest.err'
    17546   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    17547   (eval $ac_try) 2>&5
    17548   ac_status=$?
    17549   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    17550   (exit $ac_status); }; } &&
    17551          { ac_try='test -s conftest$ac_exeext'
     17099         { ac_try='test -s conftest$ac_exeext'
    1755217100  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1755317101  (eval $ac_try) 2>&5
     
    1756217110ac_cv_lib_dl_dlopen=no
    1756317111fi
    17564 rm -f conftest.err conftest.$ac_objext \
    17565       conftest$ac_exeext conftest.$ac_ext
     17112rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1756617113LIBS=$ac_check_lib_save_LIBS
    1756717114fi
     
    1758717134else
    1758817135  cat >conftest.$ac_ext <<_ACEOF
     17136#line $LINENO "configure"
    1758917137/* confdefs.h.  */
    1759017138_ACEOF
     
    1759217140cat >>conftest.$ac_ext <<_ACEOF
    1759317141/* end confdefs.h.  */
    17594 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
    17595    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    17596 #define shl_load innocuous_shl_load
    17597 
    1759817142/* System header to define __stub macros and hopefully few prototypes,
    1759917143    which can conflict with char shl_load (); below.
    1760017144    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    1760117145    <limits.h> exists even on freestanding compilers.  */
    17602 
    1760317146#ifdef __STDC__
    1760417147# include <limits.h>
     
    1760617149# include <assert.h>
    1760717150#endif
    17608 
    17609 #undef shl_load
    17610 
    1761117151/* Override any gcc2 internal prototype to avoid an error.  */
    1761217152#ifdef __cplusplus
     
    1763917179rm -f conftest.$ac_objext conftest$ac_exeext
    1764017180if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    17641   (eval $ac_link) 2>conftest.er1
     17181  (eval $ac_link) 2>&5
    1764217182  ac_status=$?
    17643   grep -v '^ *+' conftest.er1 >conftest.err
    17644   rm -f conftest.er1
    17645   cat conftest.err >&5
    1764617183  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1764717184  (exit $ac_status); } &&
    17648          { ac_try='test -z "$ac_c_werror_flag"
    17649                          || test ! -s conftest.err'
    17650   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    17651   (eval $ac_try) 2>&5
    17652   ac_status=$?
    17653   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    17654   (exit $ac_status); }; } &&
    17655          { ac_try='test -s conftest$ac_exeext'
     17185         { ac_try='test -s conftest$ac_exeext'
    1765617186  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1765717187  (eval $ac_try) 2>&5
     
    1766617196ac_cv_func_shl_load=no
    1766717197fi
    17668 rm -f conftest.err conftest.$ac_objext \
    17669       conftest$ac_exeext conftest.$ac_ext
     17198rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1767017199fi
    1767117200echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
     
    1768217211LIBS="-ldld  $LIBS"
    1768317212cat >conftest.$ac_ext <<_ACEOF
     17213#line $LINENO "configure"
    1768417214/* confdefs.h.  */
    1768517215_ACEOF
     
    1770517235rm -f conftest.$ac_objext conftest$ac_exeext
    1770617236if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    17707   (eval $ac_link) 2>conftest.er1
     17237  (eval $ac_link) 2>&5
    1770817238  ac_status=$?
    17709   grep -v '^ *+' conftest.er1 >conftest.err
    17710   rm -f conftest.er1
    17711   cat conftest.err >&5
    1771217239  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1771317240  (exit $ac_status); } &&
    17714          { ac_try='test -z "$ac_c_werror_flag"
    17715                          || test ! -s conftest.err'
    17716   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    17717   (eval $ac_try) 2>&5
    17718   ac_status=$?
    17719   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    17720   (exit $ac_status); }; } &&
    17721          { ac_try='test -s conftest$ac_exeext'
     17241         { ac_try='test -s conftest$ac_exeext'
    1772217242  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1772317243  (eval $ac_try) 2>&5
     
    1773217252ac_cv_lib_dld_shl_load=no
    1773317253fi
    17734 rm -f conftest.err conftest.$ac_objext \
    17735       conftest$ac_exeext conftest.$ac_ext
     17254rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1773617255LIBS=$ac_check_lib_save_LIBS
    1773717256fi
     
    1774717266else
    1774817267  cat >conftest.$ac_ext <<_ACEOF
     17268#line $LINENO "configure"
    1774917269/* confdefs.h.  */
    1775017270_ACEOF
     
    1775217272cat >>conftest.$ac_ext <<_ACEOF
    1775317273/* end confdefs.h.  */
    17754 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
    17755    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
    17756 #define dlopen innocuous_dlopen
    17757 
    1775817274/* System header to define __stub macros and hopefully few prototypes,
    1775917275    which can conflict with char dlopen (); below.
    1776017276    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    1776117277    <limits.h> exists even on freestanding compilers.  */
    17762 
    1776317278#ifdef __STDC__
    1776417279# include <limits.h>
     
    1776617281# include <assert.h>
    1776717282#endif
    17768 
    17769 #undef dlopen
    17770 
    1777117283/* Override any gcc2 internal prototype to avoid an error.  */
    1777217284#ifdef __cplusplus
     
    1779917311rm -f conftest.$ac_objext conftest$ac_exeext
    1780017312if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    17801   (eval $ac_link) 2>conftest.er1
     17313  (eval $ac_link) 2>&5
    1780217314  ac_status=$?
    17803   grep -v '^ *+' conftest.er1 >conftest.err
    17804   rm -f conftest.er1
    17805   cat conftest.err >&5
    1780617315  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1780717316  (exit $ac_status); } &&
    17808          { ac_try='test -z "$ac_c_werror_flag"
    17809                          || test ! -s conftest.err'
    17810   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    17811   (eval $ac_try) 2>&5
    17812   ac_status=$?
    17813   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    17814   (exit $ac_status); }; } &&
    17815          { ac_try='test -s conftest$ac_exeext'
     17317         { ac_try='test -s conftest$ac_exeext'
    1781617318  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1781717319  (eval $ac_try) 2>&5
     
    1782617328ac_cv_func_dlopen=no
    1782717329fi
    17828 rm -f conftest.err conftest.$ac_objext \
    17829       conftest$ac_exeext conftest.$ac_ext
     17330rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1783017331fi
    1783117332echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
     
    1784217343LIBS="-ldl  $LIBS"
    1784317344cat >conftest.$ac_ext <<_ACEOF
     17345#line $LINENO "configure"
    1784417346/* confdefs.h.  */
    1784517347_ACEOF
     
    1786517367rm -f conftest.$ac_objext conftest$ac_exeext
    1786617368if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    17867   (eval $ac_link) 2>conftest.er1
     17369  (eval $ac_link) 2>&5
    1786817370  ac_status=$?
    17869   grep -v '^ *+' conftest.er1 >conftest.err
    17870   rm -f conftest.er1
    17871   cat conftest.err >&5
    1787217371  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1787317372  (exit $ac_status); } &&
    17874          { ac_try='test -z "$ac_c_werror_flag"
    17875                          || test ! -s conftest.err'
    17876   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    17877   (eval $ac_try) 2>&5
    17878   ac_status=$?
    17879   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    17880   (exit $ac_status); }; } &&
    17881          { ac_try='test -s conftest$ac_exeext'
     17373         { ac_try='test -s conftest$ac_exeext'
    1788217374  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1788317375  (eval $ac_try) 2>&5
     
    1789217384ac_cv_lib_dl_dlopen=no
    1789317385fi
    17894 rm -f conftest.err conftest.$ac_objext \
    17895       conftest$ac_exeext conftest.$ac_ext
     17386rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1789617387LIBS=$ac_check_lib_save_LIBS
    1789717388fi
     
    1790917400LIBS="-lsvld  $LIBS"
    1791017401cat >conftest.$ac_ext <<_ACEOF
     17402#line $LINENO "configure"
    1791117403/* confdefs.h.  */
    1791217404_ACEOF
     
    1793217424rm -f conftest.$ac_objext conftest$ac_exeext
    1793317425if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    17934   (eval $ac_link) 2>conftest.er1
     17426  (eval $ac_link) 2>&5
    1793517427  ac_status=$?
    17936   grep -v '^ *+' conftest.er1 >conftest.err
    17937   rm -f conftest.er1
    17938   cat conftest.err >&5
    1793917428  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1794017429  (exit $ac_status); } &&
    17941          { ac_try='test -z "$ac_c_werror_flag"
    17942                          || test ! -s conftest.err'
    17943   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    17944   (eval $ac_try) 2>&5
    17945   ac_status=$?
    17946   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    17947   (exit $ac_status); }; } &&
    17948          { ac_try='test -s conftest$ac_exeext'
     17430         { ac_try='test -s conftest$ac_exeext'
    1794917431  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1795017432  (eval $ac_try) 2>&5
     
    1795917441ac_cv_lib_svld_dlopen=no
    1796017442fi
    17961 rm -f conftest.err conftest.$ac_objext \
    17962       conftest$ac_exeext conftest.$ac_ext
     17443rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1796317444LIBS=$ac_check_lib_save_LIBS
    1796417445fi
     
    1797617457LIBS="-ldld  $LIBS"
    1797717458cat >conftest.$ac_ext <<_ACEOF
     17459#line $LINENO "configure"
    1797817460/* confdefs.h.  */
    1797917461_ACEOF
     
    1799917481rm -f conftest.$ac_objext conftest$ac_exeext
    1800017482if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    18001   (eval $ac_link) 2>conftest.er1
     17483  (eval $ac_link) 2>&5
    1800217484  ac_status=$?
    18003   grep -v '^ *+' conftest.er1 >conftest.err
    18004   rm -f conftest.er1
    18005   cat conftest.err >&5
    1800617485  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1800717486  (exit $ac_status); } &&
    18008          { ac_try='test -z "$ac_c_werror_flag"
    18009                          || test ! -s conftest.err'
    18010   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    18011   (eval $ac_try) 2>&5
    18012   ac_status=$?
    18013   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    18014   (exit $ac_status); }; } &&
    18015          { ac_try='test -s conftest$ac_exeext'
     17487         { ac_try='test -s conftest$ac_exeext'
    1801617488  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1801717489  (eval $ac_try) 2>&5
     
    1802617498ac_cv_lib_dld_dld_link=no
    1802717499fi
    18028 rm -f conftest.err conftest.$ac_objext \
    18029       conftest$ac_exeext conftest.$ac_ext
     17500rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1803017501LIBS=$ac_check_lib_save_LIBS
    1803117502fi
     
    1808217553  lt_status=$lt_dlunknown
    1808317554  cat > conftest.$ac_ext <<EOF
    18084 #line 18084 "configure"
     17555#line 17555 "configure"
    1808517556#include "confdefs.h"
    1808617557
     
    1818017651  lt_status=$lt_dlunknown
    1818117652  cat > conftest.$ac_ext <<EOF
    18182 #line 18182 "configure"
     17653#line 17653 "configure"
    1818317654#include "confdefs.h"
    1818417655
     
    1933718808LIBS="-lsla  $LIBS"
    1933818809cat >conftest.$ac_ext <<_ACEOF
     18810#line $LINENO "configure"
    1933918811/* confdefs.h.  */
    1934018812_ACEOF
     
    1935418826rm -f conftest.$ac_objext conftest$ac_exeext
    1935518827if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    19356   (eval $ac_link) 2>conftest.er1
     18828  (eval $ac_link) 2>&5
    1935718829  ac_status=$?
    19358   grep -v '^ *+' conftest.er1 >conftest.err
    19359   rm -f conftest.er1
    19360   cat conftest.err >&5
    1936118830  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1936218831  (exit $ac_status); } &&
    19363          { ac_try='test -z "$ac_c_werror_flag"
    19364                          || test ! -s conftest.err'
    19365   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    19366   (eval $ac_try) 2>&5
    19367   ac_status=$?
    19368   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19369   (exit $ac_status); }; } &&
    19370          { ac_try='test -s conftest$ac_exeext'
     18832         { ac_try='test -s conftest$ac_exeext'
    1937118833  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1937218834  (eval $ac_try) 2>&5
     
    1938118843ac_cv_lib_sla_main=no
    1938218844fi
    19383 rm -f conftest.err conftest.$ac_objext \
    19384       conftest$ac_exeext conftest.$ac_ext
     18845rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1938518846LIBS=$ac_check_lib_save_LIBS
    1938618847fi
     
    1940918870LIBS="-lcfitsio  $LIBS"
    1941018871cat >conftest.$ac_ext <<_ACEOF
     18872#line $LINENO "configure"
    1941118873/* confdefs.h.  */
    1941218874_ACEOF
     
    1942618888rm -f conftest.$ac_objext conftest$ac_exeext
    1942718889if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    19428   (eval $ac_link) 2>conftest.er1
     18890  (eval $ac_link) 2>&5
    1942918891  ac_status=$?
    19430   grep -v '^ *+' conftest.er1 >conftest.err
    19431   rm -f conftest.er1
    19432   cat conftest.err >&5
    1943318892  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1943418893  (exit $ac_status); } &&
    19435          { ac_try='test -z "$ac_c_werror_flag"
    19436                          || test ! -s conftest.err'
    19437   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    19438   (eval $ac_try) 2>&5
    19439   ac_status=$?
    19440   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19441   (exit $ac_status); }; } &&
    19442          { ac_try='test -s conftest$ac_exeext'
     18894         { ac_try='test -s conftest$ac_exeext'
    1944318895  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1944418896  (eval $ac_try) 2>&5
     
    1945318905ac_cv_lib_cfitsio_main=no
    1945418906fi
    19455 rm -f conftest.err conftest.$ac_objext \
    19456       conftest$ac_exeext conftest.$ac_ext
     18907rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1945718908LIBS=$ac_check_lib_save_LIBS
    1945818909fi
     
    1948118932LIBS="-lfftw3f  $LIBS"
    1948218933cat >conftest.$ac_ext <<_ACEOF
     18934#line $LINENO "configure"
    1948318935/* confdefs.h.  */
    1948418936_ACEOF
     
    1949818950rm -f conftest.$ac_objext conftest$ac_exeext
    1949918951if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    19500   (eval $ac_link) 2>conftest.er1
     18952  (eval $ac_link) 2>&5
    1950118953  ac_status=$?
    19502   grep -v '^ *+' conftest.er1 >conftest.err
    19503   rm -f conftest.er1
    19504   cat conftest.err >&5
    1950518954  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1950618955  (exit $ac_status); } &&
    19507          { ac_try='test -z "$ac_c_werror_flag"
    19508                          || test ! -s conftest.err'
    19509   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    19510   (eval $ac_try) 2>&5
    19511   ac_status=$?
    19512   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19513   (exit $ac_status); }; } &&
    19514          { ac_try='test -s conftest$ac_exeext'
     18956         { ac_try='test -s conftest$ac_exeext'
    1951518957  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1951618958  (eval $ac_try) 2>&5
     
    1952518967ac_cv_lib_fftw3f_main=no
    1952618968fi
    19527 rm -f conftest.err conftest.$ac_objext \
    19528       conftest$ac_exeext conftest.$ac_ext
     18969rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1952918970LIBS=$ac_check_lib_save_LIBS
    1953018971fi
     
    1955318994LIBS="-lgsl  $LIBS"
    1955418995cat >conftest.$ac_ext <<_ACEOF
     18996#line $LINENO "configure"
    1955518997/* confdefs.h.  */
    1955618998_ACEOF
     
    1957019012rm -f conftest.$ac_objext conftest$ac_exeext
    1957119013if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    19572   (eval $ac_link) 2>conftest.er1
     19014  (eval $ac_link) 2>&5
    1957319015  ac_status=$?
    19574   grep -v '^ *+' conftest.er1 >conftest.err
    19575   rm -f conftest.er1
    19576   cat conftest.err >&5
    1957719016  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1957819017  (exit $ac_status); } &&
    19579          { ac_try='test -z "$ac_c_werror_flag"
    19580                          || test ! -s conftest.err'
    19581   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    19582   (eval $ac_try) 2>&5
    19583   ac_status=$?
    19584   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19585   (exit $ac_status); }; } &&
    19586          { ac_try='test -s conftest$ac_exeext'
     19018         { ac_try='test -s conftest$ac_exeext'
    1958719019  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1958819020  (eval $ac_try) 2>&5
     
    1959719029ac_cv_lib_gsl_main=no
    1959819030fi
    19599 rm -f conftest.err conftest.$ac_objext \
    19600       conftest$ac_exeext conftest.$ac_ext
     19031rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1960119032LIBS=$ac_check_lib_save_LIBS
    1960219033fi
     
    1962519056LIBS="-lgslcblas  $LIBS"
    1962619057cat >conftest.$ac_ext <<_ACEOF
     19058#line $LINENO "configure"
    1962719059/* confdefs.h.  */
    1962819060_ACEOF
     
    1964219074rm -f conftest.$ac_objext conftest$ac_exeext
    1964319075if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    19644   (eval $ac_link) 2>conftest.er1
     19076  (eval $ac_link) 2>&5
    1964519077  ac_status=$?
    19646   grep -v '^ *+' conftest.er1 >conftest.err
    19647   rm -f conftest.er1
    19648   cat conftest.err >&5
    1964919078  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1965019079  (exit $ac_status); } &&
    19651          { ac_try='test -z "$ac_c_werror_flag"
    19652                          || test ! -s conftest.err'
    19653   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    19654   (eval $ac_try) 2>&5
    19655   ac_status=$?
    19656   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19657   (exit $ac_status); }; } &&
    19658          { ac_try='test -s conftest$ac_exeext'
     19080         { ac_try='test -s conftest$ac_exeext'
    1965919081  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1966019082  (eval $ac_try) 2>&5
     
    1966919091ac_cv_lib_gslcblas_main=no
    1967019092fi
    19671 rm -f conftest.err conftest.$ac_objext \
    19672       conftest$ac_exeext conftest.$ac_ext
     19093rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1967319094LIBS=$ac_check_lib_save_LIBS
    1967419095fi
     
    1969719118LIBS="-lpslib  $LIBS"
    1969819119cat >conftest.$ac_ext <<_ACEOF
     19120#line $LINENO "configure"
    1969919121/* confdefs.h.  */
    1970019122_ACEOF
     
    1971419136rm -f conftest.$ac_objext conftest$ac_exeext
    1971519137if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    19716   (eval $ac_link) 2>conftest.er1
     19138  (eval $ac_link) 2>&5
    1971719139  ac_status=$?
    19718   grep -v '^ *+' conftest.er1 >conftest.err
    19719   rm -f conftest.er1
    19720   cat conftest.err >&5
    1972119140  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    1972219141  (exit $ac_status); } &&
    19723          { ac_try='test -z "$ac_c_werror_flag"
    19724                          || test ! -s conftest.err'
    19725   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    19726   (eval $ac_try) 2>&5
    19727   ac_status=$?
    19728   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    19729   (exit $ac_status); }; } &&
    19730          { ac_try='test -s conftest$ac_exeext'
     19142         { ac_try='test -s conftest$ac_exeext'
    1973119143  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    1973219144  (eval $ac_try) 2>&5
     
    1974119153ac_cv_lib_pslib_main=no
    1974219154fi
    19743 rm -f conftest.err conftest.$ac_objext \
    19744       conftest$ac_exeext conftest.$ac_ext
     19155rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    1974519156LIBS=$ac_check_lib_save_LIBS
    1974619157fi
     
    1979019201      # substitution turns \\\\ into \\, and sed turns \\ into \).
    1979119202      sed -n \
    19792         "s/'/'\\\\''/g;
    19793           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
     19203        "s/'/'\\\\''/g;
     19204          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
    1979419205      ;;
    1979519206    *)
    1979619207      # `set' quotes correctly as required by POSIX, so do not add quotes.
    1979719208      sed -n \
    19798         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
     19209        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
    1979919210      ;;
    1980019211    esac;
     
    1982619237# (actually we leave an empty line to preserve line numbers).
    1982719238if test "x$srcdir" = x.; then
    19828   ac_vpsub='/^[  ]*VPATH[        ]*=/{
     19239  ac_vpsub='/^[         ]*VPATH[        ]*=/{
    1982919240s/:*\$(srcdir):*/:/;
    1983019241s/:*\${srcdir}:*/:/;
    1983119242s/:*@srcdir@:*/:/;
    19832 s/^\([^=]*=[     ]*\):*/\1/;
     19243s/^\([^=]*=[    ]*\):*/\1/;
    1983319244s/:*$//;
    19834 s/^[^=]*=[       ]*$//;
     19245s/^[^=]*=[      ]*$//;
    1983519246}'
    1983619247fi
     
    1984319254  # 1. Remove the extension, and $U if already installed.
    1984419255  ac_i=`echo "$ac_i" |
    19845         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
     19256        sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
    1984619257  # 2. Add them.
    1984719258  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
     
    1990819319  set -o posix
    1990919320fi
    19910 DUALCASE=1; export DUALCASE # for MKS sh
    1991119321
    1991219322# Support unset when possible.
    19913 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
     19323if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
    1991419324  as_unset=unset
    1991519325else
     
    1993019340  LC_TELEPHONE LC_TIME
    1993119341do
    19932   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     19342  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
    1993319343    eval $as_var=C; export $as_var
    1993419344  else
     
    2010919519  as_mkdir_p=:
    2011019520else
    20111   test -d ./-p && rmdir ./-p
    2011219521  as_mkdir_p=false
    2011319522fi
     
    2011619525
    2011719526# Sed expression to map a string onto a valid CPP name.
    20118 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
     19527as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
    2011919528
    2012019529# Sed expression to map a string onto a valid variable name.
    20121 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
     19530as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
    2012219531
    2012319532
     
    2014619555
    2014719556This file was extended by $as_me, which was
    20148 generated by GNU Autoconf 2.59.  Invocation command line was
     19557generated by GNU Autoconf 2.57.  Invocation command line was
    2014919558
    2015019559  CONFIG_FILES    = $CONFIG_FILES
     
    2019019599      --recheck    update $as_me by reconfiguring in the same conditions
    2019119600  --file=FILE[:TEMPLATE]
    20192                    instantiate the configuration file FILE
     19601                   instantiate the configuration file FILE
    2019319602  --header=FILE[:TEMPLATE]
    20194                    instantiate the configuration header FILE
     19603                   instantiate the configuration header FILE
    2019519604
    2019619605Configuration files:
     
    2020919618ac_cs_version="\\
    2021019619config.status
    20211 configured by $0, generated by GNU Autoconf 2.59,
     19620configured by $0, generated by GNU Autoconf 2.57,
    2021219621  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
    2021319622
    20214 Copyright (C) 2003 Free Software Foundation, Inc.
     19623Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
     19624Free Software Foundation, Inc.
    2021519625This config.status script is free software; the Free Software Foundation
    2021619626gives unlimited permission to copy, distribute and modify it."
     
    2050319913  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
    2050419914      if test -z "$ac_sed_cmds"; then
    20505         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
     19915        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
    2050619916      else
    20507         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
     19917        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
    2050819918      fi
    2050919919      ac_sed_frag=`expr $ac_sed_frag + 1`
     
    2052319933  case $ac_file in
    2052419934  - | *:- | *:-:* ) # input from stdin
    20525         cat >$tmp/stdin
    20526         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    20527         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     19935        cat >$tmp/stdin
     19936        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
     19937        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    2052819938  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    20529         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     19939        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    2053019940  * )   ac_file_in=$ac_file.in ;;
    2053119941  esac
     
    2053419944  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
    2053519945$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    20536         X"$ac_file" : 'X\(//\)[^/]' \| \
    20537         X"$ac_file" : 'X\(//\)$' \| \
    20538         X"$ac_file" : 'X\(/\)' \| \
    20539         .     : '\(.\)' 2>/dev/null ||
     19946        X"$ac_file" : 'X\(//\)[^/]' \| \
     19947        X"$ac_file" : 'X\(//\)$' \| \
     19948        X"$ac_file" : 'X\(/\)' \| \
     19949        .     : '\(.\)' 2>/dev/null ||
    2054019950echo X"$ac_file" |
    2054119951    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    2055319963      as_dir=`(dirname "$as_dir") 2>/dev/null ||
    2055419964$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    20555         X"$as_dir" : 'X\(//\)[^/]' \| \
    20556         X"$as_dir" : 'X\(//\)$' \| \
    20557         X"$as_dir" : 'X\(/\)' \| \
    20558         .     : '\(.\)' 2>/dev/null ||
     19965        X"$as_dir" : 'X\(//\)[^/]' \| \
     19966        X"$as_dir" : 'X\(//\)$' \| \
     19967        X"$as_dir" : 'X\(/\)' \| \
     19968        .     : '\(.\)' 2>/dev/null ||
    2055919969echo X"$as_dir" |
    2056019970    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    2059420004    ac_top_srcdir=$ac_top_builddir$srcdir ;;
    2059520005esac
    20596 
    20597 # Do not use `cd foo && pwd` to compute absolute paths, because
    20598 # the directories may not exist.
    20599 case `pwd` in
    20600 .) ac_abs_builddir="$ac_dir";;
    20601 *)
    20602   case "$ac_dir" in
    20603   .) ac_abs_builddir=`pwd`;;
    20604   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    20605   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    20606   esac;;
    20607 esac
    20608 case $ac_abs_builddir in
    20609 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    20610 *)
    20611   case ${ac_top_builddir}. in
    20612   .) ac_abs_top_builddir=$ac_abs_builddir;;
    20613   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    20614   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    20615   esac;;
    20616 esac
    20617 case $ac_abs_builddir in
    20618 .) ac_abs_srcdir=$ac_srcdir;;
    20619 *)
    20620   case $ac_srcdir in
    20621   .) ac_abs_srcdir=$ac_abs_builddir;;
    20622   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    20623   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    20624   esac;;
    20625 esac
    20626 case $ac_abs_builddir in
    20627 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    20628 *)
    20629   case $ac_top_srcdir in
    20630   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    20631   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    20632   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    20633   esac;;
    20634 esac
     20006# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
     20007# absolute.
     20008ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
     20009ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
     20010ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
     20011ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
    2063520012
    2063620013
     
    2065420031  fi
    2065520032  configure_input=$configure_input"Generated from `echo $ac_file_in |
    20656                                      sed 's,.*/,,'` by configure."
     20033                                     sed 's,.*/,,'` by configure."
    2065720034
    2065820035  # First look for the input files in the build tree, otherwise in the
     
    2066320040      -) echo $tmp/stdin ;;
    2066420041      [\\/$]*)
    20665         # Absolute (can't be DOS-style, as IFS=:)
    20666         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     20042        # Absolute (can't be DOS-style, as IFS=:)
     20043        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    2066720044echo "$as_me: error: cannot find input file: $f" >&2;}
    2066820045   { (exit 1); exit 1; }; }
    20669          echo "$f";;
     20046         echo $f;;
    2067020047      *) # Relative
    20671         if test -f "$f"; then
    20672            # Build tree
    20673            echo "$f"
    20674         elif test -f "$srcdir/$f"; then
    20675            # Source tree
    20676            echo "$srcdir/$f"
    20677         else
    20678            # /dev/null tree
    20679            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     20048        if test -f "$f"; then
     20049           # Build tree
     20050           echo $f
     20051        elif test -f "$srcdir/$f"; then
     20052           # Source tree
     20053           echo $srcdir/$f
     20054        else
     20055           # /dev/null tree
     20056           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    2068020057echo "$as_me: error: cannot find input file: $f" >&2;}
    2068120058   { (exit 1); exit 1; }; }
    20682         fi;;
     20059        fi;;
    2068320060      esac
    2068420061    done` || { (exit 1); exit 1; }
     
    2072220099#
    2072320100# ac_d sets the value in "#define NAME VALUE" lines.
    20724 ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
    20725 ac_dB='[         ].*$,\1#\2'
     20101ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
     20102ac_dB='[        ].*$,\1#\2'
    2072620103ac_dC=' '
    2072720104ac_dD=',;t'
    2072820105# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
    20729 ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
     20106ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
    2073020107ac_uB='$,\1#\2define\3'
    2073120108ac_uC=' '
     
    2073620113  case $ac_file in
    2073720114  - | *:- | *:-:* ) # input from stdin
    20738         cat >$tmp/stdin
    20739         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    20740         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     20115        cat >$tmp/stdin
     20116        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
     20117        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    2074120118  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
    20742         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
     20119        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
    2074320120  * )   ac_file_in=$ac_file.in ;;
    2074420121  esac
     
    2075420131      -) echo $tmp/stdin ;;
    2075520132      [\\/$]*)
    20756         # Absolute (can't be DOS-style, as IFS=:)
    20757         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     20133        # Absolute (can't be DOS-style, as IFS=:)
     20134        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    2075820135echo "$as_me: error: cannot find input file: $f" >&2;}
    2075920136   { (exit 1); exit 1; }; }
    20760          # Do quote $f, to prevent DOS paths from being IFS'd.
    20761          echo "$f";;
     20137         echo $f;;
    2076220138      *) # Relative
    20763         if test -f "$f"; then
    20764            # Build tree
    20765            echo "$f"
    20766         elif test -f "$srcdir/$f"; then
    20767            # Source tree
    20768            echo "$srcdir/$f"
    20769         else
    20770            # /dev/null tree
    20771            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
     20139        if test -f "$f"; then
     20140           # Build tree
     20141           echo $f
     20142        elif test -f "$srcdir/$f"; then
     20143           # Source tree
     20144           echo $srcdir/$f
     20145        else
     20146           # /dev/null tree
     20147           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
    2077220148echo "$as_me: error: cannot find input file: $f" >&2;}
    2077320149   { (exit 1); exit 1; }; }
    20774         fi;;
     20150        fi;;
    2077520151      esac
    2077620152    done` || { (exit 1); exit 1; }
    2077720153  # Remove the trailing spaces.
    20778   sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
     20154  sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
    2077920155
    2078020156_ACEOF
     
    2079920175t clear
    2080020176: clear
    20801 s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
     20177s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
    2080220178t end
    20803 s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
     20179s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
    2080420180: end
    2080520181_ACEOF
     
    2081520191# on some systems where configure will not decide to define it.
    2081620192cat >>conftest.undefs <<\_ACEOF
    20817 s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
     20193s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
    2081820194_ACEOF
    2081920195
     
    2082120197# of here documents, and old seds have small limits too (100 cmds).
    2082220198echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
    20823 echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
     20199echo '  if grep "^[     ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
    2082420200echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
    2082520201echo '  :' >>$CONFIG_STATUS
     
    2083020206  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
    2083120207  # Speed up: don't consider the non `#define' lines.
    20832   echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
     20208  echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS
    2083320209  # Work around the forget-to-reset-the-flag bug.
    2083420210  echo 't clr' >>$CONFIG_STATUS
     
    2085720233  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
    2085820234  # Speed up: don't consider the non `#undef'
    20859   echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
     20235  echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS
    2086020236  # Work around the forget-to-reset-the-flag bug.
    2086120237  echo 't clr' >>$CONFIG_STATUS
     
    2089120267      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
    2089220268$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    20893         X"$ac_file" : 'X\(//\)[^/]' \| \
    20894         X"$ac_file" : 'X\(//\)$' \| \
    20895         X"$ac_file" : 'X\(/\)' \| \
    20896         .     : '\(.\)' 2>/dev/null ||
     20269        X"$ac_file" : 'X\(//\)[^/]' \| \
     20270        X"$ac_file" : 'X\(//\)$' \| \
     20271        X"$ac_file" : 'X\(/\)' \| \
     20272        .     : '\(.\)' 2>/dev/null ||
    2089720273echo X"$ac_file" |
    2089820274    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    2091020286      as_dir=`(dirname "$as_dir") 2>/dev/null ||
    2091120287$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    20912         X"$as_dir" : 'X\(//\)[^/]' \| \
    20913         X"$as_dir" : 'X\(//\)$' \| \
    20914         X"$as_dir" : 'X\(/\)' \| \
    20915         .     : '\(.\)' 2>/dev/null ||
     20288        X"$as_dir" : 'X\(//\)[^/]' \| \
     20289        X"$as_dir" : 'X\(//\)$' \| \
     20290        X"$as_dir" : 'X\(/\)' \| \
     20291        .     : '\(.\)' 2>/dev/null ||
    2091620292echo X"$as_dir" |
    2091720293    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    2094520321echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
    2094620322$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    20947         X$ac_file : 'X\(//\)[^/]' \| \
    20948         X$ac_file : 'X\(//\)$' \| \
    20949         X$ac_file : 'X\(/\)' \| \
    20950         .     : '\(.\)' 2>/dev/null ||
     20323        X$ac_file : 'X\(//\)[^/]' \| \
     20324        X$ac_file : 'X\(//\)$' \| \
     20325        X$ac_file : 'X\(/\)' \| \
     20326        .     : '\(.\)' 2>/dev/null ||
    2095120327echo X$ac_file |
    2095220328    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    2096720343  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
    2096820344$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    20969         X"$ac_dest" : 'X\(//\)[^/]' \| \
    20970         X"$ac_dest" : 'X\(//\)$' \| \
    20971         X"$ac_dest" : 'X\(/\)' \| \
    20972         .     : '\(.\)' 2>/dev/null ||
     20345        X"$ac_dest" : 'X\(//\)[^/]' \| \
     20346        X"$ac_dest" : 'X\(//\)$' \| \
     20347        X"$ac_dest" : 'X\(/\)' \| \
     20348        .     : '\(.\)' 2>/dev/null ||
    2097320349echo X"$ac_dest" |
    2097420350    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    2097720353          /^X\(\/\).*/{ s//\1/; q; }
    2097820354          s/.*/./; q'`
    20979   { if $as_mkdir_p; then
    20980     mkdir -p "$ac_dir"
    20981   else
    20982     as_dir="$ac_dir"
    20983     as_dirs=
    20984     while test ! -d "$as_dir"; do
    20985       as_dirs="$as_dir $as_dirs"
    20986       as_dir=`(dirname "$as_dir") 2>/dev/null ||
    20987 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    20988          X"$as_dir" : 'X\(//\)[^/]' \| \
    20989          X"$as_dir" : 'X\(//\)$' \| \
    20990          X"$as_dir" : 'X\(/\)' \| \
    20991          .     : '\(.\)' 2>/dev/null ||
    20992 echo X"$as_dir" |
    20993     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    20994           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
    20995           /^X\(\/\/\)$/{ s//\1/; q; }
    20996           /^X\(\/\).*/{ s//\1/; q; }
    20997           s/.*/./; q'`
    20998     done
    20999     test ! -n "$as_dirs" || mkdir $as_dirs
    21000   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
    21001 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
    21002    { (exit 1); exit 1; }; }; }
    21003 
    2100420355  ac_builddir=.
    2100520356
     
    2102720378    ac_top_srcdir=$ac_top_builddir$srcdir ;;
    2102820379esac
    21029 
    21030 # Do not use `cd foo && pwd` to compute absolute paths, because
    21031 # the directories may not exist.
    21032 case `pwd` in
    21033 .) ac_abs_builddir="$ac_dir";;
    21034 *)
    21035   case "$ac_dir" in
    21036   .) ac_abs_builddir=`pwd`;;
    21037   [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
    21038   *) ac_abs_builddir=`pwd`/"$ac_dir";;
    21039   esac;;
    21040 esac
    21041 case $ac_abs_builddir in
    21042 .) ac_abs_top_builddir=${ac_top_builddir}.;;
    21043 *)
    21044   case ${ac_top_builddir}. in
    21045   .) ac_abs_top_builddir=$ac_abs_builddir;;
    21046   [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
    21047   *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
    21048   esac;;
    21049 esac
    21050 case $ac_abs_builddir in
    21051 .) ac_abs_srcdir=$ac_srcdir;;
    21052 *)
    21053   case $ac_srcdir in
    21054   .) ac_abs_srcdir=$ac_abs_builddir;;
    21055   [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
    21056   *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
    21057   esac;;
    21058 esac
    21059 case $ac_abs_builddir in
    21060 .) ac_abs_top_srcdir=$ac_top_srcdir;;
    21061 *)
    21062   case $ac_top_srcdir in
    21063   .) ac_abs_top_srcdir=$ac_abs_builddir;;
    21064   [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
    21065   *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
    21066   esac;;
    21067 esac
     20380# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
     20381# absolute.
     20382ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
     20383ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
     20384ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
     20385ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
    2106820386
    2106920387
     
    2108320401    dirpart=`(dirname "$mf") 2>/dev/null ||
    2108420402$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    21085         X"$mf" : 'X\(//\)[^/]' \| \
    21086         X"$mf" : 'X\(//\)$' \| \
    21087         X"$mf" : 'X\(/\)' \| \
    21088         .     : '\(.\)' 2>/dev/null ||
     20403        X"$mf" : 'X\(//\)[^/]' \| \
     20404        X"$mf" : 'X\(//\)$' \| \
     20405        X"$mf" : 'X\(/\)' \| \
     20406        .     : '\(.\)' 2>/dev/null ||
    2108920407echo X"$mf" |
    2109020408    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    2112220440    fdir=`(dirname "$file") 2>/dev/null ||
    2112320441$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    21124         X"$file" : 'X\(//\)[^/]' \| \
    21125         X"$file" : 'X\(//\)$' \| \
    21126         X"$file" : 'X\(/\)' \| \
    21127         .     : '\(.\)' 2>/dev/null ||
     20442        X"$file" : 'X\(//\)[^/]' \| \
     20443        X"$file" : 'X\(//\)$' \| \
     20444        X"$file" : 'X\(/\)' \| \
     20445        .     : '\(.\)' 2>/dev/null ||
    2112820446echo X"$file" |
    2112920447    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
     
    2114120459      as_dir=`(dirname "$as_dir") 2>/dev/null ||
    2114220460$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    21143         X"$as_dir" : 'X\(//\)[^/]' \| \
    21144         X"$as_dir" : 'X\(//\)$' \| \
    21145         X"$as_dir" : 'X\(/\)' \| \
    21146         .     : '\(.\)' 2>/dev/null ||
     20461        X"$as_dir" : 'X\(//\)[^/]' \| \
     20462        X"$as_dir" : 'X\(//\)$' \| \
     20463        X"$as_dir" : 'X\(/\)' \| \
     20464        .     : '\(.\)' 2>/dev/null ||
    2114720465echo X"$as_dir" |
    2114820466    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
Note: See TracChangeset for help on using the changeset viewer.