Develop and Download Open Source Software

Browse CVS Repository

Diff of /freewnn/FreeWnn/configure

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

revision 1.7 by ura, Sun Jan 16 06:55:27 2000 UTC revision 1.8 by ura, Sun Jan 16 07:06:07 2000 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2    
3  # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
4  # Generated automatically using autoconf version 2.12  # Generated automatically using autoconf version 2.13
5  # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.  # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6  #  #
7  # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
# Line 51  mandir='${prefix}/man' Line 51  mandir='${prefix}/man'
51  # Initialize some other variables.  # Initialize some other variables.
52  subdirs=  subdirs=
53  MFLAGS= MAKEFLAGS=  MFLAGS= MAKEFLAGS=
54    SHELL=${CONFIG_SHELL-/bin/sh}
55  # Maximum number of lines to put in a shell here document.  # Maximum number of lines to put in a shell here document.
56  ac_max_here_lines=12  ac_max_here_lines=12
57    
# Line 334  EOF Line 335  EOF
335      verbose=yes ;;      verbose=yes ;;
336    
337    -version | --version | --versio | --versi | --vers)    -version | --version | --versio | --versi | --vers)
338      echo "configure generated by autoconf version 2.12"      echo "configure generated by autoconf version 2.13"
339      exit 0 ;;      exit 0 ;;
340    
341    -with-* | --with-*)    -with-* | --with-*)
# Line 504  ac_ext=c Line 505  ac_ext=c
505  # 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.
506  ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
507  ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'  ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
508  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'
509  cross_compiling=$ac_cv_prog_cc_cross  cross_compiling=$ac_cv_prog_cc_cross
510    
511    ac_exeext=
512    ac_objext=o
513  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
514    # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.    # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
515    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 534  esac Line 537  esac
537  # 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.
538  set dummy gcc; ac_word=$2  set dummy gcc; ac_word=$2
539  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
540  echo "configure:538: checking for $ac_word" >&5  echo "configure:541: checking for $ac_word" >&5
541  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
542    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
543  else  else
544    if test -n "$CC"; then    if test -n "$CC"; then
545    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
546  else  else
547    IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
548    for ac_dir in $PATH; do    ac_dummy="$PATH"
549      for ac_dir in $ac_dummy; do
550      test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
551      if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
552        ac_cv_prog_CC="gcc"        ac_cv_prog_CC="gcc"
# Line 563  if test -z "$CC"; then Line 567  if test -z "$CC"; then
567    # 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.
568  set dummy cc; ac_word=$2  set dummy cc; ac_word=$2
569  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
570  echo "configure:567: checking for $ac_word" >&5  echo "configure:571: checking for $ac_word" >&5
571  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
572    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
573  else  else
574    if test -n "$CC"; then    if test -n "$CC"; then
575    ac_cv_prog_CC="$CC" # Let the user override the test.    ac_cv_prog_CC="$CC" # Let the user override the test.
576  else  else
577    IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
578    ac_prog_rejected=no    ac_prog_rejected=no
579    for ac_dir in $PATH; do    ac_dummy="$PATH"
580      for ac_dir in $ac_dummy; do
581      test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
582      if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
583        if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then        if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
# Line 607  else Line 612  else
612    echo "$ac_t""no" 1>&6    echo "$ac_t""no" 1>&6
613  fi  fi
614    
615      if test -z "$CC"; then
616        case "`uname -s`" in
617        *win32* | *WIN32*)
618          # Extract the first word of "cl", so it can be a program name with args.
619    set dummy cl; ac_word=$2
620    echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
621    echo "configure:622: checking for $ac_word" >&5
622    if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
623      echo $ac_n "(cached) $ac_c" 1>&6
624    else
625      if test -n "$CC"; then
626      ac_cv_prog_CC="$CC" # Let the user override the test.
627    else
628      IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
629      ac_dummy="$PATH"
630      for ac_dir in $ac_dummy; do
631        test -z "$ac_dir" && ac_dir=.
632        if test -f $ac_dir/$ac_word; then
633          ac_cv_prog_CC="cl"
634          break
635        fi
636      done
637      IFS="$ac_save_ifs"
638    fi
639    fi
640    CC="$ac_cv_prog_CC"
641    if test -n "$CC"; then
642      echo "$ac_t""$CC" 1>&6
643    else
644      echo "$ac_t""no" 1>&6
645    fi
646     ;;
647        esac
648      fi
649    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; }
650  fi  fi
651    
652  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
653  echo "configure:615: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5  echo "configure:654: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
654    
655  ac_ext=c  ac_ext=c
656  # 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.
657  ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
658  ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'  ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
659  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'
660  cross_compiling=$ac_cv_prog_cc_cross  cross_compiling=$ac_cv_prog_cc_cross
661    
662  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext << EOF
663  #line 625 "configure"  
664    #line 665 "configure"
665  #include "confdefs.h"  #include "confdefs.h"
666    
667  main(){return(0);}  main(){return(0);}
668  EOF  EOF
669  if { (eval echo configure:629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
670    ac_cv_prog_cc_works=yes    ac_cv_prog_cc_works=yes
671    # 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.
672    if (./conftest; exit) 2>/dev/null; then    if (./conftest; exit) 2>/dev/null; then
# Line 639  else Line 680  else
680    ac_cv_prog_cc_works=no    ac_cv_prog_cc_works=no
681  fi  fi
682  rm -fr conftest*  rm -fr conftest*
683    ac_ext=c
684    # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
685    ac_cpp='$CPP $CPPFLAGS'
686    ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
687    ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
688    cross_compiling=$ac_cv_prog_cc_cross
689    
690  echo "$ac_t""$ac_cv_prog_cc_works" 1>&6  echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
691  if test $ac_cv_prog_cc_works = no; then  if test $ac_cv_prog_cc_works = no; then
692    { 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; }
693  fi  fi
694  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
695  echo "configure:649: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5  echo "configure:696: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
696  echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6  echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
697  cross_compiling=$ac_cv_prog_cc_cross  cross_compiling=$ac_cv_prog_cc_cross
698    
699  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
700  echo "configure:654: checking whether we are using GNU C" >&5  echo "configure:701: checking whether we are using GNU C" >&5
701  if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
702    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
703  else  else
# Line 659  else Line 706  else
706    yes;    yes;
707  #endif  #endif
708  EOF  EOF
709  if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:663: \"$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:710: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
710    ac_cv_prog_gcc=yes    ac_cv_prog_gcc=yes
711  else  else
712    ac_cv_prog_gcc=no    ac_cv_prog_gcc=no
# Line 670  echo "$ac_t""$ac_cv_prog_gcc" 1>&6 Line 717  echo "$ac_t""$ac_cv_prog_gcc" 1>&6
717    
718  if test $ac_cv_prog_gcc = yes; then  if test $ac_cv_prog_gcc = yes; then
719    GCC=yes    GCC=yes
720    ac_test_CFLAGS="${CFLAGS+set}"  else
721    ac_save_CFLAGS="$CFLAGS"    GCC=
722    CFLAGS=  fi
723    echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6  
724  echo "configure:678: checking whether ${CC-cc} accepts -g" >&5  ac_test_CFLAGS="${CFLAGS+set}"
725    ac_save_CFLAGS="$CFLAGS"
726    CFLAGS=
727    echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
728    echo "configure:729: checking whether ${CC-cc} accepts -g" >&5
729  if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
730    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
731  else  else
# Line 689  rm -f conftest* Line 740  rm -f conftest*
740  fi  fi
741    
742  echo "$ac_t""$ac_cv_prog_cc_g" 1>&6  echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
743    if test "$ac_test_CFLAGS" = set; then  if test "$ac_test_CFLAGS" = set; then
744      CFLAGS="$ac_save_CFLAGS"    CFLAGS="$ac_save_CFLAGS"
745    elif test $ac_cv_prog_cc_g = yes; then  elif test $ac_cv_prog_cc_g = yes; then
746      if test "$GCC" = yes; then
747      CFLAGS="-g -O2"      CFLAGS="-g -O2"
748    else    else
749      CFLAGS="-O2"      CFLAGS="-g"
750    fi    fi
751  else  else
752    GCC=    if test "$GCC" = yes; then
753    test "${CFLAGS+set}" = set || CFLAGS="-g"      CFLAGS="-O2"
754      else
755        CFLAGS=
756      fi
757  fi  fi
758    
759  echo $ac_n "checking for cpp""... $ac_c" 1>&6  echo $ac_n "checking for cpp""... $ac_c" 1>&6
760  echo "configure:706: checking for cpp" >&5  echo "configure:761: checking for cpp" >&5
761  hosttype=`uname`  hosttype=`uname`
762  CCOPTIONS=""  CCOPTIONS=""
763  CDEBUGFLAGS=-O  CDEBUGFLAGS=-O
# Line 811  case $hosttype in Line 866  case $hosttype in
866      ;;      ;;
867  esac  esac
868  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
869  echo "configure:815: checking how to run the C preprocessor" >&5  echo "configure:870: checking how to run the C preprocessor" >&5
870  # On Suns, sometimes $CPP names a directory.  # On Suns, sometimes $CPP names a directory.
871  if test -n "$CPP" && test -d "$CPP"; then  if test -n "$CPP" && test -d "$CPP"; then
872    CPP=    CPP=
# Line 826  else Line 881  else
881    # 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,
882    # not just through cpp.    # not just through cpp.
883    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
884  #line 830 "configure"  #line 885 "configure"
885  #include "confdefs.h"  #include "confdefs.h"
886  #include <assert.h>  #include <assert.h>
887  Syntax Error  Syntax Error
888  EOF  EOF
889  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
890  { (eval echo configure:836: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:891: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
891  ac_err=`grep -v '^ *+' conftest.out`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
892  if test -z "$ac_err"; then  if test -z "$ac_err"; then
893    :    :
894  else  else
# Line 843  else Line 898  else
898    rm -rf conftest*    rm -rf conftest*
899    CPP="${CC-cc} -E -traditional-cpp"    CPP="${CC-cc} -E -traditional-cpp"
900    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
901  #line 847 "configure"  #line 902 "configure"
902    #include "confdefs.h"
903    #include <assert.h>
904    Syntax Error
905    EOF
906    ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
907    { (eval echo configure:908: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
908    ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
909    if test -z "$ac_err"; then
910      :
911    else
912      echo "$ac_err" >&5
913      echo "configure: failed program was:" >&5
914      cat conftest.$ac_ext >&5
915      rm -rf conftest*
916      CPP="${CC-cc} -nologo -E"
917      cat > conftest.$ac_ext <<EOF
918    #line 919 "configure"
919  #include "confdefs.h"  #include "confdefs.h"
920  #include <assert.h>  #include <assert.h>
921  Syntax Error  Syntax Error
922  EOF  EOF
923  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
924  { (eval echo configure:853: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:925: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
925  ac_err=`grep -v '^ *+' conftest.out`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
926  if test -z "$ac_err"; then  if test -z "$ac_err"; then
927    :    :
928  else  else
# Line 863  fi Line 935  fi
935  rm -f conftest*  rm -f conftest*
936  fi  fi
937  rm -f conftest*  rm -f conftest*
938    fi
939    rm -f conftest*
940    ac_cv_prog_CPP="$CPP"    ac_cv_prog_CPP="$CPP"
941  fi  fi
942    CPP="$ac_cv_prog_CPP"    CPP="$ac_cv_prog_CPP"
# Line 898  ac_configure=$ac_aux_dir/configure # Thi Line 972  ac_configure=$ac_aux_dir/configure # Thi
972  # SunOS /usr/etc/install  # SunOS /usr/etc/install
973  # IRIX /sbin/install  # IRIX /sbin/install
974  # AIX /bin/install  # AIX /bin/install
975    # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
976  # AFS /usr/afsws/bin/install, which mishandles nonexistent args  # AFS /usr/afsws/bin/install, which mishandles nonexistent args
977  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
978  # ./install, which can be erroneously created by make from ./install.sh.  # ./install, which can be erroneously created by make from ./install.sh.
979  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
980  echo "configure:906: checking for a BSD compatible install" >&5  echo "configure:981: checking for a BSD compatible install" >&5
981  if test -z "$INSTALL"; then  if test -z "$INSTALL"; then
982  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
983    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
984  else  else
985      IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"      IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
986    for ac_dir in $PATH; do    for ac_dir in $PATH; do
987      # Account for people who put trailing slashes in PATH elements.      # Account for people who put trailing slashes in PATH elements.
988      case "$ac_dir/" in      case "$ac_dir/" in
989      /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;      /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
990      *)      *)
991        # OSF1 and SCO ODT 3.0 have their own names for install.        # OSF1 and SCO ODT 3.0 have their own names for install.
992        for ac_prog in ginstall installbsd scoinst install; do        # Don't use installbsd from OSF since it installs stuff as root
993          # by default.
994          for ac_prog in ginstall scoinst install; do
995          if test -f $ac_dir/$ac_prog; then          if test -f $ac_dir/$ac_prog; then
996            if test $ac_prog = install &&            if test $ac_prog = install &&
997              grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then              grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
998              # 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.  
999              :              :
1000            else            else
1001              ac_cv_path_install="$ac_dir/$ac_prog -c"              ac_cv_path_install="$ac_dir/$ac_prog -c"
# Line 949  echo "$ac_t""$INSTALL" 1>&6 Line 1025  echo "$ac_t""$INSTALL" 1>&6
1025  # It thinks the first close brace ends the variable substitution.  # It thinks the first close brace ends the variable substitution.
1026  test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'  test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1027    
1028    test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1029    
1030  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1031    
1032  echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6  echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1033  echo "configure:956: checking whether ln -s works" >&5  echo "configure:1034: checking whether ln -s works" >&5
1034  if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1035    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1036  else  else
# Line 973  else Line 1051  else
1051  fi  fi
1052    
1053  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
1054  echo "configure:977: checking whether ${MAKE-make} sets \${MAKE}" >&5  echo "configure:1055: checking whether ${MAKE-make} sets \${MAKE}" >&5
1055  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`  set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
1056  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
1057    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1002  fi Line 1080  fi
1080  # 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.
1081  set dummy ranlib; ac_word=$2  set dummy ranlib; ac_word=$2
1082  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6  echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1083  echo "configure:1006: checking for $ac_word" >&5  echo "configure:1084: checking for $ac_word" >&5
1084  if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1085    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1086  else  else
1087    if test -n "$RANLIB"; then    if test -n "$RANLIB"; then
1088    ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.    ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1089  else  else
1090    IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"    IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1091    for ac_dir in $PATH; do    ac_dummy="$PATH"
1092      for ac_dir in $ac_dummy; do
1093      test -z "$ac_dir" && ac_dir=.      test -z "$ac_dir" && ac_dir=.
1094      if test -f $ac_dir/$ac_word; then      if test -f $ac_dir/$ac_word; then
1095        ac_cv_prog_RANLIB="ranlib"        ac_cv_prog_RANLIB="ranlib"
# Line 1033  fi Line 1112  fi
1112    
1113    
1114  echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6  echo $ac_n "checking for main in -lcrypt""... $ac_c" 1>&6
1115  echo "configure:1037: checking for main in -lcrypt" >&5  echo "configure:1116: checking for main in -lcrypt" >&5
1116  ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo crypt'_'main | sed 'y%./+-%__p_%'`
1117  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
1118    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1041  else Line 1120  else
1120    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1121  LIBS="-lcrypt  $LIBS"  LIBS="-lcrypt  $LIBS"
1122  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1123  #line 1045 "configure"  #line 1124 "configure"
1124  #include "confdefs.h"  #include "confdefs.h"
1125    
1126  int main() {  int main() {
1127  main()  main()
1128  ; return 0; }  ; return 0; }
1129  EOF  EOF
1130  if { (eval echo configure:1052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1131    rm -rf conftest*    rm -rf conftest*
1132    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1133  else  else
# Line 1076  else Line 1155  else
1155  fi  fi
1156    
1157  echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6  echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
1158  echo "configure:1080: checking for main in -lsocket" >&5  echo "configure:1159: checking for main in -lsocket" >&5
1159  ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
1160  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
1161    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1084  else Line 1163  else
1163    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1164  LIBS="-lsocket  $LIBS"  LIBS="-lsocket  $LIBS"
1165  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1166  #line 1088 "configure"  #line 1167 "configure"
1167  #include "confdefs.h"  #include "confdefs.h"
1168    
1169  int main() {  int main() {
1170  main()  main()
1171  ; return 0; }  ; return 0; }
1172  EOF  EOF
1173  if { (eval echo configure:1095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1174    rm -rf conftest*    rm -rf conftest*
1175    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1176  else  else
# Line 1119  else Line 1198  else
1198  fi  fi
1199    
1200  echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6  echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
1201  echo "configure:1123: checking for main in -lnsl" >&5  echo "configure:1202: checking for main in -lnsl" >&5
1202  ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
1203  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
1204    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
# Line 1127  else Line 1206  else
1206    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1207  LIBS="-lnsl  $LIBS"  LIBS="-lnsl  $LIBS"
1208  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1209  #line 1131 "configure"  #line 1210 "configure"
1210  #include "confdefs.h"  #include "confdefs.h"
1211    
1212  int main() {  int main() {
1213  main()  main()
1214  ; return 0; }  ; return 0; }
1215  EOF  EOF
1216  if { (eval echo configure:1138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1217    rm -rf conftest*    rm -rf conftest*
1218    eval "ac_cv_lib_$ac_lib_var=yes"    eval "ac_cv_lib_$ac_lib_var=yes"
1219  else  else
# Line 1167  fi Line 1246  fi
1246  # 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.
1247  # --without-x overrides everything else, but does not touch the cache.  # --without-x overrides everything else, but does not touch the cache.
1248  echo $ac_n "checking for X""... $ac_c" 1>&6  echo $ac_n "checking for X""... $ac_c" 1>&6
1249  echo "configure:1171: checking for X" >&5  echo "configure:1250: checking for X" >&5
1250    
1251  # Check whether --with-x or --without-x was given.  # Check whether --with-x or --without-x was given.
1252  if test "${with_x+set}" = set; then  if test "${with_x+set}" = set; then
# Line 1229  if test "$ac_x_includes" = NO; then Line 1308  if test "$ac_x_includes" = NO; then
1308    
1309    # First, try using that file with no special directory specified.    # First, try using that file with no special directory specified.
1310  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1311  #line 1233 "configure"  #line 1312 "configure"
1312  #include "confdefs.h"  #include "confdefs.h"
1313  #include <$x_direct_test_include>  #include <$x_direct_test_include>
1314  EOF  EOF
1315  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1316  { (eval echo configure:1238: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:1317: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1317  ac_err=`grep -v '^ *+' conftest.out`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1318  if test -z "$ac_err"; then  if test -z "$ac_err"; then
1319    rm -rf conftest*    rm -rf conftest*
1320    # We can compile using X headers with no special include directory.    # We can compile using X headers with no special include directory.
# Line 1303  if test "$ac_x_libraries" = NO; then Line 1382  if test "$ac_x_libraries" = NO; then
1382    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1383    LIBS="-l$x_direct_test_library $LIBS"    LIBS="-l$x_direct_test_library $LIBS"
1384  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1385  #line 1307 "configure"  #line 1386 "configure"
1386  #include "confdefs.h"  #include "confdefs.h"
1387    
1388  int main() {  int main() {
1389  ${x_direct_test_function}()  ${x_direct_test_function}()
1390  ; return 0; }  ; return 0; }
1391  EOF  EOF
1392  if { (eval echo configure:1314: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1393    rm -rf conftest*    rm -rf conftest*
1394    LIBS="$ac_save_LIBS"    LIBS="$ac_save_LIBS"
1395  # We can link X programs with no special library path.  # We can link X programs with no special library path.
# Line 1397  else Line 1476  else
1476  fi  fi
1477    
1478  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
1479  echo "configure:1401: checking for ANSI C header files" >&5  echo "configure:1480: checking for ANSI C header files" >&5
1480  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1481    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1482  else  else
1483    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1484  #line 1406 "configure"  #line 1485 "configure"
1485  #include "confdefs.h"  #include "confdefs.h"
1486  #include <stdlib.h>  #include <stdlib.h>
1487  #include <stdarg.h>  #include <stdarg.h>
# Line 1410  else Line 1489  else
1489  #include <float.h>  #include <float.h>
1490  EOF  EOF
1491  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1492  { (eval echo configure:1414: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:1493: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1493  ac_err=`grep -v '^ *+' conftest.out`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1494  if test -z "$ac_err"; then  if test -z "$ac_err"; then
1495    rm -rf conftest*    rm -rf conftest*
1496    ac_cv_header_stdc=yes    ac_cv_header_stdc=yes
# Line 1427  rm -f conftest* Line 1506  rm -f conftest*
1506  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
1507    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1508  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1509  #line 1431 "configure"  #line 1510 "configure"
1510  #include "confdefs.h"  #include "confdefs.h"
1511  #include <string.h>  #include <string.h>
1512  EOF  EOF
# Line 1445  fi Line 1524  fi
1524  if test $ac_cv_header_stdc = yes; then  if test $ac_cv_header_stdc = yes; then
1525    # 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.
1526  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1527  #line 1449 "configure"  #line 1528 "configure"
1528  #include "confdefs.h"  #include "confdefs.h"
1529  #include <stdlib.h>  #include <stdlib.h>
1530  EOF  EOF
# Line 1466  if test "$cross_compiling" = yes; then Line 1545  if test "$cross_compiling" = yes; then
1545    :    :
1546  else  else
1547    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1548  #line 1470 "configure"  #line 1549 "configure"
1549  #include "confdefs.h"  #include "confdefs.h"
1550  #include <ctype.h>  #include <ctype.h>
1551  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')  #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# Line 1477  if (XOR (islower (i), ISLOWER (i)) || to Line 1556  if (XOR (islower (i), ISLOWER (i)) || to
1556  exit (0); }  exit (0); }
1557    
1558  EOF  EOF
1559  if { (eval echo configure:1481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null  if { (eval echo configure:1560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1560  then  then
1561    :    :
1562  else  else
# Line 1501  EOF Line 1580  EOF
1580  fi  fi
1581    
1582  echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6  echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
1583  echo "configure:1505: checking for sys/wait.h that is POSIX.1 compatible" >&5  echo "configure:1584: checking for sys/wait.h that is POSIX.1 compatible" >&5
1584  if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
1585    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1586  else  else
1587    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1588  #line 1510 "configure"  #line 1589 "configure"
1589  #include "confdefs.h"  #include "confdefs.h"
1590  #include <sys/types.h>  #include <sys/types.h>
1591  #include <sys/wait.h>  #include <sys/wait.h>
# Line 1522  wait (&s); Line 1601  wait (&s);
1601  s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;  s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
1602  ; return 0; }  ; return 0; }
1603  EOF  EOF
1604  if { (eval echo configure:1526: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:1605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1605    rm -rf conftest*    rm -rf conftest*
1606    ac_cv_header_sys_wait_h=yes    ac_cv_header_sys_wait_h=yes
1607  else  else
# Line 1546  for ac_hdr in fcntl.h limits.h malloc.h Line 1625  for ac_hdr in fcntl.h limits.h malloc.h
1625  do  do
1626  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1627  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1628  echo "configure:1550: checking for $ac_hdr" >&5  echo "configure:1629: checking for $ac_hdr" >&5
1629  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1630    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1631  else  else
1632    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1633  #line 1555 "configure"  #line 1634 "configure"
1634  #include "confdefs.h"  #include "confdefs.h"
1635  #include <$ac_hdr>  #include <$ac_hdr>
1636  EOF  EOF
1637  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"  ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1638  { (eval echo configure:1560: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }  { (eval echo configure:1639: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1639  ac_err=`grep -v '^ *+' conftest.out`  ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1640  if test -z "$ac_err"; then  if test -z "$ac_err"; then
1641    rm -rf conftest*    rm -rf conftest*
1642    eval "ac_cv_header_$ac_safe=yes"    eval "ac_cv_header_$ac_safe=yes"
# Line 1584  done Line 1663  done
1663    
1664    
1665  echo $ac_n "checking for mode_t""... $ac_c" 1>&6  echo $ac_n "checking for mode_t""... $ac_c" 1>&6
1666  echo "configure:1588: checking for mode_t" >&5  echo "configure:1667: checking for mode_t" >&5
1667  if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
1668    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1669  else  else
1670    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1671  #line 1593 "configure"  #line 1672 "configure"
1672  #include "confdefs.h"  #include "confdefs.h"
1673  #include <sys/types.h>  #include <sys/types.h>
1674  #if STDC_HEADERS  #if STDC_HEADERS
# Line 1598  else Line 1677  else
1677  #endif  #endif
1678  EOF  EOF
1679  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |  if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1680    egrep "mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then    egrep "(^|[^a-zA-Z_0-9])mode_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
1681    rm -rf conftest*    rm -rf conftest*
1682    ac_cv_type_mode_t=yes    ac_cv_type_mode_t=yes
1683  else  else
# Line 1617  EOF Line 1696  EOF
1696  fi  fi
1697    
1698  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
1699  echo "configure:1621: checking whether time.h and sys/time.h may both be included" >&5  echo "configure:1700: checking whether time.h and sys/time.h may both be included" >&5
1700  if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
1701    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1702  else  else
1703    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1704  #line 1626 "configure"  #line 1705 "configure"
1705  #include "confdefs.h"  #include "confdefs.h"
1706  #include <sys/types.h>  #include <sys/types.h>
1707  #include <sys/time.h>  #include <sys/time.h>
# Line 1631  int main() { Line 1710  int main() {
1710  struct tm *tp;  struct tm *tp;
1711  ; return 0; }  ; return 0; }
1712  EOF  EOF
1713  if { (eval echo configure:1635: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:1714: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1714    rm -rf conftest*    rm -rf conftest*
1715    ac_cv_header_time=yes    ac_cv_header_time=yes
1716  else  else
# Line 1654  fi Line 1733  fi
1733    
1734  if test $ac_cv_prog_gcc = yes; then  if test $ac_cv_prog_gcc = yes; then
1735      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
1736  echo "configure:1658: checking whether ${CC-cc} needs -traditional" >&5  echo "configure:1737: checking whether ${CC-cc} needs -traditional" >&5
1737  if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
1738    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1739  else  else
1740      ac_pattern="Autoconf.*'x'"      ac_pattern="Autoconf.*'x'"
1741    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1742  #line 1664 "configure"  #line 1743 "configure"
1743  #include "confdefs.h"  #include "confdefs.h"
1744  #include <sgtty.h>  #include <sgtty.h>
1745  Autoconf TIOCGETP  Autoconf TIOCGETP
# Line 1678  rm -f conftest* Line 1757  rm -f conftest*
1757    
1758    if test $ac_cv_prog_gcc_traditional = no; then    if test $ac_cv_prog_gcc_traditional = no; then
1759      cat > conftest.$ac_ext <<EOF      cat > conftest.$ac_ext <<EOF
1760  #line 1682 "configure"  #line 1761 "configure"
1761  #include "confdefs.h"  #include "confdefs.h"
1762  #include <termio.h>  #include <termio.h>
1763  Autoconf TCGETA  Autoconf TCGETA
# Line 1700  echo "$ac_t""$ac_cv_prog_gcc_traditional Line 1779  echo "$ac_t""$ac_cv_prog_gcc_traditional
1779  fi  fi
1780    
1781  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
1782  echo "configure:1704: checking for 8-bit clean memcmp" >&5  echo "configure:1783: checking for 8-bit clean memcmp" >&5
1783  if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
1784    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1785  else  else
# Line 1708  else Line 1787  else
1787    ac_cv_func_memcmp_clean=no    ac_cv_func_memcmp_clean=no
1788  else  else
1789    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1790  #line 1712 "configure"  #line 1791 "configure"
1791  #include "confdefs.h"  #include "confdefs.h"
1792    
1793  main()  main()
# Line 1718  main() Line 1797  main()
1797  }  }
1798    
1799  EOF  EOF
1800  if { (eval echo configure:1722: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null  if { (eval echo configure:1801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1801  then  then
1802    ac_cv_func_memcmp_clean=yes    ac_cv_func_memcmp_clean=yes
1803  else  else
# Line 1733  fi Line 1812  fi
1812  fi  fi
1813    
1814  echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6  echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6
1815  test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.o"  test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
1816    
1817  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
1818  echo "configure:1740: checking return type of signal handlers" >&5  echo "configure:1819: checking return type of signal handlers" >&5
1819  if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
1820    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1821  else  else
1822    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1823  #line 1745 "configure"  #line 1824 "configure"
1824  #include "confdefs.h"  #include "confdefs.h"
1825  #include <sys/types.h>  #include <sys/types.h>
1826  #include <signal.h>  #include <signal.h>
# Line 1758  int main() { Line 1837  int main() {
1837  int i;  int i;
1838  ; return 0; }  ; return 0; }
1839  EOF  EOF
1840  if { (eval echo configure:1762: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:1841: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1841    rm -rf conftest*    rm -rf conftest*
1842    ac_cv_type_signal=void    ac_cv_type_signal=void
1843  else  else
# Line 1777  EOF Line 1856  EOF
1856    
1857    
1858  echo $ac_n "checking for wait3 that fills in rusage""... $ac_c" 1>&6  echo $ac_n "checking for wait3 that fills in rusage""... $ac_c" 1>&6
1859  echo "configure:1781: checking for wait3 that fills in rusage" >&5  echo "configure:1860: checking for wait3 that fills in rusage" >&5
1860  if eval "test \"`echo '$''{'ac_cv_func_wait3_rusage'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_wait3_rusage'+set}'`\" = set"; then
1861    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1862  else  else
# Line 1785  else Line 1864  else
1864    ac_cv_func_wait3_rusage=no    ac_cv_func_wait3_rusage=no
1865  else  else
1866    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1867  #line 1789 "configure"  #line 1868 "configure"
1868  #include "confdefs.h"  #include "confdefs.h"
1869  #include <sys/types.h>  #include <sys/types.h>
1870  #include <sys/time.h>  #include <sys/time.h>
# Line 1816  main() { Line 1895  main() {
1895    }    }
1896  }  }
1897  EOF  EOF
1898  if { (eval echo configure:1820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null  if { (eval echo configure:1899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1899  then  then
1900    ac_cv_func_wait3_rusage=yes    ac_cv_func_wait3_rusage=yes
1901  else  else
# Line 1841  fi Line 1920  fi
1920  for ac_func in gethostname mkdir select socket strtol  for ac_func in gethostname mkdir select socket strtol
1921  do  do
1922  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1923  echo "configure:1845: checking for $ac_func" >&5  echo "configure:1924: checking for $ac_func" >&5
1924  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1925    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1926  else  else
1927    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
1928  #line 1850 "configure"  #line 1929 "configure"
1929  #include "confdefs.h"  #include "confdefs.h"
1930  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
1931      which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
# Line 1869  $ac_func(); Line 1948  $ac_func();
1948    
1949  ; return 0; }  ; return 0; }
1950  EOF  EOF
1951  if { (eval echo configure:1873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then  if { (eval echo configure:1952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1952    rm -rf conftest*    rm -rf conftest*
1953    eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
1954  else  else
# Line 1919  EOF Line 1998  EOF
1998  # Ultrix sh set writes to stderr and can't be redirected directly,  # Ultrix sh set writes to stderr and can't be redirected directly,
1999  # 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.
2000  (set) 2>&1 |  (set) 2>&1 |
2001    case `(ac_space=' '; set) 2>&1` in    case `(ac_space=' '; set | grep ac_space) 2>&1` in
2002    *ac_space=\ *)    *ac_space=\ *)
2003      # `set' does not quote correctly, so add quotes (double-quote substitution      # `set' does not quote correctly, so add quotes (double-quote substitution
2004      # turns \\\\ into \\, and sed turns \\ into \).      # turns \\\\ into \\, and sed turns \\ into \).
# Line 1986  do Line 2065  do
2065      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"
2066      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 ;;
2067    -version | --version | --versio | --versi | --vers | --ver | --ve | --v)    -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2068      echo "$CONFIG_STATUS generated by autoconf version 2.12"      echo "$CONFIG_STATUS generated by autoconf version 2.13"
2069      exit 0 ;;      exit 0 ;;
2070    -help | --help | --hel | --he | --h)    -help | --help | --hel | --he | --h)
2071      echo "\$ac_cs_usage"; exit 0 ;;      echo "\$ac_cs_usage"; exit 0 ;;
# Line 1997  done Line 2076  done
2076  ac_given_srcdir=$srcdir  ac_given_srcdir=$srcdir
2077  ac_given_INSTALL="$INSTALL"  ac_given_INSTALL="$INSTALL"
2078    
2079  trap 'rm -fr `echo "makerule.mk Wnn/man/2.env/wnn/Makefile Wnn/pubdic/Makefile cWnn/uum/Makefile cWnn/man/6.jutil/Makefile cWnn/man/Makefile Wnn/man/4.cmd/Makefile kWnn/uum/Makefile cWnn/td/rk/Makefile cWnn/include/Makefile Wnn/jd/rk.vi/Makefile Wnn/jd/Makefile Makefile kWnn/include/Makefile Wnn/ld/Makefile Wnn/man/2.env/dic/Makefile Wnn/man/2.env/Makefile Wnn/man/3.libwnn/Makefile Wnn/man/6.jutil/Makefile Wnn/uum/Makefile cWnn/man/1.intro/Makefile cWnn/conv/Makefile Wnn/jd/rk/Makefile cWnn/td/Makefile Wnn/man/Makefile cWnn/td/rk_z/Makefile kWnn/conv/Makefile cWnn/man/4.cmd/Makefile cWnn/jlib/Makefile Wnn/include/Makefile Wnn/jutil/Makefile kWnn/jlib/Makefile cWnn/cd/rk_z/Makefile cWnn/Makefile cWnn/cdic/Makefile cWnn/man/2.env/Makefile Wnn/man/3.libwnn/js_lib/Makefile Wnn/man/3.libwnn/rk_lib/Makefile Contrib/dic/gerodic/Makefile kWnn/Makefile cWnn/jserver/Makefile kWnn/kdic/Makefile cWnn/tdic/Makefile Wnn/romkan/Makefile cWnn/cd/Makefile cWnn/jutil/Makefile cWnn/romkan/Makefile kWnn/jserver/Makefile Wnn/Makefile Wnn/man/3.libwnn/jl_lib/Makefile kWnn/romkan/Makefile kWnn/jutil/Makefile Pubdic/Makefile Wnn/conv/Makefile cWnn/cd/rk/Makefile cWnn/td/rk_p/Makefile Wnn/jlib.V3/Makefile kWnn/kd/Makefile Wnn/ld/rk/Makefile cWnn/etc/Makefile Wnn/jlib/Makefile Wnn/jserver/Makefile Wnn/wnncons/dic/Makefile cWnn/cd/rk_p/Makefile kWnn/kd/rk/Makefile Wnn/wnncons/Makefile Wnn/man/3.libwnn/misc_lib/Makefile kWnn/etc/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15  trap 'rm -fr `echo "makerule.mk Wnn/man/2.env/wnn/Makefile Wnn/pubdicplus/Makefile cWnn/uum/Makefile cWnn/man/6.jutil/Makefile cWnn/man/Makefile Wnn/man/4.cmd/Makefile kWnn/uum/Makefile cWnn/td/rk/Makefile cWnn/include/Makefile Wnn/jd/rk.vi/Makefile Wnn/jd/Makefile Makefile kWnn/include/Makefile Wnn/ld/Makefile Wnn/man/2.env/dic/Makefile Wnn/man/2.env/Makefile Wnn/man/3.libwnn/Makefile Wnn/man/6.jutil/Makefile Wnn/uum/Makefile cWnn/man/1.intro/Makefile cWnn/conv/Makefile Wnn/jd/rk/Makefile cWnn/td/Makefile Wnn/man/Makefile cWnn/td/rk_z/Makefile kWnn/conv/Makefile cWnn/man/4.cmd/Makefile cWnn/jlib/Makefile Wnn/include/Makefile Wnn/jutil/Makefile kWnn/jlib/Makefile cWnn/cd/rk_z/Makefile cWnn/Makefile cWnn/cdic/Makefile cWnn/man/2.env/Makefile Wnn/man/3.libwnn/js_lib/Makefile Wnn/man/3.libwnn/rk_lib/Makefile Contrib/dic/gerodic/Makefile kWnn/Makefile cWnn/jserver/Makefile kWnn/kdic/Makefile cWnn/tdic/Makefile Wnn/romkan/Makefile cWnn/cd/Makefile cWnn/jutil/Makefile cWnn/romkan/Makefile kWnn/jserver/Makefile Wnn/Makefile Wnn/man/3.libwnn/jl_lib/Makefile kWnn/romkan/Makefile kWnn/jutil/Makefile PubdicPlus/Makefile Wnn/conv/Makefile cWnn/cd/rk/Makefile cWnn/td/rk_p/Makefile Wnn/jlib.V3/Makefile kWnn/kd/Makefile Wnn/ld/rk/Makefile cWnn/etc/Makefile Wnn/jlib/Makefile Wnn/jserver/Makefile Wnn/wnncons/dic/Makefile cWnn/cd/rk_p/Makefile kWnn/kd/rk/Makefile Wnn/wnncons/Makefile Wnn/man/3.libwnn/misc_lib/Makefile kWnn/etc/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2080  EOF  EOF
2081  cat >> $CONFIG_STATUS <<EOF  cat >> $CONFIG_STATUS <<EOF
2082    
# Line 2006  /; s/%g\$/@g/; /@g Line 2085  /; s/%g\$/@g/; /@g
2085   s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF   s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2086  $ac_vpsub  $ac_vpsub
2087  $extrasub  $extrasub
2088    s%@SHELL@%$SHELL%g
2089  s%@CFLAGS@%$CFLAGS%g  s%@CFLAGS@%$CFLAGS%g
2090  s%@CPPFLAGS@%$CPPFLAGS%g  s%@CPPFLAGS@%$CPPFLAGS%g
2091  s%@CXXFLAGS@%$CXXFLAGS%g  s%@CXXFLAGS@%$CXXFLAGS%g
2092    s%@FFLAGS@%$FFLAGS%g
2093  s%@DEFS@%$DEFS%g  s%@DEFS@%$DEFS%g
2094  s%@LDFLAGS@%$LDFLAGS%g  s%@LDFLAGS@%$LDFLAGS%g
2095  s%@LIBS@%$LIBS%g  s%@LIBS@%$LIBS%g
# Line 2031  s%@abs_top_srcdir@%$abs_top_srcdir%g Line 2112  s%@abs_top_srcdir@%$abs_top_srcdir%g
2112  s%@CC@%$CC%g  s%@CC@%$CC%g
2113  s%@CPP@%$CPP%g  s%@CPP@%$CPP%g
2114  s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g  s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2115    s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
2116  s%@INSTALL_DATA@%$INSTALL_DATA%g  s%@INSTALL_DATA@%$INSTALL_DATA%g
2117  s%@LN_S@%$LN_S%g  s%@LN_S@%$LN_S%g
2118  s%@SET_MAKE@%$SET_MAKE%g  s%@SET_MAKE@%$SET_MAKE%g
# Line 2079  EOF Line 2161  EOF
2161    
2162  cat >> $CONFIG_STATUS <<EOF  cat >> $CONFIG_STATUS <<EOF
2163    
2164  CONFIG_FILES=\${CONFIG_FILES-"makerule.mk Wnn/man/2.env/wnn/Makefile Wnn/pubdic/Makefile cWnn/uum/Makefile cWnn/man/6.jutil/Makefile cWnn/man/Makefile Wnn/man/4.cmd/Makefile kWnn/uum/Makefile cWnn/td/rk/Makefile cWnn/include/Makefile Wnn/jd/rk.vi/Makefile Wnn/jd/Makefile Makefile kWnn/include/Makefile Wnn/ld/Makefile Wnn/man/2.env/dic/Makefile Wnn/man/2.env/Makefile Wnn/man/3.libwnn/Makefile Wnn/man/6.jutil/Makefile Wnn/uum/Makefile cWnn/man/1.intro/Makefile cWnn/conv/Makefile Wnn/jd/rk/Makefile cWnn/td/Makefile Wnn/man/Makefile cWnn/td/rk_z/Makefile kWnn/conv/Makefile cWnn/man/4.cmd/Makefile cWnn/jlib/Makefile Wnn/include/Makefile Wnn/jutil/Makefile kWnn/jlib/Makefile cWnn/cd/rk_z/Makefile cWnn/Makefile cWnn/cdic/Makefile cWnn/man/2.env/Makefile Wnn/man/3.libwnn/js_lib/Makefile Wnn/man/3.libwnn/rk_lib/Makefile Contrib/dic/gerodic/Makefile kWnn/Makefile cWnn/jserver/Makefile kWnn/kdic/Makefile cWnn/tdic/Makefile Wnn/romkan/Makefile cWnn/cd/Makefile cWnn/jutil/Makefile cWnn/romkan/Makefile kWnn/jserver/Makefile Wnn/Makefile Wnn/man/3.libwnn/jl_lib/Makefile kWnn/romkan/Makefile kWnn/jutil/Makefile Pubdic/Makefile Wnn/conv/Makefile cWnn/cd/rk/Makefile cWnn/td/rk_p/Makefile Wnn/jlib.V3/Makefile kWnn/kd/Makefile Wnn/ld/rk/Makefile cWnn/etc/Makefile Wnn/jlib/Makefile Wnn/jserver/Makefile Wnn/wnncons/dic/Makefile cWnn/cd/rk_p/Makefile kWnn/kd/rk/Makefile Wnn/wnncons/Makefile Wnn/man/3.libwnn/misc_lib/Makefile kWnn/etc/Makefile"}  CONFIG_FILES=\${CONFIG_FILES-"makerule.mk Wnn/man/2.env/wnn/Makefile Wnn/pubdicplus/Makefile cWnn/uum/Makefile cWnn/man/6.jutil/Makefile cWnn/man/Makefile Wnn/man/4.cmd/Makefile kWnn/uum/Makefile cWnn/td/rk/Makefile cWnn/include/Makefile Wnn/jd/rk.vi/Makefile Wnn/jd/Makefile Makefile kWnn/include/Makefile Wnn/ld/Makefile Wnn/man/2.env/dic/Makefile Wnn/man/2.env/Makefile Wnn/man/3.libwnn/Makefile Wnn/man/6.jutil/Makefile Wnn/uum/Makefile cWnn/man/1.intro/Makefile cWnn/conv/Makefile Wnn/jd/rk/Makefile cWnn/td/Makefile Wnn/man/Makefile cWnn/td/rk_z/Makefile kWnn/conv/Makefile cWnn/man/4.cmd/Makefile cWnn/jlib/Makefile Wnn/include/Makefile Wnn/jutil/Makefile kWnn/jlib/Makefile cWnn/cd/rk_z/Makefile cWnn/Makefile cWnn/cdic/Makefile cWnn/man/2.env/Makefile Wnn/man/3.libwnn/js_lib/Makefile Wnn/man/3.libwnn/rk_lib/Makefile Contrib/dic/gerodic/Makefile kWnn/Makefile cWnn/jserver/Makefile kWnn/kdic/Makefile cWnn/tdic/Makefile Wnn/romkan/Makefile cWnn/cd/Makefile cWnn/jutil/Makefile cWnn/romkan/Makefile kWnn/jserver/Makefile Wnn/Makefile Wnn/man/3.libwnn/jl_lib/Makefile kWnn/romkan/Makefile kWnn/jutil/Makefile PubdicPlus/Makefile Wnn/conv/Makefile cWnn/cd/rk/Makefile cWnn/td/rk_p/Makefile Wnn/jlib.V3/Makefile kWnn/kd/Makefile Wnn/ld/rk/Makefile cWnn/etc/Makefile Wnn/jlib/Makefile Wnn/jserver/Makefile Wnn/wnncons/dic/Makefile cWnn/cd/rk_p/Makefile kWnn/kd/rk/Makefile Wnn/wnncons/Makefile Wnn/man/3.libwnn/misc_lib/Makefile kWnn/etc/Makefile"}
2165  EOF  EOF
2166  cat >> $CONFIG_STATUS <<\EOF  cat >> $CONFIG_STATUS <<\EOF
2167  for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then  for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26