Difference for ./configure from version 1.3 to 1.4


version 1.3 version 1.4
Line 3
 
Line 3
 # From configure.in Id: configure.in  # From configure.in Id: configure.in
   
 # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.12   # Generated automatically using autoconf version 2.13
 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.  # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
 #  #
 # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
Line 56
 
Line 56
 # Initialize some other variables.  # Initialize some other variables.
 subdirs=  subdirs=
 MFLAGS= MAKEFLAGS=  MFLAGS= MAKEFLAGS=
   SHELL=${CONFIG_SHELL-/bin/sh}
 # Maximum number of lines to put in a shell here document.  # Maximum number of lines to put in a shell here document.
 ac_max_here_lines=12  ac_max_here_lines=12
   
Line 339
 
Line 340
     verbose=yes ;;      verbose=yes ;;
   
   -version | --version | --versio | --versi | --vers)    -version | --version | --versio | --versi | --vers)
     echo "configure generated by autoconf version 2.12"      echo "configure generated by autoconf version 2.13"
     exit 0 ;;      exit 0 ;;
   
   -with-* | --with-*)    -with-* | --with-*)
Line 509
 
Line 510
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
 ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'  ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'  ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
 cross_compiling=$ac_cv_prog_cc_cross  cross_compiling=$ac_cv_prog_cc_cross
   
   ac_exeext=
   ac_objext=o
 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then  if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.    # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then    if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
Line 573
 
Line 576
   
   
 # Make sure we can run config.sub.  # Make sure we can run config.sub.
 if $ac_config_sub sun4 >/dev/null 2>&1; then :  if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }  else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
 fi  fi
   
 echo $ac_n "checking host system type""... $ac_c" 1>&6  echo $ac_n "checking host system type""... $ac_c" 1>&6
 echo "configure:582: checking host system type" >&5  echo "configure:585: checking host system type" >&5
   
 host_alias=$host  host_alias=$host
 case "$host_alias" in  case "$host_alias" in
 NONE)  NONE)
   case $nonopt in    case $nonopt in
   NONE)    NONE)
     if host_alias=`$ac_config_guess`; then :      if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }      else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
     fi ;;      fi ;;
   *) host_alias=$nonopt ;;    *) host_alias=$nonopt ;;
   esac ;;    esac ;;
 esac  esac
   
 host=`$ac_config_sub $host_alias`  host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`  host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`  host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`  host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 echo "$ac_t""$host" 1>&6  echo "$ac_t""$host" 1>&6
   
 echo $ac_n "checking target system type""... $ac_c" 1>&6  echo $ac_n "checking target system type""... $ac_c" 1>&6
 echo "configure:603: checking target system type" >&5  echo "configure:606: checking target system type" >&5
   
 target_alias=$target  target_alias=$target
 case "$target_alias" in  case "$target_alias" in
Line 610
 
Line 613
   esac ;;    esac ;;
 esac  esac
   
 target=`$ac_config_sub $target_alias`  target=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
 target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`  target_cpu=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
 target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`  target_vendor=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`  target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 echo "$ac_t""$target" 1>&6  echo "$ac_t""$target" 1>&6
   
 echo $ac_n "checking build system type""... $ac_c" 1>&6  echo $ac_n "checking build system type""... $ac_c" 1>&6
 echo "configure:621: checking build system type" >&5  echo "configure:624: checking build system type" >&5
   
 build_alias=$build  build_alias=$build
 case "$build_alias" in  case "$build_alias" in
Line 628
 
Line 631
   esac ;;    esac ;;
 esac  esac
   
 build=`$ac_config_sub $build_alias`  build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`  build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`  build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`  build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
Line 642
 
Line 645
 # Extract the first word of "gcc", so it can be a program name with args.  # Extract the first word of "gcc", so it can be a program name with args.
 set dummy gcc; ac_word=$2  set dummy gcc; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:646: checking for $ac_word" >&5  echo "configure:649: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   if test -n "$CC"; then    if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
 else  else
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_prog_CC="gcc"        ac_cv_prog_CC="gcc"
Line 671
 
Line 675
   # Extract the first word of "cc", so it can be a program name with args.    # Extract the first word of "cc", so it can be a program name with args.
 set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:675: checking for $ac_word" >&5  echo "configure:679: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   if test -n "$CC"; then    if test -n "$CC"; then
   ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
 else  else
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   ac_prog_rejected=no    ac_prog_rejected=no
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then        if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
Line 715
 
Line 720
   echo "$ac_t""no" 1>&6    echo "$ac_t""no" 1>&6
 fi  fi
   
     if test -z "$CC"; then
       case "`uname -s`" in
       *win32* | *WIN32*)
         # Extract the first word of "cl", so it can be a program name with args.
   set dummy cl; ac_word=$2
   echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
   echo "configure:730: checking for $ac_word" >&5
   if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     if test -n "$CC"; then
     ac_cv_prog_CC="$CC" # Let the user override the test.
   else
     IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
     ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
       test -z "$ac_dir" && ac_dir=.
       if test -f $ac_dir/$ac_word; then
         ac_cv_prog_CC="cl"
         break
       fi
     done
     IFS="$ac_save_ifs"
   fi
   fi
   CC="$ac_cv_prog_CC"
   if test -n "$CC"; then
     echo "$ac_t""$CC" 1>&6
   else
     echo "$ac_t""no" 1>&6
   fi
    ;;
       esac
     fi
   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }    test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
 fi  fi
   
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
 echo "configure:723: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5  echo "configure:762: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
   
 ac_ext=c  ac_ext=c
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.  # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
 ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'  ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'  ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
 cross_compiling=$ac_cv_prog_cc_cross  cross_compiling=$ac_cv_prog_cc_cross
   
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 733 "configure"  
   #line 773 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 main(){return(0);}  main(){return(0);}
 EOF  EOF
 if { (eval echo configure:737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:778: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_prog_cc_works=yes    ac_cv_prog_cc_works=yes
   # If we can't run a trivial program, we are probably using a cross compiler.    # If we can't run a trivial program, we are probably using a cross compiler.
   if (./conftest; exit) 2>/dev/null; then    if (./conftest; exit) 2>/dev/null; then
Line 747
 
Line 788
   ac_cv_prog_cc_works=no    ac_cv_prog_cc_works=no
 fi  fi
 rm -fr conftest*  rm -fr conftest*
   ac_ext=c
   # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
   ac_cpp='$CPP $CPPFLAGS'
   ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
   ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
   cross_compiling=$ac_cv_prog_cc_cross
   
 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6  echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
 if test $ac_cv_prog_cc_works = no; then  if test $ac_cv_prog_cc_works = no; then
   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }    { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
 fi  fi
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6  echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
 echo "configure:757: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5  echo "configure:804: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6  echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
 cross_compiling=$ac_cv_prog_cc_cross  cross_compiling=$ac_cv_prog_cc_cross
   
 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6  echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
 echo "configure:762: checking whether we are using GNU C" >&5  echo "configure:809: checking whether we are using GNU C" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 767
 
Line 814
   yes;    yes;
 #endif  #endif
 EOF  EOF
 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:771: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then  if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:818: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
   ac_cv_prog_gcc=yes    ac_cv_prog_gcc=yes
 else  else
   ac_cv_prog_gcc=no    ac_cv_prog_gcc=no
Line 778
 
Line 825
   
 if test $ac_cv_prog_gcc = yes; then  if test $ac_cv_prog_gcc = yes; then
   GCC=yes    GCC=yes
   else
     GCC=
   fi
   
   ac_test_CFLAGS="${CFLAGS+set}"    ac_test_CFLAGS="${CFLAGS+set}"
   ac_save_CFLAGS="$CFLAGS"    ac_save_CFLAGS="$CFLAGS"
   CFLAGS=    CFLAGS=
   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6    echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
 echo "configure:786: checking whether ${CC-cc} accepts -g" >&5  echo "configure:837: checking whether ${CC-cc} accepts -g" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 800
 
Line 851
   if test "$ac_test_CFLAGS" = set; then    if test "$ac_test_CFLAGS" = set; then
     CFLAGS="$ac_save_CFLAGS"      CFLAGS="$ac_save_CFLAGS"
   elif test $ac_cv_prog_cc_g = yes; then    elif test $ac_cv_prog_cc_g = yes; then
     if test "$GCC" = yes; then
     CFLAGS="-g -O2"      CFLAGS="-g -O2"
   else    else
     CFLAGS="-O2"      CFLAGS="-g"
   fi    fi
 else  else
   GCC=    if test "$GCC" = yes; then
   test "${CFLAGS+set}" = set || CFLAGS="-g"      CFLAGS="-O2"
     else
       CFLAGS=
     fi
 fi  fi
   
   
Line 824
 
Line 879
   
   
 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6  echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
 echo "configure:828: checking how to run the C preprocessor" >&5  echo "configure:883: checking how to run the C preprocessor" >&5
 # On Suns, sometimes $CPP names a directory.  # On Suns, sometimes $CPP names a directory.
 if test -n "$CPP" && test -d "$CPP"; then  if test -n "$CPP" && test -d "$CPP"; then
   CPP=    CPP=
Line 839
 
Line 894
   # 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.    # not just through cpp.
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 843 "configure"  #line 898 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <assert.h>  #include <assert.h>
 Syntax Error  Syntax Error
 EOF  EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 { (eval echo configure:849: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:904: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then  if test -z "$ac_err"; then
   :    :
 else  else
Line 856
 
Line 911
   rm -rf conftest*    rm -rf conftest*
   CPP="${CC-cc} -E -traditional-cpp"    CPP="${CC-cc} -E -traditional-cpp"
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 860 "configure"  #line 915 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <assert.h>  #include <assert.h>
 Syntax Error  Syntax Error
 EOF  EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 { (eval echo configure:866: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:921: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
   if test -z "$ac_err"; then
     :
   else
     echo "$ac_err" >&5
     echo "configure: failed program was:" >&5
     cat conftest.$ac_ext >&5
     rm -rf conftest*
     CPP="${CC-cc} -nologo -E"
     cat > conftest.$ac_ext <<EOF
   #line 932 "configure"
   #include "confdefs.h"
   #include <assert.h>
   Syntax Error
   EOF
   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
   { (eval echo configure:938: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
   ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then  if test -z "$ac_err"; then
   :    :
 else  else
Line 876
 
Line 948
 rm -f conftest*  rm -f conftest*
 fi  fi
 rm -f conftest*  rm -f conftest*
   fi
   rm -f conftest*
   ac_cv_prog_CPP="$CPP"    ac_cv_prog_CPP="$CPP"
 fi  fi
   CPP="$ac_cv_prog_CPP"    CPP="$ac_cv_prog_CPP"
Line 887
 
Line 961
 # Extract the first word of "flex", so it can be a program name with args.  # Extract the first word of "flex", so it can be a program name with args.
 set dummy flex; ac_word=$2  set dummy flex; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:891: checking for $ac_word" >&5  echo "configure:965: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   if test -n "$LEX"; then    if test -n "$LEX"; then
   ac_cv_prog_LEX="$LEX" # Let the user override the test.    ac_cv_prog_LEX="$LEX" # Let the user override the test.
 else  else
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_prog_LEX="flex"        ac_cv_prog_LEX="flex"
Line 920
 
Line 995
   *) ac_lib=l ;;    *) ac_lib=l ;;
   esac    esac
   echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6    echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
 echo "configure:924: checking for yywrap in -l$ac_lib" >&5  echo "configure:999: checking for yywrap in -l$ac_lib" >&5
 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`  ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 928
 
Line 1003
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-l$ac_lib  $LIBS"  LIBS="-l$ac_lib  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 932 "configure"  #line 1007 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 /* 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
Line 939
 
Line 1014
 yywrap()  yywrap()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 961
 
Line 1036
   
 fi  fi
   
 for ac_prog in mawk gawk nawk awk  for ac_prog in gawk mawk nawk awk
 do  do
 # Extract the first word of "$ac_prog", so it can be a program name with args.  # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:970: checking for $ac_word" >&5  echo "configure:1045: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   if test -n "$AWK"; then    if test -n "$AWK"; then
   ac_cv_prog_AWK="$AWK" # Let the user override the test.    ac_cv_prog_AWK="$AWK" # Let the user override the test.
 else  else
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_prog_AWK="$ac_prog"        ac_cv_prog_AWK="$ac_prog"
Line 1001
 
Line 1077
 # SunOS /usr/etc/install  # SunOS /usr/etc/install
 # IRIX /sbin/install  # IRIX /sbin/install
 # AIX /bin/install  # AIX /bin/install
   # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
 # AFS /usr/afsws/bin/install, which mishandles nonexistent args  # AFS /usr/afsws/bin/install, which mishandles nonexistent args
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6  echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
 echo "configure:1009: checking for a BSD compatible install" >&5  echo "configure:1086: checking for a BSD compatible install" >&5
 if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
     IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"      IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
   for ac_dir in $PATH; do    for ac_dir in $PATH; do
     # Account for people who put trailing slashes in PATH elements.      # Account for people who put trailing slashes in PATH elements.
     case "$ac_dir/" in      case "$ac_dir/" in
     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;      /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
     *)      *)
       # OSF1 and SCO ODT 3.0 have their own names for install.        # OSF1 and SCO ODT 3.0 have their own names for install.
       for ac_prog in ginstall installbsd scoinst install; do        # Don't use installbsd from OSF since it installs stuff as root
         # by default.
         for ac_prog in ginstall scoinst install; do
         if test -f $ac_dir/$ac_prog; then          if test -f $ac_dir/$ac_prog; then
    if test $ac_prog = install &&     if test $ac_prog = install &&
             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then              grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
      # AIX install.  It has an incompatible calling convention.       # AIX install.  It has an incompatible calling convention.
      # OSF/1 installbsd also uses dspmsg, but is usable.  
      :       :
    else     else
      ac_cv_path_install="$ac_dir/$ac_prog -c"       ac_cv_path_install="$ac_dir/$ac_prog -c"
Line 1052
 
Line 1130
 # It thinks the first close brace ends the variable substitution.  # It thinks the first close brace ends the variable substitution.
 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'  test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
   
   test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
   
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
   
 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6  echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
 echo "configure:1059: checking whether ln -s works" >&5  echo "configure:1139: checking whether ln -s works" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1076
 
Line 1156
 fi  fi
   
 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6  echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
 echo "configure:1080: checking whether ${MAKE-make} sets \${MAKE}" >&5  echo "configure:1160: checking whether ${MAKE-make} sets \${MAKE}" >&5
 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 \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 1105
 
Line 1185
 # Extract the first word of "ranlib", so it can be a program name with args.  # Extract the first word of "ranlib", so it can be a program name with args.
 set dummy ranlib; ac_word=$2  set dummy ranlib; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1109: checking for $ac_word" >&5  echo "configure:1189: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   if test -n "$RANLIB"; then    if test -n "$RANLIB"; then
   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.    ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
 else  else
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_prog_RANLIB="ranlib"        ac_cv_prog_RANLIB="ranlib"
Line 1146
 
Line 1227
 # Extract the first word of "mkdir", so it can be a program name with args.  # Extract the first word of "mkdir", so it can be a program name with args.
 set dummy mkdir; ac_word=$2  set dummy mkdir; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1150: checking for $ac_word" >&5  echo "configure:1231: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_MKDIR'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_MKDIR'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1154
 
Line 1235
   /*)    /*)
   ac_cv_path_MKDIR="$MKDIR" # Let the user override the test with a path.    ac_cv_path_MKDIR="$MKDIR" # Let the user override the test with a path.
   ;;    ;;
     ?:/*)
     ac_cv_path_MKDIR="$MKDIR" # Let the user override the test with a dos path.
     ;;
   *)    *)
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_path_MKDIR="$ac_dir/$ac_word"        ac_cv_path_MKDIR="$ac_dir/$ac_word"
Line 1177
 
Line 1262
 # Extract the first word of "tar", so it can be a program name with args.  # Extract the first word of "tar", so it can be a program name with args.
 set dummy tar; ac_word=$2  set dummy tar; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1181: checking for $ac_word" >&5  echo "configure:1266: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_TAR'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_TAR'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1185
 
Line 1270
   /*)    /*)
   ac_cv_path_TAR="$TAR" # Let the user override the test with a path.    ac_cv_path_TAR="$TAR" # Let the user override the test with a path.
   ;;    ;;
     ?:/*)
     ac_cv_path_TAR="$TAR" # Let the user override the test with a dos path.
     ;;
   *)    *)
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_path_TAR="$ac_dir/$ac_word"        ac_cv_path_TAR="$ac_dir/$ac_word"
Line 1208
 
Line 1297
 # Extract the first word of "makedepend", so it can be a program name with args.  # Extract the first word of "makedepend", so it can be a program name with args.
 set dummy makedepend; ac_word=$2  set dummy makedepend; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1212: checking for $ac_word" >&5  echo "configure:1301: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_DEPEND'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_DEPEND'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1216
 
Line 1305
   /*)    /*)
   ac_cv_path_DEPEND="$DEPEND" # Let the user override the test with a path.    ac_cv_path_DEPEND="$DEPEND" # Let the user override the test with a path.
   ;;    ;;
     ?:/*)
     ac_cv_path_DEPEND="$DEPEND" # Let the user override the test with a dos path.
     ;;
   *)    *)
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_path_DEPEND="$ac_dir/$ac_word"        ac_cv_path_DEPEND="$ac_dir/$ac_word"
Line 1239
 
Line 1332
 # Extract the first word of "cp", so it can be a program name with args.  # Extract the first word of "cp", so it can be a program name with args.
 set dummy cp; ac_word=$2  set dummy cp; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1243: checking for $ac_word" >&5  echo "configure:1336: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1247
 
Line 1340
   /*)    /*)
   ac_cv_path_CP="$CP" # Let the user override the test with a path.    ac_cv_path_CP="$CP" # Let the user override the test with a path.
   ;;    ;;
     ?:/*)
     ac_cv_path_CP="$CP" # Let the user override the test with a dos path.
     ;;
   *)    *)
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_path_CP="$ac_dir/$ac_word"        ac_cv_path_CP="$ac_dir/$ac_word"
Line 1270
 
Line 1367
 # Extract the first word of "basename", so it can be a program name with args.  # Extract the first word of "basename", so it can be a program name with args.
 set dummy basename; ac_word=$2  set dummy basename; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1274: checking for $ac_word" >&5  echo "configure:1371: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_BASENAME'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_BASENAME'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1278
 
Line 1375
   /*)    /*)
   ac_cv_path_BASENAME="$BASENAME" # Let the user override the test with a path.    ac_cv_path_BASENAME="$BASENAME" # Let the user override the test with a path.
   ;;    ;;
     ?:/*)
     ac_cv_path_BASENAME="$BASENAME" # Let the user override the test with a dos path.
     ;;
   *)    *)
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_path_BASENAME="$ac_dir/$ac_word"        ac_cv_path_BASENAME="$ac_dir/$ac_word"
Line 1301
 
Line 1402
 # Extract the first word of "sed", so it can be a program name with args.  # Extract the first word of "sed", so it can be a program name with args.
 set dummy sed; ac_word=$2  set dummy sed; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1305: checking for $ac_word" >&5  echo "configure:1406: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_SED'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_SED'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1309
 
Line 1410
   /*)    /*)
   ac_cv_path_SED="$SED" # Let the user override the test with a path.    ac_cv_path_SED="$SED" # Let the user override the test with a path.
   ;;    ;;
     ?:/*)
     ac_cv_path_SED="$SED" # Let the user override the test with a dos path.
     ;;
   *)    *)
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_path_SED="$ac_dir/$ac_word"        ac_cv_path_SED="$ac_dir/$ac_word"
Line 1332
 
Line 1437
 # Extract the first word of "rm", so it can be a program name with args.  # Extract the first word of "rm", so it can be a program name with args.
 set dummy rm; ac_word=$2  set dummy rm; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1336: checking for $ac_word" >&5  echo "configure:1441: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1340
 
Line 1445
   /*)    /*)
   ac_cv_path_RM="$RM" # Let the user override the test with a path.    ac_cv_path_RM="$RM" # Let the user override the test with a path.
   ;;    ;;
     ?:/*)
     ac_cv_path_RM="$RM" # Let the user override the test with a dos path.
     ;;
   *)    *)
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_path_RM="$ac_dir/$ac_word"        ac_cv_path_RM="$ac_dir/$ac_word"
Line 1363
 
Line 1472
 # Extract the first word of "ar", so it can be a program name with args.  # Extract the first word of "ar", so it can be a program name with args.
 set dummy ar; ac_word=$2  set dummy ar; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1367: checking for $ac_word" >&5  echo "configure:1476: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1371
 
Line 1480
   /*)    /*)
   ac_cv_path_AR="$AR" # Let the user override the test with a path.    ac_cv_path_AR="$AR" # Let the user override the test with a path.
   ;;    ;;
     ?:/*)
     ac_cv_path_AR="$AR" # Let the user override the test with a dos path.
     ;;
   *)    *)
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_path_AR="$ac_dir/$ac_word"        ac_cv_path_AR="$ac_dir/$ac_word"
Line 1394
 
Line 1507
 # Extract the first word of "latex", so it can be a program name with args.  # Extract the first word of "latex", so it can be a program name with args.
 set dummy latex; ac_word=$2  set dummy latex; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1398: checking for $ac_word" >&5  echo "configure:1511: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_LATEX'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_LATEX'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1402
 
Line 1515
   /*)    /*)
   ac_cv_path_LATEX="$LATEX" # Let the user override the test with a path.    ac_cv_path_LATEX="$LATEX" # Let the user override the test with a path.
   ;;    ;;
     ?:/*)
     ac_cv_path_LATEX="$LATEX" # Let the user override the test with a dos path.
     ;;
   *)    *)
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_path_LATEX="$ac_dir/$ac_word"        ac_cv_path_LATEX="$ac_dir/$ac_word"
Line 1425
 
Line 1542
 # Extract the first word of "gzip", so it can be a program name with args.  # Extract the first word of "gzip", so it can be a program name with args.
 set dummy gzip; ac_word=$2  set dummy gzip; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1429: checking for $ac_word" >&5  echo "configure:1546: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_GZIP'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_GZIP'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1433
 
Line 1550
   /*)    /*)
   ac_cv_path_GZIP="$GZIP" # Let the user override the test with a path.    ac_cv_path_GZIP="$GZIP" # Let the user override the test with a path.
   ;;    ;;
     ?:/*)
     ac_cv_path_GZIP="$GZIP" # Let the user override the test with a dos path.
     ;;
   *)    *)
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_path_GZIP="$ac_dir/$ac_word"        ac_cv_path_GZIP="$ac_dir/$ac_word"
Line 1456
 
Line 1577
 # Extract the first word of "gunzip", so it can be a program name with args.  # Extract the first word of "gunzip", so it can be a program name with args.
 set dummy gunzip; ac_word=$2  set dummy gunzip; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1460: checking for $ac_word" >&5  echo "configure:1581: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_GUNZIP'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_GUNZIP'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1464
 
Line 1585
   /*)    /*)
   ac_cv_path_GUNZIP="$GUNZIP" # Let the user override the test with a path.    ac_cv_path_GUNZIP="$GUNZIP" # Let the user override the test with a path.
   ;;    ;;
     ?:/*)
     ac_cv_path_GUNZIP="$GUNZIP" # Let the user override the test with a dos path.
     ;;
   *)    *)
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_path_GUNZIP="$ac_dir/$ac_word"        ac_cv_path_GUNZIP="$ac_dir/$ac_word"
Line 1484
 
Line 1609
   echo "$ac_t""no" 1>&6    echo "$ac_t""no" 1>&6
 fi  fi
   
 if eval "test -n $GZIP -a -z $GUNZIP" ; then  
   if eval test -n "$GZIP" -a -z "$GUNZIP" ; then
     echo "Found gzip, but not gunzip - setting GUNZIP to gzip -c";      echo "Found gzip, but not gunzip - setting GUNZIP to gzip -c";
     GUNZIP="$GZIP -c"      GUNZIP="$GZIP -c"
 fi;  fi;
   
 if eval "test -z $COMPRESS"; then  if test -z "$COMPRESS" ; then
  # Extract the first word of "compress", so it can be a program name with args.   # Extract the first word of "compress", so it can be a program name with args.
 set dummy compress; ac_word=$2  set dummy compress; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1497: checking for $ac_word" >&5  echo "configure:1623: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_COMPRESS'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_COMPRESS'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1501
 
Line 1627
   /*)    /*)
   ac_cv_path_COMPRESS="$COMPRESS" # Let the user override the test with a path.    ac_cv_path_COMPRESS="$COMPRESS" # Let the user override the test with a path.
   ;;    ;;
     ?:/*)
     ac_cv_path_COMPRESS="$COMPRESS" # Let the user override the test with a dos path.
     ;;
   *)    *)
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_path_COMPRESS="$ac_dir/$ac_word"        ac_cv_path_COMPRESS="$ac_dir/$ac_word"
Line 1524
 
Line 1654
  # Extract the first word of "uncompress", so it can be a program name with args.   # Extract the first word of "uncompress", so it can be a program name with args.
 set dummy uncompress; ac_word=$2  set dummy uncompress; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1528: checking for $ac_word" >&5  echo "configure:1658: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_UNCOMPRESS'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_UNCOMPRESS'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1532
 
Line 1662
   /*)    /*)
   ac_cv_path_UNCOMPRESS="$UNCOMPRESS" # Let the user override the test with a path.    ac_cv_path_UNCOMPRESS="$UNCOMPRESS" # Let the user override the test with a path.
   ;;    ;;
     ?:/*)
     ac_cv_path_UNCOMPRESS="$UNCOMPRESS" # Let the user override the test with a dos path.
     ;;
   *)    *)
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_path_UNCOMPRESS="$ac_dir/$ac_word"        ac_cv_path_UNCOMPRESS="$ac_dir/$ac_word"
Line 1557
 
Line 1691
 # Extract the first word of "bzip2", so it can be a program name with args.  # Extract the first word of "bzip2", so it can be a program name with args.
 set dummy bzip2; ac_word=$2  set dummy bzip2; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1561: checking for $ac_word" >&5  echo "configure:1695: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_BZIP'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_BZIP'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1565
 
Line 1699
   /*)    /*)
   ac_cv_path_BZIP="$BZIP" # Let the user override the test with a path.    ac_cv_path_BZIP="$BZIP" # Let the user override the test with a path.
   ;;    ;;
     ?:/*)
     ac_cv_path_BZIP="$BZIP" # Let the user override the test with a dos path.
     ;;
   *)    *)
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_path_BZIP="$ac_dir/$ac_word"        ac_cv_path_BZIP="$ac_dir/$ac_word"
Line 1588
 
Line 1726
 # Extract the first word of "bunzip2", so it can be a program name with args.  # Extract the first word of "bunzip2", so it can be a program name with args.
 set dummy bunzip2; ac_word=$2  set dummy bunzip2; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1592: checking for $ac_word" >&5  echo "configure:1730: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_BUNZIP'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_BUNZIP'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1596
 
Line 1734
   /*)    /*)
   ac_cv_path_BUNZIP="$BUNZIP" # Let the user override the test with a path.    ac_cv_path_BUNZIP="$BUNZIP" # Let the user override the test with a path.
   ;;    ;;
     ?:/*)
     ac_cv_path_BUNZIP="$BUNZIP" # Let the user override the test with a dos path.
     ;;
   *)    *)
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_path_BUNZIP="$ac_dir/$ac_word"        ac_cv_path_BUNZIP="$ac_dir/$ac_word"
Line 1616
 
Line 1758
   echo "$ac_t""no" 1>&6    echo "$ac_t""no" 1>&6
 fi  fi
   
 if eval "test -n $BZIP -a -z $BUNZIP" ; then  
   if test -n "$BZIP" -a -z "$BUNZIP" ; then
     echo "Found bzip2, but not bunzip2 - setting BUNZIP to bzip2 -c";      echo "Found bzip2, but not bunzip2 - setting BUNZIP to bzip2 -c";
     BUNZIP="$BZIP -c"      BUNZIP="$BZIP -c"
 fi;  fi;
   
 if eval "test -z $COMPRESS -a -z $GZIP -a -z $BZIP2"; then  if test -z "$COMPRESS" -a -z "$GZIP" -a -z "$BZIP2" ; then
  echo "Unable to find either compress, bzip2,  or gzip - hope you don't plan on compressing";   echo "Unable to find either compress, bzip2,  or gzip - hope you don't plan on compressing";
  echo "any files.";   echo "any files.";
 fi;  fi;
Line 1631
 
Line 1774
 # Extract the first word of "$ac_prog", so it can be a program name with args.  # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2  set dummy $ac_prog; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 echo "configure:1635: checking for $ac_word" >&5  echo "configure:1778: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_BOURNE_SHELL'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_BOURNE_SHELL'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 1639
 
Line 1782
   /*)    /*)
   ac_cv_path_BOURNE_SHELL="$BOURNE_SHELL" # Let the user override the test with a path.    ac_cv_path_BOURNE_SHELL="$BOURNE_SHELL" # Let the user override the test with a path.
   ;;    ;;
     ?:/*)
     ac_cv_path_BOURNE_SHELL="$BOURNE_SHELL" # Let the user override the test with a dos path.
     ;;
   *)    *)
   IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
   for ac_dir in $PATH; do    ac_dummy="$PATH"
     for ac_dir in $ac_dummy; do
     test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
       ac_cv_path_BOURNE_SHELL="$ac_dir/$ac_word"        ac_cv_path_BOURNE_SHELL="$ac_dir/$ac_word"
Line 1665
 
Line 1812
   
   
 echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6  echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
 echo "configure:1669: checking for main in -lnsl" >&5  echo "configure:1816: checking for main in -lnsl" >&5
 ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 1673
 
Line 1820
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lnsl  $LIBS"  LIBS="-lnsl  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 1677 "configure"  #line 1824 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
 main()  main()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:1684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 1708
 
Line 1855
 fi  fi
   
 echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6  echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
 echo "configure:1712: checking for main in -lsocket" >&5  echo "configure:1859: checking for main in -lsocket" >&5
 ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 1716
 
Line 1863
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lsocket  $LIBS"  LIBS="-lsocket  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 1720 "configure"  #line 1867 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
 main()  main()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:1727: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 1756
 
Line 1903
 # Uses ac_ vars as temps to allow command line to override cache and checks.  # Uses ac_ vars as temps to allow command line to override cache and checks.
 # --without-x overrides everything else, but does not touch the cache.  # --without-x overrides everything else, but does not touch the cache.
 echo $ac_n "checking for X""... $ac_c" 1>&6  echo $ac_n "checking for X""... $ac_c" 1>&6
 echo "configure:1760: checking for X" >&5  echo "configure:1907: checking for X" >&5
   
 # Check whether --with-x or --without-x was given.  # Check whether --with-x or --without-x was given.
 if test "${with_x+set}" = set; then  if test "${with_x+set}" = set; then
Line 1818
 
Line 1965
   
   # First, try using that file with no special directory specified.    # First, try using that file with no special directory specified.
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 1822 "configure"  #line 1969 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <$x_direct_test_include>  #include <$x_direct_test_include>
 EOF  EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 { (eval echo configure:1827: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:1974: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then  if test -z "$ac_err"; then
   rm -rf conftest*    rm -rf conftest*
   # We can compile using X headers with no special include directory.    # We can compile using X headers with no special include directory.
Line 1892
 
Line 2039
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
   LIBS="-l$x_direct_test_library $LIBS"    LIBS="-l$x_direct_test_library $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 1896 "configure"  #line 2043 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
 ${x_direct_test_function}()  ${x_direct_test_function}()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:1903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   LIBS="$ac_save_LIBS"    LIBS="$ac_save_LIBS"
 # We can link X programs with no special library path.  # We can link X programs with no special library path.
Line 2005
 
Line 2152
     case "`(uname -sr) 2>/dev/null`" in      case "`(uname -sr) 2>/dev/null`" in
     "SunOS 5"*)      "SunOS 5"*)
       echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6        echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
 echo "configure:2009: checking whether -R must be followed by a space" >&5  echo "configure:2156: checking whether -R must be followed by a space" >&5
       ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"        ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
       cat > conftest.$ac_ext <<EOF        cat > conftest.$ac_ext <<EOF
 #line 2012 "configure"  #line 2159 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   ac_R_nospace=yes    ac_R_nospace=yes
 else  else
Line 2031
 
Line 2178
       else        else
  LIBS="$ac_xsave_LIBS -R $x_libraries"   LIBS="$ac_xsave_LIBS -R $x_libraries"
  cat > conftest.$ac_ext <<EOF   cat > conftest.$ac_ext <<EOF
 #line 2035 "configure"  #line 2182 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   ac_R_space=yes    ac_R_space=yes
 else  else
Line 2070
 
Line 2217
     # libraries were built with DECnet support.  And karl@cs.umb.edu says      # libraries were built with DECnet support.  And karl@cs.umb.edu says
     # the Alpha needs dnet_stub (dnet does not exist).      # the Alpha needs dnet_stub (dnet does not exist).
     echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6      echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
 echo "configure:2074: checking for dnet_ntoa in -ldnet" >&5  echo "configure:2221: checking for dnet_ntoa in -ldnet" >&5
 ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`  ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 2078
 
Line 2225
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-ldnet  $LIBS"  LIBS="-ldnet  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2082 "configure"  #line 2229 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 /* 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
Line 2089
 
Line 2236
 dnet_ntoa()  dnet_ntoa()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 2111
 
Line 2258
   
     if test $ac_cv_lib_dnet_dnet_ntoa = no; then      if test $ac_cv_lib_dnet_dnet_ntoa = no; then
       echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6        echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
 echo "configure:2115: checking for dnet_ntoa in -ldnet_stub" >&5  echo "configure:2262: checking for dnet_ntoa in -ldnet_stub" >&5
 ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`  ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 2119
 
Line 2266
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-ldnet_stub  $LIBS"  LIBS="-ldnet_stub  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2123 "configure"  #line 2270 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 /* 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
Line 2130
 
Line 2277
 dnet_ntoa()  dnet_ntoa()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 2159
 
Line 2306
     # The nsl library prevents programs from opening the X display      # The nsl library prevents programs from opening the X display
     # on Irix 5.2, according to dickey@clark.net.      # on Irix 5.2, according to dickey@clark.net.
     echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6      echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
 echo "configure:2163: checking for gethostbyname" >&5  echo "configure:2310: checking for gethostbyname" >&5
 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 2168 "configure"  #line 2315 "configure"
 #include "confdefs.h"  #include "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.  */
Line 2187
 
Line 2334
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2191: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_func_gethostbyname=yes"    eval "ac_cv_func_gethostbyname=yes"
 else  else
Line 2208
 
Line 2355
   
     if test $ac_cv_func_gethostbyname = no; then      if test $ac_cv_func_gethostbyname = no; then
       echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6        echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
 echo "configure:2212: checking for gethostbyname in -lnsl" >&5  echo "configure:2359: checking for gethostbyname in -lnsl" >&5
 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`  ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 2216
 
Line 2363
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lnsl  $LIBS"  LIBS="-lnsl  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2220 "configure"  #line 2367 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 /* 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
Line 2227
 
Line 2374
 gethostbyname()  gethostbyname()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 2257
 
Line 2404
     # -lsocket must be given before -lnsl if both are needed.      # -lsocket must be given before -lnsl if both are needed.
     # We assume that if connect needs -lnsl, so does gethostbyname.      # We assume that if connect needs -lnsl, so does gethostbyname.
     echo $ac_n "checking for connect""... $ac_c" 1>&6      echo $ac_n "checking for connect""... $ac_c" 1>&6
 echo "configure:2261: checking for connect" >&5  echo "configure:2408: checking for connect" >&5
 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 2266 "configure"  #line 2413 "configure"
 #include "confdefs.h"  #include "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.  */
Line 2285
 
Line 2432
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_func_connect=yes"    eval "ac_cv_func_connect=yes"
 else  else
Line 2306
 
Line 2453
   
     if test $ac_cv_func_connect = no; then      if test $ac_cv_func_connect = no; then
       echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6        echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
 echo "configure:2310: checking for connect in -lsocket" >&5  echo "configure:2457: checking for connect in -lsocket" >&5
 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`  ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 2314
 
Line 2461
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"  LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2318 "configure"  #line 2465 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 /* 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
Line 2325
 
Line 2472
 connect()  connect()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 2349
 
Line 2496
   
     # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.      # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
     echo $ac_n "checking for remove""... $ac_c" 1>&6      echo $ac_n "checking for remove""... $ac_c" 1>&6
 echo "configure:2353: checking for remove" >&5  echo "configure:2500: checking for remove" >&5
 if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 2358 "configure"  #line 2505 "configure"
 #include "confdefs.h"  #include "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.  */
Line 2377
 
Line 2524
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2528: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_func_remove=yes"    eval "ac_cv_func_remove=yes"
 else  else
Line 2398
 
Line 2545
   
     if test $ac_cv_func_remove = no; then      if test $ac_cv_func_remove = no; then
       echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6        echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
 echo "configure:2402: checking for remove in -lposix" >&5  echo "configure:2549: checking for remove in -lposix" >&5
 ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`  ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 2406
 
Line 2553
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lposix  $LIBS"  LIBS="-lposix  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2410 "configure"  #line 2557 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 /* 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
Line 2417
 
Line 2564
 remove()  remove()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 2441
 
Line 2588
   
     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.      # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
     echo $ac_n "checking for shmat""... $ac_c" 1>&6      echo $ac_n "checking for shmat""... $ac_c" 1>&6
 echo "configure:2445: checking for shmat" >&5  echo "configure:2592: checking for shmat" >&5
 if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 2450 "configure"  #line 2597 "configure"
 #include "confdefs.h"  #include "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.  */
Line 2469
 
Line 2616
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2473: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_func_shmat=yes"    eval "ac_cv_func_shmat=yes"
 else  else
Line 2490
 
Line 2637
   
     if test $ac_cv_func_shmat = no; then      if test $ac_cv_func_shmat = no; then
       echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6        echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
 echo "configure:2494: checking for shmat in -lipc" >&5  echo "configure:2641: checking for shmat in -lipc" >&5
 ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`  ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 2498
 
Line 2645
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lipc  $LIBS"  LIBS="-lipc  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2502 "configure"  #line 2649 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 /* 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
Line 2509
 
Line 2656
 shmat()  shmat()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2513: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 2542
 
Line 2689
   # libraries we check for below, so use a different variable.    # libraries we check for below, so use a different variable.
   #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.    #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
   echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6    echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
 echo "configure:2546: checking for IceConnectionNumber in -lICE" >&5  echo "configure:2693: checking for IceConnectionNumber in -lICE" >&5
 ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`  ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lICE  $LIBS"  LIBS="-lICE $X_EXTRA_LIBS $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2554 "configure"  #line 2701 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 /* 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
Line 2561
 
Line 2708
 IceConnectionNumber()  IceConnectionNumber()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2712: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 2590
 
Line 2737
 LDFLAGS="$X_PRE_LIBS $X_LIBS $X_EXTRA_LIBS"  LDFLAGS="$X_PRE_LIBS $X_LIBS $X_EXTRA_LIBS"
   
 echo $ac_n "checking for main in -lX11""... $ac_c" 1>&6  echo $ac_n "checking for main in -lX11""... $ac_c" 1>&6
 echo "configure:2594: checking for main in -lX11" >&5  echo "configure:2741: checking for main in -lX11" >&5
 ac_lib_var=`echo X11'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo X11'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 2598
 
Line 2745
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lX11  $LIBS"  LIBS="-lX11  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2602 "configure"  #line 2749 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
 main()  main()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 2630
 
Line 2777
   
   
 echo $ac_n "checking for main in -lICE""... $ac_c" 1>&6  echo $ac_n "checking for main in -lICE""... $ac_c" 1>&6
 echo "configure:2634: checking for main in -lICE" >&5  echo "configure:2781: checking for main in -lICE" >&5
 ac_lib_var=`echo ICE'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo ICE'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 2638
 
Line 2785
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lICE  $LIBS"  LIBS="-lICE  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2642 "configure"  #line 2789 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
 main()  main()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 2670
 
Line 2817
   
   
 echo $ac_n "checking for main in -lSM""... $ac_c" 1>&6  echo $ac_n "checking for main in -lSM""... $ac_c" 1>&6
 echo "configure:2674: checking for main in -lSM" >&5  echo "configure:2821: checking for main in -lSM" >&5
 ac_lib_var=`echo SM'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo SM'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 2678
 
Line 2825
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lSM $X11LIBS $LIBS"  LIBS="-lSM $X11LIBS $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2682 "configure"  #line 2829 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
 main()  main()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 2710
 
Line 2857
   
   
 echo $ac_n "checking for main in -lXext""... $ac_c" 1>&6  echo $ac_n "checking for main in -lXext""... $ac_c" 1>&6
 echo "configure:2714: checking for main in -lXext" >&5  echo "configure:2861: checking for main in -lXext" >&5
 ac_lib_var=`echo Xext'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo Xext'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 2718
 
Line 2865
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lXext -lX11 $LIBS"  LIBS="-lXext -lX11 $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2722 "configure"  #line 2869 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
 main()  main()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 2750
 
Line 2897
   
   
 echo $ac_n "checking for main in -lXt""... $ac_c" 1>&6  echo $ac_n "checking for main in -lXt""... $ac_c" 1>&6
 echo "configure:2754: checking for main in -lXt" >&5  echo "configure:2901: checking for main in -lXt" >&5
 ac_lib_var=`echo Xt'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo Xt'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 2758
 
Line 2905
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lXt $X11LIBS $LIBS"  LIBS="-lXt $X11LIBS $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2762 "configure"  #line 2909 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
 main()  main()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 2790
 
Line 2937
   
   
 echo $ac_n "checking for main in -lXmu""... $ac_c" 1>&6  echo $ac_n "checking for main in -lXmu""... $ac_c" 1>&6
 echo "configure:2794: checking for main in -lXmu" >&5  echo "configure:2941: checking for main in -lXmu" >&5
 ac_lib_var=`echo Xmu'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo Xmu'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 2798
 
Line 2945
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lXmu $X11LIBS $LIBS"  LIBS="-lXmu $X11LIBS $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2802 "configure"  #line 2949 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
 main()  main()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2809: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2956: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 2830
 
Line 2977
   
   
 echo $ac_n "checking for main in -lXaw""... $ac_c" 1>&6  echo $ac_n "checking for main in -lXaw""... $ac_c" 1>&6
 echo "configure:2834: checking for main in -lXaw" >&5  echo "configure:2981: checking for main in -lXaw" >&5
 ac_lib_var=`echo Xaw'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo Xaw'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 2838
 
Line 2985
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lXaw $X11LIBS $LIBS"  LIBS="-lXaw $X11LIBS $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2842 "configure"  #line 2989 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
 main()  main()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:2996: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 2870
 
Line 3017
   
   
 echo $ac_n "checking for main in -lXpm""... $ac_c" 1>&6  echo $ac_n "checking for main in -lXpm""... $ac_c" 1>&6
 echo "configure:2874: checking for main in -lXpm" >&5  echo "configure:3021: checking for main in -lXpm" >&5
 ac_lib_var=`echo Xpm'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo Xpm'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 2878
 
Line 3025
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lXpm -lX11  $LIBS"  LIBS="-lXpm -lX11  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2882 "configure"  #line 3029 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
 main()  main()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:3036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 2913
 
Line 3060
 X11LIBS="$X_LIBS $X11LIBS"  X11LIBS="$X_LIBS $X11LIBS"
   
 echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6  echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6
 echo "configure:2917: checking for main in -lcrypt" >&5  echo "configure:3064: checking for main in -lcrypt" >&5
 ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 2921
 
Line 3068
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lcrypt  $LIBS"  LIBS="-lcrypt  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2925 "configure"  #line 3072 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
 main()  main()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2932: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:3079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 2957
 
Line 3104
   
   
 echo $ac_n "checking for main in -ldmalloc""... $ac_c" 1>&6  echo $ac_n "checking for main in -ldmalloc""... $ac_c" 1>&6
 echo "configure:2961: checking for main in -ldmalloc" >&5  echo "configure:3108: checking for main in -ldmalloc" >&5
 ac_lib_var=`echo dmalloc'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo dmalloc'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 2965
 
Line 3112
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-ldmalloc  $LIBS"  LIBS="-ldmalloc  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 2969 "configure"  #line 3116 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
 main()  main()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:2976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:3123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 3001
 
Line 3148
   
   
 echo $ac_n "checking for main in -lm""... $ac_c" 1>&6  echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
 echo "configure:3005: checking for main in -lm" >&5  echo "configure:3152: checking for main in -lm" >&5
 ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 3009
 
Line 3156
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lm  $LIBS"  LIBS="-lm  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3013 "configure"  #line 3160 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
 main()  main()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:3167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 3049
 
Line 3196
 do  do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6  echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
 echo "configure:3053: checking for $ac_hdr that defines DIR" >&5  echo "configure:3200: checking for $ac_hdr that defines DIR" >&5
 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3058 "configure"  #line 3205 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <$ac_hdr>  #include <$ac_hdr>
Line 3062
 
Line 3209
 DIR *dirp = 0;  DIR *dirp = 0;
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3066: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3213: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_header_dirent_$ac_safe=yes"    eval "ac_cv_header_dirent_$ac_safe=yes"
 else  else
Line 3087
 
Line 3234
 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.  # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
 if test $ac_header_dirent = dirent.h; then  if test $ac_header_dirent = dirent.h; then
 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6  echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
 echo "configure:3091: checking for opendir in -ldir" >&5  echo "configure:3238: checking for opendir in -ldir" >&5
 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`  ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 3095
 
Line 3242
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-ldir  $LIBS"  LIBS="-ldir  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3099 "configure"  #line 3246 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 /* 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
Line 3106
 
Line 3253
 opendir()  opendir()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:3257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 3128
 
Line 3275
   
 else  else
 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6  echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
 echo "configure:3132: checking for opendir in -lx" >&5  echo "configure:3279: checking for opendir in -lx" >&5
 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`  ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 3136
 
Line 3283
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lx  $LIBS"  LIBS="-lx  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3140 "configure"  #line 3287 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 /* 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
Line 3147
 
Line 3294
 opendir()  opendir()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:3298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 3170
 
Line 3317
 fi  fi
   
 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6  echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
 echo "configure:3174: checking for ANSI C header files" >&5  echo "configure:3321: checking for ANSI C header files" >&5
 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3179 "configure"  #line 3326 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <stdlib.h>  #include <stdlib.h>
 #include <stdarg.h>  #include <stdarg.h>
Line 3183
 
Line 3330
 #include <float.h>  #include <float.h>
 EOF  EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 { (eval echo configure:3187: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:3334: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then  if test -z "$ac_err"; then
   rm -rf conftest*    rm -rf conftest*
   ac_cv_header_stdc=yes    ac_cv_header_stdc=yes
Line 3200
 
Line 3347
 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 <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3204 "configure"  #line 3351 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <string.h>  #include <string.h>
 EOF  EOF
Line 3218
 
Line 3365
 if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
   # 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 <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3222 "configure"  #line 3369 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <stdlib.h>  #include <stdlib.h>
 EOF  EOF
Line 3239
 
Line 3386
   :    :
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3243 "configure"  #line 3390 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <ctype.h>  #include <ctype.h>
 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
Line 3250
 
Line 3397
 exit (0); }  exit (0); }
   
 EOF  EOF
 if { (eval echo configure:3254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null  if { (eval echo configure:3401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then  then
   :    :
 else  else
Line 3277
 
Line 3424
 do  do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
 echo "configure:3281: checking for $ac_hdr" >&5  echo "configure:3428: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3286 "configure"  #line 3433 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <$ac_hdr>  #include <$ac_hdr>
 EOF  EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 { (eval echo configure:3291: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:3438: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then  if test -z "$ac_err"; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_header_$ac_safe=yes"    eval "ac_cv_header_$ac_safe=yes"
Line 3315
 
Line 3462
   
   
 echo $ac_n "checking for working const""... $ac_c" 1>&6  echo $ac_n "checking for working const""... $ac_c" 1>&6
 echo "configure:3319: checking for working const" >&5  echo "configure:3466: checking for working const" >&5
 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3324 "configure"  #line 3471 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
Line 3369
 
Line 3516
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3373: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3520: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
   ac_cv_c_const=yes    ac_cv_c_const=yes
 else  else
Line 3390
 
Line 3537
 fi  fi
   
 echo $ac_n "checking for inline""... $ac_c" 1>&6  echo $ac_n "checking for inline""... $ac_c" 1>&6
 echo "configure:3394: checking for inline" >&5  echo "configure:3541: checking for inline" >&5
 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   ac_cv_c_inline=no    ac_cv_c_inline=no
 for ac_kw in inline __inline__ __inline; do  for ac_kw in inline __inline__ __inline; do
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3401 "configure"  #line 3548 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 int main() {  int main() {
 } $ac_kw foo() {  } $ac_kw foo() {
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3408: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
   ac_cv_c_inline=$ac_kw; break    ac_cv_c_inline=$ac_kw; break
 else  else
Line 3430
 
Line 3577
 esac  esac
   
 echo $ac_n "checking for pid_t""... $ac_c" 1>&6  echo $ac_n "checking for pid_t""... $ac_c" 1>&6
 echo "configure:3434: checking for pid_t" >&5  echo "configure:3581: checking for pid_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3439 "configure"  #line 3586 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #if STDC_HEADERS  #if STDC_HEADERS
Line 3444
 
Line 3591
 #endif  #endif
 EOF  EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then    egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
   rm -rf conftest*    rm -rf conftest*
   ac_cv_type_pid_t=yes    ac_cv_type_pid_t=yes
 else  else
Line 3463
 
Line 3610
 fi  fi
   
 echo $ac_n "checking for size_t""... $ac_c" 1>&6  echo $ac_n "checking for size_t""... $ac_c" 1>&6
 echo "configure:3467: checking for size_t" >&5  echo "configure:3614: checking for size_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3472 "configure"  #line 3619 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #if STDC_HEADERS  #if STDC_HEADERS
Line 3477
 
Line 3624
 #endif  #endif
 EOF  EOF
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
   egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then    egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
   rm -rf conftest*    rm -rf conftest*
   ac_cv_type_size_t=yes    ac_cv_type_size_t=yes
 else  else
Line 3496
 
Line 3643
 fi  fi
   
 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6  echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
 echo "configure:3500: checking whether time.h and sys/time.h may both be included" >&5  echo "configure:3647: checking whether time.h and sys/time.h may both be included" >&5
 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3505 "configure"  #line 3652 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/time.h>  #include <sys/time.h>
Line 3510
 
Line 3657
 struct tm *tp;  struct tm *tp;
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3514: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3661: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
   ac_cv_header_time=yes    ac_cv_header_time=yes
 else  else
Line 3531
 
Line 3678
 fi  fi
   
 echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6  echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
 echo "configure:3535: checking whether struct tm is in sys/time.h or time.h" >&5  echo "configure:3682: checking whether struct tm is in sys/time.h or time.h" >&5
 if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3540 "configure"  #line 3687 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <time.h>  #include <time.h>
Line 3544
 
Line 3691
 struct tm *tp; tp->tm_sec;  struct tm *tp; tp->tm_sec;
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3548: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3695: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
   ac_cv_struct_tm=time.h    ac_cv_struct_tm=time.h
 else  else
Line 3565
 
Line 3712
 fi  fi
   
 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6  echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
 echo "configure:3569: checking for uid_t in sys/types.h" >&5  echo "configure:3716: checking for uid_t in sys/types.h" >&5
 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3574 "configure"  #line 3721 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 EOF  EOF
Line 3601
 
Line 3748
   
 if test $ac_cv_prog_gcc = yes; then  if test $ac_cv_prog_gcc = yes; then
     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6      echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
 echo "configure:3605: checking whether ${CC-cc} needs -traditional" >&5  echo "configure:3752: checking whether ${CC-cc} needs -traditional" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
     ac_pattern="Autoconf.*'x'"      ac_pattern="Autoconf.*'x'"
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3611 "configure"  #line 3758 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sgtty.h>  #include <sgtty.h>
 Autoconf TIOCGETP  Autoconf TIOCGETP
Line 3625
 
Line 3772
   
   if test $ac_cv_prog_gcc_traditional = no; then    if test $ac_cv_prog_gcc_traditional = no; then
     cat > conftest.$ac_ext <<EOF      cat > conftest.$ac_ext <<EOF
 #line 3629 "configure"  #line 3776 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <termio.h>  #include <termio.h>
 Autoconf TCGETA  Autoconf TCGETA
Line 3647
 
Line 3794
 fi  fi
   
 echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6  echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
 echo "configure:3651: checking for 8-bit clean memcmp" >&5  echo "configure:3798: checking for 8-bit clean memcmp" >&5
 if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 3655
 
Line 3802
   ac_cv_func_memcmp_clean=no    ac_cv_func_memcmp_clean=no
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3659 "configure"  #line 3806 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
 main()  main()
Line 3665
 
Line 3812
 }  }
   
 EOF  EOF
 if { (eval echo configure:3669: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null  if { (eval echo configure:3816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then  then
   ac_cv_func_memcmp_clean=yes    ac_cv_func_memcmp_clean=yes
 else  else
Line 3680
 
Line 3827
 fi  fi
   
 echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6  echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6
 test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.o"  test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
   
 echo $ac_n "checking whether setpgrp takes no argument""... $ac_c" 1>&6  echo $ac_n "checking whether setpgrp takes no argument""... $ac_c" 1>&6
 echo "configure:3687: checking whether setpgrp takes no argument" >&5  echo "configure:3834: checking whether setpgrp takes no argument" >&5
 if eval "test \"`echo '$''{'ac_cv_func_setpgrp_void'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_setpgrp_void'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
Line 3691
 
Line 3838
   { echo "configure: error: cannot check setpgrp if cross compiling" 1>&2; exit 1; }    { echo "configure: error: cannot check setpgrp if cross compiling" 1>&2; exit 1; }
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3695 "configure"  #line 3842 "configure"
 #include "confdefs.h"  #include "confdefs.h"
   
   #ifdef HAVE_UNISTD_H
   #include <unistd.h>
   #endif
   
 /*  /*
  * If this system has a BSD-style setpgrp, which takes arguments, exit   * If this system has a BSD-style setpgrp, which takes arguments, exit
  * successfully.   * successfully.
Line 3707
 
Line 3858
 }  }
   
 EOF  EOF
 if { (eval echo configure:3711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null  if { (eval echo configure:3862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then  then
   ac_cv_func_setpgrp_void=no    ac_cv_func_setpgrp_void=no
 else  else
Line 3731
 
Line 3882
 fi  fi
   
 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6  echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
 echo "configure:3735: checking return type of signal handlers" >&5  echo "configure:3886: checking return type of signal handlers" >&5
 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3740 "configure"  #line 3891 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/types.h>  #include <sys/types.h>
 #include <signal.h>  #include <signal.h>
Line 3753
 
Line 3904
 int i;  int i;
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3757: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3908: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
   ac_cv_type_signal=void    ac_cv_type_signal=void
 else  else
Line 3772
 
Line 3923
   
   
 echo $ac_n "checking for strftime""... $ac_c" 1>&6  echo $ac_n "checking for strftime""... $ac_c" 1>&6
 echo "configure:3776: checking for strftime" >&5  echo "configure:3927: checking for strftime" >&5
 if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3781 "configure"  #line 3932 "configure"
 #include "confdefs.h"  #include "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 strftime(); below.  */      which can conflict with char strftime(); below.  */
Line 3800
 
Line 3951
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:3955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_func_strftime=yes"    eval "ac_cv_func_strftime=yes"
 else  else
Line 3822
 
Line 3973
   echo "$ac_t""no" 1>&6    echo "$ac_t""no" 1>&6
 # strftime is in -lintl on SCO UNIX.  # strftime is in -lintl on SCO UNIX.
 echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6  echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6
 echo "configure:3826: checking for strftime in -lintl" >&5  echo "configure:3977: checking for strftime in -lintl" >&5
 ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'`  ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
Line 3830
 
Line 3981
   ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
 LIBS="-lintl  $LIBS"  LIBS="-lintl  $LIBS"
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3834 "configure"  #line 3985 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
 /* 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
Line 3841
 
Line 3992
 strftime()  strftime()
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:3996: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
 else  else
Line 3868
 
Line 4019
 fi  fi
   
 echo $ac_n "checking for vprintf""... $ac_c" 1>&6  echo $ac_n "checking for vprintf""... $ac_c" 1>&6
 echo "configure:3872: checking for vprintf" >&5  echo "configure:4023: checking for vprintf" >&5
 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3877 "configure"  #line 4028 "configure"
 #include "confdefs.h"  #include "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 vprintf(); below.  */      which can conflict with char vprintf(); below.  */
Line 3896
 
Line 4047
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:4051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_func_vprintf=yes"    eval "ac_cv_func_vprintf=yes"
 else  else
Line 3920
 
Line 4071
   
 if test "$ac_cv_func_vprintf" != yes; then  if test "$ac_cv_func_vprintf" != yes; then
 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6  echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
 echo "configure:3924: checking for _doprnt" >&5  echo "configure:4075: checking for _doprnt" >&5
 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3929 "configure"  #line 4080 "configure"
 #include "confdefs.h"  #include "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.  */
Line 3948
 
Line 4099
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:4103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_func__doprnt=yes"    eval "ac_cv_func__doprnt=yes"
 else  else
Line 3975
 
Line 4126
 for ac_func in gettimeofday mkdir mktime rmdir select socket strcspn strerror strspn strstr strtol strcasecmp strncasecmp snprintf setsid srandom getdtablesize srand48 srand sysconf scandir  for ac_func in gettimeofday mkdir mktime rmdir select socket strcspn strerror strspn strstr strtol strcasecmp strncasecmp snprintf setsid srandom getdtablesize srand48 srand sysconf scandir
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 echo "configure:3979: checking for $ac_func" >&5  echo "configure:4130: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3984 "configure"  #line 4135 "configure"
 #include "confdefs.h"  #include "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.  */
Line 4003
 
Line 4154
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:4007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:4158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
 else  else
Line 4029
 
Line 4180
   
   
 echo $ac_n "checking how many args gettimeofday uses""... $ac_c" 1>&6  echo $ac_n "checking how many args gettimeofday uses""... $ac_c" 1>&6
 echo "configure:4033: checking how many args gettimeofday uses" >&5  echo "configure:4184: checking how many args gettimeofday uses" >&5
 if eval "test \"`echo '$''{'ac_cv_gettimeofday_args'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_gettimeofday_args'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 4038 "configure"  #line 4189 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/time.h>  #include <sys/time.h>
  #include <unistd.h>   #include <unistd.h>
Line 4043
 
Line 4194
  gettimeofday(&tv, &tzp);   gettimeofday(&tv, &tzp);
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:4047: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:4198: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
   ac_gettimeofday_args=2    ac_gettimeofday_args=2
 else  else
Line 4051
 
Line 4202
   cat conftest.$ac_ext >&5    cat conftest.$ac_ext >&5
   rm -rf conftest*    rm -rf conftest*
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 4055 "configure"  #line 4206 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <sys/time.h>  #include <sys/time.h>
  #include <unistd.h>   #include <unistd.h>
Line 4059
 
Line 4210
 struct timeval tv; gettimeofday(&tv);  struct timeval tv; gettimeofday(&tv);
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:4063: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:4214: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
   ac_gettimeofday_args=1    ac_gettimeofday_args=1
 else  else
Line 4192
 
Line 4343
 # Ultrix sh set writes to stderr and can't be redirected directly,  # Ultrix sh set writes to stderr and can't be redirected directly,
 # and sets the high bit in the cache file unless we assign to the vars.  # and sets the high bit in the cache file unless we assign to the vars.
 (set) 2>&1 |  (set) 2>&1 |
   case `(ac_space=' '; set) 2>&1` in    case `(ac_space=' '; set | grep ac_space) 2>&1` in
   *ac_space=\ *)    *ac_space=\ *)
     # `set' does not quote correctly, so add quotes (double-quote substitution      # `set' does not quote correctly, so add quotes (double-quote substitution
     # turns \\\\ into \\, and sed turns \\ into \).      # turns \\\\ into \\, and sed turns \\ into \).
Line 4259
 
Line 4410
     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"      echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;      exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)    -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
     echo "$CONFIG_STATUS generated by autoconf version 2.12"      echo "$CONFIG_STATUS generated by autoconf version 2.13"
     exit 0 ;;      exit 0 ;;
   -help | --help | --hel | --he | --h)    -help | --help | --hel | --he | --h)
     echo "\$ac_cs_usage"; exit 0 ;;      echo "\$ac_cs_usage"; exit 0 ;;
Line 4288
 
Line 4439
  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF   s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
 $ac_vpsub  $ac_vpsub
 $extrasub  $extrasub
   s%@SHELL@%$SHELL%g
 s%@CFLAGS@%$CFLAGS%g  s%@CFLAGS@%$CFLAGS%g
 s%@CPPFLAGS@%$CPPFLAGS%g  s%@CPPFLAGS@%$CPPFLAGS%g
 s%@CXXFLAGS@%$CXXFLAGS%g  s%@CXXFLAGS@%$CXXFLAGS%g
   s%@FFLAGS@%$FFLAGS%g
 s%@DEFS@%$DEFS%g  s%@DEFS@%$DEFS%g
 s%@LDFLAGS@%$LDFLAGS%g  s%@LDFLAGS@%$LDFLAGS%g
 s%@LIBS@%$LIBS%g  s%@LIBS@%$LIBS%g
Line 4330
 
Line 4483
 s%@LEXLIB@%$LEXLIB%g  s%@LEXLIB@%$LEXLIB%g
 s%@AWK@%$AWK%g  s%@AWK@%$AWK%g
 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g  s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
   s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
 s%@INSTALL_DATA@%$INSTALL_DATA%g  s%@INSTALL_DATA@%$INSTALL_DATA%g
 s%@LN_S@%$LN_S%g  s%@LN_S@%$LN_S%g
 s%@SET_MAKE@%$SET_MAKE%g  s%@SET_MAKE@%$SET_MAKE%g


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

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