/[emacs]/emacs/configure
ViewVC logotype

Diff of /emacs/configure

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

revision 1.65 by gerd, Wed Oct 24 11:39:12 2001 UTC revision 1.66 by raeburn, Wed Oct 24 22:54:38 2001 UTC
# Line 9964  EOF Line 9964  EOF
9964    
9965  fi  fi
9966    
9967    # Do we need the Hesiod library to provide the support routines?
9968    if test "$with_hesiod" = yes ; then
9969      # Don't set $LIBS here -- see comments above.
9970      resolv=no
9971      echo "$as_me:9971: checking for res_send" >&5
9972    echo $ECHO_N "checking for res_send... $ECHO_C" >&6
9973    if test "${ac_cv_func_res_send+set}" = set; then
9974      echo $ECHO_N "(cached) $ECHO_C" >&6
9975    else
9976      cat >conftest.$ac_ext <<_ACEOF
9977    #line 9977 "configure"
9978    #include "confdefs.h"
9979    /* System header to define __stub macros and hopefully few prototypes,
9980        which can conflict with char res_send (); below.  */
9981    #include <assert.h>
9982    /* Override any gcc2 internal prototype to avoid an error.  */
9983    #ifdef __cplusplus
9984    extern "C"
9985    #endif
9986    /* We use char because int might match the return type of a gcc2
9987       builtin and then its argument prototype would still apply.  */
9988    char res_send ();
9989    char (*f) ();
9990    
9991    int
9992    main ()
9993    {
9994    /* The GNU C library defines this for functions which it implements
9995        to always fail with ENOSYS.  Some functions are actually named
9996        something starting with __ and the normal name is an alias.  */
9997    #if defined (__stub_res_send) || defined (__stub___res_send)
9998    choke me
9999    #else
10000    f = res_send;
10001    #endif
10002    
10003      ;
10004      return 0;
10005    }
10006    _ACEOF
10007    rm -f conftest.$ac_objext conftest$ac_exeext
10008    if { (eval echo "$as_me:10008: \"$ac_link\"") >&5
10009      (eval $ac_link) 2>&5
10010      ac_status=$?
10011      echo "$as_me:10011: \$? = $ac_status" >&5
10012      (exit $ac_status); } &&
10013             { ac_try='test -s conftest$ac_exeext'
10014      { (eval echo "$as_me:10014: \"$ac_try\"") >&5
10015      (eval $ac_try) 2>&5
10016      ac_status=$?
10017      echo "$as_me:10017: \$? = $ac_status" >&5
10018      (exit $ac_status); }; }; then
10019      ac_cv_func_res_send=yes
10020    else
10021      echo "$as_me: failed program was:" >&5
10022    cat conftest.$ac_ext >&5
10023    ac_cv_func_res_send=no
10024    fi
10025    rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10026    fi
10027    echo "$as_me:10027: result: $ac_cv_func_res_send" >&5
10028    echo "${ECHO_T}$ac_cv_func_res_send" >&6
10029    if test $ac_cv_func_res_send = yes; then
10030      :
10031    else
10032      echo "$as_me:10032: checking for __res_send" >&5
10033    echo $ECHO_N "checking for __res_send... $ECHO_C" >&6
10034    if test "${ac_cv_func___res_send+set}" = set; then
10035      echo $ECHO_N "(cached) $ECHO_C" >&6
10036    else
10037      cat >conftest.$ac_ext <<_ACEOF
10038    #line 10038 "configure"
10039    #include "confdefs.h"
10040    /* System header to define __stub macros and hopefully few prototypes,
10041        which can conflict with char __res_send (); below.  */
10042    #include <assert.h>
10043    /* Override any gcc2 internal prototype to avoid an error.  */
10044    #ifdef __cplusplus
10045    extern "C"
10046    #endif
10047    /* We use char because int might match the return type of a gcc2
10048       builtin and then its argument prototype would still apply.  */
10049    char __res_send ();
10050    char (*f) ();
10051    
10052    int
10053    main ()
10054    {
10055    /* The GNU C library defines this for functions which it implements
10056        to always fail with ENOSYS.  Some functions are actually named
10057        something starting with __ and the normal name is an alias.  */
10058    #if defined (__stub___res_send) || defined (__stub_____res_send)
10059    choke me
10060    #else
10061    f = __res_send;
10062    #endif
10063    
10064      ;
10065      return 0;
10066    }
10067    _ACEOF
10068    rm -f conftest.$ac_objext conftest$ac_exeext
10069    if { (eval echo "$as_me:10069: \"$ac_link\"") >&5
10070      (eval $ac_link) 2>&5
10071      ac_status=$?
10072      echo "$as_me:10072: \$? = $ac_status" >&5
10073      (exit $ac_status); } &&
10074             { ac_try='test -s conftest$ac_exeext'
10075      { (eval echo "$as_me:10075: \"$ac_try\"") >&5
10076      (eval $ac_try) 2>&5
10077      ac_status=$?
10078      echo "$as_me:10078: \$? = $ac_status" >&5
10079      (exit $ac_status); }; }; then
10080      ac_cv_func___res_send=yes
10081    else
10082      echo "$as_me: failed program was:" >&5
10083    cat conftest.$ac_ext >&5
10084    ac_cv_func___res_send=no
10085    fi
10086    rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10087    fi
10088    echo "$as_me:10088: result: $ac_cv_func___res_send" >&5
10089    echo "${ECHO_T}$ac_cv_func___res_send" >&6
10090    if test $ac_cv_func___res_send = yes; then
10091      :
10092    else
10093      echo "$as_me:10093: checking for res_send in -lresolv" >&5
10094    echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6
10095    if test "${ac_cv_lib_resolv_res_send+set}" = set; then
10096      echo $ECHO_N "(cached) $ECHO_C" >&6
10097    else
10098      ac_check_lib_save_LIBS=$LIBS
10099    LIBS="-lresolv  $LIBS"
10100    cat >conftest.$ac_ext <<_ACEOF
10101    #line 10101 "configure"
10102    #include "confdefs.h"
10103    
10104    /* Override any gcc2 internal prototype to avoid an error.  */
10105    #ifdef __cplusplus
10106    extern "C"
10107    #endif
10108    /* We use char because int might match the return type of a gcc2
10109       builtin and then its argument prototype would still apply.  */
10110    char res_send ();
10111    int
10112    main ()
10113    {
10114    res_send ();
10115      ;
10116      return 0;
10117    }
10118    _ACEOF
10119    rm -f conftest.$ac_objext conftest$ac_exeext
10120    if { (eval echo "$as_me:10120: \"$ac_link\"") >&5
10121      (eval $ac_link) 2>&5
10122      ac_status=$?
10123      echo "$as_me:10123: \$? = $ac_status" >&5
10124      (exit $ac_status); } &&
10125             { ac_try='test -s conftest$ac_exeext'
10126      { (eval echo "$as_me:10126: \"$ac_try\"") >&5
10127      (eval $ac_try) 2>&5
10128      ac_status=$?
10129      echo "$as_me:10129: \$? = $ac_status" >&5
10130      (exit $ac_status); }; }; then
10131      ac_cv_lib_resolv_res_send=yes
10132    else
10133      echo "$as_me: failed program was:" >&5
10134    cat conftest.$ac_ext >&5
10135    ac_cv_lib_resolv_res_send=no
10136    fi
10137    rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10138    LIBS=$ac_check_lib_save_LIBS
10139    fi
10140    echo "$as_me:10140: result: $ac_cv_lib_resolv_res_send" >&5
10141    echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6
10142    if test $ac_cv_lib_resolv_res_send = yes; then
10143      resolv=yes
10144    else
10145      echo "$as_me:10145: checking for __res_send in -lresolv" >&5
10146    echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6
10147    if test "${ac_cv_lib_resolv___res_send+set}" = set; then
10148      echo $ECHO_N "(cached) $ECHO_C" >&6
10149    else
10150      ac_check_lib_save_LIBS=$LIBS
10151    LIBS="-lresolv  $LIBS"
10152    cat >conftest.$ac_ext <<_ACEOF
10153    #line 10153 "configure"
10154    #include "confdefs.h"
10155    
10156    /* Override any gcc2 internal prototype to avoid an error.  */
10157    #ifdef __cplusplus
10158    extern "C"
10159    #endif
10160    /* We use char because int might match the return type of a gcc2
10161       builtin and then its argument prototype would still apply.  */
10162    char __res_send ();
10163    int
10164    main ()
10165    {
10166    __res_send ();
10167      ;
10168      return 0;
10169    }
10170    _ACEOF
10171    rm -f conftest.$ac_objext conftest$ac_exeext
10172    if { (eval echo "$as_me:10172: \"$ac_link\"") >&5
10173      (eval $ac_link) 2>&5
10174      ac_status=$?
10175      echo "$as_me:10175: \$? = $ac_status" >&5
10176      (exit $ac_status); } &&
10177             { ac_try='test -s conftest$ac_exeext'
10178      { (eval echo "$as_me:10178: \"$ac_try\"") >&5
10179      (eval $ac_try) 2>&5
10180      ac_status=$?
10181      echo "$as_me:10181: \$? = $ac_status" >&5
10182      (exit $ac_status); }; }; then
10183      ac_cv_lib_resolv___res_send=yes
10184    else
10185      echo "$as_me: failed program was:" >&5
10186    cat conftest.$ac_ext >&5
10187    ac_cv_lib_resolv___res_send=no
10188    fi
10189    rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10190    LIBS=$ac_check_lib_save_LIBS
10191    fi
10192    echo "$as_me:10192: result: $ac_cv_lib_resolv___res_send" >&5
10193    echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6
10194    if test $ac_cv_lib_resolv___res_send = yes; then
10195      resolv=yes
10196    fi
10197    
10198    fi
10199    
10200    fi
10201    
10202    fi
10203    
10204      if test "$resolv" = yes ; then
10205        RESOLVLIB=-lresolv
10206        cat >>confdefs.h <<\EOF
10207    #define HAVE_LIBRESOLV 1
10208    EOF
10209    
10210      else
10211        RESOLVLIB=
10212      fi
10213      echo "$as_me:10213: checking for hes_getmailhost" >&5
10214    echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6
10215    if test "${ac_cv_func_hes_getmailhost+set}" = set; then
10216      echo $ECHO_N "(cached) $ECHO_C" >&6
10217    else
10218      cat >conftest.$ac_ext <<_ACEOF
10219    #line 10219 "configure"
10220    #include "confdefs.h"
10221    /* System header to define __stub macros and hopefully few prototypes,
10222        which can conflict with char hes_getmailhost (); below.  */
10223    #include <assert.h>
10224    /* Override any gcc2 internal prototype to avoid an error.  */
10225    #ifdef __cplusplus
10226    extern "C"
10227    #endif
10228    /* We use char because int might match the return type of a gcc2
10229       builtin and then its argument prototype would still apply.  */
10230    char hes_getmailhost ();
10231    char (*f) ();
10232    
10233    int
10234    main ()
10235    {
10236    /* The GNU C library defines this for functions which it implements
10237        to always fail with ENOSYS.  Some functions are actually named
10238        something starting with __ and the normal name is an alias.  */
10239    #if defined (__stub_hes_getmailhost) || defined (__stub___hes_getmailhost)
10240    choke me
10241    #else
10242    f = hes_getmailhost;
10243    #endif
10244    
10245      ;
10246      return 0;
10247    }
10248    _ACEOF
10249    rm -f conftest.$ac_objext conftest$ac_exeext
10250    if { (eval echo "$as_me:10250: \"$ac_link\"") >&5
10251      (eval $ac_link) 2>&5
10252      ac_status=$?
10253      echo "$as_me:10253: \$? = $ac_status" >&5
10254      (exit $ac_status); } &&
10255             { ac_try='test -s conftest$ac_exeext'
10256      { (eval echo "$as_me:10256: \"$ac_try\"") >&5
10257      (eval $ac_try) 2>&5
10258      ac_status=$?
10259      echo "$as_me:10259: \$? = $ac_status" >&5
10260      (exit $ac_status); }; }; then
10261      ac_cv_func_hes_getmailhost=yes
10262    else
10263      echo "$as_me: failed program was:" >&5
10264    cat conftest.$ac_ext >&5
10265    ac_cv_func_hes_getmailhost=no
10266    fi
10267    rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10268    fi
10269    echo "$as_me:10269: result: $ac_cv_func_hes_getmailhost" >&5
10270    echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6
10271    if test $ac_cv_func_hes_getmailhost = yes; then
10272      :
10273    else
10274      echo "$as_me:10274: checking for hes_getmailhost in -lhesiod" >&5
10275    echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6
10276    if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then
10277      echo $ECHO_N "(cached) $ECHO_C" >&6
10278    else
10279      ac_check_lib_save_LIBS=$LIBS
10280    LIBS="-lhesiod $RESOLVLIB $LIBS"
10281    cat >conftest.$ac_ext <<_ACEOF
10282    #line 10282 "configure"
10283    #include "confdefs.h"
10284    
10285    /* Override any gcc2 internal prototype to avoid an error.  */
10286    #ifdef __cplusplus
10287    extern "C"
10288    #endif
10289    /* We use char because int might match the return type of a gcc2
10290       builtin and then its argument prototype would still apply.  */
10291    char hes_getmailhost ();
10292    int
10293    main ()
10294    {
10295    hes_getmailhost ();
10296      ;
10297      return 0;
10298    }
10299    _ACEOF
10300    rm -f conftest.$ac_objext conftest$ac_exeext
10301    if { (eval echo "$as_me:10301: \"$ac_link\"") >&5
10302      (eval $ac_link) 2>&5
10303      ac_status=$?
10304      echo "$as_me:10304: \$? = $ac_status" >&5
10305      (exit $ac_status); } &&
10306             { ac_try='test -s conftest$ac_exeext'
10307      { (eval echo "$as_me:10307: \"$ac_try\"") >&5
10308      (eval $ac_try) 2>&5
10309      ac_status=$?
10310      echo "$as_me:10310: \$? = $ac_status" >&5
10311      (exit $ac_status); }; }; then
10312      ac_cv_lib_hesiod_hes_getmailhost=yes
10313    else
10314      echo "$as_me: failed program was:" >&5
10315    cat conftest.$ac_ext >&5
10316    ac_cv_lib_hesiod_hes_getmailhost=no
10317    fi
10318    rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10319    LIBS=$ac_check_lib_save_LIBS
10320    fi
10321    echo "$as_me:10321: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
10322    echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6
10323    if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then
10324      cat >>confdefs.h <<\EOF
10325    #define HAVE_LIBHESIOD 1
10326    EOF
10327    
10328    else
10329      :
10330    fi
10331    
10332    fi
10333    
10334    fi
10335    
10336  # These tell us which Kerberos-related libraries to use.  # These tell us which Kerberos-related libraries to use.
10337  if test "${with_kerberos+set}" = set; then  if test "${with_kerberos+set}" = set; then
10338    
10339  echo "$as_me:9970: checking for com_err in -lcom_err" >&5  echo "$as_me:10339: checking for com_err in -lcom_err" >&5
10340  echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6  echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6
10341  if test "${ac_cv_lib_com_err_com_err+set}" = set; then  if test "${ac_cv_lib_com_err_com_err+set}" = set; then
10342    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 9975  else Line 10344  else
10344    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
10345  LIBS="-lcom_err  $LIBS"  LIBS="-lcom_err  $LIBS"
10346  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10347  #line 9978 "configure"  #line 10347 "configure"
10348  #include "confdefs.h"  #include "confdefs.h"
10349    
10350  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
# Line 9994  com_err (); Line 10363  com_err ();
10363  }  }
10364  _ACEOF  _ACEOF
10365  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
10366  if { (eval echo "$as_me:9997: \"$ac_link\"") >&5  if { (eval echo "$as_me:10366: \"$ac_link\"") >&5
10367    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
10368    ac_status=$?    ac_status=$?
10369    echo "$as_me:10000: \$? = $ac_status" >&5    echo "$as_me:10369: \$? = $ac_status" >&5
10370    (exit $ac_status); } &&    (exit $ac_status); } &&
10371           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
10372    { (eval echo "$as_me:10003: \"$ac_try\"") >&5    { (eval echo "$as_me:10372: \"$ac_try\"") >&5
10373    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10374    ac_status=$?    ac_status=$?
10375    echo "$as_me:10006: \$? = $ac_status" >&5    echo "$as_me:10375: \$? = $ac_status" >&5
10376    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
10377    ac_cv_lib_com_err_com_err=yes    ac_cv_lib_com_err_com_err=yes
10378  else  else
# Line 10014  fi Line 10383  fi
10383  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10384  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
10385  fi  fi
10386  echo "$as_me:10017: result: $ac_cv_lib_com_err_com_err" >&5  echo "$as_me:10386: result: $ac_cv_lib_com_err_com_err" >&5
10387  echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6  echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6
10388  if test $ac_cv_lib_com_err_com_err = yes; then  if test $ac_cv_lib_com_err_com_err = yes; then
10389    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10025  EOF Line 10394  EOF
10394    
10395  fi  fi
10396    
10397  echo "$as_me:10028: checking for mit_des_cbc_encrypt in -lk5crypto" >&5  echo "$as_me:10397: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
10398  echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6  echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6
10399  if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then  if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then
10400    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 10033  else Line 10402  else
10402    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
10403  LIBS="-lk5crypto  $LIBS"  LIBS="-lk5crypto  $LIBS"
10404  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10405  #line 10036 "configure"  #line 10405 "configure"
10406  #include "confdefs.h"  #include "confdefs.h"
10407    
10408  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
# Line 10052  mit_des_cbc_encrypt (); Line 10421  mit_des_cbc_encrypt ();
10421  }  }
10422  _ACEOF  _ACEOF
10423  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
10424  if { (eval echo "$as_me:10055: \"$ac_link\"") >&5  if { (eval echo "$as_me:10424: \"$ac_link\"") >&5
10425    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
10426    ac_status=$?    ac_status=$?
10427    echo "$as_me:10058: \$? = $ac_status" >&5    echo "$as_me:10427: \$? = $ac_status" >&5
10428    (exit $ac_status); } &&    (exit $ac_status); } &&
10429           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
10430    { (eval echo "$as_me:10061: \"$ac_try\"") >&5    { (eval echo "$as_me:10430: \"$ac_try\"") >&5
10431    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10432    ac_status=$?    ac_status=$?
10433    echo "$as_me:10064: \$? = $ac_status" >&5    echo "$as_me:10433: \$? = $ac_status" >&5
10434    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
10435    ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes    ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
10436  else  else
# Line 10072  fi Line 10441  fi
10441  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10442  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
10443  fi  fi
10444  echo "$as_me:10075: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5  echo "$as_me:10444: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
10445  echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6  echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6
10446  if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then  if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then
10447    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10083  EOF Line 10452  EOF
10452    
10453  fi  fi
10454    
10455  echo "$as_me:10086: checking for mit_des_cbc_encrypt in -lcrypto" >&5  echo "$as_me:10455: checking for mit_des_cbc_encrypt in -lcrypto" >&5
10456  echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6  echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6
10457  if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then  if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then
10458    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 10091  else Line 10460  else
10460    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
10461  LIBS="-lcrypto  $LIBS"  LIBS="-lcrypto  $LIBS"
10462  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10463  #line 10094 "configure"  #line 10463 "configure"
10464  #include "confdefs.h"  #include "confdefs.h"
10465    
10466  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
# Line 10110  mit_des_cbc_encrypt (); Line 10479  mit_des_cbc_encrypt ();
10479  }  }
10480  _ACEOF  _ACEOF
10481  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
10482  if { (eval echo "$as_me:10113: \"$ac_link\"") >&5  if { (eval echo "$as_me:10482: \"$ac_link\"") >&5
10483    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
10484    ac_status=$?    ac_status=$?
10485    echo "$as_me:10116: \$? = $ac_status" >&5    echo "$as_me:10485: \$? = $ac_status" >&5
10486    (exit $ac_status); } &&    (exit $ac_status); } &&
10487           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
10488    { (eval echo "$as_me:10119: \"$ac_try\"") >&5    { (eval echo "$as_me:10488: \"$ac_try\"") >&5
10489    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10490    ac_status=$?    ac_status=$?
10491    echo "$as_me:10122: \$? = $ac_status" >&5    echo "$as_me:10491: \$? = $ac_status" >&5
10492    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
10493    ac_cv_lib_crypto_mit_des_cbc_encrypt=yes    ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
10494  else  else
# Line 10130  fi Line 10499  fi
10499  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10500  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
10501  fi  fi
10502  echo "$as_me:10133: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5  echo "$as_me:10502: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
10503  echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6  echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6
10504  if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then  if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then
10505    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10141  EOF Line 10510  EOF
10510    
10511  fi  fi
10512    
10513  echo "$as_me:10144: checking for krb5_init_context in -lkrb5" >&5  echo "$as_me:10513: checking for krb5_init_context in -lkrb5" >&5
10514  echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6  echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6
10515  if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then  if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
10516    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 10149  else Line 10518  else
10518    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
10519  LIBS="-lkrb5  $LIBS"  LIBS="-lkrb5  $LIBS"
10520  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10521  #line 10152 "configure"  #line 10521 "configure"
10522  #include "confdefs.h"  #include "confdefs.h"
10523    
10524  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
# Line 10168  krb5_init_context (); Line 10537  krb5_init_context ();
10537  }  }
10538  _ACEOF  _ACEOF
10539  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
10540  if { (eval echo "$as_me:10171: \"$ac_link\"") >&5  if { (eval echo "$as_me:10540: \"$ac_link\"") >&5
10541    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
10542    ac_status=$?    ac_status=$?
10543    echo "$as_me:10174: \$? = $ac_status" >&5    echo "$as_me:10543: \$? = $ac_status" >&5
10544    (exit $ac_status); } &&    (exit $ac_status); } &&
10545           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
10546    { (eval echo "$as_me:10177: \"$ac_try\"") >&5    { (eval echo "$as_me:10546: \"$ac_try\"") >&5
10547    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10548    ac_status=$?    ac_status=$?
10549    echo "$as_me:10180: \$? = $ac_status" >&5    echo "$as_me:10549: \$? = $ac_status" >&5
10550    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
10551    ac_cv_lib_krb5_krb5_init_context=yes    ac_cv_lib_krb5_krb5_init_context=yes
10552  else  else
# Line 10188  fi Line 10557  fi
10557  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10558  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
10559  fi  fi
10560  echo "$as_me:10191: result: $ac_cv_lib_krb5_krb5_init_context" >&5  echo "$as_me:10560: result: $ac_cv_lib_krb5_krb5_init_context" >&5
10561  echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6  echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6
10562  if test $ac_cv_lib_krb5_krb5_init_context = yes; then  if test $ac_cv_lib_krb5_krb5_init_context = yes; then
10563    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10201  fi Line 10570  fi
10570    
10571    if test "${with_kerberos5+set}" != set; then    if test "${with_kerberos5+set}" != set; then
10572    
10573  echo "$as_me:10204: checking for des_cbc_encrypt in -ldes425" >&5  echo "$as_me:10573: checking for des_cbc_encrypt in -ldes425" >&5
10574  echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6  echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6
10575  if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then  if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
10576    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 10209  else Line 10578  else
10578    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
10579  LIBS="-ldes425  $LIBS"  LIBS="-ldes425  $LIBS"
10580  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10581  #line 10212 "configure"  #line 10581 "configure"
10582  #include "confdefs.h"  #include "confdefs.h"
10583    
10584  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
# Line 10228  des_cbc_encrypt (); Line 10597  des_cbc_encrypt ();
10597  }  }
10598  _ACEOF  _ACEOF
10599  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
10600  if { (eval echo "$as_me:10231: \"$ac_link\"") >&5  if { (eval echo "$as_me:10600: \"$ac_link\"") >&5
10601    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
10602    ac_status=$?    ac_status=$?
10603    echo "$as_me:10234: \$? = $ac_status" >&5    echo "$as_me:10603: \$? = $ac_status" >&5
10604    (exit $ac_status); } &&    (exit $ac_status); } &&
10605           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
10606    { (eval echo "$as_me:10237: \"$ac_try\"") >&5    { (eval echo "$as_me:10606: \"$ac_try\"") >&5
10607    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10608    ac_status=$?    ac_status=$?
10609    echo "$as_me:10240: \$? = $ac_status" >&5    echo "$as_me:10609: \$? = $ac_status" >&5
10610    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
10611    ac_cv_lib_des425_des_cbc_encrypt=yes    ac_cv_lib_des425_des_cbc_encrypt=yes
10612  else  else
# Line 10248  fi Line 10617  fi
10617  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10618  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
10619  fi  fi
10620  echo "$as_me:10251: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5  echo "$as_me:10620: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
10621  echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6  echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6
10622  if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then  if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
10623    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10259  EOF Line 10628  EOF
10628    
10629  else  else
10630    
10631  echo "$as_me:10262: checking for des_cbc_encrypt in -ldes" >&5  echo "$as_me:10631: checking for des_cbc_encrypt in -ldes" >&5
10632  echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6  echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6
10633  if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then  if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then
10634    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 10267  else Line 10636  else
10636    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
10637  LIBS="-ldes  $LIBS"  LIBS="-ldes  $LIBS"
10638  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10639  #line 10270 "configure"  #line 10639 "configure"
10640  #include "confdefs.h"  #include "confdefs.h"
10641    
10642  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
# Line 10286  des_cbc_encrypt (); Line 10655  des_cbc_encrypt ();
10655  }  }
10656  _ACEOF  _ACEOF
10657  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
10658  if { (eval echo "$as_me:10289: \"$ac_link\"") >&5  if { (eval echo "$as_me:10658: \"$ac_link\"") >&5
10659    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
10660    ac_status=$?    ac_status=$?
10661    echo "$as_me:10292: \$? = $ac_status" >&5    echo "$as_me:10661: \$? = $ac_status" >&5
10662    (exit $ac_status); } &&    (exit $ac_status); } &&
10663           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
10664    { (eval echo "$as_me:10295: \"$ac_try\"") >&5    { (eval echo "$as_me:10664: \"$ac_try\"") >&5
10665    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10666    ac_status=$?    ac_status=$?
10667    echo "$as_me:10298: \$? = $ac_status" >&5    echo "$as_me:10667: \$? = $ac_status" >&5
10668    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
10669    ac_cv_lib_des_des_cbc_encrypt=yes    ac_cv_lib_des_des_cbc_encrypt=yes
10670  else  else
# Line 10306  fi Line 10675  fi
10675  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10676  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
10677  fi  fi
10678  echo "$as_me:10309: result: $ac_cv_lib_des_des_cbc_encrypt" >&5  echo "$as_me:10678: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
10679  echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6  echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6
10680  if test $ac_cv_lib_des_des_cbc_encrypt = yes; then  if test $ac_cv_lib_des_des_cbc_encrypt = yes; then
10681    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10319  fi Line 10688  fi
10688    
10689  fi  fi
10690    
10691  echo "$as_me:10322: checking for krb_get_cred in -lkrb4" >&5  echo "$as_me:10691: checking for krb_get_cred in -lkrb4" >&5
10692  echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6  echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6
10693  if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then  if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then
10694    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 10327  else Line 10696  else
10696    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
10697  LIBS="-lkrb4  $LIBS"  LIBS="-lkrb4  $LIBS"
10698  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10699  #line 10330 "configure"  #line 10699 "configure"
10700  #include "confdefs.h"  #include "confdefs.h"
10701    
10702  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
# Line 10346  krb_get_cred (); Line 10715  krb_get_cred ();
10715  }  }
10716  _ACEOF  _ACEOF
10717  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
10718  if { (eval echo "$as_me:10349: \"$ac_link\"") >&5  if { (eval echo "$as_me:10718: \"$ac_link\"") >&5
10719    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
10720    ac_status=$?    ac_status=$?
10721    echo "$as_me:10352: \$? = $ac_status" >&5    echo "$as_me:10721: \$? = $ac_status" >&5
10722    (exit $ac_status); } &&    (exit $ac_status); } &&
10723           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
10724    { (eval echo "$as_me:10355: \"$ac_try\"") >&5    { (eval echo "$as_me:10724: \"$ac_try\"") >&5
10725    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10726    ac_status=$?    ac_status=$?
10727    echo "$as_me:10358: \$? = $ac_status" >&5    echo "$as_me:10727: \$? = $ac_status" >&5
10728    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
10729    ac_cv_lib_krb4_krb_get_cred=yes    ac_cv_lib_krb4_krb_get_cred=yes
10730  else  else
# Line 10366  fi Line 10735  fi
10735  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10736  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
10737  fi  fi
10738  echo "$as_me:10369: result: $ac_cv_lib_krb4_krb_get_cred" >&5  echo "$as_me:10738: result: $ac_cv_lib_krb4_krb_get_cred" >&5
10739  echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6  echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6
10740  if test $ac_cv_lib_krb4_krb_get_cred = yes; then  if test $ac_cv_lib_krb4_krb_get_cred = yes; then
10741    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10377  EOF Line 10746  EOF
10746    
10747  else  else
10748    
10749  echo "$as_me:10380: checking for krb_get_cred in -lkrb" >&5  echo "$as_me:10749: checking for krb_get_cred in -lkrb" >&5
10750  echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6  echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6
10751  if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then  if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then
10752    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 10385  else Line 10754  else
10754    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
10755  LIBS="-lkrb  $LIBS"  LIBS="-lkrb  $LIBS"
10756  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
10757  #line 10388 "configure"  #line 10757 "configure"
10758  #include "confdefs.h"  #include "confdefs.h"
10759    
10760  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
# Line 10404  krb_get_cred (); Line 10773  krb_get_cred ();
10773  }  }
10774  _ACEOF  _ACEOF
10775  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
10776  if { (eval echo "$as_me:10407: \"$ac_link\"") >&5  if { (eval echo "$as_me:10776: \"$ac_link\"") >&5
10777    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
10778    ac_status=$?    ac_status=$?
10779    echo "$as_me:10410: \$? = $ac_status" >&5    echo "$as_me:10779: \$? = $ac_status" >&5
10780    (exit $ac_status); } &&    (exit $ac_status); } &&
10781           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
10782    { (eval echo "$as_me:10413: \"$ac_try\"") >&5    { (eval echo "$as_me:10782: \"$ac_try\"") >&5
10783    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
10784    ac_status=$?    ac_status=$?
10785    echo "$as_me:10416: \$? = $ac_status" >&5    echo "$as_me:10785: \$? = $ac_status" >&5
10786    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
10787    ac_cv_lib_krb_krb_get_cred=yes    ac_cv_lib_krb_krb_get_cred=yes
10788  else  else
# Line 10424  fi Line 10793  fi
10793  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10794  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
10795  fi  fi
10796  echo "$as_me:10427: result: $ac_cv_lib_krb_krb_get_cred" >&5  echo "$as_me:10796: result: $ac_cv_lib_krb_krb_get_cred" >&5
10797  echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6  echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6
10798  if test $ac_cv_lib_krb_krb_get_cred = yes; then  if test $ac_cv_lib_krb_krb_get_cred = yes; then
10799    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10444  fi Line 10813  fi
10813  for ac_header in krb5.h  for ac_header in krb5.h
10814  do  do
10815  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10816  echo "$as_me:10447: checking for $ac_header" >&5  echo "$as_me:10816: checking for $ac_header" >&5
10817  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10818  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
10819    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
10820  else  else
10821    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
10822  #line 10453 "configure"  #line 10822 "configure"
10823  #include "confdefs.h"  #include "confdefs.h"
10824  #include <$ac_header>  #include <$ac_header>
10825  _ACEOF  _ACEOF
10826  if { (eval echo "$as_me:10457: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:10826: \"$ac_cpp conftest.$ac_ext\"") >&5
10827    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10828    ac_status=$?    ac_status=$?
10829    egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
10830    rm -f conftest.er1    rm -f conftest.er1
10831    cat conftest.err >&5    cat conftest.err >&5
10832    echo "$as_me:10463: \$? = $ac_status" >&5    echo "$as_me:10832: \$? = $ac_status" >&5
10833    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
10834    if test -s conftest.err; then    if test -s conftest.err; then
10835      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
# Line 10479  else Line 10848  else
10848  fi  fi
10849  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
10850  fi  fi
10851  echo "$as_me:10482: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:10851: result: `eval echo '${'$as_ac_Header'}'`" >&5
10852  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10853  if test `eval echo '${'$as_ac_Header'}'` = yes; then  if test `eval echo '${'$as_ac_Header'}'` = yes; then
10854    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10494  done Line 10863  done
10863  for ac_header in des.h  for ac_header in des.h
10864  do  do
10865  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10866  echo "$as_me:10497: checking for $ac_header" >&5  echo "$as_me:10866: checking for $ac_header" >&5
10867  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10868  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
10869    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
10870  else  else
10871    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
10872  #line 10503 "configure"  #line 10872 "configure"
10873  #include "confdefs.h"  #include "confdefs.h"
10874  #include <$ac_header>  #include <$ac_header>
10875  _ACEOF  _ACEOF
10876  if { (eval echo "$as_me:10507: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:10876: \"$ac_cpp conftest.$ac_ext\"") >&5
10877    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10878    ac_status=$?    ac_status=$?
10879    egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
10880    rm -f conftest.er1    rm -f conftest.er1
10881    cat conftest.err >&5    cat conftest.err >&5
10882    echo "$as_me:10513: \$? = $ac_status" >&5    echo "$as_me:10882: \$? = $ac_status" >&5
10883    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
10884    if test -s conftest.err; then    if test -s conftest.err; then
10885      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
# Line 10529  else Line 10898  else
10898  fi  fi
10899  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
10900  fi  fi
10901  echo "$as_me:10532: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:10901: result: `eval echo '${'$as_ac_Header'}'`" >&5
10902  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10903  if test `eval echo '${'$as_ac_Header'}'` = yes; then  if test `eval echo '${'$as_ac_Header'}'` = yes; then
10904    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10541  else Line 10910  else
10910  for ac_header in kerberosIV/des.h  for ac_header in kerberosIV/des.h
10911  do  do
10912  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10913  echo "$as_me:10544: checking for $ac_header" >&5  echo "$as_me:10913: checking for $ac_header" >&5
10914  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10915  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
10916    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
10917  else  else
10918    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
10919  #line 10550 "configure"  #line 10919 "configure"
10920  #include "confdefs.h"  #include "confdefs.h"
10921  #include <$ac_header>  #include <$ac_header>
10922  _ACEOF  _ACEOF
10923  if { (eval echo "$as_me:10554: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:10923: \"$ac_cpp conftest.$ac_ext\"") >&5
10924    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10925    ac_status=$?    ac_status=$?
10926    egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
10927    rm -f conftest.er1    rm -f conftest.er1
10928    cat conftest.err >&5    cat conftest.err >&5
10929    echo "$as_me:10560: \$? = $ac_status" >&5    echo "$as_me:10929: \$? = $ac_status" >&5
10930    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
10931    if test -s conftest.err; then    if test -s conftest.err; then
10932      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
# Line 10576  else Line 10945  else
10945  fi  fi
10946  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
10947  fi  fi
10948  echo "$as_me:10579: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:10948: result: `eval echo '${'$as_ac_Header'}'`" >&5
10949  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10950  if test `eval echo '${'$as_ac_Header'}'` = yes; then  if test `eval echo '${'$as_ac_Header'}'` = yes; then
10951    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10588  else Line 10957  else
10957  for ac_header in kerberos/des.h  for ac_header in kerberos/des.h
10958  do  do
10959  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10960  echo "$as_me:10591: checking for $ac_header" >&5  echo "$as_me:10960: checking for $ac_header" >&5
10961  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10962  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
10963    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
10964  else  else
10965    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
10966  #line 10597 "configure"  #line 10966 "configure"
10967  #include "confdefs.h"  #include "confdefs.h"
10968  #include <$ac_header>  #include <$ac_header>
10969  _ACEOF  _ACEOF
10970  if { (eval echo "$as_me:10601: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:10970: \"$ac_cpp conftest.$ac_ext\"") >&5
10971    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10972    ac_status=$?    ac_status=$?
10973    egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
10974    rm -f conftest.er1    rm -f conftest.er1
10975    cat conftest.err >&5    cat conftest.err >&5
10976    echo "$as_me:10607: \$? = $ac_status" >&5    echo "$as_me:10976: \$? = $ac_status" >&5
10977    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
10978    if test -s conftest.err; then    if test -s conftest.err; then
10979      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
# Line 10623  else Line 10992  else
10992  fi  fi
10993  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
10994  fi  fi
10995  echo "$as_me:10626: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:10995: result: `eval echo '${'$as_ac_Header'}'`" >&5
10996  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10997  if test `eval echo '${'$as_ac_Header'}'` = yes; then  if test `eval echo '${'$as_ac_Header'}'` = yes; then
10998    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10642  done Line 11011  done
11011  for ac_header in krb.h  for ac_header in krb.h
11012  do  do
11013  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11014  echo "$as_me:10645: checking for $ac_header" >&5  echo "$as_me:11014: checking for $ac_header" >&5
11015  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11016  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
11017    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11018  else  else
11019    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11020  #line 10651 "configure"  #line 11020 "configure"
11021  #include "confdefs.h"  #include "confdefs.h"
11022  #include <$ac_header>  #include <$ac_header>
11023  _ACEOF  _ACEOF
11024  if { (eval echo "$as_me:10655: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:11024: \"$ac_cpp conftest.$ac_ext\"") >&5
11025    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11026    ac_status=$?    ac_status=$?
11027    egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
11028    rm -f conftest.er1    rm -f conftest.er1
11029    cat conftest.err >&5    cat conftest.err >&5
11030    echo "$as_me:10661: \$? = $ac_status" >&5    echo "$as_me:11030: \$? = $ac_status" >&5
11031    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
11032    if test -s conftest.err; then    if test -s conftest.err; then
11033      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
# Line 10677  else Line 11046  else
11046  fi  fi
11047  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
11048  fi  fi
11049  echo "$as_me:10680: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:11049: result: `eval echo '${'$as_ac_Header'}'`" >&5
11050  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11051  if test `eval echo '${'$as_ac_Header'}'` = yes; then  if test `eval echo '${'$as_ac_Header'}'` = yes; then
11052    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10689  else Line 11058  else
11058  for ac_header in kerberosIV/krb.h  for ac_header in kerberosIV/krb.h
11059  do  do
11060  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11061  echo "$as_me:10692: checking for $ac_header" >&5  echo "$as_me:11061: checking for $ac_header" >&5
11062  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11063  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
11064    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11065  else  else
11066    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11067  #line 10698 "configure"  #line 11067 "configure"
11068  #include "confdefs.h"  #include "confdefs.h"
11069  #include <$ac_header>  #include <$ac_header>
11070  _ACEOF  _ACEOF
11071  if { (eval echo "$as_me:10702: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:11071: \"$ac_cpp conftest.$ac_ext\"") >&5
11072    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11073    ac_status=$?    ac_status=$?
11074    egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
11075    rm -f conftest.er1    rm -f conftest.er1
11076    cat conftest.err >&5    cat conftest.err >&5
11077    echo "$as_me:10708: \$? = $ac_status" >&5    echo "$as_me:11077: \$? = $ac_status" >&5
11078    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
11079    if test -s conftest.err; then    if test -s conftest.err; then
11080      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
# Line 10724  else Line 11093  else
11093  fi  fi
11094  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
11095  fi  fi
11096  echo "$as_me:10727: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:11096: result: `eval echo '${'$as_ac_Header'}'`" >&5
11097  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11098  if test `eval echo '${'$as_ac_Header'}'` = yes; then  if test `eval echo '${'$as_ac_Header'}'` = yes; then
11099    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10736  else Line 11105  else
11105  for ac_header in kerberos/krb.h  for ac_header in kerberos/krb.h
11106  do  do
11107  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11108  echo "$as_me:10739: checking for $ac_header" >&5  echo "$as_me:11108: checking for $ac_header" >&5
11109  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11110  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
11111    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11112  else  else
11113    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11114  #line 10745 "configure"  #line 11114 "configure"
11115  #include "confdefs.h"  #include "confdefs.h"
11116  #include <$ac_header>  #include <$ac_header>
11117  _ACEOF  _ACEOF
11118  if { (eval echo "$as_me:10749: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:11118: \"$ac_cpp conftest.$ac_ext\"") >&5
11119    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11120    ac_status=$?    ac_status=$?
11121    egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
11122    rm -f conftest.er1    rm -f conftest.er1
11123    cat conftest.err >&5    cat conftest.err >&5
11124    echo "$as_me:10755: \$? = $ac_status" >&5    echo "$as_me:11124: \$? = $ac_status" >&5
11125    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
11126    if test -s conftest.err; then    if test -s conftest.err; then
11127      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
# Line 10771  else Line 11140  else
11140  fi  fi
11141  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
11142  fi  fi
11143  echo "$as_me:10774: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:11143: result: `eval echo '${'$as_ac_Header'}'`" >&5
11144  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11145  if test `eval echo '${'$as_ac_Header'}'` = yes; then  if test `eval echo '${'$as_ac_Header'}'` = yes; then
11146    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10792  done Line 11161  done
11161  for ac_header in com_err.h  for ac_header in com_err.h
11162  do  do
11163  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11164  echo "$as_me:10795: checking for $ac_header" >&5  echo "$as_me:11164: checking for $ac_header" >&5
11165  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11166  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
11167    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11168  else  else
11169    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11170  #line 10801 "configure"  #line 11170 "configure"
11171  #include "confdefs.h"  #include "confdefs.h"
11172  #include <$ac_header>  #include <$ac_header>
11173  _ACEOF  _ACEOF
11174  if { (eval echo "$as_me:10805: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:11174: \"$ac_cpp conftest.$ac_ext\"") >&5
11175    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11176    ac_status=$?    ac_status=$?
11177    egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
11178    rm -f conftest.er1    rm -f conftest.er1
11179    cat conftest.err >&5    cat conftest.err >&5
11180    echo "$as_me:10811: \$? = $ac_status" >&5    echo "$as_me:11180: \$? = $ac_status" >&5
11181    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
11182    if test -s conftest.err; then    if test -s conftest.err; then
11183      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
# Line 10827  else Line 11196  else
11196  fi  fi
11197  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
11198  fi  fi
11199  echo "$as_me:10830: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:11199: result: `eval echo '${'$as_ac_Header'}'`" >&5
11200  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11201  if test `eval echo '${'$as_ac_Header'}'` = yes; then  if test `eval echo '${'$as_ac_Header'}'` = yes; then
11202    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10842  fi Line 11211  fi
11211  # Solaris requires -lintl if you want strerror (which calls dgettext)  # Solaris requires -lintl if you want strerror (which calls dgettext)
11212  # to return localized messages.  # to return localized messages.
11213    
11214  echo "$as_me:10845: checking for dgettext in -lintl" >&5  echo "$as_me:11214: checking for dgettext in -lintl" >&5
11215  echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6  echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6
11216  if test "${ac_cv_lib_intl_dgettext+set}" = set; then  if test "${ac_cv_lib_intl_dgettext+set}" = set; then
11217    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 10850  else Line 11219  else
11219    ac_check_lib_save_LIBS=$LIBS    ac_check_lib_save_LIBS=$LIBS
11220  LIBS="-lintl  $LIBS"  LIBS="-lintl  $LIBS"
11221  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
11222  #line 10853 "configure"  #line 11222 "configure"
11223  #include "confdefs.h"  #include "confdefs.h"
11224    
11225  /* Override any gcc2 internal prototype to avoid an error.  */  /* Override any gcc2 internal prototype to avoid an error.  */
# Line 10869  dgettext (); Line 11238  dgettext ();
11238  }  }
11239  _ACEOF  _ACEOF
11240  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
11241  if { (eval echo "$as_me:10872: \"$ac_link\"") >&5  if { (eval echo "$as_me:11241: \"$ac_link\"") >&5
11242    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
11243    ac_status=$?    ac_status=$?
11244    echo "$as_me:10875: \$? = $ac_status" >&5    echo "$as_me:11244: \$? = $ac_status" >&5
11245    (exit $ac_status); } &&    (exit $ac_status); } &&
11246           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
11247    { (eval echo "$as_me:10878: \"$ac_try\"") >&5    { (eval echo "$as_me:11247: \"$ac_try\"") >&5
11248    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11249    ac_status=$?    ac_status=$?
11250    echo "$as_me:10881: \$? = $ac_status" >&5    echo "$as_me:11250: \$? = $ac_status" >&5
11251    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
11252    ac_cv_lib_intl_dgettext=yes    ac_cv_lib_intl_dgettext=yes
11253  else  else
# Line 10889  fi Line 11258  fi
11258  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11259  LIBS=$ac_check_lib_save_LIBS  LIBS=$ac_check_lib_save_LIBS
11260  fi  fi
11261  echo "$as_me:10892: result: $ac_cv_lib_intl_dgettext" >&5  echo "$as_me:11261: result: $ac_cv_lib_intl_dgettext" >&5
11262  echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6  echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6
11263  if test $ac_cv_lib_intl_dgettext = yes; then  if test $ac_cv_lib_intl_dgettext = yes; then
11264    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 10900  EOF Line 11269  EOF
11269    
11270  fi  fi
11271    
11272  echo "$as_me:10903: checking whether localtime caches TZ" >&5  echo "$as_me:11272: checking whether localtime caches TZ" >&5
11273  echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6  echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6
11274  if test "${emacs_cv_localtime_cache+set}" = set; then  if test "${emacs_cv_localtime_cache+set}" = set; then
11275    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 10911  if test "$cross_compiling" = yes; then Line 11280  if test "$cross_compiling" = yes; then
11280  emacs_cv_localtime_cache=yes  emacs_cv_localtime_cache=yes
11281  else  else
11282    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11283  #line 10914 "configure"  #line 11283 "configure"
11284  #include "confdefs.h"  #include "confdefs.h"
11285  #include <time.h>  #include <time.h>
11286  extern char **environ;  extern char **environ;
# Line 10944  main() Line 11313  main()
11313  }  }
11314  _ACEOF  _ACEOF
11315  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
11316  if { (eval echo "$as_me:10947: \"$ac_link\"") >&5  if { (eval echo "$as_me:11316: \"$ac_link\"") >&5
11317    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
11318    ac_status=$?    ac_status=$?
11319    echo "$as_me:10950: \$? = $ac_status" >&5    echo "$as_me:11319: \$? = $ac_status" >&5
11320    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11321    { (eval echo "$as_me:10952: \"$ac_try\"") >&5    { (eval echo "$as_me:11321: \"$ac_try\"") >&5
11322    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11323    ac_status=$?    ac_status=$?
11324    echo "$as_me:10955: \$? = $ac_status" >&5    echo "$as_me:11324: \$? = $ac_status" >&5
11325    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
11326    emacs_cv_localtime_cache=no    emacs_cv_localtime_cache=no
11327  else  else
# Line 10969  else Line 11338  else
11338          emacs_cv_localtime_cache=no          emacs_cv_localtime_cache=no
11339  fi  fi
11340  fi  fi
11341  echo "$as_me:10972: result: $emacs_cv_localtime_cache" >&5  echo "$as_me:11341: result: $emacs_cv_localtime_cache" >&5
11342  echo "${ECHO_T}$emacs_cv_localtime_cache" >&6  echo "${ECHO_T}$emacs_cv_localtime_cache" >&6
11343  if test $emacs_cv_localtime_cache = yes; then  if test $emacs_cv_localtime_cache = yes; then
11344    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
# Line 10983  if test "x$HAVE_TIMEVAL" = xyes; then Line 11352  if test "x$HAVE_TIMEVAL" = xyes; then
11352  for ac_func in gettimeofday  for ac_func in gettimeofday
11353  do  do
11354  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11355  echo "$as_me:10986: checking for $ac_func" >&5  echo "$as_me:11355: checking for $ac_func" >&5
11356  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11357  if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
11358    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11359  else  else
11360    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11361  #line 10992 "configure"  #line 11361 "configure"
11362  #include "confdefs.h"  #include "confdefs.h"
11363  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
11364      which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
# Line 11020  f = $ac_func; Line 11389  f = $ac_func;
11389  }  }
11390  _ACEOF  _ACEOF
11391  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
11392  if { (eval echo "$as_me:11023: \"$ac_link\"") >&5  if { (eval echo "$as_me:11392: \"$ac_link\"") >&5
11393    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
11394    ac_status=$?    ac_status=$?
11395    echo "$as_me:11026: \$? = $ac_status" >&5    echo "$as_me:11395: \$? = $ac_status" >&5
11396    (exit $ac_status); } &&    (exit $ac_status); } &&
11397           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
11398    { (eval echo "$as_me:11029: \"$ac_try\"") >&5    { (eval echo "$as_me:11398: \"$ac_try\"") >&5
11399    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11400    ac_status=$?    ac_status=$?
11401    echo "$as_me:11032: \$? = $ac_status" >&5    echo "$as_me:11401: \$? = $ac_status" >&5
11402    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
11403    eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
11404  else  else
# Line 11039  eval "$as_ac_var=no" Line 11408  eval "$as_ac_var=no"
11408  fi  fi
11409  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11410  fi  fi
11411  echo "$as_me:11042: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:11411: result: `eval echo '${'$as_ac_var'}'`" >&5
11412  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11413  if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
11414    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 11049  EOF Line 11418  EOF
11418  fi  fi
11419  done  done
11420    
11421    echo "$as_me:11052: checking whether gettimeofday can accept two arguments" >&5    echo "$as_me:11421: checking whether gettimeofday can accept two arguments" >&5
11422  echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6  echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6
11423  if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then  if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
11424    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11425  else  else
11426    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11427  #line 11058 "configure"  #line 11427 "configure"
11428  #include "confdefs.h"  #include "confdefs.h"
11429    
11430  #ifdef TIME_WITH_SYS_TIME  #ifdef TIME_WITH_SYS_TIME
# Line 11078  struct timeval time; Line 11447  struct timeval time;
11447  }  }
11448  _ACEOF  _ACEOF
11449  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
11450  if { (eval echo "$as_me:11081: \"$ac_compile\"") >&5  if { (eval echo "$as_me:11450: \"$ac_compile\"") >&5
11451    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
11452    ac_status=$?    ac_status=$?
11453    echo "$as_me:11084: \$? = $ac_status" >&5    echo "$as_me:11453: \$? = $ac_status" >&5
11454    (exit $ac_status); } &&    (exit $ac_status); } &&
11455           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
11456    { (eval echo "$as_me:11087: \"$ac_try\"") >&5    { (eval echo "$as_me:11456: \"$ac_try\"") >&5
11457    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11458    ac_status=$?    ac_status=$?
11459    echo "$as_me:11090: \$? = $ac_status" >&5    echo "$as_me:11459: \$? = $ac_status" >&5
11460    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
11461    emacs_cv_gettimeofday_two_arguments=yes    emacs_cv_gettimeofday_two_arguments=yes
11462  else  else
# Line 11097  emacs_cv_gettimeofday_two_arguments=no Line 11466  emacs_cv_gettimeofday_two_arguments=no
11466  fi  fi
11467  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
11468  fi  fi
11469  echo "$as_me:11100: result: $emacs_cv_gettimeofday_two_arguments" >&5  echo "$as_me:11469: result: $emacs_cv_gettimeofday_two_arguments" >&5
11470  echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6  echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
11471    if test $emacs_cv_gettimeofday_two_arguments = no; then    if test $emacs_cv_gettimeofday_two_arguments = no; then
11472      cat >>confdefs.h <<\EOF      cat >>confdefs.h <<\EOF
# Line 11108  EOF Line 11477  EOF
11477  fi  fi
11478    
11479  if test "$ac_cv_func_gettimeofday" = yes; then  if test "$ac_cv_func_gettimeofday" = yes; then
11480    echo "$as_me:11111: checking for struct timezone" >&5    echo "$as_me:11480: checking for struct timezone" >&5
11481  echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6  echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6
11482  if test "${emacs_cv_struct_timezone+set}" = set; then  if test "${emacs_cv_struct_timezone+set}" = set; then
11483    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11484  else  else
11485    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11486  #line 11117 "configure"  #line 11486 "configure"
11487  #include "confdefs.h"  #include "confdefs.h"
11488  #include <sys/time.h>  #include <sys/time.h>
11489  int  int
# Line 11126  struct timezone tz; Line 11495  struct timezone tz;
11495  }  }
11496  _ACEOF  _ACEOF
11497  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
11498  if { (eval echo "$as_me:11129: \"$ac_compile\"") >&5  if { (eval echo "$as_me:11498: \"$ac_compile\"") >&5
11499    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
11500    ac_status=$?    ac_status=$?
11501    echo "$as_me:11132: \$? = $ac_status" >&5    echo "$as_me:11501: \$? = $ac_status" >&5
11502    (exit $ac_status); } &&    (exit $ac_status); } &&
11503           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
11504    { (eval echo "$as_me:11135: \"$ac_try\"") >&5    { (eval echo "$as_me:11504: \"$ac_try\"") >&5
11505    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11506    ac_status=$?    ac_status=$?
11507    echo "$as_me:11138: \$? = $ac_status" >&5    echo "$as_me:11507: \$? = $ac_status" >&5
11508    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
11509                if test "$cross_compiling" = yes; then                if test "$cross_compiling" = yes; then
11510    emacs_cv_struct_timezone=yes    emacs_cv_struct_timezone=yes
11511  else  else
11512    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11513  #line 11144 "configure"  #line 11513 "configure"
11514  #include "confdefs.h"  #include "confdefs.h"
11515    
11516  #ifdef TIME_WITH_SYS_TIME  #ifdef TIME_WITH_SYS_TIME
# Line 11161  main () { Line 11530  main () {
11530  }  }
11531  _ACEOF  _ACEOF
11532  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
11533  if { (eval echo "$as_me:11164: \"$ac_link\"") >&5  if { (eval echo "$as_me:11533: \"$ac_link\"") >&5
11534    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
11535    ac_status=$?    ac_status=$?
11536    echo "$as_me:11167: \$? = $ac_status" >&5    echo "$as_me:11536: \$? = $ac_status" >&5
11537    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11538    { (eval echo "$as_me:11169: \"$ac_try\"") >&5    { (eval echo "$as_me:11538: \"$ac_try\"") >&5
11539    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11540    ac_status=$?    ac_status=$?
11541    echo "$as_me:11172: \$? = $ac_status" >&5    echo "$as_me:11541: \$? = $ac_status" >&5
11542    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
11543    emacs_cv_struct_timezone=yes    emacs_cv_struct_timezone=yes
11544  else  else
# Line 11187  emacs_cv_struct_timezone=no Line 11556  emacs_cv_struct_timezone=no
11556  fi  fi
11557  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
11558  fi  fi
11559  echo "$as_me:11190: result: $emacs_cv_struct_timezone" >&5  echo "$as_me:11559: result: $emacs_cv_struct_timezone" >&5
11560  echo "${ECHO_T}$emacs_cv_struct_timezone" >&6  echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
11561  fi  fi
11562    
11563  ok_so_far=yes  ok_so_far=yes
11564  echo "$as_me:11195: checking for socket" >&5  echo "$as_me:11564: checking for socket" >&5
11565  echo $ECHO_N "checking for socket... $ECHO_C" >&6  echo $ECHO_N "checking for socket... $ECHO_C" >&6
11566  if test "${ac_cv_func_socket+set}" = set; then  if test "${ac_cv_func_socket+set}" = set; then
11567    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11568  else  else
11569    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11570  #line 11201 "configure"  #line 11570 "configure"
11571  #include "confdefs.h"  #include "confdefs.h"
11572  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
11573      which can conflict with char socket (); below.  */      which can conflict with char socket (); below.  */
# Line 11229  f = socket; Line 11598  f = socket;
11598  }  }
11599  _ACEOF  _ACEOF
11600  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
11601  if { (eval echo "$as_me:11232: \"$ac_link\"") >&5  if { (eval echo "$as_me:11601: \"$ac_link\"") >&5
11602    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
11603    ac_status=$?    ac_status=$?
11604    echo "$as_me:11235: \$? = $ac_status" >&5    echo "$as_me:11604: \$? = $ac_status" >&5
11605    (exit $ac_status); } &&    (exit $ac_status); } &&
11606           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
11607    { (eval echo "$as_me:11238: \"$ac_try\"") >&5    { (eval echo "$as_me:11607: \"$ac_try\"") >&5
11608    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11609    ac_status=$?    ac_status=$?
11610    echo "$as_me:11241: \$? = $ac_status" >&5    echo "$as_me:11610: \$? = $ac_status" >&5
11611    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
11612    ac_cv_func_socket=yes    ac_cv_func_socket=yes
11613  else  else
# Line 11248  ac_cv_func_socket=no Line 11617  ac_cv_func_socket=no
11617  fi  fi
11618  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11619  fi  fi
11620  echo "$as_me:11251: result: $ac_cv_func_socket" >&5  echo "$as_me:11620: result: $ac_cv_func_socket" >&5
11621  echo "${ECHO_T}$ac_cv_func_socket" >&6  echo "${ECHO_T}$ac_cv_func_socket" >&6
11622  if test $ac_cv_func_socket = yes; then  if test $ac_cv_func_socket = yes; then
11623    :    :
# Line 11257  else Line 11626  else
11626  fi  fi
11627    
11628  if test $ok_so_far = yes; then  if test $ok_so_far = yes; then
11629    echo "$as_me:11260: checking for netinet/in.h" >&5    echo "$as_me:11629: checking for netinet/in.h" >&5
11630  echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6  echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
11631  if test "${ac_cv_header_netinet_in_h+set}" = set; then  if test "${ac_cv_header_netinet_in_h+set}" = set; then
11632    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11633  else  else
11634    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11635  #line 11266 "configure"  #line 11635 "configure"
11636  #include "confdefs.h"  #include "confdefs.h"
11637  #include <netinet/in.h>  #include <netinet/in.h>
11638  _ACEOF  _ACEOF
11639  if { (eval echo "$as_me:11270: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:11639: \"$ac_cpp conftest.$ac_ext\"") >&5
11640    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11641    ac_status=$?    ac_status=$?
11642    egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
11643    rm -f conftest.er1    rm -f conftest.er1
11644    cat conftest.err >&5    cat conftest.err >&5
11645    echo "$as_me:11276: \$? = $ac_status" >&5    echo "$as_me:11645: \$? = $ac_status" >&5
11646    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
11647    if test -s conftest.err; then    if test -s conftest.err; then
11648      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
# Line 11292  else Line 11661  else
11661  fi  fi
11662  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
11663  fi  fi
11664  echo "$as_me:11295: result: $ac_cv_header_netinet_in_h" >&5  echo "$as_me:11664: result: $ac_cv_header_netinet_in_h" >&5
11665  echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6  echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6
11666  if test $ac_cv_header_netinet_in_h = yes; then  if test $ac_cv_header_netinet_in_h = yes; then
11667    :    :
# Line 11302  fi Line 11671  fi
11671    
11672  fi  fi
11673  if test $ok_so_far = yes; then  if test $ok_so_far = yes; then
11674    echo "$as_me:11305: checking for arpa/inet.h" >&5    echo "$as_me:11674: checking for arpa/inet.h" >&5
11675  echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6  echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
11676  if test "${ac_cv_header_arpa_inet_h+set}" = set; then  if test "${ac_cv_header_arpa_inet_h+set}" = set; then
11677    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11678  else  else
11679    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11680  #line 11311 "configure"  #line 11680 "configure"
11681  #include "confdefs.h"  #include "confdefs.h"
11682  #include <arpa/inet.h>  #include <arpa/inet.h>
11683  _ACEOF  _ACEOF
11684  if { (eval echo "$as_me:11315: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:11684: \"$ac_cpp conftest.$ac_ext\"") >&5
11685    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11686    ac_status=$?    ac_status=$?
11687    egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
11688    rm -f conftest.er1    rm -f conftest.er1
11689    cat conftest.err >&5    cat conftest.err >&5
11690    echo "$as_me:11321: \$? = $ac_status" >&5    echo "$as_me:11690: \$? = $ac_status" >&5
11691    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
11692    if test -s conftest.err; then    if test -s conftest.err; then
11693      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
# Line 11337  else Line 11706  else
11706  fi  fi
11707  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
11708  fi  fi
11709  echo "$as_me:11340: result: $ac_cv_header_arpa_inet_h" >&5  echo "$as_me:11709: result: $ac_cv_header_arpa_inet_h" >&5
11710  echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6  echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6
11711  if test $ac_cv_header_arpa_inet_h = yes; then  if test $ac_cv_header_arpa_inet_h = yes; then
11712    :    :
# Line 11360  EOF Line 11729  EOF
11729    
11730  fi  fi
11731    
11732  echo "$as_me:11363: checking whether system supports dynamic ptys" >&5  echo "$as_me:11732: checking whether system supports dynamic ptys" >&5
11733  echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6  echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6
11734  if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then  if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
11735    echo "$as_me:11366: result: yes" >&5    echo "$as_me:11735: result: yes" >&5
11736  echo "${ECHO_T}yes" >&6  echo "${ECHO_T}yes" >&6
11737    cat >>confdefs.h <<\EOF    cat >>confdefs.h <<\EOF
11738  #define HAVE_DEV_PTMX 1  #define HAVE_DEV_PTMX 1
11739  EOF  EOF
11740    
11741  else  else
11742    echo "$as_me:11373: result: no" >&5    echo "$as_me:11742: result: no" >&5
11743  echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
11744  fi  fi
11745    
11746  echo "$as_me:11377: checking for pid_t" >&5  echo "$as_me:11746: checking for pid_t" >&5
11747  echo $ECHO_N "checking for pid_t... $ECHO_C" >&6  echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
11748  if test "${ac_cv_type_pid_t+set}" = set; then  if test "${ac_cv_type_pid_t+set}" = set; then
11749    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11750  else  else
11751    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11752  #line 11383 "configure"  #line 11752 "configure"
11753  #include "confdefs.h"  #include "confdefs.h"
11754  $ac_includes_default  $ac_includes_default
11755  int  int
# Line 11395  if (sizeof (pid_t)) Line 11764  if (sizeof (pid_t))
11764  }  }
11765  _ACEOF  _ACEOF
11766  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
11767  if { (eval echo "$as_me:11398: \"$ac_compile\"") >&5  if { (eval echo "$as_me:11767: \"$ac_compile\"") >&5
11768    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
11769    ac_status=$?    ac_status=$?
11770    echo "$as_me:11401: \$? = $ac_status" >&5    echo "$as_me:11770: \$? = $ac_status" >&5
11771    (exit $ac_status); } &&    (exit $ac_status); } &&
11772           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
11773    { (eval echo "$as_me:11404: \"$ac_try\"") >&5    { (eval echo "$as_me:11773: \"$ac_try\"") >&5
11774    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11775    ac_status=$?    ac_status=$?
11776    echo "$as_me:11407: \$? = $ac_status" >&5    echo "$as_me:11776: \$? = $ac_status" >&5
11777    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
11778    ac_cv_type_pid_t=yes    ac_cv_type_pid_t=yes
11779  else  else
# Line 11414  ac_cv_type_pid_t=no Line 11783  ac_cv_type_pid_t=no
11783  fi  fi
11784  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
11785  fi  fi
11786  echo "$as_me:11417: result: $ac_cv_type_pid_t" >&5  echo "$as_me:11786: result: $ac_cv_type_pid_t" >&5
11787  echo "${ECHO_T}$ac_cv_type_pid_t" >&6  echo "${ECHO_T}$ac_cv_type_pid_t" >&6
11788  if test $ac_cv_type_pid_t = yes; then  if test $ac_cv_type_pid_t = yes; then
11789    :    :
# Line 11429  fi Line 11798  fi
11798  for ac_header in unistd.h vfork.h  for ac_header in unistd.h vfork.h
11799  do  do
11800  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`  as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11801  echo "$as_me:11432: checking for $ac_header" >&5  echo "$as_me:11801: checking for $ac_header" >&5
11802  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11803  if eval "test \"\${$as_ac_Header+set}\" = set"; then  if eval "test \"\${$as_ac_Header+set}\" = set"; then
11804    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11805  else  else
11806    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11807  #line 11438 "configure"  #line 11807 "configure"
11808  #include "confdefs.h"  #include "confdefs.h"
11809  #include <$ac_header>  #include <$ac_header>
11810  _ACEOF  _ACEOF
11811  if { (eval echo "$as_me:11442: \"$ac_cpp conftest.$ac_ext\"") >&5  if { (eval echo "$as_me:11811: \"$ac_cpp conftest.$ac_ext\"") >&5
11812    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11813    ac_status=$?    ac_status=$?
11814    egrep -v '^ *\+' conftest.er1 >conftest.err    egrep -v '^ *\+' conftest.er1 >conftest.err
11815    rm -f conftest.er1    rm -f conftest.er1
11816    cat conftest.err >&5    cat conftest.err >&5
11817    echo "$as_me:11448: \$? = $ac_status" >&5    echo "$as_me:11817: \$? = $ac_status" >&5
11818    (exit $ac_status); } >/dev/null; then    (exit $ac_status); } >/dev/null; then
11819    if test -s conftest.err; then    if test -s conftest.err; then
11820      ac_cpp_err=$ac_c_preproc_warn_flag      ac_cpp_err=$ac_c_preproc_warn_flag
# Line 11464  else Line 11833  else
11833  fi  fi
11834  rm -f conftest.err conftest.$ac_ext  rm -f conftest.err conftest.$ac_ext
11835  fi  fi
11836  echo "$as_me:11467: result: `eval echo '${'$as_ac_Header'}'`" >&5  echo "$as_me:11836: result: `eval echo '${'$as_ac_Header'}'`" >&5
11837  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11838  if test `eval echo '${'$as_ac_Header'}'` = yes; then  if test `eval echo '${'$as_ac_Header'}'` = yes; then
11839    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 11477  done Line 11846  done
11846  for ac_func in fork vfork  for ac_func in fork vfork
11847  do  do
11848  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11849  echo "$as_me:11480: checking for $ac_func" >&5  echo "$as_me:11849: checking for $ac_func" >&5
11850  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6  echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11851  if eval "test \"\${$as_ac_var+set}\" = set"; then  if eval "test \"\${$as_ac_var+set}\" = set"; then
11852    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
11853  else  else
11854    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11855  #line 11486 "configure"  #line 11855 "configure"
11856  #include "confdefs.h"  #include "confdefs.h"
11857  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
11858      which can conflict with char $ac_func (); below.  */      which can conflict with char $ac_func (); below.  */
# Line 11514  f = $ac_func; Line 11883  f = $ac_func;
11883  }  }
11884  _ACEOF  _ACEOF
11885  rm -f conftest.$ac_objext conftest$ac_exeext  rm -f conftest.$ac_objext conftest$ac_exeext
11886  if { (eval echo "$as_me:11517: \"$ac_link\"") >&5  if { (eval echo "$as_me:11886: \"$ac_link\"") >&5
11887    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
11888    ac_status=$?    ac_status=$?
11889    echo "$as_me:11520: \$? = $ac_status" >&5    echo "$as_me:11889: \$? = $ac_status" >&5
11890    (exit $ac_status); } &&    (exit $ac_status); } &&
11891           { ac_try='test -s conftest$ac_exeext'           { ac_try='test -s conftest$ac_exeext'
11892    { (eval echo "$as_me:11523: \"$ac_try\"") >&5    { (eval echo "$as_me:11892: \"$ac_try\"") >&5
11893    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11894    ac_status=$?    ac_status=$?
11895    echo "$as_me:11526: \$? = $ac_status" >&5    echo "$as_me:11895: \$? = $ac_status" >&5
11896    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
11897    eval "$as_ac_var=yes"    eval "$as_ac_var=yes"
11898  else  else
# Line 11533  eval "$as_ac_var=no" Line 11902  eval "$as_ac_var=no"
11902  fi  fi
11903  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11904  fi  fi
11905  echo "$as_me:11536: result: `eval echo '${'$as_ac_var'}'`" >&5  echo "$as_me:11905: result: `eval echo '${'$as_ac_var'}'`" >&5
11906  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6  echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11907  if test `eval echo '${'$as_ac_var'}'` = yes; then  if test `eval echo '${'$as_ac_var'}'` = yes; then
11908    cat >>confdefs.h <<EOF    cat >>confdefs.h <<EOF
# Line 11545  done Line 11914  done
11914    
11915  ac_cv_func_fork_works=$ac_cv_func_fork  ac_cv_func_fork_works=$ac_cv_func_fork
11916  if test "x$ac_cv_func_fork" = xyes; then  if test "x$ac_cv_func_fork" = xyes; then
11917    echo "$as_me:11548: checking for working fork" >&5    echo "$as_me:11917: checking for working fork" >&5
11918  echo $ECHO_N "checking for working fork... $ECHO_C" >&6  echo $ECHO_N "checking for working fork... $ECHO_C" >&6
11919  if test "${ac_cv_func_fork_works+set}" = set; then  if test "${ac_cv_func_fork_works+set}" = set; then
11920    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 11568  else Line 11937  else
11937        }        }
11938  _ACEOF  _ACEOF
11939  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
11940  if { (eval echo "$as_me:11571: \"$ac_link\"") >&5  if { (eval echo "$as_me:11940: \"$ac_link\"") >&5
11941    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
11942    ac_status=$?    ac_status=$?
11943    echo "$as_me:11574: \$? = $ac_status" >&5    echo "$as_me:11943: \$? = $ac_status" >&5
11944    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11945    { (eval echo "$as_me:11576: \"$ac_try\"") >&5    { (eval echo "$as_me:11945: \"$ac_try\"") >&5
11946    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
11947    ac_status=$?    ac_status=$?
11948    echo "$as_me:11579: \$? = $ac_status" >&5    echo "$as_me:11948: \$? = $ac_status" >&5
11949    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
11950    ac_cv_func_fork_works=yes    ac_cv_func_fork_works=yes
11951  else  else
# Line 11588  fi Line 11957  fi
11957  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11958  fi  fi
11959  fi  fi
11960  echo "$as_me:11591: result: $ac_cv_func_fork_works" >&5  echo "$as_me:11960: result: $ac_cv_func_fork_works" >&5
11961  echo "${ECHO_T}$ac_cv_func_fork_works" >&6  echo "${ECHO_T}$ac_cv_func_fork_works" >&6
11962    
11963  fi  fi
# Line 11602  if test "x$ac_cv_func_fork_works" = xcro Line 11971  if test "x$ac_cv_func_fork_works" = xcro
11971        ac_cv_func_fork_works=yes        ac_cv_func_fork_works=yes
11972        ;;        ;;
11973    esac    esac
11974    { echo "$as_me:11605: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5    { echo "$as_me:11974: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5
11975  echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;}  echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;}
11976  fi  fi
11977  ac_cv_func_vfork_works=$ac_cv_func_vfork  ac_cv_func_vfork_works=$ac_cv_func_vfork
11978  if test "x$ac_cv_func_vfork" = xyes; then  if test "x$ac_cv_func_vfork" = xyes; then
11979    echo "$as_me:11610: checking for working vfork" >&5    echo "$as_me:11979: checking for working vfork" >&5
11980  echo $ECHO_N "checking for working vfork... $ECHO_C" >&6  echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
11981  if test "${ac_cv_func_vfork_works+set}" = set; then  if test "${ac_cv_func_vfork_works+set}" = set; then
11982    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 11616  else Line 11985  else
11985    ac_cv_func_vfork_works=cross    ac_cv_func_vfork_works=cross
11986  else  else
11987    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
11988  #line 11619 "configure"  #line 11988 "configure"
11989  #include "confdefs.h"  #include "confdefs.h"
11990  /* Thanks to Paul Eggert for this test.  */  /* Thanks to Paul Eggert for this test.  */
11991  #include <stdio.h>  #include <stdio.h>
# Line 11713  main () Line 12082  main ()
12082  }  }
12083  _ACEOF  _ACEOF
12084  rm -f conftest$ac_exeext  rm -f conftest$ac_exeext
12085  if { (eval echo "$as_me:11716: \"$ac_link\"") >&5  if { (eval echo "$as_me:12085: \"$ac_link\"") >&5
12086    (eval $ac_link) 2>&5    (eval $ac_link) 2>&5
12087    ac_status=$?    ac_status=$?
12088    echo "$as_me:11719: \$? = $ac_status" >&5    echo "$as_me:12088: \$? = $ac_status" >&5
12089    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12090    { (eval echo "$as_me:11721: \"$ac_try\"") >&5    { (eval echo "$as_me:12090: \"$ac_try\"") >&5
12091    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12092    ac_status=$?    ac_status=$?
12093    echo "$as_me:11724: \$? = $ac_status" >&5    echo "$as_me:12093: \$? = $ac_status" >&5
12094    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
12095    ac_cv_func_vfork_works=yes    ac_cv_func_vfork_works=yes
12096  else  else
# Line 11733  fi Line 12102  fi
12102  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext  rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12103  fi  fi
12104  fi  fi
12105  echo "$as_me:11736: result: $ac_cv_func_vfork_works" >&5  echo "$as_me:12105: result: $ac_cv_func_vfork_works" >&5
12106  echo "${ECHO_T}$ac_cv_func_vfork_works" >&6  echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
12107    
12108  fi;  fi;
12109  if test "x$ac_cv_func_fork_works" = xcross; then  if test "x$ac_cv_func_fork_works" = xcross; then
12110    ac_cv_func_vfork_works=ac_cv_func_vfork    ac_cv_func_vfork_works=ac_cv_func_vfork
12111    { echo "$as_me:11742: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5    { echo "$as_me:12111: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5
12112  echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;}  echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;}
12113  fi  fi
12114    
# Line 11765  EOF Line 12134  EOF
12134  fi  fi
12135    
12136  # Fixme: This should be replaced when we have autoconf 2.14.  # Fixme: This should be replaced when we have autoconf 2.14.
12137  echo "$as_me:11768: checking for size_t" >&5  echo "$as_me:12137: checking for size_t" >&5
12138  echo $ECHO_N "checking for size_t... $ECHO_C" >&6  echo $ECHO_N "checking for size_t... $ECHO_C" >&6
12139  if test "${ac_cv_type_size_t+set}" = set; then  if test "${ac_cv_type_size_t+set}" = set; then
12140    echo $ECHO_N "(cached) $ECHO_C" >&6    echo $ECHO_N "(cached) $ECHO_C" >&6
12141  else  else
12142    cat >conftest.$ac_ext <<_ACEOF    cat >conftest.$ac_ext <<_ACEOF
12143  #line 11774 "configure"  #line 12143 "configure"
12144  #include "confdefs.h"  #include "confdefs.h"
12145  $ac_includes_default  $ac_includes_default
12146  int  int
# Line 11786  if (sizeof (size_t)) Line 12155  if (sizeof (size_t))
12155  }  }
12156  _ACEOF  _ACEOF
12157  rm -f conftest.$ac_objext  rm -f conftest.$ac_objext
12158  if { (eval echo "$as_me:11789: \"$ac_compile\"") >&5  if { (eval echo "$as_me:12158: \"$ac_compile\"") >&5
12159    (eval $ac_compile) 2>&5    (eval $ac_compile) 2>&5
12160    ac_status=$?    ac_status=$?
12161    echo "$as_me:11792: \$? = $ac_status" >&5    echo "$as_me:12161: \$? = $ac_status" >&5
12162    (exit $ac_status); } &&    (exit $ac_status); } &&
12163           { ac_try='test -s conftest.$ac_objext'           { ac_try='test -s conftest.$ac_objext'
12164    { (eval echo "$as_me:11795: \"$ac_try\"") >&5    { (eval echo "$as_me:12164: \"$ac_try\"") >&5
12165    (eval $ac_try) 2>&5    (eval $ac_try) 2>&5
12166    ac_status=$?    ac_status=$?
12167    echo "$as_me:11798: \$? = $ac_status" >&5    echo "$as_me:12167: \$? = $ac_status" >&5
12168    (exit $ac_status); }; }; then    (exit $ac_status); }; }; then
12169    ac_cv_type_size_t=yes    ac_cv_type_size_t=yes
12170  else  else
# Line 11805  ac_cv_type_size_t=no Line 12174  ac_cv_type_size_t=no
12174  fi  fi
12175  rm -f conftest.$ac_objext conftest.$ac_ext  rm -f conftest.$ac_objext conftest.$ac_ext
12176  fi  fi
12177  echo "$as_me:11808: result: $ac_cv_type_size_t" >&5  echo "$as_me:12177: result: $ac_cv_type_size_t" >&5
12178  echo "${ECHO_T}$ac_cv_type_size_t" >&6  echo "${ECHO_T}$ac_cv_type_size_t" >&6
12179  if test $ac_cv_type_size_t = yes; then  if test $ac_cv_type_size_t = yes; then
12180    :    :
# Line 11825  CPPFLAGS="$REAL_CPPFLAGS" Line 12194  CPPFLAGS="$REAL_CPPFLAGS"
12194  version=`grep 'defconst[         ]*emacs-version' ${srcdir}/lisp/version.el \  version=`grep 'defconst[         ]*emacs-version' ${srcdir}/lisp/version.el \
12195           | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`           | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
12196  if test x"${version}" = x; then  if test x"${version}" = x; then
12197    { { echo "$as_me:11828: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5    { { echo "$as_me:12197: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5
12198  echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;}  echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;}
12199     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
12200  fi  fi
# Line 11954  test "${exec_prefix}" != NONE && Line 12323  test "${exec_prefix}" != NONE &&
12323  ## C preprocessor.  ## C preprocessor.
12324    
12325  cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
12326  #line 11957 "configure"  #line 12326 "configure"
12327  #include "confdefs.h"  #include "confdefs.h"
12328  yes..yes  yes..yes
12329  _ACEOF  _ACEOF
# Line 12047  DEFS=-DHAVE_CONFIG_H Line 12416  DEFS=-DHAVE_CONFIG_H
12416  : ${CONFIG_STATUS=./config.status}  : ${CONFIG_STATUS=./config.status}
12417  ac_clean_files_save=$ac_clean_files  ac_clean_files_save=$ac_clean_files
12418  ac_clean_files="$ac_clean_files $CONFIG_STATUS"  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12419  { echo "$as_me:12050: creating $CONFIG_STATUS" >&5  { echo "$as_me:12419: creating $CONFIG_STATUS" >&5
12420  echo "$as_me: creating $CONFIG_STATUS" >&6;}  echo "$as_me: creating $CONFIG_STATUS" >&6;}
12421  cat >$CONFIG_STATUS <<_ACEOF  cat >$CONFIG_STATUS <<_ACEOF
12422  #! $SHELL  #! $SHELL
# Line 12223  cat >>$CONFIG_STATUS <<\EOF Line 12592  cat >>$CONFIG_STATUS <<\EOF
12592      echo "$ac_cs_version"; exit 0 ;;      echo "$ac_cs_version"; exit 0 ;;
12593    --he | --h)    --he | --h)
12594      # Conflict between --help and --header      # Conflict between --help and --header
12595      { { echo "$as_me:12226: error: ambiguous option: $1      { { echo "$as_me:12595: error: ambiguous option: $1
12596  Try \`$0 --help' for more information." >&5  Try \`$0 --help' for more information." >&5
12597  echo "$as_me: error: ambiguous option: $1  echo "$as_me: error: ambiguous option: $1
12598  Try \`$0 --help' for more information." >&2;}  Try \`$0 --help' for more information." >&2;}
# Line 12242  Try \`$0 --help' for more information." Line 12611  Try \`$0 --help' for more information."
12611      ac_need_defaults=false;;      ac_need_defaults=false;;
12612    
12613    # This is an error.    # This is an error.
12614    -*) { { echo "$as_me:12245: error: unrecognized option: $1    -*) { { echo "$as_me:12614: error: unrecognized option: $1
12615  Try \`$0 --help' for more information." >&5  Try \`$0 --help' for more information." >&5
12616  echo "$as_me: error: unrecognized option: $1  echo "$as_me: error: unrecognized option: $1
12617  Try \`$0 --help' for more information." >&2;}  Try \`$0 --help' for more information." >&2;}
# Line 12296  do Line 12665  do
12665    "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;    "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
12666    "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;    "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
12667    "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;    "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;
12668    *) { { echo "$as_me:12299: error: invalid argument: $ac_config_target" >&5    *) { { echo "$as_me:12668: error: invalid argument: $ac_config_target" >&5
12669  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}  echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12670     { (exit 1); exit 1; }; };;     { (exit 1); exit 1; }; };;
12671    esac    esac
# Line 12543  done; } Line 12912  done; }
12912    esac    esac
12913    
12914    if test x"$ac_file" != x-; then    if test x"$ac_file" != x-; then
12915      { echo "$as_me:12546: creating $ac_file" >&5      { echo "$as_me:12915: creating $ac_file" >&5
12916  echo "$as_me: creating $ac_file" >&6;}  echo "$as_me: creating $ac_file" >&6;}
12917      rm -f "$ac_file"      rm -f "$ac_file"
12918    fi    fi
# Line 12561  echo "$as_me: creating $ac_file" >&6;} Line 12930  echo "$as_me: creating $ac_file" >&6;}
12930        -) echo $tmp/stdin ;;        -) echo $tmp/stdin ;;
12931        [\\/$]*)        [\\/$]*)
12932           # Absolute (can't be DOS-style, as IFS=:)           # Absolute (can't be DOS-style, as IFS=:)
12933           test -f "$f" || { { echo "$as_me:12564: error: cannot find input file: $f" >&5           test -f "$f" || { { echo "$as_me:12933: error: cannot find input file: $f" >&5
12934  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
12935     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
12936           echo $f;;           echo $f;;
# Line 12574  echo "$as_me: error: cannot find input f Line 12943  echo "$as_me: error: cannot find input f
12943             echo $srcdir/$f             echo $srcdir/$f
12944           else           else
12945             # /dev/null tree             # /dev/null tree
12946             { { echo "$as_me:12577: error: cannot find input file: $f" >&5             { { echo "$as_me:12946: error: cannot find input file: $f" >&5
12947  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
12948     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
12949           fi;;           fi;;
# Line 12635  for ac_file in : $CONFIG_HEADERS; do tes Line 13004  for ac_file in : $CONFIG_HEADERS; do tes
13004    * )   ac_file_in=$ac_file.in ;;    * )   ac_file_in=$ac_file.in ;;
13005    esac    esac
13006    
13007    test x"$ac_file" != x- && { echo "$as_me:12638: creating $ac_file" >&5    test x"$ac_file" != x- && { echo "$as_me:13007: creating $ac_file" >&5
13008  echo "$as_me: creating $ac_file" >&6;}  echo "$as_me: creating $ac_file" >&6;}
13009    
13010    # First look for the input files in the build tree, otherwise in the    # First look for the input files in the build tree, otherwise in the
# Line 12646  echo "$as_me: creating $ac_file" >&6;} Line 13015  echo "$as_me: creating $ac_file" >&6;}
13015        -) echo $tmp/stdin ;;        -) echo $tmp/stdin ;;
13016        [\\/$]*)        [\\/$]*)
13017           # Absolute (can't be DOS-style, as IFS=:)           # Absolute (can't be DOS-style, as IFS=:)
13018           test -f "$f" || { { echo "$as_me:12649: error: cannot find input file: $f" >&5           test -f "$f" || { { echo "$as_me:13018: error: cannot find input file: $f" >&5
13019  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
13020     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
13021           echo $f;;           echo $f;;
# Line 12659  echo "$as_me: error: cannot find input f Line 13028  echo "$as_me: error: cannot find input f
13028             echo $srcdir/$f             echo $srcdir/$f
13029           else           else
13030             # /dev/null tree             # /dev/null tree
13031             { { echo "$as_me:12662: error: cannot find input file: $f" >&5             { { echo "$as_me:13031: error: cannot find input file: $f" >&5
13032  echo "$as_me: error: cannot find input file: $f" >&2;}  echo "$as_me: error: cannot find input file: $f" >&2;}
13033     { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
13034           fi;;           fi;;
# Line 12776  cat >>$CONFIG_STATUS <<\EOF Line 13145  cat >>$CONFIG_STATUS <<\EOF
13145    rm -f $tmp/in    rm -f $tmp/in
13146    if test x"$ac_file" != x-; then    if test x"$ac_file" != x-; then
13147      if cmp -s $ac_file $tmp/config.h 2>/dev/null; then      if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
13148        { echo "$as_me:12779: $ac_file is unchanged" >&5        { echo "$as_me:13148: $ac_file is unchanged" >&5
13149  echo "$as_me: $ac_file is unchanged" >&6;}  echo "$as_me: $ac_file is unchanged" >&6;}
13150      else      else
13151        ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \        ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26