/[svn]/linuxsampler/trunk/configure
ViewVC logotype

Diff of /linuxsampler/trunk/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11 by schoenebeck, Wed Nov 5 14:47:10 2003 UTC revision 12 by schoenebeck, Sun Nov 16 19:01:50 2003 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
3  # Generated by GNU Autoconf 2.57.  # Generated by GNU Autoconf 2.58.
4  #  #
5  # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  # Copyright (C) 2003 Free Software Foundation, Inc.
 # Free Software Foundation, Inc.  
6  # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
7  # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
8  ## --------------------- ##  ## --------------------- ##
# Line 20  if test -n "${ZSH_VERSION+set}" && (emul Line 19  if test -n "${ZSH_VERSION+set}" && (emul
19  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20    set -o posix    set -o posix
21  fi  fi
22    DUALCASE=1; export DUALCASE # for MKS sh
23    
24  # Support unset when possible.  # Support unset when possible.
25  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26    as_unset=unset    as_unset=unset
27  else  else
28    as_unset=false    as_unset=false
# Line 41  for as_var in \ Line 41  for as_var in \
41    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42    LC_TELEPHONE LC_TIME    LC_TELEPHONE LC_TIME
43  do  do
44    if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45      eval $as_var=C; export $as_var      eval $as_var=C; export $as_var
46    else    else
47      $as_unset $as_var      $as_unset $as_var
# Line 218  rm -f conf$$ conf$$.exe conf$$.file Line 218  rm -f conf$$ conf$$.exe conf$$.file
218  if mkdir -p . 2>/dev/null; then  if mkdir -p . 2>/dev/null; then
219    as_mkdir_p=:    as_mkdir_p=:
220  else  else
221      test -d ./-p && rmdir ./-p
222    as_mkdir_p=false    as_mkdir_p=false
223  fi  fi
224    
225  as_executable_p="test -f"  as_executable_p="test -f"
226    
227  # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
228  as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
229    
230  # Sed expression to map a string onto a valid variable name.  # Sed expression to map a string onto a valid variable name.
231  as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
232    
233    
234  # IFS  # IFS
# Line 462  ac_includes_default="\ Line 463  ac_includes_default="\
463  # include <unistd.h>  # include <unistd.h>
464  #endif"  #endif"
465    
466  ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE CC CFLAGS ac_ct_CC CCDEPMODE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBOBJS LTLIBOBJS'  ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBOBJS LTLIBOBJS'
467  ac_subst_files=''  ac_subst_files=''
468    
469  # Initialize some variables set by options.  # Initialize some variables set by options.
# Line 821  done Line 822  done
822    
823  # Be sure to have absolute paths.  # Be sure to have absolute paths.
824  for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \  for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
825                localstatedir libdir includedir oldincludedir infodir mandir                localstatedir libdir includedir oldincludedir infodir mandir
826  do  do
827    eval ac_val=$`echo $ac_var`    eval ac_val=$`echo $ac_var`
828    case $ac_val in    case $ac_val in
# Line 861  if test -z "$srcdir"; then Line 862  if test -z "$srcdir"; then
862    # Try the directory containing this script, then its parent.    # Try the directory containing this script, then its parent.
863    ac_confdir=`(dirname "$0") 2>/dev/null ||    ac_confdir=`(dirname "$0") 2>/dev/null ||
864  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
865           X"$0" : 'X\(//\)[^/]' \| \           X"$0" : 'X\(//\)[^/]' \| \
866           X"$0" : 'X\(//\)$' \| \           X"$0" : 'X\(//\)$' \| \
867           X"$0" : 'X\(/\)' \| \           X"$0" : 'X\(/\)' \| \
868           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
869  echo X"$0" |  echo X"$0" |
870      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
871            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 903  ac_env_target_alias_set=${target_alias+s Line 904  ac_env_target_alias_set=${target_alias+s
904  ac_env_target_alias_value=$target_alias  ac_env_target_alias_value=$target_alias
905  ac_cv_env_target_alias_set=${target_alias+set}  ac_cv_env_target_alias_set=${target_alias+set}
906  ac_cv_env_target_alias_value=$target_alias  ac_cv_env_target_alias_value=$target_alias
 ac_env_CXX_set=${CXX+set}  
 ac_env_CXX_value=$CXX  
 ac_cv_env_CXX_set=${CXX+set}  
 ac_cv_env_CXX_value=$CXX  
 ac_env_CXXFLAGS_set=${CXXFLAGS+set}  
 ac_env_CXXFLAGS_value=$CXXFLAGS  
 ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}  
 ac_cv_env_CXXFLAGS_value=$CXXFLAGS  
 ac_env_LDFLAGS_set=${LDFLAGS+set}  
 ac_env_LDFLAGS_value=$LDFLAGS  
 ac_cv_env_LDFLAGS_set=${LDFLAGS+set}  
 ac_cv_env_LDFLAGS_value=$LDFLAGS  
 ac_env_CPPFLAGS_set=${CPPFLAGS+set}  
 ac_env_CPPFLAGS_value=$CPPFLAGS  
 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}  
 ac_cv_env_CPPFLAGS_value=$CPPFLAGS  
907  ac_env_CC_set=${CC+set}  ac_env_CC_set=${CC+set}
908  ac_env_CC_value=$CC  ac_env_CC_value=$CC
909  ac_cv_env_CC_set=${CC+set}  ac_cv_env_CC_set=${CC+set}
# Line 927  ac_env_CFLAGS_set=${CFLAGS+set} Line 912  ac_env_CFLAGS_set=${CFLAGS+set}
912  ac_env_CFLAGS_value=$CFLAGS  ac_env_CFLAGS_value=$CFLAGS
913  ac_cv_env_CFLAGS_set=${CFLAGS+set}  ac_cv_env_CFLAGS_set=${CFLAGS+set}
914  ac_cv_env_CFLAGS_value=$CFLAGS  ac_cv_env_CFLAGS_value=$CFLAGS
915    ac_env_LDFLAGS_set=${LDFLAGS+set}
916    ac_env_LDFLAGS_value=$LDFLAGS
917    ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
918    ac_cv_env_LDFLAGS_value=$LDFLAGS
919    ac_env_CPPFLAGS_set=${CPPFLAGS+set}
920    ac_env_CPPFLAGS_value=$CPPFLAGS
921    ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
922    ac_cv_env_CPPFLAGS_value=$CPPFLAGS
923    ac_env_CXX_set=${CXX+set}
924    ac_env_CXX_value=$CXX
925    ac_cv_env_CXX_set=${CXX+set}
926    ac_cv_env_CXX_value=$CXX
927    ac_env_CXXFLAGS_set=${CXXFLAGS+set}
928    ac_env_CXXFLAGS_value=$CXXFLAGS
929    ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
930    ac_cv_env_CXXFLAGS_value=$CXXFLAGS
931  ac_env_CPP_set=${CPP+set}  ac_env_CPP_set=${CPP+set}
932  ac_env_CPP_value=$CPP  ac_env_CPP_value=$CPP
933  ac_cv_env_CPP_set=${CPP+set}  ac_cv_env_CPP_set=${CPP+set}
# Line 976  _ACEOF Line 977  _ACEOF
977    cat <<_ACEOF    cat <<_ACEOF
978  Installation directories:  Installation directories:
979    --prefix=PREFIX         install architecture-independent files in PREFIX    --prefix=PREFIX         install architecture-independent files in PREFIX
980                            [$ac_default_prefix]                            [$ac_default_prefix]
981    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
982                            [PREFIX]                            [PREFIX]
983    
984  By default, \`make install' will install all the files in  By default, \`make install' will install all the files in
985  \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify  \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
# Line 1043  Optional Packages: Line 1044  Optional Packages:
1044                            include additional configurations [automatic]                            include additional configurations [automatic]
1045    
1046  Some influential environment variables:  Some influential environment variables:
1047    CXX         C++ compiler command    CC          C compiler command
1048    CXXFLAGS    C++ compiler flags    CFLAGS      C compiler flags
1049    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1050                nonstandard directory <lib dir>                nonstandard directory <lib dir>
1051    CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have    CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
1052                headers in a nonstandard directory <include dir>                headers in a nonstandard directory <include dir>
1053    CC          C compiler command    CXX         C++ compiler command
1054    CFLAGS      C compiler flags    CXXFLAGS    C++ compiler flags
1055    CPP         C preprocessor    CPP         C preprocessor
1056    CXXCPP      C++ preprocessor    CXXCPP      C++ preprocessor
1057    F77         Fortran 77 compiler command    F77         Fortran 77 compiler command
# Line 1092  case $srcdir in Line 1093  case $srcdir in
1093      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1094      ac_top_srcdir=$ac_top_builddir$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
1095  esac  esac
1096  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  case "$ac_dir" in
1097  # absolute.  .) ac_abs_builddir=$ac_builddir;;
1098  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  *)
1099  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`    case $ac_builddir in
1100  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`    .) ac_abs_builddir="$ac_dir";;
1101  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`    [\\/]* | ?:[\\/]* ) ac_abs_builddir=$ac_builddir;;
1102      *) ac_abs_builddir="$ac_dir"/$ac_builddir;;
1103      esac;;
1104    esac
1105    case "$ac_dir" in
1106    .) ac_abs_top_builddir=${ac_top_builddir}.;;
1107    *)
1108      case ${ac_top_builddir}. in
1109      .) ac_abs_top_builddir="$ac_dir";;
1110      [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1111      *) ac_abs_top_builddir="$ac_dir"/${ac_top_builddir}.;;
1112      esac;;
1113    esac
1114    case "$ac_dir" in
1115    .) ac_abs_srcdir=$ac_srcdir;;
1116    *)
1117      case $ac_srcdir in
1118      .) ac_abs_srcdir="$ac_dir";;
1119      [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1120      *) ac_abs_srcdir="$ac_dir"/$ac_srcdir;;
1121      esac;;
1122    esac
1123    case "$ac_dir" in
1124    .) ac_abs_top_srcdir=$ac_top_srcdir;;
1125    *)
1126      case $ac_top_srcdir in
1127      .) ac_abs_top_srcdir="$ac_dir";;
1128      [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1129      *) ac_abs_top_srcdir="$ac_dir"/$ac_top_srcdir;;
1130      esac;;
1131    esac
1132    
1133      cd $ac_dir      cd $ac_dir
1134      # Check for guested configure; otherwise get Cygnus style configure.      # Check for guested configure; otherwise get Cygnus style configure.
# Line 1108  ac_abs_top_srcdir=`cd "$ac_dir" && cd $a Line 1139  ac_abs_top_srcdir=`cd "$ac_dir" && cd $a
1139        echo        echo
1140        $SHELL $ac_srcdir/configure  --help=recursive        $SHELL $ac_srcdir/configure  --help=recursive
1141      elif test -f $ac_srcdir/configure.ac ||      elif test -f $ac_srcdir/configure.ac ||
1142             test -f $ac_srcdir/configure.in; then             test -f $ac_srcdir/configure.in; then
1143        echo        echo
1144        $ac_configure --help        $ac_configure --help
1145      else      else
# Line 1122  test -n "$ac_init_help" && exit 0 Line 1153  test -n "$ac_init_help" && exit 0
1153  if $ac_init_version; then  if $ac_init_version; then
1154    cat <<\_ACEOF    cat <<\_ACEOF
1155    
1156  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  Copyright (C) 2003 Free Software Foundation, Inc.
 Free Software Foundation, Inc.  
1157  This configure script is free software; the Free Software Foundation  This configure script is free software; the Free Software Foundation
1158  gives unlimited permission to copy, distribute and modify it.  gives unlimited permission to copy, distribute and modify it.
1159  _ACEOF  _ACEOF
# Line 1135  This file contains any messages produced Line 1165  This file contains any messages produced
1165  running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
1166    
1167  It was created by $as_me, which was  It was created by $as_me, which was
1168  generated by GNU Autoconf 2.57.  Invocation command line was  generated by GNU Autoconf 2.58.  Invocation command line was
1169    
1170    $ $0 $@    $ $0 $@
1171    
# Line 1212  do Line 1242  do
1242      2)      2)
1243        ac_configure_args1="$ac_configure_args1 '$ac_arg'"        ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1244        if test $ac_must_keep_next = true; then        if test $ac_must_keep_next = true; then
1245          ac_must_keep_next=false # Got value, back to normal.          ac_must_keep_next=false # Got value, back to normal.
1246        else        else
1247          case $ac_arg in          case $ac_arg in
1248            *=* | --config-cache | -C | -disable-* | --disable-* \            *=* | --config-cache | -C | -disable-* | --disable-* \
1249            | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \            | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1250            | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \            | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1251            | -with-* | --with-* | -without-* | --without-* | --x)            | -with-* | --with-* | -without-* | --without-* | --x)
1252              case "$ac_configure_args0 " in              case "$ac_configure_args0 " in
1253                "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;                "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1254              esac              esac
1255              ;;              ;;
1256            -* ) ac_must_keep_next=true ;;            -* ) ac_must_keep_next=true ;;
1257          esac          esac
1258        fi        fi
1259        ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"        ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1260        # Get rid of the leading space.        # Get rid of the leading space.
# Line 1258  _ASBOX Line 1288  _ASBOX
1288      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1289      *ac_space=\ *)      *ac_space=\ *)
1290        sed -n \        sed -n \
1291          "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;          "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1292            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1293        ;;        ;;
1294      *)      *)
1295        sed -n \        sed -n \
1296          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1297        ;;        ;;
1298      esac;      esac;
1299  }  }
# Line 1292  _ASBOX Line 1322  _ASBOX
1322        for ac_var in $ac_subst_files        for ac_var in $ac_subst_files
1323        do        do
1324          eval ac_val=$`echo $ac_var`          eval ac_val=$`echo $ac_var`
1325          echo "$ac_var='"'"'$ac_val'"'"'"          echo "$ac_var='"'"'$ac_val'"'"'"
1326        done | sort        done | sort
1327        echo        echo
1328      fi      fi
# Line 1391  fi Line 1421  fi
1421  # value.  # value.
1422  ac_cache_corrupted=false  ac_cache_corrupted=false
1423  for ac_var in `(set) 2>&1 |  for ac_var in `(set) 2>&1 |
1424                 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do                 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1425    eval ac_old_set=\$ac_cv_env_${ac_var}_set    eval ac_old_set=\$ac_cv_env_${ac_var}_set
1426    eval ac_new_set=\$ac_env_${ac_var}_set    eval ac_new_set=\$ac_env_${ac_var}_set
1427    eval ac_old_val="\$ac_cv_env_${ac_var}_value"    eval ac_old_val="\$ac_cv_env_${ac_var}_value"
# Line 1408  echo "$as_me: error: \`$ac_var' was not Line 1438  echo "$as_me: error: \`$ac_var' was not
1438      ,);;      ,);;
1439      *)      *)
1440        if test "x$ac_old_val" != "x$ac_new_val"; then        if test "x$ac_old_val" != "x$ac_new_val"; then
1441          { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5          { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1442  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}  echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1443          { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5          { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1444  echo "$as_me:   former value:  $ac_old_val" >&2;}  echo "$as_me:   former value:  $ac_old_val" >&2;}
1445          { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5          { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1446  echo "$as_me:   current value: $ac_new_val" >&2;}  echo "$as_me:   current value: $ac_new_val" >&2;}
1447          ac_cache_corrupted=:          ac_cache_corrupted=:
1448        fi;;        fi;;
1449    esac    esac
1450    # Pass precious variables to config.status.    # Pass precious variables to config.status.
# Line 1462  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 1492  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1492    
1493    
1494    
1495    ac_ext=c
1496  ac_aux_dir=  ac_cpp='$CPP $CPPFLAGS'
1497  for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1498    if test -f $ac_dir/install-sh; then  ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1499      ac_aux_dir=$ac_dir  ac_compiler_gnu=$ac_cv_c_compiler_gnu
1500      ac_install_sh="$ac_aux_dir/install-sh -c"  if test -n "$ac_tool_prefix"; then
1501      break    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1502    elif test -f $ac_dir/install.sh; then  set dummy ${ac_tool_prefix}gcc; ac_word=$2
1503      ac_aux_dir=$ac_dir  echo "$as_me:$LINENO: checking for $ac_word" >&5
1504      ac_install_sh="$ac_aux_dir/install.sh -c"  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1505      break  if test "${ac_cv_prog_CC+set}" = set; then
   elif test -f $ac_dir/shtool; then  
     ac_aux_dir=$ac_dir  
     ac_install_sh="$ac_aux_dir/shtool install -c"  
     break  
   fi  
 done  
 if test -z "$ac_aux_dir"; then  
   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5  
 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}  
    { (exit 1); exit 1; }; }  
 fi  
 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  
 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  
 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.  
   
 # Make sure we can run config.sub.  
 $ac_config_sub sun4 >/dev/null 2>&1 ||  
   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5  
 echo "$as_me: error: cannot run $ac_config_sub" >&2;}  
    { (exit 1); exit 1; }; }  
   
 echo "$as_me:$LINENO: checking build system type" >&5  
 echo $ECHO_N "checking build system type... $ECHO_C" >&6  
 if test "${ac_cv_build+set}" = set; then  
   echo $ECHO_N "(cached) $ECHO_C" >&6  
 else  
   ac_cv_build_alias=$build_alias  
 test -z "$ac_cv_build_alias" &&  
   ac_cv_build_alias=`$ac_config_guess`  
 test -z "$ac_cv_build_alias" &&  
   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5  
 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}  
    { (exit 1); exit 1; }; }  
 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||  
   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5  
 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}  
    { (exit 1); exit 1; }; }  
   
 fi  
 echo "$as_me:$LINENO: result: $ac_cv_build" >&5  
 echo "${ECHO_T}$ac_cv_build" >&6  
 build=$ac_cv_build  
 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`  
 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`  
 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`  
   
   
 echo "$as_me:$LINENO: checking host system type" >&5  
 echo $ECHO_N "checking host system type... $ECHO_C" >&6  
 if test "${ac_cv_host+set}" = set; then  
   echo $ECHO_N "(cached) $ECHO_C" >&6  
 else  
   ac_cv_host_alias=$host_alias  
 test -z "$ac_cv_host_alias" &&  
   ac_cv_host_alias=$ac_cv_build_alias  
 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||  
   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5  
 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}  
    { (exit 1); exit 1; }; }  
   
 fi  
 echo "$as_me:$LINENO: result: $ac_cv_host" >&5  
 echo "${ECHO_T}$ac_cv_host" >&6  
 host=$ac_cv_host  
 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`  
 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`  
 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`  
   
   
 echo "$as_me:$LINENO: checking target system type" >&5  
 echo $ECHO_N "checking target system type... $ECHO_C" >&6  
 if test "${ac_cv_target+set}" = set; then  
1506    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1507  else  else
1508    ac_cv_target_alias=$target_alias    if test -n "$CC"; then
1509  test "x$ac_cv_target_alias" = "x" &&    ac_cv_prog_CC="$CC" # Let the user override the test.
   ac_cv_target_alias=$ac_cv_host_alias  
 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||  
   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5  
 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}  
    { (exit 1); exit 1; }; }  
   
 fi  
 echo "$as_me:$LINENO: result: $ac_cv_target" >&5  
 echo "${ECHO_T}$ac_cv_target" >&6  
 target=$ac_cv_target  
 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`  
 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`  
 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`  
   
   
 # The aliases save the names the user supplied, while $host etc.  
 # will get canonicalized.  
 test -n "$target_alias" &&  
   test "$program_prefix$program_suffix$program_transform_name" = \  
     NONENONEs,x,x, &&  
   program_prefix=${target_alias}-  
   
 echo -n "Checking whether x86 architecture... "  
 def_arch_x86=0  
 case $target_cpu in  
   "i386" | "i486" | "i586" | "i686" | "i786")  
     echo "yes"  
     def_arch_x86=1;;  
   *)  
     echo "no";;  
 esac  
   
 cat >>confdefs.h <<_ACEOF  
 #define ARCH_X86 $def_arch_x86  
 _ACEOF  
   
   
 # Add the stamp file to the list of files AC keeps track of,  
 # along with our hook.  
           ac_config_headers="$ac_config_headers config.h"  
   
   
   
 am__api_version="1.6"  
 # Find a good install program.  We prefer a C program (faster),  
 # so one script is as good as another.  But avoid the broken or  
 # incompatible versions:  
 # SysV /etc/install, /usr/sbin/install  
 # SunOS /usr/etc/install  
 # IRIX /sbin/install  
 # AIX /bin/install  
 # AmigaOS /C/install, which installs bootblocks on floppy discs  
 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag  
 # AFS /usr/afsws/bin/install, which mishandles nonexistent args  
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  
 # ./install, which can be erroneously created by make from ./install.sh.  
 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5  
 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6  
 if test -z "$INSTALL"; then  
 if test "${ac_cv_path_install+set}" = set; then  
   echo $ECHO_N "(cached) $ECHO_C" >&6  
1510  else  else
1511    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1512  for as_dir in $PATH  for as_dir in $PATH
1513  do  do
1514    IFS=$as_save_IFS    IFS=$as_save_IFS
1515    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
1516    # Account for people who put trailing slashes in PATH elements.    for ac_exec_ext in '' $ac_executable_extensions; do
1517  case $as_dir/ in    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1518    ./ | .// | /cC/* | \      ac_cv_prog_CC="${ac_tool_prefix}gcc"
1519    /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1520    /usr/ucb/* ) ;;      break 2
1521    *)    fi
1522      # OSF1 and SCO ODT 3.0 have their own names for install.  done
     # Don't use installbsd from OSF since it installs stuff as root  
     # by default.  
     for ac_prog in ginstall scoinst install; do  
       for ac_exec_ext in '' $ac_executable_extensions; do  
         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then  
           if test $ac_prog = install &&  
             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then  
             # AIX install.  It has an incompatible calling convention.  
             :  
           elif test $ac_prog = install &&  
             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then  
             # program-specific install script used by HP pwplus--don't use.  
             :  
           else  
             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"  
             break 3  
           fi  
         fi  
       done  
     done  
     ;;  
 esac  
1523  done  done
   
1524    
1525  fi  fi
   if test "${ac_cv_path_install+set}" = set; then  
     INSTALL=$ac_cv_path_install  
   else  
     # As a last resort, use the slow shell script.  We don't cache a  
     # path for INSTALL within a source directory, because that will  
     # break other packages using the cache if that directory is  
     # removed, or if the path is relative.  
     INSTALL=$ac_install_sh  
   fi  
1526  fi  fi
1527  echo "$as_me:$LINENO: result: $INSTALL" >&5  CC=$ac_cv_prog_CC
1528  echo "${ECHO_T}$INSTALL" >&6  if test -n "$CC"; then
1529      echo "$as_me:$LINENO: result: $CC" >&5
1530  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.  echo "${ECHO_T}$CC" >&6
 # It thinks the first close brace ends the variable substitution.  
 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'  
   
 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'  
   
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  
   
 echo "$as_me:$LINENO: checking whether build environment is sane" >&5  
 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6  
 # Just in case  
 sleep 1  
 echo timestamp > conftest.file  
 # Do `set' in a subshell so we don't clobber the current shell's  
 # arguments.  Must try -L first in case configure is actually a  
 # symlink; some systems play weird games with the mod time of symlinks  
 # (eg FreeBSD returns the mod time of the symlink's containing  
 # directory).  
 if (  
    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`  
    if test "$*" = "X"; then  
       # -L didn't work.  
       set X `ls -t $srcdir/configure conftest.file`  
    fi  
    rm -f conftest.file  
    if test "$*" != "X $srcdir/configure conftest.file" \  
       && test "$*" != "X conftest.file $srcdir/configure"; then  
   
       # If neither matched, then we have a broken ls.  This can happen  
       # if, for instance, CONFIG_SHELL is bash and it inherits a  
       # broken ls alias from the environment.  This has actually  
       # happened.  Such a system could not be considered "sane".  
       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken  
 alias in your environment" >&5  
 echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken  
 alias in your environment" >&2;}  
    { (exit 1); exit 1; }; }  
    fi  
   
    test "$2" = conftest.file  
    )  
 then  
    # Ok.  
    :  
1531  else  else
1532     { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!    echo "$as_me:$LINENO: result: no" >&5
1533  Check your system clock" >&5  echo "${ECHO_T}no" >&6
 echo "$as_me: error: newly created file is older than distributed files!  
 Check your system clock" >&2;}  
    { (exit 1); exit 1; }; }  
1534  fi  fi
 echo "$as_me:$LINENO: result: yes" >&5  
 echo "${ECHO_T}yes" >&6  
 test "$program_prefix" != NONE &&  
   program_transform_name="s,^,$program_prefix,;$program_transform_name"  
 # Use a double $ so make ignores it.  
 test "$program_suffix" != NONE &&  
   program_transform_name="s,\$,$program_suffix,;$program_transform_name"  
 # Double any \ or $.  echo might interpret backslashes.  
 # By default was `s,x,x', remove it if useless.  
 cat <<\_ACEOF >conftest.sed  
 s/[\\$]/&&/g;s/;s,x,x,$//  
 _ACEOF  
 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`  
 rm conftest.sed  
   
1535    
 # expand $ac_aux_dir to an absolute path  
 am_aux_dir=`cd $ac_aux_dir && pwd`  
   
 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"  
 # Use eval to expand $SHELL  
 if eval "$MISSING --run true"; then  
   am_missing_run="$MISSING --run "  
 else  
   am_missing_run=  
   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5  
 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}  
1536  fi  fi
1537    if test -z "$ac_cv_prog_CC"; then
1538  for ac_prog in gawk mawk nawk awk    ac_ct_CC=$CC
1539  do    # Extract the first word of "gcc", so it can be a program name with args.
1540    # Extract the first word of "$ac_prog", so it can be a program name with args.  set dummy gcc; ac_word=$2
 set dummy $ac_prog; ac_word=$2  
1541  echo "$as_me:$LINENO: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1542  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1543  if test "${ac_cv_prog_AWK+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1544    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1545  else  else
1546    if test -n "$AWK"; then    if test -n "$ac_ct_CC"; then
1547    ac_cv_prog_AWK="$AWK" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1548  else  else
1549  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1550  for as_dir in $PATH  for as_dir in $PATH
# Line 1761  do Line 1553  do
1553    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
1554    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1555    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1556      ac_cv_prog_AWK="$ac_prog"      ac_cv_prog_ac_ct_CC="gcc"
1557      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1558      break 2      break 2
1559    fi    fi
# Line 1770  done Line 1562  done
1562    
1563  fi  fi
1564  fi  fi
1565  AWK=$ac_cv_prog_AWK  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1566  if test -n "$AWK"; then  if test -n "$ac_ct_CC"; then
1567    echo "$as_me:$LINENO: result: $AWK" >&5    echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1568  echo "${ECHO_T}$AWK" >&6  echo "${ECHO_T}$ac_ct_CC" >&6
1569  else  else
1570    echo "$as_me:$LINENO: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1571  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1572  fi  fi
1573    
1574    test -n "$AWK" && break    CC=$ac_ct_CC
1575  done  else
1576      CC="$ac_cv_prog_CC"
1577    fi
1578    
1579  echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5  if test -z "$CC"; then
1580  echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6    if test -n "$ac_tool_prefix"; then
1581  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1582  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then  set dummy ${ac_tool_prefix}cc; ac_word=$2
1583    echo "$as_me:$LINENO: checking for $ac_word" >&5
1584    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1585    if test "${ac_cv_prog_CC+set}" = set; then
1586    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1587  else  else
1588    cat >conftest.make <<\_ACEOF    if test -n "$CC"; then
1589  all:    ac_cv_prog_CC="$CC" # Let the user override the test.
         @echo 'ac_maketemp="$(MAKE)"'  
 _ACEOF  
 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.  
 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`  
 if test -n "$ac_maketemp"; then  
   eval ac_cv_prog_make_${ac_make}_set=yes  
1590  else  else
1591    eval ac_cv_prog_make_${ac_make}_set=no  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1592    for as_dir in $PATH
1593    do
1594      IFS=$as_save_IFS
1595      test -z "$as_dir" && as_dir=.
1596      for ac_exec_ext in '' $ac_executable_extensions; do
1597      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1598        ac_cv_prog_CC="${ac_tool_prefix}cc"
1599        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1600        break 2
1601      fi
1602    done
1603    done
1604    
1605  fi  fi
 rm -f conftest.make  
1606  fi  fi
1607  if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then  CC=$ac_cv_prog_CC
1608    echo "$as_me:$LINENO: result: yes" >&5  if test -n "$CC"; then
1609  echo "${ECHO_T}yes" >&6    echo "$as_me:$LINENO: result: $CC" >&5
1610    SET_MAKE=  echo "${ECHO_T}$CC" >&6
1611  else  else
1612    echo "$as_me:$LINENO: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1613  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
   SET_MAKE="MAKE=${MAKE-make}"  
1614  fi  fi
1615    
  # test to see if srcdir already configured  
 if test "`cd $srcdir && pwd`" != "`pwd`" &&  
    test -f $srcdir/config.status; then  
   { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5  
 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}  
    { (exit 1); exit 1; }; }  
1616  fi  fi
1617    if test -z "$ac_cv_prog_CC"; then
1618  # Define the identity of the package.    ac_ct_CC=$CC
1619   PACKAGE=linuxsampler    # Extract the first word of "cc", so it can be a program name with args.
1620   VERSION=0.1  set dummy cc; ac_word=$2
   
   
 cat >>confdefs.h <<_ACEOF  
 #define PACKAGE "$PACKAGE"  
 _ACEOF  
   
   
 cat >>confdefs.h <<_ACEOF  
 #define VERSION "$VERSION"  
 _ACEOF  
   
 # Some tools Automake needs.  
   
 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}  
   
   
 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}  
   
   
 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}  
   
   
 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}  
   
   
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}  
   
   
 AMTAR=${AMTAR-"${am_missing_run}tar"}  
   
 install_sh=${install_sh-"$am_aux_dir/install-sh"}  
   
 # Installed binaries are usually stripped using `strip' when the user  
 # run `make install-strip'.  However `strip' might not be the right  
 # tool to use in cross-compilation environments, therefore Automake  
 # will honor the `STRIP' environment variable to overrule this program.  
 if test "$cross_compiling" != no; then  
   if test -n "$ac_tool_prefix"; then  
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.  
 set dummy ${ac_tool_prefix}strip; ac_word=$2  
1621  echo "$as_me:$LINENO: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1622  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1623  if test "${ac_cv_prog_STRIP+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1624    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1625  else  else
1626    if test -n "$STRIP"; then    if test -n "$ac_ct_CC"; then
1627    ac_cv_prog_STRIP="$STRIP" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1628  else  else
1629  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1630  for as_dir in $PATH  for as_dir in $PATH
# Line 1877  do Line 1633  do
1633    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
1634    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1635    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1636      ac_cv_prog_STRIP="${ac_tool_prefix}strip"      ac_cv_prog_ac_ct_CC="cc"
1637      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1638      break 2      break 2
1639    fi    fi
# Line 1886  done Line 1642  done
1642    
1643  fi  fi
1644  fi  fi
1645  STRIP=$ac_cv_prog_STRIP  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1646  if test -n "$STRIP"; then  if test -n "$ac_ct_CC"; then
1647    echo "$as_me:$LINENO: result: $STRIP" >&5    echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1648  echo "${ECHO_T}$STRIP" >&6  echo "${ECHO_T}$ac_ct_CC" >&6
1649  else  else
1650    echo "$as_me:$LINENO: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1651  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1652  fi  fi
1653    
1654      CC=$ac_ct_CC
1655    else
1656      CC="$ac_cv_prog_CC"
1657  fi  fi
1658  if test -z "$ac_cv_prog_STRIP"; then  
1659    ac_ct_STRIP=$STRIP  fi
1660    # Extract the first word of "strip", so it can be a program name with args.  if test -z "$CC"; then
1661  set dummy strip; ac_word=$2    # Extract the first word of "cc", so it can be a program name with args.
1662    set dummy cc; ac_word=$2
1663  echo "$as_me:$LINENO: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1664  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1665  if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1666    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1667  else  else
1668    if test -n "$ac_ct_STRIP"; then    if test -n "$CC"; then
1669    ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
1670  else  else
1671      ac_prog_rejected=no
1672  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1673  for as_dir in $PATH  for as_dir in $PATH
1674  do  do
# Line 1915  do Line 1676  do
1676    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
1677    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1678    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1679      ac_cv_prog_ac_ct_STRIP="strip"      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1680           ac_prog_rejected=yes
1681           continue
1682         fi
1683        ac_cv_prog_CC="cc"
1684      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1685      break 2      break 2
1686    fi    fi
1687  done  done
1688  done  done
1689    
1690    test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"  if test $ac_prog_rejected = yes; then
1691      # We found a bogon in the path, so make sure we never use it.
1692      set dummy $ac_cv_prog_CC
1693      shift
1694      if test $# != 0; then
1695        # We chose a different compiler from the bogus one.
1696        # However, it has the same basename, so the bogon will be chosen
1697        # first if we set CC to just the basename; use the full file name.
1698        shift
1699        ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
1700      fi
1701  fi  fi
1702  fi  fi
1703  ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP  fi
1704  if test -n "$ac_ct_STRIP"; then  CC=$ac_cv_prog_CC
1705    echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5  if test -n "$CC"; then
1706  echo "${ECHO_T}$ac_ct_STRIP" >&6    echo "$as_me:$LINENO: result: $CC" >&5
1707    echo "${ECHO_T}$CC" >&6
1708  else  else
1709    echo "$as_me:$LINENO: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1710  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1711  fi  fi
1712    
   STRIP=$ac_ct_STRIP  
 else  
   STRIP="$ac_cv_prog_STRIP"  
 fi  
   
1713  fi  fi
1714  INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"  if test -z "$CC"; then
1715      if test -n "$ac_tool_prefix"; then
1716  # We need awk for the "check" target.  The system "awk" is bad on    for ac_prog in cl
 # some platforms.  
   
   
   
   
 ac_ext=cc  
 ac_cpp='$CXXCPP $CPPFLAGS'  
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'  
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  
 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu  
   
 ac_ext=cc  
 ac_cpp='$CXXCPP $CPPFLAGS'  
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'  
 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  
 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu  
 if test -n "$ac_tool_prefix"; then  
   for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC  
1717    do    do
1718      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1719  set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1720  echo "$as_me:$LINENO: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1721  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1722  if test "${ac_cv_prog_CXX+set}" = set; then  if test "${ac_cv_prog_CC+set}" = set; then
1723    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1724  else  else
1725    if test -n "$CXX"; then    if test -n "$CC"; then
1726    ac_cv_prog_CXX="$CXX" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
1727  else  else
1728  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1729  for as_dir in $PATH  for as_dir in $PATH
# Line 1979  do Line 1732  do
1732    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
1733    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1734    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1735      ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1736      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1737      break 2      break 2
1738    fi    fi
# Line 1988  done Line 1741  done
1741    
1742  fi  fi
1743  fi  fi
1744  CXX=$ac_cv_prog_CXX  CC=$ac_cv_prog_CC
1745  if test -n "$CXX"; then  if test -n "$CC"; then
1746    echo "$as_me:$LINENO: result: $CXX" >&5    echo "$as_me:$LINENO: result: $CC" >&5
1747  echo "${ECHO_T}$CXX" >&6  echo "${ECHO_T}$CC" >&6
1748  else  else
1749    echo "$as_me:$LINENO: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1750  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1751  fi  fi
1752    
1753      test -n "$CXX" && break      test -n "$CC" && break
1754    done    done
1755  fi  fi
1756  if test -z "$CXX"; then  if test -z "$CC"; then
1757    ac_ct_CXX=$CXX    ac_ct_CC=$CC
1758    for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC    for ac_prog in cl
1759  do  do
1760    # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
1761  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
1762  echo "$as_me:$LINENO: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
1763  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1764  if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1765    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1766  else  else
1767    if test -n "$ac_ct_CXX"; then    if test -n "$ac_ct_CC"; then
1768    ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1769  else  else
1770  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1771  for as_dir in $PATH  for as_dir in $PATH
# Line 2021  do Line 1774  do
1774    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
1775    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
1776    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1777      ac_cv_prog_ac_ct_CXX="$ac_prog"      ac_cv_prog_ac_ct_CC="$ac_prog"
1778      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1779      break 2      break 2
1780    fi    fi
# Line 2030  done Line 1783  done
1783    
1784  fi  fi
1785  fi  fi
1786  ac_ct_CXX=$ac_cv_prog_ac_ct_CXX  ac_ct_CC=$ac_cv_prog_ac_ct_CC
1787  if test -n "$ac_ct_CXX"; then  if test -n "$ac_ct_CC"; then
1788    echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5    echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1789  echo "${ECHO_T}$ac_ct_CXX" >&6  echo "${ECHO_T}$ac_ct_CC" >&6
1790  else  else
1791    echo "$as_me:$LINENO: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
1792  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
1793  fi  fi
1794    
1795    test -n "$ac_ct_CXX" && break    test -n "$ac_ct_CC" && break
1796  done  done
 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"  
1797    
1798    CXX=$ac_ct_CXX    CC=$ac_ct_CC
1799    fi
1800    
1801  fi  fi
1802    
1803    
1804    test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1805    See \`config.log' for more details." >&5
1806    echo "$as_me: error: no acceptable C compiler found in \$PATH
1807    See \`config.log' for more details." >&2;}
1808       { (exit 1); exit 1; }; }
1809    
1810  # Provide some information about the compiler.  # Provide some information about the compiler.
1811  echo "$as_me:$LINENO:" \  echo "$as_me:$LINENO:" \
1812       "checking for C++ compiler version" >&5       "checking for C compiler version" >&5
1813  ac_compiler=`set X $ac_compile; echo $2`  ac_compiler=`set X $ac_compile; echo $2`
1814  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1815    (eval $ac_compiler --version </dev/null >&5) 2>&5    (eval $ac_compiler --version </dev/null >&5) 2>&5
# Line 2068  ac_compiler=`set X $ac_compile; echo $2` Line 1828  ac_compiler=`set X $ac_compile; echo $2`
1828    (exit $ac_status); }    (exit $ac_status); }
1829    
1830  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
1831  /* confdefs.h.  */  /* confdefs.h.  */
1832  _ACEOF  _ACEOF
1833  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2088  ac_clean_files="$ac_clean_files a.out a. Line 1847  ac_clean_files="$ac_clean_files a.out a.
1847  # Try to create an executable without -o first, disregard a.out.  # Try to create an executable without -o first, disregard a.out.
1848  # It will help us diagnose broken compilers, and finding out an intuition  # It will help us diagnose broken compilers, and finding out an intuition
1849  # of exeext.  # of exeext.
1850  echo "$as_me:$LINENO: checking for C++ compiler default output" >&5  echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1851  echo $ECHO_N "checking for C++ compiler default output... $ECHO_C" >&6  echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
1852  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`  ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1853  if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1854    (eval $ac_link_default) 2>&5    (eval $ac_link_default) 2>&5
# Line 2109  do Line 1868  do
1868    test -f "$ac_file" || continue    test -f "$ac_file" || continue
1869    case $ac_file in    case $ac_file in
1870      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1871          ;;          ;;
1872      conftest.$ac_ext )      conftest.$ac_ext )
1873          # This is the source file.          # This is the source file.
1874          ;;          ;;
1875      [ab].out )      [ab].out )
1876          # We found the default executable, but exeext='' is most          # We found the default executable, but exeext='' is most
1877          # certainly right.          # certainly right.
1878          break;;          break;;
1879      *.* )      *.* )
1880          ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`          ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1881          # FIXME: I believe we export ac_cv_exeext for Libtool,          # FIXME: I believe we export ac_cv_exeext for Libtool,
1882          # but it would be cool to find out if it's true.  Does anybody          # but it would be cool to find out if it's true.  Does anybody
1883          # maintain Libtool? --akim.          # maintain Libtool? --akim.
1884          export ac_cv_exeext          export ac_cv_exeext
1885          break;;          break;;
1886      * )      * )
1887          break;;          break;;
1888    esac    esac
1889  done  done
1890  else  else
1891    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
1892  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
1893    
1894  { { echo "$as_me:$LINENO: error: C++ compiler cannot create executables  { { echo "$as_me:$LINENO: error: C compiler cannot create executables
1895  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
1896  echo "$as_me: error: C++ compiler cannot create executables  echo "$as_me: error: C compiler cannot create executables
1897  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
1898     { (exit 77); exit 77; }; }     { (exit 77); exit 77; }; }
1899  fi  fi
# Line 2145  echo "${ECHO_T}$ac_file" >&6 Line 1904  echo "${ECHO_T}$ac_file" >&6
1904    
1905  # Check the compiler produces executables we can run.  If not, either  # Check the compiler produces executables we can run.  If not, either
1906  # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
1907  echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5  echo "$as_me:$LINENO: checking whether the C compiler works" >&5
1908  echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6  echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1909  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0  # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1910  # If not cross compiling, check that we can run a simple program.  # If not cross compiling, check that we can run a simple program.
1911  if test "$cross_compiling" != yes; then  if test "$cross_compiling" != yes; then
# Line 2161  if test "$cross_compiling" != yes; then Line 1920  if test "$cross_compiling" != yes; then
1920      if test "$cross_compiling" = maybe; then      if test "$cross_compiling" = maybe; then
1921          cross_compiling=yes          cross_compiling=yes
1922      else      else
1923          { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs.          { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
1924  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
1925  See \`config.log' for more details." >&5  See \`config.log' for more details." >&5
1926  echo "$as_me: error: cannot run C++ compiled programs.  echo "$as_me: error: cannot run C compiled programs.
1927  If you meant to cross compile, use \`--host'.  If you meant to cross compile, use \`--host'.
1928  See \`config.log' for more details." >&2;}  See \`config.log' for more details." >&2;}
1929     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
# Line 2199  for ac_file in conftest.exe conftest con Line 1958  for ac_file in conftest.exe conftest con
1958    case $ac_file in    case $ac_file in
1959      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1960      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1961            export ac_cv_exeext            export ac_cv_exeext
1962            break;;            break;;
1963      * ) break;;      * ) break;;
1964    esac    esac
1965  done  done
# Line 2225  if test "${ac_cv_objext+set}" = set; the Line 1984  if test "${ac_cv_objext+set}" = set; the
1984    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
1985  else  else
1986    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
1987  /* confdefs.h.  */  /* confdefs.h.  */
1988  _ACEOF  _ACEOF
1989  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2270  echo "$as_me:$LINENO: result: $ac_cv_obj Line 2028  echo "$as_me:$LINENO: result: $ac_cv_obj
2028  echo "${ECHO_T}$ac_cv_objext" >&6  echo "${ECHO_T}$ac_cv_objext" >&6
2029  OBJEXT=$ac_cv_objext  OBJEXT=$ac_cv_objext
2030  ac_objext=$OBJEXT  ac_objext=$OBJEXT
2031  echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5  echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2032  echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6  echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2033  if test "${ac_cv_cxx_compiler_gnu+set}" = set; then  if test "${ac_cv_c_compiler_gnu+set}" = set; then
2034    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2035  else  else
2036    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2037  /* confdefs.h.  */  /* confdefs.h.  */
2038  _ACEOF  _ACEOF
2039  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2296  main () Line 2053  main ()
2053  _ACEOF  _ACEOF
2054  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2055  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2056    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
2057    ac_status=$?    ac_status=$?
2058      grep -v '^ *+' conftest.er1 >conftest.err
2059      rm -f conftest.er1
2060      cat conftest.err >&5
2061    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2062    (exit $ac_status); } &&    (exit $ac_status); } &&
2063           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -z "$ac_c_werror_flag"
2064                             || test ! -s conftest.err'
2065      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2066      (eval $ac_try) 2>&5
2067      ac_status=$?
2068      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2069      (exit $ac_status); }; } &&
2070             { ac_try='test -s conftest.$ac_objext'
2071    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2072    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2073    ac_status=$?    ac_status=$?
# Line 2313  sed 's/^/| /' conftest.$ac_ext >&5 Line 2080  sed 's/^/| /' conftest.$ac_ext >&5
2080    
2081  ac_compiler_gnu=no  ac_compiler_gnu=no
2082  fi  fi
2083  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2084  ac_cv_cxx_compiler_gnu=$ac_compiler_gnu  ac_cv_c_compiler_gnu=$ac_compiler_gnu
2085    
2086  fi  fi
2087  echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5  echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2088  echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6  echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2089  GXX=`test $ac_compiler_gnu = yes && echo yes`  GCC=`test $ac_compiler_gnu = yes && echo yes`
2090  ac_test_CXXFLAGS=${CXXFLAGS+set}  ac_test_CFLAGS=${CFLAGS+set}
2091  ac_save_CXXFLAGS=$CXXFLAGS  ac_save_CFLAGS=$CFLAGS
2092  CXXFLAGS="-g"  CFLAGS="-g"
2093  echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5  echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2094  echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6  echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2095  if test "${ac_cv_prog_cxx_g+set}" = set; then  if test "${ac_cv_prog_cc_g+set}" = set; then
2096    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
2097  else  else
2098    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2099  /* confdefs.h.  */  /* confdefs.h.  */
2100  _ACEOF  _ACEOF
2101  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2346  main () Line 2112  main ()
2112  _ACEOF  _ACEOF
2113  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2114  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2115    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
2116    ac_status=$?    ac_status=$?
2117      grep -v '^ *+' conftest.er1 >conftest.err
2118      rm -f conftest.er1
2119      cat conftest.err >&5
2120    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2121    (exit $ac_status); } &&    (exit $ac_status); } &&
2122           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -z "$ac_c_werror_flag"
2123                             || test ! -s conftest.err'
2124      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2125      (eval $ac_try) 2>&5
2126      ac_status=$?
2127      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2128      (exit $ac_status); }; } &&
2129             { ac_try='test -s conftest.$ac_objext'
2130    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2131    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2132    ac_status=$?    ac_status=$?
2133    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2134    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
2135    ac_cv_prog_cxx_g=yes    ac_cv_prog_cc_g=yes
2136  else  else
2137    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
2138  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2139    
2140  ac_cv_prog_cxx_g=no  ac_cv_prog_cc_g=no
2141  fi  fi
2142  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2143  fi  fi
2144  echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5  echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2145  echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2146  if test "$ac_test_CXXFLAGS" = set; then  if test "$ac_test_CFLAGS" = set; then
2147    CXXFLAGS=$ac_save_CXXFLAGS    CFLAGS=$ac_save_CFLAGS
2148  elif test $ac_cv_prog_cxx_g = yes; then  elif test $ac_cv_prog_cc_g = yes; then
2149    if test "$GXX" = yes; then    if test "$GCC" = yes; then
2150      CXXFLAGS="-g -O2"      CFLAGS="-g -O2"
2151    else    else
2152      CXXFLAGS="-g"      CFLAGS="-g"
2153    fi    fi
2154  else  else
2155    if test "$GXX" = yes; then    if test "$GCC" = yes; then
2156      CXXFLAGS="-O2"      CFLAGS="-O2"
2157    else    else
2158      CXXFLAGS=      CFLAGS=
2159    fi    fi
2160  fi  fi
2161  for ac_declaration in \  echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2162    echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2163    if test "${ac_cv_prog_cc_stdc+set}" = set; then
2164      echo $ECHO_N "(cached) $ECHO_C" >&6
2165    else
2166      ac_cv_prog_cc_stdc=no
2167    ac_save_CC=$CC
2168    cat >conftest.$ac_ext <<_ACEOF
2169    /* confdefs.h.  */
2170    _ACEOF
2171    cat confdefs.h >>conftest.$ac_ext
2172    cat >>conftest.$ac_ext <<_ACEOF
2173    /* end confdefs.h.  */
2174    #include <stdarg.h>
2175    #include <stdio.h>
2176    #include <sys/types.h>
2177    #include <sys/stat.h>
2178    /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2179    struct buf { int x; };
2180    FILE * (*rcsopen) (struct buf *, struct stat *, int);
2181    static char *e (p, i)
2182         char **p;
2183         int i;
2184    {
2185      return p[i];
2186    }
2187    static char *f (char * (*g) (char **, int), char **p, ...)
2188    {
2189      char *s;
2190      va_list v;
2191      va_start (v,p);
2192      s = g (p, va_arg (v,int));
2193      va_end (v);
2194      return s;
2195    }
2196    
2197    /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2198       function prototypes and stuff, but not '\xHH' hex character constants.
2199       These don't provoke an error unfortunately, instead are silently treated
2200       as 'x'.  The following induces an error, until -std1 is added to get
2201       proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2202       array size at least.  It's necessary to write '\x00'==0 to get something
2203       that's true only with -std1.  */
2204    int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2205    
2206    int test (int i, double x);
2207    struct s1 {int (*f) (int a);};
2208    struct s2 {int (*f) (double a);};
2209    int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2210    int argc;
2211    char **argv;
2212    int
2213    main ()
2214    {
2215    return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2216      ;
2217      return 0;
2218    }
2219    _ACEOF
2220    # Don't try gcc -ansi; that turns off useful extensions and
2221    # breaks some systems' header files.
2222    # AIX                   -qlanglvl=ansi
2223    # Ultrix and OSF/1      -std1
2224    # HP-UX 10.20 and later -Ae
2225    # HP-UX older versions  -Aa -D_HPUX_SOURCE
2226    # SVR4                  -Xc -D__EXTENSIONS__
2227    for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2228    do
2229      CC="$ac_save_CC $ac_arg"
2230      rm -f conftest.$ac_objext
2231    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2232      (eval $ac_compile) 2>conftest.er1
2233      ac_status=$?
2234      grep -v '^ *+' conftest.er1 >conftest.err
2235      rm -f conftest.er1
2236      cat conftest.err >&5
2237      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2238      (exit $ac_status); } &&
2239             { ac_try='test -z "$ac_c_werror_flag"
2240                             || test ! -s conftest.err'
2241      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2242      (eval $ac_try) 2>&5
2243      ac_status=$?
2244      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2245      (exit $ac_status); }; } &&
2246             { ac_try='test -s conftest.$ac_objext'
2247      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2248      (eval $ac_try) 2>&5
2249      ac_status=$?
2250      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2251      (exit $ac_status); }; }; then
2252      ac_cv_prog_cc_stdc=$ac_arg
2253    break
2254    else
2255      echo "$as_me: failed program was:" >&5
2256    sed 's/^/| /' conftest.$ac_ext >&5
2257    
2258    fi
2259    rm -f conftest.err conftest.$ac_objext
2260    done
2261    rm -f conftest.$ac_ext conftest.$ac_objext
2262    CC=$ac_save_CC
2263    
2264    fi
2265    
2266    case "x$ac_cv_prog_cc_stdc" in
2267      x|xno)
2268        echo "$as_me:$LINENO: result: none needed" >&5
2269    echo "${ECHO_T}none needed" >&6 ;;
2270      *)
2271        echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2272    echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2273        CC="$CC $ac_cv_prog_cc_stdc" ;;
2274    esac
2275    
2276    # Some people use a C++ compiler to compile C.  Since we use `exit',
2277    # in C++ we need to declare it.  In case someone uses the same compiler
2278    # for both compiling C and C++ we need to have the C++ compiler decide
2279    # the declaration of exit, since it's the most demanding environment.
2280    cat >conftest.$ac_ext <<_ACEOF
2281    #ifndef __cplusplus
2282      choke me
2283    #endif
2284    _ACEOF
2285    rm -f conftest.$ac_objext
2286    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2287      (eval $ac_compile) 2>conftest.er1
2288      ac_status=$?
2289      grep -v '^ *+' conftest.er1 >conftest.err
2290      rm -f conftest.er1
2291      cat conftest.err >&5
2292      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2293      (exit $ac_status); } &&
2294             { ac_try='test -z "$ac_c_werror_flag"
2295                             || test ! -s conftest.err'
2296      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2297      (eval $ac_try) 2>&5
2298      ac_status=$?
2299      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2300      (exit $ac_status); }; } &&
2301             { ac_try='test -s conftest.$ac_objext'
2302      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2303      (eval $ac_try) 2>&5
2304      ac_status=$?
2305      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2306      (exit $ac_status); }; }; then
2307      for ac_declaration in \
2308     '' \     '' \
2309     'extern "C" void std::exit (int) throw (); using std::exit;' \     'extern "C" void std::exit (int) throw (); using std::exit;' \
2310     'extern "C" void std::exit (int); using std::exit;' \     'extern "C" void std::exit (int); using std::exit;' \
# Line 2391  for ac_declaration in \ Line 2313  for ac_declaration in \
2313     'void exit (int);'     'void exit (int);'
2314  do  do
2315    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2316  /* confdefs.h.  */  /* confdefs.h.  */
2317  _ACEOF  _ACEOF
2318  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2409  exit (42); Line 2330  exit (42);
2330  _ACEOF  _ACEOF
2331  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2332  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2333    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
2334    ac_status=$?    ac_status=$?
2335      grep -v '^ *+' conftest.er1 >conftest.err
2336      rm -f conftest.er1
2337      cat conftest.err >&5
2338    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2339    (exit $ac_status); } &&    (exit $ac_status); } &&
2340           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -z "$ac_c_werror_flag"
2341                             || test ! -s conftest.err'
2342      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2343      (eval $ac_try) 2>&5
2344      ac_status=$?
2345      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2346      (exit $ac_status); }; } &&
2347             { ac_try='test -s conftest.$ac_objext'
2348    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2349    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2350    ac_status=$?    ac_status=$?
# Line 2426  sed 's/^/| /' conftest.$ac_ext >&5 Line 2357  sed 's/^/| /' conftest.$ac_ext >&5
2357    
2358  continue  continue
2359  fi  fi
2360  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2361    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
2362  /* confdefs.h.  */  /* confdefs.h.  */
2363  _ACEOF  _ACEOF
2364  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 2445  exit (42); Line 2375  exit (42);
2375  _ACEOF  _ACEOF
2376  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
2377  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2378    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
2379    ac_status=$?    ac_status=$?
2380      grep -v '^ *+' conftest.er1 >conftest.err
2381      rm -f conftest.er1
2382      cat conftest.err >&5
2383    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2384    (exit $ac_status); } &&    (exit $ac_status); } &&
2385           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -z "$ac_c_werror_flag"
2386                             || test ! -s conftest.err'
2387      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2388      (eval $ac_try) 2>&5
2389      ac_status=$?
2390      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2391      (exit $ac_status); }; } &&
2392             { ac_try='test -s conftest.$ac_objext'
2393    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2394    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
2395    ac_status=$?    ac_status=$?
# Line 2461  else Line 2401  else
2401  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
2402    
2403  fi  fi
2404  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2405  done  done
2406  rm -f conftest*  rm -f conftest*
2407  if test -n "$ac_declaration"; then  if test -n "$ac_declaration"; then
# Line 2470  if test -n "$ac_declaration"; then Line 2410  if test -n "$ac_declaration"; then
2410    echo '#endif'             >>confdefs.h    echo '#endif'             >>confdefs.h
2411  fi  fi
2412    
2413  ac_ext=cc  else
2414  ac_cpp='$CXXCPP $CPPFLAGS'    echo "$as_me: failed program was:" >&5
2415  ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'  sed 's/^/| /' conftest.$ac_ext >&5
2416  ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  
2417  ac_compiler_gnu=$ac_cv_cxx_compiler_gnu  fi
2418    rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2419    ac_ext=c
2420    ac_cpp='$CPP $CPPFLAGS'
2421    ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2422    ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2423    ac_compiler_gnu=$ac_cv_c_compiler_gnu
2424    
2425    
2426    echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
2427    echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
2428    if test "${ac_cv_c_bigendian+set}" = set; then
2429      echo $ECHO_N "(cached) $ECHO_C" >&6
2430    else
2431      # See if sys/param.h defines the BYTE_ORDER macro.
2432    cat >conftest.$ac_ext <<_ACEOF
2433    /* confdefs.h.  */
2434    _ACEOF
2435    cat confdefs.h >>conftest.$ac_ext
2436    cat >>conftest.$ac_ext <<_ACEOF
2437    /* end confdefs.h.  */
2438    #include <sys/types.h>
2439    #include <sys/param.h>
2440    
2441    int
2442    main ()
2443    {
2444    #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
2445     bogus endian macros
2446    #endif
2447    
2448      ;
2449      return 0;
2450    }
2451    _ACEOF
2452    rm -f conftest.$ac_objext
2453    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2454      (eval $ac_compile) 2>conftest.er1
2455      ac_status=$?
2456      grep -v '^ *+' conftest.er1 >conftest.err
2457      rm -f conftest.er1
2458      cat conftest.err >&5
2459      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2460      (exit $ac_status); } &&
2461             { ac_try='test -z "$ac_c_werror_flag"
2462                             || test ! -s conftest.err'
2463      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2464      (eval $ac_try) 2>&5
2465      ac_status=$?
2466      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2467      (exit $ac_status); }; } &&
2468             { ac_try='test -s conftest.$ac_objext'
2469      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2470      (eval $ac_try) 2>&5
2471      ac_status=$?
2472      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2473      (exit $ac_status); }; }; then
2474      # It does; now see whether it defined to BIG_ENDIAN or not.
2475    cat >conftest.$ac_ext <<_ACEOF
2476    /* confdefs.h.  */
2477    _ACEOF
2478    cat confdefs.h >>conftest.$ac_ext
2479    cat >>conftest.$ac_ext <<_ACEOF
2480    /* end confdefs.h.  */
2481    #include <sys/types.h>
2482    #include <sys/param.h>
2483    
2484    int
2485    main ()
2486    {
2487    #if BYTE_ORDER != BIG_ENDIAN
2488     not big endian
2489    #endif
2490    
2491      ;
2492      return 0;
2493    }
2494    _ACEOF
2495    rm -f conftest.$ac_objext
2496    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2497      (eval $ac_compile) 2>conftest.er1
2498      ac_status=$?
2499      grep -v '^ *+' conftest.er1 >conftest.err
2500      rm -f conftest.er1
2501      cat conftest.err >&5
2502      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2503      (exit $ac_status); } &&
2504             { ac_try='test -z "$ac_c_werror_flag"
2505                             || test ! -s conftest.err'
2506      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2507      (eval $ac_try) 2>&5
2508      ac_status=$?
2509      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2510      (exit $ac_status); }; } &&
2511             { ac_try='test -s conftest.$ac_objext'
2512      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2513      (eval $ac_try) 2>&5
2514      ac_status=$?
2515      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2516      (exit $ac_status); }; }; then
2517      ac_cv_c_bigendian=yes
2518    else
2519      echo "$as_me: failed program was:" >&5
2520    sed 's/^/| /' conftest.$ac_ext >&5
2521    
2522    ac_cv_c_bigendian=no
2523    fi
2524    rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2525    else
2526      echo "$as_me: failed program was:" >&5
2527    sed 's/^/| /' conftest.$ac_ext >&5
2528    
2529    # It does not; compile a test program.
2530    if test "$cross_compiling" = yes; then
2531      # try to guess the endianness by grepping values into an object file
2532      ac_cv_c_bigendian=unknown
2533      cat >conftest.$ac_ext <<_ACEOF
2534    /* confdefs.h.  */
2535    _ACEOF
2536    cat confdefs.h >>conftest.$ac_ext
2537    cat >>conftest.$ac_ext <<_ACEOF
2538    /* end confdefs.h.  */
2539    short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
2540    short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
2541    void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
2542    short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
2543    short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
2544    void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
2545    int
2546    main ()
2547    {
2548     _ascii (); _ebcdic ();
2549      ;
2550      return 0;
2551    }
2552    _ACEOF
2553    rm -f conftest.$ac_objext
2554    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2555      (eval $ac_compile) 2>conftest.er1
2556      ac_status=$?
2557      grep -v '^ *+' conftest.er1 >conftest.err
2558      rm -f conftest.er1
2559      cat conftest.err >&5
2560      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2561      (exit $ac_status); } &&
2562             { ac_try='test -z "$ac_c_werror_flag"
2563                             || test ! -s conftest.err'
2564      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2565      (eval $ac_try) 2>&5
2566      ac_status=$?
2567      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2568      (exit $ac_status); }; } &&
2569             { ac_try='test -s conftest.$ac_objext'
2570      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2571      (eval $ac_try) 2>&5
2572      ac_status=$?
2573      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2574      (exit $ac_status); }; }; then
2575      if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
2576      ac_cv_c_bigendian=yes
2577    fi
2578    if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
2579      if test "$ac_cv_c_bigendian" = unknown; then
2580        ac_cv_c_bigendian=no
2581      else
2582        # finding both strings is unlikely to happen, but who knows?
2583        ac_cv_c_bigendian=unknown
2584      fi
2585    fi
2586    else
2587      echo "$as_me: failed program was:" >&5
2588    sed 's/^/| /' conftest.$ac_ext >&5
2589    
2590    fi
2591    rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2592    else
2593      cat >conftest.$ac_ext <<_ACEOF
2594    /* confdefs.h.  */
2595    _ACEOF
2596    cat confdefs.h >>conftest.$ac_ext
2597    cat >>conftest.$ac_ext <<_ACEOF
2598    /* end confdefs.h.  */
2599    int
2600    main ()
2601    {
2602      /* Are we little or big endian?  From Harbison&Steele.  */
2603      union
2604      {
2605        long l;
2606        char c[sizeof (long)];
2607      } u;
2608      u.l = 1;
2609      exit (u.c[sizeof (long) - 1] == 1);
2610    }
2611    _ACEOF
2612    rm -f conftest$ac_exeext
2613    if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2614      (eval $ac_link) 2>&5
2615      ac_status=$?
2616      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2617      (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
2618      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2619      (eval $ac_try) 2>&5
2620      ac_status=$?
2621      echo "$as_me:$LINENO: \$? = $ac_status" >&5
2622      (exit $ac_status); }; }; then
2623      ac_cv_c_bigendian=no
2624    else
2625      echo "$as_me: program exited with status $ac_status" >&5
2626    echo "$as_me: failed program was:" >&5
2627    sed 's/^/| /' conftest.$ac_ext >&5
2628    
2629    ( exit $ac_status )
2630    ac_cv_c_bigendian=yes
2631    fi
2632    rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
2633    fi
2634    fi
2635    rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2636    fi
2637    echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
2638    echo "${ECHO_T}$ac_cv_c_bigendian" >&6
2639    case $ac_cv_c_bigendian in
2640      yes)
2641    
2642    cat >>confdefs.h <<\_ACEOF
2643    #define WORDS_BIGENDIAN 1
2644    _ACEOF
2645     ;;
2646      no)
2647         ;;
2648      *)
2649        { { echo "$as_me:$LINENO: error: unknown endianness
2650    presetting ac_cv_c_bigendian=no (or yes) will help" >&5
2651    echo "$as_me: error: unknown endianness
2652    presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
2653       { (exit 1); exit 1; }; } ;;
2654    esac
2655    
2656    ac_aux_dir=
2657    for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
2658      if test -f $ac_dir/install-sh; then
2659        ac_aux_dir=$ac_dir
2660        ac_install_sh="$ac_aux_dir/install-sh -c"
2661        break
2662      elif test -f $ac_dir/install.sh; then
2663        ac_aux_dir=$ac_dir
2664        ac_install_sh="$ac_aux_dir/install.sh -c"
2665        break
2666      elif test -f $ac_dir/shtool; then
2667        ac_aux_dir=$ac_dir
2668        ac_install_sh="$ac_aux_dir/shtool install -c"
2669        break
2670      fi
2671    done
2672    if test -z "$ac_aux_dir"; then
2673      { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
2674    echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
2675       { (exit 1); exit 1; }; }
2676    fi
2677    ac_config_guess="$SHELL $ac_aux_dir/config.guess"
2678    ac_config_sub="$SHELL $ac_aux_dir/config.sub"
2679    ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
2680    
2681    # Make sure we can run config.sub.
2682    $ac_config_sub sun4 >/dev/null 2>&1 ||
2683      { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
2684    echo "$as_me: error: cannot run $ac_config_sub" >&2;}
2685       { (exit 1); exit 1; }; }
2686    
2687    echo "$as_me:$LINENO: checking build system type" >&5
2688    echo $ECHO_N "checking build system type... $ECHO_C" >&6
2689    if test "${ac_cv_build+set}" = set; then
2690      echo $ECHO_N "(cached) $ECHO_C" >&6
2691    else
2692      ac_cv_build_alias=$build_alias
2693    test -z "$ac_cv_build_alias" &&
2694      ac_cv_build_alias=`$ac_config_guess`
2695    test -z "$ac_cv_build_alias" &&
2696      { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2697    echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2698       { (exit 1); exit 1; }; }
2699    ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
2700      { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
2701    echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
2702       { (exit 1); exit 1; }; }
2703    
2704    fi
2705    echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2706    echo "${ECHO_T}$ac_cv_build" >&6
2707    build=$ac_cv_build
2708    build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
2709    build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
2710    build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
2711    
2712    
2713    echo "$as_me:$LINENO: checking host system type" >&5
2714    echo $ECHO_N "checking host system type... $ECHO_C" >&6
2715    if test "${ac_cv_host+set}" = set; then
2716      echo $ECHO_N "(cached) $ECHO_C" >&6
2717    else
2718      ac_cv_host_alias=$host_alias
2719    test -z "$ac_cv_host_alias" &&
2720      ac_cv_host_alias=$ac_cv_build_alias
2721    ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
2722      { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
2723    echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
2724       { (exit 1); exit 1; }; }
2725    
2726    fi
2727    echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2728    echo "${ECHO_T}$ac_cv_host" >&6
2729    host=$ac_cv_host
2730    host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
2731    host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
2732    host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
2733    
2734    
2735    echo "$as_me:$LINENO: checking target system type" >&5
2736    echo $ECHO_N "checking target system type... $ECHO_C" >&6
2737    if test "${ac_cv_target+set}" = set; then
2738      echo $ECHO_N "(cached) $ECHO_C" >&6
2739    else
2740      ac_cv_target_alias=$target_alias
2741    test "x$ac_cv_target_alias" = "x" &&
2742      ac_cv_target_alias=$ac_cv_host_alias
2743    ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
2744      { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
2745    echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
2746       { (exit 1); exit 1; }; }
2747    
2748    fi
2749    echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2750    echo "${ECHO_T}$ac_cv_target" >&6
2751    target=$ac_cv_target
2752    target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
2753    target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
2754    target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
2755    
2756    
2757    # The aliases save the names the user supplied, while $host etc.
2758    # will get canonicalized.
2759    test -n "$target_alias" &&
2760      test "$program_prefix$program_suffix$program_transform_name" = \
2761        NONENONEs,x,x, &&
2762      program_prefix=${target_alias}-
2763    
2764    echo -n "Checking whether x86 architecture... "
2765    def_arch_x86=0
2766    case $target_cpu in
2767      "i386" | "i486" | "i586" | "i686" | "i786")
2768        echo "yes"
2769        def_arch_x86=1;;
2770      *)
2771        echo "no";;
2772    esac
2773    
2774    cat >>confdefs.h <<_ACEOF
2775    #define ARCH_X86 $def_arch_x86
2776    _ACEOF
2777    
2778    
2779    # Add the stamp file to the list of files AC keeps track of,
2780    # along with our hook.
2781              ac_config_headers="$ac_config_headers config.h"
2782    
2783    
2784    
2785    am__api_version="1.6"
2786    # Find a good install program.  We prefer a C program (faster),
2787    # so one script is as good as another.  But avoid the broken or
2788    # incompatible versions:
2789    # SysV /etc/install, /usr/sbin/install
2790    # SunOS /usr/etc/install
2791    # IRIX /sbin/install
2792    # AIX /bin/install
2793    # AmigaOS /C/install, which installs bootblocks on floppy discs
2794    # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2795    # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2796    # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2797    # OS/2's system install, which has a completely different semantic
2798    # ./install, which can be erroneously created by make from ./install.sh.
2799    echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2800    echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2801    if test -z "$INSTALL"; then
2802    if test "${ac_cv_path_install+set}" = set; then
2803      echo $ECHO_N "(cached) $ECHO_C" >&6
2804    else
2805      as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2806    for as_dir in $PATH
2807    do
2808      IFS=$as_save_IFS
2809      test -z "$as_dir" && as_dir=.
2810      # Account for people who put trailing slashes in PATH elements.
2811    case $as_dir/ in
2812      ./ | .// | /cC/* | \
2813      /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2814      ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2815      /usr/ucb/* ) ;;
2816      *)
2817        # OSF1 and SCO ODT 3.0 have their own names for install.
2818        # Don't use installbsd from OSF since it installs stuff as root
2819        # by default.
2820        for ac_prog in ginstall scoinst install; do
2821          for ac_exec_ext in '' $ac_executable_extensions; do
2822            if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2823              if test $ac_prog = install &&
2824                grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2825                # AIX install.  It has an incompatible calling convention.
2826                :
2827              elif test $ac_prog = install &&
2828                grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2829                # program-specific install script used by HP pwplus--don't use.
2830                :
2831              else
2832                ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2833                break 3
2834              fi
2835            fi
2836          done
2837        done
2838        ;;
2839    esac
2840    done
2841    
2842    
2843    fi
2844      if test "${ac_cv_path_install+set}" = set; then
2845        INSTALL=$ac_cv_path_install
2846      else
2847        # As a last resort, use the slow shell script.  We don't cache a
2848        # path for INSTALL within a source directory, because that will
2849        # break other packages using the cache if that directory is
2850        # removed, or if the path is relative.
2851        INSTALL=$ac_install_sh
2852      fi
2853    fi
2854    echo "$as_me:$LINENO: result: $INSTALL" >&5
2855    echo "${ECHO_T}$INSTALL" >&6
2856    
2857    # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2858    # It thinks the first close brace ends the variable substitution.
2859    test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2860    
2861    test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2862    
2863    test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2864    
2865    echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2866    echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
2867    # Just in case
2868    sleep 1
2869    echo timestamp > conftest.file
2870    # Do `set' in a subshell so we don't clobber the current shell's
2871    # arguments.  Must try -L first in case configure is actually a
2872    # symlink; some systems play weird games with the mod time of symlinks
2873    # (eg FreeBSD returns the mod time of the symlink's containing
2874    # directory).
2875    if (
2876       set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2877       if test "$*" = "X"; then
2878          # -L didn't work.
2879          set X `ls -t $srcdir/configure conftest.file`
2880       fi
2881       rm -f conftest.file
2882       if test "$*" != "X $srcdir/configure conftest.file" \
2883          && test "$*" != "X conftest.file $srcdir/configure"; then
2884    
2885          # If neither matched, then we have a broken ls.  This can happen
2886          # if, for instance, CONFIG_SHELL is bash and it inherits a
2887          # broken ls alias from the environment.  This has actually
2888          # happened.  Such a system could not be considered "sane".
2889          { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
2890    alias in your environment" >&5
2891    echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
2892    alias in your environment" >&2;}
2893       { (exit 1); exit 1; }; }
2894       fi
2895    
2896       test "$2" = conftest.file
2897       )
2898    then
2899       # Ok.
2900       :
2901    else
2902       { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2903    Check your system clock" >&5
2904    echo "$as_me: error: newly created file is older than distributed files!
2905    Check your system clock" >&2;}
2906       { (exit 1); exit 1; }; }
2907    fi
2908    echo "$as_me:$LINENO: result: yes" >&5
2909    echo "${ECHO_T}yes" >&6
2910    test "$program_prefix" != NONE &&
2911      program_transform_name="s,^,$program_prefix,;$program_transform_name"
2912    # Use a double $ so make ignores it.
2913    test "$program_suffix" != NONE &&
2914      program_transform_name="s,\$,$program_suffix,;$program_transform_name"
2915    # Double any \ or $.  echo might interpret backslashes.
2916    # By default was `s,x,x', remove it if useless.
2917    cat <<\_ACEOF >conftest.sed
2918    s/[\\$]/&&/g;s/;s,x,x,$//
2919    _ACEOF
2920    program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2921    rm conftest.sed
2922    
2923    
2924    # expand $ac_aux_dir to an absolute path
2925    am_aux_dir=`cd $ac_aux_dir && pwd`
2926    
2927    test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
2928    # Use eval to expand $SHELL
2929    if eval "$MISSING --run true"; then
2930      am_missing_run="$MISSING --run "
2931    else
2932      am_missing_run=
2933      { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2934    echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2935    fi
2936    
2937    for ac_prog in gawk mawk nawk awk
2938    do
2939      # Extract the first word of "$ac_prog", so it can be a program name with args.
2940    set dummy $ac_prog; ac_word=$2
2941    echo "$as_me:$LINENO: checking for $ac_word" >&5
2942    echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2943    if test "${ac_cv_prog_AWK+set}" = set; then
2944      echo $ECHO_N "(cached) $ECHO_C" >&6
2945    else
2946      if test -n "$AWK"; then
2947      ac_cv_prog_AWK="$AWK" # Let the user override the test.
2948    else
2949    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2950    for as_dir in $PATH
2951    do
2952      IFS=$as_save_IFS
2953      test -z "$as_dir" && as_dir=.
2954      for ac_exec_ext in '' $ac_executable_extensions; do
2955      if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2956        ac_cv_prog_AWK="$ac_prog"
2957        echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2958        break 2
2959      fi
2960    done
2961    done
2962    
2963    fi
2964    fi
2965    AWK=$ac_cv_prog_AWK
2966    if test -n "$AWK"; then
2967      echo "$as_me:$LINENO: result: $AWK" >&5
2968    echo "${ECHO_T}$AWK" >&6
2969    else
2970      echo "$as_me:$LINENO: result: no" >&5
2971    echo "${ECHO_T}no" >&6
2972    fi
2973    
2974      test -n "$AWK" && break
2975    done
2976    
2977    echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2978    echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2979    set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
2980    if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2981      echo $ECHO_N "(cached) $ECHO_C" >&6
2982    else
2983      cat >conftest.make <<\_ACEOF
2984    all:
2985            @echo 'ac_maketemp="$(MAKE)"'
2986    _ACEOF
2987    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2988    eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2989    if test -n "$ac_maketemp"; then
2990      eval ac_cv_prog_make_${ac_make}_set=yes
2991    else
2992      eval ac_cv_prog_make_${ac_make}_set=no
2993    fi
2994    rm -f conftest.make
2995    fi
2996    if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2997      echo "$as_me:$LINENO: result: yes" >&5
2998    echo "${ECHO_T}yes" >&6
2999      SET_MAKE=
3000    else
3001      echo "$as_me:$LINENO: result: no" >&5
3002    echo "${ECHO_T}no" >&6
3003      SET_MAKE="MAKE=${MAKE-make}"
3004    fi
3005    
3006  rm -f .deps 2>/dev/null  rm -f .deps 2>/dev/null
3007  mkdir .deps 2>/dev/null  mkdir .deps 2>/dev/null
3008  if test -d .deps; then  if test -d .deps; then
# Line 2548  fi Line 3076  fi
3076    
3077    
3078    
3079     # test to see if srcdir already configured
3080    if test "`cd $srcdir && pwd`" != "`pwd`" &&
3081       test -f $srcdir/config.status; then
3082      { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
3083    echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
3084       { (exit 1); exit 1; }; }
3085    fi
3086    
3087  depcc="$CXX"  am_compiler_list=  # Define the identity of the package.
3088     PACKAGE=linuxsampler
3089     VERSION=0.1
3090    
 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5  
 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6  
 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then  
   echo $ECHO_N "(cached) $ECHO_C" >&6  
 else  
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then  
   # We make a subdir and do the tests there.  Otherwise we can end up  
   # making bogus files that we don't know about and never remove.  For  
   # instance it was reported that on HP-UX the gcc test will end up  
   # making a dummy file named `D' -- because `-MD' means `put the output  
   # in D'.  
   mkdir conftest.dir  
   # Copy depcomp to subdir because otherwise we won't find it if we're  
   # using a relative directory.  
   cp "$am_depcomp" conftest.dir  
   cd conftest.dir  
3091    
3092    am_cv_CXX_dependencies_compiler_type=none  cat >>confdefs.h <<_ACEOF
3093    if test "$am_compiler_list" = ""; then  #define PACKAGE "$PACKAGE"
3094       am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`  _ACEOF
   fi  
   for depmode in $am_compiler_list; do  
     # We need to recreate these files for each test, as the compiler may  
     # overwrite some of them when testing with obscure command lines.  
     # This happens at least with the AIX C compiler.  
     echo '#include "conftest.h"' > conftest.c  
     echo 'int i;' > conftest.h  
     echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf  
3095    
     case $depmode in  
     nosideeffect)  
       # after this tag, mechanisms are not by side-effect, so they'll  
       # only be used when explicitly requested  
       if test "x$enable_dependency_tracking" = xyes; then  
         continue  
       else  
         break  
       fi  
       ;;  
     none) break ;;  
     esac  
     # We check with `-c' and `-o' for the sake of the "dashmstdout"  
     # mode.  It turns out that the SunPro C++ compiler does not properly  
     # handle `-M -o', and we need to detect this.  
     if depmode=$depmode \  
        source=conftest.c object=conftest.o \  
        depfile=conftest.Po tmpdepfile=conftest.TPo \  
        $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&  
        grep conftest.h conftest.Po > /dev/null 2>&1 &&  
        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then  
       am_cv_CXX_dependencies_compiler_type=$depmode  
       break  
     fi  
   done  
3096    
3097    cd ..  cat >>confdefs.h <<_ACEOF
3098    rm -rf conftest.dir  #define VERSION "$VERSION"
3099  else  _ACEOF
   am_cv_CXX_dependencies_compiler_type=none  
 fi  
3100    
3101  fi  # Some tools Automake needs.
 echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5  
 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6  
 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type  
3102    
3103    ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3104    
 # Check whether --enable-shared or --disable-shared was given.  
 if test "${enable_shared+set}" = set; then  
   enableval="$enable_shared"  
   p=${PACKAGE-default}  
     case $enableval in  
     yes) enable_shared=yes ;;  
     no) enable_shared=no ;;  
     *)  
       enable_shared=no  
       # Look at the argument we got.  We use all the common list separators.  
       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"  
       for pkg in $enableval; do  
         IFS="$lt_save_ifs"  
         if test "X$pkg" = "X$p"; then  
           enable_shared=yes  
         fi  
       done  
       IFS="$lt_save_ifs"  
       ;;  
     esac  
 else  
   enable_shared=yes  
 fi;  
3105    
3106  # Check whether --enable-static or --disable-static was given.  AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
 if test "${enable_static+set}" = set; then  
   enableval="$enable_static"  
   p=${PACKAGE-default}  
     case $enableval in  
     yes) enable_static=yes ;;  
     no) enable_static=no ;;  
     *)  
      enable_static=no  
       # Look at the argument we got.  We use all the common list separators.  
       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"  
       for pkg in $enableval; do  
         IFS="$lt_save_ifs"  
         if test "X$pkg" = "X$p"; then  
           enable_static=yes  
         fi  
       done  
       IFS="$lt_save_ifs"  
       ;;  
     esac  
 else  
   enable_static=yes  
 fi;  
3107    
 # Check whether --enable-fast-install or --disable-fast-install was given.  
 if test "${enable_fast_install+set}" = set; then  
   enableval="$enable_fast_install"  
   p=${PACKAGE-default}  
     case $enableval in  
     yes) enable_fast_install=yes ;;  
     no) enable_fast_install=no ;;  
     *)  
       enable_fast_install=no  
       # Look at the argument we got.  We use all the common list separators.  
       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"  
       for pkg in $enableval; do  
         IFS="$lt_save_ifs"  
         if test "X$pkg" = "X$p"; then  
           enable_fast_install=yes  
         fi  
       done  
       IFS="$lt_save_ifs"  
       ;;  
     esac  
 else  
   enable_fast_install=yes  
 fi;  
3108    
3109  ac_ext=c  AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
 ac_cpp='$CPP $CPPFLAGS'  
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'  
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  
 ac_compiler_gnu=$ac_cv_c_compiler_gnu  
 if test -n "$ac_tool_prefix"; then  
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.  
 set dummy ${ac_tool_prefix}gcc; ac_word=$2  
 echo "$as_me:$LINENO: checking for $ac_word" >&5  
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  
 if test "${ac_cv_prog_CC+set}" = set; then  
   echo $ECHO_N "(cached) $ECHO_C" >&6  
 else  
   if test -n "$CC"; then  
   ac_cv_prog_CC="$CC" # Let the user override the test.  
 else  
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  
 for as_dir in $PATH  
 do  
   IFS=$as_save_IFS  
   test -z "$as_dir" && as_dir=.  
   for ac_exec_ext in '' $ac_executable_extensions; do  
   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then  
     ac_cv_prog_CC="${ac_tool_prefix}gcc"  
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5  
     break 2  
   fi  
 done  
 done  
3110    
 fi  
 fi  
 CC=$ac_cv_prog_CC  
 if test -n "$CC"; then  
   echo "$as_me:$LINENO: result: $CC" >&5  
 echo "${ECHO_T}$CC" >&6  
 else  
   echo "$as_me:$LINENO: result: no" >&5  
 echo "${ECHO_T}no" >&6  
 fi  
3111    
3112  fi  AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
 if test -z "$ac_cv_prog_CC"; then  
   ac_ct_CC=$CC  
   # Extract the first word of "gcc", so it can be a program name with args.  
 set dummy gcc; ac_word=$2  
 echo "$as_me:$LINENO: checking for $ac_word" >&5  
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  
   echo $ECHO_N "(cached) $ECHO_C" >&6  
 else  
   if test -n "$ac_ct_CC"; then  
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.  
 else  
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  
 for as_dir in $PATH  
 do  
   IFS=$as_save_IFS  
   test -z "$as_dir" && as_dir=.  
   for ac_exec_ext in '' $ac_executable_extensions; do  
   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then  
     ac_cv_prog_ac_ct_CC="gcc"  
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5  
     break 2  
   fi  
 done  
 done  
3113    
 fi  
 fi  
 ac_ct_CC=$ac_cv_prog_ac_ct_CC  
 if test -n "$ac_ct_CC"; then  
   echo "$as_me:$LINENO: result: $ac_ct_CC" >&5  
 echo "${ECHO_T}$ac_ct_CC" >&6  
 else  
   echo "$as_me:$LINENO: result: no" >&5  
 echo "${ECHO_T}no" >&6  
 fi  
3114    
3115    CC=$ac_ct_CC  MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
 else  
   CC="$ac_cv_prog_CC"  
 fi  
3116    
3117  if test -z "$CC"; then  
3118    AMTAR=${AMTAR-"${am_missing_run}tar"}
3119    
3120    install_sh=${install_sh-"$am_aux_dir/install-sh"}
3121    
3122    # Installed binaries are usually stripped using `strip' when the user
3123    # run `make install-strip'.  However `strip' might not be the right
3124    # tool to use in cross-compilation environments, therefore Automake
3125    # will honor the `STRIP' environment variable to overrule this program.
3126    if test "$cross_compiling" != no; then
3127    if test -n "$ac_tool_prefix"; then    if test -n "$ac_tool_prefix"; then
3128    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3129  set dummy ${ac_tool_prefix}cc; ac_word=$2  set dummy ${ac_tool_prefix}strip; ac_word=$2
3130  echo "$as_me:$LINENO: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
3131  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3132  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_STRIP+set}" = set; then
3133    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3134  else  else
3135    if test -n "$CC"; then    if test -n "$STRIP"; then
3136    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3137  else  else
3138  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3139  for as_dir in $PATH  for as_dir in $PATH
# Line 2793  do Line 3142  do
3142    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
3143    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
3144    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3145      ac_cv_prog_CC="${ac_tool_prefix}cc"      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3146      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3147      break 2      break 2
3148    fi    fi
# Line 2802  done Line 3151  done
3151    
3152  fi  fi
3153  fi  fi
3154  CC=$ac_cv_prog_CC  STRIP=$ac_cv_prog_STRIP
3155  if test -n "$CC"; then  if test -n "$STRIP"; then
3156    echo "$as_me:$LINENO: result: $CC" >&5    echo "$as_me:$LINENO: result: $STRIP" >&5
3157  echo "${ECHO_T}$CC" >&6  echo "${ECHO_T}$STRIP" >&6
3158  else  else
3159    echo "$as_me:$LINENO: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
3160  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
3161  fi  fi
3162    
3163  fi  fi
3164  if test -z "$ac_cv_prog_CC"; then  if test -z "$ac_cv_prog_STRIP"; then
3165    ac_ct_CC=$CC    ac_ct_STRIP=$STRIP
3166    # Extract the first word of "cc", so it can be a program name with args.    # Extract the first word of "strip", so it can be a program name with args.
3167  set dummy cc; ac_word=$2  set dummy strip; ac_word=$2
3168  echo "$as_me:$LINENO: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
3169  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3170  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3171    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3172  else  else
3173    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_STRIP"; then
3174    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.    ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3175  else  else
3176  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3177  for as_dir in $PATH  for as_dir in $PATH
# Line 2831  do Line 3180  do
3180    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
3181    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
3182    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3183      ac_cv_prog_ac_ct_CC="cc"      ac_cv_prog_ac_ct_STRIP="strip"
3184      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3185      break 2      break 2
3186    fi    fi
3187  done  done
3188  done  done
3189    
3190      test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
3191  fi  fi
3192  fi  fi
3193  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3194  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_STRIP"; then
3195    echo "$as_me:$LINENO: result: $ac_ct_CC" >&5    echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3196  echo "${ECHO_T}$ac_ct_CC" >&6  echo "${ECHO_T}$ac_ct_STRIP" >&6
3197  else  else
3198    echo "$as_me:$LINENO: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
3199  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
3200  fi  fi
3201    
3202    CC=$ac_ct_CC    STRIP=$ac_ct_STRIP
3203  else  else
3204    CC="$ac_cv_prog_CC"    STRIP="$ac_cv_prog_STRIP"
3205  fi  fi
3206    
3207  fi  fi
3208  if test -z "$CC"; then  INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
3209    # Extract the first word of "cc", so it can be a program name with args.  
3210  set dummy cc; ac_word=$2  # We need awk for the "check" target.  The system "awk" is bad on
3211  echo "$as_me:$LINENO: checking for $ac_word" >&5  # some platforms.
3212  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  
3213  if test "${ac_cv_prog_CC+set}" = set; then  
3214    depcc="$CC"   am_compiler_list=
3215    
3216    echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3217    echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3218    if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3219    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3220  else  else
3221    if test -n "$CC"; then    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3222    ac_cv_prog_CC="$CC" # Let the user override the test.    # We make a subdir and do the tests there.  Otherwise we can end up
3223  else    # making bogus files that we don't know about and never remove.  For
3224    ac_prog_rejected=no    # instance it was reported that on HP-UX the gcc test will end up
3225  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR    # making a dummy file named `D' -- because `-MD' means `put the output
3226  for as_dir in $PATH    # in D'.
3227  do    mkdir conftest.dir
3228    IFS=$as_save_IFS    # Copy depcomp to subdir because otherwise we won't find it if we're
3229    test -z "$as_dir" && as_dir=.    # using a relative directory.
3230    for ac_exec_ext in '' $ac_executable_extensions; do    cp "$am_depcomp" conftest.dir
3231    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    cd conftest.dir
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then  
        ac_prog_rejected=yes  
        continue  
      fi  
     ac_cv_prog_CC="cc"  
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5  
     break 2  
   fi  
 done  
 done  
3232    
3233  if test $ac_prog_rejected = yes; then    am_cv_CC_dependencies_compiler_type=none
3234    # We found a bogon in the path, so make sure we never use it.    if test "$am_compiler_list" = ""; then
3235    set dummy $ac_cv_prog_CC       am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
   shift  
   if test $# != 0; then  
     # We chose a different compiler from the bogus one.  
     # However, it has the same basename, so the bogon will be chosen  
     # first if we set CC to just the basename; use the full file name.  
     shift  
     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"  
3236    fi    fi
3237  fi    for depmode in $am_compiler_list; do
3238  fi      # We need to recreate these files for each test, as the compiler may
3239  fi      # overwrite some of them when testing with obscure command lines.
3240  CC=$ac_cv_prog_CC      # This happens at least with the AIX C compiler.
3241  if test -n "$CC"; then      echo '#include "conftest.h"' > conftest.c
3242    echo "$as_me:$LINENO: result: $CC" >&5      echo 'int i;' > conftest.h
3243  echo "${ECHO_T}$CC" >&6      echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
3244    
3245        case $depmode in
3246        nosideeffect)
3247          # after this tag, mechanisms are not by side-effect, so they'll
3248          # only be used when explicitly requested
3249          if test "x$enable_dependency_tracking" = xyes; then
3250            continue
3251          else
3252            break
3253          fi
3254          ;;
3255        none) break ;;
3256        esac
3257        # We check with `-c' and `-o' for the sake of the "dashmstdout"
3258        # mode.  It turns out that the SunPro C++ compiler does not properly
3259        # handle `-M -o', and we need to detect this.
3260        if depmode=$depmode \
3261           source=conftest.c object=conftest.o \
3262           depfile=conftest.Po tmpdepfile=conftest.TPo \
3263           $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
3264           grep conftest.h conftest.Po > /dev/null 2>&1 &&
3265           ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3266          am_cv_CC_dependencies_compiler_type=$depmode
3267          break
3268        fi
3269      done
3270    
3271      cd ..
3272      rm -rf conftest.dir
3273  else  else
3274    echo "$as_me:$LINENO: result: no" >&5    am_cv_CC_dependencies_compiler_type=none
 echo "${ECHO_T}no" >&6  
3275  fi  fi
3276    
3277  fi  fi
3278  if test -z "$CC"; then  echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3279    if test -n "$ac_tool_prefix"; then  echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3280    for ac_prog in cl  CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3281    
3282    
3283    
3284    
3285    ac_ext=cc
3286    ac_cpp='$CXXCPP $CPPFLAGS'
3287    ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3288    ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3289    ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3290    
3291    ac_ext=cc
3292    ac_cpp='$CXXCPP $CPPFLAGS'
3293    ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3294    ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3295    ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3296    if test -n "$ac_tool_prefix"; then
3297      for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
3298    do    do
3299      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3300  set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3301  echo "$as_me:$LINENO: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
3302  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3303  if test "${ac_cv_prog_CC+set}" = set; then  if test "${ac_cv_prog_CXX+set}" = set; then
3304    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3305  else  else
3306    if test -n "$CC"; then    if test -n "$CXX"; then
3307    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CXX="$CXX" # Let the user override the test.
3308  else  else
3309  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3310  for as_dir in $PATH  for as_dir in $PATH
# Line 2930  do Line 3313  do
3313    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
3314    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
3315    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3316      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"      ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3317      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3318      break 2      break 2
3319    fi    fi
# Line 2939  done Line 3322  done
3322    
3323  fi  fi
3324  fi  fi
3325  CC=$ac_cv_prog_CC  CXX=$ac_cv_prog_CXX
3326  if test -n "$CC"; then  if test -n "$CXX"; then
3327    echo "$as_me:$LINENO: result: $CC" >&5    echo "$as_me:$LINENO: result: $CXX" >&5
3328  echo "${ECHO_T}$CC" >&6  echo "${ECHO_T}$CXX" >&6
3329  else  else
3330    echo "$as_me:$LINENO: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
3331  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
3332  fi  fi
3333    
3334      test -n "$CC" && break      test -n "$CXX" && break
3335    done    done
3336  fi  fi
3337  if test -z "$CC"; then  if test -z "$CXX"; then
3338    ac_ct_CC=$CC    ac_ct_CXX=$CXX
3339    for ac_prog in cl    for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
3340  do  do
3341    # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
3342  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
3343  echo "$as_me:$LINENO: checking for $ac_word" >&5  echo "$as_me:$LINENO: checking for $ac_word" >&5
3344  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3345  if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3346    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3347  else  else
3348    if test -n "$ac_ct_CC"; then    if test -n "$ac_ct_CXX"; then
3349    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.    ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3350  else  else
3351  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3352  for as_dir in $PATH  for as_dir in $PATH
# Line 2972  do Line 3355  do
3355    test -z "$as_dir" && as_dir=.    test -z "$as_dir" && as_dir=.
3356    for ac_exec_ext in '' $ac_executable_extensions; do    for ac_exec_ext in '' $ac_executable_extensions; do
3357    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then    if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3358      ac_cv_prog_ac_ct_CC="$ac_prog"      ac_cv_prog_ac_ct_CXX="$ac_prog"
3359      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5      echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3360      break 2      break 2
3361    fi    fi
# Line 2981  done Line 3364  done
3364    
3365  fi  fi
3366  fi  fi
3367  ac_ct_CC=$ac_cv_prog_ac_ct_CC  ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3368  if test -n "$ac_ct_CC"; then  if test -n "$ac_ct_CXX"; then
3369    echo "$as_me:$LINENO: result: $ac_ct_CC" >&5    echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3370  echo "${ECHO_T}$ac_ct_CC" >&6  echo "${ECHO_T}$ac_ct_CXX" >&6
3371  else  else
3372    echo "$as_me:$LINENO: result: no" >&5    echo "$as_me:$LINENO: result: no" >&5
3373  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
3374  fi  fi
3375    
3376    test -n "$ac_ct_CC" && break    test -n "$ac_ct_CXX" && break
3377  done  done
3378    test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
3379    
3380    CC=$ac_ct_CC    CXX=$ac_ct_CXX
 fi  
   
3381  fi  fi
3382    
3383    
 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH  
 See \`config.log' for more details." >&5  
 echo "$as_me: error: no acceptable C compiler found in \$PATH  
 See \`config.log' for more details." >&2;}  
    { (exit 1); exit 1; }; }  
   
3384  # Provide some information about the compiler.  # Provide some information about the compiler.
3385  echo "$as_me:$LINENO:" \  echo "$as_me:$LINENO:" \
3386       "checking for C compiler version" >&5       "checking for C++ compiler version" >&5
3387  ac_compiler=`set X $ac_compile; echo $2`  ac_compiler=`set X $ac_compile; echo $2`
3388  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3389    (eval $ac_compiler --version </dev/null >&5) 2>&5    (eval $ac_compiler --version </dev/null >&5) 2>&5
# Line 3025  ac_compiler=`set X $ac_compile; echo $2` Line 3401  ac_compiler=`set X $ac_compile; echo $2`
3401    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3402    (exit $ac_status); }    (exit $ac_status); }
3403    
3404  echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5  echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3405  echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6  echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
3406  if test "${ac_cv_c_compiler_gnu+set}" = set; then  if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3407    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3408  else  else
3409    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
3410  /* confdefs.h.  */  /* confdefs.h.  */
3411  _ACEOF  _ACEOF
3412  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 3051  main () Line 3426  main ()
3426  _ACEOF  _ACEOF
3427  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
3428  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3429    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
3430    ac_status=$?    ac_status=$?
3431      grep -v '^ *+' conftest.er1 >conftest.err
3432      rm -f conftest.er1
3433      cat conftest.err >&5
3434    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3435    (exit $ac_status); } &&    (exit $ac_status); } &&
3436           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -z "$ac_cxx_werror_flag"
3437                             || test ! -s conftest.err'
3438      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3439      (eval $ac_try) 2>&5
3440      ac_status=$?
3441      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3442      (exit $ac_status); }; } &&
3443             { ac_try='test -s conftest.$ac_objext'
3444    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3445    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3446    ac_status=$?    ac_status=$?
# Line 3068  sed 's/^/| /' conftest.$ac_ext >&5 Line 3453  sed 's/^/| /' conftest.$ac_ext >&5
3453    
3454  ac_compiler_gnu=no  ac_compiler_gnu=no
3455  fi  fi
3456  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3457  ac_cv_c_compiler_gnu=$ac_compiler_gnu  ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3458    
3459  fi  fi
3460  echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5  echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3461  echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6  echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3462  GCC=`test $ac_compiler_gnu = yes && echo yes`  GXX=`test $ac_compiler_gnu = yes && echo yes`
3463  ac_test_CFLAGS=${CFLAGS+set}  ac_test_CXXFLAGS=${CXXFLAGS+set}
3464  ac_save_CFLAGS=$CFLAGS  ac_save_CXXFLAGS=$CXXFLAGS
3465  CFLAGS="-g"  CXXFLAGS="-g"
3466  echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5  echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3467  echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6  echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3468  if test "${ac_cv_prog_cc_g+set}" = set; then  if test "${ac_cv_prog_cxx_g+set}" = set; then
3469    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3470  else  else
3471    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
3472  /* confdefs.h.  */  /* confdefs.h.  */
3473  _ACEOF  _ACEOF
3474  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 3101  main () Line 3485  main ()
3485  _ACEOF  _ACEOF
3486  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
3487  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3488    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
3489    ac_status=$?    ac_status=$?
3490      grep -v '^ *+' conftest.er1 >conftest.err
3491      rm -f conftest.er1
3492      cat conftest.err >&5
3493    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3494    (exit $ac_status); } &&    (exit $ac_status); } &&
3495           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -z "$ac_cxx_werror_flag"
3496                             || test ! -s conftest.err'
3497      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3498      (eval $ac_try) 2>&5
3499      ac_status=$?
3500      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3501      (exit $ac_status); }; } &&
3502             { ac_try='test -s conftest.$ac_objext'
3503    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3504    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3505    ac_status=$?    ac_status=$?
3506    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3507    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
3508    ac_cv_prog_cc_g=yes    ac_cv_prog_cxx_g=yes
3509  else  else
3510    echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
3511  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3512    
3513  ac_cv_prog_cc_g=no  ac_cv_prog_cxx_g=no
3514  fi  fi
3515  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3516  fi  fi
3517  echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5  echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3518  echo "${ECHO_T}$ac_cv_prog_cc_g" >&6  echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
3519  if test "$ac_test_CFLAGS" = set; then  if test "$ac_test_CXXFLAGS" = set; then
3520    CFLAGS=$ac_save_CFLAGS    CXXFLAGS=$ac_save_CXXFLAGS
3521  elif test $ac_cv_prog_cc_g = yes; then  elif test $ac_cv_prog_cxx_g = yes; then
3522    if test "$GCC" = yes; then    if test "$GXX" = yes; then
3523      CFLAGS="-g -O2"      CXXFLAGS="-g -O2"
3524    else    else
3525      CFLAGS="-g"      CXXFLAGS="-g"
3526    fi    fi
3527  else  else
3528    if test "$GCC" = yes; then    if test "$GXX" = yes; then
3529      CFLAGS="-O2"      CXXFLAGS="-O2"
3530    else    else
3531      CFLAGS=      CXXFLAGS=
3532    fi    fi
3533  fi  fi
3534  echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5  for ac_declaration in \
 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6  
 if test "${ac_cv_prog_cc_stdc+set}" = set; then  
   echo $ECHO_N "(cached) $ECHO_C" >&6  
 else  
   ac_cv_prog_cc_stdc=no  
 ac_save_CC=$CC  
 cat >conftest.$ac_ext <<_ACEOF  
 #line $LINENO "configure"  
 /* confdefs.h.  */  
 _ACEOF  
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 #include <stdarg.h>  
 #include <stdio.h>  
 #include <sys/types.h>  
 #include <sys/stat.h>  
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */  
 struct buf { int x; };  
 FILE * (*rcsopen) (struct buf *, struct stat *, int);  
 static char *e (p, i)  
      char **p;  
      int i;  
 {  
   return p[i];  
 }  
 static char *f (char * (*g) (char **, int), char **p, ...)  
 {  
   char *s;  
   va_list v;  
   va_start (v,p);  
   s = g (p, va_arg (v,int));  
   va_end (v);  
   return s;  
 }  
 int test (int i, double x);  
 struct s1 {int (*f) (int a);};  
 struct s2 {int (*f) (double a);};  
 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);  
 int argc;  
 char **argv;  
 int  
 main ()  
 {  
 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];  
   ;  
   return 0;  
 }  
 _ACEOF  
 # Don't try gcc -ansi; that turns off useful extensions and  
 # breaks some systems' header files.  
 # AIX                   -qlanglvl=ansi  
 # Ultrix and OSF/1      -std1  
 # HP-UX 10.20 and later -Ae  
 # HP-UX older versions  -Aa -D_HPUX_SOURCE  
 # SVR4                  -Xc -D__EXTENSIONS__  
 for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"  
 do  
   CC="$ac_save_CC $ac_arg"  
   rm -f conftest.$ac_objext  
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  
   (eval $ac_compile) 2>&5  
   ac_status=$?  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); } &&  
          { ac_try='test -s conftest.$ac_objext'  
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  
   (eval $ac_try) 2>&5  
   ac_status=$?  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); }; }; then  
   ac_cv_prog_cc_stdc=$ac_arg  
 break  
 else  
   echo "$as_me: failed program was:" >&5  
 sed 's/^/| /' conftest.$ac_ext >&5  
   
 fi  
 rm -f conftest.$ac_objext  
 done  
 rm -f conftest.$ac_ext conftest.$ac_objext  
 CC=$ac_save_CC  
   
 fi  
   
 case "x$ac_cv_prog_cc_stdc" in  
   x|xno)  
     echo "$as_me:$LINENO: result: none needed" >&5  
 echo "${ECHO_T}none needed" >&6 ;;  
   *)  
     echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5  
 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6  
     CC="$CC $ac_cv_prog_cc_stdc" ;;  
 esac  
   
 # Some people use a C++ compiler to compile C.  Since we use `exit',  
 # in C++ we need to declare it.  In case someone uses the same compiler  
 # for both compiling C and C++ we need to have the C++ compiler decide  
 # the declaration of exit, since it's the most demanding environment.  
 cat >conftest.$ac_ext <<_ACEOF  
 #ifndef __cplusplus  
   choke me  
 #endif  
 _ACEOF  
 rm -f conftest.$ac_objext  
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  
   (eval $ac_compile) 2>&5  
   ac_status=$?  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); } &&  
          { ac_try='test -s conftest.$ac_objext'  
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5  
   (eval $ac_try) 2>&5  
   ac_status=$?  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5  
   (exit $ac_status); }; }; then  
   for ac_declaration in \  
3535     '' \     '' \
3536     'extern "C" void std::exit (int) throw (); using std::exit;' \     'extern "C" void std::exit (int) throw (); using std::exit;' \
3537     'extern "C" void std::exit (int); using std::exit;' \     'extern "C" void std::exit (int); using std::exit;' \
# Line 3263  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 3540  if { (eval echo "$as_me:$LINENO: \"$ac_c
3540     'void exit (int);'     'void exit (int);'
3541  do  do
3542    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
3543  /* confdefs.h.  */  /* confdefs.h.  */
3544  _ACEOF  _ACEOF
3545  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 3281  exit (42); Line 3557  exit (42);
3557  _ACEOF  _ACEOF
3558  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
3559  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3560    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
3561    ac_status=$?    ac_status=$?
3562      grep -v '^ *+' conftest.er1 >conftest.err
3563      rm -f conftest.er1
3564      cat conftest.err >&5
3565    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3566    (exit $ac_status); } &&    (exit $ac_status); } &&
3567           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -z "$ac_cxx_werror_flag"
3568                             || test ! -s conftest.err'
3569      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3570      (eval $ac_try) 2>&5
3571      ac_status=$?
3572      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3573      (exit $ac_status); }; } &&
3574             { ac_try='test -s conftest.$ac_objext'
3575    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3576    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3577    ac_status=$?    ac_status=$?
# Line 3298  sed 's/^/| /' conftest.$ac_ext >&5 Line 3584  sed 's/^/| /' conftest.$ac_ext >&5
3584    
3585  continue  continue
3586  fi  fi
3587  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3588    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
3589  /* confdefs.h.  */  /* confdefs.h.  */
3590  _ACEOF  _ACEOF
3591  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 3317  exit (42); Line 3602  exit (42);
3602  _ACEOF  _ACEOF
3603  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
3604  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3605    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
3606    ac_status=$?    ac_status=$?
3607      grep -v '^ *+' conftest.er1 >conftest.err
3608      rm -f conftest.er1
3609      cat conftest.err >&5
3610    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3611    (exit $ac_status); } &&    (exit $ac_status); } &&
3612           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -z "$ac_cxx_werror_flag"
3613                             || test ! -s conftest.err'
3614      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3615      (eval $ac_try) 2>&5
3616      ac_status=$?
3617      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3618      (exit $ac_status); }; } &&
3619             { ac_try='test -s conftest.$ac_objext'
3620    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3621    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
3622    ac_status=$?    ac_status=$?
# Line 3333  else Line 3628  else
3628  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
3629    
3630  fi  fi
3631  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3632  done  done
3633  rm -f conftest*  rm -f conftest*
3634  if test -n "$ac_declaration"; then  if test -n "$ac_declaration"; then
# Line 3342  if test -n "$ac_declaration"; then Line 3637  if test -n "$ac_declaration"; then
3637    echo '#endif'             >>confdefs.h    echo '#endif'             >>confdefs.h
3638  fi  fi
3639    
 else  
   echo "$as_me: failed program was:" >&5  
 sed 's/^/| /' conftest.$ac_ext >&5  
   
 fi  
 rm -f conftest.$ac_objext conftest.$ac_ext  
3640  ac_ext=cc  ac_ext=cc
3641  ac_cpp='$CXXCPP $CPPFLAGS'  ac_cpp='$CXXCPP $CPPFLAGS'
3642  ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'  ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3643  ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3644  ac_compiler_gnu=$ac_cv_cxx_compiler_gnu  ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3645    
3646  depcc="$CC"   am_compiler_list=  depcc="$CXX"  am_compiler_list=
3647    
3648  echo "$as_me:$LINENO: checking dependency style of $depcc" >&5  echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3649  echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6  echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3650  if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then  if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
3651    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
3652  else  else
3653    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
# Line 3373  else Line 3662  else
3662    cp "$am_depcomp" conftest.dir    cp "$am_depcomp" conftest.dir
3663    cd conftest.dir    cd conftest.dir
3664    
3665    am_cv_CC_dependencies_compiler_type=none    am_cv_CXX_dependencies_compiler_type=none
3666    if test "$am_compiler_list" = ""; then    if test "$am_compiler_list" = ""; then
3667       am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`       am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3668    fi    fi
# Line 3406  else Line 3695  else
3695         $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&         $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&
3696         grep conftest.h conftest.Po > /dev/null 2>&1 &&         grep conftest.h conftest.Po > /dev/null 2>&1 &&
3697         ${MAKE-make} -s -f confmf > /dev/null 2>&1; then         ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3698        am_cv_CC_dependencies_compiler_type=$depmode        am_cv_CXX_dependencies_compiler_type=$depmode
3699        break        break
3700      fi      fi
3701    done    done
# Line 3414  else Line 3703  else
3703    cd ..    cd ..
3704    rm -rf conftest.dir    rm -rf conftest.dir
3705  else  else
3706    am_cv_CC_dependencies_compiler_type=none    am_cv_CXX_dependencies_compiler_type=none
3707  fi  fi
3708    
3709  fi  fi
3710  echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5  echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
3711  echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6  echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
3712  CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type  CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
3713    
3714    
3715    # Check whether --enable-shared or --disable-shared was given.
3716    if test "${enable_shared+set}" = set; then
3717      enableval="$enable_shared"
3718      p=${PACKAGE-default}
3719        case $enableval in
3720        yes) enable_shared=yes ;;
3721        no) enable_shared=no ;;
3722        *)
3723          enable_shared=no
3724          # Look at the argument we got.  We use all the common list separators.
3725          lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3726          for pkg in $enableval; do
3727            IFS="$lt_save_ifs"
3728            if test "X$pkg" = "X$p"; then
3729              enable_shared=yes
3730            fi
3731          done
3732          IFS="$lt_save_ifs"
3733          ;;
3734        esac
3735    else
3736      enable_shared=yes
3737    fi;
3738    
3739    # Check whether --enable-static or --disable-static was given.
3740    if test "${enable_static+set}" = set; then
3741      enableval="$enable_static"
3742      p=${PACKAGE-default}
3743        case $enableval in
3744        yes) enable_static=yes ;;
3745        no) enable_static=no ;;
3746        *)
3747         enable_static=no
3748          # Look at the argument we got.  We use all the common list separators.
3749          lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3750          for pkg in $enableval; do
3751            IFS="$lt_save_ifs"
3752            if test "X$pkg" = "X$p"; then
3753              enable_static=yes
3754            fi
3755          done
3756          IFS="$lt_save_ifs"
3757          ;;
3758        esac
3759    else
3760      enable_static=yes
3761    fi;
3762    
3763    # Check whether --enable-fast-install or --disable-fast-install was given.
3764    if test "${enable_fast_install+set}" = set; then
3765      enableval="$enable_fast_install"
3766      p=${PACKAGE-default}
3767        case $enableval in
3768        yes) enable_fast_install=yes ;;
3769        no) enable_fast_install=no ;;
3770        *)
3771          enable_fast_install=no
3772          # Look at the argument we got.  We use all the common list separators.
3773          lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3774          for pkg in $enableval; do
3775            IFS="$lt_save_ifs"
3776            if test "X$pkg" = "X$p"; then
3777              enable_fast_install=yes
3778            fi
3779          done
3780          IFS="$lt_save_ifs"
3781          ;;
3782        esac
3783    else
3784      enable_fast_install=yes
3785    fi;
3786    
3787  echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5  echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
3788  echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6  echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
# Line 3857  LTCC=${LTCC-"$CC"} Line 4218  LTCC=${LTCC-"$CC"}
4218  # Allow CC to be a program name with arguments.  # Allow CC to be a program name with arguments.
4219  compiler=$CC  compiler=$CC
4220    
   
4221  # Check whether --enable-libtool-lock or --disable-libtool-lock was given.  # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
4222  if test "${enable_libtool_lock+set}" = set; then  if test "${enable_libtool_lock+set}" = set; then
4223    enableval="$enable_libtool_lock"    enableval="$enable_libtool_lock"
# Line 3889  ia64-*-hpux*) Line 4249  ia64-*-hpux*)
4249    ;;    ;;
4250  *-*-irix6*)  *-*-irix6*)
4251    # Find out which ABI we are using.    # Find out which ABI we are using.
4252    echo '#line 3892 "configure"' > conftest.$ac_ext    echo '#line 4252 "configure"' > conftest.$ac_ext
4253    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4254    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
4255    ac_status=$?    ac_status=$?
# Line 3986  ac_link='$CC -o conftest$ac_exeext $CFLA Line 4346  ac_link='$CC -o conftest$ac_exeext $CFLA
4346  ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_compiler_gnu=$ac_cv_c_compiler_gnu
4347    
4348       cat >conftest.$ac_ext <<_ACEOF       cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4349  /* confdefs.h.  */  /* confdefs.h.  */
4350  _ACEOF  _ACEOF
4351  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4003  main () Line 4362  main ()
4362  _ACEOF  _ACEOF
4363  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
4364  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4365    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
4366    ac_status=$?    ac_status=$?
4367      grep -v '^ *+' conftest.er1 >conftest.err
4368      rm -f conftest.er1
4369      cat conftest.err >&5
4370    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4371    (exit $ac_status); } &&    (exit $ac_status); } &&
4372           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_c_werror_flag"
4373                             || test ! -s conftest.err'
4374      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4375      (eval $ac_try) 2>&5
4376      ac_status=$?
4377      echo "$as_me:$LINENO: \$? = $ac_status" >&5
4378      (exit $ac_status); }; } &&
4379             { ac_try='test -s conftest$ac_exeext'
4380    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4381    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4382    ac_status=$?    ac_status=$?
# Line 4020  sed 's/^/| /' conftest.$ac_ext >&5 Line 4389  sed 's/^/| /' conftest.$ac_ext >&5
4389    
4390  lt_cv_cc_needs_belf=no  lt_cv_cc_needs_belf=no
4391  fi  fi
4392  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
4393          conftest$ac_exeext conftest.$ac_ext
4394       ac_ext=c       ac_ext=c
4395  ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
4396  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
# Line 4069  do Line 4439  do
4439    # On the NeXT, cc -E runs the code through the compiler's parser,    # On the NeXT, cc -E runs the code through the compiler's parser,
4440    # not just through cpp. "Syntax error" is here to catch this case.    # not just through cpp. "Syntax error" is here to catch this case.
4441    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4442  /* confdefs.h.  */  /* confdefs.h.  */
4443  _ACEOF  _ACEOF
4444  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4080  cat >>conftest.$ac_ext <<_ACEOF Line 4449  cat >>conftest.$ac_ext <<_ACEOF
4449  #else  #else
4450  # include <assert.h>  # include <assert.h>
4451  #endif  #endif
4452                       Syntax error                       Syntax error
4453  _ACEOF  _ACEOF
4454  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4455    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
# Line 4092  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4461  if { (eval echo "$as_me:$LINENO: \"$ac_c
4461    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
4462    if test -s conftest.err; then    if test -s conftest.err; then
4463      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
4464        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4465    else    else
4466      ac_cpp_err=      ac_cpp_err=
4467    fi    fi
# Line 4112  rm -f conftest.err conftest.$ac_ext Line 4482  rm -f conftest.err conftest.$ac_ext
4482    # OK, works on sane cases.  Now check whether non-existent headers    # OK, works on sane cases.  Now check whether non-existent headers
4483    # can be detected and how.    # can be detected and how.
4484    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4485  /* confdefs.h.  */  /* confdefs.h.  */
4486  _ACEOF  _ACEOF
4487  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4130  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4499  if { (eval echo "$as_me:$LINENO: \"$ac_c
4499    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
4500    if test -s conftest.err; then    if test -s conftest.err; then
4501      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
4502        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4503    else    else
4504      ac_cpp_err=      ac_cpp_err=
4505    fi    fi
# Line 4176  do Line 4546  do
4546    # On the NeXT, cc -E runs the code through the compiler's parser,    # On the NeXT, cc -E runs the code through the compiler's parser,
4547    # not just through cpp. "Syntax error" is here to catch this case.    # not just through cpp. "Syntax error" is here to catch this case.
4548    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4549  /* confdefs.h.  */  /* confdefs.h.  */
4550  _ACEOF  _ACEOF
4551  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4187  cat >>conftest.$ac_ext <<_ACEOF Line 4556  cat >>conftest.$ac_ext <<_ACEOF
4556  #else  #else
4557  # include <assert.h>  # include <assert.h>
4558  #endif  #endif
4559                       Syntax error                       Syntax error
4560  _ACEOF  _ACEOF
4561  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4562    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
# Line 4199  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4568  if { (eval echo "$as_me:$LINENO: \"$ac_c
4568    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
4569    if test -s conftest.err; then    if test -s conftest.err; then
4570      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
4571        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4572    else    else
4573      ac_cpp_err=      ac_cpp_err=
4574    fi    fi
# Line 4219  rm -f conftest.err conftest.$ac_ext Line 4589  rm -f conftest.err conftest.$ac_ext
4589    # OK, works on sane cases.  Now check whether non-existent headers    # OK, works on sane cases.  Now check whether non-existent headers
4590    # can be detected and how.    # can be detected and how.
4591    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4592  /* confdefs.h.  */  /* confdefs.h.  */
4593  _ACEOF  _ACEOF
4594  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4237  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4606  if { (eval echo "$as_me:$LINENO: \"$ac_c
4606    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
4607    if test -s conftest.err; then    if test -s conftest.err; then
4608      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
4609        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4610    else    else
4611      ac_cpp_err=      ac_cpp_err=
4612    fi    fi
# Line 4282  if test "${ac_cv_header_stdc+set}" = set Line 4652  if test "${ac_cv_header_stdc+set}" = set
4652    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
4653  else  else
4654    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4655  /* confdefs.h.  */  /* confdefs.h.  */
4656  _ACEOF  _ACEOF
4657  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4303  main () Line 4672  main ()
4672  _ACEOF  _ACEOF
4673  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
4674  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4675    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
4676    ac_status=$?    ac_status=$?
4677      grep -v '^ *+' conftest.er1 >conftest.err
4678      rm -f conftest.er1
4679      cat conftest.err >&5
4680    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4681    (exit $ac_status); } &&    (exit $ac_status); } &&
4682           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -z "$ac_c_werror_flag"
4683                             || test ! -s conftest.err'
4684      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4685      (eval $ac_try) 2>&5
4686      ac_status=$?
4687      echo "$as_me:$LINENO: \$? = $ac_status" >&5
4688      (exit $ac_status); }; } &&
4689             { ac_try='test -s conftest.$ac_objext'
4690    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4691    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4692    ac_status=$?    ac_status=$?
# Line 4320  sed 's/^/| /' conftest.$ac_ext >&5 Line 4699  sed 's/^/| /' conftest.$ac_ext >&5
4699    
4700  ac_cv_header_stdc=no  ac_cv_header_stdc=no
4701  fi  fi
4702  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4703    
4704  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
4705    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4706    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4707  /* confdefs.h.  */  /* confdefs.h.  */
4708  _ACEOF  _ACEOF
4709  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4347  fi Line 4725  fi
4725  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
4726    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4727    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4728  /* confdefs.h.  */  /* confdefs.h.  */
4729  _ACEOF  _ACEOF
4730  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4372  if test $ac_cv_header_stdc = yes; then Line 4749  if test $ac_cv_header_stdc = yes; then
4749    :    :
4750  else  else
4751    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4752  /* confdefs.h.  */  /* confdefs.h.  */
4753  _ACEOF  _ACEOF
4754  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4384  cat >>conftest.$ac_ext <<_ACEOF Line 4760  cat >>conftest.$ac_ext <<_ACEOF
4760  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4761  #else  #else
4762  # define ISLOWER(c) \  # define ISLOWER(c) \
4763                     (('a' <= (c) && (c) <= 'i') \                     (('a' <= (c) && (c) <= 'i') \
4764                       || ('j' <= (c) && (c) <= 'r') \                       || ('j' <= (c) && (c) <= 'r') \
4765                       || ('s' <= (c) && (c) <= 'z'))                       || ('s' <= (c) && (c) <= 'z'))
4766  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4767  #endif  #endif
4768    
# Line 4397  main () Line 4773  main ()
4773    int i;    int i;
4774    for (i = 0; i < 256; i++)    for (i = 0; i < 256; i++)
4775      if (XOR (islower (i), ISLOWER (i))      if (XOR (islower (i), ISLOWER (i))
4776          || toupper (i) != TOUPPER (i))          || toupper (i) != TOUPPER (i))
4777        exit(2);        exit(2);
4778    exit (0);    exit (0);
4779  }  }
# Line 4447  fi Line 4823  fi
4823    
4824    
4825  for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \  for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4826                    inttypes.h stdint.h unistd.h                    inttypes.h stdint.h unistd.h
4827  do  do
4828  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4829  echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
# Line 4456  if eval "test \"\${$as_ac_Header+set}\" Line 4832  if eval "test \"\${$as_ac_Header+set}\"
4832    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
4833  else  else
4834    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4835  /* confdefs.h.  */  /* confdefs.h.  */
4836  _ACEOF  _ACEOF
4837  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4468  $ac_includes_default Line 4843  $ac_includes_default
4843  _ACEOF  _ACEOF
4844  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
4845  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4846    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
4847    ac_status=$?    ac_status=$?
4848      grep -v '^ *+' conftest.er1 >conftest.err
4849      rm -f conftest.er1
4850      cat conftest.err >&5
4851    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4852    (exit $ac_status); } &&    (exit $ac_status); } &&
4853           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -z "$ac_c_werror_flag"
4854                             || test ! -s conftest.err'
4855      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4856      (eval $ac_try) 2>&5
4857      ac_status=$?
4858      echo "$as_me:$LINENO: \$? = $ac_status" >&5
4859      (exit $ac_status); }; } &&
4860             { ac_try='test -s conftest.$ac_objext'
4861    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4862    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4863    ac_status=$?    ac_status=$?
# Line 4485  sed 's/^/| /' conftest.$ac_ext >&5 Line 4870  sed 's/^/| /' conftest.$ac_ext >&5
4870    
4871  eval "$as_ac_Header=no"  eval "$as_ac_Header=no"
4872  fi  fi
4873  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4874  fi  fi
4875  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4876  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 4516  else Line 4901  else
4901  echo "$as_me:$LINENO: checking $ac_header usability" >&5  echo "$as_me:$LINENO: checking $ac_header usability" >&5
4902  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4903  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4904  /* confdefs.h.  */  /* confdefs.h.  */
4905  _ACEOF  _ACEOF
4906  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4527  $ac_includes_default Line 4911  $ac_includes_default
4911  _ACEOF  _ACEOF
4912  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
4913  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4914    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
4915    ac_status=$?    ac_status=$?
4916      grep -v '^ *+' conftest.er1 >conftest.err
4917      rm -f conftest.er1
4918      cat conftest.err >&5
4919    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
4920    (exit $ac_status); } &&    (exit $ac_status); } &&
4921           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -z "$ac_c_werror_flag"
4922                             || test ! -s conftest.err'
4923      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4924      (eval $ac_try) 2>&5
4925      ac_status=$?
4926      echo "$as_me:$LINENO: \$? = $ac_status" >&5
4927      (exit $ac_status); }; } &&
4928             { ac_try='test -s conftest.$ac_objext'
4929    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4930    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
4931    ac_status=$?    ac_status=$?
# Line 4544  sed 's/^/| /' conftest.$ac_ext >&5 Line 4938  sed 's/^/| /' conftest.$ac_ext >&5
4938    
4939  ac_header_compiler=no  ac_header_compiler=no
4940  fi  fi
4941  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4942  echo "$as_me:$LINENO: result: $ac_header_compiler" >&5  echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4943  echo "${ECHO_T}$ac_header_compiler" >&6  echo "${ECHO_T}$ac_header_compiler" >&6
4944    
# Line 4552  echo "${ECHO_T}$ac_header_compiler" >&6 Line 4946  echo "${ECHO_T}$ac_header_compiler" >&6
4946  echo "$as_me:$LINENO: checking $ac_header presence" >&5  echo "$as_me:$LINENO: checking $ac_header presence" >&5
4947  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4948  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
4949  /* confdefs.h.  */  /* confdefs.h.  */
4950  _ACEOF  _ACEOF
4951  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4570  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 4963  if { (eval echo "$as_me:$LINENO: \"$ac_c
4963    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
4964    if test -s conftest.err; then    if test -s conftest.err; then
4965      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
4966        ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4967    else    else
4968      ac_cpp_err=      ac_cpp_err=
4969    fi    fi
# Line 4589  echo "$as_me:$LINENO: result: $ac_header Line 4983  echo "$as_me:$LINENO: result: $ac_header
4983  echo "${ECHO_T}$ac_header_preproc" >&6  echo "${ECHO_T}$ac_header_preproc" >&6
4984    
4985  # So?  What about this header?  # So?  What about this header?
4986  case $ac_header_compiler:$ac_header_preproc in  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4987    yes:no )    yes:no: )
4988      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4989  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4990      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4991  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4992      (      ac_header_preproc=yes
       cat <<\_ASBOX  
 ## ------------------------------------ ##  
 ## Report this to bug-autoconf@gnu.org. ##  
 ## ------------------------------------ ##  
 _ASBOX  
     ) |  
       sed "s/^/$as_me: WARNING:     /" >&2  
4993      ;;      ;;
4994    no:yes )    no:yes:* )
4995      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4996  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4997      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
4998  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
4999        { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5000    echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5001        { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
5002    echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
5003      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5004  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5005        { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5006    echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5007      (      (
5008        cat <<\_ASBOX        cat <<\_ASBOX
5009  ## ------------------------------------ ##  ## ------------------------------------------ ##
5010  ## Report this to bug-autoconf@gnu.org. ##  ## Report this to the AC_PACKAGE_NAME lists.  ##
5011  ## ------------------------------------ ##  ## ------------------------------------------ ##
5012  _ASBOX  _ASBOX
5013      ) |      ) |
5014        sed "s/^/$as_me: WARNING:     /" >&2        sed "s/^/$as_me: WARNING:     /" >&2
# Line 4626  echo $ECHO_N "checking for $ac_header... Line 5019  echo $ECHO_N "checking for $ac_header...
5019  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
5020    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
5021  else  else
5022    eval "$as_ac_Header=$ac_header_preproc"    eval "$as_ac_Header=\$ac_header_preproc"
5023  fi  fi
5024  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5025  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 4665  do Line 5058  do
5058    # On the NeXT, cc -E runs the code through the compiler's parser,    # On the NeXT, cc -E runs the code through the compiler's parser,
5059    # not just through cpp. "Syntax error" is here to catch this case.    # not just through cpp. "Syntax error" is here to catch this case.
5060    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
5061  /* confdefs.h.  */  /* confdefs.h.  */
5062  _ACEOF  _ACEOF
5063  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4676  cat >>conftest.$ac_ext <<_ACEOF Line 5068  cat >>conftest.$ac_ext <<_ACEOF
5068  #else  #else
5069  # include <assert.h>  # include <assert.h>
5070  #endif  #endif
5071                       Syntax error                       Syntax error
5072  _ACEOF  _ACEOF
5073  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5074    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
# Line 4688  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5080  if { (eval echo "$as_me:$LINENO: \"$ac_c
5080    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
5081    if test -s conftest.err; then    if test -s conftest.err; then
5082      ac_cpp_err=$ac_cxx_preproc_warn_flag      ac_cpp_err=$ac_cxx_preproc_warn_flag
5083        ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5084    else    else
5085      ac_cpp_err=      ac_cpp_err=
5086    fi    fi
# Line 4708  rm -f conftest.err conftest.$ac_ext Line 5101  rm -f conftest.err conftest.$ac_ext
5101    # OK, works on sane cases.  Now check whether non-existent headers    # OK, works on sane cases.  Now check whether non-existent headers
5102    # can be detected and how.    # can be detected and how.
5103    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
5104  /* confdefs.h.  */  /* confdefs.h.  */
5105  _ACEOF  _ACEOF
5106  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4726  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5118  if { (eval echo "$as_me:$LINENO: \"$ac_c
5118    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
5119    if test -s conftest.err; then    if test -s conftest.err; then
5120      ac_cpp_err=$ac_cxx_preproc_warn_flag      ac_cpp_err=$ac_cxx_preproc_warn_flag
5121        ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5122    else    else
5123      ac_cpp_err=      ac_cpp_err=
5124    fi    fi
# Line 4772  do Line 5165  do
5165    # On the NeXT, cc -E runs the code through the compiler's parser,    # On the NeXT, cc -E runs the code through the compiler's parser,
5166    # not just through cpp. "Syntax error" is here to catch this case.    # not just through cpp. "Syntax error" is here to catch this case.
5167    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
5168  /* confdefs.h.  */  /* confdefs.h.  */
5169  _ACEOF  _ACEOF
5170  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4783  cat >>conftest.$ac_ext <<_ACEOF Line 5175  cat >>conftest.$ac_ext <<_ACEOF
5175  #else  #else
5176  # include <assert.h>  # include <assert.h>
5177  #endif  #endif
5178                       Syntax error                       Syntax error
5179  _ACEOF  _ACEOF
5180  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5181    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
# Line 4795  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5187  if { (eval echo "$as_me:$LINENO: \"$ac_c
5187    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
5188    if test -s conftest.err; then    if test -s conftest.err; then
5189      ac_cpp_err=$ac_cxx_preproc_warn_flag      ac_cpp_err=$ac_cxx_preproc_warn_flag
5190        ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5191    else    else
5192      ac_cpp_err=      ac_cpp_err=
5193    fi    fi
# Line 4815  rm -f conftest.err conftest.$ac_ext Line 5208  rm -f conftest.err conftest.$ac_ext
5208    # OK, works on sane cases.  Now check whether non-existent headers    # OK, works on sane cases.  Now check whether non-existent headers
5209    # can be detected and how.    # can be detected and how.
5210    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
5211  /* confdefs.h.  */  /* confdefs.h.  */
5212  _ACEOF  _ACEOF
5213  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 4833  if { (eval echo "$as_me:$LINENO: \"$ac_c Line 5225  if { (eval echo "$as_me:$LINENO: \"$ac_c
5225    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
5226    if test -s conftest.err; then    if test -s conftest.err; then
5227      ac_cpp_err=$ac_cxx_preproc_warn_flag      ac_cpp_err=$ac_cxx_preproc_warn_flag
5228        ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
5229    else    else
5230      ac_cpp_err=      ac_cpp_err=
5231    fi    fi
# Line 4877  ac_compile='$F77 -c $FFLAGS conftest.$ac Line 5270  ac_compile='$F77 -c $FFLAGS conftest.$ac
5270  ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'  ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5271  ac_compiler_gnu=$ac_cv_f77_compiler_gnu  ac_compiler_gnu=$ac_cv_f77_compiler_gnu
5272  if test -n "$ac_tool_prefix"; then  if test -n "$ac_tool_prefix"; then
5273    for ac_prog in g77 f77 xlf frt pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95    for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
5274    do    do
5275      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5276  set dummy $ac_tool_prefix$ac_prog; ac_word=$2  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
# Line 4919  fi Line 5312  fi
5312  fi  fi
5313  if test -z "$F77"; then  if test -z "$F77"; then
5314    ac_ct_F77=$F77    ac_ct_F77=$F77
5315    for ac_prog in g77 f77 xlf frt pgf77 fl32 af77 fort77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 lf95 g95    for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
5316  do  do
5317    # Extract the first word of "$ac_prog", so it can be a program name with args.    # Extract the first word of "$ac_prog", so it can be a program name with args.
5318  set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
# Line 4964  fi Line 5357  fi
5357    
5358    
5359  # Provide some information about the compiler.  # Provide some information about the compiler.
5360  echo "$as_me:4967:" \  echo "$as_me:5360:" \
5361       "checking for Fortran 77 compiler version" >&5       "checking for Fortran 77 compiler version" >&5
5362  ac_compiler=`set X $ac_compile; echo $2`  ac_compiler=`set X $ac_compile; echo $2`
5363  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5  { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
# Line 4982  ac_compiler=`set X $ac_compile; echo $2` Line 5375  ac_compiler=`set X $ac_compile; echo $2`
5375    ac_status=$?    ac_status=$?
5376    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5377    (exit $ac_status); }    (exit $ac_status); }
5378    rm -f a.out
5379    
5380  # If we don't use `.F' as extension, the preprocessor is not run on the  # If we don't use `.F' as extension, the preprocessor is not run on the
5381  # input file.  # input file.  (Note that this only needs to work for GNU compilers.)
5382  ac_save_ext=$ac_ext  ac_save_ext=$ac_ext
5383  ac_ext=F  ac_ext=F
5384  echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5  echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
# Line 5002  else Line 5396  else
5396  _ACEOF  _ACEOF
5397  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
5398  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5399    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
5400    ac_status=$?    ac_status=$?
5401      grep -v '^ *+' conftest.er1 >conftest.err
5402      rm -f conftest.er1
5403      cat conftest.err >&5
5404    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5405    (exit $ac_status); } &&    (exit $ac_status); } &&
5406           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -z "$ac_f77_werror_flag"
5407                             || test ! -s conftest.err'
5408      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5409      (eval $ac_try) 2>&5
5410      ac_status=$?
5411      echo "$as_me:$LINENO: \$? = $ac_status" >&5
5412      (exit $ac_status); }; } &&
5413             { ac_try='test -s conftest.$ac_objext'
5414    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5415    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5416    ac_status=$?    ac_status=$?
# Line 5019  sed 's/^/| /' conftest.$ac_ext >&5 Line 5423  sed 's/^/| /' conftest.$ac_ext >&5
5423    
5424  ac_compiler_gnu=no  ac_compiler_gnu=no
5425  fi  fi
5426  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5427  ac_cv_f77_compiler_gnu=$ac_compiler_gnu  ac_cv_f77_compiler_gnu=$ac_compiler_gnu
5428    
5429  fi  fi
5430  echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5  echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
5431  echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6  echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6
5432  ac_ext=$ac_save_ext  ac_ext=$ac_save_ext
 G77=`test $ac_compiler_gnu = yes && echo yes`  
5433  ac_test_FFLAGS=${FFLAGS+set}  ac_test_FFLAGS=${FFLAGS+set}
5434  ac_save_FFLAGS=$FFLAGS  ac_save_FFLAGS=$FFLAGS
5435  FFLAGS=  FFLAGS=
# Line 5043  cat >conftest.$ac_ext <<_ACEOF Line 5446  cat >conftest.$ac_ext <<_ACEOF
5446  _ACEOF  _ACEOF
5447  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
5448  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5449    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>conftest.er1
5450    ac_status=$?    ac_status=$?
5451      grep -v '^ *+' conftest.er1 >conftest.err
5452      rm -f conftest.er1
5453      cat conftest.err >&5
5454    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5455    (exit $ac_status); } &&    (exit $ac_status); } &&
5456           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -z "$ac_f77_werror_flag"
5457                             || test ! -s conftest.err'
5458      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5459      (eval $ac_try) 2>&5
5460      ac_status=$?
5461      echo "$as_me:$LINENO: \$? = $ac_status" >&5
5462      (exit $ac_status); }; } &&
5463             { ac_try='test -s conftest.$ac_objext'
5464    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5465    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
5466    ac_status=$?    ac_status=$?
# Line 5060  sed 's/^/| /' conftest.$ac_ext >&5 Line 5473  sed 's/^/| /' conftest.$ac_ext >&5
5473    
5474  ac_cv_prog_f77_g=no  ac_cv_prog_f77_g=no
5475  fi  fi
5476  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5477    
5478  fi  fi
5479  echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5  echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
# Line 5068  echo "${ECHO_T}$ac_cv_prog_f77_g" >&6 Line 5481  echo "${ECHO_T}$ac_cv_prog_f77_g" >&6
5481  if test "$ac_test_FFLAGS" = set; then  if test "$ac_test_FFLAGS" = set; then
5482    FFLAGS=$ac_save_FFLAGS    FFLAGS=$ac_save_FFLAGS
5483  elif test $ac_cv_prog_f77_g = yes; then  elif test $ac_cv_prog_f77_g = yes; then
5484    if test "$G77" = yes; then    if test "x$ac_cv_f77_compiler_gnu" = xyes; then
5485      FFLAGS="-g -O2"      FFLAGS="-g -O2"
5486    else    else
5487      FFLAGS="-g"      FFLAGS="-g"
5488    fi    fi
5489  else  else
5490    if test "$G77" = yes; then    if test "x$ac_cv_f77_compiler_gnu" = xyes; then
5491      FFLAGS="-O2"      FFLAGS="-O2"
5492    else    else
5493      FFLAGS=      FFLAGS=
5494    fi    fi
5495  fi  fi
5496    
5497    G77=`test $ac_compiler_gnu = yes && echo yes`
5498  ac_ext=cc  ac_ext=cc
5499  ac_cpp='$CXXCPP $CPPFLAGS'  ac_cpp='$CXXCPP $CPPFLAGS'
5500  ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'  ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
# Line 5976  else Line 6391  else
6391     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6392     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6393     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
6394     (eval echo "\"\$as_me:5979: $lt_compile\"" >&5)     (eval echo "\"\$as_me:6394: $lt_compile\"" >&5)
6395     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
6396     ac_status=$?     ac_status=$?
6397     cat conftest.err >&5     cat conftest.err >&5
6398     echo "$as_me:5983: \$? = $ac_status" >&5     echo "$as_me:6398: \$? = $ac_status" >&5
6399     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
6400       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
6401       # So say no if there are warnings       # So say no if there are warnings
# Line 6209  else Line 6624  else
6624     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6625     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6626     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
6627     (eval echo "\"\$as_me:6212: $lt_compile\"" >&5)     (eval echo "\"\$as_me:6627: $lt_compile\"" >&5)
6628     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
6629     ac_status=$?     ac_status=$?
6630     cat conftest.err >&5     cat conftest.err >&5
6631     echo "$as_me:6216: \$? = $ac_status" >&5     echo "$as_me:6631: \$? = $ac_status" >&5
6632     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
6633       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
6634       # So say no if there are warnings       # So say no if there are warnings
# Line 6276  else Line 6691  else
6691     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6692     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6693     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
6694     (eval echo "\"\$as_me:6279: $lt_compile\"" >&5)     (eval echo "\"\$as_me:6694: $lt_compile\"" >&5)
6695     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
6696     ac_status=$?     ac_status=$?
6697     cat out/conftest.err >&5     cat out/conftest.err >&5
6698     echo "$as_me:6283: \$? = $ac_status" >&5     echo "$as_me:6698: \$? = $ac_status" >&5
6699     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
6700     then     then
6701       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
# Line 6644  $echo "local: *; };" >> $output_objdir/$ Line 7059  $echo "local: *; };" >> $output_objdir/$
7059          allow_undefined_flag='-berok'          allow_undefined_flag='-berok'
7060         # Determine the default libpath from the value encoded in an empty executable.         # Determine the default libpath from the value encoded in an empty executable.
7061         cat >conftest.$ac_ext <<_ACEOF         cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
7062  /* confdefs.h.  */  /* confdefs.h.  */
7063  _ACEOF  _ACEOF
7064  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6661  main () Line 7075  main ()
7075  _ACEOF  _ACEOF
7076  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
7077  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7078    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
7079    ac_status=$?    ac_status=$?
7080      grep -v '^ *+' conftest.er1 >conftest.err
7081      rm -f conftest.er1
7082      cat conftest.err >&5
7083    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7084    (exit $ac_status); } &&    (exit $ac_status); } &&
7085           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_c_werror_flag"
7086                             || test ! -s conftest.err'
7087      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7088      (eval $ac_try) 2>&5
7089      ac_status=$?
7090      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7091      (exit $ac_status); }; } &&
7092             { ac_try='test -s conftest$ac_exeext'
7093    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7094    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7095    ac_status=$?    ac_status=$?
# Line 6682  else Line 7106  else
7106  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
7107    
7108  fi  fi
7109  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7110          conftest$ac_exeext conftest.$ac_ext
7111  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
7112    
7113         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
# Line 6695  if test -z "$aix_libpath"; then aix_libp Line 7120  if test -z "$aix_libpath"; then aix_libp
7120          else          else
7121           # Determine the default libpath from the value encoded in an empty executable.           # Determine the default libpath from the value encoded in an empty executable.
7122           cat >conftest.$ac_ext <<_ACEOF           cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
7123  /* confdefs.h.  */  /* confdefs.h.  */
7124  _ACEOF  _ACEOF
7125  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 6712  main () Line 7136  main ()
7136  _ACEOF  _ACEOF
7137  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
7138  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7139    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
7140    ac_status=$?    ac_status=$?
7141      grep -v '^ *+' conftest.er1 >conftest.err
7142      rm -f conftest.er1
7143      cat conftest.err >&5
7144    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7145    (exit $ac_status); } &&    (exit $ac_status); } &&
7146           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_c_werror_flag"
7147                             || test ! -s conftest.err'
7148      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7149      (eval $ac_try) 2>&5
7150      ac_status=$?
7151      echo "$as_me:$LINENO: \$? = $ac_status" >&5
7152      (exit $ac_status); }; } &&
7153             { ac_try='test -s conftest$ac_exeext'
7154    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7155    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
7156    ac_status=$?    ac_status=$?
# Line 6733  else Line 7167  else
7167  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
7168    
7169  fi  fi
7170  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
7171          conftest$ac_exeext conftest.$ac_ext
7172  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
7173    
7174           hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"           hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
# Line 7867  else Line 8302  else
8302    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
8303  LIBS="-ldl  $LIBS"  LIBS="-ldl  $LIBS"
8304  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
8305  /* confdefs.h.  */  /* confdefs.h.  */
8306  _ACEOF  _ACEOF
8307  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 7891  dlopen (); Line 8325  dlopen ();
8325  _ACEOF  _ACEOF
8326  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
8327  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8328    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
8329    ac_status=$?    ac_status=$?
8330      grep -v '^ *+' conftest.er1 >conftest.err
8331      rm -f conftest.er1
8332      cat conftest.err >&5
8333    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8334    (exit $ac_status); } &&    (exit $ac_status); } &&
8335           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_c_werror_flag"
8336                             || test ! -s conftest.err'
8337      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8338      (eval $ac_try) 2>&5
8339      ac_status=$?
8340      echo "$as_me:$LINENO: \$? = $ac_status" >&5
8341      (exit $ac_status); }; } &&
8342             { ac_try='test -s conftest$ac_exeext'
8343    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8344    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8345    ac_status=$?    ac_status=$?
# Line 7908  sed 's/^/| /' conftest.$ac_ext >&5 Line 8352  sed 's/^/| /' conftest.$ac_ext >&5
8352    
8353  ac_cv_lib_dl_dlopen=no  ac_cv_lib_dl_dlopen=no
8354  fi  fi
8355  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
8356          conftest$ac_exeext conftest.$ac_ext
8357  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
8358  fi  fi
8359  echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
# Line 7932  if test "${ac_cv_func_shl_load+set}" = s Line 8377  if test "${ac_cv_func_shl_load+set}" = s
8377    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
8378  else  else
8379    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
8380  /* confdefs.h.  */  /* confdefs.h.  */
8381  _ACEOF  _ACEOF
8382  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
8383  cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
8384  /* end confdefs.h.  */  /* end confdefs.h.  */
8385    /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
8386       For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8387    #define shl_load innocuous_shl_load
8388    
8389  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
8390      which can conflict with char shl_load (); below.      which can conflict with char shl_load (); below.
8391      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8392      <limits.h> exists even on freestanding compilers.  */      <limits.h> exists even on freestanding compilers.  */
8393    
8394  #ifdef __STDC__  #ifdef __STDC__
8395  # include <limits.h>  # include <limits.h>
8396  #else  #else
8397  # include <assert.h>  # include <assert.h>
8398  #endif  #endif
8399    
8400    #undef shl_load
8401    
8402  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
8403  #ifdef __cplusplus  #ifdef __cplusplus
8404  extern "C"  extern "C"
# Line 7977  return f != shl_load; Line 8429  return f != shl_load;
8429  _ACEOF  _ACEOF
8430  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
8431  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8432    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
8433    ac_status=$?    ac_status=$?
8434      grep -v '^ *+' conftest.er1 >conftest.err
8435      rm -f conftest.er1
8436      cat conftest.err >&5
8437    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8438    (exit $ac_status); } &&    (exit $ac_status); } &&
8439           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_c_werror_flag"
8440                             || test ! -s conftest.err'
8441      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8442      (eval $ac_try) 2>&5
8443      ac_status=$?
8444      echo "$as_me:$LINENO: \$? = $ac_status" >&5
8445      (exit $ac_status); }; } &&
8446             { ac_try='test -s conftest$ac_exeext'
8447    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8448    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8449    ac_status=$?    ac_status=$?
# Line 7994  sed 's/^/| /' conftest.$ac_ext >&5 Line 8456  sed 's/^/| /' conftest.$ac_ext >&5
8456    
8457  ac_cv_func_shl_load=no  ac_cv_func_shl_load=no
8458  fi  fi
8459  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
8460          conftest$ac_exeext conftest.$ac_ext
8461  fi  fi
8462  echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5  echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
8463  echo "${ECHO_T}$ac_cv_func_shl_load" >&6  echo "${ECHO_T}$ac_cv_func_shl_load" >&6
# Line 8009  else Line 8472  else
8472    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
8473  LIBS="-ldld  $LIBS"  LIBS="-ldld  $LIBS"
8474  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
8475  /* confdefs.h.  */  /* confdefs.h.  */
8476  _ACEOF  _ACEOF
8477  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 8033  shl_load (); Line 8495  shl_load ();
8495  _ACEOF  _ACEOF
8496  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
8497  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8498    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
8499    ac_status=$?    ac_status=$?
8500      grep -v '^ *+' conftest.er1 >conftest.err
8501      rm -f conftest.er1
8502      cat conftest.err >&5
8503    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8504    (exit $ac_status); } &&    (exit $ac_status); } &&
8505           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_c_werror_flag"
8506                             || test ! -s conftest.err'
8507      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8508      (eval $ac_try) 2>&5
8509      ac_status=$?
8510      echo "$as_me:$LINENO: \$? = $ac_status" >&5
8511      (exit $ac_status); }; } &&
8512             { ac_try='test -s conftest$ac_exeext'
8513    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8514    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8515    ac_status=$?    ac_status=$?
# Line 8050  sed 's/^/| /' conftest.$ac_ext >&5 Line 8522  sed 's/^/| /' conftest.$ac_ext >&5
8522    
8523  ac_cv_lib_dld_shl_load=no  ac_cv_lib_dld_shl_load=no
8524  fi  fi
8525  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
8526          conftest$ac_exeext conftest.$ac_ext
8527  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
8528  fi  fi
8529  echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
# Line 8064  if test "${ac_cv_func_dlopen+set}" = set Line 8537  if test "${ac_cv_func_dlopen+set}" = set
8537    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
8538  else  else
8539    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
8540  /* confdefs.h.  */  /* confdefs.h.  */
8541  _ACEOF  _ACEOF
8542  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
8543  cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
8544  /* end confdefs.h.  */  /* end confdefs.h.  */
8545    /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
8546       For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8547    #define dlopen innocuous_dlopen
8548    
8549  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
8550      which can conflict with char dlopen (); below.      which can conflict with char dlopen (); below.
8551      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8552      <limits.h> exists even on freestanding compilers.  */      <limits.h> exists even on freestanding compilers.  */
8553    
8554  #ifdef __STDC__  #ifdef __STDC__
8555  # include <limits.h>  # include <limits.h>
8556  #else  #else
8557  # include <assert.h>  # include <assert.h>
8558  #endif  #endif
8559    
8560    #undef dlopen
8561    
8562  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
8563  #ifdef __cplusplus  #ifdef __cplusplus
8564  extern "C"  extern "C"
# Line 8109  return f != dlopen; Line 8589  return f != dlopen;
8589  _ACEOF  _ACEOF
8590  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
8591  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8592    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
8593    ac_status=$?    ac_status=$?
8594      grep -v '^ *+' conftest.er1 >conftest.err
8595      rm -f conftest.er1
8596      cat conftest.err >&5
8597    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8598    (exit $ac_status); } &&    (exit $ac_status); } &&
8599           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_c_werror_flag"
8600                             || test ! -s conftest.err'
8601      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8602      (eval $ac_try) 2>&5
8603      ac_status=$?
8604      echo "$as_me:$LINENO: \$? = $ac_status" >&5
8605      (exit $ac_status); }; } &&
8606             { ac_try='test -s conftest$ac_exeext'
8607    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8608    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8609    ac_status=$?    ac_status=$?
# Line 8126  sed 's/^/| /' conftest.$ac_ext >&5 Line 8616  sed 's/^/| /' conftest.$ac_ext >&5
8616    
8617  ac_cv_func_dlopen=no  ac_cv_func_dlopen=no
8618  fi  fi
8619  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
8620          conftest$ac_exeext conftest.$ac_ext
8621  fi  fi
8622  echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5  echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
8623  echo "${ECHO_T}$ac_cv_func_dlopen" >&6  echo "${ECHO_T}$ac_cv_func_dlopen" >&6
# Line 8141  else Line 8632  else
8632    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
8633  LIBS="-ldl  $LIBS"  LIBS="-ldl  $LIBS"
8634  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
8635  /* confdefs.h.  */  /* confdefs.h.  */
8636  _ACEOF  _ACEOF
8637  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 8165  dlopen (); Line 8655  dlopen ();
8655  _ACEOF  _ACEOF
8656  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
8657  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8658    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
8659    ac_status=$?    ac_status=$?
8660      grep -v '^ *+' conftest.er1 >conftest.err
8661      rm -f conftest.er1
8662      cat conftest.err >&5
8663    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8664    (exit $ac_status); } &&    (exit $ac_status); } &&
8665           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_c_werror_flag"
8666                             || test ! -s conftest.err'
8667      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8668      (eval $ac_try) 2>&5
8669      ac_status=$?
8670      echo "$as_me:$LINENO: \$? = $ac_status" >&5
8671      (exit $ac_status); }; } &&
8672             { ac_try='test -s conftest$ac_exeext'
8673    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8674    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8675    ac_status=$?    ac_status=$?
# Line 8182  sed 's/^/| /' conftest.$ac_ext >&5 Line 8682  sed 's/^/| /' conftest.$ac_ext >&5
8682    
8683  ac_cv_lib_dl_dlopen=no  ac_cv_lib_dl_dlopen=no
8684  fi  fi
8685  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
8686          conftest$ac_exeext conftest.$ac_ext
8687  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
8688  fi  fi
8689  echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
# Line 8198  else Line 8699  else
8699    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
8700  LIBS="-lsvld  $LIBS"  LIBS="-lsvld  $LIBS"
8701  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
8702  /* confdefs.h.  */  /* confdefs.h.  */
8703  _ACEOF  _ACEOF
8704  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 8222  dlopen (); Line 8722  dlopen ();
8722  _ACEOF  _ACEOF
8723  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
8724  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8725    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
8726    ac_status=$?    ac_status=$?
8727      grep -v '^ *+' conftest.er1 >conftest.err
8728      rm -f conftest.er1
8729      cat conftest.err >&5
8730    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8731    (exit $ac_status); } &&    (exit $ac_status); } &&
8732           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_c_werror_flag"
8733                             || test ! -s conftest.err'
8734      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8735      (eval $ac_try) 2>&5
8736      ac_status=$?
8737      echo "$as_me:$LINENO: \$? = $ac_status" >&5
8738      (exit $ac_status); }; } &&
8739             { ac_try='test -s conftest$ac_exeext'
8740    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8741    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8742    ac_status=$?    ac_status=$?
# Line 8239  sed 's/^/| /' conftest.$ac_ext >&5 Line 8749  sed 's/^/| /' conftest.$ac_ext >&5
8749    
8750  ac_cv_lib_svld_dlopen=no  ac_cv_lib_svld_dlopen=no
8751  fi  fi
8752  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
8753          conftest$ac_exeext conftest.$ac_ext
8754  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
8755  fi  fi
8756  echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
# Line 8255  else Line 8766  else
8766    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
8767  LIBS="-ldld  $LIBS"  LIBS="-ldld  $LIBS"
8768  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
8769  /* confdefs.h.  */  /* confdefs.h.  */
8770  _ACEOF  _ACEOF
8771  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 8279  dld_link (); Line 8789  dld_link ();
8789  _ACEOF  _ACEOF
8790  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
8791  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8792    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
8793    ac_status=$?    ac_status=$?
8794      grep -v '^ *+' conftest.er1 >conftest.err
8795      rm -f conftest.er1
8796      cat conftest.err >&5
8797    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
8798    (exit $ac_status); } &&    (exit $ac_status); } &&
8799           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_c_werror_flag"
8800                             || test ! -s conftest.err'
8801      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8802      (eval $ac_try) 2>&5
8803      ac_status=$?
8804      echo "$as_me:$LINENO: \$? = $ac_status" >&5
8805      (exit $ac_status); }; } &&
8806             { ac_try='test -s conftest$ac_exeext'
8807    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8808    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
8809    ac_status=$?    ac_status=$?
# Line 8296  sed 's/^/| /' conftest.$ac_ext >&5 Line 8816  sed 's/^/| /' conftest.$ac_ext >&5
8816    
8817  ac_cv_lib_dld_dld_link=no  ac_cv_lib_dld_dld_link=no
8818  fi  fi
8819  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
8820          conftest$ac_exeext conftest.$ac_ext
8821  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
8822  fi  fi
8823  echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
# Line 8351  else Line 8872  else
8872    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
8873    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
8874    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
8875  #line 8354 "configure"  #line 8875 "configure"
8876  #include "confdefs.h"  #include "confdefs.h"
8877    
8878  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 8449  else Line 8970  else
8970    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
8971    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
8972    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
8973  #line 8452 "configure"  #line 8973 "configure"
8974  #include "confdefs.h"  #include "confdefs.h"
8975    
8976  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 9498  case $host_os in Line 10019  case $host_os in
10019        allow_undefined_flag_CXX='-berok'        allow_undefined_flag_CXX='-berok'
10020        # Determine the default libpath from the value encoded in an empty executable.        # Determine the default libpath from the value encoded in an empty executable.
10021        cat >conftest.$ac_ext <<_ACEOF        cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
10022  /* confdefs.h.  */  /* confdefs.h.  */
10023  _ACEOF  _ACEOF
10024  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 9515  main () Line 10035  main ()
10035  _ACEOF  _ACEOF
10036  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
10037  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10038    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
10039    ac_status=$?    ac_status=$?
10040      grep -v '^ *+' conftest.er1 >conftest.err
10041      rm -f conftest.er1
10042      cat conftest.err >&5
10043    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10044    (exit $ac_status); } &&    (exit $ac_status); } &&
10045           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
10046                             || test ! -s conftest.err'
10047      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10048      (eval $ac_try) 2>&5
10049      ac_status=$?
10050      echo "$as_me:$LINENO: \$? = $ac_status" >&5
10051      (exit $ac_status); }; } &&
10052             { ac_try='test -s conftest$ac_exeext'
10053    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10054    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10055    ac_status=$?    ac_status=$?
# Line 9536  else Line 10066  else
10066  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
10067    
10068  fi  fi
10069  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
10070          conftest$ac_exeext conftest.$ac_ext
10071  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10072    
10073        hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"        hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
# Line 9550  if test -z "$aix_libpath"; then aix_libp Line 10081  if test -z "$aix_libpath"; then aix_libp
10081        else        else
10082          # Determine the default libpath from the value encoded in an empty executable.          # Determine the default libpath from the value encoded in an empty executable.
10083          cat >conftest.$ac_ext <<_ACEOF          cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
10084  /* confdefs.h.  */  /* confdefs.h.  */
10085  _ACEOF  _ACEOF
10086  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 9567  main () Line 10097  main ()
10097  _ACEOF  _ACEOF
10098  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
10099  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10100    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
10101    ac_status=$?    ac_status=$?
10102      grep -v '^ *+' conftest.er1 >conftest.err
10103      rm -f conftest.er1
10104      cat conftest.err >&5
10105    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
10106    (exit $ac_status); } &&    (exit $ac_status); } &&
10107           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
10108                             || test ! -s conftest.err'
10109      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10110      (eval $ac_try) 2>&5
10111      ac_status=$?
10112      echo "$as_me:$LINENO: \$? = $ac_status" >&5
10113      (exit $ac_status); }; } &&
10114             { ac_try='test -s conftest$ac_exeext'
10115    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10116    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10117    ac_status=$?    ac_status=$?
# Line 9588  else Line 10128  else
10128  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
10129    
10130  fi  fi
10131  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
10132          conftest$ac_exeext conftest.$ac_ext
10133  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10134    
10135          hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"          hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
# Line 10608  else Line 11149  else
11149     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11150     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11151     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
11152     (eval echo "\"\$as_me:10611: $lt_compile\"" >&5)     (eval echo "\"\$as_me:11152: $lt_compile\"" >&5)
11153     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
11154     ac_status=$?     ac_status=$?
11155     cat conftest.err >&5     cat conftest.err >&5
11156     echo "$as_me:10615: \$? = $ac_status" >&5     echo "$as_me:11156: \$? = $ac_status" >&5
11157     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
11158       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
11159       # So say no if there are warnings       # So say no if there are warnings
# Line 10675  else Line 11216  else
11216     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11217     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11218     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
11219     (eval echo "\"\$as_me:10678: $lt_compile\"" >&5)     (eval echo "\"\$as_me:11219: $lt_compile\"" >&5)
11220     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
11221     ac_status=$?     ac_status=$?
11222     cat out/conftest.err >&5     cat out/conftest.err >&5
11223     echo "$as_me:10682: \$? = $ac_status" >&5     echo "$as_me:11223: \$? = $ac_status" >&5
11224     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
11225     then     then
11226       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
# Line 11463  else Line 12004  else
12004    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
12005  LIBS="-ldl  $LIBS"  LIBS="-ldl  $LIBS"
12006  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
12007  /* confdefs.h.  */  /* confdefs.h.  */
12008  _ACEOF  _ACEOF
12009  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 11487  dlopen (); Line 12027  dlopen ();
12027  _ACEOF  _ACEOF
12028  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
12029  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12030    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
12031    ac_status=$?    ac_status=$?
12032      grep -v '^ *+' conftest.er1 >conftest.err
12033      rm -f conftest.er1
12034      cat conftest.err >&5
12035    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12036    (exit $ac_status); } &&    (exit $ac_status); } &&
12037           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
12038                             || test ! -s conftest.err'
12039      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12040      (eval $ac_try) 2>&5
12041      ac_status=$?
12042      echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043      (exit $ac_status); }; } &&
12044             { ac_try='test -s conftest$ac_exeext'
12045    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12046    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12047    ac_status=$?    ac_status=$?
# Line 11504  sed 's/^/| /' conftest.$ac_ext >&5 Line 12054  sed 's/^/| /' conftest.$ac_ext >&5
12054    
12055  ac_cv_lib_dl_dlopen=no  ac_cv_lib_dl_dlopen=no
12056  fi  fi
12057  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
12058          conftest$ac_exeext conftest.$ac_ext
12059  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
12060  fi  fi
12061  echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
# Line 11528  if test "${ac_cv_func_shl_load+set}" = s Line 12079  if test "${ac_cv_func_shl_load+set}" = s
12079    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
12080  else  else
12081    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
12082  /* confdefs.h.  */  /* confdefs.h.  */
12083  _ACEOF  _ACEOF
12084  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
12085  cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
12086  /* end confdefs.h.  */  /* end confdefs.h.  */
12087    /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
12088       For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12089    #define shl_load innocuous_shl_load
12090    
12091  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
12092      which can conflict with char shl_load (); below.      which can conflict with char shl_load (); below.
12093      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12094      <limits.h> exists even on freestanding compilers.  */      <limits.h> exists even on freestanding compilers.  */
12095    
12096  #ifdef __STDC__  #ifdef __STDC__
12097  # include <limits.h>  # include <limits.h>
12098  #else  #else
12099  # include <assert.h>  # include <assert.h>
12100  #endif  #endif
12101    
12102    #undef shl_load
12103    
12104  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
12105  #ifdef __cplusplus  #ifdef __cplusplus
12106  extern "C"  extern "C"
# Line 11573  return f != shl_load; Line 12131  return f != shl_load;
12131  _ACEOF  _ACEOF
12132  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
12133  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12134    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
12135    ac_status=$?    ac_status=$?
12136      grep -v '^ *+' conftest.er1 >conftest.err
12137      rm -f conftest.er1
12138      cat conftest.err >&5
12139    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12140    (exit $ac_status); } &&    (exit $ac_status); } &&
12141           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
12142                             || test ! -s conftest.err'
12143      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12144      (eval $ac_try) 2>&5
12145      ac_status=$?
12146      echo "$as_me:$LINENO: \$? = $ac_status" >&5
12147      (exit $ac_status); }; } &&
12148             { ac_try='test -s conftest$ac_exeext'
12149    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12150    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12151    ac_status=$?    ac_status=$?
# Line 11590  sed 's/^/| /' conftest.$ac_ext >&5 Line 12158  sed 's/^/| /' conftest.$ac_ext >&5
12158    
12159  ac_cv_func_shl_load=no  ac_cv_func_shl_load=no
12160  fi  fi
12161  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
12162          conftest$ac_exeext conftest.$ac_ext
12163  fi  fi
12164  echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5  echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
12165  echo "${ECHO_T}$ac_cv_func_shl_load" >&6  echo "${ECHO_T}$ac_cv_func_shl_load" >&6
# Line 11605  else Line 12174  else
12174    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
12175  LIBS="-ldld  $LIBS"  LIBS="-ldld  $LIBS"
12176  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
12177  /* confdefs.h.  */  /* confdefs.h.  */
12178  _ACEOF  _ACEOF
12179  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 11629  shl_load (); Line 12197  shl_load ();
12197  _ACEOF  _ACEOF
12198  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
12199  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12200    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
12201    ac_status=$?    ac_status=$?
12202      grep -v '^ *+' conftest.er1 >conftest.err
12203      rm -f conftest.er1
12204      cat conftest.err >&5
12205    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12206    (exit $ac_status); } &&    (exit $ac_status); } &&
12207           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
12208                             || test ! -s conftest.err'
12209      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12210      (eval $ac_try) 2>&5
12211      ac_status=$?
12212      echo "$as_me:$LINENO: \$? = $ac_status" >&5
12213      (exit $ac_status); }; } &&
12214             { ac_try='test -s conftest$ac_exeext'
12215    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12216    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12217    ac_status=$?    ac_status=$?
# Line 11646  sed 's/^/| /' conftest.$ac_ext >&5 Line 12224  sed 's/^/| /' conftest.$ac_ext >&5
12224    
12225  ac_cv_lib_dld_shl_load=no  ac_cv_lib_dld_shl_load=no
12226  fi  fi
12227  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
12228          conftest$ac_exeext conftest.$ac_ext
12229  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
12230  fi  fi
12231  echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
# Line 11660  if test "${ac_cv_func_dlopen+set}" = set Line 12239  if test "${ac_cv_func_dlopen+set}" = set
12239    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
12240  else  else
12241    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
12242  /* confdefs.h.  */  /* confdefs.h.  */
12243  _ACEOF  _ACEOF
12244  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
12245  cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
12246  /* end confdefs.h.  */  /* end confdefs.h.  */
12247    /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
12248       For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12249    #define dlopen innocuous_dlopen
12250    
12251  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
12252      which can conflict with char dlopen (); below.      which can conflict with char dlopen (); below.
12253      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12254      <limits.h> exists even on freestanding compilers.  */      <limits.h> exists even on freestanding compilers.  */
12255    
12256  #ifdef __STDC__  #ifdef __STDC__
12257  # include <limits.h>  # include <limits.h>
12258  #else  #else
12259  # include <assert.h>  # include <assert.h>
12260  #endif  #endif
12261    
12262    #undef dlopen
12263    
12264  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
12265  #ifdef __cplusplus  #ifdef __cplusplus
12266  extern "C"  extern "C"
# Line 11705  return f != dlopen; Line 12291  return f != dlopen;
12291  _ACEOF  _ACEOF
12292  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
12293  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12294    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
12295    ac_status=$?    ac_status=$?
12296      grep -v '^ *+' conftest.er1 >conftest.err
12297      rm -f conftest.er1
12298      cat conftest.err >&5
12299    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12300    (exit $ac_status); } &&    (exit $ac_status); } &&
12301           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
12302                             || test ! -s conftest.err'
12303      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12304      (eval $ac_try) 2>&5
12305      ac_status=$?
12306      echo "$as_me:$LINENO: \$? = $ac_status" >&5
12307      (exit $ac_status); }; } &&
12308             { ac_try='test -s conftest$ac_exeext'
12309    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12310    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12311    ac_status=$?    ac_status=$?
# Line 11722  sed 's/^/| /' conftest.$ac_ext >&5 Line 12318  sed 's/^/| /' conftest.$ac_ext >&5
12318    
12319  ac_cv_func_dlopen=no  ac_cv_func_dlopen=no
12320  fi  fi
12321  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
12322          conftest$ac_exeext conftest.$ac_ext
12323  fi  fi
12324  echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5  echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
12325  echo "${ECHO_T}$ac_cv_func_dlopen" >&6  echo "${ECHO_T}$ac_cv_func_dlopen" >&6
# Line 11737  else Line 12334  else
12334    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
12335  LIBS="-ldl  $LIBS"  LIBS="-ldl  $LIBS"
12336  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
12337  /* confdefs.h.  */  /* confdefs.h.  */
12338  _ACEOF  _ACEOF
12339  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 11761  dlopen (); Line 12357  dlopen ();
12357  _ACEOF  _ACEOF
12358  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
12359  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12360    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
12361    ac_status=$?    ac_status=$?
12362      grep -v '^ *+' conftest.er1 >conftest.err
12363      rm -f conftest.er1
12364      cat conftest.err >&5
12365    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12366    (exit $ac_status); } &&    (exit $ac_status); } &&
12367           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
12368                             || test ! -s conftest.err'
12369      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12370      (eval $ac_try) 2>&5
12371      ac_status=$?
12372      echo "$as_me:$LINENO: \$? = $ac_status" >&5
12373      (exit $ac_status); }; } &&
12374             { ac_try='test -s conftest$ac_exeext'
12375    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12376    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12377    ac_status=$?    ac_status=$?
# Line 11778  sed 's/^/| /' conftest.$ac_ext >&5 Line 12384  sed 's/^/| /' conftest.$ac_ext >&5
12384    
12385  ac_cv_lib_dl_dlopen=no  ac_cv_lib_dl_dlopen=no
12386  fi  fi
12387  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
12388          conftest$ac_exeext conftest.$ac_ext
12389  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
12390  fi  fi
12391  echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
# Line 11794  else Line 12401  else
12401    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
12402  LIBS="-lsvld  $LIBS"  LIBS="-lsvld  $LIBS"
12403  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
12404  /* confdefs.h.  */  /* confdefs.h.  */
12405  _ACEOF  _ACEOF
12406  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 11818  dlopen (); Line 12424  dlopen ();
12424  _ACEOF  _ACEOF
12425  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
12426  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12427    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
12428    ac_status=$?    ac_status=$?
12429      grep -v '^ *+' conftest.er1 >conftest.err
12430      rm -f conftest.er1
12431      cat conftest.err >&5
12432    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12433    (exit $ac_status); } &&    (exit $ac_status); } &&
12434           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
12435                             || test ! -s conftest.err'
12436      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12437      (eval $ac_try) 2>&5
12438      ac_status=$?
12439      echo "$as_me:$LINENO: \$? = $ac_status" >&5
12440      (exit $ac_status); }; } &&
12441             { ac_try='test -s conftest$ac_exeext'
12442    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12443    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12444    ac_status=$?    ac_status=$?
# Line 11835  sed 's/^/| /' conftest.$ac_ext >&5 Line 12451  sed 's/^/| /' conftest.$ac_ext >&5
12451    
12452  ac_cv_lib_svld_dlopen=no  ac_cv_lib_svld_dlopen=no
12453  fi  fi
12454  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
12455          conftest$ac_exeext conftest.$ac_ext
12456  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
12457  fi  fi
12458  echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
# Line 11851  else Line 12468  else
12468    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
12469  LIBS="-ldld  $LIBS"  LIBS="-ldld  $LIBS"
12470  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
12471  /* confdefs.h.  */  /* confdefs.h.  */
12472  _ACEOF  _ACEOF
12473  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 11875  dld_link (); Line 12491  dld_link ();
12491  _ACEOF  _ACEOF
12492  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
12493  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12494    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
12495    ac_status=$?    ac_status=$?
12496      grep -v '^ *+' conftest.er1 >conftest.err
12497      rm -f conftest.er1
12498      cat conftest.err >&5
12499    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
12500    (exit $ac_status); } &&    (exit $ac_status); } &&
12501           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
12502                             || test ! -s conftest.err'
12503      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12504      (eval $ac_try) 2>&5
12505      ac_status=$?
12506      echo "$as_me:$LINENO: \$? = $ac_status" >&5
12507      (exit $ac_status); }; } &&
12508             { ac_try='test -s conftest$ac_exeext'
12509    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12510    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12511    ac_status=$?    ac_status=$?
# Line 11892  sed 's/^/| /' conftest.$ac_ext >&5 Line 12518  sed 's/^/| /' conftest.$ac_ext >&5
12518    
12519  ac_cv_lib_dld_dld_link=no  ac_cv_lib_dld_dld_link=no
12520  fi  fi
12521  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
12522          conftest$ac_exeext conftest.$ac_ext
12523  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
12524  fi  fi
12525  echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
# Line 11947  else Line 12574  else
12574    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12575    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
12576    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
12577  #line 11950 "configure"  #line 12577 "configure"
12578  #include "confdefs.h"  #include "confdefs.h"
12579    
12580  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 12045  else Line 12672  else
12672    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12673    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
12674    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
12675  #line 12048 "configure"  #line 12675 "configure"
12676  #include "confdefs.h"  #include "confdefs.h"
12677    
12678  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 12872  else Line 13499  else
13499     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
13500     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13501     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
13502     (eval echo "\"\$as_me:12875: $lt_compile\"" >&5)     (eval echo "\"\$as_me:13502: $lt_compile\"" >&5)
13503     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
13504     ac_status=$?     ac_status=$?
13505     cat conftest.err >&5     cat conftest.err >&5
13506     echo "$as_me:12879: \$? = $ac_status" >&5     echo "$as_me:13506: \$? = $ac_status" >&5
13507     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
13508       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
13509       # So say no if there are warnings       # So say no if there are warnings
# Line 12939  else Line 13566  else
13566     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
13567     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13568     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
13569     (eval echo "\"\$as_me:12942: $lt_compile\"" >&5)     (eval echo "\"\$as_me:13569: $lt_compile\"" >&5)
13570     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
13571     ac_status=$?     ac_status=$?
13572     cat out/conftest.err >&5     cat out/conftest.err >&5
13573     echo "$as_me:12946: \$? = $ac_status" >&5     echo "$as_me:13573: \$? = $ac_status" >&5
13574     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
13575     then     then
13576       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
# Line 13313  $echo "local: *; };" >> $output_objdir/$ Line 13940  $echo "local: *; };" >> $output_objdir/$
13940  _ACEOF  _ACEOF
13941  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
13942  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13943    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
13944    ac_status=$?    ac_status=$?
13945      grep -v '^ *+' conftest.er1 >conftest.err
13946      rm -f conftest.er1
13947      cat conftest.err >&5
13948    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
13949    (exit $ac_status); } &&    (exit $ac_status); } &&
13950           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_f77_werror_flag"
13951                             || test ! -s conftest.err'
13952      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13953      (eval $ac_try) 2>&5
13954      ac_status=$?
13955      echo "$as_me:$LINENO: \$? = $ac_status" >&5
13956      (exit $ac_status); }; } &&
13957             { ac_try='test -s conftest$ac_exeext'
13958    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13959    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
13960    ac_status=$?    ac_status=$?
# Line 13334  else Line 13971  else
13971  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
13972    
13973  fi  fi
13974  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
13975          conftest$ac_exeext conftest.$ac_ext
13976  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13977    
13978         hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"         hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
# Line 13353  if test -z "$aix_libpath"; then aix_libp Line 13991  if test -z "$aix_libpath"; then aix_libp
13991  _ACEOF  _ACEOF
13992  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
13993  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13994    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
13995    ac_status=$?    ac_status=$?
13996      grep -v '^ *+' conftest.er1 >conftest.err
13997      rm -f conftest.er1
13998      cat conftest.err >&5
13999    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
14000    (exit $ac_status); } &&    (exit $ac_status); } &&
14001           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_f77_werror_flag"
14002                             || test ! -s conftest.err'
14003      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14004      (eval $ac_try) 2>&5
14005      ac_status=$?
14006      echo "$as_me:$LINENO: \$? = $ac_status" >&5
14007      (exit $ac_status); }; } &&
14008             { ac_try='test -s conftest$ac_exeext'
14009    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14010    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
14011    ac_status=$?    ac_status=$?
# Line 13374  else Line 14022  else
14022  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
14023    
14024  fi  fi
14025  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
14026          conftest$ac_exeext conftest.$ac_ext
14027  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
14028    
14029           hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"           hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
# Line 14948  else Line 15597  else
15597     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15598     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15599     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
15600     (eval echo "\"\$as_me:14951: $lt_compile\"" >&5)     (eval echo "\"\$as_me:15600: $lt_compile\"" >&5)
15601     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
15602     ac_status=$?     ac_status=$?
15603     cat conftest.err >&5     cat conftest.err >&5
15604     echo "$as_me:14955: \$? = $ac_status" >&5     echo "$as_me:15604: \$? = $ac_status" >&5
15605     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
15606       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
15607       # So say no if there are warnings       # So say no if there are warnings
# Line 15181  else Line 15830  else
15830     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15831     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15832     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
15833     (eval echo "\"\$as_me:15184: $lt_compile\"" >&5)     (eval echo "\"\$as_me:15833: $lt_compile\"" >&5)
15834     (eval "$lt_compile" 2>conftest.err)     (eval "$lt_compile" 2>conftest.err)
15835     ac_status=$?     ac_status=$?
15836     cat conftest.err >&5     cat conftest.err >&5
15837     echo "$as_me:15188: \$? = $ac_status" >&5     echo "$as_me:15837: \$? = $ac_status" >&5
15838     if (exit $ac_status) && test -s "$ac_outfile"; then     if (exit $ac_status) && test -s "$ac_outfile"; then
15839       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
15840       # So say no if there are warnings       # So say no if there are warnings
# Line 15248  else Line 15897  else
15897     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \     -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15898     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \     -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15899     -e 's:$: $lt_compiler_flag:'`     -e 's:$: $lt_compiler_flag:'`
15900     (eval echo "\"\$as_me:15251: $lt_compile\"" >&5)     (eval echo "\"\$as_me:15900: $lt_compile\"" >&5)
15901     (eval "$lt_compile" 2>out/conftest.err)     (eval "$lt_compile" 2>out/conftest.err)
15902     ac_status=$?     ac_status=$?
15903     cat out/conftest.err >&5     cat out/conftest.err >&5
15904     echo "$as_me:15255: \$? = $ac_status" >&5     echo "$as_me:15904: \$? = $ac_status" >&5
15905     if (exit $ac_status) && test -s out/conftest2.$ac_objext     if (exit $ac_status) && test -s out/conftest2.$ac_objext
15906     then     then
15907       # The compiler can only warn and ignore the option if not recognized       # The compiler can only warn and ignore the option if not recognized
# Line 15616  $echo "local: *; };" >> $output_objdir/$ Line 16265  $echo "local: *; };" >> $output_objdir/$
16265          allow_undefined_flag_GCJ='-berok'          allow_undefined_flag_GCJ='-berok'
16266         # Determine the default libpath from the value encoded in an empty executable.         # Determine the default libpath from the value encoded in an empty executable.
16267         cat >conftest.$ac_ext <<_ACEOF         cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
16268  /* confdefs.h.  */  /* confdefs.h.  */
16269  _ACEOF  _ACEOF
16270  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 15633  main () Line 16281  main ()
16281  _ACEOF  _ACEOF
16282  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
16283  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16284    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
16285    ac_status=$?    ac_status=$?
16286      grep -v '^ *+' conftest.er1 >conftest.err
16287      rm -f conftest.er1
16288      cat conftest.err >&5
16289    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
16290    (exit $ac_status); } &&    (exit $ac_status); } &&
16291           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
16292                             || test ! -s conftest.err'
16293      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16294      (eval $ac_try) 2>&5
16295      ac_status=$?
16296      echo "$as_me:$LINENO: \$? = $ac_status" >&5
16297      (exit $ac_status); }; } &&
16298             { ac_try='test -s conftest$ac_exeext'
16299    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16300    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
16301    ac_status=$?    ac_status=$?
# Line 15654  else Line 16312  else
16312  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
16313    
16314  fi  fi
16315  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
16316          conftest$ac_exeext conftest.$ac_ext
16317  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
16318    
16319         hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"         hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
# Line 15667  if test -z "$aix_libpath"; then aix_libp Line 16326  if test -z "$aix_libpath"; then aix_libp
16326          else          else
16327           # Determine the default libpath from the value encoded in an empty executable.           # Determine the default libpath from the value encoded in an empty executable.
16328           cat >conftest.$ac_ext <<_ACEOF           cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
16329  /* confdefs.h.  */  /* confdefs.h.  */
16330  _ACEOF  _ACEOF
16331  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 15684  main () Line 16342  main ()
16342  _ACEOF  _ACEOF
16343  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
16344  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16345    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
16346    ac_status=$?    ac_status=$?
16347      grep -v '^ *+' conftest.er1 >conftest.err
16348      rm -f conftest.er1
16349      cat conftest.err >&5
16350    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
16351    (exit $ac_status); } &&    (exit $ac_status); } &&
16352           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
16353                             || test ! -s conftest.err'
16354      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16355      (eval $ac_try) 2>&5
16356      ac_status=$?
16357      echo "$as_me:$LINENO: \$? = $ac_status" >&5
16358      (exit $ac_status); }; } &&
16359             { ac_try='test -s conftest$ac_exeext'
16360    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16361    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
16362    ac_status=$?    ac_status=$?
# Line 15705  else Line 16373  else
16373  sed 's/^/| /' conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
16374    
16375  fi  fi
16376  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
16377          conftest$ac_exeext conftest.$ac_ext
16378  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi  if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
16379    
16380           hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"           hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
# Line 16839  else Line 17508  else
17508    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
17509  LIBS="-ldl  $LIBS"  LIBS="-ldl  $LIBS"
17510  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
17511  /* confdefs.h.  */  /* confdefs.h.  */
17512  _ACEOF  _ACEOF
17513  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 16863  dlopen (); Line 17531  dlopen ();
17531  _ACEOF  _ACEOF
17532  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
17533  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17534    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
17535    ac_status=$?    ac_status=$?
17536      grep -v '^ *+' conftest.er1 >conftest.err
17537      rm -f conftest.er1
17538      cat conftest.err >&5
17539    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
17540    (exit $ac_status); } &&    (exit $ac_status); } &&
17541           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
17542                             || test ! -s conftest.err'
17543      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17544      (eval $ac_try) 2>&5
17545      ac_status=$?
17546      echo "$as_me:$LINENO: \$? = $ac_status" >&5
17547      (exit $ac_status); }; } &&
17548             { ac_try='test -s conftest$ac_exeext'
17549    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17550    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
17551    ac_status=$?    ac_status=$?
# Line 16880  sed 's/^/| /' conftest.$ac_ext >&5 Line 17558  sed 's/^/| /' conftest.$ac_ext >&5
17558    
17559  ac_cv_lib_dl_dlopen=no  ac_cv_lib_dl_dlopen=no
17560  fi  fi
17561  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
17562          conftest$ac_exeext conftest.$ac_ext
17563  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
17564  fi  fi
17565  echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
# Line 16904  if test "${ac_cv_func_shl_load+set}" = s Line 17583  if test "${ac_cv_func_shl_load+set}" = s
17583    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
17584  else  else
17585    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
17586  /* confdefs.h.  */  /* confdefs.h.  */
17587  _ACEOF  _ACEOF
17588  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
17589  cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
17590  /* end confdefs.h.  */  /* end confdefs.h.  */
17591    /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
17592       For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17593    #define shl_load innocuous_shl_load
17594    
17595  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
17596      which can conflict with char shl_load (); below.      which can conflict with char shl_load (); below.
17597      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17598      <limits.h> exists even on freestanding compilers.  */      <limits.h> exists even on freestanding compilers.  */
17599    
17600  #ifdef __STDC__  #ifdef __STDC__
17601  # include <limits.h>  # include <limits.h>
17602  #else  #else
17603  # include <assert.h>  # include <assert.h>
17604  #endif  #endif
17605    
17606    #undef shl_load
17607    
17608  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
17609  #ifdef __cplusplus  #ifdef __cplusplus
17610  extern "C"  extern "C"
# Line 16949  return f != shl_load; Line 17635  return f != shl_load;
17635  _ACEOF  _ACEOF
17636  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
17637  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17638    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
17639    ac_status=$?    ac_status=$?
17640      grep -v '^ *+' conftest.er1 >conftest.err
17641      rm -f conftest.er1
17642      cat conftest.err >&5
17643    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
17644    (exit $ac_status); } &&    (exit $ac_status); } &&
17645           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
17646                             || test ! -s conftest.err'
17647      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17648      (eval $ac_try) 2>&5
17649      ac_status=$?
17650      echo "$as_me:$LINENO: \$? = $ac_status" >&5
17651      (exit $ac_status); }; } &&
17652             { ac_try='test -s conftest$ac_exeext'
17653    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17654    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
17655    ac_status=$?    ac_status=$?
# Line 16966  sed 's/^/| /' conftest.$ac_ext >&5 Line 17662  sed 's/^/| /' conftest.$ac_ext >&5
17662    
17663  ac_cv_func_shl_load=no  ac_cv_func_shl_load=no
17664  fi  fi
17665  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
17666          conftest$ac_exeext conftest.$ac_ext
17667  fi  fi
17668  echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5  echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
17669  echo "${ECHO_T}$ac_cv_func_shl_load" >&6  echo "${ECHO_T}$ac_cv_func_shl_load" >&6
# Line 16981  else Line 17678  else
17678    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
17679  LIBS="-ldld  $LIBS"  LIBS="-ldld  $LIBS"
17680  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
17681  /* confdefs.h.  */  /* confdefs.h.  */
17682  _ACEOF  _ACEOF
17683  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 17005  shl_load (); Line 17701  shl_load ();
17701  _ACEOF  _ACEOF
17702  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
17703  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17704    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
17705    ac_status=$?    ac_status=$?
17706      grep -v '^ *+' conftest.er1 >conftest.err
17707      rm -f conftest.er1
17708      cat conftest.err >&5
17709    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
17710    (exit $ac_status); } &&    (exit $ac_status); } &&
17711           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
17712                             || test ! -s conftest.err'
17713      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17714      (eval $ac_try) 2>&5
17715      ac_status=$?
17716      echo "$as_me:$LINENO: \$? = $ac_status" >&5
17717      (exit $ac_status); }; } &&
17718             { ac_try='test -s conftest$ac_exeext'
17719    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17720    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
17721    ac_status=$?    ac_status=$?
# Line 17022  sed 's/^/| /' conftest.$ac_ext >&5 Line 17728  sed 's/^/| /' conftest.$ac_ext >&5
17728    
17729  ac_cv_lib_dld_shl_load=no  ac_cv_lib_dld_shl_load=no
17730  fi  fi
17731  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
17732          conftest$ac_exeext conftest.$ac_ext
17733  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
17734  fi  fi
17735  echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
# Line 17036  if test "${ac_cv_func_dlopen+set}" = set Line 17743  if test "${ac_cv_func_dlopen+set}" = set
17743    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
17744  else  else
17745    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
17746  /* confdefs.h.  */  /* confdefs.h.  */
17747  _ACEOF  _ACEOF
17748  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
17749  cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
17750  /* end confdefs.h.  */  /* end confdefs.h.  */
17751    /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
17752       For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17753    #define dlopen innocuous_dlopen
17754    
17755  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
17756      which can conflict with char dlopen (); below.      which can conflict with char dlopen (); below.
17757      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since      Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17758      <limits.h> exists even on freestanding compilers.  */      <limits.h> exists even on freestanding compilers.  */
17759    
17760  #ifdef __STDC__  #ifdef __STDC__
17761  # include <limits.h>  # include <limits.h>
17762  #else  #else
17763  # include <assert.h>  # include <assert.h>
17764  #endif  #endif
17765    
17766    #undef dlopen
17767    
17768  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
17769  #ifdef __cplusplus  #ifdef __cplusplus
17770  extern "C"  extern "C"
# Line 17081  return f != dlopen; Line 17795  return f != dlopen;
17795  _ACEOF  _ACEOF
17796  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
17797  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17798    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
17799    ac_status=$?    ac_status=$?
17800      grep -v '^ *+' conftest.er1 >conftest.err
17801      rm -f conftest.er1
17802      cat conftest.err >&5
17803    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
17804    (exit $ac_status); } &&    (exit $ac_status); } &&
17805           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
17806                             || test ! -s conftest.err'
17807      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17808      (eval $ac_try) 2>&5
17809      ac_status=$?
17810      echo "$as_me:$LINENO: \$? = $ac_status" >&5
17811      (exit $ac_status); }; } &&
17812             { ac_try='test -s conftest$ac_exeext'
17813    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17814    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
17815    ac_status=$?    ac_status=$?
# Line 17098  sed 's/^/| /' conftest.$ac_ext >&5 Line 17822  sed 's/^/| /' conftest.$ac_ext >&5
17822    
17823  ac_cv_func_dlopen=no  ac_cv_func_dlopen=no
17824  fi  fi
17825  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
17826          conftest$ac_exeext conftest.$ac_ext
17827  fi  fi
17828  echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5  echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
17829  echo "${ECHO_T}$ac_cv_func_dlopen" >&6  echo "${ECHO_T}$ac_cv_func_dlopen" >&6
# Line 17113  else Line 17838  else
17838    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
17839  LIBS="-ldl  $LIBS"  LIBS="-ldl  $LIBS"
17840  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
17841  /* confdefs.h.  */  /* confdefs.h.  */
17842  _ACEOF  _ACEOF
17843  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 17137  dlopen (); Line 17861  dlopen ();
17861  _ACEOF  _ACEOF
17862  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
17863  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17864    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
17865    ac_status=$?    ac_status=$?
17866      grep -v '^ *+' conftest.er1 >conftest.err
17867      rm -f conftest.er1
17868      cat conftest.err >&5
17869    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
17870    (exit $ac_status); } &&    (exit $ac_status); } &&
17871           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
17872                             || test ! -s conftest.err'
17873      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17874      (eval $ac_try) 2>&5
17875      ac_status=$?
17876      echo "$as_me:$LINENO: \$? = $ac_status" >&5
17877      (exit $ac_status); }; } &&
17878             { ac_try='test -s conftest$ac_exeext'
17879    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17880    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
17881    ac_status=$?    ac_status=$?
# Line 17154  sed 's/^/| /' conftest.$ac_ext >&5 Line 17888  sed 's/^/| /' conftest.$ac_ext >&5
17888    
17889  ac_cv_lib_dl_dlopen=no  ac_cv_lib_dl_dlopen=no
17890  fi  fi
17891  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
17892          conftest$ac_exeext conftest.$ac_ext
17893  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
17894  fi  fi
17895  echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
# Line 17170  else Line 17905  else
17905    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
17906  LIBS="-lsvld  $LIBS"  LIBS="-lsvld  $LIBS"
17907  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
17908  /* confdefs.h.  */  /* confdefs.h.  */
17909  _ACEOF  _ACEOF
17910  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 17194  dlopen (); Line 17928  dlopen ();
17928  _ACEOF  _ACEOF
17929  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
17930  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17931    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
17932    ac_status=$?    ac_status=$?
17933      grep -v '^ *+' conftest.er1 >conftest.err
17934      rm -f conftest.er1
17935      cat conftest.err >&5
17936    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
17937    (exit $ac_status); } &&    (exit $ac_status); } &&
17938           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
17939                             || test ! -s conftest.err'
17940      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17941      (eval $ac_try) 2>&5
17942      ac_status=$?
17943      echo "$as_me:$LINENO: \$? = $ac_status" >&5
17944      (exit $ac_status); }; } &&
17945             { ac_try='test -s conftest$ac_exeext'
17946    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17947    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
17948    ac_status=$?    ac_status=$?
# Line 17211  sed 's/^/| /' conftest.$ac_ext >&5 Line 17955  sed 's/^/| /' conftest.$ac_ext >&5
17955    
17956  ac_cv_lib_svld_dlopen=no  ac_cv_lib_svld_dlopen=no
17957  fi  fi
17958  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
17959          conftest$ac_exeext conftest.$ac_ext
17960  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
17961  fi  fi
17962  echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
# Line 17227  else Line 17972  else
17972    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
17973  LIBS="-ldld  $LIBS"  LIBS="-ldld  $LIBS"
17974  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  
17975  /* confdefs.h.  */  /* confdefs.h.  */
17976  _ACEOF  _ACEOF
17977  cat confdefs.h >>conftest.$ac_ext  cat confdefs.h >>conftest.$ac_ext
# Line 17251  dld_link (); Line 17995  dld_link ();
17995  _ACEOF  _ACEOF
17996  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
17997  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17998    (eval $ac_link) 2>&5    (eval $ac_link) 2>conftest.er1
17999    ac_status=$?    ac_status=$?
18000      grep -v '^ *+' conftest.er1 >conftest.err
18001      rm -f conftest.er1
18002      cat conftest.err >&5
18003    echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
18004    (exit $ac_status); } &&    (exit $ac_status); } &&
18005           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -z "$ac_cxx_werror_flag"
18006                             || test ! -s conftest.err'
18007      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18008      (eval $ac_try) 2>&5
18009      ac_status=$?
18010      echo "$as_me:$LINENO: \$? = $ac_status" >&5
18011      (exit $ac_status); }; } &&
18012             { ac_try='test -s conftest$ac_exeext'
18013    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18014    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
18015    ac_status=$?    ac_status=$?
# Line 17268  sed 's/^/| /' conftest.$ac_ext >&5 Line 18022  sed 's/^/| /' conftest.$ac_ext >&5
18022    
18023  ac_cv_lib_dld_dld_link=no  ac_cv_lib_dld_dld_link=no
18024  fi  fi
18025  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.err conftest.$ac_objext \
18026          conftest$ac_exeext conftest.$ac_ext
18027  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
18028  fi  fi
18029  echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5  echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
# Line 17323  else Line 18078  else
18078    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18079    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
18080    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
18081  #line 17326 "configure"  #line 18081 "configure"
18082  #include "confdefs.h"  #include "confdefs.h"
18083    
18084  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 17421  else Line 18176  else
18176    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18177    lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
18178    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
18179  #line 17424 "configure"  #line 18179 "configure"
18180  #include "confdefs.h"  #include "confdefs.h"
18181    
18182  #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
# Line 18465  _ACEOF Line 19220  _ACEOF
19220        # `set' does not quote correctly, so add quotes (double-quote        # `set' does not quote correctly, so add quotes (double-quote
19221        # substitution turns \\\\ into \\, and sed turns \\ into \).        # substitution turns \\\\ into \\, and sed turns \\ into \).
19222        sed -n \        sed -n \
19223          "s/'/'\\\\''/g;          "s/'/'\\\\''/g;
19224            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"            s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19225        ;;        ;;
19226      *)      *)
19227        # `set' quotes correctly as required by POSIX, so do not add quotes.        # `set' quotes correctly as required by POSIX, so do not add quotes.
19228        sed -n \        sed -n \
19229          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"          "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
19230        ;;        ;;
19231      esac;      esac;
19232  } |  } |
# Line 18501  test "x$exec_prefix" = xNONE && exec_pre Line 19256  test "x$exec_prefix" = xNONE && exec_pre
19256  # trailing colons and then remove the whole line if VPATH becomes empty  # trailing colons and then remove the whole line if VPATH becomes empty
19257  # (actually we leave an empty line to preserve line numbers).  # (actually we leave an empty line to preserve line numbers).
19258  if test "x$srcdir" = x.; then  if test "x$srcdir" = x.; then
19259    ac_vpsub='/^[         ]*VPATH[        ]*=/{    ac_vpsub='/^[  ]*VPATH[        ]*=/{
19260  s/:*\$(srcdir):*/:/;  s/:*\$(srcdir):*/:/;
19261  s/:*\${srcdir}:*/:/;  s/:*\${srcdir}:*/:/;
19262  s/:*@srcdir@:*/:/;  s/:*@srcdir@:*/:/;
19263  s/^\([^=]*=[    ]*\):*/\1/;  s/^\([^=]*=[     ]*\):*/\1/;
19264  s/:*$//;  s/:*$//;
19265  s/^[^=]*=[      ]*$//;  s/^[^=]*=[       ]*$//;
19266  }'  }'
19267  fi  fi
19268    
# Line 18518  ac_ltlibobjs= Line 19273  ac_ltlibobjs=
19273  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
19274    # 1. Remove the extension, and $U if already installed.    # 1. Remove the extension, and $U if already installed.
19275    ac_i=`echo "$ac_i" |    ac_i=`echo "$ac_i" |
19276           sed 's/\$U\././;s/\.o$//;s/\.obj$//'`           sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
19277    # 2. Add them.    # 2. Add them.
19278    ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"    ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
19279    ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'    ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
# Line 18569  if test -n "${ZSH_VERSION+set}" && (emul Line 19324  if test -n "${ZSH_VERSION+set}" && (emul
19324  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
19325    set -o posix    set -o posix
19326  fi  fi
19327    DUALCASE=1; export DUALCASE # for MKS sh
19328    
19329  # Support unset when possible.  # Support unset when possible.
19330  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
19331    as_unset=unset    as_unset=unset
19332  else  else
19333    as_unset=false    as_unset=false
# Line 18590  for as_var in \ Line 19346  for as_var in \
19346    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
19347    LC_TELEPHONE LC_TIME    LC_TELEPHONE LC_TIME
19348  do  do
19349    if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then    if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
19350      eval $as_var=C; export $as_var      eval $as_var=C; export $as_var
19351    else    else
19352      $as_unset $as_var      $as_unset $as_var
# Line 18769  rm -f conf$$ conf$$.exe conf$$.file Line 19525  rm -f conf$$ conf$$.exe conf$$.file
19525  if mkdir -p . 2>/dev/null; then  if mkdir -p . 2>/dev/null; then
19526    as_mkdir_p=:    as_mkdir_p=:
19527  else  else
19528      test -d ./-p && rmdir ./-p
19529    as_mkdir_p=false    as_mkdir_p=false
19530  fi  fi
19531    
19532  as_executable_p="test -f"  as_executable_p="test -f"
19533    
19534  # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
19535  as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19536    
19537  # Sed expression to map a string onto a valid variable name.  # Sed expression to map a string onto a valid variable name.
19538  as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19539    
19540    
19541  # IFS  # IFS
# Line 18805  _ASBOX Line 19562  _ASBOX
19562  cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
19563    
19564  This file was extended by $as_me, which was  This file was extended by $as_me, which was
19565  generated by GNU Autoconf 2.57.  Invocation command line was  generated by GNU Autoconf 2.58.  Invocation command line was
19566    
19567    CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
19568    CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 18849  Usage: $0 [OPTIONS] [FILE]... Line 19606  Usage: $0 [OPTIONS] [FILE]...
19606    -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
19607        --recheck    update $as_me by reconfiguring in the same conditions        --recheck    update $as_me by reconfiguring in the same conditions
19608    --file=FILE[:TEMPLATE]    --file=FILE[:TEMPLATE]
19609                     instantiate the configuration file FILE                     instantiate the configuration file FILE
19610    --header=FILE[:TEMPLATE]    --header=FILE[:TEMPLATE]
19611                     instantiate the configuration header FILE                     instantiate the configuration header FILE
19612    
19613  Configuration files:  Configuration files:
19614  $config_files  $config_files
# Line 18868  _ACEOF Line 19625  _ACEOF
19625  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
19626  ac_cs_version="\\  ac_cs_version="\\
19627  config.status  config.status
19628  configured by $0, generated by GNU Autoconf 2.57,  configured by $0, generated by GNU Autoconf 2.58,
19629    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
19630    
19631  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  Copyright (C) 2003 Free Software Foundation, Inc.
 Free Software Foundation, Inc.  
19632  This config.status script is free software; the Free Software Foundation  This config.status script is free software; the Free Software Foundation
19633  gives unlimited permission to copy, distribute and modify it."  gives unlimited permission to copy, distribute and modify it."
19634  srcdir=$srcdir  srcdir=$srcdir
# Line 19067  s,@ECHO_C@,$ECHO_C,;t t Line 19823  s,@ECHO_C@,$ECHO_C,;t t
19823  s,@ECHO_N@,$ECHO_N,;t t  s,@ECHO_N@,$ECHO_N,;t t
19824  s,@ECHO_T@,$ECHO_T,;t t  s,@ECHO_T@,$ECHO_T,;t t
19825  s,@LIBS@,$LIBS,;t t  s,@LIBS@,$LIBS,;t t
19826    s,@CC@,$CC,;t t
19827    s,@CFLAGS@,$CFLAGS,;t t
19828    s,@LDFLAGS@,$LDFLAGS,;t t
19829    s,@CPPFLAGS@,$CPPFLAGS,;t t
19830    s,@ac_ct_CC@,$ac_ct_CC,;t t
19831    s,@EXEEXT@,$EXEEXT,;t t
19832    s,@OBJEXT@,$OBJEXT,;t t
19833  s,@build@,$build,;t t  s,@build@,$build,;t t
19834  s,@build_cpu@,$build_cpu,;t t  s,@build_cpu@,$build_cpu,;t t
19835  s,@build_vendor@,$build_vendor,;t t  s,@build_vendor@,$build_vendor,;t t
# Line 19096  s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t Line 19859  s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
19859  s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t  s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
19860  s,@AWK@,$AWK,;t t  s,@AWK@,$AWK,;t t
19861  s,@SET_MAKE@,$SET_MAKE,;t t  s,@SET_MAKE@,$SET_MAKE,;t t
 s,@CXX@,$CXX,;t t  
 s,@CXXFLAGS@,$CXXFLAGS,;t t  
 s,@LDFLAGS@,$LDFLAGS,;t t  
 s,@CPPFLAGS@,$CPPFLAGS,;t t  
 s,@ac_ct_CXX@,$ac_ct_CXX,;t t  
 s,@EXEEXT@,$EXEEXT,;t t  
 s,@OBJEXT@,$OBJEXT,;t t  
19862  s,@DEPDIR@,$DEPDIR,;t t  s,@DEPDIR@,$DEPDIR,;t t
19863  s,@am__include@,$am__include,;t t  s,@am__include@,$am__include,;t t
19864  s,@am__quote@,$am__quote,;t t  s,@am__quote@,$am__quote,;t t
19865  s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t  s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
19866  s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t  s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
19867  s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t  s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
 s,@CXXDEPMODE@,$CXXDEPMODE,;t t  
 s,@CC@,$CC,;t t  
 s,@CFLAGS@,$CFLAGS,;t t  
 s,@ac_ct_CC@,$ac_ct_CC,;t t  
19868  s,@CCDEPMODE@,$CCDEPMODE,;t t  s,@CCDEPMODE@,$CCDEPMODE,;t t
19869    s,@CXX@,$CXX,;t t
19870    s,@CXXFLAGS@,$CXXFLAGS,;t t
19871    s,@ac_ct_CXX@,$ac_ct_CXX,;t t
19872    s,@CXXDEPMODE@,$CXXDEPMODE,;t t
19873  s,@EGREP@,$EGREP,;t t  s,@EGREP@,$EGREP,;t t
19874  s,@LN_S@,$LN_S,;t t  s,@LN_S@,$LN_S,;t t
19875  s,@ECHO@,$ECHO,;t t  s,@ECHO@,$ECHO,;t t
# Line 19158  _ACEOF Line 19914  _ACEOF
19914        (echo ':t        (echo ':t
19915    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
19916        if test -z "$ac_sed_cmds"; then        if test -z "$ac_sed_cmds"; then
19917          ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"          ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
19918        else        else
19919          ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"          ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
19920        fi        fi
19921        ac_sed_frag=`expr $ac_sed_frag + 1`        ac_sed_frag=`expr $ac_sed_frag + 1`
19922        ac_beg=$ac_end        ac_beg=$ac_end
# Line 19178  for ac_file in : $CONFIG_FILES; do test Line 19934  for ac_file in : $CONFIG_FILES; do test
19934    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
19935    case $ac_file in    case $ac_file in
19936    - | *:- | *:-:* ) # input from stdin    - | *:- | *:-:* ) # input from stdin
19937          cat >$tmp/stdin          cat >$tmp/stdin
19938          ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`          ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19939          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19940    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19941          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19942    * )   ac_file_in=$ac_file.in ;;    * )   ac_file_in=$ac_file.in ;;
19943    esac    esac
19944    
19945    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
19946    ac_dir=`(dirname "$ac_file") 2>/dev/null ||    ac_dir=`(dirname "$ac_file") 2>/dev/null ||
19947  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19948           X"$ac_file" : 'X\(//\)[^/]' \| \           X"$ac_file" : 'X\(//\)[^/]' \| \
19949           X"$ac_file" : 'X\(//\)$' \| \           X"$ac_file" : 'X\(//\)$' \| \
19950           X"$ac_file" : 'X\(/\)' \| \           X"$ac_file" : 'X\(/\)' \| \
19951           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
19952  echo X"$ac_file" |  echo X"$ac_file" |
19953      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19954            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 19208  echo X"$ac_file" | Line 19964  echo X"$ac_file" |
19964        as_dirs="$as_dir $as_dirs"        as_dirs="$as_dir $as_dirs"
19965        as_dir=`(dirname "$as_dir") 2>/dev/null ||        as_dir=`(dirname "$as_dir") 2>/dev/null ||
19966  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19967           X"$as_dir" : 'X\(//\)[^/]' \| \           X"$as_dir" : 'X\(//\)[^/]' \| \
19968           X"$as_dir" : 'X\(//\)$' \| \           X"$as_dir" : 'X\(//\)$' \| \
19969           X"$as_dir" : 'X\(/\)' \| \           X"$as_dir" : 'X\(/\)' \| \
19970           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
19971  echo X"$as_dir" |  echo X"$as_dir" |
19972      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19973            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 19249  case $srcdir in Line 20005  case $srcdir in
20005      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
20006      ac_top_srcdir=$ac_top_builddir$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
20007  esac  esac
20008  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  case "$ac_dir" in
20009  # absolute.  .) ac_abs_builddir=$ac_builddir;;
20010  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  *)
20011  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`    case $ac_builddir in
20012  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`    .) ac_abs_builddir="$ac_dir";;
20013  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`    [\\/]* | ?:[\\/]* ) ac_abs_builddir=$ac_builddir;;
20014      *) ac_abs_builddir="$ac_dir"/$ac_builddir;;
20015      esac;;
20016    esac
20017    case "$ac_dir" in
20018    .) ac_abs_top_builddir=${ac_top_builddir}.;;
20019    *)
20020      case ${ac_top_builddir}. in
20021      .) ac_abs_top_builddir="$ac_dir";;
20022      [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
20023      *) ac_abs_top_builddir="$ac_dir"/${ac_top_builddir}.;;
20024      esac;;
20025    esac
20026    case "$ac_dir" in
20027    .) ac_abs_srcdir=$ac_srcdir;;
20028    *)
20029      case $ac_srcdir in
20030      .) ac_abs_srcdir="$ac_dir";;
20031      [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
20032      *) ac_abs_srcdir="$ac_dir"/$ac_srcdir;;
20033      esac;;
20034    esac
20035    case "$ac_dir" in
20036    .) ac_abs_top_srcdir=$ac_top_srcdir;;
20037    *)
20038      case $ac_top_srcdir in
20039      .) ac_abs_top_srcdir="$ac_dir";;
20040      [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
20041      *) ac_abs_top_srcdir="$ac_dir"/$ac_top_srcdir;;
20042      esac;;
20043    esac
20044    
20045    
20046    case $INSTALL in    case $INSTALL in
# Line 19276  echo "$as_me: creating $ac_file" >&6;} Line 20062  echo "$as_me: creating $ac_file" >&6;}
20062      configure_input="$ac_file.  "      configure_input="$ac_file.  "
20063    fi    fi
20064    configure_input=$configure_input"Generated from `echo $ac_file_in |    configure_input=$configure_input"Generated from `echo $ac_file_in |
20065                                       sed 's,.*/,,'` by configure."                                       sed 's,.*/,,'` by configure."
20066    
20067    # First look for the input files in the build tree, otherwise in the    # First look for the input files in the build tree, otherwise in the
20068    # src tree.    # src tree.
# Line 19285  echo "$as_me: creating $ac_file" >&6;} Line 20071  echo "$as_me: creating $ac_file" >&6;}
20071        case $f in        case $f in
20072        -) echo $tmp/stdin ;;        -) echo $tmp/stdin ;;
20073        [\\/$]*)        [\\/$]*)
20074           # Absolute (can't be DOS-style, as IFS=:)           # Absolute (can't be DOS-style, as IFS=:)
20075           test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5           test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
20076  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
20077     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
20078           echo $f;;           echo "$f";;
20079        *) # Relative        *) # Relative
20080           if test -f "$f"; then           if test -f "$f"; then
20081             # Build tree             # Build tree
20082             echo $f             echo "$f"
20083           elif test -f "$srcdir/$f"; then           elif test -f "$srcdir/$f"; then
20084             # Source tree             # Source tree
20085             echo $srcdir/$f             echo "$srcdir/$f"
20086           else           else
20087             # /dev/null tree             # /dev/null tree
20088             { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5             { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
20089  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
20090     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
20091           fi;;           fi;;
20092        esac        esac
20093      done` || { (exit 1); exit 1; }      done` || { (exit 1); exit 1; }
20094  _ACEOF  _ACEOF
# Line 19344  cat >>$CONFIG_STATUS <<\_ACEOF Line 20130  cat >>$CONFIG_STATUS <<\_ACEOF
20130  # NAME is the cpp macro being defined and VALUE is the value it is being given.  # NAME is the cpp macro being defined and VALUE is the value it is being given.
20131  #  #
20132  # ac_d sets the value in "#define NAME VALUE" lines.  # ac_d sets the value in "#define NAME VALUE" lines.
20133  ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'  ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
20134  ac_dB='[        ].*$,\1#\2'  ac_dB='[         ].*$,\1#\2'
20135  ac_dC=' '  ac_dC=' '
20136  ac_dD=',;t'  ac_dD=',;t'
20137  # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".  # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
20138  ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'  ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
20139  ac_uB='$,\1#\2define\3'  ac_uB='$,\1#\2define\3'
20140  ac_uC=' '  ac_uC=' '
20141  ac_uD=',;t'  ac_uD=',;t'
# Line 19358  for ac_file in : $CONFIG_HEADERS; do tes Line 20144  for ac_file in : $CONFIG_HEADERS; do tes
20144    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
20145    case $ac_file in    case $ac_file in
20146    - | *:- | *:-:* ) # input from stdin    - | *:- | *:-:* ) # input from stdin
20147          cat >$tmp/stdin          cat >$tmp/stdin
20148          ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`          ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
20149          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
20150    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
20151          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;          ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
20152    * )   ac_file_in=$ac_file.in ;;    * )   ac_file_in=$ac_file.in ;;
20153    esac    esac
20154    
# Line 19376  echo "$as_me: creating $ac_file" >&6;} Line 20162  echo "$as_me: creating $ac_file" >&6;}
20162        case $f in        case $f in
20163        -) echo $tmp/stdin ;;        -) echo $tmp/stdin ;;
20164        [\\/$]*)        [\\/$]*)
20165           # Absolute (can't be DOS-style, as IFS=:)           # Absolute (can't be DOS-style, as IFS=:)
20166           test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5           test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
20167  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
20168     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
20169           echo $f;;           # Do quote $f, to prevent DOS paths from being IFS'd.
20170             echo "$f";;
20171        *) # Relative        *) # Relative
20172           if test -f "$f"; then           if test -f "$f"; then
20173             # Build tree             # Build tree
20174             echo $f             echo "$f"
20175           elif test -f "$srcdir/$f"; then           elif test -f "$srcdir/$f"; then
20176             # Source tree             # Source tree
20177             echo $srcdir/$f             echo "$srcdir/$f"
20178           else           else
20179             # /dev/null tree             # /dev/null tree
20180             { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5             { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
20181  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
20182     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
20183           fi;;           fi;;
20184        esac        esac
20185      done` || { (exit 1); exit 1; }      done` || { (exit 1); exit 1; }
20186    # Remove the trailing spaces.    # Remove the trailing spaces.
20187    sed 's/[      ]*$//' $ac_file_inputs >$tmp/in    sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
20188    
20189  _ACEOF  _ACEOF
20190    
# Line 19420  s/[\\&,]/\\&/g Line 20207  s/[\\&,]/\\&/g
20207  s,[\\$`],\\&,g  s,[\\$`],\\&,g
20208  t clear  t clear
20209  : clear  : clear
20210  s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp  s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
20211  t end  t end
20212  s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp  s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
20213  : end  : end
20214  _ACEOF  _ACEOF
20215  # If some macros were called several times there might be several times  # If some macros were called several times there might be several times
# Line 19436  rm -f confdef2sed.sed Line 20223  rm -f confdef2sed.sed
20223  # example, in the case of _POSIX_SOURCE, which is predefined and required  # example, in the case of _POSIX_SOURCE, which is predefined and required
20224  # on some systems where configure will not decide to define it.  # on some systems where configure will not decide to define it.
20225  cat >>conftest.undefs <<\_ACEOF  cat >>conftest.undefs <<\_ACEOF
20226  s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,  s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
20227  _ACEOF  _ACEOF
20228    
20229  # Break up conftest.defines because some shells have a limit on the size  # Break up conftest.defines because some shells have a limit on the size
20230  # of here documents, and old seds have small limits too (100 cmds).  # of here documents, and old seds have small limits too (100 cmds).
20231  echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS  echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
20232  echo '  if grep "^[     ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS  echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
20233  echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS  echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
20234  echo '  :' >>$CONFIG_STATUS  echo '  :' >>$CONFIG_STATUS
20235  rm -f conftest.tail  rm -f conftest.tail
# Line 19451  do Line 20238  do
20238    # Write a limited-size here document to $tmp/defines.sed.    # Write a limited-size here document to $tmp/defines.sed.
20239    echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS    echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
20240    # Speed up: don't consider the non `#define' lines.    # Speed up: don't consider the non `#define' lines.
20241    echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS    echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
20242    # Work around the forget-to-reset-the-flag bug.    # Work around the forget-to-reset-the-flag bug.
20243    echo 't clr' >>$CONFIG_STATUS    echo 't clr' >>$CONFIG_STATUS
20244    echo ': clr' >>$CONFIG_STATUS    echo ': clr' >>$CONFIG_STATUS
# Line 19478  do Line 20265  do
20265    # Write a limited-size here document to $tmp/undefs.sed.    # Write a limited-size here document to $tmp/undefs.sed.
20266    echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS    echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
20267    # Speed up: don't consider the non `#undef'    # Speed up: don't consider the non `#undef'
20268    echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS    echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
20269    # Work around the forget-to-reset-the-flag bug.    # Work around the forget-to-reset-the-flag bug.
20270    echo 't clr' >>$CONFIG_STATUS    echo 't clr' >>$CONFIG_STATUS
20271    echo ': clr' >>$CONFIG_STATUS    echo ': clr' >>$CONFIG_STATUS
# Line 19512  echo "$as_me: $ac_file is unchanged" >&6 Line 20299  echo "$as_me: $ac_file is unchanged" >&6
20299      else      else
20300        ac_dir=`(dirname "$ac_file") 2>/dev/null ||        ac_dir=`(dirname "$ac_file") 2>/dev/null ||
20301  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20302           X"$ac_file" : 'X\(//\)[^/]' \| \           X"$ac_file" : 'X\(//\)[^/]' \| \
20303           X"$ac_file" : 'X\(//\)$' \| \           X"$ac_file" : 'X\(//\)$' \| \
20304           X"$ac_file" : 'X\(/\)' \| \           X"$ac_file" : 'X\(/\)' \| \
20305           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
20306  echo X"$ac_file" |  echo X"$ac_file" |
20307      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20308            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 19531  echo X"$ac_file" | Line 20318  echo X"$ac_file" |
20318        as_dirs="$as_dir $as_dirs"        as_dirs="$as_dir $as_dirs"
20319        as_dir=`(dirname "$as_dir") 2>/dev/null ||        as_dir=`(dirname "$as_dir") 2>/dev/null ||
20320  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20321           X"$as_dir" : 'X\(//\)[^/]' \| \           X"$as_dir" : 'X\(//\)[^/]' \| \
20322           X"$as_dir" : 'X\(//\)$' \| \           X"$as_dir" : 'X\(//\)$' \| \
20323           X"$as_dir" : 'X\(/\)' \| \           X"$as_dir" : 'X\(/\)' \| \
20324           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
20325  echo X"$as_dir" |  echo X"$as_dir" |
20326      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20327            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 19572  for ac_file in : $CONFIG_COMMANDS; do te Line 20359  for ac_file in : $CONFIG_COMMANDS; do te
20359    ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`    ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
20360    ac_dir=`(dirname "$ac_dest") 2>/dev/null ||    ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
20361  $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20362           X"$ac_dest" : 'X\(//\)[^/]' \| \           X"$ac_dest" : 'X\(//\)[^/]' \| \
20363           X"$ac_dest" : 'X\(//\)$' \| \           X"$ac_dest" : 'X\(//\)$' \| \
20364           X"$ac_dest" : 'X\(/\)' \| \           X"$ac_dest" : 'X\(/\)' \| \
20365           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
20366  echo X"$ac_dest" |  echo X"$ac_dest" |
20367      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20368            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20369            /^X\(\/\/\)$/{ s//\1/; q; }            /^X\(\/\/\)$/{ s//\1/; q; }
20370            /^X\(\/\).*/{ s//\1/; q; }            /^X\(\/\).*/{ s//\1/; q; }
20371            s/.*/./; q'`            s/.*/./; q'`
20372      { if $as_mkdir_p; then
20373        mkdir -p "$ac_dir"
20374      else
20375        as_dir="$ac_dir"
20376        as_dirs=
20377        while test ! -d "$as_dir"; do
20378          as_dirs="$as_dir $as_dirs"
20379          as_dir=`(dirname "$as_dir") 2>/dev/null ||
20380    $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20381             X"$as_dir" : 'X\(//\)[^/]' \| \
20382             X"$as_dir" : 'X\(//\)$' \| \
20383             X"$as_dir" : 'X\(/\)' \| \
20384             .     : '\(.\)' 2>/dev/null ||
20385    echo X"$as_dir" |
20386        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20387              /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20388              /^X\(\/\/\)$/{ s//\1/; q; }
20389              /^X\(\/\).*/{ s//\1/; q; }
20390              s/.*/./; q'`
20391        done
20392        test ! -n "$as_dirs" || mkdir $as_dirs
20393      fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
20394    echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
20395       { (exit 1); exit 1; }; }; }
20396    
20397    ac_builddir=.    ac_builddir=.
20398    
20399  if test "$ac_dir" != .; then  if test "$ac_dir" != .; then
# Line 19607  case $srcdir in Line 20419  case $srcdir in
20419      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
20420      ac_top_srcdir=$ac_top_builddir$srcdir ;;      ac_top_srcdir=$ac_top_builddir$srcdir ;;
20421  esac  esac
20422  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  case "$ac_dir" in
20423  # absolute.  .) ac_abs_builddir=$ac_builddir;;
20424  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  *)
20425  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`    case $ac_builddir in
20426  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`    .) ac_abs_builddir="$ac_dir";;
20427  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`    [\\/]* | ?:[\\/]* ) ac_abs_builddir=$ac_builddir;;
20428      *) ac_abs_builddir="$ac_dir"/$ac_builddir;;
20429      esac;;
20430    esac
20431    case "$ac_dir" in
20432    .) ac_abs_top_builddir=${ac_top_builddir}.;;
20433    *)
20434      case ${ac_top_builddir}. in
20435      .) ac_abs_top_builddir="$ac_dir";;
20436      [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
20437      *) ac_abs_top_builddir="$ac_dir"/${ac_top_builddir}.;;
20438      esac;;
20439    esac
20440    case "$ac_dir" in
20441    .) ac_abs_srcdir=$ac_srcdir;;
20442    *)
20443      case $ac_srcdir in
20444      .) ac_abs_srcdir="$ac_dir";;
20445      [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
20446      *) ac_abs_srcdir="$ac_dir"/$ac_srcdir;;
20447      esac;;
20448    esac
20449    case "$ac_dir" in
20450    .) ac_abs_top_srcdir=$ac_top_srcdir;;
20451    *)
20452      case $ac_top_srcdir in
20453      .) ac_abs_top_srcdir="$ac_dir";;
20454      [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
20455      *) ac_abs_top_srcdir="$ac_dir"/$ac_top_srcdir;;
20456      esac;;
20457    esac
20458    
20459    
20460    { echo "$as_me:$LINENO: executing $ac_dest commands" >&5    { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
# Line 19630  echo "$as_me: executing $ac_dest command Line 20472  echo "$as_me: executing $ac_dest command
20472    if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then    if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
20473      dirpart=`(dirname "$mf") 2>/dev/null ||      dirpart=`(dirname "$mf") 2>/dev/null ||
20474  $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20475           X"$mf" : 'X\(//\)[^/]' \| \           X"$mf" : 'X\(//\)[^/]' \| \
20476           X"$mf" : 'X\(//\)$' \| \           X"$mf" : 'X\(//\)$' \| \
20477           X"$mf" : 'X\(/\)' \| \           X"$mf" : 'X\(/\)' \| \
20478           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
20479  echo X"$mf" |  echo X"$mf" |
20480      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20481            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 19669  echo X"$mf" | Line 20511  echo X"$mf" |
20511      test -f "$dirpart/$file" && continue      test -f "$dirpart/$file" && continue
20512      fdir=`(dirname "$file") 2>/dev/null ||      fdir=`(dirname "$file") 2>/dev/null ||
20513  $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20514           X"$file" : 'X\(//\)[^/]' \| \           X"$file" : 'X\(//\)[^/]' \| \
20515           X"$file" : 'X\(//\)$' \| \           X"$file" : 'X\(//\)$' \| \
20516           X"$file" : 'X\(/\)' \| \           X"$file" : 'X\(/\)' \| \
20517           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
20518  echo X"$file" |  echo X"$file" |
20519      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20520            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 19688  echo X"$file" | Line 20530  echo X"$file" |
20530        as_dirs="$as_dir $as_dirs"        as_dirs="$as_dir $as_dirs"
20531        as_dir=`(dirname "$as_dir") 2>/dev/null ||        as_dir=`(dirname "$as_dir") 2>/dev/null ||
20532  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20533           X"$as_dir" : 'X\(//\)[^/]' \| \           X"$as_dir" : 'X\(//\)[^/]' \| \
20534           X"$as_dir" : 'X\(//\)$' \| \           X"$as_dir" : 'X\(//\)$' \| \
20535           X"$as_dir" : 'X\(/\)' \| \           X"$as_dir" : 'X\(/\)' \| \
20536           .     : '\(.\)' 2>/dev/null ||           .     : '\(.\)' 2>/dev/null ||
20537  echo X"$as_dir" |  echo X"$as_dir" |
20538      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20539            /^X\(\/\/\)[^/].*/{ s//\1/; q; }            /^X\(\/\/\)[^/].*/{ s//\1/; q; }

Legend:
Removed from v.11  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC