Difference for ./configure from version 1.38 to 1.39


version 1.38 version 1.39
Line 1
 
Line 1
 #! /bin/sh  #! /bin/sh
 # From configure.ac Id: configure.ac.  # From configure.ac Id: configure.ac.
 # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53 for crossfire 1.5.0.  # Generated by GNU Autoconf 2.57 for crossfire 1.5.0.
 #  #
 # Report bugs to <crossfire-devel@listserv.real-time.com>.  # Report bugs to <crossfire-devel@listserv.real-time.com>.
 #  #
Line 9
 
Line 9
 # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
 # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.  # gives unlimited permission to copy, distribute and modify it.
   ## --------------------- ##
   ## M4sh Initialization.  ##
   ## --------------------- ##
   
 # Find the correct PATH separator.  Usually this is `:', but  # Be Bourne compatible
 # DJGPP uses `;' like DOS.  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 if test "X${PATH_SEPARATOR+set}" != Xset; then    emulate sh
   UNAME=${UNAME-`uname 2>/dev/null`}    NULLCMD=:
   case X$UNAME in    # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     *-DOS) lt_cv_sys_path_separator=';' ;;    # is contrary to our usage.  Disable this feature.
     *)     lt_cv_sys_path_separator=':' ;;    alias -g '${1+"$@"}'='"$@"'
   esac  elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
   PATH_SEPARATOR=$lt_cv_sys_path_separator    set -o posix
 fi  fi
   
   # Support unset when possible.
 # Check that we are running under the correct shell.  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
 SHELL=${CONFIG_SHELL-/bin/sh}    as_unset=unset
   
 case X$ECHO in  
 X*--fallback-echo)  
   # Remove one level of quotation (which was required for Make).  
   ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`  
   ;;  
 esac  
   
 echo=${ECHO-echo}  
 if test "X$1" = X--no-reexec; then  
   # Discard the --no-reexec flag, and continue.  
   shift  
 elif test "X$1" = X--fallback-echo; then  
   # Avoid inline document here, it may be left over  
   :  
 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then  
   # Yippee, $echo works!  
   :  
 else  else
   # Restart under the correct shell.    as_unset=false
   exec $SHELL "$0" --no-reexec ${1+"$@"}  
 fi  
   
 if test "X$1" = X--fallback-echo; then  
   # used as fallback echo  
   shift  
   cat <<EOF  
   
 EOF  
   exit 0  
 fi  
   
 # The HP-UX ksh and POSIX shell print the target directory to stdout  
 # if CDPATH is set.  
 if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi  
   
 if test -z "$ECHO"; then  
 if test "X${echo_test_string+set}" != Xset; then  
 # find a string as large as possible, as long as the shell can cope with it  
   for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do  
     # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...  
     if (echo_test_string="`eval $cmd`") 2>/dev/null &&  
        echo_test_string="`eval $cmd`" &&  
        (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null  
     then  
       break  
     fi  
   done  
 fi  fi
   
 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&  
    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&  
    test "X$echo_testing_string" = "X$echo_test_string"; then  
   :  
 else  
   # The Solaris, AIX, and Digital Unix default echo programs unquote  
   # backslashes.  This makes it impossible to quote backslashes using  
   #   echo "$something" | sed 's/\\/\\\\/g'  
   #  
   # So, first we look for a working echo in the user's PATH.  
   
   IFS="${IFS= }"; save_ifs="$IFS"; IFS=$PATH_SEPARATOR  # Work around bugs in pre-3.0 UWIN ksh.
   for dir in $PATH /usr/ucb; do  $as_unset ENV MAIL MAILPATH
     if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&  PS1='$ '
        test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&  PS2='> '
        echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&  PS4='+ '
        test "X$echo_testing_string" = "X$echo_test_string"; then  
       echo="$dir/echo"  
       break  
     fi  
   done  
   IFS="$save_ifs"  
   
   if test "X$echo" = Xecho; then  # NLS nuisances.
     # We didn't find a better echo, so look for alternatives.  for as_var in \
     if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&    LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
        echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
        test "X$echo_testing_string" = "X$echo_test_string"; then    LC_TELEPHONE LC_TIME
       # This shell has a builtin print -r that does the trick.  do
       echo='print -r'    if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
     elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&      eval $as_var=C; export $as_var
  test "X$CONFIG_SHELL" != X/bin/ksh; then  
       # If we have ksh, try running configure again with it.  
       ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}  
       export ORIGINAL_CONFIG_SHELL  
       CONFIG_SHELL=/bin/ksh  
       export CONFIG_SHELL  
       exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}  
     else  
       # Try using printf.  
       echo='printf %s\n'  
       if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&  
  echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&  
  test "X$echo_testing_string" = "X$echo_test_string"; then  
  # Cool, printf works  
  :  
       elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&  
     test "X$echo_testing_string" = 'X\t' &&  
     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&  
     test "X$echo_testing_string" = "X$echo_test_string"; then  
  CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL  
  export CONFIG_SHELL  
  SHELL="$CONFIG_SHELL"  
  export SHELL  
  echo="$CONFIG_SHELL $0 --fallback-echo"  
       elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&  
     test "X$echo_testing_string" = 'X\t' &&  
     echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&  
     test "X$echo_testing_string" = "X$echo_test_string"; then  
  echo="$CONFIG_SHELL $0 --fallback-echo"  
       else        else
  # maybe with a smaller string...      $as_unset $as_var
  prev=:  
   
  for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do  
    if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null  
    then  
      break  
    fi     fi
    prev="$cmd"  
  done   done
   
  if test "$prev" != 'sed 50q "$0"'; then  # Required to use basename.
    echo_test_string=`eval $prev`  
    export echo_test_string  
    exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}  
  else  
    # Oops.  We lost completely, so just stick with echo.  
    echo=echo  
  fi  
       fi  
     fi  
   fi  
 fi  
 fi  
   
 # Copy echo and quote the copy suitably for passing to libtool from  
 # the Makefile, instead of quoting the original, which is used later.  
 ECHO=$echo  
 if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then  
    ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"  
 fi  
   
   
   
 if expr a : '\(a\)' >/dev/null 2>&1; then  if expr a : '\(a\)' >/dev/null 2>&1; then
   as_expr=expr    as_expr=expr
 else  else
   as_expr=false    as_expr=false
 fi  fi
   
   if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
 ## --------------------- ##    as_basename=basename
 ## M4sh Initialization.  ##  
 ## --------------------- ##  
   
 # Be Bourne compatible  
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  
   emulate sh  
   NULLCMD=:  
 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then  
   set -o posix  
 fi  
   
 # NLS nuisances.  
 # Support unset when possible.  
 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  
   as_unset=unset  
 else  else
   as_unset=false    as_basename=false
 fi  fi
   
 (set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&  
     { $as_unset LANG || test "${LANG+set}" != set; } ||  
       { LANG=C; export LANG; }  
 (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&  
     { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||  
       { LC_ALL=C; export LC_ALL; }  
 (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&  
     { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||  
       { LC_TIME=C; export LC_TIME; }  
 (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&  
     { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||  
       { LC_CTYPE=C; export LC_CTYPE; }  
 (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&  
     { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||  
       { LANGUAGE=C; export LANGUAGE; }  
 (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&  
     { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||  
       { LC_COLLATE=C; export LC_COLLATE; }  
 (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&  
     { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||  
       { LC_NUMERIC=C; export LC_NUMERIC; }  
 (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&  
     { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||  
       { LC_MESSAGES=C; export LC_MESSAGES; }  
   
   
 # Name of the executable.  # Name of the executable.
 as_me=`(basename "$0") 2>/dev/null ||  as_me=`$as_basename "$0" ||
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  X"$0" : 'X\(//\)$' \| \   X"$0" : 'X\(//\)$' \| \
  X"$0" : 'X\(/\)$' \| \   X"$0" : 'X\(/\)$' \| \
Line 234
 
Line 77
     /^X\/\(\/\).*/{ s//\1/; q; }      /^X\/\(\/\).*/{ s//\1/; q; }
     s/.*/./; q'`      s/.*/./; q'`
   
   
 # PATH needs CR, and LINENO needs CR and PATH.  # PATH needs CR, and LINENO needs CR and PATH.
 # Avoid depending upon Character Ranges.  # Avoid depending upon Character Ranges.
 as_cr_letters='abcdefghijklmnopqrstuvwxyz'  as_cr_letters='abcdefghijklmnopqrstuvwxyz'
Line 244
 
Line 88
   
 # The user is always right.  # The user is always right.
 if test "${PATH_SEPARATOR+set}" != set; then  if test "${PATH_SEPARATOR+set}" != set; then
   echo "#! /bin/sh" >conftest.sh    echo "#! /bin/sh" >conf$$.sh
   echo  "exit 0"   >>conftest.sh    echo  "exit 0"   >>conf$$.sh
   chmod +x conftest.sh    chmod +x conf$$.sh
   if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     PATH_SEPARATOR=';'      PATH_SEPARATOR=';'
   else    else
     PATH_SEPARATOR=:      PATH_SEPARATOR=:
   fi    fi
   rm -f conftest.sh    rm -f conf$$.sh
 fi  fi
   
   
Line 300
 
Line 144
   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
   test "x$as_lineno_1" != "x$as_lineno_2" &&    test "x$as_lineno_1" != "x$as_lineno_2" &&
   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then    test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
         $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
         $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
       CONFIG_SHELL=$as_dir/$as_base        CONFIG_SHELL=$as_dir/$as_base
       export CONFIG_SHELL        export CONFIG_SHELL
       exec "$CONFIG_SHELL" "$0" ${1+"$@"}        exec "$CONFIG_SHELL" "$0" ${1+"$@"}
Line 372
 
Line 218
 fi  fi
 rm -f conf$$ conf$$.exe conf$$.file  rm -f conf$$ conf$$.exe conf$$.file
   
   if mkdir -p . 2>/dev/null; then
     as_mkdir_p=:
   else
     as_mkdir_p=false
   fi
   
 as_executable_p="test -f"  as_executable_p="test -f"
   
 # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
Line 388
 
Line 240
 IFS=" $as_nl"  IFS=" $as_nl"
   
 # CDPATH.  # CDPATH.
 $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }  $as_unset CDPATH
   
   
   # Find the correct PATH separator.  Usually this is `:', but
   # DJGPP uses `;' like DOS.
   if test "X${PATH_SEPARATOR+set}" != Xset; then
     UNAME=${UNAME-`uname 2>/dev/null`}
     case X$UNAME in
       *-DOS) lt_cv_sys_path_separator=';' ;;
       *)     lt_cv_sys_path_separator=':' ;;
     esac
     PATH_SEPARATOR=$lt_cv_sys_path_separator
   fi
   
   
   # Check that we are running under the correct shell.
   SHELL=${CONFIG_SHELL-/bin/sh}
   
   case X$ECHO in
   X*--fallback-echo)
     # Remove one level of quotation (which was required for Make).
     ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
     ;;
   esac
   
   echo=${ECHO-echo}
   if test "X$1" = X--no-reexec; then
     # Discard the --no-reexec flag, and continue.
     shift
   elif test "X$1" = X--fallback-echo; then
     # Avoid inline document here, it may be left over
     :
   elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
     # Yippee, $echo works!
     :
   else
     # Restart under the correct shell.
     exec $SHELL "$0" --no-reexec ${1+"$@"}
   fi
   
   if test "X$1" = X--fallback-echo; then
     # used as fallback echo
     shift
     cat <<EOF
   
   EOF
     exit 0
   fi
   
   # The HP-UX ksh and POSIX shell print the target directory to stdout
   # if CDPATH is set.
   if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
   
   if test -z "$ECHO"; then
   if test "X${echo_test_string+set}" != Xset; then
   # find a string as large as possible, as long as the shell can cope with it
     for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
       # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
       if (echo_test_string="`eval $cmd`") 2>/dev/null &&
          echo_test_string="`eval $cmd`" &&
          (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
       then
         break
       fi
     done
   fi
   
   if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
      echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
      test "X$echo_testing_string" = "X$echo_test_string"; then
     :
   else
     # The Solaris, AIX, and Digital Unix default echo programs unquote
     # backslashes.  This makes it impossible to quote backslashes using
     #   echo "$something" | sed 's/\\/\\\\/g'
     #
     # So, first we look for a working echo in the user's PATH.
   
     IFS="${IFS= }"; save_ifs="$IFS"; IFS=$PATH_SEPARATOR
     for dir in $PATH /usr/ucb; do
       if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
          test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
          echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
          test "X$echo_testing_string" = "X$echo_test_string"; then
         echo="$dir/echo"
         break
       fi
     done
     IFS="$save_ifs"
   
     if test "X$echo" = Xecho; then
       # We didn't find a better echo, so look for alternatives.
       if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
          echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
          test "X$echo_testing_string" = "X$echo_test_string"; then
         # This shell has a builtin print -r that does the trick.
         echo='print -r'
       elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
    test "X$CONFIG_SHELL" != X/bin/ksh; then
         # If we have ksh, try running configure again with it.
         ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
         export ORIGINAL_CONFIG_SHELL
         CONFIG_SHELL=/bin/ksh
         export CONFIG_SHELL
         exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
       else
         # Try using printf.
         echo='printf %s\n'
         if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
    echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
    test "X$echo_testing_string" = "X$echo_test_string"; then
    # Cool, printf works
    :
         elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
       test "X$echo_testing_string" = 'X\t' &&
       echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
       test "X$echo_testing_string" = "X$echo_test_string"; then
    CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
    export CONFIG_SHELL
    SHELL="$CONFIG_SHELL"
    export SHELL
    echo="$CONFIG_SHELL $0 --fallback-echo"
         elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
       test "X$echo_testing_string" = 'X\t' &&
       echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
       test "X$echo_testing_string" = "X$echo_test_string"; then
    echo="$CONFIG_SHELL $0 --fallback-echo"
         else
    # maybe with a smaller string...
    prev=:
   
    for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
      if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
      then
        break
      fi
      prev="$cmd"
    done
   
    if test "$prev" != 'sed 50q "$0"'; then
      echo_test_string=`eval $prev`
      export echo_test_string
      exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
    else
      # Oops.  We lost completely, so just stick with echo.
      echo=echo
    fi
         fi
       fi
     fi
   fi
   fi
   
   # Copy echo and quote the copy suitably for passing to libtool from
   # the Makefile, instead of quoting the original, which is used later.
   ECHO=$echo
   if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
      ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
   fi
   
   
   
 # Name of the host.  # Name of the host.
Line 402
 
Line 413
 # Initializations.  # Initializations.
 #  #
 ac_default_prefix=/usr/local  ac_default_prefix=/usr/local
   ac_config_libobj_dir=.
 cross_compiling=no  cross_compiling=no
 subdirs=  subdirs=
 MFLAGS=  MFLAGS=
Line 459
 
Line 471
 # include <unistd.h>  # include <unistd.h>
 #endif"  #endif"
   
   ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S ECHO RANLIB ac_ct_RANLIB CPP EGREP LIBTOOL LEX LEXLIB LEX_OUTPUT_ROOT LATEX GZIP GUNZIP PERL BASENAME COMPRESS UNCOMPRESS BZIP BUNZIP X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS LIBOBJS x_includes x_libraries no_x X11LIBS pkgstatedir pkgconfdir HAVE_LIBDL_TRUE HAVE_LIBDL_FALSE PYTHON_LIB PY_LIBS PY_INCLUDES PYTHON_PLUGIN_TRUE PYTHON_PLUGIN_FALSE PLUGIN_PYTHON LTLIBOBJS'
   ac_subst_files=''
   
 # Initialize some variables set by options.  # Initialize some variables set by options.
 ac_init_help=  ac_init_help=
Line 882
 
Line 896
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
   fi    fi
 fi  fi
   (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
     { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
      { (exit 1); exit 1; }; }
 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`  srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
 ac_env_build_alias_set=${build_alias+set}  ac_env_build_alias_set=${build_alias+set}
 ac_env_build_alias_value=$build_alias  ac_env_build_alias_value=$build_alias
Line 1064
 
Line 1081
 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
 # absolute.  # absolute.
 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
 ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
   
Line 1091
 
Line 1108
 if $ac_init_version; then  if $ac_init_version; then
   cat <<\_ACEOF    cat <<\_ACEOF
 crossfire configure 1.5.0  crossfire configure 1.5.0
 generated by GNU Autoconf 2.53  generated by GNU Autoconf 2.57
   
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
 Free Software Foundation, Inc.  Free Software Foundation, Inc.
Line 1106
 
Line 1123
 running configure, to aid debugging if configure makes a mistake.  running configure, to aid debugging if configure makes a mistake.
   
 It was created by crossfire $as_me 1.5.0, which was  It was created by crossfire $as_me 1.5.0, which was
 generated by GNU Autoconf 2.53.  Invocation command line was  generated by GNU Autoconf 2.57.  Invocation command line was
   
   $ $0 $@    $ $0 $@
   
Line 1158
 
Line 1175
   
 # Keep a trace of the command line.  # Keep a trace of the command line.
 # Strip out --no-create and --no-recursion so they do not pile up.  # Strip out --no-create and --no-recursion so they do not pile up.
   # Strip out --silent because we don't want to record it for future runs.
 # Also quote any args containing shell meta-characters.  # Also quote any args containing shell meta-characters.
   # Make two passes to allow for proper duplicate-argument suppression.
 ac_configure_args=  ac_configure_args=
   ac_configure_args0=
   ac_configure_args1=
 ac_sep=  ac_sep=
   ac_must_keep_next=false
   for ac_pass in 1 2
   do
 for ac_arg  for ac_arg
 do  do
   case $ac_arg in    case $ac_arg in
   -no-create | --no-create | --no-creat | --no-crea | --no-cre \      -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
   | --no-cr | --no-c | -n ) continue ;;      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
   -no-recursion | --no-recursion | --no-recursio | --no-recursi \      | -silent | --silent | --silen | --sile | --sil)
   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)  
     continue ;;      continue ;;
   *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)    *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
   esac    esac
   case " $ac_configure_args " in      case $ac_pass in
     *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
     *) ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"      2)
        ac_sep=" " ;;        ac_configure_args1="$ac_configure_args1 '$ac_arg'"
         if test $ac_must_keep_next = true; then
           ac_must_keep_next=false # Got value, back to normal.
         else
           case $ac_arg in
             *=* | --config-cache | -C | -disable-* | --disable-* \
             | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
             | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
             | -with-* | --with-* | -without-* | --without-* | --x)
               case "$ac_configure_args0 " in
                 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
   esac    esac
               ;;
             -* ) ac_must_keep_next=true ;;
           esac
         fi
         ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
   # Get rid of the leading space.    # Get rid of the leading space.
         ac_sep=" "
         ;;
       esac
     done
 done  done
   $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
   $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
   
 # When interrupted or exit'd, cleanup temporary files, and complete  # When interrupted or exit'd, cleanup temporary files, and complete
 # config.log.  We remove comments because anyway the quotes in there  # config.log.  We remove comments because anyway the quotes in there
Line 1189
 
Line 1233
   # Save into config.log some information that might help in debugging.    # Save into config.log some information that might help in debugging.
   {    {
     echo      echo
   
     cat <<\_ASBOX      cat <<\_ASBOX
 ## ---------------- ##  ## ---------------- ##
 ## Cache variables. ##  ## Cache variables. ##
Line 1211
 
Line 1256
     esac;      esac;
 }  }
     echo      echo
   
       cat <<\_ASBOX
   ## ----------------- ##
   ## Output variables. ##
   ## ----------------- ##
   _ASBOX
       echo
       for ac_var in $ac_subst_vars
       do
         eval ac_val=$`echo $ac_var`
         echo "$ac_var='"'"'$ac_val'"'"'"
       done | sort
       echo
   
       if test -n "$ac_subst_files"; then
         cat <<\_ASBOX
   ## ------------- ##
   ## Output files. ##
   ## ------------- ##
   _ASBOX
         echo
         for ac_var in $ac_subst_files
         do
    eval ac_val=$`echo $ac_var`
           echo "$ac_var='"'"'$ac_val'"'"'"
         done | sort
         echo
       fi
   
     if test -s confdefs.h; then      if test -s confdefs.h; then
       cat <<\_ASBOX        cat <<\_ASBOX
 ## ----------- ##  ## ----------- ##
Line 1218
 
Line 1292
 ## ----------- ##  ## ----------- ##
 _ASBOX  _ASBOX
       echo        echo
       sed "/^$/d" confdefs.h        sed "/^$/d" confdefs.h | sort
       echo        echo
     fi      fi
     test "$ac_signal" != 0 &&      test "$ac_signal" != 0 &&
Line 1383
 
Line 1457
   
   
   
   
 ac_aux_dir=  ac_aux_dir=
 for ac_dir in utils $srcdir/utils; do  for ac_dir in utils $srcdir/utils; do
   if test -f $ac_dir/install-sh; then    if test -f $ac_dir/install-sh; then
Line 1409
 
Line 1484
 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.  ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
   
   
 am__api_version="1.6"  am__api_version="1.7"
 # Find a good install program.  We prefer a C program (faster),  # Find a good install program.  We prefer a C program (faster),
 # so one script is as good as another.  But avoid the broken or  # so one script is as good as another.  But avoid the broken or
 # incompatible versions:  # incompatible versions:
Line 1599
 
Line 1674
   test -n "$AWK" && break    test -n "$AWK" && break
 done  done
   
 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5  echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6  echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then  if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
   cat >conftest.make <<\_ACEOF    cat >conftest.make <<\_ACEOF
 all:  all:
  @echo 'ac_maketemp="${MAKE}"'   @echo 'ac_maketemp="$(MAKE)"'
 _ACEOF  _ACEOF
 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.  # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`  eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
Line 1636
 
Line 1711
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 fi  fi
   
   # test whether we have cygpath
   if test -z "$CYGPATH_W"; then
     if (cygpath --version) >/dev/null 2>/dev/null; then
       CYGPATH_W='cygpath -w'
     else
       CYGPATH_W=echo
     fi
   fi
   
   
 # Define the identity of the package.  # Define the identity of the package.
  PACKAGE=crossfire   PACKAGE=crossfire
  VERSION=1.5.0   VERSION=1.5.0
Line 1764
 
Line 1849
   
   
   
 # Add the stamp file to the list of files AC keeps track of,  
 # along with our hook.  
 ac_config_headers="$ac_config_headers include/autoconf.h"  ac_config_headers="$ac_config_headers include/autoconf.h"
   
   
   
   
   
   
   
 # Check whether --enable-shared or --disable-shared was given.  # Check whether --enable-shared or --disable-shared was given.
 if test "${enable_shared+set}" = set; then  if test "${enable_shared+set}" = set; then
   enableval="$enable_shared"    enableval="$enable_shared"
Line 1926
 
Line 2007
 # In particular we don't look at `^make:' because GNU make might  # In particular we don't look at `^make:' because GNU make might
 # be invoked under some other name (usually "gmake"), in which  # be invoked under some other name (usually "gmake"), in which
 # case it prints its new name instead of `make'.  # case it prints its new name instead of `make'.
 if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then  if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
    am__include=include     am__include=include
    am__quote=     am__quote=
    _am_result=GNU     _am_result=GNU
Line 2171
 
Line 2252
     # However, it has the same basename, so the bogon will be chosen      # 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.      # first if we set CC to just the basename; use the full file name.
     shift      shift
     set dummy "$as_dir/$ac_word" ${1+"$@"}      ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
     shift  
     ac_cv_prog_CC="$@"  
   fi    fi
 fi  fi
 fi  fi
Line 2278
 
Line 2357
 fi  fi
   
   
 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}  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; }; }     { (exit 1); exit 1; }; }
   
 # Provide some information about the compiler.  # Provide some information about the compiler.
Line 2304
 
Line 2385
   
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 2321
 
Line 2400
 }  }
 _ACEOF  _ACEOF
 ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
 ac_clean_files="$ac_clean_files a.out a.exe"  ac_clean_files="$ac_clean_files a.out a.exe b.out"
 # Try to create an executable without -o first, disregard a.out.  # Try to create an executable without -o first, disregard a.out.
 # It will help us diagnose broken compilers, and finding out an intuition  # It will help us diagnose broken compilers, and finding out an intuition
 # of exeext.  # of exeext.
Line 2340
 
Line 2419
 # Be careful to initialize this variable, since it used to be cached.  # Be careful to initialize this variable, since it used to be cached.
 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.  # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
 ac_cv_exeext=  ac_cv_exeext=
 for ac_file in `ls a_out.exe a.exe conftest.exe 2>/dev/null;  # b.out is created by i960 compilers.
                 ls a.out conftest 2>/dev/null;  for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
                 ls a.* conftest.* 2>/dev/null`; do  do
     test -f "$ac_file" || continue
   case $ac_file in    case $ac_file in
     *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
     a.out ) # We found the default executable, but exeext='' is most          ;;
       conftest.$ac_ext )
           # This is the source file.
           ;;
       [ab].out )
           # We found the default executable, but exeext='' is most
             # certainly right.              # certainly right.
             break;;              break;;
     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* )
           # FIXME: I believe we export ac_cv_exeext for Libtool --akim.          ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
           # FIXME: I believe we export ac_cv_exeext for Libtool,
           # but it would be cool to find out if it's true.  Does anybody
           # maintain Libtool? --akim.
           export ac_cv_exeext            export ac_cv_exeext
           break;;            break;;
     * ) break;;      * )
           break;;
   esac    esac
 done  done
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
 { { echo "$as_me:$LINENO: error: C compiler cannot create executables" >&5  
 echo "$as_me: error: C compiler cannot create executables" >&2;}  { { echo "$as_me:$LINENO: error: C compiler cannot create executables
   See \`config.log' for more details." >&5
   echo "$as_me: error: C compiler cannot create executables
   See \`config.log' for more details." >&2;}
    { (exit 77); exit 77; }; }     { (exit 77); exit 77; }; }
 fi  fi
   
Line 2386
 
Line 2478
  cross_compiling=yes   cross_compiling=yes
     else      else
  { { echo "$as_me:$LINENO: error: cannot run C compiled programs.   { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
 If you meant to cross compile, use \`--host'." >&5  If you meant to cross compile, use \`--host'.
   See \`config.log' for more details." >&5
 echo "$as_me: error: cannot run C compiled programs.  echo "$as_me: error: cannot run C compiled programs.
 If you meant to cross compile, use \`--host'." >&2;}  If you meant to cross compile, use \`--host'.
   See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
     fi      fi
   fi    fi
Line 2396
 
Line 2490
 echo "$as_me:$LINENO: result: yes" >&5  echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
   
 rm -f a.out a.exe conftest$ac_cv_exeext  rm -f a.out a.exe conftest$ac_cv_exeext b.out
 ac_clean_files=$ac_clean_files_save  ac_clean_files=$ac_clean_files_save
 # Check the compiler produces executables we can run.  If not, either  # Check the compiler produces executables we can run.  If not, either
 # the compiler is broken, or we cross compile.  # the compiler is broken, or we cross compile.
Line 2416
 
Line 2510
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
 # work properly (i.e., refer to `conftest.exe'), while it won't with  # work properly (i.e., refer to `conftest.exe'), while it won't with
 # `rm'.  # `rm'.
 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do  for ac_file in conftest.exe conftest conftest.*; do
     test -f "$ac_file" || continue
   case $ac_file in    case $ac_file in
     *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
           export ac_cv_exeext            export ac_cv_exeext
           break;;            break;;
Line 2426
 
Line 2521
   esac    esac
 done  done
 else  else
   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5    { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;}  See \`config.log' for more details." >&5
   echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
   See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 fi  fi
   
Line 2445
 
Line 2542
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 2469
 
Line 2564
   (exit $ac_status); }; then    (exit $ac_status); }; then
   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do    for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
   case $ac_file in    case $ac_file in
     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
        break;;         break;;
   esac    esac
 done  done
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5  
 echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;}  { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
   See \`config.log' for more details." >&5
   echo "$as_me: error: cannot compute suffix of object files: cannot compile
   See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 fi  fi
   
Line 2495
 
Line 2593
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 2529
 
Line 2625
   ac_compiler_gnu=yes    ac_compiler_gnu=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_compiler_gnu=no  ac_compiler_gnu=no
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 2549
 
Line 2646
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 2580
 
Line 2675
   ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_prog_cc_g=no  ac_cv_prog_cc_g=no
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 2599
 
Line 2695
   if test "$GCC" = yes; then    if test "$GCC" = yes; then
     CFLAGS="-O2"      CFLAGS="-O2"
   else    else
     CFLAGS=      CFLAGS=
     fi
   fi
   echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
   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    fi
   rm -f conftest.$ac_objext
   done
   rm -f conftest.$ac_ext conftest.$ac_objext
   CC=$ac_save_CC
   
 fi  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',  # 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  # 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  # for both compiling C and C++ we need to have the C++ compiler decide
Line 2625
 
Line 2817
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   for ac_declaration in \    for ac_declaration in \
    ''\     ''\
    '#include <stdlib.h>' \  
    'extern "C" void std::exit (int) throw (); using std::exit;' \     'extern "C" void std::exit (int) throw (); using std::exit;' \
    'extern "C" void std::exit (int); using std::exit;' \     'extern "C" void std::exit (int); using std::exit;' \
    'extern "C" void exit (int) throw ();' \     'extern "C" void exit (int) throw ();' \
Line 2634
 
Line 2825
 do  do
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
 #include <stdlib.h>  _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_declaration  $ac_declaration
 #ifdef F77_DUMMY_MAIN  #include <stdlib.h>
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 2666
 
Line 2855
   :    :
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 continue  continue
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_declaration  $ac_declaration
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 2703
 
Line 2891
   break    break
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
 done  done
Line 2716
 
Line 2905
   
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
 ac_ext=c  ac_ext=c
Line 2774
 
Line 2964
     if depmode=$depmode \      if depmode=$depmode \
        source=conftest.c object=conftest.o \         source=conftest.c object=conftest.o \
        depfile=conftest.Po tmpdepfile=conftest.TPo \         depfile=conftest.Po tmpdepfile=conftest.TPo \
        $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&         $SHELL ./depcomp $depcc -c -o conftest.o conftest.c >/dev/null 2>&1 &&
        grep conftest.h conftest.Po > /dev/null 2>&1 &&         grep conftest.h conftest.Po > /dev/null 2>&1 &&
        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then         ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
       am_cv_CC_dependencies_compiler_type=$depmode        am_cv_CC_dependencies_compiler_type=$depmode
Line 2794
 
Line 2984
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type  CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
   
   
   
   if
     test "x$enable_dependency_tracking" != xno \
     && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
     am__fastdepCC_TRUE=
     am__fastdepCC_FALSE='#'
   else
     am__fastdepCC_TRUE='#'
     am__fastdepCC_FALSE=
   fi
   
   
 # Find the correct PATH separator.  Usually this is `:', but  # Find the correct PATH separator.  Usually this is `:', but
 # DJGPP uses `;' like DOS.  # DJGPP uses `;' like DOS.
 if test "X${PATH_SEPARATOR+set}" != Xset; then  if test "X${PATH_SEPARATOR+set}" != Xset; then
Line 2956
 
Line 3158
 echo "$as_me:$LINENO: result: $NM" >&5  echo "$as_me:$LINENO: result: $NM" >&5
 echo "${ECHO_T}$NM" >&6  echo "${ECHO_T}$NM" >&6
   
   echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
   echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
   if test "${lt_cv_path_SED+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     # Loop through the user's path and test for sed and gsed.
   # Then use that list of sed's as ones to test for truncation.
   as_executable_p="test -f"
   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_prog in sed gsed; do
       for ac_exec_ext in '' $ac_executable_extensions; do
         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
           _sed_list="$_sed_list $as_dir/$ac_prog$ac_exec_ext"
         fi
       done
     done
   done
   
     # Create a temporary directory, and hook for its removal unless debugging.
   $debug ||
   {
     trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
     trap '{ (exit 1); exit 1; }' 1 2 13 15
   }
   
   # Create a (secure) tmp directory for tmp files.
   : ${TMPDIR=/tmp}
   {
     tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
     test -n "$tmp" && test -d "$tmp"
   }  ||
   {
     tmp=$TMPDIR/sed$$-$RANDOM
     (umask 077 && mkdir $tmp)
   } ||
   {
      echo "$me: cannot create a temporary directory in $TMPDIR" >&2
      { (exit 1); exit 1; }
   }
     _max=0
     _count=0
     # Add /usr/xpg4/bin/sed as it is typically found on Solaris
     # along with /bin/sed that truncates output.
     for _sed in $_sed_list /usr/xpg4/bin/sed; do
       test ! -f ${_sed} && break
       cat /dev/null > "$tmp/sed.in"
       _count=0
       echo ${ECHO_N-$ac_n} "0123456789${ECHO_C-$ac_c}" >"$tmp/sed.in"
       # Check for GNU sed and select it if it is found.
       if "${_sed}" --version 2>&1 < /dev/null | egrep '(GNU)' > /dev/null; then
         lt_cv_path_SED=${_sed}
         break
       fi
       while true; do
         cat "$tmp/sed.in" "$tmp/sed.in" >"$tmp/sed.tmp"
         mv "$tmp/sed.tmp" "$tmp/sed.in"
         cp "$tmp/sed.in" "$tmp/sed.nl"
         echo >>"$tmp/sed.nl"
         ${_sed} -e 's/a$//' < "$tmp/sed.nl" >"$tmp/sed.out" || break
         cmp -s "$tmp/sed.out" "$tmp/sed.nl" || break
         # 40000 chars as input seems more than enough
         test $_count -gt 10 && break
         _count=`expr $_count + 1`
         if test $_count -gt $_max; then
           _max=$_count
           lt_cv_path_SED=$_sed
         fi
       done
     done
     rm -rf "$tmp"
   
   fi
   
   if test "X$SED" != "X"; then
     lt_cv_path_SED=$SED
   else
     SED=$lt_cv_path_SED
   fi
   echo "$as_me:$LINENO: result: $SED" >&5
   echo "${ECHO_T}$SED" >&6
   
 echo "$as_me:$LINENO: checking whether ln -s works" >&5  echo "$as_me:$LINENO: checking whether ln -s works" >&5
 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6  echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
 LN_S=$as_ln_s  LN_S=$as_ln_s
Line 2967
 
Line 3254
 echo "${ECHO_T}no, using $LN_S" >&6  echo "${ECHO_T}no, using $LN_S" >&6
 fi  fi
   
 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5  echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6  echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6
 if test "${lt_cv_deplibs_check_method+set}" = set; then  if test "${lt_cv_deplibs_check_method+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
 else  else
Line 3045
 
Line 3332
   lt_cv_file_magic_test_file=/usr/lib/libc.sl    lt_cv_file_magic_test_file=/usr/lib/libc.sl
   ;;    ;;
   
 irix5* | irix6*)  irix5* | irix6* | nonstopux*)
   case $host_os in    case $host_os in
   irix5*)    irix5* | nonstopux*)
     # this will be overridden with pass_all, but let us keep it just in case      # this will be overridden with pass_all, but let us keep it just in case
     lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"      lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
     ;;      ;;
Line 3069
 
Line 3356
 # This must be Linux ELF.  # This must be Linux ELF.
 linux-gnu*)  linux-gnu*)
   case $host_cpu in    case $host_cpu in
   alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | s390* )    alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64*)
     lt_cv_deplibs_check_method=pass_all ;;      lt_cv_deplibs_check_method=pass_all ;;
   *)    *)
     # glibc up to 2.1.1 does not perform some relocations on ARM      # glibc up to 2.1.1 does not perform some relocations on ARM
Line 3140
 
Line 3427
     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"      lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
     lt_cv_file_magic_test_file=/lib/libc.so      lt_cv_file_magic_test_file=/lib/libc.so
     ;;      ;;
     siemens)
       lt_cv_deplibs_check_method=pass_all
       ;;
   esac    esac
   ;;    ;;
 esac  esac
Line 3194
 
Line 3484
   lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"    lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
   lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"    lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
   ;;    ;;
 irix*)  irix* | nonstopux*)
   symcode='[BCDEGRST]'    symcode='[BCDEGRST]'
   ;;    ;;
   osf*)
     symcode='[BCDEGQRST]'
     ;;
 solaris* | sysv5*)  solaris* | sysv5*)
   symcode='[BDT]'    symcode='[BDT]'
   ;;    ;;
Line 3305
 
Line 3598
   (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
   ac_status=$?    ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } && test -s conftest; then    (exit $ac_status); } && test -s conftest$ac_exeext; then
      pipe_works=yes       pipe_works=yes
    fi     fi
    LIBS="$save_LIBS"     LIBS="$save_LIBS"
Line 3375
 
Line 3668
 do  do
   # Use a header file that comes with gcc, so configuring glibc    # Use a header file that comes with gcc, so configuring glibc
   # with a fresh cross-compiler works.    # with a fresh cross-compiler works.
     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     # <limits.h> exists even on freestanding compilers.
   # 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,
   # not just through cpp. "Syntax error" is here to catch this case.    # not just through cpp. "Syntax error" is here to catch this case.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   #ifdef __STDC__
   # include <limits.h>
   #else
 #include <assert.h>  #include <assert.h>
   #endif
                      Syntax error                       Syntax error
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
Line 3403
 
Line 3706
   :    :
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
   # Broken: fails on valid input.    # Broken: fails on valid input.
 continue  continue
 fi  fi
Line 3413
 
Line 3717
   # can be detected and how.    # can be detected and how.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <ac_nonexistent.h>  #include <ac_nonexistent.h>
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
Line 3437
 
Line 3745
 continue  continue
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
   # Passes both tests.    # Passes both tests.
 ac_preproc_ok=:  ac_preproc_ok=:
 break  break
Line 3466
 
Line 3775
 do  do
   # Use a header file that comes with gcc, so configuring glibc    # Use a header file that comes with gcc, so configuring glibc
   # with a fresh cross-compiler works.    # with a fresh cross-compiler works.
     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     # <limits.h> exists even on freestanding compilers.
   # 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,
   # not just through cpp. "Syntax error" is here to catch this case.    # not just through cpp. "Syntax error" is here to catch this case.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   #ifdef __STDC__
   # include <limits.h>
   #else
 #include <assert.h>  #include <assert.h>
   #endif
                      Syntax error                       Syntax error
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
Line 3494
 
Line 3813
   :    :
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
   # Broken: fails on valid input.    # Broken: fails on valid input.
 continue  continue
 fi  fi
Line 3504
 
Line 3824
   # can be detected and how.    # can be detected and how.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <ac_nonexistent.h>  #include <ac_nonexistent.h>
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
Line 3528
 
Line 3852
 continue  continue
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
   # Passes both tests.    # Passes both tests.
 ac_preproc_ok=:  ac_preproc_ok=:
 break  break
Line 3541
 
Line 3866
 if $ac_preproc_ok; then  if $ac_preproc_ok; then
   :    :
 else  else
   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5    { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}  See \`config.log' for more details." >&5
   echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
   See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 fi  fi
   
Line 3553
 
Line 3880
 ac_compiler_gnu=$ac_cv_c_compiler_gnu  ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
   
   echo "$as_me:$LINENO: checking for egrep" >&5
   echo $ECHO_N "checking for egrep... $ECHO_C" >&6
   if test "${ac_cv_prog_egrep+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     if echo a | (grep -E '(a|b)') >/dev/null 2>&1
       then ac_cv_prog_egrep='grep -E'
       else ac_cv_prog_egrep='egrep'
       fi
   fi
   echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
   echo "${ECHO_T}$ac_cv_prog_egrep" >&6
    EGREP=$ac_cv_prog_egrep
   
   
 echo "$as_me:$LINENO: checking for ANSI C header files" >&5  echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6  echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
 if test "${ac_cv_header_stdc+set}" = set; then  if test "${ac_cv_header_stdc+set}" = set; then
Line 3560
 
Line 3902
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <stdlib.h>  #include <stdlib.h>
 #include <stdarg.h>  #include <stdarg.h>
 #include <string.h>  #include <string.h>
 #include <float.h>  #include <float.h>
   
   int
   main ()
   {
   
     ;
     return 0;
   }
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  rm -f conftest.$ac_objext
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err  
   rm -f conftest.er1  
   cat conftest.err >&5  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then    (exit $ac_status); } &&
   if test -s conftest.err; then           { ac_try='test -s conftest.$ac_objext'
     ac_cpp_err=$ac_c_preproc_warn_flag    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   else    (eval $ac_try) 2>&5
     ac_cpp_err=    ac_status=$?
   fi    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 else    (exit $ac_status); }; }; then
   ac_cpp_err=yes  
 fi  
 if test -z "$ac_cpp_err"; then  
   ac_cv_header_stdc=yes    ac_cv_header_stdc=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
   ac_cv_header_stdc=no    ac_cv_header_stdc=no
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
   
 if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <string.h>  #include <string.h>
   
 _ACEOF  _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "memchr" >/dev/null 2>&1; then    $EGREP "memchr" >/dev/null 2>&1; then
   :    :
 else  else
   ac_cv_header_stdc=no    ac_cv_header_stdc=no
Line 3614
 
Line 3967
   # 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.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <stdlib.h>  #include <stdlib.h>
   
 _ACEOF  _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "free" >/dev/null 2>&1; then    $EGREP "free" >/dev/null 2>&1; then
   :    :
 else  else
   ac_cv_header_stdc=no    ac_cv_header_stdc=no
Line 3635
 
Line 3992
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <ctype.h>  #include <ctype.h>
 #if ((' ' & 0x0FF) == 0x020)  #if ((' ' & 0x0FF) == 0x020)
 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
 #else  #else
 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \  # define ISLOWER(c) \
                      (('a' <= (c) && (c) <= 'i') \
                      || ('j' <= (c) && (c) <= 'r') \                       || ('j' <= (c) && (c) <= 'r') \
                      || ('s' <= (c) && (c) <= 'z'))                       || ('s' <= (c) && (c) <= 'z'))
 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
Line 3674
 
Line 4036
 else  else
   echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
 echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ( exit $ac_status )  ( exit $ac_status )
 ac_cv_header_stdc=no  ac_cv_header_stdc=no
 fi  fi
 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
 fi  fi
 fi  fi
Line 3713
 
Line 4076
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
   
 #include <$ac_header>  #include <$ac_header>
Line 3733
 
Line 4100
   eval "$as_ac_Header=yes"    eval "$as_ac_Header=yes"
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 eval "$as_ac_Header=no"  eval "$as_ac_Header=no"
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 3768
 
Line 4136
 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #include <$ac_header>  #include <$ac_header>
 _ACEOF  _ACEOF
Line 3787
 
Line 4159
   ac_header_compiler=yes    ac_header_compiler=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_header_compiler=no  ac_header_compiler=no
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 3799
 
Line 4172
 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <$ac_header>  #include <$ac_header>
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
Line 3822
 
Line 4199
   ac_header_preproc=yes    ac_header_preproc=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
   ac_header_preproc=no    ac_header_preproc=no
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
Line 3835
 
Line 4213
     { 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
 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;}
     { 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
 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;}
       (
         cat <<\_ASBOX
   ## ------------------------------------ ##
   ## Report this to bug-autoconf@gnu.org. ##
   ## ------------------------------------ ##
   _ASBOX
       ) |
         sed "s/^/$as_me: WARNING:     /" >&2
       ;;
   no:yes )    no:yes )
     { 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
 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     { 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
 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { 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
 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;}
       (
         cat <<\_ASBOX
   ## ------------------------------------ ##
   ## Report this to bug-autoconf@gnu.org. ##
   ## ------------------------------------ ##
   _ASBOX
       ) |
         sed "s/^/$as_me: WARNING:     /" >&2
       ;;
 esac  esac
 echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
Line 3868
 
Line 4264
   
   
   
   
 # Only perform the check for file, if the check method requires it  # Only perform the check for file, if the check method requires it
 case $deplibs_check_method in  case $deplibs_check_method in
 file_magic*)  file_magic*)
Line 4183
 
Line 4580
 case $host in  case $host in
 *-*-irix6*)  *-*-irix6*)
   # Find out which ABI we are using.    # Find out which ABI we are using.
   echo '#line 4186 "configure"' > conftest.$ac_ext    echo '#line 4583 "configure"' > conftest.$ac_ext
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
Line 4223
 
Line 4620
   
      cat >conftest.$ac_ext <<_ACEOF       cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 4254
 
Line 4649
   lt_cv_cc_needs_belf=yes    lt_cv_cc_needs_belf=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 lt_cv_cc_needs_belf=no  lt_cv_cc_needs_belf=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 4426
 
Line 4822
       # like `-m68040'.        # like `-m68040'.
       lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4'        lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4'
       ;;        ;;
     beos* | irix5* | irix6* | osf3* | osf4* | osf5*)      beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
       # PIC is the default for these OSes.        # PIC is the default for these OSes.
       ;;        ;;
     darwin* | rhapsody*)      darwin* | rhapsody*)
Line 4469
 
Line 4865
       lt_cv_prog_cc_pic='+Z'        lt_cv_prog_cc_pic='+Z'
       ;;        ;;
   
     irix5* | irix6*)      irix5* | irix6* | nonstopux*)
       lt_cv_prog_cc_wl='-Wl,'        lt_cv_prog_cc_wl='-Wl,'
       lt_cv_prog_cc_static='-non_shared'        lt_cv_prog_cc_static='-non_shared'
       # PIC (with -KPIC) is the default.        # PIC (with -KPIC) is the default.
Line 4513
 
Line 4909
     sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
       lt_cv_prog_cc_pic='-KPIC'        lt_cv_prog_cc_pic='-KPIC'
       lt_cv_prog_cc_static='-Bstatic'        lt_cv_prog_cc_static='-Bstatic'
       if test "x$host_vendor" = xsni; then  
  lt_cv_prog_cc_wl='-LD'  
       else  
  lt_cv_prog_cc_wl='-Wl,'   lt_cv_prog_cc_wl='-Wl,'
       fi  
       ;;        ;;
   
     uts4*)      uts4*)
Line 4557
 
Line 4949
     CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"      CFLAGS="$CFLAGS $lt_cv_prog_cc_pic -DPIC"
     cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 4603
 
Line 4993
   
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
       lt_cv_prog_cc_pic_works=no        lt_cv_prog_cc_pic_works=no
   
 fi  fi
Line 4646
 
Line 5037
   LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"    LDFLAGS="$LDFLAGS $lt_cv_prog_cc_static"
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 4677
 
Line 5066
   lt_cv_prog_cc_static_works=yes    lt_cv_prog_cc_static_works=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
   LDFLAGS="$save_LDFLAGS"    LDFLAGS="$save_LDFLAGS"
Line 4719
 
Line 5109
 save_CFLAGS="$CFLAGS"  save_CFLAGS="$CFLAGS"
 CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"  CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
 compiler_c_o=no  compiler_c_o=no
 if { (eval echo configure:4722: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then  if { (eval echo configure:5112: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
   # The compiler can only warn and ignore the option if not recognized    # The compiler can only warn and ignore the option if not recognized
   # So say no if there are warnings    # So say no if there are warnings
   if test -s out/conftest.err; then    if test -s out/conftest.err; then
Line 4761
 
Line 5151
   ac_objext=lo    ac_objext=lo
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 4799
 
Line 5187
   
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
   ac_objext="$save_objext"    ac_objext="$save_objext"
Line 4847
 
Line 5236
   compiler_rtti_exceptions=no    compiler_rtti_exceptions=no
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 4885
 
Line 5272
   
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
   CFLAGS="$save_CFLAGS"    CFLAGS="$save_CFLAGS"
Line 5057
 
Line 5445
     # If the export-symbols file already is a .def file (1st line      # If the export-symbols file already is a .def file (1st line
     # is EXPORTS), use it as is.      # is EXPORTS), use it as is.
     # If DATA tags from a recent dlltool are present, honour them!      # If DATA tags from a recent dlltool are present, honour them!
     archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then      archive_expsym_cmds='if test "x`sed 1q $export_symbols`" = xEXPORTS; then
  cp $export_symbols $output_objdir/$soname-def;   cp $export_symbols $output_objdir/$soname-def;
       else        else
  echo EXPORTS > $output_objdir/$soname-def;   echo EXPORTS > $output_objdir/$soname-def;
Line 5066
 
Line 5454
  set dummy \$symbol;   set dummy \$symbol;
  case \$# in   case \$# in
     2) echo "   \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;      2) echo "   \$2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
       4) echo "   \$2 \$3 \$4 ; " >> $output_objdir/$soname-def; _lt_hint=`expr \$_lt_hint - 1`;;
     *) echo "     \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;;      *) echo "     \$2 @ \$_lt_hint \$3 ; " >> $output_objdir/$soname-def;;
  esac;   esac;
  _lt_hint=`expr 1 + \$_lt_hint`;   _lt_hint=`expr 1 + \$_lt_hint`;
Line 5178
 
Line 5567
       # need to do runtime linking.        # need to do runtime linking.
       case $host_os in aix4.[23]|aix4.[23].*|aix5*)        case $host_os in aix4.[23]|aix4.[23].*|aix5*)
  for ld_flag in $LDFLAGS; do   for ld_flag in $LDFLAGS; do
    if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then     case $ld_flag in
      *-brtl*)
      aix_use_runtimelinking=yes       aix_use_runtimelinking=yes
      break       break
    fi     ;;
      esac
  done   done
       esac        esac
   
Line 5295
 
Line 5686
     esac      esac
     # FIXME: Relying on posixy $() will cause problems for      # FIXME: Relying on posixy $() will cause problems for
     #        cross-compilation, but unfortunately the echo tests do not      #        cross-compilation, but unfortunately the echo tests do not
     #        yet detect zsh echo's removal of \ escapes.      #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
     archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring'      #      `"' quotes if we put them in here... so don't!
       archive_cmds='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs && $CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib ${lib}-master.o $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)'
     # We need to add '_' to the symbols in $export_symbols first      # We need to add '_' to the symbols in $export_symbols first
     #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'      #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
     hardcode_direct=yes      hardcode_direct=yes
Line 5348
 
Line 5740
     export_dynamic_flag_spec='${wl}-E'      export_dynamic_flag_spec='${wl}-E'
     ;;      ;;
   
   irix5* | irix6*)    irix5* | irix6* | nonstopux*)
     if test "$GCC" = yes; then      if test "$GCC" = yes; then
       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
     else      else
       archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'        archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
         hardcode_libdir_flag_spec='-rpath $libdir'
     fi      fi
     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'  
     hardcode_libdir_separator=:      hardcode_libdir_separator=:
     link_all_deplibs=yes      link_all_deplibs=yes
     ;;      ;;
Line 5382
 
Line 5775
     hardcode_direct=yes      hardcode_direct=yes
     hardcode_shlibpath_var=no      hardcode_shlibpath_var=no
     if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
       archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'        archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
       export_dynamic_flag_spec='${wl}-E'        export_dynamic_flag_spec='${wl}-E'
     else      else
Line 5392
 
Line 5785
  hardcode_libdir_flag_spec='-R$libdir'   hardcode_libdir_flag_spec='-R$libdir'
         ;;          ;;
       *)        *)
         archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'          archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
         hardcode_libdir_flag_spec='${wl}-rpath,$libdir'          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
         ;;          ;;
       esac        esac
Line 5504
 
Line 5897
     ;;      ;;
   
   sysv4)    sysv4)
     if test "x$host_vendor" = xsno; then      case $host_vendor in
       archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linker_flags'        sni)
           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
       hardcode_direct=yes # is this really true???        hardcode_direct=yes # is this really true???
     else          ;;
         siemens)
           ## LD is ld it makes a PLAMLIB
           ## CC just makes a GrossModule.
           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
           reload_cmds='$CC -r -o $output$reload_objs'
           hardcode_direct=no
           ;;
         motorola)
       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'        archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
       hardcode_direct=no #Motorola manual says yes, but my tests say they lie        hardcode_direct=no #Motorola manual says yes, but my tests say they lie
     fi          ;;
       esac
     runpath_var='LD_RUN_PATH'      runpath_var='LD_RUN_PATH'
     hardcode_shlibpath_var=no      hardcode_shlibpath_var=no
     ;;      ;;
Line 5658
 
Line 6061
   
 aix4* | aix5*)  aix4* | aix5*)
   version_type=linux    version_type=linux
     need_lib_prefix=no
     need_version=no
     hardcode_into_libs=yes
   if test "$host_cpu" = ia64; then    if test "$host_cpu" = ia64; then
     # AIX 5 supports IA64      # AIX 5 supports IA64
     library_names_spec='${libname}${release}.so$major ${libname}${release}.so$versuffix $libname.so'      library_names_spec='${libname}${release}.so$major ${libname}${release}.so$versuffix $libname.so'
Line 5696
 
Line 6102
     fi      fi
     shlibpath_var=LIBPATH      shlibpath_var=LIBPATH
   fi    fi
     hardcode_into_libs=yes
   ;;    ;;
   
 amigaos*)  amigaos*)
Line 5743
 
Line 6150
     ;;      ;;
   yes,mingw*)    yes,mingw*)
     library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'      library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
     sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g" -e "s,=/,/,g"`
     ;;      ;;
   yes,pw32*)    yes,pw32*)
     library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}.dll'      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}.dll'
Line 5826
 
Line 6233
   postinstall_cmds='chmod 555 $lib'    postinstall_cmds='chmod 555 $lib'
   ;;    ;;
   
 irix5* | irix6*)  irix5* | irix6* | nonstopux*)
   version_type=irix    case $host_os in
       nonstopux*) version_type=nonstopux ;;
       *)          version_type=irix ;;
     esac
   need_lib_prefix=no    need_lib_prefix=no
   need_version=no    need_version=no
   soname_spec='${libname}${release}.so$major'    soname_spec='${libname}${release}.so$major'
   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so'    library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so'
   case $host_os in    case $host_os in
   irix5*)    irix5* | nonstopux*)
     libsuff= shlibsuff=      libsuff= shlibsuff=
     ;;      ;;
   *)    *)
Line 5937
 
Line 6347
 osf3* | osf4* | osf5*)  osf3* | osf4* | osf5*)
   version_type=osf    version_type=osf
   need_version=no    need_version=no
   soname_spec='${libname}${release}.so'    soname_spec='${libname}${release}.so$major'
   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'    library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
   shlibpath_var=LD_LIBRARY_PATH    shlibpath_var=LD_LIBRARY_PATH
   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"    sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"    sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
     hardcode_into_libs=yes
   ;;    ;;
   
 sco3.2v5*)  sco3.2v5*)
Line 5984
 
Line 6395
   case $host_vendor in    case $host_vendor in
     sni)      sni)
       shlibpath_overrides_runpath=no        shlibpath_overrides_runpath=no
         need_lib_prefix=no
         export_dynamic_flag_spec='${wl}-Blargedynsym'
         runpath_var=LD_RUN_PATH
         ;;
       siemens)
         need_lib_prefix=no
       ;;        ;;
     motorola)      motorola)
       need_lib_prefix=no        need_lib_prefix=no
Line 6106
 
Line 6523
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char shl_load (); below.  */      which can conflict with char shl_load (); below.
       Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
       <limits.h> exists even on freestanding compilers.  */
   #ifdef __STDC__
   # include <limits.h>
   #else
 #include <assert.h>  #include <assert.h>
   #endif
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C"  extern "C"
   {
 #endif  #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char shl_load ();  char shl_load ();
 char (*f) ();  
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  
 main ()  
 {  
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_shl_load) || defined (__stub___shl_load)  #if defined (__stub_shl_load) || defined (__stub___shl_load)
 choke me  choke me
 #else  #else
 f = shl_load;  char (*f) () = shl_load;
   #endif
   #ifdef __cplusplus
   }
 #endif  #endif
   
   int
   main ()
   {
   return f != shl_load;
   ;    ;
   return 0;    return 0;
 }  }
Line 6156
 
Line 6580
   ac_cv_func_shl_load=yes    ac_cv_func_shl_load=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_func_shl_load=no  ac_cv_func_shl_load=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 6175
 
Line 6600
 LIBS="-ldld  $LIBS"  LIBS="-ldld  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 6184
 
Line 6613
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char shl_load ();  char shl_load ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 6213
 
Line 6636
   ac_cv_lib_dld_shl_load=yes    ac_cv_lib_dld_shl_load=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_dld_shl_load=no  ac_cv_lib_dld_shl_load=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 6231
 
Line 6655
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char dlopen (); below.  */      which can conflict with char dlopen (); below.
       Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
       <limits.h> exists even on freestanding compilers.  */
   #ifdef __STDC__
   # include <limits.h>
   #else
 #include <assert.h>  #include <assert.h>
   #endif
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C"  extern "C"
   {
 #endif  #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char dlopen ();  char dlopen ();
 char (*f) ();  
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  
 main ()  
 {  
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_dlopen) || defined (__stub___dlopen)  #if defined (__stub_dlopen) || defined (__stub___dlopen)
 choke me  choke me
 #else  #else
 f = dlopen;  char (*f) () = dlopen;
   #endif
   #ifdef __cplusplus
   }
 #endif  #endif
   
   int
   main ()
   {
   return f != dlopen;
   ;    ;
   return 0;    return 0;
 }  }
Line 6281
 
Line 6712
   ac_cv_func_dlopen=yes    ac_cv_func_dlopen=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_func_dlopen=no  ac_cv_func_dlopen=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 6300
 
Line 6732
 LIBS="-ldl  $LIBS"  LIBS="-ldl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 6309
 
Line 6745
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char dlopen ();  char dlopen ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 6338
 
Line 6768
   ac_cv_lib_dl_dlopen=yes    ac_cv_lib_dl_dlopen=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_dl_dlopen=no  ac_cv_lib_dl_dlopen=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 6358
 
Line 6789
 LIBS="-lsvld  $LIBS"  LIBS="-lsvld  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 6367
 
Line 6802
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char dlopen ();  char dlopen ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 6396
 
Line 6825
   ac_cv_lib_svld_dlopen=yes    ac_cv_lib_svld_dlopen=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_svld_dlopen=no  ac_cv_lib_svld_dlopen=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 6416
 
Line 6846
 LIBS="-ldld  $LIBS"  LIBS="-ldld  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 6425
 
Line 6859
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char dld_link ();  char dld_link ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 6454
 
Line 6882
   ac_cv_lib_dld_dld_link=yes    ac_cv_lib_dld_dld_link=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_dld_dld_link=no  ac_cv_lib_dld_dld_link=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 6512
 
Line 6941
     lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2      lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 6515 "configure"  #line 6944 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
Line 6610
 
Line 7039
     lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2      lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown    lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 6613 "configure"  #line 7042 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
Line 6793
 
Line 7222
   # Now quote all the things that may contain metacharacters while being    # Now quote all the things that may contain metacharacters while being
   # careful not to overquote the AC_SUBSTed values.  We take copies of the    # careful not to overquote the AC_SUBSTed values.  We take copies of the
   # variables and quote the copies for generation of the libtool script.    # variables and quote the copies for generation of the libtool script.
   for var in echo old_CC old_CFLAGS \    for var in echo old_CC old_CFLAGS SED \
     AR AR_FLAGS CC LD LN_S NM SHELL \      AR AR_FLAGS CC LD LN_S NM SHELL \
     reload_flag reload_cmds wl \      reload_flag reload_cmds wl \
     pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \      pic_flag link_static_flag no_builtin_flag export_dynamic_flag_spec \
Line 6855
 
Line 7284
 # configuration script generated by Autoconf, you may include it under  # configuration script generated by Autoconf, you may include it under
 # the same distribution terms that you use for the rest of that program.  # the same distribution terms that you use for the rest of that program.
   
   # A sed that does not truncate output.
   SED=$lt_SED
   
 # Sed that helps us avoid accidentally triggering echo(1) options like -n.  # Sed that helps us avoid accidentally triggering echo(1) options like -n.
 Xsed="sed -e s/^X//"  Xsed="${SED} -e s/^X//"
   
 # The HP-UX ksh and POSIX shell print the target directory to stdout  # The HP-UX ksh and POSIX shell print the target directory to stdout
 # if CDPATH is set.  # if CDPATH is set.
Line 7538
 
Line 7970
     # However, it has the same basename, so the bogon will be chosen      # 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.      # first if we set CC to just the basename; use the full file name.
     shift      shift
     set dummy "$as_dir/$ac_word" ${1+"$@"}      ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
     shift  
     ac_cv_prog_CC="$@"  
   fi    fi
 fi  fi
 fi  fi
Line 7645
 
Line 8075
 fi  fi
   
   
 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}  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; }; }     { (exit 1); exit 1; }; }
   
 # Provide some information about the compiler.  # Provide some information about the compiler.
Line 7676
 
Line 8108
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 7710
 
Line 8140
   ac_compiler_gnu=yes    ac_compiler_gnu=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_compiler_gnu=no  ac_compiler_gnu=no
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 7730
 
Line 8161
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 7761
 
Line 8190
   ac_cv_prog_cc_g=yes    ac_cv_prog_cc_g=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_prog_cc_g=no  ac_cv_prog_cc_g=no
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 7783
 
Line 8213
     CFLAGS=      CFLAGS=
   fi    fi
 fi  fi
   echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
   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',  # 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  # 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  # for both compiling C and C++ we need to have the C++ compiler decide
Line 7806
 
Line 8332
   (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
   for ac_declaration in \    for ac_declaration in \
    ''\     ''\
    '#include <stdlib.h>' \  
    'extern "C" void std::exit (int) throw (); using std::exit;' \     'extern "C" void std::exit (int) throw (); using std::exit;' \
    'extern "C" void std::exit (int); using std::exit;' \     'extern "C" void std::exit (int); using std::exit;' \
    'extern "C" void exit (int) throw ();' \     'extern "C" void exit (int) throw ();' \
Line 7815
 
Line 8340
 do  do
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
 #include <stdlib.h>  _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_declaration  $ac_declaration
 #ifdef F77_DUMMY_MAIN  #include <stdlib.h>
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 7847
 
Line 8370
   :    :
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 continue  continue
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_declaration  $ac_declaration
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 7884
 
Line 8406
   break    break
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
 done  done
Line 7897
 
Line 8420
   
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
 ac_ext=c  ac_ext=c
Line 7955
 
Line 8479
     if depmode=$depmode \      if depmode=$depmode \
        source=conftest.c object=conftest.o \         source=conftest.c object=conftest.o \
        depfile=conftest.Po tmpdepfile=conftest.TPo \         depfile=conftest.Po tmpdepfile=conftest.TPo \
        $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 &&         $SHELL ./depcomp $depcc -c -o conftest.o conftest.c >/dev/null 2>&1 &&
        grep conftest.h conftest.Po > /dev/null 2>&1 &&         grep conftest.h conftest.Po > /dev/null 2>&1 &&
        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then         ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
       am_cv_CC_dependencies_compiler_type=$depmode        am_cv_CC_dependencies_compiler_type=$depmode
Line 7976
 
Line 8500
   
   
   
   if
     test "x$enable_dependency_tracking" != xno \
     && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
     am__fastdepCC_TRUE=
     am__fastdepCC_FALSE='#'
   else
     am__fastdepCC_TRUE='#'
     am__fastdepCC_FALSE=
   fi
   
   
   
 case "$target" in  case "$target" in
   alpha-dec-osf*)    alpha-dec-osf*)
     # If we are not using gcc, we want the ansi version of cc.      # If we are not using gcc, we want the ansi version of cc.
Line 8012
 
Line 8548
 do  do
   # Use a header file that comes with gcc, so configuring glibc    # Use a header file that comes with gcc, so configuring glibc
   # with a fresh cross-compiler works.    # with a fresh cross-compiler works.
     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     # <limits.h> exists even on freestanding compilers.
   # 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,
   # not just through cpp. "Syntax error" is here to catch this case.    # not just through cpp. "Syntax error" is here to catch this case.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   #ifdef __STDC__
   # include <limits.h>
   #else
 #include <assert.h>  #include <assert.h>
   #endif
                      Syntax error                       Syntax error
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
Line 8040
 
Line 8586
   :    :
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
   # Broken: fails on valid input.    # Broken: fails on valid input.
 continue  continue
 fi  fi
Line 8050
 
Line 8597
   # can be detected and how.    # can be detected and how.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <ac_nonexistent.h>  #include <ac_nonexistent.h>
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
Line 8074
 
Line 8625
 continue  continue
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
   # Passes both tests.    # Passes both tests.
 ac_preproc_ok=:  ac_preproc_ok=:
 break  break
Line 8103
 
Line 8655
 do  do
   # Use a header file that comes with gcc, so configuring glibc    # Use a header file that comes with gcc, so configuring glibc
   # with a fresh cross-compiler works.    # with a fresh cross-compiler works.
     # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     # <limits.h> exists even on freestanding compilers.
   # 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,
   # not just through cpp. "Syntax error" is here to catch this case.    # not just through cpp. "Syntax error" is here to catch this case.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   #ifdef __STDC__
   # include <limits.h>
   #else
 #include <assert.h>  #include <assert.h>
   #endif
                      Syntax error                       Syntax error
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
Line 8131
 
Line 8693
   :    :
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
   # Broken: fails on valid input.    # Broken: fails on valid input.
 continue  continue
 fi  fi
Line 8141
 
Line 8704
   # can be detected and how.    # can be detected and how.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <ac_nonexistent.h>  #include <ac_nonexistent.h>
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
Line 8165
 
Line 8732
 continue  continue
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
   # Passes both tests.    # Passes both tests.
 ac_preproc_ok=:  ac_preproc_ok=:
 break  break
Line 8178
 
Line 8746
 if $ac_preproc_ok; then  if $ac_preproc_ok; then
   :    :
 else  else
   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5    { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}  See \`config.log' for more details." >&5
   echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
   See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 fi  fi
   
Line 8241
 
Line 8811
 LIBS="-lfl  $LIBS"  LIBS="-lfl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 8250
 
Line 8824
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char yywrap ();  char yywrap ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 8279
 
Line 8847
   ac_cv_lib_fl_yywrap=yes    ac_cv_lib_fl_yywrap=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_fl_yywrap=no  ac_cv_lib_fl_yywrap=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 8299
 
Line 8868
 LIBS="-ll  $LIBS"  LIBS="-ll  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 8308
 
Line 8881
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char yywrap ();  char yywrap ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 8337
 
Line 8904
   ac_cv_lib_l_yywrap=yes    ac_cv_lib_l_yywrap=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_l_yywrap=no  ac_cv_lib_l_yywrap=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 8415
 
Line 8983
   ac_cv_prog_lex_yytext_pointer=yes    ac_cv_prog_lex_yytext_pointer=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_save_LIBS  LIBS=$ac_save_LIBS
Line 8866
 
Line 9435
 LIBS="-lnsl  $LIBS"  LIBS="-lnsl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 8898
 
Line 9465
   ac_cv_lib_nsl_main=yes    ac_cv_lib_nsl_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_nsl_main=no  ac_cv_lib_nsl_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 8925
 
Line 9493
 LIBS="-lsocket  $LIBS"  LIBS="-lsocket  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 8957
 
Line 9523
   ac_cv_lib_socket_main=yes    ac_cv_lib_socket_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_socket_main=no  ac_cv_lib_socket_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 9074
 
Line 9641
   # First, try using that file with no special directory specified.    # First, try using that file with no special directory specified.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <X11/Intrinsic.h>  #include <X11/Intrinsic.h>
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
Line 9098
 
Line 9669
 ac_x_includes=  ac_x_includes=
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
   for ac_dir in $ac_x_header_dirs; do    for ac_dir in $ac_x_header_dirs; do
   if test -r "$ac_dir/X11/Intrinsic.h"; then    if test -r "$ac_dir/X11/Intrinsic.h"; then
     ac_x_includes=$ac_dir      ac_x_includes=$ac_dir
Line 9117
 
Line 9689
   LIBS="-lXt $LIBS"    LIBS="-lXt $LIBS"
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <X11/Intrinsic.h>  #include <X11/Intrinsic.h>
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 9150
 
Line 9720
 ac_x_libraries=  ac_x_libraries=
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 LIBS=$ac_save_LIBS  LIBS=$ac_save_LIBS
 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`  for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
 do  do
Line 9220
 
Line 9791
       ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"        ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
       cat >conftest.$ac_ext <<_ACEOF        cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 9251
 
Line 9820
   ac_R_nospace=yes    ac_R_nospace=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_R_nospace=no  ac_R_nospace=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 9263
 
Line 9833
  LIBS="$ac_xsave_LIBS -R $x_libraries"   LIBS="$ac_xsave_LIBS -R $x_libraries"
  cat >conftest.$ac_ext <<_ACEOF   cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 9294
 
Line 9862
   ac_R_space=yes    ac_R_space=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_R_space=no  ac_R_space=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 9324
 
Line 9893
     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"      ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
     cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 9333
 
Line 9906
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char XOpenDisplay ();  char XOpenDisplay ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 9362
 
Line 9929
   :    :
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5  echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6  echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then  if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
Line 9372
 
Line 9940
 LIBS="-ldnet  $LIBS"  LIBS="-ldnet  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 9381
 
Line 9953
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char dnet_ntoa ();  char dnet_ntoa ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 9410
 
Line 9976
   ac_cv_lib_dnet_dnet_ntoa=yes    ac_cv_lib_dnet_dnet_ntoa=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_dnet_dnet_ntoa=no  ac_cv_lib_dnet_dnet_ntoa=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 9432
 
Line 9999
 LIBS="-ldnet_stub  $LIBS"  LIBS="-ldnet_stub  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 9441
 
Line 10012
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char dnet_ntoa ();  char dnet_ntoa ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 9470
 
Line 10035
   ac_cv_lib_dnet_stub_dnet_ntoa=yes    ac_cv_lib_dnet_stub_dnet_ntoa=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_dnet_stub_dnet_ntoa=no  ac_cv_lib_dnet_stub_dnet_ntoa=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 9502
 
Line 10068
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char gethostbyname (); below.  */      which can conflict with char gethostbyname (); below.
       Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
       <limits.h> exists even on freestanding compilers.  */
   #ifdef __STDC__
   # include <limits.h>
   #else
 #include <assert.h>  #include <assert.h>
   #endif
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C"  extern "C"
   {
 #endif  #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char gethostbyname ();  char gethostbyname ();
 char (*f) ();  
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  
 main ()  
 {  
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)  #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
 choke me  choke me
 #else  #else
 f = gethostbyname;  char (*f) () = gethostbyname;
   #endif
   #ifdef __cplusplus
   }
 #endif  #endif
   
   int
   main ()
   {
   return f != gethostbyname;
   ;    ;
   return 0;    return 0;
 }  }
Line 9552
 
Line 10125
   ac_cv_func_gethostbyname=yes    ac_cv_func_gethostbyname=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_func_gethostbyname=no  ac_cv_func_gethostbyname=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 9570
 
Line 10144
 LIBS="-lnsl  $LIBS"  LIBS="-lnsl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 9579
 
Line 10157
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char gethostbyname ();  char gethostbyname ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 9608
 
Line 10180
   ac_cv_lib_nsl_gethostbyname=yes    ac_cv_lib_nsl_gethostbyname=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_nsl_gethostbyname=no  ac_cv_lib_nsl_gethostbyname=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 9630
 
Line 10203
 LIBS="-lbsd  $LIBS"  LIBS="-lbsd  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 9639
 
Line 10216
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char gethostbyname ();  char gethostbyname ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 9668
 
Line 10239
   ac_cv_lib_bsd_gethostbyname=yes    ac_cv_lib_bsd_gethostbyname=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_bsd_gethostbyname=no  ac_cv_lib_bsd_gethostbyname=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 9697
 
Line 10269
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char connect (); below.  */      which can conflict with char connect (); below.
       Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
       <limits.h> exists even on freestanding compilers.  */
   #ifdef __STDC__
   # include <limits.h>
   #else
 #include <assert.h>  #include <assert.h>
   #endif
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C"  extern "C"
   {
 #endif  #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char connect ();  char connect ();
 char (*f) ();  
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  
 main ()  
 {  
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_connect) || defined (__stub___connect)  #if defined (__stub_connect) || defined (__stub___connect)
 choke me  choke me
 #else  #else
 f = connect;  char (*f) () = connect;
   #endif
   #ifdef __cplusplus
   }
 #endif  #endif
   
   int
   main ()
   {
   return f != connect;
   ;    ;
   return 0;    return 0;
 }  }
Line 9747
 
Line 10326
   ac_cv_func_connect=yes    ac_cv_func_connect=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_func_connect=no  ac_cv_func_connect=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 9765
 
Line 10345
 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"  LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 9774
 
Line 10358
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char connect ();  char connect ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 9803
 
Line 10381
   ac_cv_lib_socket_connect=yes    ac_cv_lib_socket_connect=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_socket_connect=no  ac_cv_lib_socket_connect=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 9825
 
Line 10404
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char remove (); below.  */      which can conflict with char remove (); below.
       Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
       <limits.h> exists even on freestanding compilers.  */
   #ifdef __STDC__
   # include <limits.h>
   #else
 #include <assert.h>  #include <assert.h>
   #endif
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C"  extern "C"
   {
 #endif  #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char remove ();  char remove ();
 char (*f) ();  
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  
 main ()  
 {  
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_remove) || defined (__stub___remove)  #if defined (__stub_remove) || defined (__stub___remove)
 choke me  choke me
 #else  #else
 f = remove;  char (*f) () = remove;
   #endif
   #ifdef __cplusplus
   }
 #endif  #endif
   
   int
   main ()
   {
   return f != remove;
   ;    ;
   return 0;    return 0;
 }  }
Line 9875
 
Line 10461
   ac_cv_func_remove=yes    ac_cv_func_remove=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_func_remove=no  ac_cv_func_remove=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 9893
 
Line 10480
 LIBS="-lposix  $LIBS"  LIBS="-lposix  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 9902
 
Line 10493
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char remove ();  char remove ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 9931
 
Line 10516
   ac_cv_lib_posix_remove=yes    ac_cv_lib_posix_remove=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_posix_remove=no  ac_cv_lib_posix_remove=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 9953
 
Line 10539
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char shmat (); below.  */      which can conflict with char shmat (); below.
       Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
       <limits.h> exists even on freestanding compilers.  */
   #ifdef __STDC__
   # include <limits.h>
   #else
 #include <assert.h>  #include <assert.h>
   #endif
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C"  extern "C"
   {
 #endif  #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char shmat ();  char shmat ();
 char (*f) ();  
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  
 main ()  
 {  
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_shmat) || defined (__stub___shmat)  #if defined (__stub_shmat) || defined (__stub___shmat)
 choke me  choke me
 #else  #else
 f = shmat;  char (*f) () = shmat;
   #endif
   #ifdef __cplusplus
   }
 #endif  #endif
   
   int
   main ()
   {
   return f != shmat;
   ;    ;
   return 0;    return 0;
 }  }
Line 10003
 
Line 10596
   ac_cv_func_shmat=yes    ac_cv_func_shmat=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_func_shmat=no  ac_cv_func_shmat=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10021
 
Line 10615
 LIBS="-lipc  $LIBS"  LIBS="-lipc  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 10030
 
Line 10628
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char shmat ();  char shmat ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 10059
 
Line 10651
   ac_cv_lib_ipc_shmat=yes    ac_cv_lib_ipc_shmat=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_ipc_shmat=no  ac_cv_lib_ipc_shmat=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10092
 
Line 10685
 LIBS="-lICE $X_EXTRA_LIBS $LIBS"  LIBS="-lICE $X_EXTRA_LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 10101
 
Line 10698
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char IceConnectionNumber ();  char IceConnectionNumber ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 10130
 
Line 10721
   ac_cv_lib_ICE_IceConnectionNumber=yes    ac_cv_lib_ICE_IceConnectionNumber=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_ICE_IceConnectionNumber=no  ac_cv_lib_ICE_IceConnectionNumber=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10159
 
Line 10751
 LIBS="-lX11  $LIBS"  LIBS="-lX11  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 10191
 
Line 10781
   ac_cv_lib_X11_main=yes    ac_cv_lib_X11_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_X11_main=no  ac_cv_lib_X11_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10217
 
Line 10808
 LIBS="-lICE  $LIBS"  LIBS="-lICE  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 10249
 
Line 10838
   ac_cv_lib_ICE_main=yes    ac_cv_lib_ICE_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_ICE_main=no  ac_cv_lib_ICE_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10275
 
Line 10865
 LIBS="-lSM $X11LIBS $LIBS"  LIBS="-lSM $X11LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 10307
 
Line 10895
   ac_cv_lib_SM_main=yes    ac_cv_lib_SM_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_SM_main=no  ac_cv_lib_SM_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10333
 
Line 10922
 LIBS="-lXext -lX11 $LIBS"  LIBS="-lXext -lX11 $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 10365
 
Line 10952
   ac_cv_lib_Xext_main=yes    ac_cv_lib_Xext_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_Xext_main=no  ac_cv_lib_Xext_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10391
 
Line 10979
 LIBS="-lXt $X11LIBS $LIBS"  LIBS="-lXt $X11LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 10423
 
Line 11009
   ac_cv_lib_Xt_main=yes    ac_cv_lib_Xt_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_Xt_main=no  ac_cv_lib_Xt_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10449
 
Line 11036
 LIBS="-lXmu $X11LIBS $LIBS"  LIBS="-lXmu $X11LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 10481
 
Line 11066
   ac_cv_lib_Xmu_main=yes    ac_cv_lib_Xmu_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_Xmu_main=no  ac_cv_lib_Xmu_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10507
 
Line 11093
 LIBS="-lXaw $X11LIBS $LIBS"  LIBS="-lXaw $X11LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 10539
 
Line 11123
   ac_cv_lib_Xaw_main=yes    ac_cv_lib_Xaw_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_Xaw_main=no  ac_cv_lib_Xaw_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10568
 
Line 11153
 LIBS="-lXpm $X11LIBS  $LIBS"  LIBS="-lXpm $X11LIBS  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 10600
 
Line 11183
   ac_cv_lib_Xpm_main=yes    ac_cv_lib_Xpm_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_Xpm_main=no  ac_cv_lib_Xpm_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10627
 
Line 11211
 LIBS="-lm  $LIBS"  LIBS="-lm  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 10659
 
Line 11241
   ac_cv_lib_m_main=yes    ac_cv_lib_m_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_m_main=no  ac_cv_lib_m_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10686
 
Line 11269
 LIBS="-lpng $X11LIBS  $LIBS"  LIBS="-lpng $X11LIBS  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 10718
 
Line 11299
   ac_cv_lib_png_main=yes    ac_cv_lib_png_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_png_main=no  ac_cv_lib_png_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10745
 
Line 11327
 LIBS="-lcrypt  $LIBS"  LIBS="-lcrypt  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 10777
 
Line 11357
   ac_cv_lib_crypt_main=yes    ac_cv_lib_crypt_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_crypt_main=no  ac_cv_lib_crypt_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10804
 
Line 11385
 LIBS="-ldes  $LIBS"  LIBS="-ldes  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 10813
 
Line 11398
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char des_crypt ();  char des_crypt ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 10842
 
Line 11421
   ac_cv_lib_des_des_crypt=yes    ac_cv_lib_des_des_crypt=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_des_des_crypt=no  ac_cv_lib_des_des_crypt=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10872
 
Line 11452
 LIBS="-ldmalloc  $LIBS"  LIBS="-ldmalloc  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 10904
 
Line 11482
   ac_cv_lib_dmalloc_main=yes    ac_cv_lib_dmalloc_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_dmalloc_main=no  ac_cv_lib_dmalloc_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10932
 
Line 11511
 LIBS="-ldmalloclp  $LIBS"  LIBS="-ldmalloclp  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 10964
 
Line 11541
   ac_cv_lib_dmalloclp_main=yes    ac_cv_lib_dmalloclp_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_dmalloclp_main=no  ac_cv_lib_dmalloclp_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 10998
 
Line 11576
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <sys/types.h>  #include <sys/types.h>
 #include <$ac_hdr>  #include <$ac_hdr>
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 11032
 
Line 11608
   eval "$as_ac_Header=yes"    eval "$as_ac_Header=yes"
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 eval "$as_ac_Header=no"  eval "$as_ac_Header=no"
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 11059
 
Line 11636
 ac_cv_search_opendir=no  ac_cv_search_opendir=no
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 11068
 
Line 11649
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char opendir ();  char opendir ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 11097
 
Line 11672
   ac_cv_search_opendir="none required"    ac_cv_search_opendir="none required"
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 if test "$ac_cv_search_opendir" = no; then  if test "$ac_cv_search_opendir" = no; then
Line 11105
 
Line 11681
     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
     cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 11114
 
Line 11694
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char opendir ();  char opendir ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 11144
 
Line 11718
 break  break
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
   done    done
Line 11168
 
Line 11743
 ac_cv_search_opendir=no  ac_cv_search_opendir=no
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 11177
 
Line 11756
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char opendir ();  char opendir ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 11206
 
Line 11779
   ac_cv_search_opendir="none required"    ac_cv_search_opendir="none required"
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 if test "$ac_cv_search_opendir" = no; then  if test "$ac_cv_search_opendir" = no; then
Line 11214
 
Line 11788
     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
     cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 11223
 
Line 11801
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char opendir ();  char opendir ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 11253
 
Line 11825
 break  break
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
   done    done
Line 11276
 
Line 11849
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <stdlib.h>  #include <stdlib.h>
 #include <stdarg.h>  #include <stdarg.h>
 #include <string.h>  #include <string.h>
 #include <float.h>  #include <float.h>
   
   int
   main ()
   {
   
     ;
     return 0;
   }
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  rm -f conftest.$ac_objext
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err  
   rm -f conftest.er1  
   cat conftest.err >&5  
   echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } >/dev/null; then    (exit $ac_status); } &&
   if test -s conftest.err; then           { ac_try='test -s conftest.$ac_objext'
     ac_cpp_err=$ac_c_preproc_warn_flag    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
   else    (eval $ac_try) 2>&5
     ac_cpp_err=    ac_status=$?
   fi    echo "$as_me:$LINENO: \$? = $ac_status" >&5
 else    (exit $ac_status); }; }; then
   ac_cpp_err=yes  
 fi  
 if test -z "$ac_cpp_err"; then  
   ac_cv_header_stdc=yes    ac_cv_header_stdc=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
   ac_cv_header_stdc=no    ac_cv_header_stdc=no
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
   
 if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <string.h>  #include <string.h>
   
 _ACEOF  _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "memchr" >/dev/null 2>&1; then    $EGREP "memchr" >/dev/null 2>&1; then
   :    :
 else  else
   ac_cv_header_stdc=no    ac_cv_header_stdc=no
Line 11330
 
Line 11914
   # 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.
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <stdlib.h>  #include <stdlib.h>
   
 _ACEOF  _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "free" >/dev/null 2>&1; then    $EGREP "free" >/dev/null 2>&1; then
   :    :
 else  else
   ac_cv_header_stdc=no    ac_cv_header_stdc=no
Line 11351
 
Line 11939
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <ctype.h>  #include <ctype.h>
 #if ((' ' & 0x0FF) == 0x020)  #if ((' ' & 0x0FF) == 0x020)
 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')  # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))  # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
 #else  #else
 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \  # define ISLOWER(c) \
                      (('a' <= (c) && (c) <= 'i') \
                      || ('j' <= (c) && (c) <= 'r') \                       || ('j' <= (c) && (c) <= 'r') \
                      || ('s' <= (c) && (c) <= 'z'))                       || ('s' <= (c) && (c) <= 'z'))
 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))  # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
Line 11390
 
Line 11983
 else  else
   echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
 echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ( exit $ac_status )  ( exit $ac_status )
 ac_cv_header_stdc=no  ac_cv_header_stdc=no
 fi  fi
 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
 fi  fi
 fi  fi
Line 11441
 
Line 12035
 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #include <$ac_header>  #include <$ac_header>
 _ACEOF  _ACEOF
Line 11460
 
Line 12058
   ac_header_compiler=yes    ac_header_compiler=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_header_compiler=no  ac_header_compiler=no
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 11472
 
Line 12071
 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <$ac_header>  #include <$ac_header>
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
Line 11495
 
Line 12098
   ac_header_preproc=yes    ac_header_preproc=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   ac_header_preproc=no  
 fi  
 rm -f conftest.err conftest.$ac_ext  
 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5  
 echo "${ECHO_T}$ac_header_preproc" >&6  
   
 # So?  What about this header?  
 case $ac_header_compiler:$ac_header_preproc in  
   yes:no )  
     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5  
 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5  
 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;  
   no:yes )  
     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5  
 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5  
 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}  
     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5  
 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};;  
 esac  
 echo "$as_me:$LINENO: checking for $ac_header" >&5  
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  
 if eval "test \"\${$as_ac_Header+set}\" = set"; then  
   echo $ECHO_N "(cached) $ECHO_C" >&6  
 else  
   eval "$as_ac_Header=$ac_header_preproc"  
 fi  
 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5  
 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  
   
 fi  
 if test `eval echo '${'$as_ac_Header'}'` = yes; then  
   cat >>confdefs.h <<_ACEOF  
 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1  
 _ACEOF  
   
 fi  
   
 done  
   
   
     ac_header_preproc=no
 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5  fi
 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6  rm -f conftest.err conftest.$ac_ext
 if test "${ac_cv_prog_cc_stdc+set}" = set; then  echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
   echo $ECHO_N "(cached) $ECHO_C" >&6  echo "${ECHO_T}$ac_header_preproc" >&6
 else  
   ac_cv_prog_cc_stdc=no  # So?  What about this header?
 ac_save_CC=$CC  case $ac_header_compiler:$ac_header_preproc in
 cat >conftest.$ac_ext <<_ACEOF    yes:no )
 #line $LINENO "configure"      { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 #include "confdefs.h"  echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 #include <stdarg.h>      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 #include <stdio.h>  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 #include <sys/types.h>      (
 #include <sys/stat.h>        cat <<\_ASBOX
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */  ## ------------------------------------ ##
 struct buf { int x; };  ## Report this to bug-autoconf@gnu.org. ##
 FILE * (*rcsopen) (struct buf *, struct stat *, int);  ## ------------------------------------ ##
 static char *e (p, i)  _ASBOX
      char **p;      ) |
      int i;        sed "s/^/$as_me: WARNING:     /" >&2
 {      ;;
   return p[i];    no:yes )
 }      { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 static char *f (char * (*g) (char **, int), char **p, ...)  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 {      { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
   char *s;  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
   va_list v;      { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
   va_start (v,p);  echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
   s = g (p, va_arg (v,int));      (
   va_end (v);        cat <<\_ASBOX
   return s;  ## ------------------------------------ ##
 }  ## Report this to bug-autoconf@gnu.org. ##
 int test (int i, double x);  ## ------------------------------------ ##
 struct s1 {int (*f) (int a);};  _ASBOX
 struct s2 {int (*f) (double a);};      ) |
 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);        sed "s/^/$as_me: WARNING:     /" >&2
 int argc;      ;;
 char **argv;  esac
 #ifdef F77_DUMMY_MAIN  echo "$as_me:$LINENO: checking for $ac_header" >&5
 #  ifdef __cplusplus  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
      extern "C"  if eval "test \"\${$as_ac_Header+set}\" = set"; then
 #  endif    echo $ECHO_N "(cached) $ECHO_C" >&6
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 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  else
   echo "$as_me: failed program was:" >&5    eval "$as_ac_Header=$ac_header_preproc"
 cat conftest.$ac_ext >&5  
 fi  fi
 rm -f conftest.$ac_objext  echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
 done  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
 rm -f conftest.$ac_ext conftest.$ac_objext  
 CC=$ac_save_CC  
   
 fi  fi
   if test `eval echo '${'$as_ac_Header'}'` = yes; then
     cat >>confdefs.h <<_ACEOF
   #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
   _ACEOF
   
   fi
   
   done
   
   
 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  
   
 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5  echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6  echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
Line 11643
 
Line 12168
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 11720
 
Line 12243
   ac_cv_c_const=yes    ac_cv_c_const=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_c_const=no  ac_cv_c_const=no
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 11744
 
Line 12268
 for ac_kw in inline __inline__ __inline; do  for ac_kw in inline __inline__ __inline; do
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #ifndef __cplusplus  #ifndef __cplusplus
 static $ac_kw int static_foo () {return 0; }  typedef int foo_t;
 $ac_kw int foo () {return 0; }  static $ac_kw foo_t static_foo () {return 0; }
   $ac_kw foo_t foo () {return 0; }
 #endif  #endif
   
 _ACEOF  _ACEOF
Line 11766
 
Line 12295
   ac_cv_c_inline=$ac_kw; break    ac_cv_c_inline=$ac_kw; break
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
 done  done
Line 11794
 
Line 12324
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 11828
 
Line 12356
   ac_cv_type_pid_t=yes    ac_cv_type_pid_t=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_type_pid_t=no  ac_cv_type_pid_t=no
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 11852
 
Line 12381
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 11886
 
Line 12413
   ac_cv_type_size_t=yes    ac_cv_type_size_t=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_type_size_t=no  ac_cv_type_size_t=no
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 11910
 
Line 12438
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/time.h>  #include <sys/time.h>
 #include <time.h>  #include <time.h>
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 11945
 
Line 12471
   ac_cv_header_time=yes    ac_cv_header_time=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_header_time=no  ac_cv_header_time=no
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 11967
 
Line 12494
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <sys/types.h>  #include <sys/types.h>
 #include <time.h>  #include <time.h>
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12000
 
Line 12525
   ac_cv_struct_tm=time.h    ac_cv_struct_tm=time.h
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_struct_tm=sys/time.h  ac_cv_struct_tm=sys/time.h
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 12022
 
Line 12548
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <sys/types.h>  #include <sys/types.h>
   
 _ACEOF  _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "uid_t" >/dev/null 2>&1; then    $EGREP "uid_t" >/dev/null 2>&1; then
   ac_cv_type_uid_t=yes    ac_cv_type_uid_t=yes
 else  else
   ac_cv_type_uid_t=no    ac_cv_type_uid_t=no
Line 12058
 
Line 12588
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12092
 
Line 12620
   ac_cv_type_long=yes    ac_cv_type_long=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_type_long=no  ac_cv_type_long=no
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 12114
 
Line 12643
   # Depending upon the size, compute the lo and hi bounds.    # Depending upon the size, compute the lo and hi bounds.
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12148
 
Line 12675
   while :; do    while :; do
     cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12181
 
Line 12706
   ac_hi=$ac_mid; break    ac_hi=$ac_mid; break
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_lo=`expr $ac_mid + 1`  ac_lo=`expr $ac_mid + 1`
                     if test $ac_lo -le $ac_mid; then                      if test $ac_lo -le $ac_mid; then
                       ac_lo= ac_hi=                        ac_lo= ac_hi=
Line 12193
 
Line 12719
   done    done
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12230
 
Line 12755
   while :; do    while :; do
     cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12263
 
Line 12786
   ac_lo=$ac_mid; break    ac_lo=$ac_mid; break
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_hi=`expr '(' $ac_mid ')' - 1`  ac_hi=`expr '(' $ac_mid ')' - 1`
                        if test $ac_mid -le $ac_hi; then                         if test $ac_mid -le $ac_hi; then
                          ac_lo= ac_hi=                           ac_lo= ac_hi=
Line 12275
 
Line 12799
   done    done
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_lo= ac_hi=  ac_lo= ac_hi=
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 12286
 
Line 12811
   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`    ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12319
 
Line 12842
   ac_hi=$ac_mid    ac_hi=$ac_mid
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_lo=`expr '(' $ac_mid ')' + 1`  ac_lo=`expr '(' $ac_mid ')' + 1`
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
 done  done
 case $ac_lo in  case $ac_lo in
 ?*) ac_cv_sizeof_long=$ac_lo;;  ?*) ac_cv_sizeof_long=$ac_lo;;
 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77" >&5  '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
 echo "$as_me: error: cannot compute sizeof (long), 77" >&2;}  See \`config.log' for more details." >&5
   echo "$as_me: error: cannot compute sizeof (long), 77
   See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; } ;;     { (exit 1); exit 1; }; } ;;
 esac  esac
 else  else
   if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
   { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5    { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
 echo "$as_me: error: cannot run test program while cross compiling" >&2;}  See \`config.log' for more details." >&5
   echo "$as_me: error: cannot run test program while cross compiling
   See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 long longval () { return (long) (sizeof (long)); }  long longval () { return (long) (sizeof (long)); }
 unsigned long ulongval () { return (long) (sizeof (long)); }  unsigned long ulongval () { return (long) (sizeof (long)); }
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12392
 
Line 12918
 else  else
   echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
 echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ( exit $ac_status )  ( exit $ac_status )
 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77" >&5  { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
 echo "$as_me: error: cannot compute sizeof (long), 77" >&2;}  See \`config.log' for more details." >&5
   echo "$as_me: error: cannot compute sizeof (long), 77
   See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 fi  fi
 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
 fi  fi
 rm -f conftest.val  rm -f conftest.val
Line 12420
 
Line 12949
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12454
 
Line 12981
   ac_cv_type_long_long=yes    ac_cv_type_long_long=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_type_long_long=no  ac_cv_type_long_long=no
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 12476
 
Line 13004
   # Depending upon the size, compute the lo and hi bounds.    # Depending upon the size, compute the lo and hi bounds.
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12510
 
Line 13036
   while :; do    while :; do
     cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12543
 
Line 13067
   ac_hi=$ac_mid; break    ac_hi=$ac_mid; break
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_lo=`expr $ac_mid + 1`  ac_lo=`expr $ac_mid + 1`
                     if test $ac_lo -le $ac_mid; then                      if test $ac_lo -le $ac_mid; then
                       ac_lo= ac_hi=                        ac_lo= ac_hi=
Line 12555
 
Line 13080
   done    done
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12592
 
Line 13116
   while :; do    while :; do
     cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12625
 
Line 13147
   ac_lo=$ac_mid; break    ac_lo=$ac_mid; break
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_hi=`expr '(' $ac_mid ')' - 1`  ac_hi=`expr '(' $ac_mid ')' - 1`
                        if test $ac_mid -le $ac_hi; then                         if test $ac_mid -le $ac_hi; then
                          ac_lo= ac_hi=                           ac_lo= ac_hi=
Line 12637
 
Line 13160
   done    done
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_lo= ac_hi=  ac_lo= ac_hi=
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 12648
 
Line 13172
   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`    ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12681
 
Line 13203
   ac_hi=$ac_mid    ac_hi=$ac_mid
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_lo=`expr '(' $ac_mid ')' + 1`  ac_lo=`expr '(' $ac_mid ')' + 1`
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
 done  done
 case $ac_lo in  case $ac_lo in
 ?*) ac_cv_sizeof_long_long=$ac_lo;;  ?*) ac_cv_sizeof_long_long=$ac_lo;;
 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77" >&5  '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
 echo "$as_me: error: cannot compute sizeof (long long), 77" >&2;}  See \`config.log' for more details." >&5
   echo "$as_me: error: cannot compute sizeof (long long), 77
   See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; } ;;     { (exit 1); exit 1; }; } ;;
 esac  esac
 else  else
   if test "$cross_compiling" = yes; then    if test "$cross_compiling" = yes; then
   { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling" >&5    { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
 echo "$as_me: error: cannot run test program while cross compiling" >&2;}  See \`config.log' for more details." >&5
   echo "$as_me: error: cannot run test program while cross compiling
   See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 long longval () { return (long) (sizeof (long long)); }  long longval () { return (long) (sizeof (long long)); }
 unsigned long ulongval () { return (long) (sizeof (long long)); }  unsigned long ulongval () { return (long) (sizeof (long long)); }
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12754
 
Line 13279
 else  else
   echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
 echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ( exit $ac_status )  ( exit $ac_status )
 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77" >&5  { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
 echo "$as_me: error: cannot compute sizeof (long long), 77" >&2;}  See \`config.log' for more details." >&5
   echo "$as_me: error: cannot compute sizeof (long long), 77
   See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 fi  fi
 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
 fi  fi
 rm -f conftest.val  rm -f conftest.val
Line 12785
 
Line 13313
     ac_pattern="Autoconf.*'x'"      ac_pattern="Autoconf.*'x'"
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <sgtty.h>  #include <sgtty.h>
 Autoconf TIOCGETP  Autoconf TIOCGETP
 _ACEOF  _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "$ac_pattern" >/dev/null 2>&1; then    $EGREP "$ac_pattern" >/dev/null 2>&1; then
   ac_cv_prog_gcc_traditional=yes    ac_cv_prog_gcc_traditional=yes
 else  else
   ac_cv_prog_gcc_traditional=no    ac_cv_prog_gcc_traditional=no
Line 12801
 
Line 13333
   if test $ac_cv_prog_gcc_traditional = no; then    if test $ac_cv_prog_gcc_traditional = no; then
     cat >conftest.$ac_ext <<_ACEOF      cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <termio.h>  #include <termio.h>
 Autoconf TCGETA  Autoconf TCGETA
 _ACEOF  _ACEOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "$ac_pattern" >/dev/null 2>&1; then    $EGREP "$ac_pattern" >/dev/null 2>&1; then
   ac_cv_prog_gcc_traditional=yes    ac_cv_prog_gcc_traditional=yes
 fi  fi
 rm -f conftest*  rm -f conftest*
Line 12830
 
Line 13366
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12885
 
Line 13419
 else  else
   echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
 echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ( exit $ac_status )  ( exit $ac_status )
 ac_cv_func_memcmp_working=no  ac_cv_func_memcmp_working=no
 fi  fi
 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
 fi  fi
 echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5  echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5
Line 12908
 
Line 13443
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #if HAVE_UNISTD_H  #if HAVE_UNISTD_H
 # include <unistd.h>  # include <unistd.h>
 #endif  #endif
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 12945
 
Line 13478
 else  else
   echo "$as_me: program exited with status $ac_status" >&5    echo "$as_me: program exited with status $ac_status" >&5
 echo "$as_me: failed program was:" >&5  echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ( exit $ac_status )  ( exit $ac_status )
 ac_cv_func_setpgrp_void=yes  ac_cv_func_setpgrp_void=yes
 fi  fi
 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
 fi  fi
 echo "$as_me:$LINENO: result: $ac_cv_func_setpgrp_void" >&5  echo "$as_me:$LINENO: result: $ac_cv_func_setpgrp_void" >&5
Line 12969
 
Line 13503
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <sys/types.h>  #include <sys/types.h>
 #include <signal.h>  #include <signal.h>
 #ifdef signal  #ifdef signal
Line 12981
 
Line 13519
 void (*signal ()) ();  void (*signal ()) ();
 #endif  #endif
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 13010
 
Line 13542
   ac_cv_type_signal=void    ac_cv_type_signal=void
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_type_signal=int  ac_cv_type_signal=int
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 13034
 
Line 13567
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.
       Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
       <limits.h> exists even on freestanding compilers.  */
   #ifdef __STDC__
   # include <limits.h>
   #else
 #include <assert.h>  #include <assert.h>
   #endif
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C"  extern "C"
   {
 #endif  #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char $ac_func ();  char $ac_func ();
 char (*f) ();  
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  
 main ()  
 {  
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 f = $ac_func;  char (*f) () = $ac_func;
   #endif
   #ifdef __cplusplus
   }
 #endif  #endif
   
   int
   main ()
   {
   return f != $ac_func;
   ;    ;
   return 0;    return 0;
 }  }
Line 13084
 
Line 13624
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 eval "$as_ac_var=no"  eval "$as_ac_var=no"
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 13107
 
Line 13648
 LIBS="-lintl  $LIBS"  LIBS="-lintl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 13116
 
Line 13661
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char strftime ();  char strftime ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 13145
 
Line 13684
   ac_cv_lib_intl_strftime=yes    ac_cv_lib_intl_strftime=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_intl_strftime=no  ac_cv_lib_intl_strftime=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 13175
 
Line 13715
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.
       Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
       <limits.h> exists even on freestanding compilers.  */
   #ifdef __STDC__
   # include <limits.h>
   #else
 #include <assert.h>  #include <assert.h>
   #endif
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C"  extern "C"
   {
 #endif  #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char $ac_func ();  char $ac_func ();
 char (*f) ();  
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  
 main ()  
 {  
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 f = $ac_func;  char (*f) () = $ac_func;
   #endif
   #ifdef __cplusplus
   }
 #endif  #endif
   
   int
   main ()
   {
   return f != $ac_func;
   ;    ;
   return 0;    return 0;
 }  }
Line 13225
 
Line 13772
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 eval "$as_ac_var=no"  eval "$as_ac_var=no"
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 13244
 
Line 13792
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char _doprnt (); below.  */      which can conflict with char _doprnt (); below.
       Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
       <limits.h> exists even on freestanding compilers.  */
   #ifdef __STDC__
   # include <limits.h>
   #else
 #include <assert.h>  #include <assert.h>
   #endif
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C"  extern "C"
   {
 #endif  #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char _doprnt ();  char _doprnt ();
 char (*f) ();  
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  
 main ()  
 {  
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub__doprnt) || defined (__stub____doprnt)  #if defined (__stub__doprnt) || defined (__stub____doprnt)
 choke me  choke me
 #else  #else
 f = _doprnt;  char (*f) () = _doprnt;
   #endif
   #ifdef __cplusplus
   }
 #endif  #endif
   
   int
   main ()
   {
   return f != _doprnt;
   ;    ;
   return 0;    return 0;
 }  }
Line 13294
 
Line 13849
   ac_cv_func__doprnt=yes    ac_cv_func__doprnt=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_func__doprnt=no  ac_cv_func__doprnt=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 13344
 
Line 13900
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.
       Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
       <limits.h> exists even on freestanding compilers.  */
   #ifdef __STDC__
   # include <limits.h>
   #else
 #include <assert.h>  #include <assert.h>
   #endif
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C"  extern "C"
   {
 #endif  #endif
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char $ac_func ();  char $ac_func ();
 char (*f) ();  
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  
 main ()  
 {  
 /* The GNU C library defines this for functions which it implements  /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named      to always fail with ENOSYS.  Some functions are actually named
     something starting with __ and the normal name is an alias.  */      something starting with __ and the normal name is an alias.  */
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)  #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
 choke me  choke me
 #else  #else
 f = $ac_func;  char (*f) () = $ac_func;
   #endif
   #ifdef __cplusplus
   }
 #endif  #endif
   
   int
   main ()
   {
   return f != $ac_func;
   ;    ;
   return 0;    return 0;
 }  }
Line 13394
 
Line 13957
   eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 eval "$as_ac_var=no"  eval "$as_ac_var=no"
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 13417
 
Line 13981
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <sys/time.h>  #include <sys/time.h>
  #include <unistd.h>   #include <unistd.h>
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 13450
 
Line 14012
   ac_gettimeofday_args=2    ac_gettimeofday_args=2
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <sys/time.h>  #include <sys/time.h>
  #include <unistd.h>   #include <unistd.h>
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 13485
 
Line 14046
   ac_gettimeofday_args=1    ac_gettimeofday_args=1
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_gettimeofday_args=0  ac_gettimeofday_args=0
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 13576
 
Line 14138
 LIBS="-ldl  $LIBS"  LIBS="-ldl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 13585
 
Line 14151
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char dlopen ();  char dlopen ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 13614
 
Line 14174
   ac_cv_lib_dl_dlopen=yes    ac_cv_lib_dl_dlopen=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_dl_dlopen=no  ac_cv_lib_dl_dlopen=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 13663
 
Line 14224
 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #include <$ac_header>  #include <$ac_header>
 _ACEOF  _ACEOF
Line 13682
 
Line 14247
   ac_header_compiler=yes    ac_header_compiler=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_header_compiler=no  ac_header_compiler=no
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 13694
 
Line 14260
 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <$ac_header>  #include <$ac_header>
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
Line 13717
 
Line 14287
   ac_header_preproc=yes    ac_header_preproc=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
   ac_header_preproc=no    ac_header_preproc=no
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
Line 13730
 
Line 14301
     { 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
 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;}
     { 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
 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;}
       (
         cat <<\_ASBOX
   ## ------------------------------------ ##
   ## Report this to bug-autoconf@gnu.org. ##
   ## ------------------------------------ ##
   _ASBOX
       ) |
         sed "s/^/$as_me: WARNING:     /" >&2
       ;;
   no:yes )    no:yes )
     { 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
 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     { 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
 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { 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
 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;}
       (
         cat <<\_ASBOX
   ## ------------------------------------ ##
   ## Report this to bug-autoconf@gnu.org. ##
   ## ------------------------------------ ##
   _ASBOX
       ) |
         sed "s/^/$as_me: WARNING:     /" >&2
       ;;
 esac  esac
 echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
Line 13779
 
Line 14368
 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 $ac_includes_default  $ac_includes_default
 #include <$ac_header>  #include <$ac_header>
 _ACEOF  _ACEOF
Line 13798
 
Line 14391
   ac_header_compiler=yes    ac_header_compiler=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_header_compiler=no  ac_header_compiler=no
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
Line 13810
 
Line 14404
 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6  echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
 #include <$ac_header>  #include <$ac_header>
 _ACEOF  _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   ac_status=$?    ac_status=$?
   egrep -v '^ *\+' conftest.er1 >conftest.err    grep -v '^ *+' conftest.er1 >conftest.err
   rm -f conftest.er1    rm -f conftest.er1
   cat conftest.err >&5    cat conftest.err >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
Line 13833
 
Line 14431
   ac_header_preproc=yes    ac_header_preproc=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
   ac_header_preproc=no    ac_header_preproc=no
 fi  fi
 rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
Line 13846
 
Line 14445
     { 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
 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;}
     { 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
 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;}
       (
         cat <<\_ASBOX
   ## ------------------------------------ ##
   ## Report this to bug-autoconf@gnu.org. ##
   ## ------------------------------------ ##
   _ASBOX
       ) |
         sed "s/^/$as_me: WARNING:     /" >&2
       ;;
   no:yes )    no:yes )
     { 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
 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}  echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
     { 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
 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}  echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
     { 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
 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;}
       (
         cat <<\_ASBOX
   ## ------------------------------------ ##
   ## Report this to bug-autoconf@gnu.org. ##
   ## ------------------------------------ ##
   _ASBOX
       ) |
         sed "s/^/$as_me: WARNING:     /" >&2
       ;;
 esac  esac
 echo "$as_me:$LINENO: checking for $ac_header" >&5  echo "$as_me:$LINENO: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
Line 13898
 
Line 14515
 LIBS="-l$lib  $LIBS"  LIBS="-l$lib  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 #ifdef __cplusplus  #ifdef __cplusplus
Line 13907
 
Line 14528
 /* We use char because int might match the return type of a gcc2  /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */     builtin and then its argument prototype would still apply.  */
 char PyArg_ParseTuple ();  char PyArg_ParseTuple ();
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 13936
 
Line 14551
   eval "$as_ac_Lib=yes"    eval "$as_ac_Lib=yes"
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 eval "$as_ac_Lib=no"  eval "$as_ac_Lib=no"
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 13980
 
Line 14596
 LIBS="-lpthread $PY_LIBS  $LIBS"  LIBS="-lpthread $PY_LIBS  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 14012
 
Line 14626
   ac_cv_lib_pthread_main=yes    ac_cv_lib_pthread_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_pthread_main=no  ac_cv_lib_pthread_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 14033
 
Line 14648
 LIBS="-lutil $PY_LIBS  $LIBS"  LIBS="-lutil $PY_LIBS  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 #include "confdefs.h"  /* confdefs.h.  */
   _ACEOF
   cat confdefs.h >>conftest.$ac_ext
   cat >>conftest.$ac_ext <<_ACEOF
   /* end confdefs.h.  */
   
   
 #ifdef F77_DUMMY_MAIN  
 #  ifdef __cplusplus  
      extern "C"  
 #  endif  
    int F77_DUMMY_MAIN() { return 1; }  
 #endif  
 int  int
 main ()  main ()
 {  {
Line 14065
 
Line 14678
   ac_cv_lib_util_main=yes    ac_cv_lib_util_main=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 cat conftest.$ac_ext >&5  sed 's/^/| /' conftest.$ac_ext >&5
   
 ac_cv_lib_util_main=no  ac_cv_lib_util_main=no
 fi  fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
Line 14112
 
Line 14726
 # config.status only pays attention to the cache file if you give it  # config.status only pays attention to the cache file if you give it
 # the --recheck option to rerun configure.  # the --recheck option to rerun configure.
 #  #
 # `ac_cv_env_foo' variables (set or unset) will be overriden when  # `ac_cv_env_foo' variables (set or unset) will be overridden when
 # loading this file, other *unset* `ac_cv_foo' will be assigned the  # loading this file, other *unset* `ac_cv_foo' will be assigned the
 # following values.  # following values.
   
Line 14147
 
Line 14761
      t end       t end
      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
      : end' >>confcache       : end' >>confcache
 if cmp -s $cache_file confcache; then :; else  if diff $cache_file confcache >/dev/null 2>&1; then :; else
   if test -w $cache_file; then    if test -w $cache_file; then
     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
     cat confcache >$cache_file      cat confcache >$cache_file
Line 14178
 
Line 14792
   
 DEFS=-DHAVE_CONFIG_H  DEFS=-DHAVE_CONFIG_H
   
   ac_libobjs=
   ac_ltlibobjs=
   for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
     # 1. Remove the extension, and $U if already installed.
     ac_i=`echo "$ac_i" |
            sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
     # 2. Add them.
     ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
     ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
   done
   LIBOBJS=$ac_libobjs
   
   LTLIBOBJS=$ac_ltlibobjs
   
   
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then  if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.    { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
 Usually this means the macro was only invoked conditionally." >&5  Usually this means the macro was only invoked conditionally." >&5
Line 14185
 
Line 14814
 Usually this means the macro was only invoked conditionally." >&2;}  Usually this means the macro was only invoked conditionally." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 fi  fi
   if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
   Usually this means the macro was only invoked conditionally." >&5
   echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
   Usually this means the macro was only invoked conditionally." >&2;}
      { (exit 1); exit 1; }; }
   fi
   if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
     { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
   Usually this means the macro was only invoked conditionally." >&5
   echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
   Usually this means the macro was only invoked conditionally." >&2;}
      { (exit 1); exit 1; }; }
   fi
 if test -z "${HAVE_LIBDL_TRUE}" && test -z "${HAVE_LIBDL_FALSE}"; then  if test -z "${HAVE_LIBDL_TRUE}" && test -z "${HAVE_LIBDL_FALSE}"; then
   { { echo "$as_me:$LINENO: error: conditional \"HAVE_LIBDL\" was never defined.    { { echo "$as_me:$LINENO: error: conditional \"HAVE_LIBDL\" was never defined.
 Usually this means the macro was only invoked conditionally." >&5  Usually this means the macro was only invoked conditionally." >&5
Line 14213
 
Line 14856
 # configure, is in config.log if it exists.  # configure, is in config.log if it exists.
   
 debug=false  debug=false
   ac_cs_recheck=false
   ac_cs_silent=false
 SHELL=\${CONFIG_SHELL-$SHELL}  SHELL=\${CONFIG_SHELL-$SHELL}
 _ACEOF  _ACEOF
   
 cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF
   
 ## --------------------- ##  ## --------------------- ##
 ## M4sh Initialization.  ##  ## M4sh Initialization.  ##
 ## --------------------- ##  ## --------------------- ##
Line 14226
 
Line 14870
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   emulate sh    emulate sh
   NULLCMD=:    NULLCMD=:
     # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     # is contrary to our usage.  Disable this feature.
     alias -g '${1+"$@"}'='"$@"'
 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
   set -o posix    set -o posix
 fi  fi
   
 # NLS nuisances.  
 # Support unset when possible.  # Support unset when possible.
 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
   as_unset=unset    as_unset=unset
Line 14238
 
Line 14884
   as_unset=false    as_unset=false
 fi  fi
   
 (set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&  
     { $as_unset LANG || test "${LANG+set}" != set; } ||  # Work around bugs in pre-3.0 UWIN ksh.
       { LANG=C; export LANG; }  $as_unset ENV MAIL MAILPATH
 (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&  PS1='$ '
     { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||  PS2='> '
       { LC_ALL=C; export LC_ALL; }  PS4='+ '
 (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&  
     { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||  # NLS nuisances.
       { LC_TIME=C; export LC_TIME; }  for as_var in \
 (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&    LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
       { LC_CTYPE=C; export LC_CTYPE; }    LC_TELEPHONE LC_TIME
 (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&  do
     { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||    if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
       { LANGUAGE=C; export LANGUAGE; }      eval $as_var=C; export $as_var
 (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&    else
     { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||      $as_unset $as_var
       { LC_COLLATE=C; export LC_COLLATE; }    fi
 (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&  done
     { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||  
       { LC_NUMERIC=C; export LC_NUMERIC; }  # Required to use basename.
 (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&  if expr a : '\(a\)' >/dev/null 2>&1; then
     { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||    as_expr=expr
       { LC_MESSAGES=C; export LC_MESSAGES; }  else
     as_expr=false
   fi
   
   if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
     as_basename=basename
   else
     as_basename=false
   fi
   
   
 # Name of the executable.  # Name of the executable.
 as_me=`(basename "$0") 2>/dev/null ||  as_me=`$as_basename "$0" ||
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  X"$0" : 'X\(//\)$' \| \   X"$0" : 'X\(//\)$' \| \
  X"$0" : 'X\(/\)$' \| \   X"$0" : 'X\(/\)$' \| \
Line 14276
 
Line 14930
     /^X\/\(\/\).*/{ s//\1/; q; }      /^X\/\(\/\).*/{ s//\1/; q; }
     s/.*/./; q'`      s/.*/./; q'`
   
   
 # PATH needs CR, and LINENO needs CR and PATH.  # PATH needs CR, and LINENO needs CR and PATH.
 # Avoid depending upon Character Ranges.  # Avoid depending upon Character Ranges.
 as_cr_letters='abcdefghijklmnopqrstuvwxyz'  as_cr_letters='abcdefghijklmnopqrstuvwxyz'
Line 14286
 
Line 14941
   
 # The user is always right.  # The user is always right.
 if test "${PATH_SEPARATOR+set}" != set; then  if test "${PATH_SEPARATOR+set}" != set; then
   echo "#! /bin/sh" >conftest.sh    echo "#! /bin/sh" >conf$$.sh
   echo  "exit 0"   >>conftest.sh    echo  "exit 0"   >>conf$$.sh
   chmod +x conftest.sh    chmod +x conf$$.sh
   if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then    if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     PATH_SEPARATOR=';'      PATH_SEPARATOR=';'
   else    else
     PATH_SEPARATOR=:      PATH_SEPARATOR=:
   fi    fi
   rm -f conftest.sh    rm -f conf$$.sh
 fi  fi
   
   
Line 14343
 
Line 14998
   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`    as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
   test "x$as_lineno_1" != "x$as_lineno_2" &&    test "x$as_lineno_1" != "x$as_lineno_2" &&
   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then    test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
         $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
         $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
       CONFIG_SHELL=$as_dir/$as_base        CONFIG_SHELL=$as_dir/$as_base
       export CONFIG_SHELL        export CONFIG_SHELL
       exec "$CONFIG_SHELL" "$0" ${1+"$@"}        exec "$CONFIG_SHELL" "$0" ${1+"$@"}
Line 14416
 
Line 15073
 fi  fi
 rm -f conf$$ conf$$.exe conf$$.file  rm -f conf$$ conf$$.exe conf$$.file
   
   if mkdir -p . 2>/dev/null; then
     as_mkdir_p=:
   else
     as_mkdir_p=false
   fi
   
 as_executable_p="test -f"  as_executable_p="test -f"
   
 # Sed expression to map a string onto a valid CPP name.  # Sed expression to map a string onto a valid CPP name.
Line 14432
 
Line 15095
 IFS=" $as_nl"  IFS=" $as_nl"
   
 # CDPATH.  # CDPATH.
 $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }  $as_unset CDPATH
   
 exec 6>&1  exec 6>&1
   
Line 14449
 
Line 15112
 cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
   
 This file was extended by crossfire $as_me 1.5.0, which was  This file was extended by crossfire $as_me 1.5.0, which was
 generated by GNU Autoconf 2.53.  Invocation command line was  generated by GNU Autoconf 2.57.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
Line 14489
 
Line 15152
   
   -h, --help       print this help, then exit    -h, --help       print this help, then exit
   -V, --version    print version number, then exit    -V, --version    print version number, then exit
     -q, --quiet      do not print progress messages
   -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
       --recheck    update $as_me by reconfiguring in the same conditions        --recheck    update $as_me by reconfiguring in the same conditions
   --file=FILE[:TEMPLATE]    --file=FILE[:TEMPLATE]
Line 14511
 
Line 15175
 cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\  ac_cs_version="\\
 crossfire config.status 1.5.0  crossfire config.status 1.5.0
 configured by $0, generated by GNU Autoconf 2.53,  configured by $0, generated by GNU Autoconf 2.57,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
   
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001  Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
Line 14532
 
Line 15196
   --*=*)    --*=*)
     ac_option=`expr "x$1" : 'x\([^=]*\)='`      ac_option=`expr "x$1" : 'x\([^=]*\)='`
     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`      ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
     shift      ac_shift=:
     set dummy "$ac_option" "$ac_optarg" ${1+"$@"}      ;;
     shift    -*)
       ac_option=$1
       ac_optarg=$2
       ac_shift=shift
     ;;      ;;
   -*);;  
   *) # This is not an option, so the user has probably given explicit    *) # This is not an option, so the user has probably given explicit
      # arguments.       # arguments.
        ac_option=$1
      ac_need_defaults=false;;       ac_need_defaults=false;;
   esac    esac
   
   case $1 in    case $ac_option in
   # Handling of the options.    # Handling of the options.
 _ACEOF  _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF  
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)  
     echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"  
     exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;  
 _ACEOF  
 cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF
     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
       ac_cs_recheck=: ;;
   --version | --vers* | -V )    --version | --vers* | -V )
     echo "$ac_cs_version"; exit 0 ;;      echo "$ac_cs_version"; exit 0 ;;
   --he | --h)    --he | --h)
Line 14565
 
Line 15229
   --debug | --d* | -d )    --debug | --d* | -d )
     debug=: ;;      debug=: ;;
   --file | --fil | --fi | --f )    --file | --fil | --fi | --f )
     shift      $ac_shift
     CONFIG_FILES="$CONFIG_FILES $1"      CONFIG_FILES="$CONFIG_FILES $ac_optarg"
     ac_need_defaults=false;;      ac_need_defaults=false;;
   --header | --heade | --head | --hea )    --header | --heade | --head | --hea )
     shift      $ac_shift
     CONFIG_HEADERS="$CONFIG_HEADERS $1"      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
     ac_need_defaults=false;;      ac_need_defaults=false;;
     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
     | -silent | --silent | --silen | --sile | --sil | --si | --s)
       ac_cs_silent=: ;;
   
   # This is an error.    # This is an error.
   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1    -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
Line 14586
 
Line 15253
   shift    shift
 done  done
   
   ac_configure_extra_args=
   
   if $ac_cs_silent; then
     exec 6>/dev/null
     ac_configure_extra_args="$ac_configure_extra_args --silent"
   fi
   
   _ACEOF
   cat >>$CONFIG_STATUS <<_ACEOF
   if \$ac_cs_recheck; then
     echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
     exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
   fi
   
 _ACEOF  _ACEOF
   
 cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
Line 14653
 
Line 15334
   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands    test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
 fi  fi
   
   # Have a temporary directory for convenience.  Make it in the build tree
   # simply because there is no reason to put it here, and in addition,
   # creating and moving files from /tmp can sometimes cause problems.
 # Create a temporary directory, and hook for its removal unless debugging.  # Create a temporary directory, and hook for its removal unless debugging.
 $debug ||  $debug ||
 {  {
Line 14661
 
Line 15345
 }  }
   
 # Create a (secure) tmp directory for tmp files.  # Create a (secure) tmp directory for tmp files.
 : ${TMPDIR=/tmp}  
 {  {
   tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&    tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
   test -n "$tmp" && test -d "$tmp"    test -n "$tmp" && test -d "$tmp"
 }  ||  }  ||
 {  {
   tmp=$TMPDIR/cs$$-$RANDOM    tmp=./confstat$$-$RANDOM
   (umask 077 && mkdir $tmp)    (umask 077 && mkdir $tmp)
 } ||  } ||
 {  {
    echo "$me: cannot create a temporary directory in $TMPDIR" >&2     echo "$me: cannot create a temporary directory in ." >&2
    { (exit 1); exit 1; }     { (exit 1); exit 1; }
 }  }
   
Line 14722
 
Line 15406
 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t  s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t  s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
 s,@INSTALL_DATA@,$INSTALL_DATA,;t t  s,@INSTALL_DATA@,$INSTALL_DATA,;t t
   s,@CYGPATH_W@,$CYGPATH_W,;t t
 s,@PACKAGE@,$PACKAGE,;t t  s,@PACKAGE@,$PACKAGE,;t t
 s,@VERSION@,$VERSION,;t t  s,@VERSION@,$VERSION,;t t
 s,@ACLOCAL@,$ACLOCAL,;t t  s,@ACLOCAL@,$ACLOCAL,;t t
Line 14758
 
Line 15443
 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t  s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t  s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
 s,@CCDEPMODE@,$CCDEPMODE,;t t  s,@CCDEPMODE@,$CCDEPMODE,;t t
   s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
   s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
 s,@LN_S@,$LN_S,;t t  s,@LN_S@,$LN_S,;t t
 s,@ECHO@,$ECHO,;t t  s,@ECHO@,$ECHO,;t t
 s,@RANLIB@,$RANLIB,;t t  s,@RANLIB@,$RANLIB,;t t
 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t  s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
 s,@CPP@,$CPP,;t t  s,@CPP@,$CPP,;t t
   s,@EGREP@,$EGREP,;t t
 s,@LIBTOOL@,$LIBTOOL,;t t  s,@LIBTOOL@,$LIBTOOL,;t t
 s,@LEX@,$LEX,;t t  s,@LEX@,$LEX,;t t
 s,@LEXLIB@,$LEXLIB,;t t  s,@LEXLIB@,$LEXLIB,;t t
Line 14795
 
Line 15483
 s,@PYTHON_PLUGIN_TRUE@,$PYTHON_PLUGIN_TRUE,;t t  s,@PYTHON_PLUGIN_TRUE@,$PYTHON_PLUGIN_TRUE,;t t
 s,@PYTHON_PLUGIN_FALSE@,$PYTHON_PLUGIN_FALSE,;t t  s,@PYTHON_PLUGIN_FALSE@,$PYTHON_PLUGIN_FALSE,;t t
 s,@PLUGIN_PYTHON@,$PLUGIN_PYTHON,;t t  s,@PLUGIN_PYTHON@,$PLUGIN_PYTHON,;t t
   s,@LTLIBOBJS@,$LTLIBOBJS,;t t
 CEOF  CEOF
   
 _ACEOF  _ACEOF
Line 14865
 
Line 15554
     /^X\(\/\/\)$/{ s//\1/; q; }      /^X\(\/\/\)$/{ s//\1/; q; }
     /^X\(\/\).*/{ s//\1/; q; }      /^X\(\/\).*/{ s//\1/; q; }
     s/.*/./; q'`      s/.*/./; q'`
   { case "$ac_dir" in    { if $as_mkdir_p; then
   [\\/]* | ?:[\\/]* ) as_incr_dir=;;      mkdir -p "$ac_dir"
   *)                      as_incr_dir=.;;    else
 esac      as_dir="$ac_dir"
 as_dummy="$ac_dir"      as_dirs=
 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do      while test ! -d "$as_dir"; do
   case $as_mkdir_dir in        as_dirs="$as_dir $as_dirs"
     # Skip DOS drivespec        as_dir=`(dirname "$as_dir") 2>/dev/null ||
     ?:) as_incr_dir=$as_mkdir_dir ;;  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     *)           X"$as_dir" : 'X\(//\)[^/]' \| \
       as_incr_dir=$as_incr_dir/$as_mkdir_dir           X"$as_dir" : 'X\(//\)$' \| \
       test -d "$as_incr_dir" ||           X"$as_dir" : 'X\(/\)' \| \
         mkdir "$as_incr_dir" ||           .     : '\(.\)' 2>/dev/null ||
  { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5  echo X"$as_dir" |
 echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    { (exit 1); exit 1; }; }      /^X\(\/\/\)[^/].*/{ s//\1/; q; }
     ;;      /^X\(\/\/\)$/{ s//\1/; q; }
   esac      /^X\(\/\).*/{ s//\1/; q; }
 done; }      s/.*/./; q'`
       done
       test ! -n "$as_dirs" || mkdir $as_dirs
     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
   echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
      { (exit 1); exit 1; }; }; }
   
   ac_builddir=.    ac_builddir=.
   
Line 14913
 
Line 15607
 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
 # absolute.  # absolute.
 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
 ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
   
Line 15103
 
Line 15797
 # 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
 # of here documents, and old seds have small limits too (100 cmds).  # of here documents, and old seds have small limits too (100 cmds).
 echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS  echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
 echo '  if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS  echo '  if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
 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
 echo '  :' >>$CONFIG_STATUS  echo '  :' >>$CONFIG_STATUS
 rm -f conftest.tail  rm -f conftest.tail
Line 15127
 
Line 15821
   mv conftest.tail conftest.defines    mv conftest.tail conftest.defines
 done  done
 rm -f conftest.defines  rm -f conftest.defines
 echo '  fi # egrep' >>$CONFIG_STATUS  echo '  fi # grep' >>$CONFIG_STATUS
 echo >>$CONFIG_STATUS  echo >>$CONFIG_STATUS
   
 # Break up conftest.undefs because some shells have a limit on the size  # Break up conftest.undefs because some shells have a limit on the size
Line 15167
 
Line 15861
   cat $tmp/in >>$tmp/config.h    cat $tmp/in >>$tmp/config.h
   rm -f $tmp/in    rm -f $tmp/in
   if test x"$ac_file" != x-; then    if test x"$ac_file" != x-; then
     if cmp -s $ac_file $tmp/config.h 2>/dev/null; then      if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5        { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 echo "$as_me: $ac_file is unchanged" >&6;}  echo "$as_me: $ac_file is unchanged" >&6;}
     else      else
Line 15183
 
Line 15877
     /^X\(\/\/\)$/{ s//\1/; q; }      /^X\(\/\/\)$/{ s//\1/; q; }
     /^X\(\/\).*/{ s//\1/; q; }      /^X\(\/\).*/{ s//\1/; q; }
     s/.*/./; q'`      s/.*/./; q'`
       { case "$ac_dir" in        { if $as_mkdir_p; then
   [\\/]* | ?:[\\/]* ) as_incr_dir=;;      mkdir -p "$ac_dir"
   *)                      as_incr_dir=.;;    else
 esac      as_dir="$ac_dir"
 as_dummy="$ac_dir"      as_dirs=
 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do      while test ! -d "$as_dir"; do
   case $as_mkdir_dir in        as_dirs="$as_dir $as_dirs"
     # Skip DOS drivespec        as_dir=`(dirname "$as_dir") 2>/dev/null ||
     ?:) as_incr_dir=$as_mkdir_dir ;;  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     *)           X"$as_dir" : 'X\(//\)[^/]' \| \
       as_incr_dir=$as_incr_dir/$as_mkdir_dir           X"$as_dir" : 'X\(//\)$' \| \
       test -d "$as_incr_dir" ||           X"$as_dir" : 'X\(/\)' \| \
         mkdir "$as_incr_dir" ||           .     : '\(.\)' 2>/dev/null ||
  { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5  echo X"$as_dir" |
 echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    { (exit 1); exit 1; }; }      /^X\(\/\/\)[^/].*/{ s//\1/; q; }
     ;;      /^X\(\/\/\)$/{ s//\1/; q; }
   esac      /^X\(\/\).*/{ s//\1/; q; }
 done; }      s/.*/./; q'`
       done
       test ! -n "$as_dirs" || mkdir $as_dirs
     fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
   echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
      { (exit 1); exit 1; }; }; }
   
       rm -f $ac_file        rm -f $ac_file
       mv $tmp/config.h $ac_file        mv $tmp/config.h $ac_file
Line 15210
 
Line 15909
     cat $tmp/config.h      cat $tmp/config.h
     rm -f $tmp/config.h      rm -f $tmp/config.h
   fi    fi
   # Run the commands associated with the file.  _am_stamp_count=`expr ${_am_stamp_count-0} + 1`
   case $ac_file in  echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
     include/autoconf.h ) # update the timestamp  $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 echo 'timestamp for include/autoconf.h' >"include/stamp-h1"           X$ac_file : 'X\(//\)[^/]' \| \
  ;;           X$ac_file : 'X\(//\)$' \| \
   esac           X$ac_file : 'X\(/\)' \| \
            .     : '\(.\)' 2>/dev/null ||
   echo X$ac_file |
       sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
       /^X\(\/\/\)[^/].*/{ s//\1/; q; }
       /^X\(\/\/\)$/{ s//\1/; q; }
       /^X\(\/\).*/{ s//\1/; q; }
       s/.*/./; q'`/stamp-h$_am_stamp_count
 done  done
 _ACEOF  _ACEOF
 cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF
Line 15266
 
Line 15972
 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be  # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
 # absolute.  # absolute.
 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`  ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
 ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`  ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`  ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`  ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
   
Line 15335
 
Line 16041
     /^X\(\/\/\)$/{ s//\1/; q; }      /^X\(\/\/\)$/{ s//\1/; q; }
     /^X\(\/\).*/{ s//\1/; q; }      /^X\(\/\).*/{ s//\1/; q; }
     s/.*/./; q'`      s/.*/./; q'`
     { case $dirpart/$fdir in      { if $as_mkdir_p; then
   [\\/]* | ?:[\\/]* ) as_incr_dir=;;      mkdir -p $dirpart/$fdir
   *)                      as_incr_dir=.;;    else
 esac      as_dir=$dirpart/$fdir
 as_dummy=$dirpart/$fdir      as_dirs=
 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do      while test ! -d "$as_dir"; do
   case $as_mkdir_dir in        as_dirs="$as_dir $as_dirs"
     # Skip DOS drivespec        as_dir=`(dirname "$as_dir") 2>/dev/null ||
     ?:) as_incr_dir=$as_mkdir_dir ;;  $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     *)           X"$as_dir" : 'X\(//\)[^/]' \| \
       as_incr_dir=$as_incr_dir/$as_mkdir_dir           X"$as_dir" : 'X\(//\)$' \| \
       test -d "$as_incr_dir" ||           X"$as_dir" : 'X\(/\)' \| \
         mkdir "$as_incr_dir" ||           .     : '\(.\)' 2>/dev/null ||
  { { echo "$as_me:$LINENO: error: cannot create $dirpart/$fdir" >&5  echo X"$as_dir" |
 echo "$as_me: error: cannot create $dirpart/$fdir" >&2;}      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
    { (exit 1); exit 1; }; }      /^X\(\/\/\)[^/].*/{ s//\1/; q; }
     ;;      /^X\(\/\/\)$/{ s//\1/; q; }
   esac      /^X\(\/\).*/{ s//\1/; q; }
 done; }      s/.*/./; q'`
       done
       test ! -n "$as_dirs" || mkdir $as_dirs
     fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
   echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
      { (exit 1); exit 1; }; }; }
   
     # echo "creating $dirpart/$file"      # echo "creating $dirpart/$file"
     echo '# dummy' > "$dirpart/$file"      echo '# dummy' > "$dirpart/$file"
Line 15382
 
Line 16093
 # need to make the FD available again.  # need to make the FD available again.
 if test "$no_create" != yes; then  if test "$no_create" != yes; then
   ac_cs_success=:    ac_cs_success=:
     ac_config_status_args=
     test "$silent" = yes &&
       ac_config_status_args="$ac_config_status_args --quiet"
   exec 5>/dev/null    exec 5>/dev/null
   $SHELL $CONFIG_STATUS || ac_cs_success=false    $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
   exec 5>>config.log    exec 5>>config.log
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
   # would make configure fail if this is the last instruction.    # would make configure fail if this is the last instruction.


Legend:
line(s) removed in v.1.38 
line(s) changed
 line(s) added in v.1.39

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:55