aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-11-07 18:13:46 +0000
committerDave Love2000-11-07 18:13:46 +0000
commit033914205a249b580ff087ec8a33506f91cc0c79 (patch)
tree163131d85dba9a14ed02f6b936abe71666534244
parent1ddc85a489edb9291d2dabeadd95eaec49e05855 (diff)
downloademacs-033914205a249b580ff087ec8a33506f91cc0c79.tar.gz
emacs-033914205a249b580ff087ec8a33506f91cc0c79.zip
*** empty log message ***
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure305
-rw-r--r--src/ChangeLog6
3 files changed, 163 insertions, 152 deletions
diff --git a/ChangeLog b/ChangeLog
index 080f3a50cac..45ef55171bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12000-11-07 Dave Love <fx@gnu.org>
2
3 * configure.in: Test for mkstemp.
4
12000-11-01 Eli Zaretskii <eliz@is.elta.co.il> 52000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
2 6
3 * info/dir (Top): Rearrange menu items more logically, and put 7 * info/dir (Top): Rearrange menu items more logically, and put
diff --git a/configure b/configure
index 87975dfcc6d..9a297b79144 100755
--- a/configure
+++ b/configure
@@ -6166,15 +6166,16 @@ rename closedir mkdir rmdir sysinfo \
6166random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ 6166random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
6167strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ 6167strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
6168utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \ 6168utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \
6169__fpending mblen mbrlen strsignal setitimer ualarm index rindex gai_strerror 6169__fpending mblen mbrlen strsignal setitimer ualarm index rindex \
6170gai_strerror mkstemp
6170do 6171do
6171echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6172echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6172echo "configure:6173: checking for $ac_func" >&5 6173echo "configure:6174: checking for $ac_func" >&5
6173if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6174if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6174 echo $ac_n "(cached) $ac_c" 1>&6 6175 echo $ac_n "(cached) $ac_c" 1>&6
6175else 6176else
6176 cat > conftest.$ac_ext <<EOF 6177 cat > conftest.$ac_ext <<EOF
6177#line 6178 "configure" 6178#line 6179 "configure"
6178#include "confdefs.h" 6179#include "confdefs.h"
6179/* System header to define __stub macros and hopefully few prototypes, 6180/* System header to define __stub macros and hopefully few prototypes,
6180 which can conflict with char $ac_func(); below. */ 6181 which can conflict with char $ac_func(); below. */
@@ -6197,7 +6198,7 @@ $ac_func();
6197 6198
6198; return 0; } 6199; return 0; }
6199EOF 6200EOF
6200if { (eval echo configure:6201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6201if { (eval echo configure:6202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6201 rm -rf conftest* 6202 rm -rf conftest*
6202 eval "ac_cv_func_$ac_func=yes" 6203 eval "ac_cv_func_$ac_func=yes"
6203else 6204else
@@ -6226,17 +6227,17 @@ for ac_hdr in sys/time.h unistd.h
6226do 6227do
6227ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 6228ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6228echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 6229echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6229echo "configure:6230: checking for $ac_hdr" >&5 6230echo "configure:6231: checking for $ac_hdr" >&5
6230if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6231if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6231 echo $ac_n "(cached) $ac_c" 1>&6 6232 echo $ac_n "(cached) $ac_c" 1>&6
6232else 6233else
6233 cat > conftest.$ac_ext <<EOF 6234 cat > conftest.$ac_ext <<EOF
6234#line 6235 "configure" 6235#line 6236 "configure"
6235#include "confdefs.h" 6236#include "confdefs.h"
6236#include <$ac_hdr> 6237#include <$ac_hdr>
6237EOF 6238EOF
6238ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6239ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6239{ (eval echo configure:6240: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6240{ (eval echo configure:6241: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6240ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6241ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6241if test -z "$ac_err"; then 6242if test -z "$ac_err"; then
6242 rm -rf conftest* 6243 rm -rf conftest*
@@ -6265,12 +6266,12 @@ done
6265for ac_func in alarm 6266for ac_func in alarm
6266do 6267do
6267echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6268echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6268echo "configure:6269: checking for $ac_func" >&5 6269echo "configure:6270: checking for $ac_func" >&5
6269if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6270if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6270 echo $ac_n "(cached) $ac_c" 1>&6 6271 echo $ac_n "(cached) $ac_c" 1>&6
6271else 6272else
6272 cat > conftest.$ac_ext <<EOF 6273 cat > conftest.$ac_ext <<EOF
6273#line 6274 "configure" 6274#line 6275 "configure"
6274#include "confdefs.h" 6275#include "confdefs.h"
6275/* System header to define __stub macros and hopefully few prototypes, 6276/* System header to define __stub macros and hopefully few prototypes,
6276 which can conflict with char $ac_func(); below. */ 6277 which can conflict with char $ac_func(); below. */
@@ -6293,7 +6294,7 @@ $ac_func();
6293 6294
6294; return 0; } 6295; return 0; }
6295EOF 6296EOF
6296if { (eval echo configure:6297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6297if { (eval echo configure:6298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6297 rm -rf conftest* 6298 rm -rf conftest*
6298 eval "ac_cv_func_$ac_func=yes" 6299 eval "ac_cv_func_$ac_func=yes"
6299else 6300else
@@ -6318,7 +6319,7 @@ fi
6318done 6319done
6319 6320
6320echo $ac_n "checking for working mktime""... $ac_c" 1>&6 6321echo $ac_n "checking for working mktime""... $ac_c" 1>&6
6321echo "configure:6322: checking for working mktime" >&5 6322echo "configure:6323: checking for working mktime" >&5
6322if eval "test \"`echo '$''{'ac_cv_func_working_mktime'+set}'`\" = set"; then 6323if eval "test \"`echo '$''{'ac_cv_func_working_mktime'+set}'`\" = set"; then
6323 echo $ac_n "(cached) $ac_c" 1>&6 6324 echo $ac_n "(cached) $ac_c" 1>&6
6324else 6325else
@@ -6326,7 +6327,7 @@ else
6326 ac_cv_func_working_mktime=no 6327 ac_cv_func_working_mktime=no
6327else 6328else
6328 cat > conftest.$ac_ext <<EOF 6329 cat > conftest.$ac_ext <<EOF
6329#line 6330 "configure" 6330#line 6331 "configure"
6330#include "confdefs.h" 6331#include "confdefs.h"
6331/* Test program from Paul Eggert (eggert@twinsun.com) 6332/* Test program from Paul Eggert (eggert@twinsun.com)
6332 and Tony Leneis (tony@plaza.ds.adp.com). */ 6333 and Tony Leneis (tony@plaza.ds.adp.com). */
@@ -6475,7 +6476,7 @@ main ()
6475 exit (0); 6476 exit (0);
6476} 6477}
6477EOF 6478EOF
6478if { (eval echo configure:6479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 6479if { (eval echo configure:6480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6479then 6480then
6480 ac_cv_func_working_mktime=yes 6481 ac_cv_func_working_mktime=yes
6481else 6482else
@@ -6507,7 +6508,7 @@ ac_have_func=no # yes means we've found a way to get the load average.
6507# On Solaris, -lkvm requires nlist from -lelf, so check that first 6508# On Solaris, -lkvm requires nlist from -lelf, so check that first
6508# to get the right answer into the cache. 6509# to get the right answer into the cache.
6509echo $ac_n "checking for elf_begin in -lelf""... $ac_c" 1>&6 6510echo $ac_n "checking for elf_begin in -lelf""... $ac_c" 1>&6
6510echo "configure:6511: checking for elf_begin in -lelf" >&5 6511echo "configure:6512: checking for elf_begin in -lelf" >&5
6511ac_lib_var=`echo elf'_'elf_begin | sed 'y%./+-%__p_%'` 6512ac_lib_var=`echo elf'_'elf_begin | sed 'y%./+-%__p_%'`
6512if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6513if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6513 echo $ac_n "(cached) $ac_c" 1>&6 6514 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6515,7 +6516,7 @@ else
6515 ac_save_LIBS="$LIBS" 6516 ac_save_LIBS="$LIBS"
6516LIBS="-lelf $LIBS" 6517LIBS="-lelf $LIBS"
6517cat > conftest.$ac_ext <<EOF 6518cat > conftest.$ac_ext <<EOF
6518#line 6519 "configure" 6519#line 6520 "configure"
6519#include "confdefs.h" 6520#include "confdefs.h"
6520/* Override any gcc2 internal prototype to avoid an error. */ 6521/* Override any gcc2 internal prototype to avoid an error. */
6521/* We use char because int might match the return type of a gcc2 6522/* We use char because int might match the return type of a gcc2
@@ -6526,7 +6527,7 @@ int main() {
6526elf_begin() 6527elf_begin()
6527; return 0; } 6528; return 0; }
6528EOF 6529EOF
6529if { (eval echo configure:6530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6530if { (eval echo configure:6531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6530 rm -rf conftest* 6531 rm -rf conftest*
6531 eval "ac_cv_lib_$ac_lib_var=yes" 6532 eval "ac_cv_lib_$ac_lib_var=yes"
6532else 6533else
@@ -6547,7 +6548,7 @@ else
6547fi 6548fi
6548 6549
6549echo $ac_n "checking for kvm_open in -lkvm""... $ac_c" 1>&6 6550echo $ac_n "checking for kvm_open in -lkvm""... $ac_c" 1>&6
6550echo "configure:6551: checking for kvm_open in -lkvm" >&5 6551echo "configure:6552: checking for kvm_open in -lkvm" >&5
6551ac_lib_var=`echo kvm'_'kvm_open | sed 'y%./+-%__p_%'` 6552ac_lib_var=`echo kvm'_'kvm_open | sed 'y%./+-%__p_%'`
6552if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6553if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6553 echo $ac_n "(cached) $ac_c" 1>&6 6554 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6555,7 +6556,7 @@ else
6555 ac_save_LIBS="$LIBS" 6556 ac_save_LIBS="$LIBS"
6556LIBS="-lkvm $LIBS" 6557LIBS="-lkvm $LIBS"
6557cat > conftest.$ac_ext <<EOF 6558cat > conftest.$ac_ext <<EOF
6558#line 6559 "configure" 6559#line 6560 "configure"
6559#include "confdefs.h" 6560#include "confdefs.h"
6560/* Override any gcc2 internal prototype to avoid an error. */ 6561/* Override any gcc2 internal prototype to avoid an error. */
6561/* We use char because int might match the return type of a gcc2 6562/* We use char because int might match the return type of a gcc2
@@ -6566,7 +6567,7 @@ int main() {
6566kvm_open() 6567kvm_open()
6567; return 0; } 6568; return 0; }
6568EOF 6569EOF
6569if { (eval echo configure:6570: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6570if { (eval echo configure:6571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6570 rm -rf conftest* 6571 rm -rf conftest*
6571 eval "ac_cv_lib_$ac_lib_var=yes" 6572 eval "ac_cv_lib_$ac_lib_var=yes"
6572else 6573else
@@ -6588,7 +6589,7 @@ fi
6588 6589
6589# Check for the 4.4BSD definition of getloadavg. 6590# Check for the 4.4BSD definition of getloadavg.
6590echo $ac_n "checking for getloadavg in -lutil""... $ac_c" 1>&6 6591echo $ac_n "checking for getloadavg in -lutil""... $ac_c" 1>&6
6591echo "configure:6592: checking for getloadavg in -lutil" >&5 6592echo "configure:6593: checking for getloadavg in -lutil" >&5
6592ac_lib_var=`echo util'_'getloadavg | sed 'y%./+-%__p_%'` 6593ac_lib_var=`echo util'_'getloadavg | sed 'y%./+-%__p_%'`
6593if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6594if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6594 echo $ac_n "(cached) $ac_c" 1>&6 6595 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6596,7 +6597,7 @@ else
6596 ac_save_LIBS="$LIBS" 6597 ac_save_LIBS="$LIBS"
6597LIBS="-lutil $LIBS" 6598LIBS="-lutil $LIBS"
6598cat > conftest.$ac_ext <<EOF 6599cat > conftest.$ac_ext <<EOF
6599#line 6600 "configure" 6600#line 6601 "configure"
6600#include "confdefs.h" 6601#include "confdefs.h"
6601/* Override any gcc2 internal prototype to avoid an error. */ 6602/* Override any gcc2 internal prototype to avoid an error. */
6602/* We use char because int might match the return type of a gcc2 6603/* We use char because int might match the return type of a gcc2
@@ -6607,7 +6608,7 @@ int main() {
6607getloadavg() 6608getloadavg()
6608; return 0; } 6609; return 0; }
6609EOF 6610EOF
6610if { (eval echo configure:6611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6611if { (eval echo configure:6612: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6611 rm -rf conftest* 6612 rm -rf conftest*
6612 eval "ac_cv_lib_$ac_lib_var=yes" 6613 eval "ac_cv_lib_$ac_lib_var=yes"
6613else 6614else
@@ -6633,7 +6634,7 @@ if test $ac_have_func = no; then
6633 # Since it is not a standard part of AIX, it might be installed locally. 6634 # Since it is not a standard part of AIX, it might be installed locally.
6634 ac_getloadavg_LIBS="$LIBS"; LIBS="-L/usr/local/lib $LIBS" 6635 ac_getloadavg_LIBS="$LIBS"; LIBS="-L/usr/local/lib $LIBS"
6635 echo $ac_n "checking for getloadavg in -lgetloadavg""... $ac_c" 1>&6 6636 echo $ac_n "checking for getloadavg in -lgetloadavg""... $ac_c" 1>&6
6636echo "configure:6637: checking for getloadavg in -lgetloadavg" >&5 6637echo "configure:6638: checking for getloadavg in -lgetloadavg" >&5
6637ac_lib_var=`echo getloadavg'_'getloadavg | sed 'y%./+-%__p_%'` 6638ac_lib_var=`echo getloadavg'_'getloadavg | sed 'y%./+-%__p_%'`
6638if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6639if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6639 echo $ac_n "(cached) $ac_c" 1>&6 6640 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6641,7 +6642,7 @@ else
6641 ac_save_LIBS="$LIBS" 6642 ac_save_LIBS="$LIBS"
6642LIBS="-lgetloadavg $LIBS" 6643LIBS="-lgetloadavg $LIBS"
6643cat > conftest.$ac_ext <<EOF 6644cat > conftest.$ac_ext <<EOF
6644#line 6645 "configure" 6645#line 6646 "configure"
6645#include "confdefs.h" 6646#include "confdefs.h"
6646/* Override any gcc2 internal prototype to avoid an error. */ 6647/* Override any gcc2 internal prototype to avoid an error. */
6647/* We use char because int might match the return type of a gcc2 6648/* We use char because int might match the return type of a gcc2
@@ -6652,7 +6653,7 @@ int main() {
6652getloadavg() 6653getloadavg()
6653; return 0; } 6654; return 0; }
6654EOF 6655EOF
6655if { (eval echo configure:6656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6656if { (eval echo configure:6657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6656 rm -rf conftest* 6657 rm -rf conftest*
6657 eval "ac_cv_lib_$ac_lib_var=yes" 6658 eval "ac_cv_lib_$ac_lib_var=yes"
6658else 6659else
@@ -6679,12 +6680,12 @@ fi
6679for ac_func in getloadavg 6680for ac_func in getloadavg
6680do 6681do
6681echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6682echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6682echo "configure:6683: checking for $ac_func" >&5 6683echo "configure:6684: checking for $ac_func" >&5
6683if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6684if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6684 echo $ac_n "(cached) $ac_c" 1>&6 6685 echo $ac_n "(cached) $ac_c" 1>&6
6685else 6686else
6686 cat > conftest.$ac_ext <<EOF 6687 cat > conftest.$ac_ext <<EOF
6687#line 6688 "configure" 6688#line 6689 "configure"
6688#include "confdefs.h" 6689#include "confdefs.h"
6689/* System header to define __stub macros and hopefully few prototypes, 6690/* System header to define __stub macros and hopefully few prototypes,
6690 which can conflict with char $ac_func(); below. */ 6691 which can conflict with char $ac_func(); below. */
@@ -6707,7 +6708,7 @@ $ac_func();
6707 6708
6708; return 0; } 6709; return 0; }
6709EOF 6710EOF
6710if { (eval echo configure:6711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6711if { (eval echo configure:6712: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6711 rm -rf conftest* 6712 rm -rf conftest*
6712 eval "ac_cv_func_$ac_func=yes" 6713 eval "ac_cv_func_$ac_func=yes"
6713else 6714else
@@ -6745,17 +6746,17 @@ else
6745 ac_have_func=no 6746 ac_have_func=no
6746 ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'` 6747 ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'`
6747echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6 6748echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6
6748echo "configure:6749: checking for sys/dg_sys_info.h" >&5 6749echo "configure:6750: checking for sys/dg_sys_info.h" >&5
6749if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6750if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6750 echo $ac_n "(cached) $ac_c" 1>&6 6751 echo $ac_n "(cached) $ac_c" 1>&6
6751else 6752else
6752 cat > conftest.$ac_ext <<EOF 6753 cat > conftest.$ac_ext <<EOF
6753#line 6754 "configure" 6754#line 6755 "configure"
6754#include "confdefs.h" 6755#include "confdefs.h"
6755#include <sys/dg_sys_info.h> 6756#include <sys/dg_sys_info.h>
6756EOF 6757EOF
6757ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6758ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6758{ (eval echo configure:6759: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6759{ (eval echo configure:6760: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6759ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6760ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6760if test -z "$ac_err"; then 6761if test -z "$ac_err"; then
6761 rm -rf conftest* 6762 rm -rf conftest*
@@ -6776,7 +6777,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6776EOF 6777EOF
6777 6778
6778 echo $ac_n "checking for dg_sys_info in -ldgc""... $ac_c" 1>&6 6779 echo $ac_n "checking for dg_sys_info in -ldgc""... $ac_c" 1>&6
6779echo "configure:6780: checking for dg_sys_info in -ldgc" >&5 6780echo "configure:6781: checking for dg_sys_info in -ldgc" >&5
6780ac_lib_var=`echo dgc'_'dg_sys_info | sed 'y%./+-%__p_%'` 6781ac_lib_var=`echo dgc'_'dg_sys_info | sed 'y%./+-%__p_%'`
6781if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6782if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6782 echo $ac_n "(cached) $ac_c" 1>&6 6783 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6784,7 +6785,7 @@ else
6784 ac_save_LIBS="$LIBS" 6785 ac_save_LIBS="$LIBS"
6785LIBS="-ldgc $LIBS" 6786LIBS="-ldgc $LIBS"
6786cat > conftest.$ac_ext <<EOF 6787cat > conftest.$ac_ext <<EOF
6787#line 6788 "configure" 6788#line 6789 "configure"
6788#include "confdefs.h" 6789#include "confdefs.h"
6789/* Override any gcc2 internal prototype to avoid an error. */ 6790/* Override any gcc2 internal prototype to avoid an error. */
6790/* We use char because int might match the return type of a gcc2 6791/* We use char because int might match the return type of a gcc2
@@ -6795,7 +6796,7 @@ int main() {
6795dg_sys_info() 6796dg_sys_info()
6796; return 0; } 6797; return 0; }
6797EOF 6798EOF
6798if { (eval echo configure:6799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6799if { (eval echo configure:6800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6799 rm -rf conftest* 6800 rm -rf conftest*
6800 eval "ac_cv_lib_$ac_lib_var=yes" 6801 eval "ac_cv_lib_$ac_lib_var=yes"
6801else 6802else
@@ -6840,17 +6841,17 @@ EOF
6840 if test $ac_have_func = no; then 6841 if test $ac_have_func = no; then
6841 ac_safe=`echo "inq_stats/cpustats.h" | sed 'y%./+-%__p_%'` 6842 ac_safe=`echo "inq_stats/cpustats.h" | sed 'y%./+-%__p_%'`
6842echo $ac_n "checking for inq_stats/cpustats.h""... $ac_c" 1>&6 6843echo $ac_n "checking for inq_stats/cpustats.h""... $ac_c" 1>&6
6843echo "configure:6844: checking for inq_stats/cpustats.h" >&5 6844echo "configure:6845: checking for inq_stats/cpustats.h" >&5
6844if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6845if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6845 echo $ac_n "(cached) $ac_c" 1>&6 6846 echo $ac_n "(cached) $ac_c" 1>&6
6846else 6847else
6847 cat > conftest.$ac_ext <<EOF 6848 cat > conftest.$ac_ext <<EOF
6848#line 6849 "configure" 6849#line 6850 "configure"
6849#include "confdefs.h" 6850#include "confdefs.h"
6850#include <inq_stats/cpustats.h> 6851#include <inq_stats/cpustats.h>
6851EOF 6852EOF
6852ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6853ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6853{ (eval echo configure:6854: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6854{ (eval echo configure:6855: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6854ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6855ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6855if test -z "$ac_err"; then 6856if test -z "$ac_err"; then
6856 rm -rf conftest* 6857 rm -rf conftest*
@@ -6883,17 +6884,17 @@ fi
6883 if test $ac_have_func = no; then 6884 if test $ac_have_func = no; then
6884 ac_safe=`echo "sys/cpustats.h" | sed 'y%./+-%__p_%'` 6885 ac_safe=`echo "sys/cpustats.h" | sed 'y%./+-%__p_%'`
6885echo $ac_n "checking for sys/cpustats.h""... $ac_c" 1>&6 6886echo $ac_n "checking for sys/cpustats.h""... $ac_c" 1>&6
6886echo "configure:6887: checking for sys/cpustats.h" >&5 6887echo "configure:6888: checking for sys/cpustats.h" >&5
6887if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6888if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6888 echo $ac_n "(cached) $ac_c" 1>&6 6889 echo $ac_n "(cached) $ac_c" 1>&6
6889else 6890else
6890 cat > conftest.$ac_ext <<EOF 6891 cat > conftest.$ac_ext <<EOF
6891#line 6892 "configure" 6892#line 6893 "configure"
6892#include "confdefs.h" 6893#include "confdefs.h"
6893#include <sys/cpustats.h> 6894#include <sys/cpustats.h>
6894EOF 6895EOF
6895ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6896ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6896{ (eval echo configure:6897: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6897{ (eval echo configure:6898: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6897ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6898ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6898if test -z "$ac_err"; then 6899if test -z "$ac_err"; then
6899 rm -rf conftest* 6900 rm -rf conftest*
@@ -6924,17 +6925,17 @@ fi
6924do 6925do
6925ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 6926ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6926echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 6927echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6927echo "configure:6928: checking for $ac_hdr" >&5 6928echo "configure:6929: checking for $ac_hdr" >&5
6928if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6929if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6929 echo $ac_n "(cached) $ac_c" 1>&6 6930 echo $ac_n "(cached) $ac_c" 1>&6
6930else 6931else
6931 cat > conftest.$ac_ext <<EOF 6932 cat > conftest.$ac_ext <<EOF
6932#line 6933 "configure" 6933#line 6934 "configure"
6933#include "confdefs.h" 6934#include "confdefs.h"
6934#include <$ac_hdr> 6935#include <$ac_hdr>
6935EOF 6936EOF
6936ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6937ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6937{ (eval echo configure:6938: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6938{ (eval echo configure:6939: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6938ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6939ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6939if test -z "$ac_err"; then 6940if test -z "$ac_err"; then
6940 rm -rf conftest* 6941 rm -rf conftest*
@@ -6964,17 +6965,17 @@ done
6964 6965
6965 ac_safe=`echo "nlist.h" | sed 'y%./+-%__p_%'` 6966 ac_safe=`echo "nlist.h" | sed 'y%./+-%__p_%'`
6966echo $ac_n "checking for nlist.h""... $ac_c" 1>&6 6967echo $ac_n "checking for nlist.h""... $ac_c" 1>&6
6967echo "configure:6968: checking for nlist.h" >&5 6968echo "configure:6969: checking for nlist.h" >&5
6968if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6969if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6969 echo $ac_n "(cached) $ac_c" 1>&6 6970 echo $ac_n "(cached) $ac_c" 1>&6
6970else 6971else
6971 cat > conftest.$ac_ext <<EOF 6972 cat > conftest.$ac_ext <<EOF
6972#line 6973 "configure" 6973#line 6974 "configure"
6973#include "confdefs.h" 6974#include "confdefs.h"
6974#include <nlist.h> 6975#include <nlist.h>
6975EOF 6976EOF
6976ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6977ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6977{ (eval echo configure:6978: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6978{ (eval echo configure:6979: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6978ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6979ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6979if test -z "$ac_err"; then 6980if test -z "$ac_err"; then
6980 rm -rf conftest* 6981 rm -rf conftest*
@@ -6995,19 +6996,19 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6995EOF 6996EOF
6996 6997
6997 echo $ac_n "checking for n_un in struct nlist""... $ac_c" 1>&6 6998 echo $ac_n "checking for n_un in struct nlist""... $ac_c" 1>&6
6998echo "configure:6999: checking for n_un in struct nlist" >&5 6999echo "configure:7000: checking for n_un in struct nlist" >&5
6999if eval "test \"`echo '$''{'ac_cv_struct_nlist_n_un'+set}'`\" = set"; then 7000if eval "test \"`echo '$''{'ac_cv_struct_nlist_n_un'+set}'`\" = set"; then
7000 echo $ac_n "(cached) $ac_c" 1>&6 7001 echo $ac_n "(cached) $ac_c" 1>&6
7001else 7002else
7002 cat > conftest.$ac_ext <<EOF 7003 cat > conftest.$ac_ext <<EOF
7003#line 7004 "configure" 7004#line 7005 "configure"
7004#include "confdefs.h" 7005#include "confdefs.h"
7005#include <nlist.h> 7006#include <nlist.h>
7006int main() { 7007int main() {
7007struct nlist n; n.n_un.n_name = 0; 7008struct nlist n; n.n_un.n_name = 0;
7008; return 0; } 7009; return 0; }
7009EOF 7010EOF
7010if { (eval echo configure:7011: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 7011if { (eval echo configure:7012: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7011 rm -rf conftest* 7012 rm -rf conftest*
7012 ac_cv_struct_nlist_n_un=yes 7013 ac_cv_struct_nlist_n_un=yes
7013else 7014else
@@ -7034,12 +7035,12 @@ fi # Do not have getloadavg in system libraries.
7034 7035
7035# Some definitions of getloadavg require that the program be installed setgid. 7036# Some definitions of getloadavg require that the program be installed setgid.
7036echo $ac_n "checking whether getloadavg requires setgid""... $ac_c" 1>&6 7037echo $ac_n "checking whether getloadavg requires setgid""... $ac_c" 1>&6
7037echo "configure:7038: checking whether getloadavg requires setgid" >&5 7038echo "configure:7039: checking whether getloadavg requires setgid" >&5
7038if eval "test \"`echo '$''{'ac_cv_func_getloadavg_setgid'+set}'`\" = set"; then 7039if eval "test \"`echo '$''{'ac_cv_func_getloadavg_setgid'+set}'`\" = set"; then
7039 echo $ac_n "(cached) $ac_c" 1>&6 7040 echo $ac_n "(cached) $ac_c" 1>&6
7040else 7041else
7041 cat > conftest.$ac_ext <<EOF 7042 cat > conftest.$ac_ext <<EOF
7042#line 7043 "configure" 7043#line 7044 "configure"
7043#include "confdefs.h" 7044#include "confdefs.h"
7044#include "$srcdir/getloadavg.c" 7045#include "$srcdir/getloadavg.c"
7045#ifdef LDAV_PRIVILEGED 7046#ifdef LDAV_PRIVILEGED
@@ -7070,7 +7071,7 @@ fi
7070 7071
7071if test $ac_cv_func_getloadavg_setgid = yes; then 7072if test $ac_cv_func_getloadavg_setgid = yes; then
7072 echo $ac_n "checking group of /dev/kmem""... $ac_c" 1>&6 7073 echo $ac_n "checking group of /dev/kmem""... $ac_c" 1>&6
7073echo "configure:7074: checking group of /dev/kmem" >&5 7074echo "configure:7075: checking group of /dev/kmem" >&5
7074if eval "test \"`echo '$''{'ac_cv_group_kmem'+set}'`\" = set"; then 7075if eval "test \"`echo '$''{'ac_cv_group_kmem'+set}'`\" = set"; then
7075 echo $ac_n "(cached) $ac_c" 1>&6 7076 echo $ac_n "(cached) $ac_c" 1>&6
7076else 7077else
@@ -7093,12 +7094,12 @@ fi
7093for ac_func in ftello 7094for ac_func in ftello
7094do 7095do
7095echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 7096echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7096echo "configure:7097: checking for $ac_func" >&5 7097echo "configure:7098: checking for $ac_func" >&5
7097if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 7098if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7098 echo $ac_n "(cached) $ac_c" 1>&6 7099 echo $ac_n "(cached) $ac_c" 1>&6
7099else 7100else
7100 cat > conftest.$ac_ext <<EOF 7101 cat > conftest.$ac_ext <<EOF
7101#line 7102 "configure" 7102#line 7103 "configure"
7102#include "confdefs.h" 7103#include "confdefs.h"
7103/* System header to define __stub macros and hopefully few prototypes, 7104/* System header to define __stub macros and hopefully few prototypes,
7104 which can conflict with char $ac_func(); below. */ 7105 which can conflict with char $ac_func(); below. */
@@ -7121,7 +7122,7 @@ $ac_func();
7121 7122
7122; return 0; } 7123; return 0; }
7123EOF 7124EOF
7124if { (eval echo configure:7125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7125if { (eval echo configure:7126: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7125 rm -rf conftest* 7126 rm -rf conftest*
7126 eval "ac_cv_func_$ac_func=yes" 7127 eval "ac_cv_func_$ac_func=yes"
7127else 7128else
@@ -7151,12 +7152,12 @@ done
7151for ac_func in grantpt 7152for ac_func in grantpt
7152do 7153do
7153echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 7154echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7154echo "configure:7155: checking for $ac_func" >&5 7155echo "configure:7156: checking for $ac_func" >&5
7155if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 7156if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7156 echo $ac_n "(cached) $ac_c" 1>&6 7157 echo $ac_n "(cached) $ac_c" 1>&6
7157else 7158else
7158 cat > conftest.$ac_ext <<EOF 7159 cat > conftest.$ac_ext <<EOF
7159#line 7160 "configure" 7160#line 7161 "configure"
7160#include "confdefs.h" 7161#include "confdefs.h"
7161/* System header to define __stub macros and hopefully few prototypes, 7162/* System header to define __stub macros and hopefully few prototypes,
7162 which can conflict with char $ac_func(); below. */ 7163 which can conflict with char $ac_func(); below. */
@@ -7179,7 +7180,7 @@ $ac_func();
7179 7180
7180; return 0; } 7181; return 0; }
7181EOF 7182EOF
7182if { (eval echo configure:7183: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7183if { (eval echo configure:7184: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7183 rm -rf conftest* 7184 rm -rf conftest*
7184 eval "ac_cv_func_$ac_func=yes" 7185 eval "ac_cv_func_$ac_func=yes"
7185else 7186else
@@ -7208,12 +7209,12 @@ done
7208for ac_func in getpt 7209for ac_func in getpt
7209do 7210do
7210echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 7211echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7211echo "configure:7212: checking for $ac_func" >&5 7212echo "configure:7213: checking for $ac_func" >&5
7212if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 7213if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7213 echo $ac_n "(cached) $ac_c" 1>&6 7214 echo $ac_n "(cached) $ac_c" 1>&6
7214else 7215else
7215 cat > conftest.$ac_ext <<EOF 7216 cat > conftest.$ac_ext <<EOF
7216#line 7217 "configure" 7217#line 7218 "configure"
7217#include "confdefs.h" 7218#include "confdefs.h"
7218/* System header to define __stub macros and hopefully few prototypes, 7219/* System header to define __stub macros and hopefully few prototypes,
7219 which can conflict with char $ac_func(); below. */ 7220 which can conflict with char $ac_func(); below. */
@@ -7236,7 +7237,7 @@ $ac_func();
7236 7237
7237; return 0; } 7238; return 0; }
7238EOF 7239EOF
7239if { (eval echo configure:7240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7240if { (eval echo configure:7241: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7240 rm -rf conftest* 7241 rm -rf conftest*
7241 eval "ac_cv_func_$ac_func=yes" 7242 eval "ac_cv_func_$ac_func=yes"
7242else 7243else
@@ -7266,7 +7267,7 @@ done
7266# It's better to believe a function is not available 7267# It's better to believe a function is not available
7267# than to expect to find it in ncurses. 7268# than to expect to find it in ncurses.
7268echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6 7269echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6
7269echo "configure:7270: checking for tparm in -lncurses" >&5 7270echo "configure:7271: checking for tparm in -lncurses" >&5
7270ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'` 7271ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'`
7271if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7272if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7272 echo $ac_n "(cached) $ac_c" 1>&6 7273 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7274,7 +7275,7 @@ else
7274 ac_save_LIBS="$LIBS" 7275 ac_save_LIBS="$LIBS"
7275LIBS="-lncurses $LIBS" 7276LIBS="-lncurses $LIBS"
7276cat > conftest.$ac_ext <<EOF 7277cat > conftest.$ac_ext <<EOF
7277#line 7278 "configure" 7278#line 7279 "configure"
7278#include "confdefs.h" 7279#include "confdefs.h"
7279/* Override any gcc2 internal prototype to avoid an error. */ 7280/* Override any gcc2 internal prototype to avoid an error. */
7280/* We use char because int might match the return type of a gcc2 7281/* We use char because int might match the return type of a gcc2
@@ -7285,7 +7286,7 @@ int main() {
7285tparm() 7286tparm()
7286; return 0; } 7287; return 0; }
7287EOF 7288EOF
7288if { (eval echo configure:7289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7289if { (eval echo configure:7290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7289 rm -rf conftest* 7290 rm -rf conftest*
7290 eval "ac_cv_lib_$ac_lib_var=yes" 7291 eval "ac_cv_lib_$ac_lib_var=yes"
7291else 7292else
@@ -7316,7 +7317,7 @@ fi
7316# These tell us which Kerberos-related libraries to use. 7317# These tell us which Kerberos-related libraries to use.
7317if test "${with_kerberos+set}" = set; then 7318if test "${with_kerberos+set}" = set; then
7318 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 7319 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6
7319echo "configure:7320: checking for com_err in -lcom_err" >&5 7320echo "configure:7321: checking for com_err in -lcom_err" >&5
7320ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` 7321ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'`
7321if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7322if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7322 echo $ac_n "(cached) $ac_c" 1>&6 7323 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7324,7 +7325,7 @@ else
7324 ac_save_LIBS="$LIBS" 7325 ac_save_LIBS="$LIBS"
7325LIBS="-lcom_err $LIBS" 7326LIBS="-lcom_err $LIBS"
7326cat > conftest.$ac_ext <<EOF 7327cat > conftest.$ac_ext <<EOF
7327#line 7328 "configure" 7328#line 7329 "configure"
7328#include "confdefs.h" 7329#include "confdefs.h"
7329/* Override any gcc2 internal prototype to avoid an error. */ 7330/* Override any gcc2 internal prototype to avoid an error. */
7330/* We use char because int might match the return type of a gcc2 7331/* We use char because int might match the return type of a gcc2
@@ -7335,7 +7336,7 @@ int main() {
7335com_err() 7336com_err()
7336; return 0; } 7337; return 0; }
7337EOF 7338EOF
7338if { (eval echo configure:7339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7339if { (eval echo configure:7340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7339 rm -rf conftest* 7340 rm -rf conftest*
7340 eval "ac_cv_lib_$ac_lib_var=yes" 7341 eval "ac_cv_lib_$ac_lib_var=yes"
7341else 7342else
@@ -7363,7 +7364,7 @@ else
7363fi 7364fi
7364 7365
7365 echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6 7366 echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6
7366echo "configure:7367: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 7367echo "configure:7368: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
7367ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` 7368ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
7368if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7369if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7369 echo $ac_n "(cached) $ac_c" 1>&6 7370 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7371,7 +7372,7 @@ else
7371 ac_save_LIBS="$LIBS" 7372 ac_save_LIBS="$LIBS"
7372LIBS="-lk5crypto $LIBS" 7373LIBS="-lk5crypto $LIBS"
7373cat > conftest.$ac_ext <<EOF 7374cat > conftest.$ac_ext <<EOF
7374#line 7375 "configure" 7375#line 7376 "configure"
7375#include "confdefs.h" 7376#include "confdefs.h"
7376/* Override any gcc2 internal prototype to avoid an error. */ 7377/* Override any gcc2 internal prototype to avoid an error. */
7377/* We use char because int might match the return type of a gcc2 7378/* We use char because int might match the return type of a gcc2
@@ -7382,7 +7383,7 @@ int main() {
7382mit_des_cbc_encrypt() 7383mit_des_cbc_encrypt()
7383; return 0; } 7384; return 0; }
7384EOF 7385EOF
7385if { (eval echo configure:7386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7386if { (eval echo configure:7387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7386 rm -rf conftest* 7387 rm -rf conftest*
7387 eval "ac_cv_lib_$ac_lib_var=yes" 7388 eval "ac_cv_lib_$ac_lib_var=yes"
7388else 7389else
@@ -7410,7 +7411,7 @@ else
7410fi 7411fi
7411 7412
7412 echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6 7413 echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6
7413echo "configure:7414: checking for mit_des_cbc_encrypt in -lcrypto" >&5 7414echo "configure:7415: checking for mit_des_cbc_encrypt in -lcrypto" >&5
7414ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` 7415ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
7415if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7416if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7416 echo $ac_n "(cached) $ac_c" 1>&6 7417 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7418,7 +7419,7 @@ else
7418 ac_save_LIBS="$LIBS" 7419 ac_save_LIBS="$LIBS"
7419LIBS="-lcrypto $LIBS" 7420LIBS="-lcrypto $LIBS"
7420cat > conftest.$ac_ext <<EOF 7421cat > conftest.$ac_ext <<EOF
7421#line 7422 "configure" 7422#line 7423 "configure"
7422#include "confdefs.h" 7423#include "confdefs.h"
7423/* Override any gcc2 internal prototype to avoid an error. */ 7424/* Override any gcc2 internal prototype to avoid an error. */
7424/* We use char because int might match the return type of a gcc2 7425/* We use char because int might match the return type of a gcc2
@@ -7429,7 +7430,7 @@ int main() {
7429mit_des_cbc_encrypt() 7430mit_des_cbc_encrypt()
7430; return 0; } 7431; return 0; }
7431EOF 7432EOF
7432if { (eval echo configure:7433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7433if { (eval echo configure:7434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7433 rm -rf conftest* 7434 rm -rf conftest*
7434 eval "ac_cv_lib_$ac_lib_var=yes" 7435 eval "ac_cv_lib_$ac_lib_var=yes"
7435else 7436else
@@ -7457,7 +7458,7 @@ else
7457fi 7458fi
7458 7459
7459 echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 7460 echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6
7460echo "configure:7461: checking for krb5_init_context in -lkrb5" >&5 7461echo "configure:7462: checking for krb5_init_context in -lkrb5" >&5
7461ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'` 7462ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'`
7462if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7463if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7463 echo $ac_n "(cached) $ac_c" 1>&6 7464 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7465,7 +7466,7 @@ else
7465 ac_save_LIBS="$LIBS" 7466 ac_save_LIBS="$LIBS"
7466LIBS="-lkrb5 $LIBS" 7467LIBS="-lkrb5 $LIBS"
7467cat > conftest.$ac_ext <<EOF 7468cat > conftest.$ac_ext <<EOF
7468#line 7469 "configure" 7469#line 7470 "configure"
7469#include "confdefs.h" 7470#include "confdefs.h"
7470/* Override any gcc2 internal prototype to avoid an error. */ 7471/* Override any gcc2 internal prototype to avoid an error. */
7471/* We use char because int might match the return type of a gcc2 7472/* We use char because int might match the return type of a gcc2
@@ -7476,7 +7477,7 @@ int main() {
7476krb5_init_context() 7477krb5_init_context()
7477; return 0; } 7478; return 0; }
7478EOF 7479EOF
7479if { (eval echo configure:7480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7480if { (eval echo configure:7481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7480 rm -rf conftest* 7481 rm -rf conftest*
7481 eval "ac_cv_lib_$ac_lib_var=yes" 7482 eval "ac_cv_lib_$ac_lib_var=yes"
7482else 7483else
@@ -7505,7 +7506,7 @@ fi
7505 7506
7506 if test "${with_kerberos5+set}" != set; then 7507 if test "${with_kerberos5+set}" != set; then
7507 echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6 7508 echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6
7508echo "configure:7509: checking for des_cbc_encrypt in -ldes425" >&5 7509echo "configure:7510: checking for des_cbc_encrypt in -ldes425" >&5
7509ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` 7510ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
7510if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7511if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7511 echo $ac_n "(cached) $ac_c" 1>&6 7512 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7513,7 +7514,7 @@ else
7513 ac_save_LIBS="$LIBS" 7514 ac_save_LIBS="$LIBS"
7514LIBS="-ldes425 $LIBS" 7515LIBS="-ldes425 $LIBS"
7515cat > conftest.$ac_ext <<EOF 7516cat > conftest.$ac_ext <<EOF
7516#line 7517 "configure" 7517#line 7518 "configure"
7517#include "confdefs.h" 7518#include "confdefs.h"
7518/* Override any gcc2 internal prototype to avoid an error. */ 7519/* Override any gcc2 internal prototype to avoid an error. */
7519/* We use char because int might match the return type of a gcc2 7520/* We use char because int might match the return type of a gcc2
@@ -7524,7 +7525,7 @@ int main() {
7524des_cbc_encrypt() 7525des_cbc_encrypt()
7525; return 0; } 7526; return 0; }
7526EOF 7527EOF
7527if { (eval echo configure:7528: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7528if { (eval echo configure:7529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7528 rm -rf conftest* 7529 rm -rf conftest*
7529 eval "ac_cv_lib_$ac_lib_var=yes" 7530 eval "ac_cv_lib_$ac_lib_var=yes"
7530else 7531else
@@ -7550,7 +7551,7 @@ EOF
7550else 7551else
7551 echo "$ac_t""no" 1>&6 7552 echo "$ac_t""no" 1>&6
7552echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6 7553echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6
7553echo "configure:7554: checking for des_cbc_encrypt in -ldes" >&5 7554echo "configure:7555: checking for des_cbc_encrypt in -ldes" >&5
7554ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` 7555ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
7555if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7556if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7556 echo $ac_n "(cached) $ac_c" 1>&6 7557 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7558,7 +7559,7 @@ else
7558 ac_save_LIBS="$LIBS" 7559 ac_save_LIBS="$LIBS"
7559LIBS="-ldes $LIBS" 7560LIBS="-ldes $LIBS"
7560cat > conftest.$ac_ext <<EOF 7561cat > conftest.$ac_ext <<EOF
7561#line 7562 "configure" 7562#line 7563 "configure"
7562#include "confdefs.h" 7563#include "confdefs.h"
7563/* Override any gcc2 internal prototype to avoid an error. */ 7564/* Override any gcc2 internal prototype to avoid an error. */
7564/* We use char because int might match the return type of a gcc2 7565/* We use char because int might match the return type of a gcc2
@@ -7569,7 +7570,7 @@ int main() {
7569des_cbc_encrypt() 7570des_cbc_encrypt()
7570; return 0; } 7571; return 0; }
7571EOF 7572EOF
7572if { (eval echo configure:7573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7573if { (eval echo configure:7574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7573 rm -rf conftest* 7574 rm -rf conftest*
7574 eval "ac_cv_lib_$ac_lib_var=yes" 7575 eval "ac_cv_lib_$ac_lib_var=yes"
7575else 7576else
@@ -7599,7 +7600,7 @@ fi
7599fi 7600fi
7600 7601
7601 echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6 7602 echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6
7602echo "configure:7603: checking for krb_get_cred in -lkrb4" >&5 7603echo "configure:7604: checking for krb_get_cred in -lkrb4" >&5
7603ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'` 7604ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'`
7604if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7605if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7605 echo $ac_n "(cached) $ac_c" 1>&6 7606 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7607,7 +7608,7 @@ else
7607 ac_save_LIBS="$LIBS" 7608 ac_save_LIBS="$LIBS"
7608LIBS="-lkrb4 $LIBS" 7609LIBS="-lkrb4 $LIBS"
7609cat > conftest.$ac_ext <<EOF 7610cat > conftest.$ac_ext <<EOF
7610#line 7611 "configure" 7611#line 7612 "configure"
7611#include "confdefs.h" 7612#include "confdefs.h"
7612/* Override any gcc2 internal prototype to avoid an error. */ 7613/* Override any gcc2 internal prototype to avoid an error. */
7613/* We use char because int might match the return type of a gcc2 7614/* We use char because int might match the return type of a gcc2
@@ -7618,7 +7619,7 @@ int main() {
7618krb_get_cred() 7619krb_get_cred()
7619; return 0; } 7620; return 0; }
7620EOF 7621EOF
7621if { (eval echo configure:7622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7622if { (eval echo configure:7623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7622 rm -rf conftest* 7623 rm -rf conftest*
7623 eval "ac_cv_lib_$ac_lib_var=yes" 7624 eval "ac_cv_lib_$ac_lib_var=yes"
7624else 7625else
@@ -7644,7 +7645,7 @@ EOF
7644else 7645else
7645 echo "$ac_t""no" 1>&6 7646 echo "$ac_t""no" 1>&6
7646echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6 7647echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6
7647echo "configure:7648: checking for krb_get_cred in -lkrb" >&5 7648echo "configure:7649: checking for krb_get_cred in -lkrb" >&5
7648ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'` 7649ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'`
7649if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7650if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7650 echo $ac_n "(cached) $ac_c" 1>&6 7651 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7652,7 +7653,7 @@ else
7652 ac_save_LIBS="$LIBS" 7653 ac_save_LIBS="$LIBS"
7653LIBS="-lkrb $LIBS" 7654LIBS="-lkrb $LIBS"
7654cat > conftest.$ac_ext <<EOF 7655cat > conftest.$ac_ext <<EOF
7655#line 7656 "configure" 7656#line 7657 "configure"
7656#include "confdefs.h" 7657#include "confdefs.h"
7657/* Override any gcc2 internal prototype to avoid an error. */ 7658/* Override any gcc2 internal prototype to avoid an error. */
7658/* We use char because int might match the return type of a gcc2 7659/* We use char because int might match the return type of a gcc2
@@ -7663,7 +7664,7 @@ int main() {
7663krb_get_cred() 7664krb_get_cred()
7664; return 0; } 7665; return 0; }
7665EOF 7666EOF
7666if { (eval echo configure:7667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7667if { (eval echo configure:7668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7667 rm -rf conftest* 7668 rm -rf conftest*
7668 eval "ac_cv_lib_$ac_lib_var=yes" 7669 eval "ac_cv_lib_$ac_lib_var=yes"
7669else 7670else
@@ -7699,17 +7700,17 @@ fi
7699do 7700do
7700ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7701ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7701echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7702echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7702echo "configure:7703: checking for $ac_hdr" >&5 7703echo "configure:7704: checking for $ac_hdr" >&5
7703if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7704if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7704 echo $ac_n "(cached) $ac_c" 1>&6 7705 echo $ac_n "(cached) $ac_c" 1>&6
7705else 7706else
7706 cat > conftest.$ac_ext <<EOF 7707 cat > conftest.$ac_ext <<EOF
7707#line 7708 "configure" 7708#line 7709 "configure"
7708#include "confdefs.h" 7709#include "confdefs.h"
7709#include <$ac_hdr> 7710#include <$ac_hdr>
7710EOF 7711EOF
7711ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7712ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7712{ (eval echo configure:7713: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7713{ (eval echo configure:7714: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7713ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7714ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7714if test -z "$ac_err"; then 7715if test -z "$ac_err"; then
7715 rm -rf conftest* 7716 rm -rf conftest*
@@ -7740,17 +7741,17 @@ done
7740do 7741do
7741ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7742ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7742echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7743echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7743echo "configure:7744: checking for $ac_hdr" >&5 7744echo "configure:7745: checking for $ac_hdr" >&5
7744if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7745if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7745 echo $ac_n "(cached) $ac_c" 1>&6 7746 echo $ac_n "(cached) $ac_c" 1>&6
7746else 7747else
7747 cat > conftest.$ac_ext <<EOF 7748 cat > conftest.$ac_ext <<EOF
7748#line 7749 "configure" 7749#line 7750 "configure"
7749#include "confdefs.h" 7750#include "confdefs.h"
7750#include <$ac_hdr> 7751#include <$ac_hdr>
7751EOF 7752EOF
7752ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7753ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7753{ (eval echo configure:7754: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7754{ (eval echo configure:7755: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7754ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7755ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7755if test -z "$ac_err"; then 7756if test -z "$ac_err"; then
7756 rm -rf conftest* 7757 rm -rf conftest*
@@ -7777,17 +7778,17 @@ for ac_hdr in kerberosIV/des.h
7777do 7778do
7778ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7779ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7779echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7780echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7780echo "configure:7781: checking for $ac_hdr" >&5 7781echo "configure:7782: checking for $ac_hdr" >&5
7781if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7782if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7782 echo $ac_n "(cached) $ac_c" 1>&6 7783 echo $ac_n "(cached) $ac_c" 1>&6
7783else 7784else
7784 cat > conftest.$ac_ext <<EOF 7785 cat > conftest.$ac_ext <<EOF
7785#line 7786 "configure" 7786#line 7787 "configure"
7786#include "confdefs.h" 7787#include "confdefs.h"
7787#include <$ac_hdr> 7788#include <$ac_hdr>
7788EOF 7789EOF
7789ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7790ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7790{ (eval echo configure:7791: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7791{ (eval echo configure:7792: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7791ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7792ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7792if test -z "$ac_err"; then 7793if test -z "$ac_err"; then
7793 rm -rf conftest* 7794 rm -rf conftest*
@@ -7814,17 +7815,17 @@ for ac_hdr in kerberos/des.h
7814do 7815do
7815ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7816ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7816echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7817echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7817echo "configure:7818: checking for $ac_hdr" >&5 7818echo "configure:7819: checking for $ac_hdr" >&5
7818if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7819if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7819 echo $ac_n "(cached) $ac_c" 1>&6 7820 echo $ac_n "(cached) $ac_c" 1>&6
7820else 7821else
7821 cat > conftest.$ac_ext <<EOF 7822 cat > conftest.$ac_ext <<EOF
7822#line 7823 "configure" 7823#line 7824 "configure"
7823#include "confdefs.h" 7824#include "confdefs.h"
7824#include <$ac_hdr> 7825#include <$ac_hdr>
7825EOF 7826EOF
7826ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7827ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7827{ (eval echo configure:7828: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7828{ (eval echo configure:7829: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7828ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7829ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7829if test -z "$ac_err"; then 7830if test -z "$ac_err"; then
7830 rm -rf conftest* 7831 rm -rf conftest*
@@ -7860,17 +7861,17 @@ done
7860do 7861do
7861ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7862ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7862echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7863echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7863echo "configure:7864: checking for $ac_hdr" >&5 7864echo "configure:7865: checking for $ac_hdr" >&5
7864if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7865if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7865 echo $ac_n "(cached) $ac_c" 1>&6 7866 echo $ac_n "(cached) $ac_c" 1>&6
7866else 7867else
7867 cat > conftest.$ac_ext <<EOF 7868 cat > conftest.$ac_ext <<EOF
7868#line 7869 "configure" 7869#line 7870 "configure"
7869#include "confdefs.h" 7870#include "confdefs.h"
7870#include <$ac_hdr> 7871#include <$ac_hdr>
7871EOF 7872EOF
7872ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7873ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7873{ (eval echo configure:7874: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7874{ (eval echo configure:7875: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7874ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7875ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7875if test -z "$ac_err"; then 7876if test -z "$ac_err"; then
7876 rm -rf conftest* 7877 rm -rf conftest*
@@ -7897,17 +7898,17 @@ for ac_hdr in kerberosIV/krb.h
7897do 7898do
7898ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7899ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7899echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7900echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7900echo "configure:7901: checking for $ac_hdr" >&5 7901echo "configure:7902: checking for $ac_hdr" >&5
7901if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7902if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7902 echo $ac_n "(cached) $ac_c" 1>&6 7903 echo $ac_n "(cached) $ac_c" 1>&6
7903else 7904else
7904 cat > conftest.$ac_ext <<EOF 7905 cat > conftest.$ac_ext <<EOF
7905#line 7906 "configure" 7906#line 7907 "configure"
7906#include "confdefs.h" 7907#include "confdefs.h"
7907#include <$ac_hdr> 7908#include <$ac_hdr>
7908EOF 7909EOF
7909ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7910ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7910{ (eval echo configure:7911: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7911{ (eval echo configure:7912: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7911ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7912ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7912if test -z "$ac_err"; then 7913if test -z "$ac_err"; then
7913 rm -rf conftest* 7914 rm -rf conftest*
@@ -7934,17 +7935,17 @@ for ac_hdr in kerberos/krb.h
7934do 7935do
7935ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7936ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7936echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7937echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7937echo "configure:7938: checking for $ac_hdr" >&5 7938echo "configure:7939: checking for $ac_hdr" >&5
7938if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7939if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7939 echo $ac_n "(cached) $ac_c" 1>&6 7940 echo $ac_n "(cached) $ac_c" 1>&6
7940else 7941else
7941 cat > conftest.$ac_ext <<EOF 7942 cat > conftest.$ac_ext <<EOF
7942#line 7943 "configure" 7943#line 7944 "configure"
7943#include "confdefs.h" 7944#include "confdefs.h"
7944#include <$ac_hdr> 7945#include <$ac_hdr>
7945EOF 7946EOF
7946ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7947ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7947{ (eval echo configure:7948: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7948{ (eval echo configure:7949: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7948ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7949ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7949if test -z "$ac_err"; then 7950if test -z "$ac_err"; then
7950 rm -rf conftest* 7951 rm -rf conftest*
@@ -7981,17 +7982,17 @@ done
7981do 7982do
7982ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7983ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7983echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7984echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7984echo "configure:7985: checking for $ac_hdr" >&5 7985echo "configure:7986: checking for $ac_hdr" >&5
7985if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7986if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7986 echo $ac_n "(cached) $ac_c" 1>&6 7987 echo $ac_n "(cached) $ac_c" 1>&6
7987else 7988else
7988 cat > conftest.$ac_ext <<EOF 7989 cat > conftest.$ac_ext <<EOF
7989#line 7990 "configure" 7990#line 7991 "configure"
7990#include "confdefs.h" 7991#include "confdefs.h"
7991#include <$ac_hdr> 7992#include <$ac_hdr>
7992EOF 7993EOF
7993ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7994ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7994{ (eval echo configure:7995: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7995{ (eval echo configure:7996: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7995ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7996ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7996if test -z "$ac_err"; then 7997if test -z "$ac_err"; then
7997 rm -rf conftest* 7998 rm -rf conftest*
@@ -8022,7 +8023,7 @@ fi
8022# Solaris requires -lintl if you want strerror (which calls dgettext) 8023# Solaris requires -lintl if you want strerror (which calls dgettext)
8023# to return localized messages. 8024# to return localized messages.
8024echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6 8025echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6
8025echo "configure:8026: checking for dgettext in -lintl" >&5 8026echo "configure:8027: checking for dgettext in -lintl" >&5
8026ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'` 8027ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'`
8027if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 8028if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8028 echo $ac_n "(cached) $ac_c" 1>&6 8029 echo $ac_n "(cached) $ac_c" 1>&6
@@ -8030,7 +8031,7 @@ else
8030 ac_save_LIBS="$LIBS" 8031 ac_save_LIBS="$LIBS"
8031LIBS="-lintl $LIBS" 8032LIBS="-lintl $LIBS"
8032cat > conftest.$ac_ext <<EOF 8033cat > conftest.$ac_ext <<EOF
8033#line 8034 "configure" 8034#line 8035 "configure"
8034#include "confdefs.h" 8035#include "confdefs.h"
8035/* Override any gcc2 internal prototype to avoid an error. */ 8036/* Override any gcc2 internal prototype to avoid an error. */
8036/* We use char because int might match the return type of a gcc2 8037/* We use char because int might match the return type of a gcc2
@@ -8041,7 +8042,7 @@ int main() {
8041dgettext() 8042dgettext()
8042; return 0; } 8043; return 0; }
8043EOF 8044EOF
8044if { (eval echo configure:8045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8045if { (eval echo configure:8046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8045 rm -rf conftest* 8046 rm -rf conftest*
8046 eval "ac_cv_lib_$ac_lib_var=yes" 8047 eval "ac_cv_lib_$ac_lib_var=yes"
8047else 8048else
@@ -8070,7 +8071,7 @@ fi
8070 8071
8071 8072
8072echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6 8073echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6
8073echo "configure:8074: checking whether localtime caches TZ" >&5 8074echo "configure:8075: checking whether localtime caches TZ" >&5
8074if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then 8075if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then
8075 echo $ac_n "(cached) $ac_c" 1>&6 8076 echo $ac_n "(cached) $ac_c" 1>&6
8076else 8077else
@@ -8080,7 +8081,7 @@ if test "$cross_compiling" = yes; then
8080emacs_cv_localtime_cache=yes 8081emacs_cv_localtime_cache=yes
8081else 8082else
8082 cat > conftest.$ac_ext <<EOF 8083 cat > conftest.$ac_ext <<EOF
8083#line 8084 "configure" 8084#line 8085 "configure"
8084#include "confdefs.h" 8085#include "confdefs.h"
8085#include <time.h> 8086#include <time.h>
8086extern char **environ; 8087extern char **environ;
@@ -8112,7 +8113,7 @@ main()
8112 exit (0); 8113 exit (0);
8113} 8114}
8114EOF 8115EOF
8115if { (eval echo configure:8116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 8116if { (eval echo configure:8117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8116then 8117then
8117 emacs_cv_localtime_cache=no 8118 emacs_cv_localtime_cache=no
8118else 8119else
@@ -8142,12 +8143,12 @@ if test "x$HAVE_TIMEVAL" = xyes; then
8142 for ac_func in gettimeofday 8143 for ac_func in gettimeofday
8143do 8144do
8144echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 8145echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8145echo "configure:8146: checking for $ac_func" >&5 8146echo "configure:8147: checking for $ac_func" >&5
8146if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 8147if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8147 echo $ac_n "(cached) $ac_c" 1>&6 8148 echo $ac_n "(cached) $ac_c" 1>&6
8148else 8149else
8149 cat > conftest.$ac_ext <<EOF 8150 cat > conftest.$ac_ext <<EOF
8150#line 8151 "configure" 8151#line 8152 "configure"
8151#include "confdefs.h" 8152#include "confdefs.h"
8152/* System header to define __stub macros and hopefully few prototypes, 8153/* System header to define __stub macros and hopefully few prototypes,
8153 which can conflict with char $ac_func(); below. */ 8154 which can conflict with char $ac_func(); below. */
@@ -8170,7 +8171,7 @@ $ac_func();
8170 8171
8171; return 0; } 8172; return 0; }
8172EOF 8173EOF
8173if { (eval echo configure:8174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8174if { (eval echo configure:8175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8174 rm -rf conftest* 8175 rm -rf conftest*
8175 eval "ac_cv_func_$ac_func=yes" 8176 eval "ac_cv_func_$ac_func=yes"
8176else 8177else
@@ -8195,12 +8196,12 @@ fi
8195done 8196done
8196 8197
8197 echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6 8198 echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6
8198echo "configure:8199: checking whether gettimeofday can accept two arguments" >&5 8199echo "configure:8200: checking whether gettimeofday can accept two arguments" >&5
8199if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then 8200if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then
8200 echo $ac_n "(cached) $ac_c" 1>&6 8201 echo $ac_n "(cached) $ac_c" 1>&6
8201else 8202else
8202 cat > conftest.$ac_ext <<EOF 8203 cat > conftest.$ac_ext <<EOF
8203#line 8204 "configure" 8204#line 8205 "configure"
8204#include "confdefs.h" 8205#include "confdefs.h"
8205 8206
8206#ifdef TIME_WITH_SYS_TIME 8207#ifdef TIME_WITH_SYS_TIME
@@ -8218,7 +8219,7 @@ struct timeval time;
8218 gettimeofday (&time, 0); 8219 gettimeofday (&time, 0);
8219; return 0; } 8220; return 0; }
8220EOF 8221EOF
8221if { (eval echo configure:8222: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 8222if { (eval echo configure:8223: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8222 rm -rf conftest* 8223 rm -rf conftest*
8223 emacs_cv_gettimeofday_two_arguments=yes 8224 emacs_cv_gettimeofday_two_arguments=yes
8224else 8225else
@@ -8241,25 +8242,25 @@ fi
8241 8242
8242if test "$ac_cv_func_gettimeofday" = yes; then 8243if test "$ac_cv_func_gettimeofday" = yes; then
8243 echo $ac_n "checking for struct timezone""... $ac_c" 1>&6 8244 echo $ac_n "checking for struct timezone""... $ac_c" 1>&6
8244echo "configure:8245: checking for struct timezone" >&5 8245echo "configure:8246: checking for struct timezone" >&5
8245if eval "test \"`echo '$''{'emacs_cv_struct_timezone'+set}'`\" = set"; then 8246if eval "test \"`echo '$''{'emacs_cv_struct_timezone'+set}'`\" = set"; then
8246 echo $ac_n "(cached) $ac_c" 1>&6 8247 echo $ac_n "(cached) $ac_c" 1>&6
8247else 8248else
8248 cat > conftest.$ac_ext <<EOF 8249 cat > conftest.$ac_ext <<EOF
8249#line 8250 "configure" 8250#line 8251 "configure"
8250#include "confdefs.h" 8251#include "confdefs.h"
8251#include <sys/time.h> 8252#include <sys/time.h>
8252int main() { 8253int main() {
8253struct timezone tz; 8254struct timezone tz;
8254; return 0; } 8255; return 0; }
8255EOF 8256EOF
8256if { (eval echo configure:8257: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 8257if { (eval echo configure:8258: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8257 rm -rf conftest* 8258 rm -rf conftest*
8258 if test "$cross_compiling" = yes; then 8259 if test "$cross_compiling" = yes; then
8259 emacs_cv_struct_timezone=yes 8260 emacs_cv_struct_timezone=yes
8260else 8261else
8261 cat > conftest.$ac_ext <<EOF 8262 cat > conftest.$ac_ext <<EOF
8262#line 8263 "configure" 8263#line 8264 "configure"
8263#include "confdefs.h" 8264#include "confdefs.h"
8264 8265
8265#ifdef TIME_WITH_SYS_TIME 8266#ifdef TIME_WITH_SYS_TIME
@@ -8278,7 +8279,7 @@ main () {
8278 exit (gettimeofday (&time, &dummy)); 8279 exit (gettimeofday (&time, &dummy));
8279} 8280}
8280EOF 8281EOF
8281if { (eval echo configure:8282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 8282if { (eval echo configure:8283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8282then 8283then
8283 emacs_cv_struct_timezone=yes 8284 emacs_cv_struct_timezone=yes
8284else 8285else
@@ -8304,12 +8305,12 @@ fi
8304 8305
8305ok_so_far=yes 8306ok_so_far=yes
8306echo $ac_n "checking for socket""... $ac_c" 1>&6 8307echo $ac_n "checking for socket""... $ac_c" 1>&6
8307echo "configure:8308: checking for socket" >&5 8308echo "configure:8309: checking for socket" >&5
8308if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then 8309if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
8309 echo $ac_n "(cached) $ac_c" 1>&6 8310 echo $ac_n "(cached) $ac_c" 1>&6
8310else 8311else
8311 cat > conftest.$ac_ext <<EOF 8312 cat > conftest.$ac_ext <<EOF
8312#line 8313 "configure" 8313#line 8314 "configure"
8313#include "confdefs.h" 8314#include "confdefs.h"
8314/* System header to define __stub macros and hopefully few prototypes, 8315/* System header to define __stub macros and hopefully few prototypes,
8315 which can conflict with char socket(); below. */ 8316 which can conflict with char socket(); below. */
@@ -8332,7 +8333,7 @@ socket();
8332 8333
8333; return 0; } 8334; return 0; }
8334EOF 8335EOF
8335if { (eval echo configure:8336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8336if { (eval echo configure:8337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8336 rm -rf conftest* 8337 rm -rf conftest*
8337 eval "ac_cv_func_socket=yes" 8338 eval "ac_cv_func_socket=yes"
8338else 8339else
@@ -8355,17 +8356,17 @@ fi
8355if test $ok_so_far = yes; then 8356if test $ok_so_far = yes; then
8356 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` 8357 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'`
8357echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 8358echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6
8358echo "configure:8359: checking for netinet/in.h" >&5 8359echo "configure:8360: checking for netinet/in.h" >&5
8359if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 8360if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8360 echo $ac_n "(cached) $ac_c" 1>&6 8361 echo $ac_n "(cached) $ac_c" 1>&6
8361else 8362else
8362 cat > conftest.$ac_ext <<EOF 8363 cat > conftest.$ac_ext <<EOF
8363#line 8364 "configure" 8364#line 8365 "configure"
8364#include "confdefs.h" 8365#include "confdefs.h"
8365#include <netinet/in.h> 8366#include <netinet/in.h>
8366EOF 8367EOF
8367ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8368ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8368{ (eval echo configure:8369: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8369{ (eval echo configure:8370: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8369ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8370ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8370if test -z "$ac_err"; then 8371if test -z "$ac_err"; then
8371 rm -rf conftest* 8372 rm -rf conftest*
@@ -8391,17 +8392,17 @@ fi
8391if test $ok_so_far = yes; then 8392if test $ok_so_far = yes; then
8392 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'` 8393 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'`
8393echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6 8394echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6
8394echo "configure:8395: checking for arpa/inet.h" >&5 8395echo "configure:8396: checking for arpa/inet.h" >&5
8395if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 8396if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8396 echo $ac_n "(cached) $ac_c" 1>&6 8397 echo $ac_n "(cached) $ac_c" 1>&6
8397else 8398else
8398 cat > conftest.$ac_ext <<EOF 8399 cat > conftest.$ac_ext <<EOF
8399#line 8400 "configure" 8400#line 8401 "configure"
8400#include "confdefs.h" 8401#include "confdefs.h"
8401#include <arpa/inet.h> 8402#include <arpa/inet.h>
8402EOF 8403EOF
8403ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8404ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8404{ (eval echo configure:8405: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8405{ (eval echo configure:8406: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8405ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8406ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8406if test -z "$ac_err"; then 8407if test -z "$ac_err"; then
8407 rm -rf conftest* 8408 rm -rf conftest*
@@ -8439,7 +8440,7 @@ EOF
8439fi 8440fi
8440 8441
8441echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6 8442echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6
8442echo "configure:8443: checking whether system supports dynamic ptys" >&5 8443echo "configure:8444: checking whether system supports dynamic ptys" >&5
8443if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then 8444if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
8444 echo "$ac_t""yes" 1>&6 8445 echo "$ac_t""yes" 1>&6
8445 cat >> confdefs.h <<\EOF 8446 cat >> confdefs.h <<\EOF
@@ -8451,12 +8452,12 @@ else
8451fi 8452fi
8452 8453
8453echo $ac_n "checking for pid_t""... $ac_c" 1>&6 8454echo $ac_n "checking for pid_t""... $ac_c" 1>&6
8454echo "configure:8455: checking for pid_t" >&5 8455echo "configure:8456: checking for pid_t" >&5
8455if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 8456if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
8456 echo $ac_n "(cached) $ac_c" 1>&6 8457 echo $ac_n "(cached) $ac_c" 1>&6
8457else 8458else
8458 cat > conftest.$ac_ext <<EOF 8459 cat > conftest.$ac_ext <<EOF
8459#line 8460 "configure" 8460#line 8461 "configure"
8460#include "confdefs.h" 8461#include "confdefs.h"
8461#include <sys/types.h> 8462#include <sys/types.h>
8462#if STDC_HEADERS 8463#if STDC_HEADERS
@@ -8485,17 +8486,17 @@ fi
8485 8486
8486ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` 8487ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
8487echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 8488echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
8488echo "configure:8489: checking for vfork.h" >&5 8489echo "configure:8490: checking for vfork.h" >&5
8489if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 8490if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8490 echo $ac_n "(cached) $ac_c" 1>&6 8491 echo $ac_n "(cached) $ac_c" 1>&6
8491else 8492else
8492 cat > conftest.$ac_ext <<EOF 8493 cat > conftest.$ac_ext <<EOF
8493#line 8494 "configure" 8494#line 8495 "configure"
8494#include "confdefs.h" 8495#include "confdefs.h"
8495#include <vfork.h> 8496#include <vfork.h>
8496EOF 8497EOF
8497ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8498ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8498{ (eval echo configure:8499: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8499{ (eval echo configure:8500: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8499ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8500ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8500if test -z "$ac_err"; then 8501if test -z "$ac_err"; then
8501 rm -rf conftest* 8502 rm -rf conftest*
@@ -8520,18 +8521,18 @@ else
8520fi 8521fi
8521 8522
8522echo $ac_n "checking for working vfork""... $ac_c" 1>&6 8523echo $ac_n "checking for working vfork""... $ac_c" 1>&6
8523echo "configure:8524: checking for working vfork" >&5 8524echo "configure:8525: checking for working vfork" >&5
8524if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then 8525if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
8525 echo $ac_n "(cached) $ac_c" 1>&6 8526 echo $ac_n "(cached) $ac_c" 1>&6
8526else 8527else
8527 if test "$cross_compiling" = yes; then 8528 if test "$cross_compiling" = yes; then
8528 echo $ac_n "checking for vfork""... $ac_c" 1>&6 8529 echo $ac_n "checking for vfork""... $ac_c" 1>&6
8529echo "configure:8530: checking for vfork" >&5 8530echo "configure:8531: checking for vfork" >&5
8530if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then 8531if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
8531 echo $ac_n "(cached) $ac_c" 1>&6 8532 echo $ac_n "(cached) $ac_c" 1>&6
8532else 8533else
8533 cat > conftest.$ac_ext <<EOF 8534 cat > conftest.$ac_ext <<EOF
8534#line 8535 "configure" 8535#line 8536 "configure"
8535#include "confdefs.h" 8536#include "confdefs.h"
8536/* System header to define __stub macros and hopefully few prototypes, 8537/* System header to define __stub macros and hopefully few prototypes,
8537 which can conflict with char vfork(); below. */ 8538 which can conflict with char vfork(); below. */
@@ -8554,7 +8555,7 @@ vfork();
8554 8555
8555; return 0; } 8556; return 0; }
8556EOF 8557EOF
8557if { (eval echo configure:8558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8558if { (eval echo configure:8559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8558 rm -rf conftest* 8559 rm -rf conftest*
8559 eval "ac_cv_func_vfork=yes" 8560 eval "ac_cv_func_vfork=yes"
8560else 8561else
@@ -8576,7 +8577,7 @@ fi
8576ac_cv_func_vfork_works=$ac_cv_func_vfork 8577ac_cv_func_vfork_works=$ac_cv_func_vfork
8577else 8578else
8578 cat > conftest.$ac_ext <<EOF 8579 cat > conftest.$ac_ext <<EOF
8579#line 8580 "configure" 8580#line 8581 "configure"
8580#include "confdefs.h" 8581#include "confdefs.h"
8581/* Thanks to Paul Eggert for this test. */ 8582/* Thanks to Paul Eggert for this test. */
8582#include <stdio.h> 8583#include <stdio.h>
@@ -8671,7 +8672,7 @@ main() {
8671 } 8672 }
8672} 8673}
8673EOF 8674EOF
8674if { (eval echo configure:8675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 8675if { (eval echo configure:8676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8675then 8676then
8676 ac_cv_func_vfork_works=yes 8677 ac_cv_func_vfork_works=yes
8677else 8678else
@@ -8696,12 +8697,12 @@ fi
8696 8697
8697# Fixme: This should be replaced when we have autoconf 2.14. 8698# Fixme: This should be replaced when we have autoconf 2.14.
8698echo $ac_n "checking for size_t""... $ac_c" 1>&6 8699echo $ac_n "checking for size_t""... $ac_c" 1>&6
8699echo "configure:8700: checking for size_t" >&5 8700echo "configure:8701: checking for size_t" >&5
8700if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 8701if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
8701 echo $ac_n "(cached) $ac_c" 1>&6 8702 echo $ac_n "(cached) $ac_c" 1>&6
8702else 8703else
8703 cat > conftest.$ac_ext <<EOF 8704 cat > conftest.$ac_ext <<EOF
8704#line 8705 "configure" 8705#line 8706 "configure"
8705#include "confdefs.h" 8706#include "confdefs.h"
8706#include <sys/types.h> 8707#include <sys/types.h>
8707#if STDC_HEADERS 8708#if STDC_HEADERS
diff --git a/src/ChangeLog b/src/ChangeLog
index 94c3aab639f..19725b1de3d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12000-11-07 Dave Love <fx@gnu.org>
2
3 * config.in (HAVE_MKDIR): Add.
4
5 * callproc.c (Fcall_process_region) [HAVE_MKSTEMP]: Use it.
6
12000-11-07 Gerd Moellmann <gerd@gnu.org> 72000-11-07 Gerd Moellmann <gerd@gnu.org>
2 8
3 * window.c (Fset_window_configuration): Don't try to preserve 9 * window.c (Fset_window_configuration): Don't try to preserve