diff options
| author | Dave Love | 2000-04-19 11:32:47 +0000 |
|---|---|---|
| committer | Dave Love | 2000-04-19 11:32:47 +0000 |
| commit | 7825fef99c79db28401f2551ca2e9f5a23907916 (patch) | |
| tree | d1fe20a1ef50829ef0a48e9dbcda8575a5b7a4ac | |
| parent | 396c44015293bad04cab165f8eb832043583712e (diff) | |
| download | emacs-7825fef99c79db28401f2551ca2e9f5a23907916.tar.gz emacs-7825fef99c79db28401f2551ca2e9f5a23907916.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rwxr-xr-x | configure | 755 |
2 files changed, 84 insertions, 673 deletions
| @@ -1,5 +1,7 @@ | |||
| 1 | 2000-04-19 Dave Love <fx@gnu.org> | 1 | 2000-04-19 Dave Love <fx@gnu.org> |
| 2 | 2 | ||
| 3 | * configure.in: Don't use AC_FUNC_GETLOADAVG. | ||
| 4 | |||
| 3 | * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST. | 5 | * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST. |
| 4 | 6 | ||
| 5 | 2000-04-16 Dave Love <fx@gnu.org> | 7 | 2000-04-16 Dave Love <fx@gnu.org> |
| @@ -5389,7 +5389,7 @@ rename closedir mkdir rmdir sysinfo \ | |||
| 5389 | random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ | 5389 | random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ |
| 5390 | strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ | 5390 | strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ |
| 5391 | utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \ | 5391 | utimes setrlimit setpgid getcwd shutdown strftime getaddrinfo \ |
| 5392 | __fpending ftello mblen mbrlen strsignal setitimer ualarm | 5392 | __fpending ftello getloadavg mblen mbrlen strsignal setitimer ualarm |
| 5393 | do | 5393 | do |
| 5394 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | 5394 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 |
| 5395 | echo "configure:5396: checking for $ac_func" >&5 | 5395 | echo "configure:5396: checking for $ac_func" >&5 |
| @@ -5724,601 +5724,12 @@ EOF | |||
| 5724 | 5724 | ||
| 5725 | fi | 5725 | fi |
| 5726 | 5726 | ||
| 5727 | ac_have_func=no # yes means we've found a way to get the load average. | ||
| 5728 | |||
| 5729 | # Some systems with -lutil have (and need) -lkvm as well, some do not. | ||
| 5730 | # On Solaris, -lkvm requires nlist from -lelf, so check that first | ||
| 5731 | # to get the right answer into the cache. | ||
| 5732 | echo $ac_n "checking for elf_begin in -lelf""... $ac_c" 1>&6 | ||
| 5733 | echo "configure:5734: checking for elf_begin in -lelf" >&5 | ||
| 5734 | ac_lib_var=`echo elf'_'elf_begin | sed 'y%./+-%__p_%'` | ||
| 5735 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | ||
| 5736 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 5737 | else | ||
| 5738 | ac_save_LIBS="$LIBS" | ||
| 5739 | LIBS="-lelf $LIBS" | ||
| 5740 | cat > conftest.$ac_ext <<EOF | ||
| 5741 | #line 5742 "configure" | ||
| 5742 | #include "confdefs.h" | ||
| 5743 | /* Override any gcc2 internal prototype to avoid an error. */ | ||
| 5744 | /* We use char because int might match the return type of a gcc2 | ||
| 5745 | builtin and then its argument prototype would still apply. */ | ||
| 5746 | char elf_begin(); | ||
| 5747 | |||
| 5748 | int main() { | ||
| 5749 | elf_begin() | ||
| 5750 | ; return 0; } | ||
| 5751 | EOF | ||
| 5752 | if { (eval echo configure:5753: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | ||
| 5753 | rm -rf conftest* | ||
| 5754 | eval "ac_cv_lib_$ac_lib_var=yes" | ||
| 5755 | else | ||
| 5756 | echo "configure: failed program was:" >&5 | ||
| 5757 | cat conftest.$ac_ext >&5 | ||
| 5758 | rm -rf conftest* | ||
| 5759 | eval "ac_cv_lib_$ac_lib_var=no" | ||
| 5760 | fi | ||
| 5761 | rm -f conftest* | ||
| 5762 | LIBS="$ac_save_LIBS" | ||
| 5763 | |||
| 5764 | fi | ||
| 5765 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | ||
| 5766 | echo "$ac_t""yes" 1>&6 | ||
| 5767 | LIBS="-lelf $LIBS" | ||
| 5768 | else | ||
| 5769 | echo "$ac_t""no" 1>&6 | ||
| 5770 | fi | ||
| 5771 | |||
| 5772 | echo $ac_n "checking for kvm_open in -lkvm""... $ac_c" 1>&6 | ||
| 5773 | echo "configure:5774: checking for kvm_open in -lkvm" >&5 | ||
| 5774 | ac_lib_var=`echo kvm'_'kvm_open | sed 'y%./+-%__p_%'` | ||
| 5775 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | ||
| 5776 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 5777 | else | ||
| 5778 | ac_save_LIBS="$LIBS" | ||
| 5779 | LIBS="-lkvm $LIBS" | ||
| 5780 | cat > conftest.$ac_ext <<EOF | ||
| 5781 | #line 5782 "configure" | ||
| 5782 | #include "confdefs.h" | ||
| 5783 | /* Override any gcc2 internal prototype to avoid an error. */ | ||
| 5784 | /* We use char because int might match the return type of a gcc2 | ||
| 5785 | builtin and then its argument prototype would still apply. */ | ||
| 5786 | char kvm_open(); | ||
| 5787 | |||
| 5788 | int main() { | ||
| 5789 | kvm_open() | ||
| 5790 | ; return 0; } | ||
| 5791 | EOF | ||
| 5792 | if { (eval echo configure:5793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | ||
| 5793 | rm -rf conftest* | ||
| 5794 | eval "ac_cv_lib_$ac_lib_var=yes" | ||
| 5795 | else | ||
| 5796 | echo "configure: failed program was:" >&5 | ||
| 5797 | cat conftest.$ac_ext >&5 | ||
| 5798 | rm -rf conftest* | ||
| 5799 | eval "ac_cv_lib_$ac_lib_var=no" | ||
| 5800 | fi | ||
| 5801 | rm -f conftest* | ||
| 5802 | LIBS="$ac_save_LIBS" | ||
| 5803 | |||
| 5804 | fi | ||
| 5805 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | ||
| 5806 | echo "$ac_t""yes" 1>&6 | ||
| 5807 | LIBS="-lkvm $LIBS" | ||
| 5808 | else | ||
| 5809 | echo "$ac_t""no" 1>&6 | ||
| 5810 | fi | ||
| 5811 | |||
| 5812 | # Check for the 4.4BSD definition of getloadavg. | ||
| 5813 | echo $ac_n "checking for getloadavg in -lutil""... $ac_c" 1>&6 | ||
| 5814 | echo "configure:5815: checking for getloadavg in -lutil" >&5 | ||
| 5815 | ac_lib_var=`echo util'_'getloadavg | sed 'y%./+-%__p_%'` | ||
| 5816 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | ||
| 5817 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 5818 | else | ||
| 5819 | ac_save_LIBS="$LIBS" | ||
| 5820 | LIBS="-lutil $LIBS" | ||
| 5821 | cat > conftest.$ac_ext <<EOF | ||
| 5822 | #line 5823 "configure" | ||
| 5823 | #include "confdefs.h" | ||
| 5824 | /* Override any gcc2 internal prototype to avoid an error. */ | ||
| 5825 | /* We use char because int might match the return type of a gcc2 | ||
| 5826 | builtin and then its argument prototype would still apply. */ | ||
| 5827 | char getloadavg(); | ||
| 5828 | |||
| 5829 | int main() { | ||
| 5830 | getloadavg() | ||
| 5831 | ; return 0; } | ||
| 5832 | EOF | ||
| 5833 | if { (eval echo configure:5834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | ||
| 5834 | rm -rf conftest* | ||
| 5835 | eval "ac_cv_lib_$ac_lib_var=yes" | ||
| 5836 | else | ||
| 5837 | echo "configure: failed program was:" >&5 | ||
| 5838 | cat conftest.$ac_ext >&5 | ||
| 5839 | rm -rf conftest* | ||
| 5840 | eval "ac_cv_lib_$ac_lib_var=no" | ||
| 5841 | fi | ||
| 5842 | rm -f conftest* | ||
| 5843 | LIBS="$ac_save_LIBS" | ||
| 5844 | |||
| 5845 | fi | ||
| 5846 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | ||
| 5847 | echo "$ac_t""yes" 1>&6 | ||
| 5848 | LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes | ||
| 5849 | else | ||
| 5850 | echo "$ac_t""no" 1>&6 | ||
| 5851 | fi | ||
| 5852 | |||
| 5853 | |||
| 5854 | if test $ac_have_func = no; then | ||
| 5855 | # There is a commonly available library for RS/6000 AIX. | ||
| 5856 | # Since it is not a standard part of AIX, it might be installed locally. | ||
| 5857 | ac_getloadavg_LIBS="$LIBS"; LIBS="-L/usr/local/lib $LIBS" | ||
| 5858 | echo $ac_n "checking for getloadavg in -lgetloadavg""... $ac_c" 1>&6 | ||
| 5859 | echo "configure:5860: checking for getloadavg in -lgetloadavg" >&5 | ||
| 5860 | ac_lib_var=`echo getloadavg'_'getloadavg | sed 'y%./+-%__p_%'` | ||
| 5861 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | ||
| 5862 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 5863 | else | ||
| 5864 | ac_save_LIBS="$LIBS" | ||
| 5865 | LIBS="-lgetloadavg $LIBS" | ||
| 5866 | cat > conftest.$ac_ext <<EOF | ||
| 5867 | #line 5868 "configure" | ||
| 5868 | #include "confdefs.h" | ||
| 5869 | /* Override any gcc2 internal prototype to avoid an error. */ | ||
| 5870 | /* We use char because int might match the return type of a gcc2 | ||
| 5871 | builtin and then its argument prototype would still apply. */ | ||
| 5872 | char getloadavg(); | ||
| 5873 | |||
| 5874 | int main() { | ||
| 5875 | getloadavg() | ||
| 5876 | ; return 0; } | ||
| 5877 | EOF | ||
| 5878 | if { (eval echo configure:5879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | ||
| 5879 | rm -rf conftest* | ||
| 5880 | eval "ac_cv_lib_$ac_lib_var=yes" | ||
| 5881 | else | ||
| 5882 | echo "configure: failed program was:" >&5 | ||
| 5883 | cat conftest.$ac_ext >&5 | ||
| 5884 | rm -rf conftest* | ||
| 5885 | eval "ac_cv_lib_$ac_lib_var=no" | ||
| 5886 | fi | ||
| 5887 | rm -f conftest* | ||
| 5888 | LIBS="$ac_save_LIBS" | ||
| 5889 | |||
| 5890 | fi | ||
| 5891 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | ||
| 5892 | echo "$ac_t""yes" 1>&6 | ||
| 5893 | LIBS="-lgetloadavg $LIBS" | ||
| 5894 | else | ||
| 5895 | echo "$ac_t""no" 1>&6 | ||
| 5896 | LIBS="$ac_getloadavg_LIBS" | ||
| 5897 | fi | ||
| 5898 | |||
| 5899 | fi | ||
| 5900 | |||
| 5901 | # Make sure it is really in the library, if we think we found it. | ||
| 5902 | for ac_func in getloadavg | ||
| 5903 | do | ||
| 5904 | echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 | ||
| 5905 | echo "configure:5906: checking for $ac_func" >&5 | ||
| 5906 | if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then | ||
| 5907 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 5908 | else | ||
| 5909 | cat > conftest.$ac_ext <<EOF | ||
| 5910 | #line 5911 "configure" | ||
| 5911 | #include "confdefs.h" | ||
| 5912 | /* System header to define __stub macros and hopefully few prototypes, | ||
| 5913 | which can conflict with char $ac_func(); below. */ | ||
| 5914 | #include <assert.h> | ||
| 5915 | /* Override any gcc2 internal prototype to avoid an error. */ | ||
| 5916 | /* We use char because int might match the return type of a gcc2 | ||
| 5917 | builtin and then its argument prototype would still apply. */ | ||
| 5918 | char $ac_func(); | ||
| 5919 | |||
| 5920 | int main() { | ||
| 5921 | |||
| 5922 | /* The GNU C library defines this for functions which it implements | ||
| 5923 | to always fail with ENOSYS. Some functions are actually named | ||
| 5924 | something starting with __ and the normal name is an alias. */ | ||
| 5925 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | ||
| 5926 | choke me | ||
| 5927 | #else | ||
| 5928 | $ac_func(); | ||
| 5929 | #endif | ||
| 5930 | |||
| 5931 | ; return 0; } | ||
| 5932 | EOF | ||
| 5933 | if { (eval echo configure:5934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | ||
| 5934 | rm -rf conftest* | ||
| 5935 | eval "ac_cv_func_$ac_func=yes" | ||
| 5936 | else | ||
| 5937 | echo "configure: failed program was:" >&5 | ||
| 5938 | cat conftest.$ac_ext >&5 | ||
| 5939 | rm -rf conftest* | ||
| 5940 | eval "ac_cv_func_$ac_func=no" | ||
| 5941 | fi | ||
| 5942 | rm -f conftest* | ||
| 5943 | fi | ||
| 5944 | |||
| 5945 | if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then | ||
| 5946 | echo "$ac_t""yes" 1>&6 | ||
| 5947 | ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` | ||
| 5948 | cat >> confdefs.h <<EOF | ||
| 5949 | #define $ac_tr_func 1 | ||
| 5950 | EOF | ||
| 5951 | |||
| 5952 | else | ||
| 5953 | echo "$ac_t""no" 1>&6 | ||
| 5954 | LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}" | ||
| 5955 | fi | ||
| 5956 | done | ||
| 5957 | |||
| 5958 | |||
| 5959 | |||
| 5960 | if test $ac_cv_func_getloadavg = yes; then | ||
| 5961 | cat >> confdefs.h <<\EOF | ||
| 5962 | #define HAVE_GETLOADAVG 1 | ||
| 5963 | EOF | ||
| 5964 | |||
| 5965 | ac_have_func=yes | ||
| 5966 | else | ||
| 5967 | # Figure out what our getloadavg.c needs. | ||
| 5968 | ac_have_func=no | ||
| 5969 | ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'` | ||
| 5970 | echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6 | ||
| 5971 | echo "configure:5972: checking for sys/dg_sys_info.h" >&5 | ||
| 5972 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | ||
| 5973 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 5974 | else | ||
| 5975 | cat > conftest.$ac_ext <<EOF | ||
| 5976 | #line 5977 "configure" | ||
| 5977 | #include "confdefs.h" | ||
| 5978 | #include <sys/dg_sys_info.h> | ||
| 5979 | EOF | ||
| 5980 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ||
| 5981 | { (eval echo configure:5982: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | ||
| 5982 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | ||
| 5983 | if test -z "$ac_err"; then | ||
| 5984 | rm -rf conftest* | ||
| 5985 | eval "ac_cv_header_$ac_safe=yes" | ||
| 5986 | else | ||
| 5987 | echo "$ac_err" >&5 | ||
| 5988 | echo "configure: failed program was:" >&5 | ||
| 5989 | cat conftest.$ac_ext >&5 | ||
| 5990 | rm -rf conftest* | ||
| 5991 | eval "ac_cv_header_$ac_safe=no" | ||
| 5992 | fi | ||
| 5993 | rm -f conftest* | ||
| 5994 | fi | ||
| 5995 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | ||
| 5996 | echo "$ac_t""yes" 1>&6 | ||
| 5997 | ac_have_func=yes; cat >> confdefs.h <<\EOF | ||
| 5998 | #define DGUX 1 | ||
| 5999 | EOF | ||
| 6000 | |||
| 6001 | echo $ac_n "checking for dg_sys_info in -ldgc""... $ac_c" 1>&6 | ||
| 6002 | echo "configure:6003: checking for dg_sys_info in -ldgc" >&5 | ||
| 6003 | ac_lib_var=`echo dgc'_'dg_sys_info | sed 'y%./+-%__p_%'` | ||
| 6004 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | ||
| 6005 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 6006 | else | ||
| 6007 | ac_save_LIBS="$LIBS" | ||
| 6008 | LIBS="-ldgc $LIBS" | ||
| 6009 | cat > conftest.$ac_ext <<EOF | ||
| 6010 | #line 6011 "configure" | ||
| 6011 | #include "confdefs.h" | ||
| 6012 | /* Override any gcc2 internal prototype to avoid an error. */ | ||
| 6013 | /* We use char because int might match the return type of a gcc2 | ||
| 6014 | builtin and then its argument prototype would still apply. */ | ||
| 6015 | char dg_sys_info(); | ||
| 6016 | |||
| 6017 | int main() { | ||
| 6018 | dg_sys_info() | ||
| 6019 | ; return 0; } | ||
| 6020 | EOF | ||
| 6021 | if { (eval echo configure:6022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | ||
| 6022 | rm -rf conftest* | ||
| 6023 | eval "ac_cv_lib_$ac_lib_var=yes" | ||
| 6024 | else | ||
| 6025 | echo "configure: failed program was:" >&5 | ||
| 6026 | cat conftest.$ac_ext >&5 | ||
| 6027 | rm -rf conftest* | ||
| 6028 | eval "ac_cv_lib_$ac_lib_var=no" | ||
| 6029 | fi | ||
| 6030 | rm -f conftest* | ||
| 6031 | LIBS="$ac_save_LIBS" | ||
| 6032 | |||
| 6033 | fi | ||
| 6034 | if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then | ||
| 6035 | echo "$ac_t""yes" 1>&6 | ||
| 6036 | ac_tr_lib=HAVE_LIB`echo dgc | sed -e 's/[^a-zA-Z0-9_]/_/g' \ | ||
| 6037 | -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` | ||
| 6038 | cat >> confdefs.h <<EOF | ||
| 6039 | #define $ac_tr_lib 1 | ||
| 6040 | EOF | ||
| 6041 | |||
| 6042 | LIBS="-ldgc $LIBS" | ||
| 6043 | |||
| 6044 | else | ||
| 6045 | echo "$ac_t""no" 1>&6 | ||
| 6046 | fi | ||
| 6047 | |||
| 6048 | else | ||
| 6049 | echo "$ac_t""no" 1>&6 | ||
| 6050 | fi | ||
| 6051 | |||
| 6052 | |||
| 6053 | # We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it | ||
| 6054 | # uses stabs), but it is still SVR4. We cannot check for <elf.h> because | ||
| 6055 | # Irix 4.0.5F has the header but not the library. | ||
| 6056 | if test $ac_have_func = no && test $ac_cv_lib_elf_elf_begin = yes; then | ||
| 6057 | ac_have_func=yes; cat >> confdefs.h <<\EOF | ||
| 6058 | #define SVR4 1 | ||
| 6059 | EOF | ||
| 6060 | |||
| 6061 | fi | ||
| 6062 | |||
| 6063 | if test $ac_have_func = no; then | ||
| 6064 | ac_safe=`echo "inq_stats/cpustats.h" | sed 'y%./+-%__p_%'` | ||
| 6065 | echo $ac_n "checking for inq_stats/cpustats.h""... $ac_c" 1>&6 | ||
| 6066 | echo "configure:6067: checking for inq_stats/cpustats.h" >&5 | ||
| 6067 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | ||
| 6068 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 6069 | else | ||
| 6070 | cat > conftest.$ac_ext <<EOF | ||
| 6071 | #line 6072 "configure" | ||
| 6072 | #include "confdefs.h" | ||
| 6073 | #include <inq_stats/cpustats.h> | ||
| 6074 | EOF | ||
| 6075 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ||
| 6076 | { (eval echo configure:6077: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | ||
| 6077 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | ||
| 6078 | if test -z "$ac_err"; then | ||
| 6079 | rm -rf conftest* | ||
| 6080 | eval "ac_cv_header_$ac_safe=yes" | ||
| 6081 | else | ||
| 6082 | echo "$ac_err" >&5 | ||
| 6083 | echo "configure: failed program was:" >&5 | ||
| 6084 | cat conftest.$ac_ext >&5 | ||
| 6085 | rm -rf conftest* | ||
| 6086 | eval "ac_cv_header_$ac_safe=no" | ||
| 6087 | fi | ||
| 6088 | rm -f conftest* | ||
| 6089 | fi | ||
| 6090 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | ||
| 6091 | echo "$ac_t""yes" 1>&6 | ||
| 6092 | ac_have_func=yes; cat >> confdefs.h <<\EOF | ||
| 6093 | #define UMAX 1 | ||
| 6094 | EOF | ||
| 6095 | |||
| 6096 | cat >> confdefs.h <<\EOF | ||
| 6097 | #define UMAX4_3 1 | ||
| 6098 | EOF | ||
| 6099 | |||
| 6100 | else | ||
| 6101 | echo "$ac_t""no" 1>&6 | ||
| 6102 | fi | ||
| 6103 | |||
| 6104 | fi | ||
| 6105 | |||
| 6106 | if test $ac_have_func = no; then | ||
| 6107 | ac_safe=`echo "sys/cpustats.h" | sed 'y%./+-%__p_%'` | ||
| 6108 | echo $ac_n "checking for sys/cpustats.h""... $ac_c" 1>&6 | ||
| 6109 | echo "configure:6110: checking for sys/cpustats.h" >&5 | ||
| 6110 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | ||
| 6111 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 6112 | else | ||
| 6113 | cat > conftest.$ac_ext <<EOF | ||
| 6114 | #line 6115 "configure" | ||
| 6115 | #include "confdefs.h" | ||
| 6116 | #include <sys/cpustats.h> | ||
| 6117 | EOF | ||
| 6118 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ||
| 6119 | { (eval echo configure:6120: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | ||
| 6120 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | ||
| 6121 | if test -z "$ac_err"; then | ||
| 6122 | rm -rf conftest* | ||
| 6123 | eval "ac_cv_header_$ac_safe=yes" | ||
| 6124 | else | ||
| 6125 | echo "$ac_err" >&5 | ||
| 6126 | echo "configure: failed program was:" >&5 | ||
| 6127 | cat conftest.$ac_ext >&5 | ||
| 6128 | rm -rf conftest* | ||
| 6129 | eval "ac_cv_header_$ac_safe=no" | ||
| 6130 | fi | ||
| 6131 | rm -f conftest* | ||
| 6132 | fi | ||
| 6133 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | ||
| 6134 | echo "$ac_t""yes" 1>&6 | ||
| 6135 | ac_have_func=yes; cat >> confdefs.h <<\EOF | ||
| 6136 | #define UMAX 1 | ||
| 6137 | EOF | ||
| 6138 | |||
| 6139 | else | ||
| 6140 | echo "$ac_t""no" 1>&6 | ||
| 6141 | fi | ||
| 6142 | |||
| 6143 | fi | ||
| 6144 | |||
| 6145 | if test $ac_have_func = no; then | ||
| 6146 | for ac_hdr in mach/mach.h | ||
| 6147 | do | ||
| 6148 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | ||
| 6149 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | ||
| 6150 | echo "configure:6151: checking for $ac_hdr" >&5 | ||
| 6151 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | ||
| 6152 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 6153 | else | ||
| 6154 | cat > conftest.$ac_ext <<EOF | ||
| 6155 | #line 6156 "configure" | ||
| 6156 | #include "confdefs.h" | ||
| 6157 | #include <$ac_hdr> | ||
| 6158 | EOF | ||
| 6159 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ||
| 6160 | { (eval echo configure:6161: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | ||
| 6161 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | ||
| 6162 | if test -z "$ac_err"; then | ||
| 6163 | rm -rf conftest* | ||
| 6164 | eval "ac_cv_header_$ac_safe=yes" | ||
| 6165 | else | ||
| 6166 | echo "$ac_err" >&5 | ||
| 6167 | echo "configure: failed program was:" >&5 | ||
| 6168 | cat conftest.$ac_ext >&5 | ||
| 6169 | rm -rf conftest* | ||
| 6170 | eval "ac_cv_header_$ac_safe=no" | ||
| 6171 | fi | ||
| 6172 | rm -f conftest* | ||
| 6173 | fi | ||
| 6174 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | ||
| 6175 | echo "$ac_t""yes" 1>&6 | ||
| 6176 | ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` | ||
| 6177 | cat >> confdefs.h <<EOF | ||
| 6178 | #define $ac_tr_hdr 1 | ||
| 6179 | EOF | ||
| 6180 | |||
| 6181 | else | ||
| 6182 | echo "$ac_t""no" 1>&6 | ||
| 6183 | fi | ||
| 6184 | done | ||
| 6185 | |||
| 6186 | fi | ||
| 6187 | |||
| 6188 | ac_safe=`echo "nlist.h" | sed 'y%./+-%__p_%'` | ||
| 6189 | echo $ac_n "checking for nlist.h""... $ac_c" 1>&6 | ||
| 6190 | echo "configure:6191: checking for nlist.h" >&5 | ||
| 6191 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | ||
| 6192 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 6193 | else | ||
| 6194 | cat > conftest.$ac_ext <<EOF | ||
| 6195 | #line 6196 "configure" | ||
| 6196 | #include "confdefs.h" | ||
| 6197 | #include <nlist.h> | ||
| 6198 | EOF | ||
| 6199 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | ||
| 6200 | { (eval echo configure:6201: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | ||
| 6201 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | ||
| 6202 | if test -z "$ac_err"; then | ||
| 6203 | rm -rf conftest* | ||
| 6204 | eval "ac_cv_header_$ac_safe=yes" | ||
| 6205 | else | ||
| 6206 | echo "$ac_err" >&5 | ||
| 6207 | echo "configure: failed program was:" >&5 | ||
| 6208 | cat conftest.$ac_ext >&5 | ||
| 6209 | rm -rf conftest* | ||
| 6210 | eval "ac_cv_header_$ac_safe=no" | ||
| 6211 | fi | ||
| 6212 | rm -f conftest* | ||
| 6213 | fi | ||
| 6214 | if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then | ||
| 6215 | echo "$ac_t""yes" 1>&6 | ||
| 6216 | cat >> confdefs.h <<\EOF | ||
| 6217 | #define NLIST_STRUCT 1 | ||
| 6218 | EOF | ||
| 6219 | |||
| 6220 | echo $ac_n "checking for n_un in struct nlist""... $ac_c" 1>&6 | ||
| 6221 | echo "configure:6222: checking for n_un in struct nlist" >&5 | ||
| 6222 | if eval "test \"`echo '$''{'ac_cv_struct_nlist_n_un'+set}'`\" = set"; then | ||
| 6223 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 6224 | else | ||
| 6225 | cat > conftest.$ac_ext <<EOF | ||
| 6226 | #line 6227 "configure" | ||
| 6227 | #include "confdefs.h" | ||
| 6228 | #include <nlist.h> | ||
| 6229 | int main() { | ||
| 6230 | struct nlist n; n.n_un.n_name = 0; | ||
| 6231 | ; return 0; } | ||
| 6232 | EOF | ||
| 6233 | if { (eval echo configure:6234: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then | ||
| 6234 | rm -rf conftest* | ||
| 6235 | ac_cv_struct_nlist_n_un=yes | ||
| 6236 | else | ||
| 6237 | echo "configure: failed program was:" >&5 | ||
| 6238 | cat conftest.$ac_ext >&5 | ||
| 6239 | rm -rf conftest* | ||
| 6240 | ac_cv_struct_nlist_n_un=no | ||
| 6241 | fi | ||
| 6242 | rm -f conftest* | ||
| 6243 | fi | ||
| 6244 | |||
| 6245 | echo "$ac_t""$ac_cv_struct_nlist_n_un" 1>&6 | ||
| 6246 | if test $ac_cv_struct_nlist_n_un = yes; then | ||
| 6247 | cat >> confdefs.h <<\EOF | ||
| 6248 | #define NLIST_NAME_UNION 1 | ||
| 6249 | EOF | ||
| 6250 | |||
| 6251 | fi | ||
| 6252 | |||
| 6253 | else | ||
| 6254 | echo "$ac_t""no" 1>&6 | ||
| 6255 | fi | ||
| 6256 | fi # Do not have getloadavg in system libraries. | ||
| 6257 | |||
| 6258 | # Some definitions of getloadavg require that the program be installed setgid. | ||
| 6259 | echo $ac_n "checking whether getloadavg requires setgid""... $ac_c" 1>&6 | ||
| 6260 | echo "configure:6261: checking whether getloadavg requires setgid" >&5 | ||
| 6261 | if eval "test \"`echo '$''{'ac_cv_func_getloadavg_setgid'+set}'`\" = set"; then | ||
| 6262 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 6263 | else | ||
| 6264 | cat > conftest.$ac_ext <<EOF | ||
| 6265 | #line 6266 "configure" | ||
| 6266 | #include "confdefs.h" | ||
| 6267 | #include "$srcdir/getloadavg.c" | ||
| 6268 | #ifdef LDAV_PRIVILEGED | ||
| 6269 | Yowza Am I SETGID yet | ||
| 6270 | #endif | ||
| 6271 | EOF | ||
| 6272 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | ||
| 6273 | egrep "Yowza Am I SETGID yet" >/dev/null 2>&1; then | ||
| 6274 | rm -rf conftest* | ||
| 6275 | ac_cv_func_getloadavg_setgid=yes | ||
| 6276 | else | ||
| 6277 | rm -rf conftest* | ||
| 6278 | ac_cv_func_getloadavg_setgid=no | ||
| 6279 | fi | ||
| 6280 | rm -f conftest* | ||
| 6281 | |||
| 6282 | fi | ||
| 6283 | |||
| 6284 | echo "$ac_t""$ac_cv_func_getloadavg_setgid" 1>&6 | ||
| 6285 | if test $ac_cv_func_getloadavg_setgid = yes; then | ||
| 6286 | NEED_SETGID=true; cat >> confdefs.h <<\EOF | ||
| 6287 | #define GETLOADAVG_PRIVILEGED 1 | ||
| 6288 | EOF | ||
| 6289 | |||
| 6290 | else | ||
| 6291 | NEED_SETGID=false | ||
| 6292 | fi | ||
| 6293 | |||
| 6294 | if test $ac_cv_func_getloadavg_setgid = yes; then | ||
| 6295 | echo $ac_n "checking group of /dev/kmem""... $ac_c" 1>&6 | ||
| 6296 | echo "configure:6297: checking group of /dev/kmem" >&5 | ||
| 6297 | if eval "test \"`echo '$''{'ac_cv_group_kmem'+set}'`\" = set"; then | ||
| 6298 | echo $ac_n "(cached) $ac_c" 1>&6 | ||
| 6299 | else | ||
| 6300 | # On Solaris, /dev/kmem is a symlink. Get info on the real file. | ||
| 6301 | ac_ls_output=`ls -lgL /dev/kmem 2>/dev/null` | ||
| 6302 | # If we got an error (system does not support symlinks), try without -L. | ||
| 6303 | test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` | ||
| 6304 | ac_cv_group_kmem=`echo $ac_ls_output \ | ||
| 6305 | | sed -ne 's/[ ][ ]*/ /g; | ||
| 6306 | s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/; | ||
| 6307 | / /s/.* //;p;'` | ||
| 6308 | |||
| 6309 | fi | ||
| 6310 | |||
| 6311 | echo "$ac_t""$ac_cv_group_kmem" 1>&6 | ||
| 6312 | KMEM_GROUP=$ac_cv_group_kmem | ||
| 6313 | fi | ||
| 6314 | |||
| 6315 | |||
| 6316 | # Check this now, so that we will NOT find the above functions in ncurses. | 5727 | # Check this now, so that we will NOT find the above functions in ncurses. |
| 6317 | # That is because we have not set up to link ncurses in lib-src. | 5728 | # That is because we have not set up to link ncurses in lib-src. |
| 6318 | # It's better to believe a function is not available | 5729 | # It's better to believe a function is not available |
| 6319 | # than to expect to find it in ncurses. | 5730 | # than to expect to find it in ncurses. |
| 6320 | echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6 | 5731 | echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6 |
| 6321 | echo "configure:6322: checking for tparm in -lncurses" >&5 | 5732 | echo "configure:5733: checking for tparm in -lncurses" >&5 |
| 6322 | ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'` | 5733 | ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'` |
| 6323 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5734 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6324 | echo $ac_n "(cached) $ac_c" 1>&6 | 5735 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6326,7 +5737,7 @@ else | |||
| 6326 | ac_save_LIBS="$LIBS" | 5737 | ac_save_LIBS="$LIBS" |
| 6327 | LIBS="-lncurses $LIBS" | 5738 | LIBS="-lncurses $LIBS" |
| 6328 | cat > conftest.$ac_ext <<EOF | 5739 | cat > conftest.$ac_ext <<EOF |
| 6329 | #line 6330 "configure" | 5740 | #line 5741 "configure" |
| 6330 | #include "confdefs.h" | 5741 | #include "confdefs.h" |
| 6331 | /* Override any gcc2 internal prototype to avoid an error. */ | 5742 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6332 | /* We use char because int might match the return type of a gcc2 | 5743 | /* We use char because int might match the return type of a gcc2 |
| @@ -6337,7 +5748,7 @@ int main() { | |||
| 6337 | tparm() | 5748 | tparm() |
| 6338 | ; return 0; } | 5749 | ; return 0; } |
| 6339 | EOF | 5750 | EOF |
| 6340 | if { (eval echo configure:6341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5751 | if { (eval echo configure:5752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6341 | rm -rf conftest* | 5752 | rm -rf conftest* |
| 6342 | eval "ac_cv_lib_$ac_lib_var=yes" | 5753 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6343 | else | 5754 | else |
| @@ -6368,7 +5779,7 @@ fi | |||
| 6368 | # These tell us which Kerberos-related libraries to use. | 5779 | # These tell us which Kerberos-related libraries to use. |
| 6369 | if test "${with_kerberos+set}" = set; then | 5780 | if test "${with_kerberos+set}" = set; then |
| 6370 | echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 | 5781 | echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 |
| 6371 | echo "configure:6372: checking for com_err in -lcom_err" >&5 | 5782 | echo "configure:5783: checking for com_err in -lcom_err" >&5 |
| 6372 | ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` | 5783 | ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` |
| 6373 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5784 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6374 | echo $ac_n "(cached) $ac_c" 1>&6 | 5785 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6376,7 +5787,7 @@ else | |||
| 6376 | ac_save_LIBS="$LIBS" | 5787 | ac_save_LIBS="$LIBS" |
| 6377 | LIBS="-lcom_err $LIBS" | 5788 | LIBS="-lcom_err $LIBS" |
| 6378 | cat > conftest.$ac_ext <<EOF | 5789 | cat > conftest.$ac_ext <<EOF |
| 6379 | #line 6380 "configure" | 5790 | #line 5791 "configure" |
| 6380 | #include "confdefs.h" | 5791 | #include "confdefs.h" |
| 6381 | /* Override any gcc2 internal prototype to avoid an error. */ | 5792 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6382 | /* We use char because int might match the return type of a gcc2 | 5793 | /* We use char because int might match the return type of a gcc2 |
| @@ -6387,7 +5798,7 @@ int main() { | |||
| 6387 | com_err() | 5798 | com_err() |
| 6388 | ; return 0; } | 5799 | ; return 0; } |
| 6389 | EOF | 5800 | EOF |
| 6390 | if { (eval echo configure:6391: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5801 | if { (eval echo configure:5802: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6391 | rm -rf conftest* | 5802 | rm -rf conftest* |
| 6392 | eval "ac_cv_lib_$ac_lib_var=yes" | 5803 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6393 | else | 5804 | else |
| @@ -6415,7 +5826,7 @@ else | |||
| 6415 | fi | 5826 | fi |
| 6416 | 5827 | ||
| 6417 | echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6 | 5828 | echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6 |
| 6418 | echo "configure:6419: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 | 5829 | echo "configure:5830: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 |
| 6419 | ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` | 5830 | ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` |
| 6420 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5831 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6421 | echo $ac_n "(cached) $ac_c" 1>&6 | 5832 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6423,7 +5834,7 @@ else | |||
| 6423 | ac_save_LIBS="$LIBS" | 5834 | ac_save_LIBS="$LIBS" |
| 6424 | LIBS="-lk5crypto $LIBS" | 5835 | LIBS="-lk5crypto $LIBS" |
| 6425 | cat > conftest.$ac_ext <<EOF | 5836 | cat > conftest.$ac_ext <<EOF |
| 6426 | #line 6427 "configure" | 5837 | #line 5838 "configure" |
| 6427 | #include "confdefs.h" | 5838 | #include "confdefs.h" |
| 6428 | /* Override any gcc2 internal prototype to avoid an error. */ | 5839 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6429 | /* We use char because int might match the return type of a gcc2 | 5840 | /* We use char because int might match the return type of a gcc2 |
| @@ -6434,7 +5845,7 @@ int main() { | |||
| 6434 | mit_des_cbc_encrypt() | 5845 | mit_des_cbc_encrypt() |
| 6435 | ; return 0; } | 5846 | ; return 0; } |
| 6436 | EOF | 5847 | EOF |
| 6437 | if { (eval echo configure:6438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5848 | if { (eval echo configure:5849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6438 | rm -rf conftest* | 5849 | rm -rf conftest* |
| 6439 | eval "ac_cv_lib_$ac_lib_var=yes" | 5850 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6440 | else | 5851 | else |
| @@ -6462,7 +5873,7 @@ else | |||
| 6462 | fi | 5873 | fi |
| 6463 | 5874 | ||
| 6464 | echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6 | 5875 | echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6 |
| 6465 | echo "configure:6466: checking for mit_des_cbc_encrypt in -lcrypto" >&5 | 5876 | echo "configure:5877: checking for mit_des_cbc_encrypt in -lcrypto" >&5 |
| 6466 | ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` | 5877 | ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` |
| 6467 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5878 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6468 | echo $ac_n "(cached) $ac_c" 1>&6 | 5879 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6470,7 +5881,7 @@ else | |||
| 6470 | ac_save_LIBS="$LIBS" | 5881 | ac_save_LIBS="$LIBS" |
| 6471 | LIBS="-lcrypto $LIBS" | 5882 | LIBS="-lcrypto $LIBS" |
| 6472 | cat > conftest.$ac_ext <<EOF | 5883 | cat > conftest.$ac_ext <<EOF |
| 6473 | #line 6474 "configure" | 5884 | #line 5885 "configure" |
| 6474 | #include "confdefs.h" | 5885 | #include "confdefs.h" |
| 6475 | /* Override any gcc2 internal prototype to avoid an error. */ | 5886 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6476 | /* We use char because int might match the return type of a gcc2 | 5887 | /* We use char because int might match the return type of a gcc2 |
| @@ -6481,7 +5892,7 @@ int main() { | |||
| 6481 | mit_des_cbc_encrypt() | 5892 | mit_des_cbc_encrypt() |
| 6482 | ; return 0; } | 5893 | ; return 0; } |
| 6483 | EOF | 5894 | EOF |
| 6484 | if { (eval echo configure:6485: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5895 | if { (eval echo configure:5896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6485 | rm -rf conftest* | 5896 | rm -rf conftest* |
| 6486 | eval "ac_cv_lib_$ac_lib_var=yes" | 5897 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6487 | else | 5898 | else |
| @@ -6509,7 +5920,7 @@ else | |||
| 6509 | fi | 5920 | fi |
| 6510 | 5921 | ||
| 6511 | echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 | 5922 | echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 |
| 6512 | echo "configure:6513: checking for krb5_init_context in -lkrb5" >&5 | 5923 | echo "configure:5924: checking for krb5_init_context in -lkrb5" >&5 |
| 6513 | ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'` | 5924 | ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'` |
| 6514 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5925 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6515 | echo $ac_n "(cached) $ac_c" 1>&6 | 5926 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6517,7 +5928,7 @@ else | |||
| 6517 | ac_save_LIBS="$LIBS" | 5928 | ac_save_LIBS="$LIBS" |
| 6518 | LIBS="-lkrb5 $LIBS" | 5929 | LIBS="-lkrb5 $LIBS" |
| 6519 | cat > conftest.$ac_ext <<EOF | 5930 | cat > conftest.$ac_ext <<EOF |
| 6520 | #line 6521 "configure" | 5931 | #line 5932 "configure" |
| 6521 | #include "confdefs.h" | 5932 | #include "confdefs.h" |
| 6522 | /* Override any gcc2 internal prototype to avoid an error. */ | 5933 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6523 | /* We use char because int might match the return type of a gcc2 | 5934 | /* We use char because int might match the return type of a gcc2 |
| @@ -6528,7 +5939,7 @@ int main() { | |||
| 6528 | krb5_init_context() | 5939 | krb5_init_context() |
| 6529 | ; return 0; } | 5940 | ; return 0; } |
| 6530 | EOF | 5941 | EOF |
| 6531 | if { (eval echo configure:6532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5942 | if { (eval echo configure:5943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6532 | rm -rf conftest* | 5943 | rm -rf conftest* |
| 6533 | eval "ac_cv_lib_$ac_lib_var=yes" | 5944 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6534 | else | 5945 | else |
| @@ -6557,7 +5968,7 @@ fi | |||
| 6557 | 5968 | ||
| 6558 | if test "${with_kerberos5+set}" != set; then | 5969 | if test "${with_kerberos5+set}" != set; then |
| 6559 | echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6 | 5970 | echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6 |
| 6560 | echo "configure:6561: checking for des_cbc_encrypt in -ldes425" >&5 | 5971 | echo "configure:5972: checking for des_cbc_encrypt in -ldes425" >&5 |
| 6561 | ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` | 5972 | ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` |
| 6562 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 5973 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6563 | echo $ac_n "(cached) $ac_c" 1>&6 | 5974 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6565,7 +5976,7 @@ else | |||
| 6565 | ac_save_LIBS="$LIBS" | 5976 | ac_save_LIBS="$LIBS" |
| 6566 | LIBS="-ldes425 $LIBS" | 5977 | LIBS="-ldes425 $LIBS" |
| 6567 | cat > conftest.$ac_ext <<EOF | 5978 | cat > conftest.$ac_ext <<EOF |
| 6568 | #line 6569 "configure" | 5979 | #line 5980 "configure" |
| 6569 | #include "confdefs.h" | 5980 | #include "confdefs.h" |
| 6570 | /* Override any gcc2 internal prototype to avoid an error. */ | 5981 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6571 | /* We use char because int might match the return type of a gcc2 | 5982 | /* We use char because int might match the return type of a gcc2 |
| @@ -6576,7 +5987,7 @@ int main() { | |||
| 6576 | des_cbc_encrypt() | 5987 | des_cbc_encrypt() |
| 6577 | ; return 0; } | 5988 | ; return 0; } |
| 6578 | EOF | 5989 | EOF |
| 6579 | if { (eval echo configure:6580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 5990 | if { (eval echo configure:5991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6580 | rm -rf conftest* | 5991 | rm -rf conftest* |
| 6581 | eval "ac_cv_lib_$ac_lib_var=yes" | 5992 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6582 | else | 5993 | else |
| @@ -6602,7 +6013,7 @@ EOF | |||
| 6602 | else | 6013 | else |
| 6603 | echo "$ac_t""no" 1>&6 | 6014 | echo "$ac_t""no" 1>&6 |
| 6604 | echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6 | 6015 | echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6 |
| 6605 | echo "configure:6606: checking for des_cbc_encrypt in -ldes" >&5 | 6016 | echo "configure:6017: checking for des_cbc_encrypt in -ldes" >&5 |
| 6606 | ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` | 6017 | ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` |
| 6607 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 6018 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6608 | echo $ac_n "(cached) $ac_c" 1>&6 | 6019 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6610,7 +6021,7 @@ else | |||
| 6610 | ac_save_LIBS="$LIBS" | 6021 | ac_save_LIBS="$LIBS" |
| 6611 | LIBS="-ldes $LIBS" | 6022 | LIBS="-ldes $LIBS" |
| 6612 | cat > conftest.$ac_ext <<EOF | 6023 | cat > conftest.$ac_ext <<EOF |
| 6613 | #line 6614 "configure" | 6024 | #line 6025 "configure" |
| 6614 | #include "confdefs.h" | 6025 | #include "confdefs.h" |
| 6615 | /* Override any gcc2 internal prototype to avoid an error. */ | 6026 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6616 | /* We use char because int might match the return type of a gcc2 | 6027 | /* We use char because int might match the return type of a gcc2 |
| @@ -6621,7 +6032,7 @@ int main() { | |||
| 6621 | des_cbc_encrypt() | 6032 | des_cbc_encrypt() |
| 6622 | ; return 0; } | 6033 | ; return 0; } |
| 6623 | EOF | 6034 | EOF |
| 6624 | if { (eval echo configure:6625: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6035 | if { (eval echo configure:6036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6625 | rm -rf conftest* | 6036 | rm -rf conftest* |
| 6626 | eval "ac_cv_lib_$ac_lib_var=yes" | 6037 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6627 | else | 6038 | else |
| @@ -6651,7 +6062,7 @@ fi | |||
| 6651 | fi | 6062 | fi |
| 6652 | 6063 | ||
| 6653 | echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6 | 6064 | echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6 |
| 6654 | echo "configure:6655: checking for krb_get_cred in -lkrb4" >&5 | 6065 | echo "configure:6066: checking for krb_get_cred in -lkrb4" >&5 |
| 6655 | ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'` | 6066 | ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'` |
| 6656 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 6067 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6657 | echo $ac_n "(cached) $ac_c" 1>&6 | 6068 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6659,7 +6070,7 @@ else | |||
| 6659 | ac_save_LIBS="$LIBS" | 6070 | ac_save_LIBS="$LIBS" |
| 6660 | LIBS="-lkrb4 $LIBS" | 6071 | LIBS="-lkrb4 $LIBS" |
| 6661 | cat > conftest.$ac_ext <<EOF | 6072 | cat > conftest.$ac_ext <<EOF |
| 6662 | #line 6663 "configure" | 6073 | #line 6074 "configure" |
| 6663 | #include "confdefs.h" | 6074 | #include "confdefs.h" |
| 6664 | /* Override any gcc2 internal prototype to avoid an error. */ | 6075 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6665 | /* We use char because int might match the return type of a gcc2 | 6076 | /* We use char because int might match the return type of a gcc2 |
| @@ -6670,7 +6081,7 @@ int main() { | |||
| 6670 | krb_get_cred() | 6081 | krb_get_cred() |
| 6671 | ; return 0; } | 6082 | ; return 0; } |
| 6672 | EOF | 6083 | EOF |
| 6673 | if { (eval echo configure:6674: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6084 | if { (eval echo configure:6085: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6674 | rm -rf conftest* | 6085 | rm -rf conftest* |
| 6675 | eval "ac_cv_lib_$ac_lib_var=yes" | 6086 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6676 | else | 6087 | else |
| @@ -6696,7 +6107,7 @@ EOF | |||
| 6696 | else | 6107 | else |
| 6697 | echo "$ac_t""no" 1>&6 | 6108 | echo "$ac_t""no" 1>&6 |
| 6698 | echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6 | 6109 | echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6 |
| 6699 | echo "configure:6700: checking for krb_get_cred in -lkrb" >&5 | 6110 | echo "configure:6111: checking for krb_get_cred in -lkrb" >&5 |
| 6700 | ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'` | 6111 | ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'` |
| 6701 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 6112 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 6702 | echo $ac_n "(cached) $ac_c" 1>&6 | 6113 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -6704,7 +6115,7 @@ else | |||
| 6704 | ac_save_LIBS="$LIBS" | 6115 | ac_save_LIBS="$LIBS" |
| 6705 | LIBS="-lkrb $LIBS" | 6116 | LIBS="-lkrb $LIBS" |
| 6706 | cat > conftest.$ac_ext <<EOF | 6117 | cat > conftest.$ac_ext <<EOF |
| 6707 | #line 6708 "configure" | 6118 | #line 6119 "configure" |
| 6708 | #include "confdefs.h" | 6119 | #include "confdefs.h" |
| 6709 | /* Override any gcc2 internal prototype to avoid an error. */ | 6120 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 6710 | /* We use char because int might match the return type of a gcc2 | 6121 | /* We use char because int might match the return type of a gcc2 |
| @@ -6715,7 +6126,7 @@ int main() { | |||
| 6715 | krb_get_cred() | 6126 | krb_get_cred() |
| 6716 | ; return 0; } | 6127 | ; return 0; } |
| 6717 | EOF | 6128 | EOF |
| 6718 | if { (eval echo configure:6719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6129 | if { (eval echo configure:6130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 6719 | rm -rf conftest* | 6130 | rm -rf conftest* |
| 6720 | eval "ac_cv_lib_$ac_lib_var=yes" | 6131 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 6721 | else | 6132 | else |
| @@ -6751,17 +6162,17 @@ fi | |||
| 6751 | do | 6162 | do |
| 6752 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6163 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6753 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6164 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6754 | echo "configure:6755: checking for $ac_hdr" >&5 | 6165 | echo "configure:6166: checking for $ac_hdr" >&5 |
| 6755 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6166 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6756 | echo $ac_n "(cached) $ac_c" 1>&6 | 6167 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6757 | else | 6168 | else |
| 6758 | cat > conftest.$ac_ext <<EOF | 6169 | cat > conftest.$ac_ext <<EOF |
| 6759 | #line 6760 "configure" | 6170 | #line 6171 "configure" |
| 6760 | #include "confdefs.h" | 6171 | #include "confdefs.h" |
| 6761 | #include <$ac_hdr> | 6172 | #include <$ac_hdr> |
| 6762 | EOF | 6173 | EOF |
| 6763 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6174 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6764 | { (eval echo configure:6765: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6175 | { (eval echo configure:6176: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6765 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6176 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6766 | if test -z "$ac_err"; then | 6177 | if test -z "$ac_err"; then |
| 6767 | rm -rf conftest* | 6178 | rm -rf conftest* |
| @@ -6792,17 +6203,17 @@ done | |||
| 6792 | do | 6203 | do |
| 6793 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6204 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6794 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6205 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6795 | echo "configure:6796: checking for $ac_hdr" >&5 | 6206 | echo "configure:6207: checking for $ac_hdr" >&5 |
| 6796 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6207 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6797 | echo $ac_n "(cached) $ac_c" 1>&6 | 6208 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6798 | else | 6209 | else |
| 6799 | cat > conftest.$ac_ext <<EOF | 6210 | cat > conftest.$ac_ext <<EOF |
| 6800 | #line 6801 "configure" | 6211 | #line 6212 "configure" |
| 6801 | #include "confdefs.h" | 6212 | #include "confdefs.h" |
| 6802 | #include <$ac_hdr> | 6213 | #include <$ac_hdr> |
| 6803 | EOF | 6214 | EOF |
| 6804 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6215 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6805 | { (eval echo configure:6806: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6216 | { (eval echo configure:6217: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6806 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6217 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6807 | if test -z "$ac_err"; then | 6218 | if test -z "$ac_err"; then |
| 6808 | rm -rf conftest* | 6219 | rm -rf conftest* |
| @@ -6829,17 +6240,17 @@ for ac_hdr in kerberosIV/des.h | |||
| 6829 | do | 6240 | do |
| 6830 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6241 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6831 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6242 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6832 | echo "configure:6833: checking for $ac_hdr" >&5 | 6243 | echo "configure:6244: checking for $ac_hdr" >&5 |
| 6833 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6244 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6834 | echo $ac_n "(cached) $ac_c" 1>&6 | 6245 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6835 | else | 6246 | else |
| 6836 | cat > conftest.$ac_ext <<EOF | 6247 | cat > conftest.$ac_ext <<EOF |
| 6837 | #line 6838 "configure" | 6248 | #line 6249 "configure" |
| 6838 | #include "confdefs.h" | 6249 | #include "confdefs.h" |
| 6839 | #include <$ac_hdr> | 6250 | #include <$ac_hdr> |
| 6840 | EOF | 6251 | EOF |
| 6841 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6252 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6842 | { (eval echo configure:6843: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6253 | { (eval echo configure:6254: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6843 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6254 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6844 | if test -z "$ac_err"; then | 6255 | if test -z "$ac_err"; then |
| 6845 | rm -rf conftest* | 6256 | rm -rf conftest* |
| @@ -6866,17 +6277,17 @@ for ac_hdr in kerberos/des.h | |||
| 6866 | do | 6277 | do |
| 6867 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6278 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6868 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6279 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6869 | echo "configure:6870: checking for $ac_hdr" >&5 | 6280 | echo "configure:6281: checking for $ac_hdr" >&5 |
| 6870 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6281 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6871 | echo $ac_n "(cached) $ac_c" 1>&6 | 6282 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6872 | else | 6283 | else |
| 6873 | cat > conftest.$ac_ext <<EOF | 6284 | cat > conftest.$ac_ext <<EOF |
| 6874 | #line 6875 "configure" | 6285 | #line 6286 "configure" |
| 6875 | #include "confdefs.h" | 6286 | #include "confdefs.h" |
| 6876 | #include <$ac_hdr> | 6287 | #include <$ac_hdr> |
| 6877 | EOF | 6288 | EOF |
| 6878 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6289 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6879 | { (eval echo configure:6880: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6290 | { (eval echo configure:6291: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6880 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6291 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6881 | if test -z "$ac_err"; then | 6292 | if test -z "$ac_err"; then |
| 6882 | rm -rf conftest* | 6293 | rm -rf conftest* |
| @@ -6912,17 +6323,17 @@ done | |||
| 6912 | do | 6323 | do |
| 6913 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6324 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6914 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6325 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6915 | echo "configure:6916: checking for $ac_hdr" >&5 | 6326 | echo "configure:6327: checking for $ac_hdr" >&5 |
| 6916 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6327 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6917 | echo $ac_n "(cached) $ac_c" 1>&6 | 6328 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6918 | else | 6329 | else |
| 6919 | cat > conftest.$ac_ext <<EOF | 6330 | cat > conftest.$ac_ext <<EOF |
| 6920 | #line 6921 "configure" | 6331 | #line 6332 "configure" |
| 6921 | #include "confdefs.h" | 6332 | #include "confdefs.h" |
| 6922 | #include <$ac_hdr> | 6333 | #include <$ac_hdr> |
| 6923 | EOF | 6334 | EOF |
| 6924 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6335 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6925 | { (eval echo configure:6926: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6336 | { (eval echo configure:6337: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6926 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6337 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6927 | if test -z "$ac_err"; then | 6338 | if test -z "$ac_err"; then |
| 6928 | rm -rf conftest* | 6339 | rm -rf conftest* |
| @@ -6949,17 +6360,17 @@ for ac_hdr in kerberosIV/krb.h | |||
| 6949 | do | 6360 | do |
| 6950 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6361 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6951 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6362 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6952 | echo "configure:6953: checking for $ac_hdr" >&5 | 6363 | echo "configure:6364: checking for $ac_hdr" >&5 |
| 6953 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6364 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6954 | echo $ac_n "(cached) $ac_c" 1>&6 | 6365 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6955 | else | 6366 | else |
| 6956 | cat > conftest.$ac_ext <<EOF | 6367 | cat > conftest.$ac_ext <<EOF |
| 6957 | #line 6958 "configure" | 6368 | #line 6369 "configure" |
| 6958 | #include "confdefs.h" | 6369 | #include "confdefs.h" |
| 6959 | #include <$ac_hdr> | 6370 | #include <$ac_hdr> |
| 6960 | EOF | 6371 | EOF |
| 6961 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6372 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6962 | { (eval echo configure:6963: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6373 | { (eval echo configure:6374: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 6963 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6374 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 6964 | if test -z "$ac_err"; then | 6375 | if test -z "$ac_err"; then |
| 6965 | rm -rf conftest* | 6376 | rm -rf conftest* |
| @@ -6986,17 +6397,17 @@ for ac_hdr in kerberos/krb.h | |||
| 6986 | do | 6397 | do |
| 6987 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6398 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 6988 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6399 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 6989 | echo "configure:6990: checking for $ac_hdr" >&5 | 6400 | echo "configure:6401: checking for $ac_hdr" >&5 |
| 6990 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6401 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 6991 | echo $ac_n "(cached) $ac_c" 1>&6 | 6402 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 6992 | else | 6403 | else |
| 6993 | cat > conftest.$ac_ext <<EOF | 6404 | cat > conftest.$ac_ext <<EOF |
| 6994 | #line 6995 "configure" | 6405 | #line 6406 "configure" |
| 6995 | #include "confdefs.h" | 6406 | #include "confdefs.h" |
| 6996 | #include <$ac_hdr> | 6407 | #include <$ac_hdr> |
| 6997 | EOF | 6408 | EOF |
| 6998 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6409 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 6999 | { (eval echo configure:7000: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6410 | { (eval echo configure:6411: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 7000 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6411 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 7001 | if test -z "$ac_err"; then | 6412 | if test -z "$ac_err"; then |
| 7002 | rm -rf conftest* | 6413 | rm -rf conftest* |
| @@ -7033,17 +6444,17 @@ done | |||
| 7033 | do | 6444 | do |
| 7034 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` | 6445 | ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
| 7035 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 | 6446 | echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
| 7036 | echo "configure:7037: checking for $ac_hdr" >&5 | 6447 | echo "configure:6448: checking for $ac_hdr" >&5 |
| 7037 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6448 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 7038 | echo $ac_n "(cached) $ac_c" 1>&6 | 6449 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7039 | else | 6450 | else |
| 7040 | cat > conftest.$ac_ext <<EOF | 6451 | cat > conftest.$ac_ext <<EOF |
| 7041 | #line 7042 "configure" | 6452 | #line 6453 "configure" |
| 7042 | #include "confdefs.h" | 6453 | #include "confdefs.h" |
| 7043 | #include <$ac_hdr> | 6454 | #include <$ac_hdr> |
| 7044 | EOF | 6455 | EOF |
| 7045 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6456 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 7046 | { (eval echo configure:7047: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6457 | { (eval echo configure:6458: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 7047 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6458 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 7048 | if test -z "$ac_err"; then | 6459 | if test -z "$ac_err"; then |
| 7049 | rm -rf conftest* | 6460 | rm -rf conftest* |
| @@ -7074,7 +6485,7 @@ fi | |||
| 7074 | # Solaris requires -lintl if you want strerror (which calls dgettext) | 6485 | # Solaris requires -lintl if you want strerror (which calls dgettext) |
| 7075 | # to return localized messages. | 6486 | # to return localized messages. |
| 7076 | echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6 | 6487 | echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6 |
| 7077 | echo "configure:7078: checking for dgettext in -lintl" >&5 | 6488 | echo "configure:6489: checking for dgettext in -lintl" >&5 |
| 7078 | ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'` | 6489 | ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'` |
| 7079 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then | 6490 | if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
| 7080 | echo $ac_n "(cached) $ac_c" 1>&6 | 6491 | echo $ac_n "(cached) $ac_c" 1>&6 |
| @@ -7082,7 +6493,7 @@ else | |||
| 7082 | ac_save_LIBS="$LIBS" | 6493 | ac_save_LIBS="$LIBS" |
| 7083 | LIBS="-lintl $LIBS" | 6494 | LIBS="-lintl $LIBS" |
| 7084 | cat > conftest.$ac_ext <<EOF | 6495 | cat > conftest.$ac_ext <<EOF |
| 7085 | #line 7086 "configure" | 6496 | #line 6497 "configure" |
| 7086 | #include "confdefs.h" | 6497 | #include "confdefs.h" |
| 7087 | /* Override any gcc2 internal prototype to avoid an error. */ | 6498 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7088 | /* We use char because int might match the return type of a gcc2 | 6499 | /* We use char because int might match the return type of a gcc2 |
| @@ -7093,7 +6504,7 @@ int main() { | |||
| 7093 | dgettext() | 6504 | dgettext() |
| 7094 | ; return 0; } | 6505 | ; return 0; } |
| 7095 | EOF | 6506 | EOF |
| 7096 | if { (eval echo configure:7097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6507 | if { (eval echo configure:6508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7097 | rm -rf conftest* | 6508 | rm -rf conftest* |
| 7098 | eval "ac_cv_lib_$ac_lib_var=yes" | 6509 | eval "ac_cv_lib_$ac_lib_var=yes" |
| 7099 | else | 6510 | else |
| @@ -7122,7 +6533,7 @@ fi | |||
| 7122 | 6533 | ||
| 7123 | 6534 | ||
| 7124 | echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6 | 6535 | echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6 |
| 7125 | echo "configure:7126: checking whether localtime caches TZ" >&5 | 6536 | echo "configure:6537: checking whether localtime caches TZ" >&5 |
| 7126 | if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then | 6537 | if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then |
| 7127 | echo $ac_n "(cached) $ac_c" 1>&6 | 6538 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7128 | else | 6539 | else |
| @@ -7132,7 +6543,7 @@ if test "$cross_compiling" = yes; then | |||
| 7132 | emacs_cv_localtime_cache=yes | 6543 | emacs_cv_localtime_cache=yes |
| 7133 | else | 6544 | else |
| 7134 | cat > conftest.$ac_ext <<EOF | 6545 | cat > conftest.$ac_ext <<EOF |
| 7135 | #line 7136 "configure" | 6546 | #line 6547 "configure" |
| 7136 | #include "confdefs.h" | 6547 | #include "confdefs.h" |
| 7137 | #include <time.h> | 6548 | #include <time.h> |
| 7138 | extern char **environ; | 6549 | extern char **environ; |
| @@ -7164,7 +6575,7 @@ main() | |||
| 7164 | exit (0); | 6575 | exit (0); |
| 7165 | } | 6576 | } |
| 7166 | EOF | 6577 | EOF |
| 7167 | if { (eval echo configure:7168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | 6578 | if { (eval echo configure:6579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 7168 | then | 6579 | then |
| 7169 | emacs_cv_localtime_cache=no | 6580 | emacs_cv_localtime_cache=no |
| 7170 | else | 6581 | else |
| @@ -7192,12 +6603,12 @@ fi | |||
| 7192 | 6603 | ||
| 7193 | if test "x$HAVE_TIMEVAL" = xyes; then | 6604 | if test "x$HAVE_TIMEVAL" = xyes; then |
| 7194 | echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6 | 6605 | echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6 |
| 7195 | echo "configure:7196: checking whether gettimeofday can accept two arguments" >&5 | 6606 | echo "configure:6607: checking whether gettimeofday can accept two arguments" >&5 |
| 7196 | if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then | 6607 | if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then |
| 7197 | echo $ac_n "(cached) $ac_c" 1>&6 | 6608 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7198 | else | 6609 | else |
| 7199 | cat > conftest.$ac_ext <<EOF | 6610 | cat > conftest.$ac_ext <<EOF |
| 7200 | #line 7201 "configure" | 6611 | #line 6612 "configure" |
| 7201 | #include "confdefs.h" | 6612 | #include "confdefs.h" |
| 7202 | 6613 | ||
| 7203 | #ifdef TIME_WITH_SYS_TIME | 6614 | #ifdef TIME_WITH_SYS_TIME |
| @@ -7219,7 +6630,7 @@ int main() { | |||
| 7219 | 6630 | ||
| 7220 | ; return 0; } | 6631 | ; return 0; } |
| 7221 | EOF | 6632 | EOF |
| 7222 | if { (eval echo configure:7223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6633 | if { (eval echo configure:6634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7223 | rm -rf conftest* | 6634 | rm -rf conftest* |
| 7224 | emacs_cv_gettimeofday_two_arguments=yes | 6635 | emacs_cv_gettimeofday_two_arguments=yes |
| 7225 | else | 6636 | else |
| @@ -7242,12 +6653,12 @@ fi | |||
| 7242 | 6653 | ||
| 7243 | ok_so_far=yes | 6654 | ok_so_far=yes |
| 7244 | echo $ac_n "checking for socket""... $ac_c" 1>&6 | 6655 | echo $ac_n "checking for socket""... $ac_c" 1>&6 |
| 7245 | echo "configure:7246: checking for socket" >&5 | 6656 | echo "configure:6657: checking for socket" >&5 |
| 7246 | if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then | 6657 | if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then |
| 7247 | echo $ac_n "(cached) $ac_c" 1>&6 | 6658 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7248 | else | 6659 | else |
| 7249 | cat > conftest.$ac_ext <<EOF | 6660 | cat > conftest.$ac_ext <<EOF |
| 7250 | #line 7251 "configure" | 6661 | #line 6662 "configure" |
| 7251 | #include "confdefs.h" | 6662 | #include "confdefs.h" |
| 7252 | /* System header to define __stub macros and hopefully few prototypes, | 6663 | /* System header to define __stub macros and hopefully few prototypes, |
| 7253 | which can conflict with char socket(); below. */ | 6664 | which can conflict with char socket(); below. */ |
| @@ -7270,7 +6681,7 @@ socket(); | |||
| 7270 | 6681 | ||
| 7271 | ; return 0; } | 6682 | ; return 0; } |
| 7272 | EOF | 6683 | EOF |
| 7273 | if { (eval echo configure:7274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6684 | if { (eval echo configure:6685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7274 | rm -rf conftest* | 6685 | rm -rf conftest* |
| 7275 | eval "ac_cv_func_socket=yes" | 6686 | eval "ac_cv_func_socket=yes" |
| 7276 | else | 6687 | else |
| @@ -7293,17 +6704,17 @@ fi | |||
| 7293 | if test $ok_so_far = yes; then | 6704 | if test $ok_so_far = yes; then |
| 7294 | ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` | 6705 | ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` |
| 7295 | echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 | 6706 | echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 |
| 7296 | echo "configure:7297: checking for netinet/in.h" >&5 | 6707 | echo "configure:6708: checking for netinet/in.h" >&5 |
| 7297 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6708 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 7298 | echo $ac_n "(cached) $ac_c" 1>&6 | 6709 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7299 | else | 6710 | else |
| 7300 | cat > conftest.$ac_ext <<EOF | 6711 | cat > conftest.$ac_ext <<EOF |
| 7301 | #line 7302 "configure" | 6712 | #line 6713 "configure" |
| 7302 | #include "confdefs.h" | 6713 | #include "confdefs.h" |
| 7303 | #include <netinet/in.h> | 6714 | #include <netinet/in.h> |
| 7304 | EOF | 6715 | EOF |
| 7305 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6716 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 7306 | { (eval echo configure:7307: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6717 | { (eval echo configure:6718: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 7307 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6718 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 7308 | if test -z "$ac_err"; then | 6719 | if test -z "$ac_err"; then |
| 7309 | rm -rf conftest* | 6720 | rm -rf conftest* |
| @@ -7329,17 +6740,17 @@ fi | |||
| 7329 | if test $ok_so_far = yes; then | 6740 | if test $ok_so_far = yes; then |
| 7330 | ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'` | 6741 | ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'` |
| 7331 | echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6 | 6742 | echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6 |
| 7332 | echo "configure:7333: checking for arpa/inet.h" >&5 | 6743 | echo "configure:6744: checking for arpa/inet.h" >&5 |
| 7333 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6744 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 7334 | echo $ac_n "(cached) $ac_c" 1>&6 | 6745 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7335 | else | 6746 | else |
| 7336 | cat > conftest.$ac_ext <<EOF | 6747 | cat > conftest.$ac_ext <<EOF |
| 7337 | #line 7338 "configure" | 6748 | #line 6749 "configure" |
| 7338 | #include "confdefs.h" | 6749 | #include "confdefs.h" |
| 7339 | #include <arpa/inet.h> | 6750 | #include <arpa/inet.h> |
| 7340 | EOF | 6751 | EOF |
| 7341 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6752 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 7342 | { (eval echo configure:7343: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6753 | { (eval echo configure:6754: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 7343 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6754 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 7344 | if test -z "$ac_err"; then | 6755 | if test -z "$ac_err"; then |
| 7345 | rm -rf conftest* | 6756 | rm -rf conftest* |
| @@ -7377,7 +6788,7 @@ EOF | |||
| 7377 | fi | 6788 | fi |
| 7378 | 6789 | ||
| 7379 | echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6 | 6790 | echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6 |
| 7380 | echo "configure:7381: checking whether system supports dynamic ptys" >&5 | 6791 | echo "configure:6792: checking whether system supports dynamic ptys" >&5 |
| 7381 | if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then | 6792 | if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then |
| 7382 | echo "$ac_t""yes" 1>&6 | 6793 | echo "$ac_t""yes" 1>&6 |
| 7383 | cat >> confdefs.h <<\EOF | 6794 | cat >> confdefs.h <<\EOF |
| @@ -7389,12 +6800,12 @@ else | |||
| 7389 | fi | 6800 | fi |
| 7390 | 6801 | ||
| 7391 | echo $ac_n "checking for pid_t""... $ac_c" 1>&6 | 6802 | echo $ac_n "checking for pid_t""... $ac_c" 1>&6 |
| 7392 | echo "configure:7393: checking for pid_t" >&5 | 6803 | echo "configure:6804: checking for pid_t" >&5 |
| 7393 | if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then | 6804 | if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then |
| 7394 | echo $ac_n "(cached) $ac_c" 1>&6 | 6805 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7395 | else | 6806 | else |
| 7396 | cat > conftest.$ac_ext <<EOF | 6807 | cat > conftest.$ac_ext <<EOF |
| 7397 | #line 7398 "configure" | 6808 | #line 6809 "configure" |
| 7398 | #include "confdefs.h" | 6809 | #include "confdefs.h" |
| 7399 | #include <sys/types.h> | 6810 | #include <sys/types.h> |
| 7400 | #if STDC_HEADERS | 6811 | #if STDC_HEADERS |
| @@ -7423,17 +6834,17 @@ fi | |||
| 7423 | 6834 | ||
| 7424 | ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` | 6835 | ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` |
| 7425 | echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 | 6836 | echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 |
| 7426 | echo "configure:7427: checking for vfork.h" >&5 | 6837 | echo "configure:6838: checking for vfork.h" >&5 |
| 7427 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then | 6838 | if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
| 7428 | echo $ac_n "(cached) $ac_c" 1>&6 | 6839 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7429 | else | 6840 | else |
| 7430 | cat > conftest.$ac_ext <<EOF | 6841 | cat > conftest.$ac_ext <<EOF |
| 7431 | #line 7432 "configure" | 6842 | #line 6843 "configure" |
| 7432 | #include "confdefs.h" | 6843 | #include "confdefs.h" |
| 7433 | #include <vfork.h> | 6844 | #include <vfork.h> |
| 7434 | EOF | 6845 | EOF |
| 7435 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" | 6846 | ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
| 7436 | { (eval echo configure:7437: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } | 6847 | { (eval echo configure:6848: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
| 7437 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` | 6848 | ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
| 7438 | if test -z "$ac_err"; then | 6849 | if test -z "$ac_err"; then |
| 7439 | rm -rf conftest* | 6850 | rm -rf conftest* |
| @@ -7458,18 +6869,18 @@ else | |||
| 7458 | fi | 6869 | fi |
| 7459 | 6870 | ||
| 7460 | echo $ac_n "checking for working vfork""... $ac_c" 1>&6 | 6871 | echo $ac_n "checking for working vfork""... $ac_c" 1>&6 |
| 7461 | echo "configure:7462: checking for working vfork" >&5 | 6872 | echo "configure:6873: checking for working vfork" >&5 |
| 7462 | if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then | 6873 | if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then |
| 7463 | echo $ac_n "(cached) $ac_c" 1>&6 | 6874 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7464 | else | 6875 | else |
| 7465 | if test "$cross_compiling" = yes; then | 6876 | if test "$cross_compiling" = yes; then |
| 7466 | echo $ac_n "checking for vfork""... $ac_c" 1>&6 | 6877 | echo $ac_n "checking for vfork""... $ac_c" 1>&6 |
| 7467 | echo "configure:7468: checking for vfork" >&5 | 6878 | echo "configure:6879: checking for vfork" >&5 |
| 7468 | if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then | 6879 | if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then |
| 7469 | echo $ac_n "(cached) $ac_c" 1>&6 | 6880 | echo $ac_n "(cached) $ac_c" 1>&6 |
| 7470 | else | 6881 | else |
| 7471 | cat > conftest.$ac_ext <<EOF | 6882 | cat > conftest.$ac_ext <<EOF |
| 7472 | #line 7473 "configure" | 6883 | #line 6884 "configure" |
| 7473 | #include "confdefs.h" | 6884 | #include "confdefs.h" |
| 7474 | /* System header to define __stub macros and hopefully few prototypes, | 6885 | /* System header to define __stub macros and hopefully few prototypes, |
| 7475 | which can conflict with char vfork(); below. */ | 6886 | which can conflict with char vfork(); below. */ |
| @@ -7492,7 +6903,7 @@ vfork(); | |||
| 7492 | 6903 | ||
| 7493 | ; return 0; } | 6904 | ; return 0; } |
| 7494 | EOF | 6905 | EOF |
| 7495 | if { (eval echo configure:7496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then | 6906 | if { (eval echo configure:6907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
| 7496 | rm -rf conftest* | 6907 | rm -rf conftest* |
| 7497 | eval "ac_cv_func_vfork=yes" | 6908 | eval "ac_cv_func_vfork=yes" |
| 7498 | else | 6909 | else |
| @@ -7514,7 +6925,7 @@ fi | |||
| 7514 | ac_cv_func_vfork_works=$ac_cv_func_vfork | 6925 | ac_cv_func_vfork_works=$ac_cv_func_vfork |
| 7515 | else | 6926 | else |
| 7516 | cat > conftest.$ac_ext <<EOF | 6927 | cat > conftest.$ac_ext <<EOF |
| 7517 | #line 7518 "configure" | 6928 | #line 6929 "configure" |
| 7518 | #include "confdefs.h" | 6929 | #include "confdefs.h" |
| 7519 | /* Thanks to Paul Eggert for this test. */ | 6930 | /* Thanks to Paul Eggert for this test. */ |
| 7520 | #include <stdio.h> | 6931 | #include <stdio.h> |
| @@ -7609,7 +7020,7 @@ main() { | |||
| 7609 | } | 7020 | } |
| 7610 | } | 7021 | } |
| 7611 | EOF | 7022 | EOF |
| 7612 | if { (eval echo configure:7613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null | 7023 | if { (eval echo configure:7024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |
| 7613 | then | 7024 | then |
| 7614 | ac_cv_func_vfork_works=yes | 7025 | ac_cv_func_vfork_works=yes |
| 7615 | else | 7026 | else |
| @@ -7941,8 +7352,6 @@ s%@SET_MAKE@%$SET_MAKE%g | |||
| 7941 | s%@ALLOCA@%$ALLOCA%g | 7352 | s%@ALLOCA@%$ALLOCA%g |
| 7942 | s%@liblockfile@%$liblockfile%g | 7353 | s%@liblockfile@%$liblockfile%g |
| 7943 | s%@LIBOBJS@%$LIBOBJS%g | 7354 | s%@LIBOBJS@%$LIBOBJS%g |
| 7944 | s%@NEED_SETGID@%$NEED_SETGID%g | ||
| 7945 | s%@KMEM_GROUP@%$KMEM_GROUP%g | ||
| 7946 | s%@version@%$version%g | 7355 | s%@version@%$version%g |
| 7947 | s%@configuration@%$configuration%g | 7356 | s%@configuration@%$configuration%g |
| 7948 | s%@canonical@%$canonical%g | 7357 | s%@canonical@%$canonical%g |