Difference for ./configure from version 1.33 to 1.34


version 1.33 version 1.34
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.57 for crossfire 1.4.0.  # Generated by GNU Autoconf 2.53 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.  ##  
 ## --------------------- ##  
   
 # Be Bourne compatible  # Find the correct PATH separator.  Usually this is `:', but
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then  # DJGPP uses `;' like DOS.
   emulate sh  if test "X${PATH_SEPARATOR+set}" != Xset; then
   NULLCMD=:    UNAME=${UNAME-`uname 2>/dev/null`}
   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which    case X$UNAME in
   # is contrary to our usage.  Disable this feature.      *-DOS) lt_cv_sys_path_separator=';' ;;
   alias -g '${1+"$@"}'='"$@"'      *)     lt_cv_sys_path_separator=':' ;;
 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then    esac
   set -o posix    PATH_SEPARATOR=$lt_cv_sys_path_separator
 fi  fi
   
 # Support unset when possible.  
 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then  # Check that we are running under the correct shell.
   as_unset=unset  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  else
   as_unset=false    # Restart under the correct shell.
     exec $SHELL "$0" --no-reexec ${1+"$@"}
 fi  fi
   
   if test "X$1" = X--fallback-echo; then
     # used as fallback echo
     shift
     cat <<EOF
   
 # Work around bugs in pre-3.0 UWIN ksh.  EOF
 $as_unset ENV MAIL MAILPATH    exit 0
 PS1='$ '  fi
 PS2='> '  
 PS4='+ '  
   
 # NLS nuisances.  # The HP-UX ksh and POSIX shell print the target directory to stdout
 for as_var in \  # if CDPATH is set.
   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \  if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \  
   LC_TELEPHONE LC_TIME  if test -z "$ECHO"; then
 do  if test "X${echo_test_string+set}" != Xset; then
   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then  # find a string as large as possible, as long as the shell can cope with it
     eval $as_var=C; export $as_var    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    else
     $as_unset $as_var    # 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    fi
      prev="$cmd"
 done  done
   
 # Required to use basename.   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
   
   
   
 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_basename=false    as_unset=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=`$as_basename "$0" ||  as_me=`(basename "$0") 2>/dev/null ||
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  X"$0" : 'X\(//\)$' \| \   X"$0" : 'X\(//\)$' \| \
  X"$0" : 'X\(/\)$' \| \   X"$0" : 'X\(/\)$' \| \
Line 77
 
Line 234
     /^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 88
 
Line 244
   
 # 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" >conf$$.sh    echo "#! /bin/sh" >conftest.sh
   echo  "exit 0"   >>conf$$.sh    echo  "exit 0"   >>conftest.sh
   chmod +x conf$$.sh    chmod +x conftest.sh
   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then    if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
     PATH_SEPARATOR=';'      PATH_SEPARATOR=';'
   else    else
     PATH_SEPARATOR=:      PATH_SEPARATOR=:
   fi    fi
   rm -f conf$$.sh    rm -f conftest.sh
 fi  fi
   
   
Line 144
 
Line 300
   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 218
 
Line 372
 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 233
 
Line 381
 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"  as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
   
   
 # IFS  # IFS
 # We need space, tab and new line, in precisely that order.  # We need space, tab and new line, in precisely that order.
 as_nl='  as_nl='
 '  '
 IFS=" $as_nl"  IFS=" $as_nl"
   
 # 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  
   
   # CDPATH.
   $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }
   
   
 # Name of the host.  # Name of the host.
Line 413
 
Line 402
 # 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 428
 
Line 416
 # Identity of this package.  # Identity of this package.
 PACKAGE_NAME='crossfire'  PACKAGE_NAME='crossfire'
 PACKAGE_TARNAME='crossfire'  PACKAGE_TARNAME='crossfire'
 PACKAGE_VERSION='1.4.0'  PACKAGE_VERSION='1.5.0'
 PACKAGE_STRING='crossfire 1.4.0'  PACKAGE_STRING='crossfire 1.5.0'
 PACKAGE_BUGREPORT='crossfire-devel@listserv.real-time.com'  PACKAGE_BUGREPORT='crossfire-devel@listserv.real-time.com'
   
 ac_unique_file="server/main.c"  ac_unique_file="server/main.c"
Line 471
 
Line 459
 # 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 896
 
Line 882
    { (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 940
 
Line 923
   # Omit some internal or obsolete options to make the list less imposing.    # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.    # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF    cat <<_ACEOF
 \`configure' configures crossfire 1.4.0 to adapt to many kinds of systems.  \`configure' configures crossfire 1.5.0 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1010
 
Line 993
   
 if test -n "$ac_init_help"; then  if test -n "$ac_init_help"; then
   case $ac_init_help in    case $ac_init_help in
      short | recursive ) echo "Configuration of crossfire 1.4.0:";;       short | recursive ) echo "Configuration of crossfire 1.5.0:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1081
 
Line 1064
 # 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 1107
 
Line 1090
 test -n "$ac_init_help" && exit 0  test -n "$ac_init_help" && exit 0
 if $ac_init_version; then  if $ac_init_version; then
   cat <<\_ACEOF    cat <<\_ACEOF
 crossfire configure 1.4.0  crossfire configure 1.5.0
 generated by GNU Autoconf 2.57  generated by GNU Autoconf 2.53
   
 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 1122
 
Line 1105
 This file contains any messages produced by compilers while  This file contains any messages produced by compilers while
 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.4.0, which was  It was created by crossfire $as_me 1.5.0, which was
 generated by GNU Autoconf 2.57.  Invocation command line was  generated by GNU Autoconf 2.53.  Invocation command line was
   
   $ $0 $@    $ $0 $@
   
Line 1175
 
Line 1158
   
 # 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-c* | -n | -no-recursion | --no-r*) continue ;;    -no-create | --no-create | --no-creat | --no-crea | --no-cre \
     -q | -quiet | --quiet | --quie | --qui | --qu | --q \    | --no-cr | --no-c | -n ) continue ;;
     | -silent | --silent | --silen | --sile | --sil)    -no-recursion | --no-recursion | --no-recursio | --no-recursi \
     | --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_pass in    case " $ac_configure_args " in
     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
     2)      *) ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
       ac_configure_args1="$ac_configure_args1 '$ac_arg'"         ac_sep=" " ;;
       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  
             ;;  
           -* ) ac_must_keep_next=true ;;  
         esac          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 1233
 
Line 1189
   # 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 1256
 
Line 1211
     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 1292
 
Line 1218
 ## ----------- ##  ## ----------- ##
 _ASBOX  _ASBOX
       echo        echo
       sed "/^$/d" confdefs.h | sort        sed "/^$/d" confdefs.h
       echo        echo
     fi      fi
     test "$ac_signal" != 0 &&      test "$ac_signal" != 0 &&
Line 1457
 
Line 1383
   
   
   
   
 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 1484
 
Line 1409
 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.7"  am__api_version="1.6"
 # 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 1674
 
Line 1599
   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 1711
 
Line 1636
    { (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.4.0   VERSION=1.5.0
   
   
 cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
Line 1849
 
Line 1764
   
   
   
   # 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 2007
 
Line 1926
 # 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 | grep -v 'ing directory'`" = "done"; then  if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
    am__include=include     am__include=include
    am__quote=     am__quote=
    _am_result=GNU     _am_result=GNU
Line 2252
 
Line 2171
     # 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
     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"      set dummy "$as_dir/$ac_word" ${1+"$@"}
       shift
       ac_cv_prog_CC="$@"
   fi    fi
 fi  fi
 fi  fi
Line 2357
 
Line 2278
 fi  fi
   
   
 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5
 See \`config.log' for more details." >&5  echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}
 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 2385
 
Line 2304
   
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 2400
 
Line 2321
 }  }
 _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 b.out"  ac_clean_files="$ac_clean_files a.out a.exe"
 # 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 2419
 
Line 2340
 # 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=
 # b.out is created by i960 compilers.  for ac_file in `ls a_out.exe a.exe conftest.exe 2>/dev/null;
 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out                  ls a.out conftest 2>/dev/null;
 do                  ls a.* conftest.* 2>/dev/null`; do
   test -f "$ac_file" || continue  
   case $ac_file in    case $ac_file in
     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )      *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb | *.xSYM ) ;;
         ;;      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" : '[^.]*\(\..*\)'`
         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`            # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
         # 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
 sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   { { echo "$as_me:$LINENO: error: C compiler cannot create executables" >&5
 { { echo "$as_me:$LINENO: error: C compiler cannot create executables  echo "$as_me: error: C compiler cannot create executables" >&2;}
 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 2478
 
Line 2386
  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'.  If you meant to cross compile, use \`--host'." >&5
 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'.  If you meant to cross compile, use \`--host'." >&2;}
 See \`config.log' for more details." >&2;}  
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
     fi      fi
   fi    fi
Line 2490
 
Line 2396
 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 b.out  rm -f a.out a.exe conftest$ac_cv_exeext
 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 2510
 
Line 2416
 # 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 conftest.exe conftest conftest.*; do  for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
   test -f "$ac_file" || continue  
   case $ac_file in    case $ac_file in
     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;      *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
           export ac_cv_exeext            export ac_cv_exeext
           break;;            break;;
Line 2521
 
Line 2426
   esac    esac
 done  done
 else  else
   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link    { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5
 See \`config.log' for more details." >&5  echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;}
 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 2542
 
Line 2445
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 2564
 
Line 2469
   (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 | *.xSYM | *.bb | *.bbg ) ;;      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
     *) 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
 sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5
 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile  echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;}
 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 2593
 
Line 2495
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 2625
 
Line 2529
   ac_compiler_gnu=yes    ac_compiler_gnu=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 2646
 
Line 2549
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 2675
 
Line 2580
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 2698
 
Line 2602
     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 2826
 
Line 2634
 do  do
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "confdefs.h"
 _ACEOF  
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 #include <stdlib.h>  #include <stdlib.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 2856
 
Line 2666
   :    :
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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"
 /* confdefs.h.  */  #include "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 2892
 
Line 2703
   break    break
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 2906
 
Line 2716
   
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 2965
 
Line 2774
     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 -o conftest.o conftest.c >/dev/null 2>&1 &&         $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/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 2985
 
Line 2794
 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 3146
 
Line 2943
  break   break
       else        else
  lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but   lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
  continue # so that we can try to find one that supports BSD flags   continue # so that we can try to find one that supports BSD flags
       fi  
     fi  
   done  
   IFS="$ac_save_ifs"  
   test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm  
 fi  
 fi  
   
 NM="$lt_cv_path_NM"  
 echo "$as_me:$LINENO: result: $NM" >&5  
 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      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        fi
     done      done
   done    IFS="$ac_save_ifs"
   rm -rf "$tmp"    test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
   
 fi  fi
   
 if test "X$SED" != "X"; then  
   lt_cv_path_SED=$SED  
 else  
   SED=$lt_cv_path_SED  
 fi  fi
 echo "$as_me:$LINENO: result: $SED" >&5  
 echo "${ECHO_T}$SED" >&6  NM="$lt_cv_path_NM"
   echo "$as_me:$LINENO: result: $NM" >&5
   echo "${ECHO_T}$NM" >&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
Line 3255
 
Line 2967
 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 dependent libraries" >&5  echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
 echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6  echo $ECHO_N "checking how to recognise dependant 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 3333
 
Line 3045
   lt_cv_file_magic_test_file=/usr/lib/libc.sl    lt_cv_file_magic_test_file=/usr/lib/libc.sl
   ;;    ;;
   
 irix5* | irix6* | nonstopux*)  irix5* | irix6*)
   case $host_os in    case $host_os in
   irix5* | nonstopux*)    irix5*)
     # 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 3357
 
Line 3069
 # 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 | mips | mipsel | powerpc* | sparc* | ia64*)    alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | s390* )
     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 3428
 
Line 3140
     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 3485
 
Line 3194
   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* | nonstopux*)  irix*)
   symcode='[BCDEGRST]'    symcode='[BCDEGRST]'
   ;;    ;;
 osf*)  
   symcode='[BCDEGQRST]'  
   ;;  
 solaris* | sysv5*)  solaris* | sysv5*)
   symcode='[BDT]'    symcode='[BDT]'
   ;;    ;;
Line 3599
 
Line 3305
   (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$ac_exeext; then    (exit $ac_status); } && test -s conftest; then
      pipe_works=yes       pipe_works=yes
    fi     fi
    LIBS="$save_LIBS"     LIBS="$save_LIBS"
Line 3669
 
Line 3375
 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"
 /* confdefs.h.  */  #include "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=$?
   grep -v '^ *+' conftest.er1 >conftest.err    egrep -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 3707
 
Line 3403
   :    :
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
   # Broken: fails on valid input.    # Broken: fails on valid input.
 continue  continue
 fi  fi
Line 3718
 
Line 3413
   # 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"
 /* confdefs.h.  */  #include "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=$?
   grep -v '^ *+' conftest.er1 >conftest.err    egrep -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 3746
 
Line 3437
 continue  continue
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
   # Passes both tests.    # Passes both tests.
 ac_preproc_ok=:  ac_preproc_ok=:
 break  break
Line 3776
 
Line 3466
 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"
 /* confdefs.h.  */  #include "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=$?
   grep -v '^ *+' conftest.er1 >conftest.err    egrep -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 3814
 
Line 3494
   :    :
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
   # Broken: fails on valid input.    # Broken: fails on valid input.
 continue  continue
 fi  fi
Line 3825
 
Line 3504
   # 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"
 /* confdefs.h.  */  #include "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=$?
   grep -v '^ *+' conftest.er1 >conftest.err    egrep -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 3853
 
Line 3528
 continue  continue
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
   # Passes both tests.    # Passes both tests.
 ac_preproc_ok=:  ac_preproc_ok=:
 break  break
Line 3867
 
Line 3541
 if $ac_preproc_ok; then  if $ac_preproc_ok; then
   :    :
 else  else
   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check    { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5
 See \`config.log' for more details." >&5  echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
 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 3881
 
Line 3553
 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 3903
 
Line 3560
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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
 rm -f conftest.$ac_objext  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   (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=$?    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); }; }; then    (exit $ac_status); } >/dev/null; then
     if test -s conftest.err; then
       ac_cpp_err=$ac_c_preproc_warn_flag
     else
       ac_cpp_err=
     fi
   else
     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
 sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
 ac_cv_header_stdc=no  ac_cv_header_stdc=no
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err 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"
 /* confdefs.h.  */  #include "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 3968
 
Line 3614
   # 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"
 /* confdefs.h.  */  #include "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 3993
 
Line 3635
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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) \  # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
                    (('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 4037
 
Line 3674
 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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
 fi  fi
 fi  fi
Line 4077
 
Line 3713
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 4101
 
Line 3733
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 4137
 
Line 3768
 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"
 /* confdefs.h.  */  #include "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 4160
 
Line 3787
   ac_header_compiler=yes    ac_header_compiler=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 4173
 
Line 3799
 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"
 /* confdefs.h.  */  #include "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=$?
   grep -v '^ *+' conftest.er1 >conftest.err    egrep -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 4200
 
Line 3822
   ac_header_preproc=yes    ac_header_preproc=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5    cat 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 4214
 
Line 3835
     { 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 4265
 
Line 3868
   
   
   
   
 # 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 4581
 
Line 4183
 case $host in  case $host in
 *-*-irix6*)  *-*-irix6*)
   # Find out which ABI we are using.    # Find out which ABI we are using.
   echo '#line 4584 "configure"' > conftest.$ac_ext    echo '#line 4186 "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 4621
 
Line 4223
   
      cat >conftest.$ac_ext <<_ACEOF       cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 4650
 
Line 4254
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 4823
 
Line 4426
       # 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* | nonstopux* | osf3* | osf4* | osf5*)      beos* | irix5* | irix6* | osf3* | osf4* | osf5*)
       # PIC is the default for these OSes.        # PIC is the default for these OSes.
       ;;        ;;
     darwin* | rhapsody*)      darwin* | rhapsody*)
Line 4866
 
Line 4469
       lt_cv_prog_cc_pic='+Z'        lt_cv_prog_cc_pic='+Z'
       ;;        ;;
   
     irix5* | irix6* | nonstopux*)      irix5* | irix6*)
       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 4910
 
Line 4513
     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 4950
 
Line 4557
     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"
 /* confdefs.h.  */  #include "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 4994
 
Line 4603
   
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
       lt_cv_prog_cc_pic_works=no        lt_cv_prog_cc_pic_works=no
   
 fi  fi
Line 5038
 
Line 4646
   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"
 /* confdefs.h.  */  #include "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 5067
 
Line 4677
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 5110
 
Line 4719
 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:5113: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then  if { (eval echo configure:4722: \"$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 5152
 
Line 4761
   ac_objext=lo    ac_objext=lo
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 5188
 
Line 4799
   
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 5237
 
Line 4847
   compiler_rtti_exceptions=no    compiler_rtti_exceptions=no
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 5273
 
Line 4885
   
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 5446
 
Line 5057
     # 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`sed 1q $export_symbols`" = xEXPORTS; then      archive_expsym_cmds='if test "x`head -1 $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 5455
 
Line 5066
  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 5568
 
Line 5178
       # 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
    case $ld_flag in     if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
    *-brtl*)  
      aix_use_runtimelinking=yes       aix_use_runtimelinking=yes
      break       break
    ;;     fi
    esac  
  done   done
       esac        esac
   
Line 5687
 
Line 5295
     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.  Also zsh mangles      #        yet detect zsh echo's removal of \ escapes.
     #      `"' quotes if we put them in here... so don't!      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'
     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 5741
 
Line 5348
     export_dynamic_flag_spec='${wl}-E'      export_dynamic_flag_spec='${wl}-E'
     ;;      ;;
   
   irix5* | irix6* | nonstopux*)    irix5* | irix6*)
     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 5776
 
Line 5382
     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 $compiler_flags'        archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_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 5786
 
Line 5392
  hardcode_libdir_flag_spec='-R$libdir'   hardcode_libdir_flag_spec='-R$libdir'
         ;;          ;;
       *)        *)
         archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'          archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
         hardcode_libdir_flag_spec='${wl}-rpath,$libdir'          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
         ;;          ;;
       esac        esac
Line 5898
 
Line 5504
     ;;      ;;
   
   sysv4)    sysv4)
     case $host_vendor in      if test "x$host_vendor" = xsno; then
       sni)        archive_cmds='$LD -G -Bsymbolic -h $soname -o $lib $libobjs $deplibs $linker_flags'
         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 6062
 
Line 5658
   
 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 6103
 
Line 5696
     fi      fi
     shlibpath_var=LIBPATH      shlibpath_var=LIBPATH
   fi    fi
   hardcode_into_libs=yes  
   ;;    ;;
   
 amigaos*)  amigaos*)
Line 6151
 
Line 5743
     ;;      ;;
   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" -e "s,=/,/,g"`      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -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 6234
 
Line 5826
   postinstall_cmds='chmod 555 $lib'    postinstall_cmds='chmod 555 $lib'
   ;;    ;;
   
 irix5* | irix6* | nonstopux*)  irix5* | irix6*)
   case $host_os in    version_type=irix
     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* | nonstopux*)    irix5*)
     libsuff= shlibsuff=      libsuff= shlibsuff=
     ;;      ;;
   *)    *)
Line 6348
 
Line 5937
 osf3* | osf4* | osf5*)  osf3* | osf4* | osf5*)
   version_type=osf    version_type=osf
   need_version=no    need_version=no
   soname_spec='${libname}${release}.so$major'    soname_spec='${libname}${release}.so'
   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'    library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $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 6396
 
Line 5984
   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 6524
 
Line 6106
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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
 char (*f) () = shl_load;  f = shl_load;
 #endif  
 #ifdef __cplusplus  
 }  
 #endif  #endif
   
 int  
 main ()  
 {  
 return f != shl_load;  
   ;    ;
   return 0;    return 0;
 }  }
Line 6581
 
Line 6156
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 6601
 
Line 6175
 LIBS="-ldld  $LIBS"  LIBS="-ldld  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 6614
 
Line 6184
 /* 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 6637
 
Line 6213
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 6656
 
Line 6231
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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
 char (*f) () = dlopen;  f = dlopen;
 #endif  
 #ifdef __cplusplus  
 }  
 #endif  #endif
   
 int  
 main ()  
 {  
 return f != dlopen;  
   ;    ;
   return 0;    return 0;
 }  }
Line 6713
 
Line 6281
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 6733
 
Line 6300
 LIBS="-ldl  $LIBS"  LIBS="-ldl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 6746
 
Line 6309
 /* 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 6769
 
Line 6338
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 6790
 
Line 6358
 LIBS="-lsvld  $LIBS"  LIBS="-lsvld  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 6803
 
Line 6367
 /* 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 6826
 
Line 6396
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 6847
 
Line 6416
 LIBS="-ldld  $LIBS"  LIBS="-ldld  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 6860
 
Line 6425
 /* 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 6883
 
Line 6454
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 6942
 
Line 6512
     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 6945 "configure"  #line 6515 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
Line 7040
 
Line 6610
     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 7043 "configure"  #line 6613 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 #if HAVE_DLFCN_H  #if HAVE_DLFCN_H
Line 7223
 
Line 6793
   # 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 SED \    for var in echo old_CC old_CFLAGS \
     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 7285
 
Line 6855
 # 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 7971
 
Line 7538
     # 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
     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"      set dummy "$as_dir/$ac_word" ${1+"$@"}
       shift
       ac_cv_prog_CC="$@"
   fi    fi
 fi  fi
 fi  fi
Line 8076
 
Line 7645
 fi  fi
   
   
 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH  test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5
 See \`config.log' for more details." >&5  echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;}
 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 8109
 
Line 7676
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 8141
 
Line 7710
   ac_compiler_gnu=yes    ac_compiler_gnu=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 8162
 
Line 7730
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 8191
 
Line 7761
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 8214
 
Line 7783
     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 8342
 
Line 7815
 do  do
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "confdefs.h"
 _ACEOF  
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 #include <stdlib.h>  #include <stdlib.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 8372
 
Line 7847
   :    :
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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"
 /* confdefs.h.  */  #include "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 8408
 
Line 7884
   break    break
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 8422
 
Line 7897
   
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 8481
 
Line 7955
     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 -o conftest.o conftest.c >/dev/null 2>&1 &&         $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/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 8502
 
Line 7976
   
   
   
 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 8550
 
Line 8012
 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"
 /* confdefs.h.  */  #include "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=$?
   grep -v '^ *+' conftest.er1 >conftest.err    egrep -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 8588
 
Line 8040
   :    :
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
   # Broken: fails on valid input.    # Broken: fails on valid input.
 continue  continue
 fi  fi
Line 8599
 
Line 8050
   # 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"
 /* confdefs.h.  */  #include "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=$?
   grep -v '^ *+' conftest.er1 >conftest.err    egrep -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 8627
 
Line 8074
 continue  continue
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
   # Passes both tests.    # Passes both tests.
 ac_preproc_ok=:  ac_preproc_ok=:
 break  break
Line 8657
 
Line 8103
 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"
 /* confdefs.h.  */  #include "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=$?
   grep -v '^ *+' conftest.er1 >conftest.err    egrep -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 8695
 
Line 8131
   :    :
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
   # Broken: fails on valid input.    # Broken: fails on valid input.
 continue  continue
 fi  fi
Line 8706
 
Line 8141
   # 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"
 /* confdefs.h.  */  #include "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=$?
   grep -v '^ *+' conftest.er1 >conftest.err    egrep -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 8734
 
Line 8165
 continue  continue
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
   # Passes both tests.    # Passes both tests.
 ac_preproc_ok=:  ac_preproc_ok=:
 break  break
Line 8748
 
Line 8178
 if $ac_preproc_ok; then  if $ac_preproc_ok; then
   :    :
 else  else
   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check    { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5
 See \`config.log' for more details." >&5  echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
 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 8813
 
Line 8241
 LIBS="-lfl  $LIBS"  LIBS="-lfl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 8826
 
Line 8250
 /* 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 8849
 
Line 8279
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 8870
 
Line 8299
 LIBS="-ll  $LIBS"  LIBS="-ll  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 8883
 
Line 8308
 /* 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 8906
 
Line 8337
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 8985
 
Line 8415
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 9437
 
Line 8866
 LIBS="-lnsl  $LIBS"  LIBS="-lnsl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 9467
 
Line 8898
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 9495
 
Line 8925
 LIBS="-lsocket  $LIBS"  LIBS="-lsocket  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 9525
 
Line 8957
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 9643
 
Line 9074
   # 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"
 /* confdefs.h.  */  #include "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=$?
   grep -v '^ *+' conftest.er1 >conftest.err    egrep -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 9671
 
Line 9098
 ac_x_includes=  ac_x_includes=
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5    cat 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 9691
 
Line 9117
   LIBS="-lXt $LIBS"    LIBS="-lXt $LIBS"
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 9722
 
Line 9150
 ac_x_libraries=  ac_x_libraries=
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 9793
 
Line 9220
       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"
 /* confdefs.h.  */  #include "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 9822
 
Line 9251
   ac_R_nospace=yes    ac_R_nospace=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 9835
 
Line 9263
  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"
 /* confdefs.h.  */  #include "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 9864
 
Line 9294
   ac_R_space=yes    ac_R_space=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 9895
 
Line 9324
     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"
 /* confdefs.h.  */  #include "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 9908
 
Line 9333
 /* 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 9931
 
Line 9362
   :    :
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 9942
 
Line 9372
 LIBS="-ldnet  $LIBS"  LIBS="-ldnet  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 9955
 
Line 9381
 /* 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 9978
 
Line 9410
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 10001
 
Line 9432
 LIBS="-ldnet_stub  $LIBS"  LIBS="-ldnet_stub  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 10014
 
Line 9441
 /* 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 10037
 
Line 9470
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 10070
 
Line 9502
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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
 char (*f) () = gethostbyname;  f = gethostbyname;
 #endif  #endif
 #ifdef __cplusplus  
 }  
 #endif  
   
 int  
 main ()  
 {  
 return f != gethostbyname;  
   ;    ;
   return 0;    return 0;
 }  }
Line 10127
 
Line 9552
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 10146
 
Line 9570
 LIBS="-lnsl  $LIBS"  LIBS="-lnsl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 10159
 
Line 9579
 /* 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 10182
 
Line 9608
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 10205
 
Line 9630
 LIBS="-lbsd  $LIBS"  LIBS="-lbsd  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 10218
 
Line 9639
 /* 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 10241
 
Line 9668
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 10271
 
Line 9697
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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
 char (*f) () = connect;  f = connect;
 #endif  
 #ifdef __cplusplus  
 }  
 #endif  #endif
   
 int  
 main ()  
 {  
 return f != connect;  
   ;    ;
   return 0;    return 0;
 }  }
Line 10328
 
Line 9747
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 10347
 
Line 9765
 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"
 /* confdefs.h.  */  #include "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 10360
 
Line 9774
 /* 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 10383
 
Line 9803
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 10406
 
Line 9825
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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
 char (*f) () = remove;  f = remove;
 #endif  
 #ifdef __cplusplus  
 }  
 #endif  #endif
   
 int  
 main ()  
 {  
 return f != remove;  
   ;    ;
   return 0;    return 0;
 }  }
Line 10463
 
Line 9875
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 10482
 
Line 9893
 LIBS="-lposix  $LIBS"  LIBS="-lposix  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 10495
 
Line 9902
 /* 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 10518
 
Line 9931
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 10541
 
Line 9953
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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
 char (*f) () = shmat;  f = shmat;
 #endif  
 #ifdef __cplusplus  
 }  
 #endif  #endif
   
 int  
 main ()  
 {  
 return f != shmat;  
   ;    ;
   return 0;    return 0;
 }  }
Line 10598
 
Line 10003
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 10617
 
Line 10021
 LIBS="-lipc  $LIBS"  LIBS="-lipc  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 10630
 
Line 10030
 /* 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 10653
 
Line 10059
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 10687
 
Line 10092
 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"
 /* confdefs.h.  */  #include "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 10700
 
Line 10101
 /* 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 10723
 
Line 10130
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 10753
 
Line 10159
 LIBS="-lX11  $LIBS"  LIBS="-lX11  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 10783
 
Line 10191
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 10810
 
Line 10217
 LIBS="-lICE  $LIBS"  LIBS="-lICE  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 10840
 
Line 10249
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 10867
 
Line 10275
 LIBS="-lSM $X11LIBS $LIBS"  LIBS="-lSM $X11LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 10897
 
Line 10307
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 10924
 
Line 10333
 LIBS="-lXext -lX11 $LIBS"  LIBS="-lXext -lX11 $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 10954
 
Line 10365
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 10981
 
Line 10391
 LIBS="-lXt $X11LIBS $LIBS"  LIBS="-lXt $X11LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 11011
 
Line 10423
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 11038
 
Line 10449
 LIBS="-lXmu $X11LIBS $LIBS"  LIBS="-lXmu $X11LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 11068
 
Line 10481
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 11095
 
Line 10507
 LIBS="-lXaw $X11LIBS $LIBS"  LIBS="-lXaw $X11LIBS $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 11125
 
Line 10539
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 11155
 
Line 10568
 LIBS="-lXpm $X11LIBS  $LIBS"  LIBS="-lXpm $X11LIBS  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 11185
 
Line 10600
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 11213
 
Line 10627
 LIBS="-lm  $LIBS"  LIBS="-lm  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 11243
 
Line 10659
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 11271
 
Line 10686
 LIBS="-lpng $X11LIBS  $LIBS"  LIBS="-lpng $X11LIBS  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 11301
 
Line 10718
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 11329
 
Line 10745
 LIBS="-lcrypt  $LIBS"  LIBS="-lcrypt  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 11359
 
Line 10777
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 11387
 
Line 10804
 LIBS="-ldes  $LIBS"  LIBS="-ldes  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 11400
 
Line 10813
 /* 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 11423
 
Line 10842
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 11454
 
Line 10872
 LIBS="-ldmalloc  $LIBS"  LIBS="-ldmalloc  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 11484
 
Line 10904
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 11513
 
Line 10932
 LIBS="-ldmalloclp  $LIBS"  LIBS="-ldmalloclp  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 11543
 
Line 10964
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 11578
 
Line 10998
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 11610
 
Line 11032
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 11638
 
Line 11059
 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"
 /* confdefs.h.  */  #include "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 11651
 
Line 11068
 /* 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 11674
 
Line 11097
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 11683
 
Line 11105
     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"
 /* confdefs.h.  */  #include "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 11696
 
Line 11114
 /* 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 11720
 
Line 11144
 break  break
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 11745
 
Line 11168
 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"
 /* confdefs.h.  */  #include "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 11758
 
Line 11177
 /* 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 11781
 
Line 11206
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 11790
 
Line 11214
     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"
 /* confdefs.h.  */  #include "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 11803
 
Line 11223
 /* 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 11827
 
Line 11253
 break  break
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 11851
 
Line 11276
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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
 rm -f conftest.$ac_objext  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
   (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=$?    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); }; }; then    (exit $ac_status); } >/dev/null; then
     if test -s conftest.err; then
       ac_cpp_err=$ac_c_preproc_warn_flag
     else
       ac_cpp_err=
     fi
   else
     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
 sed 's/^/| /' conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   
 ac_cv_header_stdc=no  ac_cv_header_stdc=no
 fi  fi
 rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.err 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"
 /* confdefs.h.  */  #include "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 11916
 
Line 11330
   # 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"
 /* confdefs.h.  */  #include "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 11941
 
Line 11351
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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) \  # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
                    (('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 11985
 
Line 11390
 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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 fi  fi
 fi  fi
 fi  fi
Line 12037
 
Line 11441
 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"
 /* confdefs.h.  */  #include "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 12060
 
Line 11460
   ac_header_compiler=yes    ac_header_compiler=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 12073
 
Line 11472
 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"
 /* confdefs.h.  */  #include "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=$?
   grep -v '^ *+' conftest.er1 >conftest.err    egrep -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 12100
 
Line 11495
   ac_header_preproc=yes    ac_header_preproc=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5    cat 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 12114
 
Line 11508
     { 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 12163
 
Line 11539
   
   
   
   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"
   #include "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;
   #ifdef F77_DUMMY_MAIN
   #  ifdef __cplusplus
        extern "C"
   #  endif
      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
     echo "$as_me: failed program was:" >&5
   cat 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
   
 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
 if test "${ac_cv_c_const+set}" = set; then  if test "${ac_cv_c_const+set}" = set; then
Line 12170
 
Line 11643
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 12245
 
Line 11720
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 12270
 
Line 11744
 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"
 /* confdefs.h.  */  #include "confdefs.h"
 _ACEOF  
 cat confdefs.h >>conftest.$ac_ext  
 cat >>conftest.$ac_ext <<_ACEOF  
 /* end confdefs.h.  */  
 #ifndef __cplusplus  #ifndef __cplusplus
 typedef int foo_t;  static $ac_kw int static_foo () {return 0; }
 static $ac_kw foo_t static_foo () {return 0; }  $ac_kw int foo () {return 0; }
 $ac_kw foo_t foo () {return 0; }  
 #endif  #endif
   
 _ACEOF  _ACEOF
Line 12297
 
Line 11766
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 12326
 
Line 11794
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 12358
 
Line 11828
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 12383
 
Line 11852
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 12415
 
Line 11886
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 12440
 
Line 11910
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 12473
 
Line 11945
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 12496
 
Line 11967
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 12527
 
Line 12000
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 12550
 
Line 12022
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 12592
 
Line 12060
     ac_pattern="Autoconf.*'x'"      ac_pattern="Autoconf.*'x'"
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 12612
 
Line 12076
   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"
 /* confdefs.h.  */  #include "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 12645
 
Line 12105
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 12698
 
Line 12160
 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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core 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 12722
 
Line 12183
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 12757
 
Line 12220
 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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core 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 12782
 
Line 12244
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 12798
 
Line 12256
 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 12821
 
Line 12285
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 12846
 
Line 12309
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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
 char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
 #endif  #endif
   
 int  
 main ()  
 {  
 return f != $ac_func;  
   ;    ;
   return 0;    return 0;
 }  }
Line 12903
 
Line 12359
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 12927
 
Line 12382
 LIBS="-lintl  $LIBS"  LIBS="-lintl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 12940
 
Line 12391
 /* 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 12963
 
Line 12420
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 12994
 
Line 12450
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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
 char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
 #endif  #endif
   
 int  
 main ()  
 {  
 return f != $ac_func;  
   ;    ;
   return 0;    return 0;
 }  }
Line 13051
 
Line 12500
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 13071
 
Line 12519
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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
 char (*f) () = _doprnt;  f = _doprnt;
 #endif  
 #ifdef __cplusplus  
 }  
 #endif  #endif
   
 int  
 main ()  
 {  
 return f != _doprnt;  
   ;    ;
   return 0;    return 0;
 }  }
Line 13128
 
Line 12569
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 13179
 
Line 12619
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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
 char (*f) () = $ac_func;  f = $ac_func;
 #endif  
 #ifdef __cplusplus  
 }  
 #endif  #endif
   
 int  
 main ()  
 {  
 return f != $ac_func;  
   ;    ;
   return 0;    return 0;
 }  }
Line 13236
 
Line 12669
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 13260
 
Line 12692
 else  else
   cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 13291
 
Line 12725
   ac_gettimeofday_args=2    ac_gettimeofday_args=2
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat conftest.$ac_ext >&5
   
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 13325
 
Line 12760
   ac_gettimeofday_args=1    ac_gettimeofday_args=1
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 13417
 
Line 12851
 LIBS="-ldl  $LIBS"  LIBS="-ldl  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 13430
 
Line 12860
 /* 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 13453
 
Line 12889
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 13503
 
Line 12938
 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"
 /* confdefs.h.  */  #include "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 13526
 
Line 12957
   ac_header_compiler=yes    ac_header_compiler=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 13539
 
Line 12969
 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"
 /* confdefs.h.  */  #include "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=$?
   grep -v '^ *+' conftest.er1 >conftest.err    egrep -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 13566
 
Line 12992
   ac_header_preproc=yes    ac_header_preproc=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5    cat 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 13580
 
Line 13005
     { 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 13647
 
Line 13054
 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"
 /* confdefs.h.  */  #include "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 13670
 
Line 13073
   ac_header_compiler=yes    ac_header_compiler=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 13683
 
Line 13085
 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"
 /* confdefs.h.  */  #include "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=$?
   grep -v '^ *+' conftest.er1 >conftest.err    egrep -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 13710
 
Line 13108
   ac_header_preproc=yes    ac_header_preproc=yes
 else  else
   echo "$as_me: failed program was:" >&5    echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5    cat 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 13724
 
Line 13121
     { 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 13794
 
Line 13173
 LIBS="-l$lib  $LIBS"  LIBS="-l$lib  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"  #line $LINENO "configure"
 /* confdefs.h.  */  #include "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 13807
 
Line 13182
 /* 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 13830
 
Line 13211
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 13875
 
Line 13255
 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"
 /* confdefs.h.  */  #include "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 13905
 
Line 13287
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 13927
 
Line 13308
 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"
 /* confdefs.h.  */  #include "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 13957
 
Line 13340
   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
 sed 's/^/| /' conftest.$ac_ext >&5  cat 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 14005
 
Line 13387
 # 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 overridden when  # `ac_cv_env_foo' variables (set or unset) will be overriden 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 14040
 
Line 13422
      t end       t end
      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
      : end' >>confcache       : end' >>confcache
 if diff $cache_file confcache >/dev/null 2>&1; then :; else  if cmp -s $cache_file confcache; 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 14071
 
Line 13453
   
 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 14093
 
Line 13460
 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 14135
 
Line 13488
 # 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 14149
 
Line 13501
 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 14163
 
Line 13513
   as_unset=false    as_unset=false
 fi  fi
   
   (set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&
 # Work around bugs in pre-3.0 UWIN ksh.      { $as_unset LANG || test "${LANG+set}" != set; } ||
 $as_unset ENV MAIL MAILPATH        { LANG=C; export LANG; }
 PS1='$ '  (set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
 PS2='> '      { $as_unset LC_ALL || test "${LC_ALL+set}" != set; } ||
 PS4='+ '        { LC_ALL=C; export LC_ALL; }
   (set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
 # NLS nuisances.      { $as_unset LC_TIME || test "${LC_TIME+set}" != set; } ||
 for as_var in \        { LC_TIME=C; export LC_TIME; }
   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \  (set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \      { $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set; } ||
   LC_TELEPHONE LC_TIME        { LC_CTYPE=C; export LC_CTYPE; }
 do  (set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then      { $as_unset LANGUAGE || test "${LANGUAGE+set}" != set; } ||
     eval $as_var=C; export $as_var        { LANGUAGE=C; export LANGUAGE; }
   else  (set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
     $as_unset $as_var      { $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set; } ||
   fi        { LC_COLLATE=C; export LC_COLLATE; }
 done  (set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
       { $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set; } ||
 # Required to use basename.        { LC_NUMERIC=C; export LC_NUMERIC; }
 if expr a : '\(a\)' >/dev/null 2>&1; then  (set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
   as_expr=expr      { $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set; } ||
 else        { LC_MESSAGES=C; export LC_MESSAGES; }
   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=`$as_basename "$0" ||  as_me=`(basename "$0") 2>/dev/null ||
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  X"$0" : 'X\(//\)$' \| \   X"$0" : 'X\(//\)$' \| \
  X"$0" : 'X\(/\)$' \| \   X"$0" : 'X\(/\)$' \| \
Line 14209
 
Line 13551
     /^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 14220
 
Line 13561
   
 # 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" >conf$$.sh    echo "#! /bin/sh" >conftest.sh
   echo  "exit 0"   >>conf$$.sh    echo  "exit 0"   >>conftest.sh
   chmod +x conf$$.sh    chmod +x conftest.sh
   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then    if (PATH=".;."; conftest.sh) >/dev/null 2>&1; then
     PATH_SEPARATOR=';'      PATH_SEPARATOR=';'
   else    else
     PATH_SEPARATOR=:      PATH_SEPARATOR=:
   fi    fi
   rm -f conf$$.sh    rm -f conftest.sh
 fi  fi
   
   
Line 14277
 
Line 13618
   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 14352
 
Line 13691
 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 14374
 
Line 13707
 IFS=" $as_nl"  IFS=" $as_nl"
   
 # CDPATH.  # CDPATH.
 $as_unset CDPATH  $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=$PATH_SEPARATOR; export CDPATH; }
   
 exec 6>&1  exec 6>&1
   
Line 14390
 
Line 13723
 } >&5  } >&5
 cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
   
 This file was extended by crossfire $as_me 1.4.0, which was  This file was extended by crossfire $as_me 1.5.0, which was
 generated by GNU Autoconf 2.57.  Invocation command line was  generated by GNU Autoconf 2.53.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS    CONFIG_HEADERS  = $CONFIG_HEADERS
Line 14431
 
Line 13764
   
   -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 14453
 
Line 13785
   
 cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\  ac_cs_version="\\
 crossfire config.status 1.4.0  crossfire config.status 1.5.0
 configured by $0, generated by GNU Autoconf 2.57,  configured by $0, generated by GNU Autoconf 2.53,
   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 14475
 
Line 13807
   --*=*)    --*=*)
     ac_option=`expr "x$1" : 'x\([^=]*\)='`      ac_option=`expr "x$1" : 'x\([^=]*\)='`
     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`      ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
     ac_shift=:      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 $ac_option in    case $1 in
   # Handling of the options.    # Handling of the options.
 _ACEOF  _ACEOF
 cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
     ac_cs_recheck=: ;;      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
   --version | --vers* | -V )    --version | --vers* | -V )
     echo "$ac_cs_version"; exit 0 ;;      echo "$ac_cs_version"; exit 0 ;;
   --he | --h)    --he | --h)
Line 14508
 
Line 13840
   --debug | --d* | -d )    --debug | --d* | -d )
     debug=: ;;      debug=: ;;
   --file | --fil | --fi | --f )    --file | --fil | --fi | --f )
     $ac_shift      shift
     CONFIG_FILES="$CONFIG_FILES $ac_optarg"      CONFIG_FILES="$CONFIG_FILES $1"
     ac_need_defaults=false;;      ac_need_defaults=false;;
   --header | --heade | --head | --hea )    --header | --heade | --head | --hea )
     $ac_shift      shift
     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"      CONFIG_HEADERS="$CONFIG_HEADERS $1"
     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 14532
 
Line 13861
   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 14612
 
Line 13927
   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 14623
 
Line 13935
 }  }
   
 # Create a (secure) tmp directory for tmp files.  # Create a (secure) tmp directory for tmp files.
   : ${TMPDIR=/tmp}
 {  {
   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&    tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
   test -n "$tmp" && test -d "$tmp"    test -n "$tmp" && test -d "$tmp"
 }  ||  }  ||
 {  {
   tmp=./confstat$$-$RANDOM    tmp=$TMPDIR/cs$$-$RANDOM
   (umask 077 && mkdir $tmp)    (umask 077 && mkdir $tmp)
 } ||  } ||
 {  {
    echo "$me: cannot create a temporary directory in ." >&2     echo "$me: cannot create a temporary directory in $TMPDIR" >&2
    { (exit 1); exit 1; }     { (exit 1); exit 1; }
 }  }
   
Line 14684
 
Line 13996
 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 14721
 
Line 14032
 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 14761
 
Line 14069
 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 14832
 
Line 14139
     /^X\(\/\/\)$/{ s//\1/; q; }      /^X\(\/\/\)$/{ s//\1/; q; }
     /^X\(\/\).*/{ s//\1/; q; }      /^X\(\/\).*/{ s//\1/; q; }
     s/.*/./; q'`      s/.*/./; q'`
   { if $as_mkdir_p; then    { case "$ac_dir" in
     mkdir -p "$ac_dir"    [\\/]* | ?:[\\/]* ) as_incr_dir=;;
   else    *)                      as_incr_dir=.;;
     as_dir="$ac_dir"  esac
     as_dirs=  as_dummy="$ac_dir"
     while test ! -d "$as_dir"; do  for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
       as_dirs="$as_dir $as_dirs"    case $as_mkdir_dir in
       as_dir=`(dirname "$as_dir") 2>/dev/null ||      # Skip DOS drivespec
 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \      ?:) as_incr_dir=$as_mkdir_dir ;;
          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" ||
          .     : '\(.\)' 2>/dev/null ||          mkdir "$as_incr_dir" ||
 echo X"$as_dir" |   { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }  echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
     /^X\(\/\/\)[^/].*/{ s//\1/; q; }     { (exit 1); exit 1; }; }
     /^X\(\/\/\)$/{ s//\1/; q; }      ;;
     /^X\(\/\).*/{ s//\1/; q; }    esac
     s/.*/./; q'`  done; }
     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 14885
 
Line 14187
 # 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 15075
 
Line 14377
 # 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 grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS  echo '  if egrep "^[ ]*#[ ]*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 15099
 
Line 14401
   mv conftest.tail conftest.defines    mv conftest.tail conftest.defines
 done  done
 rm -f conftest.defines  rm -f conftest.defines
 echo '  fi # grep' >>$CONFIG_STATUS  echo '  fi # egrep' >>$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 15139
 
Line 14441
   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 diff $ac_file $tmp/config.h >/dev/null 2>&1; then      if cmp -s $ac_file $tmp/config.h 2>/dev/null; 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 15155
 
Line 14457
     /^X\(\/\/\)$/{ s//\1/; q; }      /^X\(\/\/\)$/{ s//\1/; q; }
     /^X\(\/\).*/{ s//\1/; q; }      /^X\(\/\).*/{ s//\1/; q; }
     s/.*/./; q'`      s/.*/./; q'`
       { if $as_mkdir_p; then        { case "$ac_dir" in
     mkdir -p "$ac_dir"    [\\/]* | ?:[\\/]* ) as_incr_dir=;;
   else    *)                      as_incr_dir=.;;
     as_dir="$ac_dir"  esac
     as_dirs=  as_dummy="$ac_dir"
     while test ! -d "$as_dir"; do  for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
       as_dirs="$as_dir $as_dirs"    case $as_mkdir_dir in
       as_dir=`(dirname "$as_dir") 2>/dev/null ||      # Skip DOS drivespec
 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \      ?:) as_incr_dir=$as_mkdir_dir ;;
          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" ||
          .     : '\(.\)' 2>/dev/null ||          mkdir "$as_incr_dir" ||
 echo X"$as_dir" |   { { echo "$as_me:$LINENO: error: cannot create \"$ac_dir\"" >&5
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }  echo "$as_me: error: cannot create \"$ac_dir\"" >&2;}
     /^X\(\/\/\)[^/].*/{ s//\1/; q; }     { (exit 1); exit 1; }; }
     /^X\(\/\/\)$/{ s//\1/; q; }      ;;
     /^X\(\/\).*/{ s//\1/; q; }    esac
     s/.*/./; q'`  done; }
     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 15187
 
Line 14484
     cat $tmp/config.h      cat $tmp/config.h
     rm -f $tmp/config.h      rm -f $tmp/config.h
   fi    fi
 _am_stamp_count=`expr ${_am_stamp_count-0} + 1`    # Run the commands associated with the file.
 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||    case $ac_file in
 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \      include/autoconf.h ) # update the timestamp
          X$ac_file : 'X\(//\)[^/]' \| \  echo 'timestamp for include/autoconf.h' >"include/stamp-h1"
          X$ac_file : 'X\(//\)$' \| \   ;;
          X$ac_file : 'X\(/\)' \| \    esac
          .     : '\(.\)' 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 15250
 
Line 14540
 # 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 15319
 
Line 14609
     /^X\(\/\/\)$/{ s//\1/; q; }      /^X\(\/\/\)$/{ s//\1/; q; }
     /^X\(\/\).*/{ s//\1/; q; }      /^X\(\/\).*/{ s//\1/; q; }
     s/.*/./; q'`      s/.*/./; q'`
     { if $as_mkdir_p; then      { case $dirpart/$fdir in
     mkdir -p $dirpart/$fdir    [\\/]* | ?:[\\/]* ) as_incr_dir=;;
   else    *)                      as_incr_dir=.;;
     as_dir=$dirpart/$fdir  esac
     as_dirs=  as_dummy=$dirpart/$fdir
     while test ! -d "$as_dir"; do  for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
       as_dirs="$as_dir $as_dirs"    case $as_mkdir_dir in
       as_dir=`(dirname "$as_dir") 2>/dev/null ||      # Skip DOS drivespec
 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \      ?:) as_incr_dir=$as_mkdir_dir ;;
          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" ||
          .     : '\(.\)' 2>/dev/null ||          mkdir "$as_incr_dir" ||
 echo X"$as_dir" |   { { echo "$as_me:$LINENO: error: cannot create $dirpart/$fdir" >&5
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }  echo "$as_me: error: cannot create $dirpart/$fdir" >&2;}
     /^X\(\/\/\)[^/].*/{ s//\1/; q; }     { (exit 1); exit 1; }; }
     /^X\(\/\/\)$/{ s//\1/; q; }      ;;
     /^X\(\/\).*/{ s//\1/; q; }    esac
     s/.*/./; q'`  done; }
     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 15371
 
Line 14656
 # 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_config_status_args || ac_cs_success=false    $SHELL $CONFIG_STATUS || 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.33 
line(s) changed
 line(s) added in v.1.34

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