aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-20 16:37:51 +0000
committerGerd Moellmann2001-03-20 16:37:51 +0000
commit5721ae138a9581a7cea375c00eeebf4a61b5fb8b (patch)
tree01a6b7a71cafd7edc10de5d666e1b4958562f993
parent748be1ad5ed81a860b335716e9c931153f4c299b (diff)
downloademacs-5721ae138a9581a7cea375c00eeebf4a61b5fb8b.tar.gz
emacs-5721ae138a9581a7cea375c00eeebf4a61b5fb8b.zip
*** empty log message ***
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure445
-rw-r--r--lisp/ChangeLog3
3 files changed, 231 insertions, 222 deletions
diff --git a/ChangeLog b/ChangeLog
index df66275c9de..54d68d1599d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12001-03-20 Gerd Moellmann <gerd@gnu.org>
2
3 * configure.in (HAVE_XPM): Don't print the result of the check for
4 XpmReturnAllocPixels if we don't have an xpm.h.
5
12001-03-05 Gerd Moellmann <gerd@gnu.org> 62001-03-05 Gerd Moellmann <gerd@gnu.org>
2 7
3 * COPYING: New file. 8 * COPYING: New file.
diff --git a/configure b/configure
index 091b9e794b3..c24154128c5 100755
--- a/configure
+++ b/configure
@@ -5170,16 +5170,16 @@ else
5170fi 5170fi
5171 5171
5172 if test "${HAVE_XPM}" = "yes"; then 5172 if test "${HAVE_XPM}" = "yes"; then
5173 echo $ac_n "checking for XpmReturnAllocPixels preprocessor define""... $ac_c" 1>&6 5173 echo $ac_n "checking for XpmReturnAllocPixels preprocessor define""... $ac_c" 1>&6
5174echo "configure:5175: checking for XpmReturnAllocPixels preprocessor define" >&5 5174echo "configure:5175: checking for XpmReturnAllocPixels preprocessor define" >&5
5175 cat > conftest.$ac_ext <<EOF 5175 cat > conftest.$ac_ext <<EOF
5176#line 5177 "configure" 5176#line 5177 "configure"
5177#include "confdefs.h" 5177#include "confdefs.h"
5178#include "X11/xpm.h" 5178#include "X11/xpm.h"
5179#ifndef XpmReturnAllocPixels 5179#ifndef XpmReturnAllocPixels
5180no_return_alloc_pixels 5180no_return_alloc_pixels
5181#endif 5181#endif
5182 5182
5183EOF 5183EOF
5184if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 5184if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5185 egrep "no_return_alloc_pixels" >/dev/null 2>&1; then 5185 egrep "no_return_alloc_pixels" >/dev/null 2>&1; then
@@ -5191,11 +5191,12 @@ else
5191fi 5191fi
5192rm -f conftest* 5192rm -f conftest*
5193 5193
5194 fi 5194
5195 if test "${HAVE_XPM}" = "yes"; then 5195 if test "${HAVE_XPM}" = "yes"; then
5196 echo "$ac_t""yes" 1>&6 5196 echo "$ac_t""yes" 1>&6
5197 else 5197 else
5198 echo "$ac_t""no" 1>&6 5198 echo "$ac_t""no" 1>&6
5199 fi
5199 fi 5200 fi
5200 fi 5201 fi
5201 5202
@@ -5213,17 +5214,17 @@ if test "${HAVE_X11}" = "yes"; then
5213 if test "${with_jpeg}" != "no"; then 5214 if test "${with_jpeg}" != "no"; then
5214 ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'` 5215 ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'`
5215echo $ac_n "checking for jerror.h""... $ac_c" 1>&6 5216echo $ac_n "checking for jerror.h""... $ac_c" 1>&6
5216echo "configure:5217: checking for jerror.h" >&5 5217echo "configure:5218: checking for jerror.h" >&5
5217if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5218if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5218 echo $ac_n "(cached) $ac_c" 1>&6 5219 echo $ac_n "(cached) $ac_c" 1>&6
5219else 5220else
5220 cat > conftest.$ac_ext <<EOF 5221 cat > conftest.$ac_ext <<EOF
5221#line 5222 "configure" 5222#line 5223 "configure"
5222#include "confdefs.h" 5223#include "confdefs.h"
5223#include <jerror.h> 5224#include <jerror.h>
5224EOF 5225EOF
5225ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5226ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5226{ (eval echo configure:5227: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5227{ (eval echo configure:5228: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5227ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5228ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5228if test -z "$ac_err"; then 5229if test -z "$ac_err"; then
5229 rm -rf conftest* 5230 rm -rf conftest*
@@ -5240,7 +5241,7 @@ fi
5240if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 5241if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5241 echo "$ac_t""yes" 1>&6 5242 echo "$ac_t""yes" 1>&6
5242 echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6 5243 echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6
5243echo "configure:5244: checking for jpeg_destroy_compress in -ljpeg" >&5 5244echo "configure:5245: checking for jpeg_destroy_compress in -ljpeg" >&5
5244ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'` 5245ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'`
5245if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5246if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5246 echo $ac_n "(cached) $ac_c" 1>&6 5247 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5248,7 +5249,7 @@ else
5248 ac_save_LIBS="$LIBS" 5249 ac_save_LIBS="$LIBS"
5249LIBS="-ljpeg $LIBS" 5250LIBS="-ljpeg $LIBS"
5250cat > conftest.$ac_ext <<EOF 5251cat > conftest.$ac_ext <<EOF
5251#line 5252 "configure" 5252#line 5253 "configure"
5252#include "confdefs.h" 5253#include "confdefs.h"
5253/* Override any gcc2 internal prototype to avoid an error. */ 5254/* Override any gcc2 internal prototype to avoid an error. */
5254/* We use char because int might match the return type of a gcc2 5255/* We use char because int might match the return type of a gcc2
@@ -5259,7 +5260,7 @@ int main() {
5259jpeg_destroy_compress() 5260jpeg_destroy_compress()
5260; return 0; } 5261; return 0; }
5261EOF 5262EOF
5262if { (eval echo configure:5263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5263if { (eval echo configure:5264: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5263 rm -rf conftest* 5264 rm -rf conftest*
5264 eval "ac_cv_lib_$ac_lib_var=yes" 5265 eval "ac_cv_lib_$ac_lib_var=yes"
5265else 5266else
@@ -5299,17 +5300,17 @@ if test "${HAVE_X11}" = "yes"; then
5299 if test "${with_png}" != "no"; then 5300 if test "${with_png}" != "no"; then
5300 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` 5301 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
5301echo $ac_n "checking for png.h""... $ac_c" 1>&6 5302echo $ac_n "checking for png.h""... $ac_c" 1>&6
5302echo "configure:5303: checking for png.h" >&5 5303echo "configure:5304: checking for png.h" >&5
5303if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5304if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5304 echo $ac_n "(cached) $ac_c" 1>&6 5305 echo $ac_n "(cached) $ac_c" 1>&6
5305else 5306else
5306 cat > conftest.$ac_ext <<EOF 5307 cat > conftest.$ac_ext <<EOF
5307#line 5308 "configure" 5308#line 5309 "configure"
5308#include "confdefs.h" 5309#include "confdefs.h"
5309#include <png.h> 5310#include <png.h>
5310EOF 5311EOF
5311ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5312ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5312{ (eval echo configure:5313: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5313{ (eval echo configure:5314: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5313ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5314ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5314if test -z "$ac_err"; then 5315if test -z "$ac_err"; then
5315 rm -rf conftest* 5316 rm -rf conftest*
@@ -5326,7 +5327,7 @@ fi
5326if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 5327if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5327 echo "$ac_t""yes" 1>&6 5328 echo "$ac_t""yes" 1>&6
5328 echo $ac_n "checking for png_get_channels in -lpng""... $ac_c" 1>&6 5329 echo $ac_n "checking for png_get_channels in -lpng""... $ac_c" 1>&6
5329echo "configure:5330: checking for png_get_channels in -lpng" >&5 5330echo "configure:5331: checking for png_get_channels in -lpng" >&5
5330ac_lib_var=`echo png'_'png_get_channels | sed 'y%./+-%__p_%'` 5331ac_lib_var=`echo png'_'png_get_channels | sed 'y%./+-%__p_%'`
5331if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5332if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5332 echo $ac_n "(cached) $ac_c" 1>&6 5333 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5334,7 +5335,7 @@ else
5334 ac_save_LIBS="$LIBS" 5335 ac_save_LIBS="$LIBS"
5335LIBS="-lpng -lz -lm $LIBS" 5336LIBS="-lpng -lz -lm $LIBS"
5336cat > conftest.$ac_ext <<EOF 5337cat > conftest.$ac_ext <<EOF
5337#line 5338 "configure" 5338#line 5339 "configure"
5338#include "confdefs.h" 5339#include "confdefs.h"
5339/* Override any gcc2 internal prototype to avoid an error. */ 5340/* Override any gcc2 internal prototype to avoid an error. */
5340/* We use char because int might match the return type of a gcc2 5341/* We use char because int might match the return type of a gcc2
@@ -5345,7 +5346,7 @@ int main() {
5345png_get_channels() 5346png_get_channels()
5346; return 0; } 5347; return 0; }
5347EOF 5348EOF
5348if { (eval echo configure:5349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5349if { (eval echo configure:5350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5349 rm -rf conftest* 5350 rm -rf conftest*
5350 eval "ac_cv_lib_$ac_lib_var=yes" 5351 eval "ac_cv_lib_$ac_lib_var=yes"
5351else 5352else
@@ -5385,17 +5386,17 @@ if test "${HAVE_X11}" = "yes"; then
5385 if test "${with_tiff}" != "no"; then 5386 if test "${with_tiff}" != "no"; then
5386 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` 5387 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
5387echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 5388echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
5388echo "configure:5389: checking for tiffio.h" >&5 5389echo "configure:5390: checking for tiffio.h" >&5
5389if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5390if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5390 echo $ac_n "(cached) $ac_c" 1>&6 5391 echo $ac_n "(cached) $ac_c" 1>&6
5391else 5392else
5392 cat > conftest.$ac_ext <<EOF 5393 cat > conftest.$ac_ext <<EOF
5393#line 5394 "configure" 5394#line 5395 "configure"
5394#include "confdefs.h" 5395#include "confdefs.h"
5395#include <tiffio.h> 5396#include <tiffio.h>
5396EOF 5397EOF
5397ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5398ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5398{ (eval echo configure:5399: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5399{ (eval echo configure:5400: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5399ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5400ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5400if test -z "$ac_err"; then 5401if test -z "$ac_err"; then
5401 rm -rf conftest* 5402 rm -rf conftest*
@@ -5415,7 +5416,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5415 # At least one tiff package requires the jpeg library. 5416 # At least one tiff package requires the jpeg library.
5416 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 5417 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
5417 echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 5418 echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6
5418echo "configure:5419: checking for TIFFGetVersion in -ltiff" >&5 5419echo "configure:5420: checking for TIFFGetVersion in -ltiff" >&5
5419ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` 5420ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'`
5420if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5421if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5421 echo $ac_n "(cached) $ac_c" 1>&6 5422 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5423,7 +5424,7 @@ else
5423 ac_save_LIBS="$LIBS" 5424 ac_save_LIBS="$LIBS"
5424LIBS="-ltiff $tifflibs $LIBS" 5425LIBS="-ltiff $tifflibs $LIBS"
5425cat > conftest.$ac_ext <<EOF 5426cat > conftest.$ac_ext <<EOF
5426#line 5427 "configure" 5427#line 5428 "configure"
5427#include "confdefs.h" 5428#include "confdefs.h"
5428/* Override any gcc2 internal prototype to avoid an error. */ 5429/* Override any gcc2 internal prototype to avoid an error. */
5429/* We use char because int might match the return type of a gcc2 5430/* We use char because int might match the return type of a gcc2
@@ -5434,7 +5435,7 @@ int main() {
5434TIFFGetVersion() 5435TIFFGetVersion()
5435; return 0; } 5436; return 0; }
5436EOF 5437EOF
5437if { (eval echo configure:5438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5438if { (eval echo configure:5439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5438 rm -rf conftest* 5439 rm -rf conftest*
5439 eval "ac_cv_lib_$ac_lib_var=yes" 5440 eval "ac_cv_lib_$ac_lib_var=yes"
5440else 5441else
@@ -5474,17 +5475,17 @@ if test "${HAVE_X11}" = "yes"; then
5474 if test "${with_gif}" != "no"; then 5475 if test "${with_gif}" != "no"; then
5475 ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'` 5476 ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
5476echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6 5477echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
5477echo "configure:5478: checking for gif_lib.h" >&5 5478echo "configure:5479: checking for gif_lib.h" >&5
5478if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5479if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5479 echo $ac_n "(cached) $ac_c" 1>&6 5480 echo $ac_n "(cached) $ac_c" 1>&6
5480else 5481else
5481 cat > conftest.$ac_ext <<EOF 5482 cat > conftest.$ac_ext <<EOF
5482#line 5483 "configure" 5483#line 5484 "configure"
5483#include "confdefs.h" 5484#include "confdefs.h"
5484#include <gif_lib.h> 5485#include <gif_lib.h>
5485EOF 5486EOF
5486ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5487ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5487{ (eval echo configure:5488: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5488{ (eval echo configure:5489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5488ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5489ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5489if test -z "$ac_err"; then 5490if test -z "$ac_err"; then
5490 rm -rf conftest* 5491 rm -rf conftest*
@@ -5501,7 +5502,7 @@ fi
5501if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 5502if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5502 echo "$ac_t""yes" 1>&6 5503 echo "$ac_t""yes" 1>&6
5503 echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6 5504 echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6
5504echo "configure:5505: checking for DGifOpen in -lungif" >&5 5505echo "configure:5506: checking for DGifOpen in -lungif" >&5
5505ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'` 5506ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'`
5506if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5507if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5507 echo $ac_n "(cached) $ac_c" 1>&6 5508 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5509,7 +5510,7 @@ else
5509 ac_save_LIBS="$LIBS" 5510 ac_save_LIBS="$LIBS"
5510LIBS="-lungif $LIBS" 5511LIBS="-lungif $LIBS"
5511cat > conftest.$ac_ext <<EOF 5512cat > conftest.$ac_ext <<EOF
5512#line 5513 "configure" 5513#line 5514 "configure"
5513#include "confdefs.h" 5514#include "confdefs.h"
5514/* Override any gcc2 internal prototype to avoid an error. */ 5515/* Override any gcc2 internal prototype to avoid an error. */
5515/* We use char because int might match the return type of a gcc2 5516/* We use char because int might match the return type of a gcc2
@@ -5520,7 +5521,7 @@ int main() {
5520DGifOpen() 5521DGifOpen()
5521; return 0; } 5522; return 0; }
5522EOF 5523EOF
5523if { (eval echo configure:5524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5524if { (eval echo configure:5525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5524 rm -rf conftest* 5525 rm -rf conftest*
5525 eval "ac_cv_lib_$ac_lib_var=yes" 5526 eval "ac_cv_lib_$ac_lib_var=yes"
5526else 5527else
@@ -5556,19 +5557,19 @@ fi
5556 5557
5557# If netdb.h doesn't declare h_errno, we must declare it by hand. 5558# If netdb.h doesn't declare h_errno, we must declare it by hand.
5558echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6 5559echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6
5559echo "configure:5560: checking whether netdb declares h_errno" >&5 5560echo "configure:5561: checking whether netdb declares h_errno" >&5
5560if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then 5561if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then
5561 echo $ac_n "(cached) $ac_c" 1>&6 5562 echo $ac_n "(cached) $ac_c" 1>&6
5562else 5563else
5563 cat > conftest.$ac_ext <<EOF 5564 cat > conftest.$ac_ext <<EOF
5564#line 5565 "configure" 5565#line 5566 "configure"
5565#include "confdefs.h" 5566#include "confdefs.h"
5566#include <netdb.h> 5567#include <netdb.h>
5567int main() { 5568int main() {
5568return h_errno; 5569return h_errno;
5569; return 0; } 5570; return 0; }
5570EOF 5571EOF
5571if { (eval echo configure:5572: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5572if { (eval echo configure:5573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5572 rm -rf conftest* 5573 rm -rf conftest*
5573 emacs_cv_netdb_declares_h_errno=yes 5574 emacs_cv_netdb_declares_h_errno=yes
5574else 5575else
@@ -5591,19 +5592,19 @@ fi
5591# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 5592# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
5592# for constant arguments. Useless! 5593# for constant arguments. Useless!
5593echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 5594echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
5594echo "configure:5595: checking for working alloca.h" >&5 5595echo "configure:5596: checking for working alloca.h" >&5
5595if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 5596if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
5596 echo $ac_n "(cached) $ac_c" 1>&6 5597 echo $ac_n "(cached) $ac_c" 1>&6
5597else 5598else
5598 cat > conftest.$ac_ext <<EOF 5599 cat > conftest.$ac_ext <<EOF
5599#line 5600 "configure" 5600#line 5601 "configure"
5600#include "confdefs.h" 5601#include "confdefs.h"
5601#include <alloca.h> 5602#include <alloca.h>
5602int main() { 5603int main() {
5603char *p = alloca(2 * sizeof(int)); 5604char *p = alloca(2 * sizeof(int));
5604; return 0; } 5605; return 0; }
5605EOF 5606EOF
5606if { (eval echo configure:5607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5607if { (eval echo configure:5608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5607 rm -rf conftest* 5608 rm -rf conftest*
5608 ac_cv_header_alloca_h=yes 5609 ac_cv_header_alloca_h=yes
5609else 5610else
@@ -5624,12 +5625,12 @@ EOF
5624fi 5625fi
5625 5626
5626echo $ac_n "checking for alloca""... $ac_c" 1>&6 5627echo $ac_n "checking for alloca""... $ac_c" 1>&6
5627echo "configure:5628: checking for alloca" >&5 5628echo "configure:5629: checking for alloca" >&5
5628if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 5629if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
5629 echo $ac_n "(cached) $ac_c" 1>&6 5630 echo $ac_n "(cached) $ac_c" 1>&6
5630else 5631else
5631 cat > conftest.$ac_ext <<EOF 5632 cat > conftest.$ac_ext <<EOF
5632#line 5633 "configure" 5633#line 5634 "configure"
5633#include "confdefs.h" 5634#include "confdefs.h"
5634 5635
5635#ifdef __GNUC__ 5636#ifdef __GNUC__
@@ -5657,7 +5658,7 @@ int main() {
5657char *p = (char *) alloca(1); 5658char *p = (char *) alloca(1);
5658; return 0; } 5659; return 0; }
5659EOF 5660EOF
5660if { (eval echo configure:5661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5661if { (eval echo configure:5662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5661 rm -rf conftest* 5662 rm -rf conftest*
5662 ac_cv_func_alloca_works=yes 5663 ac_cv_func_alloca_works=yes
5663else 5664else
@@ -5689,12 +5690,12 @@ EOF
5689 5690
5690 5691
5691echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 5692echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
5692echo "configure:5693: checking whether alloca needs Cray hooks" >&5 5693echo "configure:5694: checking whether alloca needs Cray hooks" >&5
5693if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 5694if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
5694 echo $ac_n "(cached) $ac_c" 1>&6 5695 echo $ac_n "(cached) $ac_c" 1>&6
5695else 5696else
5696 cat > conftest.$ac_ext <<EOF 5697 cat > conftest.$ac_ext <<EOF
5697#line 5698 "configure" 5698#line 5699 "configure"
5698#include "confdefs.h" 5699#include "confdefs.h"
5699#if defined(CRAY) && ! defined(CRAY2) 5700#if defined(CRAY) && ! defined(CRAY2)
5700webecray 5701webecray
@@ -5719,12 +5720,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
5719if test $ac_cv_os_cray = yes; then 5720if test $ac_cv_os_cray = yes; then
5720for ac_func in _getb67 GETB67 getb67; do 5721for ac_func in _getb67 GETB67 getb67; do
5721 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5722 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5722echo "configure:5723: checking for $ac_func" >&5 5723echo "configure:5724: checking for $ac_func" >&5
5723if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5724if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5724 echo $ac_n "(cached) $ac_c" 1>&6 5725 echo $ac_n "(cached) $ac_c" 1>&6
5725else 5726else
5726 cat > conftest.$ac_ext <<EOF 5727 cat > conftest.$ac_ext <<EOF
5727#line 5728 "configure" 5728#line 5729 "configure"
5728#include "confdefs.h" 5729#include "confdefs.h"
5729/* System header to define __stub macros and hopefully few prototypes, 5730/* System header to define __stub macros and hopefully few prototypes,
5730 which can conflict with char $ac_func(); below. */ 5731 which can conflict with char $ac_func(); below. */
@@ -5747,7 +5748,7 @@ $ac_func();
5747 5748
5748; return 0; } 5749; return 0; }
5749EOF 5750EOF
5750if { (eval echo configure:5751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5751if { (eval echo configure:5752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5751 rm -rf conftest* 5752 rm -rf conftest*
5752 eval "ac_cv_func_$ac_func=yes" 5753 eval "ac_cv_func_$ac_func=yes"
5753else 5754else
@@ -5774,7 +5775,7 @@ done
5774fi 5775fi
5775 5776
5776echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 5777echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
5777echo "configure:5778: checking stack direction for C alloca" >&5 5778echo "configure:5779: checking stack direction for C alloca" >&5
5778if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 5779if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
5779 echo $ac_n "(cached) $ac_c" 1>&6 5780 echo $ac_n "(cached) $ac_c" 1>&6
5780else 5781else
@@ -5782,7 +5783,7 @@ else
5782 ac_cv_c_stack_direction=0 5783 ac_cv_c_stack_direction=0
5783else 5784else
5784 cat > conftest.$ac_ext <<EOF 5785 cat > conftest.$ac_ext <<EOF
5785#line 5786 "configure" 5786#line 5787 "configure"
5786#include "confdefs.h" 5787#include "confdefs.h"
5787find_stack_direction () 5788find_stack_direction ()
5788{ 5789{
@@ -5801,7 +5802,7 @@ main ()
5801 exit (find_stack_direction() < 0); 5802 exit (find_stack_direction() < 0);
5802} 5803}
5803EOF 5804EOF
5804if { (eval echo configure:5805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 5805if { (eval echo configure:5806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5805then 5806then
5806 ac_cv_c_stack_direction=1 5807 ac_cv_c_stack_direction=1
5807else 5808else
@@ -5826,7 +5827,7 @@ fi
5826# fmod, logb, and frexp are found in -lm on most systems. 5827# fmod, logb, and frexp are found in -lm on most systems.
5827# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 5828# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
5828echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6 5829echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6
5829echo "configure:5830: checking for sqrt in -lm" >&5 5830echo "configure:5831: checking for sqrt in -lm" >&5
5830ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'` 5831ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'`
5831if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5832if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5832 echo $ac_n "(cached) $ac_c" 1>&6 5833 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5834,7 +5835,7 @@ else
5834 ac_save_LIBS="$LIBS" 5835 ac_save_LIBS="$LIBS"
5835LIBS="-lm $LIBS" 5836LIBS="-lm $LIBS"
5836cat > conftest.$ac_ext <<EOF 5837cat > conftest.$ac_ext <<EOF
5837#line 5838 "configure" 5838#line 5839 "configure"
5838#include "confdefs.h" 5839#include "confdefs.h"
5839/* Override any gcc2 internal prototype to avoid an error. */ 5840/* Override any gcc2 internal prototype to avoid an error. */
5840/* We use char because int might match the return type of a gcc2 5841/* We use char because int might match the return type of a gcc2
@@ -5845,7 +5846,7 @@ int main() {
5845sqrt() 5846sqrt()
5846; return 0; } 5847; return 0; }
5847EOF 5848EOF
5848if { (eval echo configure:5849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5849if { (eval echo configure:5850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5849 rm -rf conftest* 5850 rm -rf conftest*
5850 eval "ac_cv_lib_$ac_lib_var=yes" 5851 eval "ac_cv_lib_$ac_lib_var=yes"
5851else 5852else
@@ -5875,7 +5876,7 @@ fi
5875 5876
5876# Check for mail-locking functions in a "mail" library 5877# Check for mail-locking functions in a "mail" library
5877echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6 5878echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6
5878echo "configure:5879: checking for maillock in -lmail" >&5 5879echo "configure:5880: checking for maillock in -lmail" >&5
5879ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'` 5880ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'`
5880if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5881if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5881 echo $ac_n "(cached) $ac_c" 1>&6 5882 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5883,7 +5884,7 @@ else
5883 ac_save_LIBS="$LIBS" 5884 ac_save_LIBS="$LIBS"
5884LIBS="-lmail $LIBS" 5885LIBS="-lmail $LIBS"
5885cat > conftest.$ac_ext <<EOF 5886cat > conftest.$ac_ext <<EOF
5886#line 5887 "configure" 5887#line 5888 "configure"
5887#include "confdefs.h" 5888#include "confdefs.h"
5888/* Override any gcc2 internal prototype to avoid an error. */ 5889/* Override any gcc2 internal prototype to avoid an error. */
5889/* We use char because int might match the return type of a gcc2 5890/* We use char because int might match the return type of a gcc2
@@ -5894,7 +5895,7 @@ int main() {
5894maillock() 5895maillock()
5895; return 0; } 5896; return 0; }
5896EOF 5897EOF
5897if { (eval echo configure:5898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5898if { (eval echo configure:5899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5898 rm -rf conftest* 5899 rm -rf conftest*
5899 eval "ac_cv_lib_$ac_lib_var=yes" 5900 eval "ac_cv_lib_$ac_lib_var=yes"
5900else 5901else
@@ -5922,7 +5923,7 @@ else
5922fi 5923fi
5923 5924
5924echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6 5925echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6
5925echo "configure:5926: checking for maillock in -llockfile" >&5 5926echo "configure:5927: checking for maillock in -llockfile" >&5
5926ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'` 5927ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'`
5927if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5928if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5928 echo $ac_n "(cached) $ac_c" 1>&6 5929 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5930,7 +5931,7 @@ else
5930 ac_save_LIBS="$LIBS" 5931 ac_save_LIBS="$LIBS"
5931LIBS="-llockfile $LIBS" 5932LIBS="-llockfile $LIBS"
5932cat > conftest.$ac_ext <<EOF 5933cat > conftest.$ac_ext <<EOF
5933#line 5934 "configure" 5934#line 5935 "configure"
5934#include "confdefs.h" 5935#include "confdefs.h"
5935/* Override any gcc2 internal prototype to avoid an error. */ 5936/* Override any gcc2 internal prototype to avoid an error. */
5936/* We use char because int might match the return type of a gcc2 5937/* We use char because int might match the return type of a gcc2
@@ -5941,7 +5942,7 @@ int main() {
5941maillock() 5942maillock()
5942; return 0; } 5943; return 0; }
5943EOF 5944EOF
5944if { (eval echo configure:5945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5945if { (eval echo configure:5946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5945 rm -rf conftest* 5946 rm -rf conftest*
5946 eval "ac_cv_lib_$ac_lib_var=yes" 5947 eval "ac_cv_lib_$ac_lib_var=yes"
5947else 5948else
@@ -5975,7 +5976,7 @@ if test "$ac_cv_lib_lockfile_maillock" = no; then
5975 # Extract the first word of "liblockfile.so", so it can be a program name with args. 5976 # Extract the first word of "liblockfile.so", so it can be a program name with args.
5976set dummy liblockfile.so; ac_word=$2 5977set dummy liblockfile.so; ac_word=$2
5977echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5978echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5978echo "configure:5979: checking for $ac_word" >&5 5979echo "configure:5980: checking for $ac_word" >&5
5979if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then 5980if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then
5980 echo $ac_n "(cached) $ac_c" 1>&6 5981 echo $ac_n "(cached) $ac_c" 1>&6
5981else 5982else
@@ -6016,12 +6017,12 @@ fi
6016for ac_func in touchlock 6017for ac_func in touchlock
6017do 6018do
6018echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6019echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6019echo "configure:6020: checking for $ac_func" >&5 6020echo "configure:6021: checking for $ac_func" >&5
6020if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6021if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6021 echo $ac_n "(cached) $ac_c" 1>&6 6022 echo $ac_n "(cached) $ac_c" 1>&6
6022else 6023else
6023 cat > conftest.$ac_ext <<EOF 6024 cat > conftest.$ac_ext <<EOF
6024#line 6025 "configure" 6025#line 6026 "configure"
6025#include "confdefs.h" 6026#include "confdefs.h"
6026/* System header to define __stub macros and hopefully few prototypes, 6027/* System header to define __stub macros and hopefully few prototypes,
6027 which can conflict with char $ac_func(); below. */ 6028 which can conflict with char $ac_func(); below. */
@@ -6044,7 +6045,7 @@ $ac_func();
6044 6045
6045; return 0; } 6046; return 0; }
6046EOF 6047EOF
6047if { (eval echo configure:6048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6048if { (eval echo configure:6049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6048 rm -rf conftest* 6049 rm -rf conftest*
6049 eval "ac_cv_func_$ac_func=yes" 6050 eval "ac_cv_func_$ac_func=yes"
6050else 6051else
@@ -6072,17 +6073,17 @@ for ac_hdr in maillock.h
6072do 6073do
6073ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 6074ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6074echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 6075echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6075echo "configure:6076: checking for $ac_hdr" >&5 6076echo "configure:6077: checking for $ac_hdr" >&5
6076if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6077if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6077 echo $ac_n "(cached) $ac_c" 1>&6 6078 echo $ac_n "(cached) $ac_c" 1>&6
6078else 6079else
6079 cat > conftest.$ac_ext <<EOF 6080 cat > conftest.$ac_ext <<EOF
6080#line 6081 "configure" 6081#line 6082 "configure"
6081#include "confdefs.h" 6082#include "confdefs.h"
6082#include <$ac_hdr> 6083#include <$ac_hdr>
6083EOF 6084EOF
6084ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6085ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6085{ (eval echo configure:6086: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6086{ (eval echo configure:6087: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6086ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6087ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6087if test -z "$ac_err"; then 6088if test -z "$ac_err"; then
6088 rm -rf conftest* 6089 rm -rf conftest*
@@ -6118,12 +6119,12 @@ __fpending mblen mbrlen strsignal setitimer ualarm index rindex \
6118gai_strerror mkstemp 6119gai_strerror mkstemp
6119do 6120do
6120echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6121echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6121echo "configure:6122: checking for $ac_func" >&5 6122echo "configure:6123: checking for $ac_func" >&5
6122if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6123if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6123 echo $ac_n "(cached) $ac_c" 1>&6 6124 echo $ac_n "(cached) $ac_c" 1>&6
6124else 6125else
6125 cat > conftest.$ac_ext <<EOF 6126 cat > conftest.$ac_ext <<EOF
6126#line 6127 "configure" 6127#line 6128 "configure"
6127#include "confdefs.h" 6128#include "confdefs.h"
6128/* System header to define __stub macros and hopefully few prototypes, 6129/* System header to define __stub macros and hopefully few prototypes,
6129 which can conflict with char $ac_func(); below. */ 6130 which can conflict with char $ac_func(); below. */
@@ -6146,7 +6147,7 @@ $ac_func();
6146 6147
6147; return 0; } 6148; return 0; }
6148EOF 6149EOF
6149if { (eval echo configure:6150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6150if { (eval echo configure:6151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6150 rm -rf conftest* 6151 rm -rf conftest*
6151 eval "ac_cv_func_$ac_func=yes" 6152 eval "ac_cv_func_$ac_func=yes"
6152else 6153else
@@ -6175,17 +6176,17 @@ for ac_hdr in sys/time.h unistd.h
6175do 6176do
6176ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 6177ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6177echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 6178echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6178echo "configure:6179: checking for $ac_hdr" >&5 6179echo "configure:6180: checking for $ac_hdr" >&5
6179if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6180if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6180 echo $ac_n "(cached) $ac_c" 1>&6 6181 echo $ac_n "(cached) $ac_c" 1>&6
6181else 6182else
6182 cat > conftest.$ac_ext <<EOF 6183 cat > conftest.$ac_ext <<EOF
6183#line 6184 "configure" 6184#line 6185 "configure"
6184#include "confdefs.h" 6185#include "confdefs.h"
6185#include <$ac_hdr> 6186#include <$ac_hdr>
6186EOF 6187EOF
6187ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6188ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6188{ (eval echo configure:6189: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6189{ (eval echo configure:6190: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6189ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6190ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6190if test -z "$ac_err"; then 6191if test -z "$ac_err"; then
6191 rm -rf conftest* 6192 rm -rf conftest*
@@ -6214,12 +6215,12 @@ done
6214for ac_func in alarm 6215for ac_func in alarm
6215do 6216do
6216echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6217echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6217echo "configure:6218: checking for $ac_func" >&5 6218echo "configure:6219: checking for $ac_func" >&5
6218if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6219if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6219 echo $ac_n "(cached) $ac_c" 1>&6 6220 echo $ac_n "(cached) $ac_c" 1>&6
6220else 6221else
6221 cat > conftest.$ac_ext <<EOF 6222 cat > conftest.$ac_ext <<EOF
6222#line 6223 "configure" 6223#line 6224 "configure"
6223#include "confdefs.h" 6224#include "confdefs.h"
6224/* System header to define __stub macros and hopefully few prototypes, 6225/* System header to define __stub macros and hopefully few prototypes,
6225 which can conflict with char $ac_func(); below. */ 6226 which can conflict with char $ac_func(); below. */
@@ -6242,7 +6243,7 @@ $ac_func();
6242 6243
6243; return 0; } 6244; return 0; }
6244EOF 6245EOF
6245if { (eval echo configure:6246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6246if { (eval echo configure:6247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6246 rm -rf conftest* 6247 rm -rf conftest*
6247 eval "ac_cv_func_$ac_func=yes" 6248 eval "ac_cv_func_$ac_func=yes"
6248else 6249else
@@ -6267,7 +6268,7 @@ fi
6267done 6268done
6268 6269
6269echo $ac_n "checking for working mktime""... $ac_c" 1>&6 6270echo $ac_n "checking for working mktime""... $ac_c" 1>&6
6270echo "configure:6271: checking for working mktime" >&5 6271echo "configure:6272: checking for working mktime" >&5
6271if eval "test \"`echo '$''{'ac_cv_func_working_mktime'+set}'`\" = set"; then 6272if eval "test \"`echo '$''{'ac_cv_func_working_mktime'+set}'`\" = set"; then
6272 echo $ac_n "(cached) $ac_c" 1>&6 6273 echo $ac_n "(cached) $ac_c" 1>&6
6273else 6274else
@@ -6275,7 +6276,7 @@ else
6275 ac_cv_func_working_mktime=no 6276 ac_cv_func_working_mktime=no
6276else 6277else
6277 cat > conftest.$ac_ext <<EOF 6278 cat > conftest.$ac_ext <<EOF
6278#line 6279 "configure" 6279#line 6280 "configure"
6279#include "confdefs.h" 6280#include "confdefs.h"
6280/* Test program from Paul Eggert (eggert@twinsun.com) 6281/* Test program from Paul Eggert (eggert@twinsun.com)
6281 and Tony Leneis (tony@plaza.ds.adp.com). */ 6282 and Tony Leneis (tony@plaza.ds.adp.com). */
@@ -6424,7 +6425,7 @@ main ()
6424 exit (0); 6425 exit (0);
6425} 6426}
6426EOF 6427EOF
6427if { (eval echo configure:6428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 6428if { (eval echo configure:6429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6428then 6429then
6429 ac_cv_func_working_mktime=yes 6430 ac_cv_func_working_mktime=yes
6430else 6431else
@@ -6456,7 +6457,7 @@ ac_have_func=no # yes means we've found a way to get the load average.
6456# On Solaris, -lkvm requires nlist from -lelf, so check that first 6457# On Solaris, -lkvm requires nlist from -lelf, so check that first
6457# to get the right answer into the cache. 6458# to get the right answer into the cache.
6458echo $ac_n "checking for elf_begin in -lelf""... $ac_c" 1>&6 6459echo $ac_n "checking for elf_begin in -lelf""... $ac_c" 1>&6
6459echo "configure:6460: checking for elf_begin in -lelf" >&5 6460echo "configure:6461: checking for elf_begin in -lelf" >&5
6460ac_lib_var=`echo elf'_'elf_begin | sed 'y%./+-%__p_%'` 6461ac_lib_var=`echo elf'_'elf_begin | sed 'y%./+-%__p_%'`
6461if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6462if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6462 echo $ac_n "(cached) $ac_c" 1>&6 6463 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6464,7 +6465,7 @@ else
6464 ac_save_LIBS="$LIBS" 6465 ac_save_LIBS="$LIBS"
6465LIBS="-lelf $LIBS" 6466LIBS="-lelf $LIBS"
6466cat > conftest.$ac_ext <<EOF 6467cat > conftest.$ac_ext <<EOF
6467#line 6468 "configure" 6468#line 6469 "configure"
6468#include "confdefs.h" 6469#include "confdefs.h"
6469/* Override any gcc2 internal prototype to avoid an error. */ 6470/* Override any gcc2 internal prototype to avoid an error. */
6470/* We use char because int might match the return type of a gcc2 6471/* We use char because int might match the return type of a gcc2
@@ -6475,7 +6476,7 @@ int main() {
6475elf_begin() 6476elf_begin()
6476; return 0; } 6477; return 0; }
6477EOF 6478EOF
6478if { (eval echo configure:6479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6479if { (eval echo configure:6480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6479 rm -rf conftest* 6480 rm -rf conftest*
6480 eval "ac_cv_lib_$ac_lib_var=yes" 6481 eval "ac_cv_lib_$ac_lib_var=yes"
6481else 6482else
@@ -6496,7 +6497,7 @@ else
6496fi 6497fi
6497 6498
6498echo $ac_n "checking for kvm_open in -lkvm""... $ac_c" 1>&6 6499echo $ac_n "checking for kvm_open in -lkvm""... $ac_c" 1>&6
6499echo "configure:6500: checking for kvm_open in -lkvm" >&5 6500echo "configure:6501: checking for kvm_open in -lkvm" >&5
6500ac_lib_var=`echo kvm'_'kvm_open | sed 'y%./+-%__p_%'` 6501ac_lib_var=`echo kvm'_'kvm_open | sed 'y%./+-%__p_%'`
6501if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6502if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6502 echo $ac_n "(cached) $ac_c" 1>&6 6503 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6504,7 +6505,7 @@ else
6504 ac_save_LIBS="$LIBS" 6505 ac_save_LIBS="$LIBS"
6505LIBS="-lkvm $LIBS" 6506LIBS="-lkvm $LIBS"
6506cat > conftest.$ac_ext <<EOF 6507cat > conftest.$ac_ext <<EOF
6507#line 6508 "configure" 6508#line 6509 "configure"
6508#include "confdefs.h" 6509#include "confdefs.h"
6509/* Override any gcc2 internal prototype to avoid an error. */ 6510/* Override any gcc2 internal prototype to avoid an error. */
6510/* We use char because int might match the return type of a gcc2 6511/* We use char because int might match the return type of a gcc2
@@ -6515,7 +6516,7 @@ int main() {
6515kvm_open() 6516kvm_open()
6516; return 0; } 6517; return 0; }
6517EOF 6518EOF
6518if { (eval echo configure:6519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6519if { (eval echo configure:6520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6519 rm -rf conftest* 6520 rm -rf conftest*
6520 eval "ac_cv_lib_$ac_lib_var=yes" 6521 eval "ac_cv_lib_$ac_lib_var=yes"
6521else 6522else
@@ -6537,7 +6538,7 @@ fi
6537 6538
6538# Check for the 4.4BSD definition of getloadavg. 6539# Check for the 4.4BSD definition of getloadavg.
6539echo $ac_n "checking for getloadavg in -lutil""... $ac_c" 1>&6 6540echo $ac_n "checking for getloadavg in -lutil""... $ac_c" 1>&6
6540echo "configure:6541: checking for getloadavg in -lutil" >&5 6541echo "configure:6542: checking for getloadavg in -lutil" >&5
6541ac_lib_var=`echo util'_'getloadavg | sed 'y%./+-%__p_%'` 6542ac_lib_var=`echo util'_'getloadavg | sed 'y%./+-%__p_%'`
6542if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6543if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6543 echo $ac_n "(cached) $ac_c" 1>&6 6544 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6545,7 +6546,7 @@ else
6545 ac_save_LIBS="$LIBS" 6546 ac_save_LIBS="$LIBS"
6546LIBS="-lutil $LIBS" 6547LIBS="-lutil $LIBS"
6547cat > conftest.$ac_ext <<EOF 6548cat > conftest.$ac_ext <<EOF
6548#line 6549 "configure" 6549#line 6550 "configure"
6549#include "confdefs.h" 6550#include "confdefs.h"
6550/* Override any gcc2 internal prototype to avoid an error. */ 6551/* Override any gcc2 internal prototype to avoid an error. */
6551/* We use char because int might match the return type of a gcc2 6552/* We use char because int might match the return type of a gcc2
@@ -6556,7 +6557,7 @@ int main() {
6556getloadavg() 6557getloadavg()
6557; return 0; } 6558; return 0; }
6558EOF 6559EOF
6559if { (eval echo configure:6560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6560if { (eval echo configure:6561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6560 rm -rf conftest* 6561 rm -rf conftest*
6561 eval "ac_cv_lib_$ac_lib_var=yes" 6562 eval "ac_cv_lib_$ac_lib_var=yes"
6562else 6563else
@@ -6582,7 +6583,7 @@ if test $ac_have_func = no; then
6582 # Since it is not a standard part of AIX, it might be installed locally. 6583 # Since it is not a standard part of AIX, it might be installed locally.
6583 ac_getloadavg_LIBS="$LIBS"; LIBS="-L/usr/local/lib $LIBS" 6584 ac_getloadavg_LIBS="$LIBS"; LIBS="-L/usr/local/lib $LIBS"
6584 echo $ac_n "checking for getloadavg in -lgetloadavg""... $ac_c" 1>&6 6585 echo $ac_n "checking for getloadavg in -lgetloadavg""... $ac_c" 1>&6
6585echo "configure:6586: checking for getloadavg in -lgetloadavg" >&5 6586echo "configure:6587: checking for getloadavg in -lgetloadavg" >&5
6586ac_lib_var=`echo getloadavg'_'getloadavg | sed 'y%./+-%__p_%'` 6587ac_lib_var=`echo getloadavg'_'getloadavg | sed 'y%./+-%__p_%'`
6587if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6588if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6588 echo $ac_n "(cached) $ac_c" 1>&6 6589 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6590,7 +6591,7 @@ else
6590 ac_save_LIBS="$LIBS" 6591 ac_save_LIBS="$LIBS"
6591LIBS="-lgetloadavg $LIBS" 6592LIBS="-lgetloadavg $LIBS"
6592cat > conftest.$ac_ext <<EOF 6593cat > conftest.$ac_ext <<EOF
6593#line 6594 "configure" 6594#line 6595 "configure"
6594#include "confdefs.h" 6595#include "confdefs.h"
6595/* Override any gcc2 internal prototype to avoid an error. */ 6596/* Override any gcc2 internal prototype to avoid an error. */
6596/* We use char because int might match the return type of a gcc2 6597/* We use char because int might match the return type of a gcc2
@@ -6601,7 +6602,7 @@ int main() {
6601getloadavg() 6602getloadavg()
6602; return 0; } 6603; return 0; }
6603EOF 6604EOF
6604if { (eval echo configure:6605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6605if { (eval echo configure:6606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6605 rm -rf conftest* 6606 rm -rf conftest*
6606 eval "ac_cv_lib_$ac_lib_var=yes" 6607 eval "ac_cv_lib_$ac_lib_var=yes"
6607else 6608else
@@ -6628,12 +6629,12 @@ fi
6628for ac_func in getloadavg 6629for ac_func in getloadavg
6629do 6630do
6630echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6631echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6631echo "configure:6632: checking for $ac_func" >&5 6632echo "configure:6633: checking for $ac_func" >&5
6632if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6633if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6633 echo $ac_n "(cached) $ac_c" 1>&6 6634 echo $ac_n "(cached) $ac_c" 1>&6
6634else 6635else
6635 cat > conftest.$ac_ext <<EOF 6636 cat > conftest.$ac_ext <<EOF
6636#line 6637 "configure" 6637#line 6638 "configure"
6637#include "confdefs.h" 6638#include "confdefs.h"
6638/* System header to define __stub macros and hopefully few prototypes, 6639/* System header to define __stub macros and hopefully few prototypes,
6639 which can conflict with char $ac_func(); below. */ 6640 which can conflict with char $ac_func(); below. */
@@ -6656,7 +6657,7 @@ $ac_func();
6656 6657
6657; return 0; } 6658; return 0; }
6658EOF 6659EOF
6659if { (eval echo configure:6660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6660if { (eval echo configure:6661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6660 rm -rf conftest* 6661 rm -rf conftest*
6661 eval "ac_cv_func_$ac_func=yes" 6662 eval "ac_cv_func_$ac_func=yes"
6662else 6663else
@@ -6694,17 +6695,17 @@ else
6694 ac_have_func=no 6695 ac_have_func=no
6695 ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'` 6696 ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'`
6696echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6 6697echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6
6697echo "configure:6698: checking for sys/dg_sys_info.h" >&5 6698echo "configure:6699: checking for sys/dg_sys_info.h" >&5
6698if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6699if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6699 echo $ac_n "(cached) $ac_c" 1>&6 6700 echo $ac_n "(cached) $ac_c" 1>&6
6700else 6701else
6701 cat > conftest.$ac_ext <<EOF 6702 cat > conftest.$ac_ext <<EOF
6702#line 6703 "configure" 6703#line 6704 "configure"
6703#include "confdefs.h" 6704#include "confdefs.h"
6704#include <sys/dg_sys_info.h> 6705#include <sys/dg_sys_info.h>
6705EOF 6706EOF
6706ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6707ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6707{ (eval echo configure:6708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6708{ (eval echo configure:6709: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6708ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6709ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6709if test -z "$ac_err"; then 6710if test -z "$ac_err"; then
6710 rm -rf conftest* 6711 rm -rf conftest*
@@ -6725,7 +6726,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6725EOF 6726EOF
6726 6727
6727 echo $ac_n "checking for dg_sys_info in -ldgc""... $ac_c" 1>&6 6728 echo $ac_n "checking for dg_sys_info in -ldgc""... $ac_c" 1>&6
6728echo "configure:6729: checking for dg_sys_info in -ldgc" >&5 6729echo "configure:6730: checking for dg_sys_info in -ldgc" >&5
6729ac_lib_var=`echo dgc'_'dg_sys_info | sed 'y%./+-%__p_%'` 6730ac_lib_var=`echo dgc'_'dg_sys_info | sed 'y%./+-%__p_%'`
6730if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6731if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6731 echo $ac_n "(cached) $ac_c" 1>&6 6732 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6733,7 +6734,7 @@ else
6733 ac_save_LIBS="$LIBS" 6734 ac_save_LIBS="$LIBS"
6734LIBS="-ldgc $LIBS" 6735LIBS="-ldgc $LIBS"
6735cat > conftest.$ac_ext <<EOF 6736cat > conftest.$ac_ext <<EOF
6736#line 6737 "configure" 6737#line 6738 "configure"
6737#include "confdefs.h" 6738#include "confdefs.h"
6738/* Override any gcc2 internal prototype to avoid an error. */ 6739/* Override any gcc2 internal prototype to avoid an error. */
6739/* We use char because int might match the return type of a gcc2 6740/* We use char because int might match the return type of a gcc2
@@ -6744,7 +6745,7 @@ int main() {
6744dg_sys_info() 6745dg_sys_info()
6745; return 0; } 6746; return 0; }
6746EOF 6747EOF
6747if { (eval echo configure:6748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6748if { (eval echo configure:6749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6748 rm -rf conftest* 6749 rm -rf conftest*
6749 eval "ac_cv_lib_$ac_lib_var=yes" 6750 eval "ac_cv_lib_$ac_lib_var=yes"
6750else 6751else
@@ -6789,17 +6790,17 @@ EOF
6789 if test $ac_have_func = no; then 6790 if test $ac_have_func = no; then
6790 ac_safe=`echo "inq_stats/cpustats.h" | sed 'y%./+-%__p_%'` 6791 ac_safe=`echo "inq_stats/cpustats.h" | sed 'y%./+-%__p_%'`
6791echo $ac_n "checking for inq_stats/cpustats.h""... $ac_c" 1>&6 6792echo $ac_n "checking for inq_stats/cpustats.h""... $ac_c" 1>&6
6792echo "configure:6793: checking for inq_stats/cpustats.h" >&5 6793echo "configure:6794: checking for inq_stats/cpustats.h" >&5
6793if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6794if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6794 echo $ac_n "(cached) $ac_c" 1>&6 6795 echo $ac_n "(cached) $ac_c" 1>&6
6795else 6796else
6796 cat > conftest.$ac_ext <<EOF 6797 cat > conftest.$ac_ext <<EOF
6797#line 6798 "configure" 6798#line 6799 "configure"
6798#include "confdefs.h" 6799#include "confdefs.h"
6799#include <inq_stats/cpustats.h> 6800#include <inq_stats/cpustats.h>
6800EOF 6801EOF
6801ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6802ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6802{ (eval echo configure:6803: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6803{ (eval echo configure:6804: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6803ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6804ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6804if test -z "$ac_err"; then 6805if test -z "$ac_err"; then
6805 rm -rf conftest* 6806 rm -rf conftest*
@@ -6832,17 +6833,17 @@ fi
6832 if test $ac_have_func = no; then 6833 if test $ac_have_func = no; then
6833 ac_safe=`echo "sys/cpustats.h" | sed 'y%./+-%__p_%'` 6834 ac_safe=`echo "sys/cpustats.h" | sed 'y%./+-%__p_%'`
6834echo $ac_n "checking for sys/cpustats.h""... $ac_c" 1>&6 6835echo $ac_n "checking for sys/cpustats.h""... $ac_c" 1>&6
6835echo "configure:6836: checking for sys/cpustats.h" >&5 6836echo "configure:6837: checking for sys/cpustats.h" >&5
6836if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6837if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6837 echo $ac_n "(cached) $ac_c" 1>&6 6838 echo $ac_n "(cached) $ac_c" 1>&6
6838else 6839else
6839 cat > conftest.$ac_ext <<EOF 6840 cat > conftest.$ac_ext <<EOF
6840#line 6841 "configure" 6841#line 6842 "configure"
6841#include "confdefs.h" 6842#include "confdefs.h"
6842#include <sys/cpustats.h> 6843#include <sys/cpustats.h>
6843EOF 6844EOF
6844ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6845ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6845{ (eval echo configure:6846: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6846{ (eval echo configure:6847: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6846ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6847ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6847if test -z "$ac_err"; then 6848if test -z "$ac_err"; then
6848 rm -rf conftest* 6849 rm -rf conftest*
@@ -6873,17 +6874,17 @@ fi
6873do 6874do
6874ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 6875ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6875echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 6876echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6876echo "configure:6877: checking for $ac_hdr" >&5 6877echo "configure:6878: checking for $ac_hdr" >&5
6877if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6878if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6878 echo $ac_n "(cached) $ac_c" 1>&6 6879 echo $ac_n "(cached) $ac_c" 1>&6
6879else 6880else
6880 cat > conftest.$ac_ext <<EOF 6881 cat > conftest.$ac_ext <<EOF
6881#line 6882 "configure" 6882#line 6883 "configure"
6882#include "confdefs.h" 6883#include "confdefs.h"
6883#include <$ac_hdr> 6884#include <$ac_hdr>
6884EOF 6885EOF
6885ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6886ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6886{ (eval echo configure:6887: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6887{ (eval echo configure:6888: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6887ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6888ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6888if test -z "$ac_err"; then 6889if test -z "$ac_err"; then
6889 rm -rf conftest* 6890 rm -rf conftest*
@@ -6913,17 +6914,17 @@ done
6913 6914
6914 ac_safe=`echo "nlist.h" | sed 'y%./+-%__p_%'` 6915 ac_safe=`echo "nlist.h" | sed 'y%./+-%__p_%'`
6915echo $ac_n "checking for nlist.h""... $ac_c" 1>&6 6916echo $ac_n "checking for nlist.h""... $ac_c" 1>&6
6916echo "configure:6917: checking for nlist.h" >&5 6917echo "configure:6918: checking for nlist.h" >&5
6917if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6918if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6918 echo $ac_n "(cached) $ac_c" 1>&6 6919 echo $ac_n "(cached) $ac_c" 1>&6
6919else 6920else
6920 cat > conftest.$ac_ext <<EOF 6921 cat > conftest.$ac_ext <<EOF
6921#line 6922 "configure" 6922#line 6923 "configure"
6922#include "confdefs.h" 6923#include "confdefs.h"
6923#include <nlist.h> 6924#include <nlist.h>
6924EOF 6925EOF
6925ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6926ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6926{ (eval echo configure:6927: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6927{ (eval echo configure:6928: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6927ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6928ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6928if test -z "$ac_err"; then 6929if test -z "$ac_err"; then
6929 rm -rf conftest* 6930 rm -rf conftest*
@@ -6944,19 +6945,19 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6944EOF 6945EOF
6945 6946
6946 echo $ac_n "checking for n_un in struct nlist""... $ac_c" 1>&6 6947 echo $ac_n "checking for n_un in struct nlist""... $ac_c" 1>&6
6947echo "configure:6948: checking for n_un in struct nlist" >&5 6948echo "configure:6949: checking for n_un in struct nlist" >&5
6948if eval "test \"`echo '$''{'ac_cv_struct_nlist_n_un'+set}'`\" = set"; then 6949if eval "test \"`echo '$''{'ac_cv_struct_nlist_n_un'+set}'`\" = set"; then
6949 echo $ac_n "(cached) $ac_c" 1>&6 6950 echo $ac_n "(cached) $ac_c" 1>&6
6950else 6951else
6951 cat > conftest.$ac_ext <<EOF 6952 cat > conftest.$ac_ext <<EOF
6952#line 6953 "configure" 6953#line 6954 "configure"
6953#include "confdefs.h" 6954#include "confdefs.h"
6954#include <nlist.h> 6955#include <nlist.h>
6955int main() { 6956int main() {
6956struct nlist n; n.n_un.n_name = 0; 6957struct nlist n; n.n_un.n_name = 0;
6957; return 0; } 6958; return 0; }
6958EOF 6959EOF
6959if { (eval echo configure:6960: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 6960if { (eval echo configure:6961: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6960 rm -rf conftest* 6961 rm -rf conftest*
6961 ac_cv_struct_nlist_n_un=yes 6962 ac_cv_struct_nlist_n_un=yes
6962else 6963else
@@ -6983,12 +6984,12 @@ fi # Do not have getloadavg in system libraries.
6983 6984
6984# Some definitions of getloadavg require that the program be installed setgid. 6985# Some definitions of getloadavg require that the program be installed setgid.
6985echo $ac_n "checking whether getloadavg requires setgid""... $ac_c" 1>&6 6986echo $ac_n "checking whether getloadavg requires setgid""... $ac_c" 1>&6
6986echo "configure:6987: checking whether getloadavg requires setgid" >&5 6987echo "configure:6988: checking whether getloadavg requires setgid" >&5
6987if eval "test \"`echo '$''{'ac_cv_func_getloadavg_setgid'+set}'`\" = set"; then 6988if eval "test \"`echo '$''{'ac_cv_func_getloadavg_setgid'+set}'`\" = set"; then
6988 echo $ac_n "(cached) $ac_c" 1>&6 6989 echo $ac_n "(cached) $ac_c" 1>&6
6989else 6990else
6990 cat > conftest.$ac_ext <<EOF 6991 cat > conftest.$ac_ext <<EOF
6991#line 6992 "configure" 6992#line 6993 "configure"
6992#include "confdefs.h" 6993#include "confdefs.h"
6993#include "$srcdir/getloadavg.c" 6994#include "$srcdir/getloadavg.c"
6994#ifdef LDAV_PRIVILEGED 6995#ifdef LDAV_PRIVILEGED
@@ -7019,7 +7020,7 @@ fi
7019 7020
7020if test $ac_cv_func_getloadavg_setgid = yes; then 7021if test $ac_cv_func_getloadavg_setgid = yes; then
7021 echo $ac_n "checking group of /dev/kmem""... $ac_c" 1>&6 7022 echo $ac_n "checking group of /dev/kmem""... $ac_c" 1>&6
7022echo "configure:7023: checking group of /dev/kmem" >&5 7023echo "configure:7024: checking group of /dev/kmem" >&5
7023if eval "test \"`echo '$''{'ac_cv_group_kmem'+set}'`\" = set"; then 7024if eval "test \"`echo '$''{'ac_cv_group_kmem'+set}'`\" = set"; then
7024 echo $ac_n "(cached) $ac_c" 1>&6 7025 echo $ac_n "(cached) $ac_c" 1>&6
7025else 7026else
@@ -7040,27 +7041,27 @@ fi
7040 7041
7041 7042
7042echo $ac_n "checking for _LARGEFILE_SOURCE value needed for large files""... $ac_c" 1>&6 7043echo $ac_n "checking for _LARGEFILE_SOURCE value needed for large files""... $ac_c" 1>&6
7043echo "configure:7044: checking for _LARGEFILE_SOURCE value needed for large files" >&5 7044echo "configure:7045: checking for _LARGEFILE_SOURCE value needed for large files" >&5
7044if eval "test \"`echo '$''{'ac_cv_sys_largefile_source'+set}'`\" = set"; then 7045if eval "test \"`echo '$''{'ac_cv_sys_largefile_source'+set}'`\" = set"; then
7045 echo $ac_n "(cached) $ac_c" 1>&6 7046 echo $ac_n "(cached) $ac_c" 1>&6
7046else 7047else
7047 ac_cv_sys_largefile_source=no 7048 ac_cv_sys_largefile_source=no
7048 cat > conftest.$ac_ext <<EOF 7049 cat > conftest.$ac_ext <<EOF
7049#line 7050 "configure" 7050#line 7051 "configure"
7050#include "confdefs.h" 7051#include "confdefs.h"
7051#include <stdio.h> 7052#include <stdio.h>
7052int main() { 7053int main() {
7053return !fseeko; 7054return !fseeko;
7054; return 0; } 7055; return 0; }
7055EOF 7056EOF
7056if { (eval echo configure:7057: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 7057if { (eval echo configure:7058: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7057 : 7058 :
7058else 7059else
7059 echo "configure: failed program was:" >&5 7060 echo "configure: failed program was:" >&5
7060 cat conftest.$ac_ext >&5 7061 cat conftest.$ac_ext >&5
7061 rm -rf conftest* 7062 rm -rf conftest*
7062 cat > conftest.$ac_ext <<EOF 7063 cat > conftest.$ac_ext <<EOF
7063#line 7064 "configure" 7064#line 7065 "configure"
7064#include "confdefs.h" 7065#include "confdefs.h"
7065#define _LARGEFILE_SOURCE 1 7066#define _LARGEFILE_SOURCE 1
7066#include <stdio.h> 7067#include <stdio.h>
@@ -7069,7 +7070,7 @@ int main() {
7069return !fseeko; 7070return !fseeko;
7070; return 0; } 7071; return 0; }
7071EOF 7072EOF
7072if { (eval echo configure:7073: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 7073if { (eval echo configure:7074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7073 rm -rf conftest* 7074 rm -rf conftest*
7074 ac_cv_sys_largefile_source=1 7075 ac_cv_sys_largefile_source=1
7075else 7076else
@@ -7093,20 +7094,20 @@ EOF
7093 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. 7094 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
7094 7095
7095 echo $ac_n "checking for fseeko""... $ac_c" 1>&6 7096 echo $ac_n "checking for fseeko""... $ac_c" 1>&6
7096echo "configure:7097: checking for fseeko" >&5 7097echo "configure:7098: checking for fseeko" >&5
7097if eval "test \"`echo '$''{'ac_cv_func_fseeko'+set}'`\" = set"; then 7098if eval "test \"`echo '$''{'ac_cv_func_fseeko'+set}'`\" = set"; then
7098 echo $ac_n "(cached) $ac_c" 1>&6 7099 echo $ac_n "(cached) $ac_c" 1>&6
7099else 7100else
7100 ac_cv_func_fseeko=no 7101 ac_cv_func_fseeko=no
7101 cat > conftest.$ac_ext <<EOF 7102 cat > conftest.$ac_ext <<EOF
7102#line 7103 "configure" 7103#line 7104 "configure"
7103#include "confdefs.h" 7104#include "confdefs.h"
7104#include <stdio.h> 7105#include <stdio.h>
7105int main() { 7106int main() {
7106return fseeko && fseeko (stdin, 0, 0); 7107return fseeko && fseeko (stdin, 0, 0);
7107; return 0; } 7108; return 0; }
7108EOF 7109EOF
7109if { (eval echo configure:7110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7110if { (eval echo configure:7111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7110 rm -rf conftest* 7111 rm -rf conftest*
7111 ac_cv_func_fseeko=yes 7112 ac_cv_func_fseeko=yes
7112else 7113else
@@ -7128,12 +7129,12 @@ EOF
7128for ac_func in grantpt 7129for ac_func in grantpt
7129do 7130do
7130echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 7131echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7131echo "configure:7132: checking for $ac_func" >&5 7132echo "configure:7133: checking for $ac_func" >&5
7132if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 7133if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7133 echo $ac_n "(cached) $ac_c" 1>&6 7134 echo $ac_n "(cached) $ac_c" 1>&6
7134else 7135else
7135 cat > conftest.$ac_ext <<EOF 7136 cat > conftest.$ac_ext <<EOF
7136#line 7137 "configure" 7137#line 7138 "configure"
7137#include "confdefs.h" 7138#include "confdefs.h"
7138/* System header to define __stub macros and hopefully few prototypes, 7139/* System header to define __stub macros and hopefully few prototypes,
7139 which can conflict with char $ac_func(); below. */ 7140 which can conflict with char $ac_func(); below. */
@@ -7156,7 +7157,7 @@ $ac_func();
7156 7157
7157; return 0; } 7158; return 0; }
7158EOF 7159EOF
7159if { (eval echo configure:7160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7160if { (eval echo configure:7161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7160 rm -rf conftest* 7161 rm -rf conftest*
7161 eval "ac_cv_func_$ac_func=yes" 7162 eval "ac_cv_func_$ac_func=yes"
7162else 7163else
@@ -7185,12 +7186,12 @@ done
7185for ac_func in getpt 7186for ac_func in getpt
7186do 7187do
7187echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 7188echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7188echo "configure:7189: checking for $ac_func" >&5 7189echo "configure:7190: checking for $ac_func" >&5
7189if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 7190if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7190 echo $ac_n "(cached) $ac_c" 1>&6 7191 echo $ac_n "(cached) $ac_c" 1>&6
7191else 7192else
7192 cat > conftest.$ac_ext <<EOF 7193 cat > conftest.$ac_ext <<EOF
7193#line 7194 "configure" 7194#line 7195 "configure"
7194#include "confdefs.h" 7195#include "confdefs.h"
7195/* System header to define __stub macros and hopefully few prototypes, 7196/* System header to define __stub macros and hopefully few prototypes,
7196 which can conflict with char $ac_func(); below. */ 7197 which can conflict with char $ac_func(); below. */
@@ -7213,7 +7214,7 @@ $ac_func();
7213 7214
7214; return 0; } 7215; return 0; }
7215EOF 7216EOF
7216if { (eval echo configure:7217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7217if { (eval echo configure:7218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7217 rm -rf conftest* 7218 rm -rf conftest*
7218 eval "ac_cv_func_$ac_func=yes" 7219 eval "ac_cv_func_$ac_func=yes"
7219else 7220else
@@ -7243,7 +7244,7 @@ done
7243# It's better to believe a function is not available 7244# It's better to believe a function is not available
7244# than to expect to find it in ncurses. 7245# than to expect to find it in ncurses.
7245echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6 7246echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6
7246echo "configure:7247: checking for tparm in -lncurses" >&5 7247echo "configure:7248: checking for tparm in -lncurses" >&5
7247ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'` 7248ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'`
7248if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7249if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7249 echo $ac_n "(cached) $ac_c" 1>&6 7250 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7251,7 +7252,7 @@ else
7251 ac_save_LIBS="$LIBS" 7252 ac_save_LIBS="$LIBS"
7252LIBS="-lncurses $LIBS" 7253LIBS="-lncurses $LIBS"
7253cat > conftest.$ac_ext <<EOF 7254cat > conftest.$ac_ext <<EOF
7254#line 7255 "configure" 7255#line 7256 "configure"
7255#include "confdefs.h" 7256#include "confdefs.h"
7256/* Override any gcc2 internal prototype to avoid an error. */ 7257/* Override any gcc2 internal prototype to avoid an error. */
7257/* We use char because int might match the return type of a gcc2 7258/* We use char because int might match the return type of a gcc2
@@ -7262,7 +7263,7 @@ int main() {
7262tparm() 7263tparm()
7263; return 0; } 7264; return 0; }
7264EOF 7265EOF
7265if { (eval echo configure:7266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7266if { (eval echo configure:7267: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7266 rm -rf conftest* 7267 rm -rf conftest*
7267 eval "ac_cv_lib_$ac_lib_var=yes" 7268 eval "ac_cv_lib_$ac_lib_var=yes"
7268else 7269else
@@ -7293,7 +7294,7 @@ fi
7293# These tell us which Kerberos-related libraries to use. 7294# These tell us which Kerberos-related libraries to use.
7294if test "${with_kerberos+set}" = set; then 7295if test "${with_kerberos+set}" = set; then
7295 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 7296 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6
7296echo "configure:7297: checking for com_err in -lcom_err" >&5 7297echo "configure:7298: checking for com_err in -lcom_err" >&5
7297ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` 7298ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'`
7298if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7299if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7299 echo $ac_n "(cached) $ac_c" 1>&6 7300 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7301,7 +7302,7 @@ else
7301 ac_save_LIBS="$LIBS" 7302 ac_save_LIBS="$LIBS"
7302LIBS="-lcom_err $LIBS" 7303LIBS="-lcom_err $LIBS"
7303cat > conftest.$ac_ext <<EOF 7304cat > conftest.$ac_ext <<EOF
7304#line 7305 "configure" 7305#line 7306 "configure"
7305#include "confdefs.h" 7306#include "confdefs.h"
7306/* Override any gcc2 internal prototype to avoid an error. */ 7307/* Override any gcc2 internal prototype to avoid an error. */
7307/* We use char because int might match the return type of a gcc2 7308/* We use char because int might match the return type of a gcc2
@@ -7312,7 +7313,7 @@ int main() {
7312com_err() 7313com_err()
7313; return 0; } 7314; return 0; }
7314EOF 7315EOF
7315if { (eval echo configure:7316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7316if { (eval echo configure:7317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7316 rm -rf conftest* 7317 rm -rf conftest*
7317 eval "ac_cv_lib_$ac_lib_var=yes" 7318 eval "ac_cv_lib_$ac_lib_var=yes"
7318else 7319else
@@ -7340,7 +7341,7 @@ else
7340fi 7341fi
7341 7342
7342 echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6 7343 echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6
7343echo "configure:7344: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 7344echo "configure:7345: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
7344ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` 7345ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
7345if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7346if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7346 echo $ac_n "(cached) $ac_c" 1>&6 7347 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7348,7 +7349,7 @@ else
7348 ac_save_LIBS="$LIBS" 7349 ac_save_LIBS="$LIBS"
7349LIBS="-lk5crypto $LIBS" 7350LIBS="-lk5crypto $LIBS"
7350cat > conftest.$ac_ext <<EOF 7351cat > conftest.$ac_ext <<EOF
7351#line 7352 "configure" 7352#line 7353 "configure"
7352#include "confdefs.h" 7353#include "confdefs.h"
7353/* Override any gcc2 internal prototype to avoid an error. */ 7354/* Override any gcc2 internal prototype to avoid an error. */
7354/* We use char because int might match the return type of a gcc2 7355/* We use char because int might match the return type of a gcc2
@@ -7359,7 +7360,7 @@ int main() {
7359mit_des_cbc_encrypt() 7360mit_des_cbc_encrypt()
7360; return 0; } 7361; return 0; }
7361EOF 7362EOF
7362if { (eval echo configure:7363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7363if { (eval echo configure:7364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7363 rm -rf conftest* 7364 rm -rf conftest*
7364 eval "ac_cv_lib_$ac_lib_var=yes" 7365 eval "ac_cv_lib_$ac_lib_var=yes"
7365else 7366else
@@ -7387,7 +7388,7 @@ else
7387fi 7388fi
7388 7389
7389 echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6 7390 echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6
7390echo "configure:7391: checking for mit_des_cbc_encrypt in -lcrypto" >&5 7391echo "configure:7392: checking for mit_des_cbc_encrypt in -lcrypto" >&5
7391ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` 7392ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
7392if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7393if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7393 echo $ac_n "(cached) $ac_c" 1>&6 7394 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7395,7 +7396,7 @@ else
7395 ac_save_LIBS="$LIBS" 7396 ac_save_LIBS="$LIBS"
7396LIBS="-lcrypto $LIBS" 7397LIBS="-lcrypto $LIBS"
7397cat > conftest.$ac_ext <<EOF 7398cat > conftest.$ac_ext <<EOF
7398#line 7399 "configure" 7399#line 7400 "configure"
7399#include "confdefs.h" 7400#include "confdefs.h"
7400/* Override any gcc2 internal prototype to avoid an error. */ 7401/* Override any gcc2 internal prototype to avoid an error. */
7401/* We use char because int might match the return type of a gcc2 7402/* We use char because int might match the return type of a gcc2
@@ -7406,7 +7407,7 @@ int main() {
7406mit_des_cbc_encrypt() 7407mit_des_cbc_encrypt()
7407; return 0; } 7408; return 0; }
7408EOF 7409EOF
7409if { (eval echo configure:7410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7410if { (eval echo configure:7411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7410 rm -rf conftest* 7411 rm -rf conftest*
7411 eval "ac_cv_lib_$ac_lib_var=yes" 7412 eval "ac_cv_lib_$ac_lib_var=yes"
7412else 7413else
@@ -7434,7 +7435,7 @@ else
7434fi 7435fi
7435 7436
7436 echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 7437 echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6
7437echo "configure:7438: checking for krb5_init_context in -lkrb5" >&5 7438echo "configure:7439: checking for krb5_init_context in -lkrb5" >&5
7438ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'` 7439ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'`
7439if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7440if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7440 echo $ac_n "(cached) $ac_c" 1>&6 7441 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7442,7 +7443,7 @@ else
7442 ac_save_LIBS="$LIBS" 7443 ac_save_LIBS="$LIBS"
7443LIBS="-lkrb5 $LIBS" 7444LIBS="-lkrb5 $LIBS"
7444cat > conftest.$ac_ext <<EOF 7445cat > conftest.$ac_ext <<EOF
7445#line 7446 "configure" 7446#line 7447 "configure"
7446#include "confdefs.h" 7447#include "confdefs.h"
7447/* Override any gcc2 internal prototype to avoid an error. */ 7448/* Override any gcc2 internal prototype to avoid an error. */
7448/* We use char because int might match the return type of a gcc2 7449/* We use char because int might match the return type of a gcc2
@@ -7453,7 +7454,7 @@ int main() {
7453krb5_init_context() 7454krb5_init_context()
7454; return 0; } 7455; return 0; }
7455EOF 7456EOF
7456if { (eval echo configure:7457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7457if { (eval echo configure:7458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7457 rm -rf conftest* 7458 rm -rf conftest*
7458 eval "ac_cv_lib_$ac_lib_var=yes" 7459 eval "ac_cv_lib_$ac_lib_var=yes"
7459else 7460else
@@ -7482,7 +7483,7 @@ fi
7482 7483
7483 if test "${with_kerberos5+set}" != set; then 7484 if test "${with_kerberos5+set}" != set; then
7484 echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6 7485 echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6
7485echo "configure:7486: checking for des_cbc_encrypt in -ldes425" >&5 7486echo "configure:7487: checking for des_cbc_encrypt in -ldes425" >&5
7486ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` 7487ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
7487if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7488if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7488 echo $ac_n "(cached) $ac_c" 1>&6 7489 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7490,7 +7491,7 @@ else
7490 ac_save_LIBS="$LIBS" 7491 ac_save_LIBS="$LIBS"
7491LIBS="-ldes425 $LIBS" 7492LIBS="-ldes425 $LIBS"
7492cat > conftest.$ac_ext <<EOF 7493cat > conftest.$ac_ext <<EOF
7493#line 7494 "configure" 7494#line 7495 "configure"
7494#include "confdefs.h" 7495#include "confdefs.h"
7495/* Override any gcc2 internal prototype to avoid an error. */ 7496/* Override any gcc2 internal prototype to avoid an error. */
7496/* We use char because int might match the return type of a gcc2 7497/* We use char because int might match the return type of a gcc2
@@ -7501,7 +7502,7 @@ int main() {
7501des_cbc_encrypt() 7502des_cbc_encrypt()
7502; return 0; } 7503; return 0; }
7503EOF 7504EOF
7504if { (eval echo configure:7505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7505if { (eval echo configure:7506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7505 rm -rf conftest* 7506 rm -rf conftest*
7506 eval "ac_cv_lib_$ac_lib_var=yes" 7507 eval "ac_cv_lib_$ac_lib_var=yes"
7507else 7508else
@@ -7527,7 +7528,7 @@ EOF
7527else 7528else
7528 echo "$ac_t""no" 1>&6 7529 echo "$ac_t""no" 1>&6
7529echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6 7530echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6
7530echo "configure:7531: checking for des_cbc_encrypt in -ldes" >&5 7531echo "configure:7532: checking for des_cbc_encrypt in -ldes" >&5
7531ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` 7532ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
7532if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7533if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7533 echo $ac_n "(cached) $ac_c" 1>&6 7534 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7535,7 +7536,7 @@ else
7535 ac_save_LIBS="$LIBS" 7536 ac_save_LIBS="$LIBS"
7536LIBS="-ldes $LIBS" 7537LIBS="-ldes $LIBS"
7537cat > conftest.$ac_ext <<EOF 7538cat > conftest.$ac_ext <<EOF
7538#line 7539 "configure" 7539#line 7540 "configure"
7539#include "confdefs.h" 7540#include "confdefs.h"
7540/* Override any gcc2 internal prototype to avoid an error. */ 7541/* Override any gcc2 internal prototype to avoid an error. */
7541/* We use char because int might match the return type of a gcc2 7542/* We use char because int might match the return type of a gcc2
@@ -7546,7 +7547,7 @@ int main() {
7546des_cbc_encrypt() 7547des_cbc_encrypt()
7547; return 0; } 7548; return 0; }
7548EOF 7549EOF
7549if { (eval echo configure:7550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7550if { (eval echo configure:7551: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7550 rm -rf conftest* 7551 rm -rf conftest*
7551 eval "ac_cv_lib_$ac_lib_var=yes" 7552 eval "ac_cv_lib_$ac_lib_var=yes"
7552else 7553else
@@ -7576,7 +7577,7 @@ fi
7576fi 7577fi
7577 7578
7578 echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6 7579 echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6
7579echo "configure:7580: checking for krb_get_cred in -lkrb4" >&5 7580echo "configure:7581: checking for krb_get_cred in -lkrb4" >&5
7580ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'` 7581ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'`
7581if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7582if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7582 echo $ac_n "(cached) $ac_c" 1>&6 7583 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7584,7 +7585,7 @@ else
7584 ac_save_LIBS="$LIBS" 7585 ac_save_LIBS="$LIBS"
7585LIBS="-lkrb4 $LIBS" 7586LIBS="-lkrb4 $LIBS"
7586cat > conftest.$ac_ext <<EOF 7587cat > conftest.$ac_ext <<EOF
7587#line 7588 "configure" 7588#line 7589 "configure"
7588#include "confdefs.h" 7589#include "confdefs.h"
7589/* Override any gcc2 internal prototype to avoid an error. */ 7590/* Override any gcc2 internal prototype to avoid an error. */
7590/* We use char because int might match the return type of a gcc2 7591/* We use char because int might match the return type of a gcc2
@@ -7595,7 +7596,7 @@ int main() {
7595krb_get_cred() 7596krb_get_cred()
7596; return 0; } 7597; return 0; }
7597EOF 7598EOF
7598if { (eval echo configure:7599: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7599if { (eval echo configure:7600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7599 rm -rf conftest* 7600 rm -rf conftest*
7600 eval "ac_cv_lib_$ac_lib_var=yes" 7601 eval "ac_cv_lib_$ac_lib_var=yes"
7601else 7602else
@@ -7621,7 +7622,7 @@ EOF
7621else 7622else
7622 echo "$ac_t""no" 1>&6 7623 echo "$ac_t""no" 1>&6
7623echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6 7624echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6
7624echo "configure:7625: checking for krb_get_cred in -lkrb" >&5 7625echo "configure:7626: checking for krb_get_cred in -lkrb" >&5
7625ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'` 7626ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'`
7626if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7627if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7627 echo $ac_n "(cached) $ac_c" 1>&6 7628 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7629,7 +7630,7 @@ else
7629 ac_save_LIBS="$LIBS" 7630 ac_save_LIBS="$LIBS"
7630LIBS="-lkrb $LIBS" 7631LIBS="-lkrb $LIBS"
7631cat > conftest.$ac_ext <<EOF 7632cat > conftest.$ac_ext <<EOF
7632#line 7633 "configure" 7633#line 7634 "configure"
7633#include "confdefs.h" 7634#include "confdefs.h"
7634/* Override any gcc2 internal prototype to avoid an error. */ 7635/* Override any gcc2 internal prototype to avoid an error. */
7635/* We use char because int might match the return type of a gcc2 7636/* We use char because int might match the return type of a gcc2
@@ -7640,7 +7641,7 @@ int main() {
7640krb_get_cred() 7641krb_get_cred()
7641; return 0; } 7642; return 0; }
7642EOF 7643EOF
7643if { (eval echo configure:7644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7644if { (eval echo configure:7645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7644 rm -rf conftest* 7645 rm -rf conftest*
7645 eval "ac_cv_lib_$ac_lib_var=yes" 7646 eval "ac_cv_lib_$ac_lib_var=yes"
7646else 7647else
@@ -7676,17 +7677,17 @@ fi
7676do 7677do
7677ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7678ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7678echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7679echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7679echo "configure:7680: checking for $ac_hdr" >&5 7680echo "configure:7681: checking for $ac_hdr" >&5
7680if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7681if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7681 echo $ac_n "(cached) $ac_c" 1>&6 7682 echo $ac_n "(cached) $ac_c" 1>&6
7682else 7683else
7683 cat > conftest.$ac_ext <<EOF 7684 cat > conftest.$ac_ext <<EOF
7684#line 7685 "configure" 7685#line 7686 "configure"
7685#include "confdefs.h" 7686#include "confdefs.h"
7686#include <$ac_hdr> 7687#include <$ac_hdr>
7687EOF 7688EOF
7688ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7689ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7689{ (eval echo configure:7690: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7690{ (eval echo configure:7691: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7690ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7691ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7691if test -z "$ac_err"; then 7692if test -z "$ac_err"; then
7692 rm -rf conftest* 7693 rm -rf conftest*
@@ -7717,17 +7718,17 @@ done
7717do 7718do
7718ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7719ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7719echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7720echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7720echo "configure:7721: checking for $ac_hdr" >&5 7721echo "configure:7722: checking for $ac_hdr" >&5
7721if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7722if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7722 echo $ac_n "(cached) $ac_c" 1>&6 7723 echo $ac_n "(cached) $ac_c" 1>&6
7723else 7724else
7724 cat > conftest.$ac_ext <<EOF 7725 cat > conftest.$ac_ext <<EOF
7725#line 7726 "configure" 7726#line 7727 "configure"
7726#include "confdefs.h" 7727#include "confdefs.h"
7727#include <$ac_hdr> 7728#include <$ac_hdr>
7728EOF 7729EOF
7729ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7730ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7730{ (eval echo configure:7731: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7731{ (eval echo configure:7732: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7731ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7732ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7732if test -z "$ac_err"; then 7733if test -z "$ac_err"; then
7733 rm -rf conftest* 7734 rm -rf conftest*
@@ -7754,17 +7755,17 @@ for ac_hdr in kerberosIV/des.h
7754do 7755do
7755ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7756ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7756echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7757echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7757echo "configure:7758: checking for $ac_hdr" >&5 7758echo "configure:7759: checking for $ac_hdr" >&5
7758if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7759if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7759 echo $ac_n "(cached) $ac_c" 1>&6 7760 echo $ac_n "(cached) $ac_c" 1>&6
7760else 7761else
7761 cat > conftest.$ac_ext <<EOF 7762 cat > conftest.$ac_ext <<EOF
7762#line 7763 "configure" 7763#line 7764 "configure"
7763#include "confdefs.h" 7764#include "confdefs.h"
7764#include <$ac_hdr> 7765#include <$ac_hdr>
7765EOF 7766EOF
7766ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7767ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7767{ (eval echo configure:7768: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7768{ (eval echo configure:7769: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7768ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7769ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7769if test -z "$ac_err"; then 7770if test -z "$ac_err"; then
7770 rm -rf conftest* 7771 rm -rf conftest*
@@ -7791,17 +7792,17 @@ for ac_hdr in kerberos/des.h
7791do 7792do
7792ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7793ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7793echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7794echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7794echo "configure:7795: checking for $ac_hdr" >&5 7795echo "configure:7796: checking for $ac_hdr" >&5
7795if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7796if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7796 echo $ac_n "(cached) $ac_c" 1>&6 7797 echo $ac_n "(cached) $ac_c" 1>&6
7797else 7798else
7798 cat > conftest.$ac_ext <<EOF 7799 cat > conftest.$ac_ext <<EOF
7799#line 7800 "configure" 7800#line 7801 "configure"
7800#include "confdefs.h" 7801#include "confdefs.h"
7801#include <$ac_hdr> 7802#include <$ac_hdr>
7802EOF 7803EOF
7803ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7804ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7804{ (eval echo configure:7805: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7805{ (eval echo configure:7806: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7805ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7806ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7806if test -z "$ac_err"; then 7807if test -z "$ac_err"; then
7807 rm -rf conftest* 7808 rm -rf conftest*
@@ -7837,17 +7838,17 @@ done
7837do 7838do
7838ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7839ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7839echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7840echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7840echo "configure:7841: checking for $ac_hdr" >&5 7841echo "configure:7842: checking for $ac_hdr" >&5
7841if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7842if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7842 echo $ac_n "(cached) $ac_c" 1>&6 7843 echo $ac_n "(cached) $ac_c" 1>&6
7843else 7844else
7844 cat > conftest.$ac_ext <<EOF 7845 cat > conftest.$ac_ext <<EOF
7845#line 7846 "configure" 7846#line 7847 "configure"
7846#include "confdefs.h" 7847#include "confdefs.h"
7847#include <$ac_hdr> 7848#include <$ac_hdr>
7848EOF 7849EOF
7849ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7850ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7850{ (eval echo configure:7851: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7851{ (eval echo configure:7852: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7851ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7852ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7852if test -z "$ac_err"; then 7853if test -z "$ac_err"; then
7853 rm -rf conftest* 7854 rm -rf conftest*
@@ -7874,17 +7875,17 @@ for ac_hdr in kerberosIV/krb.h
7874do 7875do
7875ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7876ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7876echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7877echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7877echo "configure:7878: checking for $ac_hdr" >&5 7878echo "configure:7879: checking for $ac_hdr" >&5
7878if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7879if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7879 echo $ac_n "(cached) $ac_c" 1>&6 7880 echo $ac_n "(cached) $ac_c" 1>&6
7880else 7881else
7881 cat > conftest.$ac_ext <<EOF 7882 cat > conftest.$ac_ext <<EOF
7882#line 7883 "configure" 7883#line 7884 "configure"
7883#include "confdefs.h" 7884#include "confdefs.h"
7884#include <$ac_hdr> 7885#include <$ac_hdr>
7885EOF 7886EOF
7886ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7887ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7887{ (eval echo configure:7888: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7888{ (eval echo configure:7889: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7888ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7889ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7889if test -z "$ac_err"; then 7890if test -z "$ac_err"; then
7890 rm -rf conftest* 7891 rm -rf conftest*
@@ -7911,17 +7912,17 @@ for ac_hdr in kerberos/krb.h
7911do 7912do
7912ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7913ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7913echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7914echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7914echo "configure:7915: checking for $ac_hdr" >&5 7915echo "configure:7916: checking for $ac_hdr" >&5
7915if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7916if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7916 echo $ac_n "(cached) $ac_c" 1>&6 7917 echo $ac_n "(cached) $ac_c" 1>&6
7917else 7918else
7918 cat > conftest.$ac_ext <<EOF 7919 cat > conftest.$ac_ext <<EOF
7919#line 7920 "configure" 7920#line 7921 "configure"
7920#include "confdefs.h" 7921#include "confdefs.h"
7921#include <$ac_hdr> 7922#include <$ac_hdr>
7922EOF 7923EOF
7923ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7924ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7924{ (eval echo configure:7925: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7925{ (eval echo configure:7926: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7925ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7926ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7926if test -z "$ac_err"; then 7927if test -z "$ac_err"; then
7927 rm -rf conftest* 7928 rm -rf conftest*
@@ -7958,17 +7959,17 @@ done
7958do 7959do
7959ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7960ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7960echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7961echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7961echo "configure:7962: checking for $ac_hdr" >&5 7962echo "configure:7963: checking for $ac_hdr" >&5
7962if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7963if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7963 echo $ac_n "(cached) $ac_c" 1>&6 7964 echo $ac_n "(cached) $ac_c" 1>&6
7964else 7965else
7965 cat > conftest.$ac_ext <<EOF 7966 cat > conftest.$ac_ext <<EOF
7966#line 7967 "configure" 7967#line 7968 "configure"
7967#include "confdefs.h" 7968#include "confdefs.h"
7968#include <$ac_hdr> 7969#include <$ac_hdr>
7969EOF 7970EOF
7970ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7971ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7971{ (eval echo configure:7972: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7972{ (eval echo configure:7973: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7972ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7973ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7973if test -z "$ac_err"; then 7974if test -z "$ac_err"; then
7974 rm -rf conftest* 7975 rm -rf conftest*
@@ -7999,7 +8000,7 @@ fi
7999# Solaris requires -lintl if you want strerror (which calls dgettext) 8000# Solaris requires -lintl if you want strerror (which calls dgettext)
8000# to return localized messages. 8001# to return localized messages.
8001echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6 8002echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6
8002echo "configure:8003: checking for dgettext in -lintl" >&5 8003echo "configure:8004: checking for dgettext in -lintl" >&5
8003ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'` 8004ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'`
8004if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 8005if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
8005 echo $ac_n "(cached) $ac_c" 1>&6 8006 echo $ac_n "(cached) $ac_c" 1>&6
@@ -8007,7 +8008,7 @@ else
8007 ac_save_LIBS="$LIBS" 8008 ac_save_LIBS="$LIBS"
8008LIBS="-lintl $LIBS" 8009LIBS="-lintl $LIBS"
8009cat > conftest.$ac_ext <<EOF 8010cat > conftest.$ac_ext <<EOF
8010#line 8011 "configure" 8011#line 8012 "configure"
8011#include "confdefs.h" 8012#include "confdefs.h"
8012/* Override any gcc2 internal prototype to avoid an error. */ 8013/* Override any gcc2 internal prototype to avoid an error. */
8013/* We use char because int might match the return type of a gcc2 8014/* We use char because int might match the return type of a gcc2
@@ -8018,7 +8019,7 @@ int main() {
8018dgettext() 8019dgettext()
8019; return 0; } 8020; return 0; }
8020EOF 8021EOF
8021if { (eval echo configure:8022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8022if { (eval echo configure:8023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8022 rm -rf conftest* 8023 rm -rf conftest*
8023 eval "ac_cv_lib_$ac_lib_var=yes" 8024 eval "ac_cv_lib_$ac_lib_var=yes"
8024else 8025else
@@ -8047,7 +8048,7 @@ fi
8047 8048
8048 8049
8049echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6 8050echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6
8050echo "configure:8051: checking whether localtime caches TZ" >&5 8051echo "configure:8052: checking whether localtime caches TZ" >&5
8051if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then 8052if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then
8052 echo $ac_n "(cached) $ac_c" 1>&6 8053 echo $ac_n "(cached) $ac_c" 1>&6
8053else 8054else
@@ -8057,7 +8058,7 @@ if test "$cross_compiling" = yes; then
8057emacs_cv_localtime_cache=yes 8058emacs_cv_localtime_cache=yes
8058else 8059else
8059 cat > conftest.$ac_ext <<EOF 8060 cat > conftest.$ac_ext <<EOF
8060#line 8061 "configure" 8061#line 8062 "configure"
8061#include "confdefs.h" 8062#include "confdefs.h"
8062#include <time.h> 8063#include <time.h>
8063extern char **environ; 8064extern char **environ;
@@ -8089,7 +8090,7 @@ main()
8089 exit (0); 8090 exit (0);
8090} 8091}
8091EOF 8092EOF
8092if { (eval echo configure:8093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 8093if { (eval echo configure:8094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8093then 8094then
8094 emacs_cv_localtime_cache=no 8095 emacs_cv_localtime_cache=no
8095else 8096else
@@ -8119,12 +8120,12 @@ if test "x$HAVE_TIMEVAL" = xyes; then
8119 for ac_func in gettimeofday 8120 for ac_func in gettimeofday
8120do 8121do
8121echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 8122echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8122echo "configure:8123: checking for $ac_func" >&5 8123echo "configure:8124: checking for $ac_func" >&5
8123if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 8124if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8124 echo $ac_n "(cached) $ac_c" 1>&6 8125 echo $ac_n "(cached) $ac_c" 1>&6
8125else 8126else
8126 cat > conftest.$ac_ext <<EOF 8127 cat > conftest.$ac_ext <<EOF
8127#line 8128 "configure" 8128#line 8129 "configure"
8128#include "confdefs.h" 8129#include "confdefs.h"
8129/* System header to define __stub macros and hopefully few prototypes, 8130/* System header to define __stub macros and hopefully few prototypes,
8130 which can conflict with char $ac_func(); below. */ 8131 which can conflict with char $ac_func(); below. */
@@ -8147,7 +8148,7 @@ $ac_func();
8147 8148
8148; return 0; } 8149; return 0; }
8149EOF 8150EOF
8150if { (eval echo configure:8151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8151if { (eval echo configure:8152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8151 rm -rf conftest* 8152 rm -rf conftest*
8152 eval "ac_cv_func_$ac_func=yes" 8153 eval "ac_cv_func_$ac_func=yes"
8153else 8154else
@@ -8172,12 +8173,12 @@ fi
8172done 8173done
8173 8174
8174 echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6 8175 echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6
8175echo "configure:8176: checking whether gettimeofday can accept two arguments" >&5 8176echo "configure:8177: checking whether gettimeofday can accept two arguments" >&5
8176if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then 8177if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then
8177 echo $ac_n "(cached) $ac_c" 1>&6 8178 echo $ac_n "(cached) $ac_c" 1>&6
8178else 8179else
8179 cat > conftest.$ac_ext <<EOF 8180 cat > conftest.$ac_ext <<EOF
8180#line 8181 "configure" 8181#line 8182 "configure"
8181#include "confdefs.h" 8182#include "confdefs.h"
8182 8183
8183#ifdef TIME_WITH_SYS_TIME 8184#ifdef TIME_WITH_SYS_TIME
@@ -8195,7 +8196,7 @@ struct timeval time;
8195 gettimeofday (&time, 0); 8196 gettimeofday (&time, 0);
8196; return 0; } 8197; return 0; }
8197EOF 8198EOF
8198if { (eval echo configure:8199: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 8199if { (eval echo configure:8200: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8199 rm -rf conftest* 8200 rm -rf conftest*
8200 emacs_cv_gettimeofday_two_arguments=yes 8201 emacs_cv_gettimeofday_two_arguments=yes
8201else 8202else
@@ -8218,25 +8219,25 @@ fi
8218 8219
8219if test "$ac_cv_func_gettimeofday" = yes; then 8220if test "$ac_cv_func_gettimeofday" = yes; then
8220 echo $ac_n "checking for struct timezone""... $ac_c" 1>&6 8221 echo $ac_n "checking for struct timezone""... $ac_c" 1>&6
8221echo "configure:8222: checking for struct timezone" >&5 8222echo "configure:8223: checking for struct timezone" >&5
8222if eval "test \"`echo '$''{'emacs_cv_struct_timezone'+set}'`\" = set"; then 8223if eval "test \"`echo '$''{'emacs_cv_struct_timezone'+set}'`\" = set"; then
8223 echo $ac_n "(cached) $ac_c" 1>&6 8224 echo $ac_n "(cached) $ac_c" 1>&6
8224else 8225else
8225 cat > conftest.$ac_ext <<EOF 8226 cat > conftest.$ac_ext <<EOF
8226#line 8227 "configure" 8227#line 8228 "configure"
8227#include "confdefs.h" 8228#include "confdefs.h"
8228#include <sys/time.h> 8229#include <sys/time.h>
8229int main() { 8230int main() {
8230struct timezone tz; 8231struct timezone tz;
8231; return 0; } 8232; return 0; }
8232EOF 8233EOF
8233if { (eval echo configure:8234: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 8234if { (eval echo configure:8235: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8234 rm -rf conftest* 8235 rm -rf conftest*
8235 if test "$cross_compiling" = yes; then 8236 if test "$cross_compiling" = yes; then
8236 emacs_cv_struct_timezone=yes 8237 emacs_cv_struct_timezone=yes
8237else 8238else
8238 cat > conftest.$ac_ext <<EOF 8239 cat > conftest.$ac_ext <<EOF
8239#line 8240 "configure" 8240#line 8241 "configure"
8240#include "confdefs.h" 8241#include "confdefs.h"
8241 8242
8242#ifdef TIME_WITH_SYS_TIME 8243#ifdef TIME_WITH_SYS_TIME
@@ -8255,7 +8256,7 @@ main () {
8255 exit (gettimeofday (&time, &dummy)); 8256 exit (gettimeofday (&time, &dummy));
8256} 8257}
8257EOF 8258EOF
8258if { (eval echo configure:8259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 8259if { (eval echo configure:8260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8259then 8260then
8260 emacs_cv_struct_timezone=yes 8261 emacs_cv_struct_timezone=yes
8261else 8262else
@@ -8281,12 +8282,12 @@ fi
8281 8282
8282ok_so_far=yes 8283ok_so_far=yes
8283echo $ac_n "checking for socket""... $ac_c" 1>&6 8284echo $ac_n "checking for socket""... $ac_c" 1>&6
8284echo "configure:8285: checking for socket" >&5 8285echo "configure:8286: checking for socket" >&5
8285if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then 8286if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
8286 echo $ac_n "(cached) $ac_c" 1>&6 8287 echo $ac_n "(cached) $ac_c" 1>&6
8287else 8288else
8288 cat > conftest.$ac_ext <<EOF 8289 cat > conftest.$ac_ext <<EOF
8289#line 8290 "configure" 8290#line 8291 "configure"
8290#include "confdefs.h" 8291#include "confdefs.h"
8291/* System header to define __stub macros and hopefully few prototypes, 8292/* System header to define __stub macros and hopefully few prototypes,
8292 which can conflict with char socket(); below. */ 8293 which can conflict with char socket(); below. */
@@ -8309,7 +8310,7 @@ socket();
8309 8310
8310; return 0; } 8311; return 0; }
8311EOF 8312EOF
8312if { (eval echo configure:8313: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8313if { (eval echo configure:8314: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8313 rm -rf conftest* 8314 rm -rf conftest*
8314 eval "ac_cv_func_socket=yes" 8315 eval "ac_cv_func_socket=yes"
8315else 8316else
@@ -8332,17 +8333,17 @@ fi
8332if test $ok_so_far = yes; then 8333if test $ok_so_far = yes; then
8333 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` 8334 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'`
8334echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 8335echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6
8335echo "configure:8336: checking for netinet/in.h" >&5 8336echo "configure:8337: checking for netinet/in.h" >&5
8336if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 8337if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8337 echo $ac_n "(cached) $ac_c" 1>&6 8338 echo $ac_n "(cached) $ac_c" 1>&6
8338else 8339else
8339 cat > conftest.$ac_ext <<EOF 8340 cat > conftest.$ac_ext <<EOF
8340#line 8341 "configure" 8341#line 8342 "configure"
8341#include "confdefs.h" 8342#include "confdefs.h"
8342#include <netinet/in.h> 8343#include <netinet/in.h>
8343EOF 8344EOF
8344ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8345ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8345{ (eval echo configure:8346: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8346{ (eval echo configure:8347: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8346ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8347ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8347if test -z "$ac_err"; then 8348if test -z "$ac_err"; then
8348 rm -rf conftest* 8349 rm -rf conftest*
@@ -8368,17 +8369,17 @@ fi
8368if test $ok_so_far = yes; then 8369if test $ok_so_far = yes; then
8369 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'` 8370 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'`
8370echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6 8371echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6
8371echo "configure:8372: checking for arpa/inet.h" >&5 8372echo "configure:8373: checking for arpa/inet.h" >&5
8372if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 8373if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8373 echo $ac_n "(cached) $ac_c" 1>&6 8374 echo $ac_n "(cached) $ac_c" 1>&6
8374else 8375else
8375 cat > conftest.$ac_ext <<EOF 8376 cat > conftest.$ac_ext <<EOF
8376#line 8377 "configure" 8377#line 8378 "configure"
8377#include "confdefs.h" 8378#include "confdefs.h"
8378#include <arpa/inet.h> 8379#include <arpa/inet.h>
8379EOF 8380EOF
8380ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8381ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8381{ (eval echo configure:8382: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8382{ (eval echo configure:8383: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8382ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8383ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8383if test -z "$ac_err"; then 8384if test -z "$ac_err"; then
8384 rm -rf conftest* 8385 rm -rf conftest*
@@ -8416,7 +8417,7 @@ EOF
8416fi 8417fi
8417 8418
8418echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6 8419echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6
8419echo "configure:8420: checking whether system supports dynamic ptys" >&5 8420echo "configure:8421: checking whether system supports dynamic ptys" >&5
8420if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then 8421if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
8421 echo "$ac_t""yes" 1>&6 8422 echo "$ac_t""yes" 1>&6
8422 cat >> confdefs.h <<\EOF 8423 cat >> confdefs.h <<\EOF
@@ -8428,12 +8429,12 @@ else
8428fi 8429fi
8429 8430
8430echo $ac_n "checking for pid_t""... $ac_c" 1>&6 8431echo $ac_n "checking for pid_t""... $ac_c" 1>&6
8431echo "configure:8432: checking for pid_t" >&5 8432echo "configure:8433: checking for pid_t" >&5
8432if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 8433if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
8433 echo $ac_n "(cached) $ac_c" 1>&6 8434 echo $ac_n "(cached) $ac_c" 1>&6
8434else 8435else
8435 cat > conftest.$ac_ext <<EOF 8436 cat > conftest.$ac_ext <<EOF
8436#line 8437 "configure" 8437#line 8438 "configure"
8437#include "confdefs.h" 8438#include "confdefs.h"
8438#include <sys/types.h> 8439#include <sys/types.h>
8439#if STDC_HEADERS 8440#if STDC_HEADERS
@@ -8462,17 +8463,17 @@ fi
8462 8463
8463ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` 8464ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
8464echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 8465echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
8465echo "configure:8466: checking for vfork.h" >&5 8466echo "configure:8467: checking for vfork.h" >&5
8466if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 8467if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8467 echo $ac_n "(cached) $ac_c" 1>&6 8468 echo $ac_n "(cached) $ac_c" 1>&6
8468else 8469else
8469 cat > conftest.$ac_ext <<EOF 8470 cat > conftest.$ac_ext <<EOF
8470#line 8471 "configure" 8471#line 8472 "configure"
8471#include "confdefs.h" 8472#include "confdefs.h"
8472#include <vfork.h> 8473#include <vfork.h>
8473EOF 8474EOF
8474ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8475ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8475{ (eval echo configure:8476: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8476{ (eval echo configure:8477: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8476ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8477ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8477if test -z "$ac_err"; then 8478if test -z "$ac_err"; then
8478 rm -rf conftest* 8479 rm -rf conftest*
@@ -8497,18 +8498,18 @@ else
8497fi 8498fi
8498 8499
8499echo $ac_n "checking for working vfork""... $ac_c" 1>&6 8500echo $ac_n "checking for working vfork""... $ac_c" 1>&6
8500echo "configure:8501: checking for working vfork" >&5 8501echo "configure:8502: checking for working vfork" >&5
8501if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then 8502if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
8502 echo $ac_n "(cached) $ac_c" 1>&6 8503 echo $ac_n "(cached) $ac_c" 1>&6
8503else 8504else
8504 if test "$cross_compiling" = yes; then 8505 if test "$cross_compiling" = yes; then
8505 echo $ac_n "checking for vfork""... $ac_c" 1>&6 8506 echo $ac_n "checking for vfork""... $ac_c" 1>&6
8506echo "configure:8507: checking for vfork" >&5 8507echo "configure:8508: checking for vfork" >&5
8507if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then 8508if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
8508 echo $ac_n "(cached) $ac_c" 1>&6 8509 echo $ac_n "(cached) $ac_c" 1>&6
8509else 8510else
8510 cat > conftest.$ac_ext <<EOF 8511 cat > conftest.$ac_ext <<EOF
8511#line 8512 "configure" 8512#line 8513 "configure"
8512#include "confdefs.h" 8513#include "confdefs.h"
8513/* System header to define __stub macros and hopefully few prototypes, 8514/* System header to define __stub macros and hopefully few prototypes,
8514 which can conflict with char vfork(); below. */ 8515 which can conflict with char vfork(); below. */
@@ -8531,7 +8532,7 @@ vfork();
8531 8532
8532; return 0; } 8533; return 0; }
8533EOF 8534EOF
8534if { (eval echo configure:8535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8535if { (eval echo configure:8536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8535 rm -rf conftest* 8536 rm -rf conftest*
8536 eval "ac_cv_func_vfork=yes" 8537 eval "ac_cv_func_vfork=yes"
8537else 8538else
@@ -8553,7 +8554,7 @@ fi
8553ac_cv_func_vfork_works=$ac_cv_func_vfork 8554ac_cv_func_vfork_works=$ac_cv_func_vfork
8554else 8555else
8555 cat > conftest.$ac_ext <<EOF 8556 cat > conftest.$ac_ext <<EOF
8556#line 8557 "configure" 8557#line 8558 "configure"
8557#include "confdefs.h" 8558#include "confdefs.h"
8558/* Thanks to Paul Eggert for this test. */ 8559/* Thanks to Paul Eggert for this test. */
8559#include <stdio.h> 8560#include <stdio.h>
@@ -8648,7 +8649,7 @@ main() {
8648 } 8649 }
8649} 8650}
8650EOF 8651EOF
8651if { (eval echo configure:8652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 8652if { (eval echo configure:8653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8652then 8653then
8653 ac_cv_func_vfork_works=yes 8654 ac_cv_func_vfork_works=yes
8654else 8655else
@@ -8673,12 +8674,12 @@ fi
8673 8674
8674# Fixme: This should be replaced when we have autoconf 2.14. 8675# Fixme: This should be replaced when we have autoconf 2.14.
8675echo $ac_n "checking for size_t""... $ac_c" 1>&6 8676echo $ac_n "checking for size_t""... $ac_c" 1>&6
8676echo "configure:8677: checking for size_t" >&5 8677echo "configure:8678: checking for size_t" >&5
8677if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 8678if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
8678 echo $ac_n "(cached) $ac_c" 1>&6 8679 echo $ac_n "(cached) $ac_c" 1>&6
8679else 8680else
8680 cat > conftest.$ac_ext <<EOF 8681 cat > conftest.$ac_ext <<EOF
8681#line 8682 "configure" 8682#line 8683 "configure"
8682#include "confdefs.h" 8683#include "confdefs.h"
8683#include <sys/types.h> 8684#include <sys/types.h>
8684#if STDC_HEADERS 8685#if STDC_HEADERS
@@ -8872,7 +8873,7 @@ test "${exec_prefix}" != NONE &&
8872## C preprocessor. 8873## C preprocessor.
8873 8874
8874cat > conftest.$ac_ext <<EOF 8875cat > conftest.$ac_ext <<EOF
8875#line 8876 "configure" 8876#line 8877 "configure"
8876#include "confdefs.h" 8877#include "confdefs.h"
8877yes..yes 8878yes..yes
8878EOF 8879EOF
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2e3203d6f08..d3e687f3de1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12001-03-20 Gerd Moellmann <gerd@gnu.org> 12001-03-20 Gerd Moellmann <gerd@gnu.org>
2 2
3 * custom.el (custom-set-variables): Avoid reversing the list
4 of args needlessly.
5
3 * startup.el (fancy-splash-head): Don't change the colors of the 6 * startup.el (fancy-splash-head): Don't change the colors of the
4 XPM image on a dark background. 7 XPM image on a dark background.
5 8