aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-01 14:05:27 +0000
committerGerd Moellmann2000-09-01 14:05:27 +0000
commitff8df3be6954171d06f24721823b5e73d6e5db9f (patch)
tree1d590ebc5e7eca8b5427c22df0b59118fe61ff49
parent1890c0c425de528d5c2c6373fa51e9876d63ca5d (diff)
downloademacs-ff8df3be6954171d06f24721823b5e73d6e5db9f.tar.gz
emacs-ff8df3be6954171d06f24721823b5e73d6e5db9f.zip
*** empty log message ***
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure425
2 files changed, 221 insertions, 209 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dbd7dbdfb3..ffef6a2b305 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12000-09-01 Gerd Moellmann <gerd@gnu.org>
2
3 * configure.in: Add ``checking'' messages for
4 XpmReturnAllocPixels.
5
12000-08-28 Gerd Moellmann <gerd@gnu.org> 62000-08-28 Gerd Moellmann <gerd@gnu.org>
2 7
3 * configure.in: Check <strings.h>; check `index' and `rindex' 8 * configure.in: Check <strings.h>; check `index' and `rindex'
diff --git a/configure b/configure
index 3c94236c54d..51f70e4b731 100755
--- a/configure
+++ b/configure
@@ -4938,8 +4938,10 @@ else
4938fi 4938fi
4939 4939
4940 if test "${HAVE_XPM}" = "yes"; then 4940 if test "${HAVE_XPM}" = "yes"; then
4941 echo $ac_n "checking for XpmReturnAllocPixels preprocessor define""... $ac_c" 1>&6
4942echo "configure:4943: checking for XpmReturnAllocPixels preprocessor define" >&5
4941 cat > conftest.$ac_ext <<EOF 4943 cat > conftest.$ac_ext <<EOF
4942#line 4943 "configure" 4944#line 4945 "configure"
4943#include "confdefs.h" 4945#include "confdefs.h"
4944#include "X11/xpm.h" 4946#include "X11/xpm.h"
4945#ifndef XpmReturnAllocPixels 4947#ifndef XpmReturnAllocPixels
@@ -4959,6 +4961,11 @@ rm -f conftest*
4959 4961
4960 fi 4962 fi
4961 CFLAGS="${old_c_flags}" 4963 CFLAGS="${old_c_flags}"
4964 if test "${HAVE_XPM}" = "yes"; then
4965 echo "$ac_t""yes" 1>&6
4966 else
4967 echo "$ac_t""no" 1>&6
4968 fi
4962 fi 4969 fi
4963 4970
4964 if test "${HAVE_XPM}" = "yes"; then 4971 if test "${HAVE_XPM}" = "yes"; then
@@ -4977,17 +4984,17 @@ if test "${HAVE_X11}" = "yes"; then
4977 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 4984 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
4978 ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'` 4985 ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'`
4979echo $ac_n "checking for jerror.h""... $ac_c" 1>&6 4986echo $ac_n "checking for jerror.h""... $ac_c" 1>&6
4980echo "configure:4981: checking for jerror.h" >&5 4987echo "configure:4988: checking for jerror.h" >&5
4981if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 4988if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4982 echo $ac_n "(cached) $ac_c" 1>&6 4989 echo $ac_n "(cached) $ac_c" 1>&6
4983else 4990else
4984 cat > conftest.$ac_ext <<EOF 4991 cat > conftest.$ac_ext <<EOF
4985#line 4986 "configure" 4992#line 4993 "configure"
4986#include "confdefs.h" 4993#include "confdefs.h"
4987#include <jerror.h> 4994#include <jerror.h>
4988EOF 4995EOF
4989ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 4996ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4990{ (eval echo configure:4991: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 4997{ (eval echo configure:4998: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4991ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 4998ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4992if test -z "$ac_err"; then 4999if test -z "$ac_err"; then
4993 rm -rf conftest* 5000 rm -rf conftest*
@@ -5004,7 +5011,7 @@ fi
5004if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 5011if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5005 echo "$ac_t""yes" 1>&6 5012 echo "$ac_t""yes" 1>&6
5006 echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6 5013 echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6
5007echo "configure:5008: checking for jpeg_destroy_compress in -ljpeg" >&5 5014echo "configure:5015: checking for jpeg_destroy_compress in -ljpeg" >&5
5008ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'` 5015ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'`
5009if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5016if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5010 echo $ac_n "(cached) $ac_c" 1>&6 5017 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5012,7 +5019,7 @@ else
5012 ac_save_LIBS="$LIBS" 5019 ac_save_LIBS="$LIBS"
5013LIBS="-ljpeg -lX11 $LIBS" 5020LIBS="-ljpeg -lX11 $LIBS"
5014cat > conftest.$ac_ext <<EOF 5021cat > conftest.$ac_ext <<EOF
5015#line 5016 "configure" 5022#line 5023 "configure"
5016#include "confdefs.h" 5023#include "confdefs.h"
5017/* Override any gcc2 internal prototype to avoid an error. */ 5024/* Override any gcc2 internal prototype to avoid an error. */
5018/* We use char because int might match the return type of a gcc2 5025/* We use char because int might match the return type of a gcc2
@@ -5023,7 +5030,7 @@ int main() {
5023jpeg_destroy_compress() 5030jpeg_destroy_compress()
5024; return 0; } 5031; return 0; }
5025EOF 5032EOF
5026if { (eval echo configure:5027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5033if { (eval echo configure:5034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5027 rm -rf conftest* 5034 rm -rf conftest*
5028 eval "ac_cv_lib_$ac_lib_var=yes" 5035 eval "ac_cv_lib_$ac_lib_var=yes"
5029else 5036else
@@ -5066,17 +5073,17 @@ if test "${HAVE_X11}" = "yes"; then
5066 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 5073 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
5067 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'` 5074 ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
5068echo $ac_n "checking for png.h""... $ac_c" 1>&6 5075echo $ac_n "checking for png.h""... $ac_c" 1>&6
5069echo "configure:5070: checking for png.h" >&5 5076echo "configure:5077: checking for png.h" >&5
5070if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5077if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5071 echo $ac_n "(cached) $ac_c" 1>&6 5078 echo $ac_n "(cached) $ac_c" 1>&6
5072else 5079else
5073 cat > conftest.$ac_ext <<EOF 5080 cat > conftest.$ac_ext <<EOF
5074#line 5075 "configure" 5081#line 5082 "configure"
5075#include "confdefs.h" 5082#include "confdefs.h"
5076#include <png.h> 5083#include <png.h>
5077EOF 5084EOF
5078ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5085ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5079{ (eval echo configure:5080: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5086{ (eval echo configure:5087: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5080ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5087ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5081if test -z "$ac_err"; then 5088if test -z "$ac_err"; then
5082 rm -rf conftest* 5089 rm -rf conftest*
@@ -5093,7 +5100,7 @@ fi
5093if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 5100if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5094 echo "$ac_t""yes" 1>&6 5101 echo "$ac_t""yes" 1>&6
5095 echo $ac_n "checking for png_set_expand in -lpng""... $ac_c" 1>&6 5102 echo $ac_n "checking for png_set_expand in -lpng""... $ac_c" 1>&6
5096echo "configure:5097: checking for png_set_expand in -lpng" >&5 5103echo "configure:5104: checking for png_set_expand in -lpng" >&5
5097ac_lib_var=`echo png'_'png_set_expand | sed 'y%./+-%__p_%'` 5104ac_lib_var=`echo png'_'png_set_expand | sed 'y%./+-%__p_%'`
5098if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5105if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5099 echo $ac_n "(cached) $ac_c" 1>&6 5106 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5101,7 +5108,7 @@ else
5101 ac_save_LIBS="$LIBS" 5108 ac_save_LIBS="$LIBS"
5102LIBS="-lpng -lX11 -lz -lm $LIBS" 5109LIBS="-lpng -lX11 -lz -lm $LIBS"
5103cat > conftest.$ac_ext <<EOF 5110cat > conftest.$ac_ext <<EOF
5104#line 5105 "configure" 5111#line 5112 "configure"
5105#include "confdefs.h" 5112#include "confdefs.h"
5106/* Override any gcc2 internal prototype to avoid an error. */ 5113/* Override any gcc2 internal prototype to avoid an error. */
5107/* We use char because int might match the return type of a gcc2 5114/* We use char because int might match the return type of a gcc2
@@ -5112,7 +5119,7 @@ int main() {
5112png_set_expand() 5119png_set_expand()
5113; return 0; } 5120; return 0; }
5114EOF 5121EOF
5115if { (eval echo configure:5116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5122if { (eval echo configure:5123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5116 rm -rf conftest* 5123 rm -rf conftest*
5117 eval "ac_cv_lib_$ac_lib_var=yes" 5124 eval "ac_cv_lib_$ac_lib_var=yes"
5118else 5125else
@@ -5155,17 +5162,17 @@ if test "${HAVE_X11}" = "yes"; then
5155 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 5162 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
5156 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'` 5163 ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
5157echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6 5164echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
5158echo "configure:5159: checking for tiffio.h" >&5 5165echo "configure:5166: checking for tiffio.h" >&5
5159if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5166if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5160 echo $ac_n "(cached) $ac_c" 1>&6 5167 echo $ac_n "(cached) $ac_c" 1>&6
5161else 5168else
5162 cat > conftest.$ac_ext <<EOF 5169 cat > conftest.$ac_ext <<EOF
5163#line 5164 "configure" 5170#line 5171 "configure"
5164#include "confdefs.h" 5171#include "confdefs.h"
5165#include <tiffio.h> 5172#include <tiffio.h>
5166EOF 5173EOF
5167ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5174ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5168{ (eval echo configure:5169: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5175{ (eval echo configure:5176: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5169ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5176ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5170if test -z "$ac_err"; then 5177if test -z "$ac_err"; then
5171 rm -rf conftest* 5178 rm -rf conftest*
@@ -5185,7 +5192,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5185 # At least one tiff package requires the jpeg library. 5192 # At least one tiff package requires the jpeg library.
5186 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 5193 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
5187 echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6 5194 echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6
5188echo "configure:5189: checking for TIFFGetVersion in -ltiff" >&5 5195echo "configure:5196: checking for TIFFGetVersion in -ltiff" >&5
5189ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'` 5196ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'`
5190if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5197if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5191 echo $ac_n "(cached) $ac_c" 1>&6 5198 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5193,7 +5200,7 @@ else
5193 ac_save_LIBS="$LIBS" 5200 ac_save_LIBS="$LIBS"
5194LIBS="-ltiff $tifflibs $LIBS" 5201LIBS="-ltiff $tifflibs $LIBS"
5195cat > conftest.$ac_ext <<EOF 5202cat > conftest.$ac_ext <<EOF
5196#line 5197 "configure" 5203#line 5204 "configure"
5197#include "confdefs.h" 5204#include "confdefs.h"
5198/* Override any gcc2 internal prototype to avoid an error. */ 5205/* Override any gcc2 internal prototype to avoid an error. */
5199/* We use char because int might match the return type of a gcc2 5206/* We use char because int might match the return type of a gcc2
@@ -5204,7 +5211,7 @@ int main() {
5204TIFFGetVersion() 5211TIFFGetVersion()
5205; return 0; } 5212; return 0; }
5206EOF 5213EOF
5207if { (eval echo configure:5208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5214if { (eval echo configure:5215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5208 rm -rf conftest* 5215 rm -rf conftest*
5209 eval "ac_cv_lib_$ac_lib_var=yes" 5216 eval "ac_cv_lib_$ac_lib_var=yes"
5210else 5217else
@@ -5247,17 +5254,17 @@ if test "${HAVE_X11}" = "yes"; then
5247 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}" 5254 CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
5248 ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'` 5255 ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
5249echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6 5256echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
5250echo "configure:5251: checking for gif_lib.h" >&5 5257echo "configure:5258: checking for gif_lib.h" >&5
5251if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5258if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5252 echo $ac_n "(cached) $ac_c" 1>&6 5259 echo $ac_n "(cached) $ac_c" 1>&6
5253else 5260else
5254 cat > conftest.$ac_ext <<EOF 5261 cat > conftest.$ac_ext <<EOF
5255#line 5256 "configure" 5262#line 5263 "configure"
5256#include "confdefs.h" 5263#include "confdefs.h"
5257#include <gif_lib.h> 5264#include <gif_lib.h>
5258EOF 5265EOF
5259ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5266ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5260{ (eval echo configure:5261: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5267{ (eval echo configure:5268: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5261ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5268ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5262if test -z "$ac_err"; then 5269if test -z "$ac_err"; then
5263 rm -rf conftest* 5270 rm -rf conftest*
@@ -5274,7 +5281,7 @@ fi
5274if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then 5281if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5275 echo "$ac_t""yes" 1>&6 5282 echo "$ac_t""yes" 1>&6
5276 echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6 5283 echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6
5277echo "configure:5278: checking for DGifOpen in -lungif" >&5 5284echo "configure:5285: checking for DGifOpen in -lungif" >&5
5278ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'` 5285ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'`
5279if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5286if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5280 echo $ac_n "(cached) $ac_c" 1>&6 5287 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5282,7 +5289,7 @@ else
5282 ac_save_LIBS="$LIBS" 5289 ac_save_LIBS="$LIBS"
5283LIBS="-lungif -lX11 $LIBS" 5290LIBS="-lungif -lX11 $LIBS"
5284cat > conftest.$ac_ext <<EOF 5291cat > conftest.$ac_ext <<EOF
5285#line 5286 "configure" 5292#line 5293 "configure"
5286#include "confdefs.h" 5293#include "confdefs.h"
5287/* Override any gcc2 internal prototype to avoid an error. */ 5294/* Override any gcc2 internal prototype to avoid an error. */
5288/* We use char because int might match the return type of a gcc2 5295/* We use char because int might match the return type of a gcc2
@@ -5293,7 +5300,7 @@ int main() {
5293DGifOpen() 5300DGifOpen()
5294; return 0; } 5301; return 0; }
5295EOF 5302EOF
5296if { (eval echo configure:5297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5303if { (eval echo configure:5304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5297 rm -rf conftest* 5304 rm -rf conftest*
5298 eval "ac_cv_lib_$ac_lib_var=yes" 5305 eval "ac_cv_lib_$ac_lib_var=yes"
5299else 5306else
@@ -5330,19 +5337,19 @@ fi
5330 5337
5331# If netdb.h doesn't declare h_errno, we must declare it by hand. 5338# If netdb.h doesn't declare h_errno, we must declare it by hand.
5332echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6 5339echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6
5333echo "configure:5334: checking whether netdb declares h_errno" >&5 5340echo "configure:5341: checking whether netdb declares h_errno" >&5
5334if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then 5341if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then
5335 echo $ac_n "(cached) $ac_c" 1>&6 5342 echo $ac_n "(cached) $ac_c" 1>&6
5336else 5343else
5337 cat > conftest.$ac_ext <<EOF 5344 cat > conftest.$ac_ext <<EOF
5338#line 5339 "configure" 5345#line 5346 "configure"
5339#include "confdefs.h" 5346#include "confdefs.h"
5340#include <netdb.h> 5347#include <netdb.h>
5341int main() { 5348int main() {
5342return h_errno; 5349return h_errno;
5343; return 0; } 5350; return 0; }
5344EOF 5351EOF
5345if { (eval echo configure:5346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5352if { (eval echo configure:5353: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5346 rm -rf conftest* 5353 rm -rf conftest*
5347 emacs_cv_netdb_declares_h_errno=yes 5354 emacs_cv_netdb_declares_h_errno=yes
5348else 5355else
@@ -5365,19 +5372,19 @@ fi
5365# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 5372# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
5366# for constant arguments. Useless! 5373# for constant arguments. Useless!
5367echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 5374echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
5368echo "configure:5369: checking for working alloca.h" >&5 5375echo "configure:5376: checking for working alloca.h" >&5
5369if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 5376if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
5370 echo $ac_n "(cached) $ac_c" 1>&6 5377 echo $ac_n "(cached) $ac_c" 1>&6
5371else 5378else
5372 cat > conftest.$ac_ext <<EOF 5379 cat > conftest.$ac_ext <<EOF
5373#line 5374 "configure" 5380#line 5381 "configure"
5374#include "confdefs.h" 5381#include "confdefs.h"
5375#include <alloca.h> 5382#include <alloca.h>
5376int main() { 5383int main() {
5377char *p = alloca(2 * sizeof(int)); 5384char *p = alloca(2 * sizeof(int));
5378; return 0; } 5385; return 0; }
5379EOF 5386EOF
5380if { (eval echo configure:5381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5387if { (eval echo configure:5388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5381 rm -rf conftest* 5388 rm -rf conftest*
5382 ac_cv_header_alloca_h=yes 5389 ac_cv_header_alloca_h=yes
5383else 5390else
@@ -5398,12 +5405,12 @@ EOF
5398fi 5405fi
5399 5406
5400echo $ac_n "checking for alloca""... $ac_c" 1>&6 5407echo $ac_n "checking for alloca""... $ac_c" 1>&6
5401echo "configure:5402: checking for alloca" >&5 5408echo "configure:5409: checking for alloca" >&5
5402if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 5409if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
5403 echo $ac_n "(cached) $ac_c" 1>&6 5410 echo $ac_n "(cached) $ac_c" 1>&6
5404else 5411else
5405 cat > conftest.$ac_ext <<EOF 5412 cat > conftest.$ac_ext <<EOF
5406#line 5407 "configure" 5413#line 5414 "configure"
5407#include "confdefs.h" 5414#include "confdefs.h"
5408 5415
5409#ifdef __GNUC__ 5416#ifdef __GNUC__
@@ -5431,7 +5438,7 @@ int main() {
5431char *p = (char *) alloca(1); 5438char *p = (char *) alloca(1);
5432; return 0; } 5439; return 0; }
5433EOF 5440EOF
5434if { (eval echo configure:5435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5441if { (eval echo configure:5442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5435 rm -rf conftest* 5442 rm -rf conftest*
5436 ac_cv_func_alloca_works=yes 5443 ac_cv_func_alloca_works=yes
5437else 5444else
@@ -5463,12 +5470,12 @@ EOF
5463 5470
5464 5471
5465echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 5472echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
5466echo "configure:5467: checking whether alloca needs Cray hooks" >&5 5473echo "configure:5474: checking whether alloca needs Cray hooks" >&5
5467if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 5474if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
5468 echo $ac_n "(cached) $ac_c" 1>&6 5475 echo $ac_n "(cached) $ac_c" 1>&6
5469else 5476else
5470 cat > conftest.$ac_ext <<EOF 5477 cat > conftest.$ac_ext <<EOF
5471#line 5472 "configure" 5478#line 5479 "configure"
5472#include "confdefs.h" 5479#include "confdefs.h"
5473#if defined(CRAY) && ! defined(CRAY2) 5480#if defined(CRAY) && ! defined(CRAY2)
5474webecray 5481webecray
@@ -5493,12 +5500,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
5493if test $ac_cv_os_cray = yes; then 5500if test $ac_cv_os_cray = yes; then
5494for ac_func in _getb67 GETB67 getb67; do 5501for ac_func in _getb67 GETB67 getb67; do
5495 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5502 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5496echo "configure:5497: checking for $ac_func" >&5 5503echo "configure:5504: checking for $ac_func" >&5
5497if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5504if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5498 echo $ac_n "(cached) $ac_c" 1>&6 5505 echo $ac_n "(cached) $ac_c" 1>&6
5499else 5506else
5500 cat > conftest.$ac_ext <<EOF 5507 cat > conftest.$ac_ext <<EOF
5501#line 5502 "configure" 5508#line 5509 "configure"
5502#include "confdefs.h" 5509#include "confdefs.h"
5503/* System header to define __stub macros and hopefully few prototypes, 5510/* System header to define __stub macros and hopefully few prototypes,
5504 which can conflict with char $ac_func(); below. */ 5511 which can conflict with char $ac_func(); below. */
@@ -5521,7 +5528,7 @@ $ac_func();
5521 5528
5522; return 0; } 5529; return 0; }
5523EOF 5530EOF
5524if { (eval echo configure:5525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5531if { (eval echo configure:5532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5525 rm -rf conftest* 5532 rm -rf conftest*
5526 eval "ac_cv_func_$ac_func=yes" 5533 eval "ac_cv_func_$ac_func=yes"
5527else 5534else
@@ -5548,7 +5555,7 @@ done
5548fi 5555fi
5549 5556
5550echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 5557echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
5551echo "configure:5552: checking stack direction for C alloca" >&5 5558echo "configure:5559: checking stack direction for C alloca" >&5
5552if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 5559if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
5553 echo $ac_n "(cached) $ac_c" 1>&6 5560 echo $ac_n "(cached) $ac_c" 1>&6
5554else 5561else
@@ -5556,7 +5563,7 @@ else
5556 ac_cv_c_stack_direction=0 5563 ac_cv_c_stack_direction=0
5557else 5564else
5558 cat > conftest.$ac_ext <<EOF 5565 cat > conftest.$ac_ext <<EOF
5559#line 5560 "configure" 5566#line 5567 "configure"
5560#include "confdefs.h" 5567#include "confdefs.h"
5561find_stack_direction () 5568find_stack_direction ()
5562{ 5569{
@@ -5575,7 +5582,7 @@ main ()
5575 exit (find_stack_direction() < 0); 5582 exit (find_stack_direction() < 0);
5576} 5583}
5577EOF 5584EOF
5578if { (eval echo configure:5579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 5585if { (eval echo configure:5586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5579then 5586then
5580 ac_cv_c_stack_direction=1 5587 ac_cv_c_stack_direction=1
5581else 5588else
@@ -5600,7 +5607,7 @@ fi
5600# fmod, logb, and frexp are found in -lm on most systems. 5607# fmod, logb, and frexp are found in -lm on most systems.
5601# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 5608# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
5602echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6 5609echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6
5603echo "configure:5604: checking for sqrt in -lm" >&5 5610echo "configure:5611: checking for sqrt in -lm" >&5
5604ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'` 5611ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'`
5605if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5612if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5606 echo $ac_n "(cached) $ac_c" 1>&6 5613 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5608,7 +5615,7 @@ else
5608 ac_save_LIBS="$LIBS" 5615 ac_save_LIBS="$LIBS"
5609LIBS="-lm $LIBS" 5616LIBS="-lm $LIBS"
5610cat > conftest.$ac_ext <<EOF 5617cat > conftest.$ac_ext <<EOF
5611#line 5612 "configure" 5618#line 5619 "configure"
5612#include "confdefs.h" 5619#include "confdefs.h"
5613/* Override any gcc2 internal prototype to avoid an error. */ 5620/* Override any gcc2 internal prototype to avoid an error. */
5614/* We use char because int might match the return type of a gcc2 5621/* We use char because int might match the return type of a gcc2
@@ -5619,7 +5626,7 @@ int main() {
5619sqrt() 5626sqrt()
5620; return 0; } 5627; return 0; }
5621EOF 5628EOF
5622if { (eval echo configure:5623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5629if { (eval echo configure:5630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5623 rm -rf conftest* 5630 rm -rf conftest*
5624 eval "ac_cv_lib_$ac_lib_var=yes" 5631 eval "ac_cv_lib_$ac_lib_var=yes"
5625else 5632else
@@ -5649,7 +5656,7 @@ fi
5649 5656
5650# Check for mail-locking functions in a "mail" library 5657# Check for mail-locking functions in a "mail" library
5651echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6 5658echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6
5652echo "configure:5653: checking for maillock in -lmail" >&5 5659echo "configure:5660: checking for maillock in -lmail" >&5
5653ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'` 5660ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'`
5654if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5661if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5655 echo $ac_n "(cached) $ac_c" 1>&6 5662 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5657,7 +5664,7 @@ else
5657 ac_save_LIBS="$LIBS" 5664 ac_save_LIBS="$LIBS"
5658LIBS="-lmail $LIBS" 5665LIBS="-lmail $LIBS"
5659cat > conftest.$ac_ext <<EOF 5666cat > conftest.$ac_ext <<EOF
5660#line 5661 "configure" 5667#line 5668 "configure"
5661#include "confdefs.h" 5668#include "confdefs.h"
5662/* Override any gcc2 internal prototype to avoid an error. */ 5669/* Override any gcc2 internal prototype to avoid an error. */
5663/* We use char because int might match the return type of a gcc2 5670/* We use char because int might match the return type of a gcc2
@@ -5668,7 +5675,7 @@ int main() {
5668maillock() 5675maillock()
5669; return 0; } 5676; return 0; }
5670EOF 5677EOF
5671if { (eval echo configure:5672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5678if { (eval echo configure:5679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5672 rm -rf conftest* 5679 rm -rf conftest*
5673 eval "ac_cv_lib_$ac_lib_var=yes" 5680 eval "ac_cv_lib_$ac_lib_var=yes"
5674else 5681else
@@ -5696,7 +5703,7 @@ else
5696fi 5703fi
5697 5704
5698echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6 5705echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6
5699echo "configure:5700: checking for maillock in -llockfile" >&5 5706echo "configure:5707: checking for maillock in -llockfile" >&5
5700ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'` 5707ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'`
5701if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 5708if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5702 echo $ac_n "(cached) $ac_c" 1>&6 5709 echo $ac_n "(cached) $ac_c" 1>&6
@@ -5704,7 +5711,7 @@ else
5704 ac_save_LIBS="$LIBS" 5711 ac_save_LIBS="$LIBS"
5705LIBS="-llockfile $LIBS" 5712LIBS="-llockfile $LIBS"
5706cat > conftest.$ac_ext <<EOF 5713cat > conftest.$ac_ext <<EOF
5707#line 5708 "configure" 5714#line 5715 "configure"
5708#include "confdefs.h" 5715#include "confdefs.h"
5709/* Override any gcc2 internal prototype to avoid an error. */ 5716/* Override any gcc2 internal prototype to avoid an error. */
5710/* We use char because int might match the return type of a gcc2 5717/* We use char because int might match the return type of a gcc2
@@ -5715,7 +5722,7 @@ int main() {
5715maillock() 5722maillock()
5716; return 0; } 5723; return 0; }
5717EOF 5724EOF
5718if { (eval echo configure:5719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5725if { (eval echo configure:5726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5719 rm -rf conftest* 5726 rm -rf conftest*
5720 eval "ac_cv_lib_$ac_lib_var=yes" 5727 eval "ac_cv_lib_$ac_lib_var=yes"
5721else 5728else
@@ -5749,7 +5756,7 @@ if test "$ac_cv_lib_lockfile_maillock" = no; then
5749 # Extract the first word of "liblockfile.so", so it can be a program name with args. 5756 # Extract the first word of "liblockfile.so", so it can be a program name with args.
5750set dummy liblockfile.so; ac_word=$2 5757set dummy liblockfile.so; ac_word=$2
5751echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 5758echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
5752echo "configure:5753: checking for $ac_word" >&5 5759echo "configure:5760: checking for $ac_word" >&5
5753if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then 5760if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then
5754 echo $ac_n "(cached) $ac_c" 1>&6 5761 echo $ac_n "(cached) $ac_c" 1>&6
5755else 5762else
@@ -5790,12 +5797,12 @@ fi
5790for ac_func in touchlock 5797for ac_func in touchlock
5791do 5798do
5792echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5799echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5793echo "configure:5794: checking for $ac_func" >&5 5800echo "configure:5801: checking for $ac_func" >&5
5794if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5801if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5795 echo $ac_n "(cached) $ac_c" 1>&6 5802 echo $ac_n "(cached) $ac_c" 1>&6
5796else 5803else
5797 cat > conftest.$ac_ext <<EOF 5804 cat > conftest.$ac_ext <<EOF
5798#line 5799 "configure" 5805#line 5806 "configure"
5799#include "confdefs.h" 5806#include "confdefs.h"
5800/* System header to define __stub macros and hopefully few prototypes, 5807/* System header to define __stub macros and hopefully few prototypes,
5801 which can conflict with char $ac_func(); below. */ 5808 which can conflict with char $ac_func(); below. */
@@ -5818,7 +5825,7 @@ $ac_func();
5818 5825
5819; return 0; } 5826; return 0; }
5820EOF 5827EOF
5821if { (eval echo configure:5822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5828if { (eval echo configure:5829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5822 rm -rf conftest* 5829 rm -rf conftest*
5823 eval "ac_cv_func_$ac_func=yes" 5830 eval "ac_cv_func_$ac_func=yes"
5824else 5831else
@@ -5846,17 +5853,17 @@ for ac_hdr in maillock.h
5846do 5853do
5847ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5854ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5848echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5855echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5849echo "configure:5850: checking for $ac_hdr" >&5 5856echo "configure:5857: checking for $ac_hdr" >&5
5850if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5857if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5851 echo $ac_n "(cached) $ac_c" 1>&6 5858 echo $ac_n "(cached) $ac_c" 1>&6
5852else 5859else
5853 cat > conftest.$ac_ext <<EOF 5860 cat > conftest.$ac_ext <<EOF
5854#line 5855 "configure" 5861#line 5862 "configure"
5855#include "confdefs.h" 5862#include "confdefs.h"
5856#include <$ac_hdr> 5863#include <$ac_hdr>
5857EOF 5864EOF
5858ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5865ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5859{ (eval echo configure:5860: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5866{ (eval echo configure:5867: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5860ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5867ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5861if test -z "$ac_err"; then 5868if test -z "$ac_err"; then
5862 rm -rf conftest* 5869 rm -rf conftest*
@@ -5891,12 +5898,12 @@ utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \
5891__fpending mblen mbrlen strsignal setitimer ualarm index rindex 5898__fpending mblen mbrlen strsignal setitimer ualarm index rindex
5892do 5899do
5893echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5900echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5894echo "configure:5895: checking for $ac_func" >&5 5901echo "configure:5902: checking for $ac_func" >&5
5895if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5902if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5896 echo $ac_n "(cached) $ac_c" 1>&6 5903 echo $ac_n "(cached) $ac_c" 1>&6
5897else 5904else
5898 cat > conftest.$ac_ext <<EOF 5905 cat > conftest.$ac_ext <<EOF
5899#line 5900 "configure" 5906#line 5907 "configure"
5900#include "confdefs.h" 5907#include "confdefs.h"
5901/* System header to define __stub macros and hopefully few prototypes, 5908/* System header to define __stub macros and hopefully few prototypes,
5902 which can conflict with char $ac_func(); below. */ 5909 which can conflict with char $ac_func(); below. */
@@ -5919,7 +5926,7 @@ $ac_func();
5919 5926
5920; return 0; } 5927; return 0; }
5921EOF 5928EOF
5922if { (eval echo configure:5923: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 5929if { (eval echo configure:5930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5923 rm -rf conftest* 5930 rm -rf conftest*
5924 eval "ac_cv_func_$ac_func=yes" 5931 eval "ac_cv_func_$ac_func=yes"
5925else 5932else
@@ -5948,17 +5955,17 @@ for ac_hdr in sys/time.h unistd.h
5948do 5955do
5949ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 5956ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5950echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 5957echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5951echo "configure:5952: checking for $ac_hdr" >&5 5958echo "configure:5959: checking for $ac_hdr" >&5
5952if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 5959if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5953 echo $ac_n "(cached) $ac_c" 1>&6 5960 echo $ac_n "(cached) $ac_c" 1>&6
5954else 5961else
5955 cat > conftest.$ac_ext <<EOF 5962 cat > conftest.$ac_ext <<EOF
5956#line 5957 "configure" 5963#line 5964 "configure"
5957#include "confdefs.h" 5964#include "confdefs.h"
5958#include <$ac_hdr> 5965#include <$ac_hdr>
5959EOF 5966EOF
5960ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 5967ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5961{ (eval echo configure:5962: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 5968{ (eval echo configure:5969: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5962ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 5969ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5963if test -z "$ac_err"; then 5970if test -z "$ac_err"; then
5964 rm -rf conftest* 5971 rm -rf conftest*
@@ -5987,12 +5994,12 @@ done
5987for ac_func in alarm 5994for ac_func in alarm
5988do 5995do
5989echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 5996echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5990echo "configure:5991: checking for $ac_func" >&5 5997echo "configure:5998: checking for $ac_func" >&5
5991if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 5998if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5992 echo $ac_n "(cached) $ac_c" 1>&6 5999 echo $ac_n "(cached) $ac_c" 1>&6
5993else 6000else
5994 cat > conftest.$ac_ext <<EOF 6001 cat > conftest.$ac_ext <<EOF
5995#line 5996 "configure" 6002#line 6003 "configure"
5996#include "confdefs.h" 6003#include "confdefs.h"
5997/* System header to define __stub macros and hopefully few prototypes, 6004/* System header to define __stub macros and hopefully few prototypes,
5998 which can conflict with char $ac_func(); below. */ 6005 which can conflict with char $ac_func(); below. */
@@ -6015,7 +6022,7 @@ $ac_func();
6015 6022
6016; return 0; } 6023; return 0; }
6017EOF 6024EOF
6018if { (eval echo configure:6019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6025if { (eval echo configure:6026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6019 rm -rf conftest* 6026 rm -rf conftest*
6020 eval "ac_cv_func_$ac_func=yes" 6027 eval "ac_cv_func_$ac_func=yes"
6021else 6028else
@@ -6040,7 +6047,7 @@ fi
6040done 6047done
6041 6048
6042echo $ac_n "checking for working mktime""... $ac_c" 1>&6 6049echo $ac_n "checking for working mktime""... $ac_c" 1>&6
6043echo "configure:6044: checking for working mktime" >&5 6050echo "configure:6051: checking for working mktime" >&5
6044if eval "test \"`echo '$''{'ac_cv_func_working_mktime'+set}'`\" = set"; then 6051if eval "test \"`echo '$''{'ac_cv_func_working_mktime'+set}'`\" = set"; then
6045 echo $ac_n "(cached) $ac_c" 1>&6 6052 echo $ac_n "(cached) $ac_c" 1>&6
6046else 6053else
@@ -6048,7 +6055,7 @@ else
6048 ac_cv_func_working_mktime=no 6055 ac_cv_func_working_mktime=no
6049else 6056else
6050 cat > conftest.$ac_ext <<EOF 6057 cat > conftest.$ac_ext <<EOF
6051#line 6052 "configure" 6058#line 6059 "configure"
6052#include "confdefs.h" 6059#include "confdefs.h"
6053/* Test program from Paul Eggert (eggert@twinsun.com) 6060/* Test program from Paul Eggert (eggert@twinsun.com)
6054 and Tony Leneis (tony@plaza.ds.adp.com). */ 6061 and Tony Leneis (tony@plaza.ds.adp.com). */
@@ -6197,7 +6204,7 @@ main ()
6197 exit (0); 6204 exit (0);
6198} 6205}
6199EOF 6206EOF
6200if { (eval echo configure:6201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 6207if { (eval echo configure:6208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6201then 6208then
6202 ac_cv_func_working_mktime=yes 6209 ac_cv_func_working_mktime=yes
6203else 6210else
@@ -6229,7 +6236,7 @@ ac_have_func=no # yes means we've found a way to get the load average.
6229# On Solaris, -lkvm requires nlist from -lelf, so check that first 6236# On Solaris, -lkvm requires nlist from -lelf, so check that first
6230# to get the right answer into the cache. 6237# to get the right answer into the cache.
6231echo $ac_n "checking for elf_begin in -lelf""... $ac_c" 1>&6 6238echo $ac_n "checking for elf_begin in -lelf""... $ac_c" 1>&6
6232echo "configure:6233: checking for elf_begin in -lelf" >&5 6239echo "configure:6240: checking for elf_begin in -lelf" >&5
6233ac_lib_var=`echo elf'_'elf_begin | sed 'y%./+-%__p_%'` 6240ac_lib_var=`echo elf'_'elf_begin | sed 'y%./+-%__p_%'`
6234if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6241if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6235 echo $ac_n "(cached) $ac_c" 1>&6 6242 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6237,7 +6244,7 @@ else
6237 ac_save_LIBS="$LIBS" 6244 ac_save_LIBS="$LIBS"
6238LIBS="-lelf $LIBS" 6245LIBS="-lelf $LIBS"
6239cat > conftest.$ac_ext <<EOF 6246cat > conftest.$ac_ext <<EOF
6240#line 6241 "configure" 6247#line 6248 "configure"
6241#include "confdefs.h" 6248#include "confdefs.h"
6242/* Override any gcc2 internal prototype to avoid an error. */ 6249/* Override any gcc2 internal prototype to avoid an error. */
6243/* We use char because int might match the return type of a gcc2 6250/* We use char because int might match the return type of a gcc2
@@ -6248,7 +6255,7 @@ int main() {
6248elf_begin() 6255elf_begin()
6249; return 0; } 6256; return 0; }
6250EOF 6257EOF
6251if { (eval echo configure:6252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6258if { (eval echo configure:6259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6252 rm -rf conftest* 6259 rm -rf conftest*
6253 eval "ac_cv_lib_$ac_lib_var=yes" 6260 eval "ac_cv_lib_$ac_lib_var=yes"
6254else 6261else
@@ -6269,7 +6276,7 @@ else
6269fi 6276fi
6270 6277
6271echo $ac_n "checking for kvm_open in -lkvm""... $ac_c" 1>&6 6278echo $ac_n "checking for kvm_open in -lkvm""... $ac_c" 1>&6
6272echo "configure:6273: checking for kvm_open in -lkvm" >&5 6279echo "configure:6280: checking for kvm_open in -lkvm" >&5
6273ac_lib_var=`echo kvm'_'kvm_open | sed 'y%./+-%__p_%'` 6280ac_lib_var=`echo kvm'_'kvm_open | sed 'y%./+-%__p_%'`
6274if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6281if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6275 echo $ac_n "(cached) $ac_c" 1>&6 6282 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6277,7 +6284,7 @@ else
6277 ac_save_LIBS="$LIBS" 6284 ac_save_LIBS="$LIBS"
6278LIBS="-lkvm $LIBS" 6285LIBS="-lkvm $LIBS"
6279cat > conftest.$ac_ext <<EOF 6286cat > conftest.$ac_ext <<EOF
6280#line 6281 "configure" 6287#line 6288 "configure"
6281#include "confdefs.h" 6288#include "confdefs.h"
6282/* Override any gcc2 internal prototype to avoid an error. */ 6289/* Override any gcc2 internal prototype to avoid an error. */
6283/* We use char because int might match the return type of a gcc2 6290/* We use char because int might match the return type of a gcc2
@@ -6288,7 +6295,7 @@ int main() {
6288kvm_open() 6295kvm_open()
6289; return 0; } 6296; return 0; }
6290EOF 6297EOF
6291if { (eval echo configure:6292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6298if { (eval echo configure:6299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6292 rm -rf conftest* 6299 rm -rf conftest*
6293 eval "ac_cv_lib_$ac_lib_var=yes" 6300 eval "ac_cv_lib_$ac_lib_var=yes"
6294else 6301else
@@ -6310,7 +6317,7 @@ fi
6310 6317
6311# Check for the 4.4BSD definition of getloadavg. 6318# Check for the 4.4BSD definition of getloadavg.
6312echo $ac_n "checking for getloadavg in -lutil""... $ac_c" 1>&6 6319echo $ac_n "checking for getloadavg in -lutil""... $ac_c" 1>&6
6313echo "configure:6314: checking for getloadavg in -lutil" >&5 6320echo "configure:6321: checking for getloadavg in -lutil" >&5
6314ac_lib_var=`echo util'_'getloadavg | sed 'y%./+-%__p_%'` 6321ac_lib_var=`echo util'_'getloadavg | sed 'y%./+-%__p_%'`
6315if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6322if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6316 echo $ac_n "(cached) $ac_c" 1>&6 6323 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6318,7 +6325,7 @@ else
6318 ac_save_LIBS="$LIBS" 6325 ac_save_LIBS="$LIBS"
6319LIBS="-lutil $LIBS" 6326LIBS="-lutil $LIBS"
6320cat > conftest.$ac_ext <<EOF 6327cat > conftest.$ac_ext <<EOF
6321#line 6322 "configure" 6328#line 6329 "configure"
6322#include "confdefs.h" 6329#include "confdefs.h"
6323/* Override any gcc2 internal prototype to avoid an error. */ 6330/* Override any gcc2 internal prototype to avoid an error. */
6324/* We use char because int might match the return type of a gcc2 6331/* We use char because int might match the return type of a gcc2
@@ -6329,7 +6336,7 @@ int main() {
6329getloadavg() 6336getloadavg()
6330; return 0; } 6337; return 0; }
6331EOF 6338EOF
6332if { (eval echo configure:6333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6339if { (eval echo configure:6340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6333 rm -rf conftest* 6340 rm -rf conftest*
6334 eval "ac_cv_lib_$ac_lib_var=yes" 6341 eval "ac_cv_lib_$ac_lib_var=yes"
6335else 6342else
@@ -6355,7 +6362,7 @@ if test $ac_have_func = no; then
6355 # Since it is not a standard part of AIX, it might be installed locally. 6362 # Since it is not a standard part of AIX, it might be installed locally.
6356 ac_getloadavg_LIBS="$LIBS"; LIBS="-L/usr/local/lib $LIBS" 6363 ac_getloadavg_LIBS="$LIBS"; LIBS="-L/usr/local/lib $LIBS"
6357 echo $ac_n "checking for getloadavg in -lgetloadavg""... $ac_c" 1>&6 6364 echo $ac_n "checking for getloadavg in -lgetloadavg""... $ac_c" 1>&6
6358echo "configure:6359: checking for getloadavg in -lgetloadavg" >&5 6365echo "configure:6366: checking for getloadavg in -lgetloadavg" >&5
6359ac_lib_var=`echo getloadavg'_'getloadavg | sed 'y%./+-%__p_%'` 6366ac_lib_var=`echo getloadavg'_'getloadavg | sed 'y%./+-%__p_%'`
6360if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6367if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6361 echo $ac_n "(cached) $ac_c" 1>&6 6368 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6363,7 +6370,7 @@ else
6363 ac_save_LIBS="$LIBS" 6370 ac_save_LIBS="$LIBS"
6364LIBS="-lgetloadavg $LIBS" 6371LIBS="-lgetloadavg $LIBS"
6365cat > conftest.$ac_ext <<EOF 6372cat > conftest.$ac_ext <<EOF
6366#line 6367 "configure" 6373#line 6374 "configure"
6367#include "confdefs.h" 6374#include "confdefs.h"
6368/* Override any gcc2 internal prototype to avoid an error. */ 6375/* Override any gcc2 internal prototype to avoid an error. */
6369/* We use char because int might match the return type of a gcc2 6376/* We use char because int might match the return type of a gcc2
@@ -6374,7 +6381,7 @@ int main() {
6374getloadavg() 6381getloadavg()
6375; return 0; } 6382; return 0; }
6376EOF 6383EOF
6377if { (eval echo configure:6378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6384if { (eval echo configure:6385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6378 rm -rf conftest* 6385 rm -rf conftest*
6379 eval "ac_cv_lib_$ac_lib_var=yes" 6386 eval "ac_cv_lib_$ac_lib_var=yes"
6380else 6387else
@@ -6401,12 +6408,12 @@ fi
6401for ac_func in getloadavg 6408for ac_func in getloadavg
6402do 6409do
6403echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6410echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6404echo "configure:6405: checking for $ac_func" >&5 6411echo "configure:6412: checking for $ac_func" >&5
6405if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6412if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6406 echo $ac_n "(cached) $ac_c" 1>&6 6413 echo $ac_n "(cached) $ac_c" 1>&6
6407else 6414else
6408 cat > conftest.$ac_ext <<EOF 6415 cat > conftest.$ac_ext <<EOF
6409#line 6410 "configure" 6416#line 6417 "configure"
6410#include "confdefs.h" 6417#include "confdefs.h"
6411/* System header to define __stub macros and hopefully few prototypes, 6418/* System header to define __stub macros and hopefully few prototypes,
6412 which can conflict with char $ac_func(); below. */ 6419 which can conflict with char $ac_func(); below. */
@@ -6429,7 +6436,7 @@ $ac_func();
6429 6436
6430; return 0; } 6437; return 0; }
6431EOF 6438EOF
6432if { (eval echo configure:6433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6439if { (eval echo configure:6440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6433 rm -rf conftest* 6440 rm -rf conftest*
6434 eval "ac_cv_func_$ac_func=yes" 6441 eval "ac_cv_func_$ac_func=yes"
6435else 6442else
@@ -6467,17 +6474,17 @@ else
6467 ac_have_func=no 6474 ac_have_func=no
6468 ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'` 6475 ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'`
6469echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6 6476echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6
6470echo "configure:6471: checking for sys/dg_sys_info.h" >&5 6477echo "configure:6478: checking for sys/dg_sys_info.h" >&5
6471if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6478if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6472 echo $ac_n "(cached) $ac_c" 1>&6 6479 echo $ac_n "(cached) $ac_c" 1>&6
6473else 6480else
6474 cat > conftest.$ac_ext <<EOF 6481 cat > conftest.$ac_ext <<EOF
6475#line 6476 "configure" 6482#line 6483 "configure"
6476#include "confdefs.h" 6483#include "confdefs.h"
6477#include <sys/dg_sys_info.h> 6484#include <sys/dg_sys_info.h>
6478EOF 6485EOF
6479ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6486ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6480{ (eval echo configure:6481: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6487{ (eval echo configure:6488: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6481ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6488ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6482if test -z "$ac_err"; then 6489if test -z "$ac_err"; then
6483 rm -rf conftest* 6490 rm -rf conftest*
@@ -6498,7 +6505,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6498EOF 6505EOF
6499 6506
6500 echo $ac_n "checking for dg_sys_info in -ldgc""... $ac_c" 1>&6 6507 echo $ac_n "checking for dg_sys_info in -ldgc""... $ac_c" 1>&6
6501echo "configure:6502: checking for dg_sys_info in -ldgc" >&5 6508echo "configure:6509: checking for dg_sys_info in -ldgc" >&5
6502ac_lib_var=`echo dgc'_'dg_sys_info | sed 'y%./+-%__p_%'` 6509ac_lib_var=`echo dgc'_'dg_sys_info | sed 'y%./+-%__p_%'`
6503if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 6510if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6504 echo $ac_n "(cached) $ac_c" 1>&6 6511 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6506,7 +6513,7 @@ else
6506 ac_save_LIBS="$LIBS" 6513 ac_save_LIBS="$LIBS"
6507LIBS="-ldgc $LIBS" 6514LIBS="-ldgc $LIBS"
6508cat > conftest.$ac_ext <<EOF 6515cat > conftest.$ac_ext <<EOF
6509#line 6510 "configure" 6516#line 6517 "configure"
6510#include "confdefs.h" 6517#include "confdefs.h"
6511/* Override any gcc2 internal prototype to avoid an error. */ 6518/* Override any gcc2 internal prototype to avoid an error. */
6512/* We use char because int might match the return type of a gcc2 6519/* We use char because int might match the return type of a gcc2
@@ -6517,7 +6524,7 @@ int main() {
6517dg_sys_info() 6524dg_sys_info()
6518; return 0; } 6525; return 0; }
6519EOF 6526EOF
6520if { (eval echo configure:6521: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6527if { (eval echo configure:6528: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6521 rm -rf conftest* 6528 rm -rf conftest*
6522 eval "ac_cv_lib_$ac_lib_var=yes" 6529 eval "ac_cv_lib_$ac_lib_var=yes"
6523else 6530else
@@ -6562,17 +6569,17 @@ EOF
6562 if test $ac_have_func = no; then 6569 if test $ac_have_func = no; then
6563 ac_safe=`echo "inq_stats/cpustats.h" | sed 'y%./+-%__p_%'` 6570 ac_safe=`echo "inq_stats/cpustats.h" | sed 'y%./+-%__p_%'`
6564echo $ac_n "checking for inq_stats/cpustats.h""... $ac_c" 1>&6 6571echo $ac_n "checking for inq_stats/cpustats.h""... $ac_c" 1>&6
6565echo "configure:6566: checking for inq_stats/cpustats.h" >&5 6572echo "configure:6573: checking for inq_stats/cpustats.h" >&5
6566if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6573if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6567 echo $ac_n "(cached) $ac_c" 1>&6 6574 echo $ac_n "(cached) $ac_c" 1>&6
6568else 6575else
6569 cat > conftest.$ac_ext <<EOF 6576 cat > conftest.$ac_ext <<EOF
6570#line 6571 "configure" 6577#line 6578 "configure"
6571#include "confdefs.h" 6578#include "confdefs.h"
6572#include <inq_stats/cpustats.h> 6579#include <inq_stats/cpustats.h>
6573EOF 6580EOF
6574ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6581ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6575{ (eval echo configure:6576: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6582{ (eval echo configure:6583: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6576ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6583ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6577if test -z "$ac_err"; then 6584if test -z "$ac_err"; then
6578 rm -rf conftest* 6585 rm -rf conftest*
@@ -6605,17 +6612,17 @@ fi
6605 if test $ac_have_func = no; then 6612 if test $ac_have_func = no; then
6606 ac_safe=`echo "sys/cpustats.h" | sed 'y%./+-%__p_%'` 6613 ac_safe=`echo "sys/cpustats.h" | sed 'y%./+-%__p_%'`
6607echo $ac_n "checking for sys/cpustats.h""... $ac_c" 1>&6 6614echo $ac_n "checking for sys/cpustats.h""... $ac_c" 1>&6
6608echo "configure:6609: checking for sys/cpustats.h" >&5 6615echo "configure:6616: checking for sys/cpustats.h" >&5
6609if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6616if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6610 echo $ac_n "(cached) $ac_c" 1>&6 6617 echo $ac_n "(cached) $ac_c" 1>&6
6611else 6618else
6612 cat > conftest.$ac_ext <<EOF 6619 cat > conftest.$ac_ext <<EOF
6613#line 6614 "configure" 6620#line 6621 "configure"
6614#include "confdefs.h" 6621#include "confdefs.h"
6615#include <sys/cpustats.h> 6622#include <sys/cpustats.h>
6616EOF 6623EOF
6617ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6624ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6618{ (eval echo configure:6619: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6625{ (eval echo configure:6626: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6619ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6626ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6620if test -z "$ac_err"; then 6627if test -z "$ac_err"; then
6621 rm -rf conftest* 6628 rm -rf conftest*
@@ -6646,17 +6653,17 @@ fi
6646do 6653do
6647ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 6654ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
6648echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 6655echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
6649echo "configure:6650: checking for $ac_hdr" >&5 6656echo "configure:6657: checking for $ac_hdr" >&5
6650if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6657if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6651 echo $ac_n "(cached) $ac_c" 1>&6 6658 echo $ac_n "(cached) $ac_c" 1>&6
6652else 6659else
6653 cat > conftest.$ac_ext <<EOF 6660 cat > conftest.$ac_ext <<EOF
6654#line 6655 "configure" 6661#line 6662 "configure"
6655#include "confdefs.h" 6662#include "confdefs.h"
6656#include <$ac_hdr> 6663#include <$ac_hdr>
6657EOF 6664EOF
6658ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6665ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6659{ (eval echo configure:6660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6666{ (eval echo configure:6667: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6660ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6667ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6661if test -z "$ac_err"; then 6668if test -z "$ac_err"; then
6662 rm -rf conftest* 6669 rm -rf conftest*
@@ -6686,17 +6693,17 @@ done
6686 6693
6687 ac_safe=`echo "nlist.h" | sed 'y%./+-%__p_%'` 6694 ac_safe=`echo "nlist.h" | sed 'y%./+-%__p_%'`
6688echo $ac_n "checking for nlist.h""... $ac_c" 1>&6 6695echo $ac_n "checking for nlist.h""... $ac_c" 1>&6
6689echo "configure:6690: checking for nlist.h" >&5 6696echo "configure:6697: checking for nlist.h" >&5
6690if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 6697if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
6691 echo $ac_n "(cached) $ac_c" 1>&6 6698 echo $ac_n "(cached) $ac_c" 1>&6
6692else 6699else
6693 cat > conftest.$ac_ext <<EOF 6700 cat > conftest.$ac_ext <<EOF
6694#line 6695 "configure" 6701#line 6702 "configure"
6695#include "confdefs.h" 6702#include "confdefs.h"
6696#include <nlist.h> 6703#include <nlist.h>
6697EOF 6704EOF
6698ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 6705ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
6699{ (eval echo configure:6700: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 6706{ (eval echo configure:6707: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
6700ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 6707ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
6701if test -z "$ac_err"; then 6708if test -z "$ac_err"; then
6702 rm -rf conftest* 6709 rm -rf conftest*
@@ -6717,19 +6724,19 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
6717EOF 6724EOF
6718 6725
6719 echo $ac_n "checking for n_un in struct nlist""... $ac_c" 1>&6 6726 echo $ac_n "checking for n_un in struct nlist""... $ac_c" 1>&6
6720echo "configure:6721: checking for n_un in struct nlist" >&5 6727echo "configure:6728: checking for n_un in struct nlist" >&5
6721if eval "test \"`echo '$''{'ac_cv_struct_nlist_n_un'+set}'`\" = set"; then 6728if eval "test \"`echo '$''{'ac_cv_struct_nlist_n_un'+set}'`\" = set"; then
6722 echo $ac_n "(cached) $ac_c" 1>&6 6729 echo $ac_n "(cached) $ac_c" 1>&6
6723else 6730else
6724 cat > conftest.$ac_ext <<EOF 6731 cat > conftest.$ac_ext <<EOF
6725#line 6726 "configure" 6732#line 6733 "configure"
6726#include "confdefs.h" 6733#include "confdefs.h"
6727#include <nlist.h> 6734#include <nlist.h>
6728int main() { 6735int main() {
6729struct nlist n; n.n_un.n_name = 0; 6736struct nlist n; n.n_un.n_name = 0;
6730; return 0; } 6737; return 0; }
6731EOF 6738EOF
6732if { (eval echo configure:6733: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 6739if { (eval echo configure:6740: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6733 rm -rf conftest* 6740 rm -rf conftest*
6734 ac_cv_struct_nlist_n_un=yes 6741 ac_cv_struct_nlist_n_un=yes
6735else 6742else
@@ -6756,12 +6763,12 @@ fi # Do not have getloadavg in system libraries.
6756 6763
6757# Some definitions of getloadavg require that the program be installed setgid. 6764# Some definitions of getloadavg require that the program be installed setgid.
6758echo $ac_n "checking whether getloadavg requires setgid""... $ac_c" 1>&6 6765echo $ac_n "checking whether getloadavg requires setgid""... $ac_c" 1>&6
6759echo "configure:6760: checking whether getloadavg requires setgid" >&5 6766echo "configure:6767: checking whether getloadavg requires setgid" >&5
6760if eval "test \"`echo '$''{'ac_cv_func_getloadavg_setgid'+set}'`\" = set"; then 6767if eval "test \"`echo '$''{'ac_cv_func_getloadavg_setgid'+set}'`\" = set"; then
6761 echo $ac_n "(cached) $ac_c" 1>&6 6768 echo $ac_n "(cached) $ac_c" 1>&6
6762else 6769else
6763 cat > conftest.$ac_ext <<EOF 6770 cat > conftest.$ac_ext <<EOF
6764#line 6765 "configure" 6771#line 6772 "configure"
6765#include "confdefs.h" 6772#include "confdefs.h"
6766#include "$srcdir/getloadavg.c" 6773#include "$srcdir/getloadavg.c"
6767#ifdef LDAV_PRIVILEGED 6774#ifdef LDAV_PRIVILEGED
@@ -6792,7 +6799,7 @@ fi
6792 6799
6793if test $ac_cv_func_getloadavg_setgid = yes; then 6800if test $ac_cv_func_getloadavg_setgid = yes; then
6794 echo $ac_n "checking group of /dev/kmem""... $ac_c" 1>&6 6801 echo $ac_n "checking group of /dev/kmem""... $ac_c" 1>&6
6795echo "configure:6796: checking group of /dev/kmem" >&5 6802echo "configure:6803: checking group of /dev/kmem" >&5
6796if eval "test \"`echo '$''{'ac_cv_group_kmem'+set}'`\" = set"; then 6803if eval "test \"`echo '$''{'ac_cv_group_kmem'+set}'`\" = set"; then
6797 echo $ac_n "(cached) $ac_c" 1>&6 6804 echo $ac_n "(cached) $ac_c" 1>&6
6798else 6805else
@@ -6815,12 +6822,12 @@ fi
6815for ac_func in ftello 6822for ac_func in ftello
6816do 6823do
6817echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6824echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6818echo "configure:6819: checking for $ac_func" >&5 6825echo "configure:6826: checking for $ac_func" >&5
6819if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6826if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6820 echo $ac_n "(cached) $ac_c" 1>&6 6827 echo $ac_n "(cached) $ac_c" 1>&6
6821else 6828else
6822 cat > conftest.$ac_ext <<EOF 6829 cat > conftest.$ac_ext <<EOF
6823#line 6824 "configure" 6830#line 6831 "configure"
6824#include "confdefs.h" 6831#include "confdefs.h"
6825/* System header to define __stub macros and hopefully few prototypes, 6832/* System header to define __stub macros and hopefully few prototypes,
6826 which can conflict with char $ac_func(); below. */ 6833 which can conflict with char $ac_func(); below. */
@@ -6843,7 +6850,7 @@ $ac_func();
6843 6850
6844; return 0; } 6851; return 0; }
6845EOF 6852EOF
6846if { (eval echo configure:6847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6853if { (eval echo configure:6854: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6847 rm -rf conftest* 6854 rm -rf conftest*
6848 eval "ac_cv_func_$ac_func=yes" 6855 eval "ac_cv_func_$ac_func=yes"
6849else 6856else
@@ -6873,12 +6880,12 @@ done
6873for ac_func in grantpt 6880for ac_func in grantpt
6874do 6881do
6875echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6882echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6876echo "configure:6877: checking for $ac_func" >&5 6883echo "configure:6884: checking for $ac_func" >&5
6877if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6884if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6878 echo $ac_n "(cached) $ac_c" 1>&6 6885 echo $ac_n "(cached) $ac_c" 1>&6
6879else 6886else
6880 cat > conftest.$ac_ext <<EOF 6887 cat > conftest.$ac_ext <<EOF
6881#line 6882 "configure" 6888#line 6889 "configure"
6882#include "confdefs.h" 6889#include "confdefs.h"
6883/* System header to define __stub macros and hopefully few prototypes, 6890/* System header to define __stub macros and hopefully few prototypes,
6884 which can conflict with char $ac_func(); below. */ 6891 which can conflict with char $ac_func(); below. */
@@ -6901,7 +6908,7 @@ $ac_func();
6901 6908
6902; return 0; } 6909; return 0; }
6903EOF 6910EOF
6904if { (eval echo configure:6905: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6911if { (eval echo configure:6912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6905 rm -rf conftest* 6912 rm -rf conftest*
6906 eval "ac_cv_func_$ac_func=yes" 6913 eval "ac_cv_func_$ac_func=yes"
6907else 6914else
@@ -6930,12 +6937,12 @@ done
6930for ac_func in getpt 6937for ac_func in getpt
6931do 6938do
6932echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 6939echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6933echo "configure:6934: checking for $ac_func" >&5 6940echo "configure:6941: checking for $ac_func" >&5
6934if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 6941if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6935 echo $ac_n "(cached) $ac_c" 1>&6 6942 echo $ac_n "(cached) $ac_c" 1>&6
6936else 6943else
6937 cat > conftest.$ac_ext <<EOF 6944 cat > conftest.$ac_ext <<EOF
6938#line 6939 "configure" 6945#line 6946 "configure"
6939#include "confdefs.h" 6946#include "confdefs.h"
6940/* System header to define __stub macros and hopefully few prototypes, 6947/* System header to define __stub macros and hopefully few prototypes,
6941 which can conflict with char $ac_func(); below. */ 6948 which can conflict with char $ac_func(); below. */
@@ -6958,7 +6965,7 @@ $ac_func();
6958 6965
6959; return 0; } 6966; return 0; }
6960EOF 6967EOF
6961if { (eval echo configure:6962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 6968if { (eval echo configure:6969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6962 rm -rf conftest* 6969 rm -rf conftest*
6963 eval "ac_cv_func_$ac_func=yes" 6970 eval "ac_cv_func_$ac_func=yes"
6964else 6971else
@@ -6988,7 +6995,7 @@ done
6988# It's better to believe a function is not available 6995# It's better to believe a function is not available
6989# than to expect to find it in ncurses. 6996# than to expect to find it in ncurses.
6990echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6 6997echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6
6991echo "configure:6992: checking for tparm in -lncurses" >&5 6998echo "configure:6999: checking for tparm in -lncurses" >&5
6992ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'` 6999ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'`
6993if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7000if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6994 echo $ac_n "(cached) $ac_c" 1>&6 7001 echo $ac_n "(cached) $ac_c" 1>&6
@@ -6996,7 +7003,7 @@ else
6996 ac_save_LIBS="$LIBS" 7003 ac_save_LIBS="$LIBS"
6997LIBS="-lncurses $LIBS" 7004LIBS="-lncurses $LIBS"
6998cat > conftest.$ac_ext <<EOF 7005cat > conftest.$ac_ext <<EOF
6999#line 7000 "configure" 7006#line 7007 "configure"
7000#include "confdefs.h" 7007#include "confdefs.h"
7001/* Override any gcc2 internal prototype to avoid an error. */ 7008/* Override any gcc2 internal prototype to avoid an error. */
7002/* We use char because int might match the return type of a gcc2 7009/* We use char because int might match the return type of a gcc2
@@ -7007,7 +7014,7 @@ int main() {
7007tparm() 7014tparm()
7008; return 0; } 7015; return 0; }
7009EOF 7016EOF
7010if { (eval echo configure:7011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7017if { (eval echo configure:7018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7011 rm -rf conftest* 7018 rm -rf conftest*
7012 eval "ac_cv_lib_$ac_lib_var=yes" 7019 eval "ac_cv_lib_$ac_lib_var=yes"
7013else 7020else
@@ -7038,7 +7045,7 @@ fi
7038# These tell us which Kerberos-related libraries to use. 7045# These tell us which Kerberos-related libraries to use.
7039if test "${with_kerberos+set}" = set; then 7046if test "${with_kerberos+set}" = set; then
7040 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6 7047 echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6
7041echo "configure:7042: checking for com_err in -lcom_err" >&5 7048echo "configure:7049: checking for com_err in -lcom_err" >&5
7042ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'` 7049ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'`
7043if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7050if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7044 echo $ac_n "(cached) $ac_c" 1>&6 7051 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7046,7 +7053,7 @@ else
7046 ac_save_LIBS="$LIBS" 7053 ac_save_LIBS="$LIBS"
7047LIBS="-lcom_err $LIBS" 7054LIBS="-lcom_err $LIBS"
7048cat > conftest.$ac_ext <<EOF 7055cat > conftest.$ac_ext <<EOF
7049#line 7050 "configure" 7056#line 7057 "configure"
7050#include "confdefs.h" 7057#include "confdefs.h"
7051/* Override any gcc2 internal prototype to avoid an error. */ 7058/* Override any gcc2 internal prototype to avoid an error. */
7052/* We use char because int might match the return type of a gcc2 7059/* We use char because int might match the return type of a gcc2
@@ -7057,7 +7064,7 @@ int main() {
7057com_err() 7064com_err()
7058; return 0; } 7065; return 0; }
7059EOF 7066EOF
7060if { (eval echo configure:7061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7067if { (eval echo configure:7068: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7061 rm -rf conftest* 7068 rm -rf conftest*
7062 eval "ac_cv_lib_$ac_lib_var=yes" 7069 eval "ac_cv_lib_$ac_lib_var=yes"
7063else 7070else
@@ -7085,7 +7092,7 @@ else
7085fi 7092fi
7086 7093
7087 echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6 7094 echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6
7088echo "configure:7089: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 7095echo "configure:7096: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
7089ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` 7096ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
7090if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7097if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7091 echo $ac_n "(cached) $ac_c" 1>&6 7098 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7093,7 +7100,7 @@ else
7093 ac_save_LIBS="$LIBS" 7100 ac_save_LIBS="$LIBS"
7094LIBS="-lk5crypto $LIBS" 7101LIBS="-lk5crypto $LIBS"
7095cat > conftest.$ac_ext <<EOF 7102cat > conftest.$ac_ext <<EOF
7096#line 7097 "configure" 7103#line 7104 "configure"
7097#include "confdefs.h" 7104#include "confdefs.h"
7098/* Override any gcc2 internal prototype to avoid an error. */ 7105/* Override any gcc2 internal prototype to avoid an error. */
7099/* We use char because int might match the return type of a gcc2 7106/* We use char because int might match the return type of a gcc2
@@ -7104,7 +7111,7 @@ int main() {
7104mit_des_cbc_encrypt() 7111mit_des_cbc_encrypt()
7105; return 0; } 7112; return 0; }
7106EOF 7113EOF
7107if { (eval echo configure:7108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7114if { (eval echo configure:7115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7108 rm -rf conftest* 7115 rm -rf conftest*
7109 eval "ac_cv_lib_$ac_lib_var=yes" 7116 eval "ac_cv_lib_$ac_lib_var=yes"
7110else 7117else
@@ -7132,7 +7139,7 @@ else
7132fi 7139fi
7133 7140
7134 echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6 7141 echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6
7135echo "configure:7136: checking for mit_des_cbc_encrypt in -lcrypto" >&5 7142echo "configure:7143: checking for mit_des_cbc_encrypt in -lcrypto" >&5
7136ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'` 7143ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
7137if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7144if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7138 echo $ac_n "(cached) $ac_c" 1>&6 7145 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7140,7 +7147,7 @@ else
7140 ac_save_LIBS="$LIBS" 7147 ac_save_LIBS="$LIBS"
7141LIBS="-lcrypto $LIBS" 7148LIBS="-lcrypto $LIBS"
7142cat > conftest.$ac_ext <<EOF 7149cat > conftest.$ac_ext <<EOF
7143#line 7144 "configure" 7150#line 7151 "configure"
7144#include "confdefs.h" 7151#include "confdefs.h"
7145/* Override any gcc2 internal prototype to avoid an error. */ 7152/* Override any gcc2 internal prototype to avoid an error. */
7146/* We use char because int might match the return type of a gcc2 7153/* We use char because int might match the return type of a gcc2
@@ -7151,7 +7158,7 @@ int main() {
7151mit_des_cbc_encrypt() 7158mit_des_cbc_encrypt()
7152; return 0; } 7159; return 0; }
7153EOF 7160EOF
7154if { (eval echo configure:7155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7161if { (eval echo configure:7162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7155 rm -rf conftest* 7162 rm -rf conftest*
7156 eval "ac_cv_lib_$ac_lib_var=yes" 7163 eval "ac_cv_lib_$ac_lib_var=yes"
7157else 7164else
@@ -7179,7 +7186,7 @@ else
7179fi 7186fi
7180 7187
7181 echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 7188 echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6
7182echo "configure:7183: checking for krb5_init_context in -lkrb5" >&5 7189echo "configure:7190: checking for krb5_init_context in -lkrb5" >&5
7183ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'` 7190ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'`
7184if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7191if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7185 echo $ac_n "(cached) $ac_c" 1>&6 7192 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7187,7 +7194,7 @@ else
7187 ac_save_LIBS="$LIBS" 7194 ac_save_LIBS="$LIBS"
7188LIBS="-lkrb5 $LIBS" 7195LIBS="-lkrb5 $LIBS"
7189cat > conftest.$ac_ext <<EOF 7196cat > conftest.$ac_ext <<EOF
7190#line 7191 "configure" 7197#line 7198 "configure"
7191#include "confdefs.h" 7198#include "confdefs.h"
7192/* Override any gcc2 internal prototype to avoid an error. */ 7199/* Override any gcc2 internal prototype to avoid an error. */
7193/* We use char because int might match the return type of a gcc2 7200/* We use char because int might match the return type of a gcc2
@@ -7198,7 +7205,7 @@ int main() {
7198krb5_init_context() 7205krb5_init_context()
7199; return 0; } 7206; return 0; }
7200EOF 7207EOF
7201if { (eval echo configure:7202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7208if { (eval echo configure:7209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7202 rm -rf conftest* 7209 rm -rf conftest*
7203 eval "ac_cv_lib_$ac_lib_var=yes" 7210 eval "ac_cv_lib_$ac_lib_var=yes"
7204else 7211else
@@ -7227,7 +7234,7 @@ fi
7227 7234
7228 if test "${with_kerberos5+set}" != set; then 7235 if test "${with_kerberos5+set}" != set; then
7229 echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6 7236 echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6
7230echo "configure:7231: checking for des_cbc_encrypt in -ldes425" >&5 7237echo "configure:7238: checking for des_cbc_encrypt in -ldes425" >&5
7231ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` 7238ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
7232if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7239if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7233 echo $ac_n "(cached) $ac_c" 1>&6 7240 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7235,7 +7242,7 @@ else
7235 ac_save_LIBS="$LIBS" 7242 ac_save_LIBS="$LIBS"
7236LIBS="-ldes425 $LIBS" 7243LIBS="-ldes425 $LIBS"
7237cat > conftest.$ac_ext <<EOF 7244cat > conftest.$ac_ext <<EOF
7238#line 7239 "configure" 7245#line 7246 "configure"
7239#include "confdefs.h" 7246#include "confdefs.h"
7240/* Override any gcc2 internal prototype to avoid an error. */ 7247/* Override any gcc2 internal prototype to avoid an error. */
7241/* We use char because int might match the return type of a gcc2 7248/* We use char because int might match the return type of a gcc2
@@ -7246,7 +7253,7 @@ int main() {
7246des_cbc_encrypt() 7253des_cbc_encrypt()
7247; return 0; } 7254; return 0; }
7248EOF 7255EOF
7249if { (eval echo configure:7250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7256if { (eval echo configure:7257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7250 rm -rf conftest* 7257 rm -rf conftest*
7251 eval "ac_cv_lib_$ac_lib_var=yes" 7258 eval "ac_cv_lib_$ac_lib_var=yes"
7252else 7259else
@@ -7272,7 +7279,7 @@ EOF
7272else 7279else
7273 echo "$ac_t""no" 1>&6 7280 echo "$ac_t""no" 1>&6
7274echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6 7281echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6
7275echo "configure:7276: checking for des_cbc_encrypt in -ldes" >&5 7282echo "configure:7283: checking for des_cbc_encrypt in -ldes" >&5
7276ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'` 7283ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
7277if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7284if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7278 echo $ac_n "(cached) $ac_c" 1>&6 7285 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7280,7 +7287,7 @@ else
7280 ac_save_LIBS="$LIBS" 7287 ac_save_LIBS="$LIBS"
7281LIBS="-ldes $LIBS" 7288LIBS="-ldes $LIBS"
7282cat > conftest.$ac_ext <<EOF 7289cat > conftest.$ac_ext <<EOF
7283#line 7284 "configure" 7290#line 7291 "configure"
7284#include "confdefs.h" 7291#include "confdefs.h"
7285/* Override any gcc2 internal prototype to avoid an error. */ 7292/* Override any gcc2 internal prototype to avoid an error. */
7286/* We use char because int might match the return type of a gcc2 7293/* We use char because int might match the return type of a gcc2
@@ -7291,7 +7298,7 @@ int main() {
7291des_cbc_encrypt() 7298des_cbc_encrypt()
7292; return 0; } 7299; return 0; }
7293EOF 7300EOF
7294if { (eval echo configure:7295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7301if { (eval echo configure:7302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7295 rm -rf conftest* 7302 rm -rf conftest*
7296 eval "ac_cv_lib_$ac_lib_var=yes" 7303 eval "ac_cv_lib_$ac_lib_var=yes"
7297else 7304else
@@ -7321,7 +7328,7 @@ fi
7321fi 7328fi
7322 7329
7323 echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6 7330 echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6
7324echo "configure:7325: checking for krb_get_cred in -lkrb4" >&5 7331echo "configure:7332: checking for krb_get_cred in -lkrb4" >&5
7325ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'` 7332ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'`
7326if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7333if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7327 echo $ac_n "(cached) $ac_c" 1>&6 7334 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7329,7 +7336,7 @@ else
7329 ac_save_LIBS="$LIBS" 7336 ac_save_LIBS="$LIBS"
7330LIBS="-lkrb4 $LIBS" 7337LIBS="-lkrb4 $LIBS"
7331cat > conftest.$ac_ext <<EOF 7338cat > conftest.$ac_ext <<EOF
7332#line 7333 "configure" 7339#line 7340 "configure"
7333#include "confdefs.h" 7340#include "confdefs.h"
7334/* Override any gcc2 internal prototype to avoid an error. */ 7341/* Override any gcc2 internal prototype to avoid an error. */
7335/* We use char because int might match the return type of a gcc2 7342/* We use char because int might match the return type of a gcc2
@@ -7340,7 +7347,7 @@ int main() {
7340krb_get_cred() 7347krb_get_cred()
7341; return 0; } 7348; return 0; }
7342EOF 7349EOF
7343if { (eval echo configure:7344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7350if { (eval echo configure:7351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7344 rm -rf conftest* 7351 rm -rf conftest*
7345 eval "ac_cv_lib_$ac_lib_var=yes" 7352 eval "ac_cv_lib_$ac_lib_var=yes"
7346else 7353else
@@ -7366,7 +7373,7 @@ EOF
7366else 7373else
7367 echo "$ac_t""no" 1>&6 7374 echo "$ac_t""no" 1>&6
7368echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6 7375echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6
7369echo "configure:7370: checking for krb_get_cred in -lkrb" >&5 7376echo "configure:7377: checking for krb_get_cred in -lkrb" >&5
7370ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'` 7377ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'`
7371if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7378if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7372 echo $ac_n "(cached) $ac_c" 1>&6 7379 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7374,7 +7381,7 @@ else
7374 ac_save_LIBS="$LIBS" 7381 ac_save_LIBS="$LIBS"
7375LIBS="-lkrb $LIBS" 7382LIBS="-lkrb $LIBS"
7376cat > conftest.$ac_ext <<EOF 7383cat > conftest.$ac_ext <<EOF
7377#line 7378 "configure" 7384#line 7385 "configure"
7378#include "confdefs.h" 7385#include "confdefs.h"
7379/* Override any gcc2 internal prototype to avoid an error. */ 7386/* Override any gcc2 internal prototype to avoid an error. */
7380/* We use char because int might match the return type of a gcc2 7387/* We use char because int might match the return type of a gcc2
@@ -7385,7 +7392,7 @@ int main() {
7385krb_get_cred() 7392krb_get_cred()
7386; return 0; } 7393; return 0; }
7387EOF 7394EOF
7388if { (eval echo configure:7389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7395if { (eval echo configure:7396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7389 rm -rf conftest* 7396 rm -rf conftest*
7390 eval "ac_cv_lib_$ac_lib_var=yes" 7397 eval "ac_cv_lib_$ac_lib_var=yes"
7391else 7398else
@@ -7421,17 +7428,17 @@ fi
7421do 7428do
7422ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7429ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7423echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7430echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7424echo "configure:7425: checking for $ac_hdr" >&5 7431echo "configure:7432: checking for $ac_hdr" >&5
7425if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7432if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7426 echo $ac_n "(cached) $ac_c" 1>&6 7433 echo $ac_n "(cached) $ac_c" 1>&6
7427else 7434else
7428 cat > conftest.$ac_ext <<EOF 7435 cat > conftest.$ac_ext <<EOF
7429#line 7430 "configure" 7436#line 7437 "configure"
7430#include "confdefs.h" 7437#include "confdefs.h"
7431#include <$ac_hdr> 7438#include <$ac_hdr>
7432EOF 7439EOF
7433ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7440ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7434{ (eval echo configure:7435: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7441{ (eval echo configure:7442: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7435ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7442ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7436if test -z "$ac_err"; then 7443if test -z "$ac_err"; then
7437 rm -rf conftest* 7444 rm -rf conftest*
@@ -7462,17 +7469,17 @@ done
7462do 7469do
7463ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7470ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7464echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7471echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7465echo "configure:7466: checking for $ac_hdr" >&5 7472echo "configure:7473: checking for $ac_hdr" >&5
7466if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7473if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7467 echo $ac_n "(cached) $ac_c" 1>&6 7474 echo $ac_n "(cached) $ac_c" 1>&6
7468else 7475else
7469 cat > conftest.$ac_ext <<EOF 7476 cat > conftest.$ac_ext <<EOF
7470#line 7471 "configure" 7477#line 7478 "configure"
7471#include "confdefs.h" 7478#include "confdefs.h"
7472#include <$ac_hdr> 7479#include <$ac_hdr>
7473EOF 7480EOF
7474ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7481ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7475{ (eval echo configure:7476: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7482{ (eval echo configure:7483: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7476ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7483ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7477if test -z "$ac_err"; then 7484if test -z "$ac_err"; then
7478 rm -rf conftest* 7485 rm -rf conftest*
@@ -7499,17 +7506,17 @@ for ac_hdr in kerberosIV/des.h
7499do 7506do
7500ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7507ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7501echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7508echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7502echo "configure:7503: checking for $ac_hdr" >&5 7509echo "configure:7510: checking for $ac_hdr" >&5
7503if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7510if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7504 echo $ac_n "(cached) $ac_c" 1>&6 7511 echo $ac_n "(cached) $ac_c" 1>&6
7505else 7512else
7506 cat > conftest.$ac_ext <<EOF 7513 cat > conftest.$ac_ext <<EOF
7507#line 7508 "configure" 7514#line 7515 "configure"
7508#include "confdefs.h" 7515#include "confdefs.h"
7509#include <$ac_hdr> 7516#include <$ac_hdr>
7510EOF 7517EOF
7511ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7518ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7512{ (eval echo configure:7513: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7519{ (eval echo configure:7520: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7513ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7520ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7514if test -z "$ac_err"; then 7521if test -z "$ac_err"; then
7515 rm -rf conftest* 7522 rm -rf conftest*
@@ -7536,17 +7543,17 @@ for ac_hdr in kerberos/des.h
7536do 7543do
7537ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7544ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7538echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7545echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7539echo "configure:7540: checking for $ac_hdr" >&5 7546echo "configure:7547: checking for $ac_hdr" >&5
7540if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7547if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7541 echo $ac_n "(cached) $ac_c" 1>&6 7548 echo $ac_n "(cached) $ac_c" 1>&6
7542else 7549else
7543 cat > conftest.$ac_ext <<EOF 7550 cat > conftest.$ac_ext <<EOF
7544#line 7545 "configure" 7551#line 7552 "configure"
7545#include "confdefs.h" 7552#include "confdefs.h"
7546#include <$ac_hdr> 7553#include <$ac_hdr>
7547EOF 7554EOF
7548ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7555ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7549{ (eval echo configure:7550: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7556{ (eval echo configure:7557: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7550ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7557ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7551if test -z "$ac_err"; then 7558if test -z "$ac_err"; then
7552 rm -rf conftest* 7559 rm -rf conftest*
@@ -7582,17 +7589,17 @@ done
7582do 7589do
7583ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7590ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7584echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7591echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7585echo "configure:7586: checking for $ac_hdr" >&5 7592echo "configure:7593: checking for $ac_hdr" >&5
7586if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7593if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7587 echo $ac_n "(cached) $ac_c" 1>&6 7594 echo $ac_n "(cached) $ac_c" 1>&6
7588else 7595else
7589 cat > conftest.$ac_ext <<EOF 7596 cat > conftest.$ac_ext <<EOF
7590#line 7591 "configure" 7597#line 7598 "configure"
7591#include "confdefs.h" 7598#include "confdefs.h"
7592#include <$ac_hdr> 7599#include <$ac_hdr>
7593EOF 7600EOF
7594ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7601ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7595{ (eval echo configure:7596: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7602{ (eval echo configure:7603: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7596ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7603ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7597if test -z "$ac_err"; then 7604if test -z "$ac_err"; then
7598 rm -rf conftest* 7605 rm -rf conftest*
@@ -7619,17 +7626,17 @@ for ac_hdr in kerberosIV/krb.h
7619do 7626do
7620ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7627ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7621echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7628echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7622echo "configure:7623: checking for $ac_hdr" >&5 7629echo "configure:7630: checking for $ac_hdr" >&5
7623if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7630if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7624 echo $ac_n "(cached) $ac_c" 1>&6 7631 echo $ac_n "(cached) $ac_c" 1>&6
7625else 7632else
7626 cat > conftest.$ac_ext <<EOF 7633 cat > conftest.$ac_ext <<EOF
7627#line 7628 "configure" 7634#line 7635 "configure"
7628#include "confdefs.h" 7635#include "confdefs.h"
7629#include <$ac_hdr> 7636#include <$ac_hdr>
7630EOF 7637EOF
7631ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7638ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7632{ (eval echo configure:7633: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7639{ (eval echo configure:7640: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7633ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7640ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7634if test -z "$ac_err"; then 7641if test -z "$ac_err"; then
7635 rm -rf conftest* 7642 rm -rf conftest*
@@ -7656,17 +7663,17 @@ for ac_hdr in kerberos/krb.h
7656do 7663do
7657ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7664ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7658echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7665echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7659echo "configure:7660: checking for $ac_hdr" >&5 7666echo "configure:7667: checking for $ac_hdr" >&5
7660if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7667if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7661 echo $ac_n "(cached) $ac_c" 1>&6 7668 echo $ac_n "(cached) $ac_c" 1>&6
7662else 7669else
7663 cat > conftest.$ac_ext <<EOF 7670 cat > conftest.$ac_ext <<EOF
7664#line 7665 "configure" 7671#line 7672 "configure"
7665#include "confdefs.h" 7672#include "confdefs.h"
7666#include <$ac_hdr> 7673#include <$ac_hdr>
7667EOF 7674EOF
7668ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7675ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7669{ (eval echo configure:7670: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7676{ (eval echo configure:7677: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7670ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7677ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7671if test -z "$ac_err"; then 7678if test -z "$ac_err"; then
7672 rm -rf conftest* 7679 rm -rf conftest*
@@ -7703,17 +7710,17 @@ done
7703do 7710do
7704ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 7711ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
7705echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 7712echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
7706echo "configure:7707: checking for $ac_hdr" >&5 7713echo "configure:7714: checking for $ac_hdr" >&5
7707if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 7714if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
7708 echo $ac_n "(cached) $ac_c" 1>&6 7715 echo $ac_n "(cached) $ac_c" 1>&6
7709else 7716else
7710 cat > conftest.$ac_ext <<EOF 7717 cat > conftest.$ac_ext <<EOF
7711#line 7712 "configure" 7718#line 7719 "configure"
7712#include "confdefs.h" 7719#include "confdefs.h"
7713#include <$ac_hdr> 7720#include <$ac_hdr>
7714EOF 7721EOF
7715ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 7722ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
7716{ (eval echo configure:7717: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 7723{ (eval echo configure:7724: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
7717ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 7724ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
7718if test -z "$ac_err"; then 7725if test -z "$ac_err"; then
7719 rm -rf conftest* 7726 rm -rf conftest*
@@ -7744,7 +7751,7 @@ fi
7744# Solaris requires -lintl if you want strerror (which calls dgettext) 7751# Solaris requires -lintl if you want strerror (which calls dgettext)
7745# to return localized messages. 7752# to return localized messages.
7746echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6 7753echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6
7747echo "configure:7748: checking for dgettext in -lintl" >&5 7754echo "configure:7755: checking for dgettext in -lintl" >&5
7748ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'` 7755ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'`
7749if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 7756if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7750 echo $ac_n "(cached) $ac_c" 1>&6 7757 echo $ac_n "(cached) $ac_c" 1>&6
@@ -7752,7 +7759,7 @@ else
7752 ac_save_LIBS="$LIBS" 7759 ac_save_LIBS="$LIBS"
7753LIBS="-lintl $LIBS" 7760LIBS="-lintl $LIBS"
7754cat > conftest.$ac_ext <<EOF 7761cat > conftest.$ac_ext <<EOF
7755#line 7756 "configure" 7762#line 7763 "configure"
7756#include "confdefs.h" 7763#include "confdefs.h"
7757/* Override any gcc2 internal prototype to avoid an error. */ 7764/* Override any gcc2 internal prototype to avoid an error. */
7758/* We use char because int might match the return type of a gcc2 7765/* We use char because int might match the return type of a gcc2
@@ -7763,7 +7770,7 @@ int main() {
7763dgettext() 7770dgettext()
7764; return 0; } 7771; return 0; }
7765EOF 7772EOF
7766if { (eval echo configure:7767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7773if { (eval echo configure:7774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7767 rm -rf conftest* 7774 rm -rf conftest*
7768 eval "ac_cv_lib_$ac_lib_var=yes" 7775 eval "ac_cv_lib_$ac_lib_var=yes"
7769else 7776else
@@ -7792,7 +7799,7 @@ fi
7792 7799
7793 7800
7794echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6 7801echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6
7795echo "configure:7796: checking whether localtime caches TZ" >&5 7802echo "configure:7803: checking whether localtime caches TZ" >&5
7796if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then 7803if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then
7797 echo $ac_n "(cached) $ac_c" 1>&6 7804 echo $ac_n "(cached) $ac_c" 1>&6
7798else 7805else
@@ -7802,7 +7809,7 @@ if test "$cross_compiling" = yes; then
7802emacs_cv_localtime_cache=yes 7809emacs_cv_localtime_cache=yes
7803else 7810else
7804 cat > conftest.$ac_ext <<EOF 7811 cat > conftest.$ac_ext <<EOF
7805#line 7806 "configure" 7812#line 7813 "configure"
7806#include "confdefs.h" 7813#include "confdefs.h"
7807#include <time.h> 7814#include <time.h>
7808extern char **environ; 7815extern char **environ;
@@ -7834,7 +7841,7 @@ main()
7834 exit (0); 7841 exit (0);
7835} 7842}
7836EOF 7843EOF
7837if { (eval echo configure:7838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 7844if { (eval echo configure:7845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7838then 7845then
7839 emacs_cv_localtime_cache=no 7846 emacs_cv_localtime_cache=no
7840else 7847else
@@ -7864,12 +7871,12 @@ if test "x$HAVE_TIMEVAL" = xyes; then
7864 for ac_func in gettimeofday 7871 for ac_func in gettimeofday
7865do 7872do
7866echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 7873echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7867echo "configure:7868: checking for $ac_func" >&5 7874echo "configure:7875: checking for $ac_func" >&5
7868if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 7875if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7869 echo $ac_n "(cached) $ac_c" 1>&6 7876 echo $ac_n "(cached) $ac_c" 1>&6
7870else 7877else
7871 cat > conftest.$ac_ext <<EOF 7878 cat > conftest.$ac_ext <<EOF
7872#line 7873 "configure" 7879#line 7880 "configure"
7873#include "confdefs.h" 7880#include "confdefs.h"
7874/* System header to define __stub macros and hopefully few prototypes, 7881/* System header to define __stub macros and hopefully few prototypes,
7875 which can conflict with char $ac_func(); below. */ 7882 which can conflict with char $ac_func(); below. */
@@ -7892,7 +7899,7 @@ $ac_func();
7892 7899
7893; return 0; } 7900; return 0; }
7894EOF 7901EOF
7895if { (eval echo configure:7896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 7902if { (eval echo configure:7903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7896 rm -rf conftest* 7903 rm -rf conftest*
7897 eval "ac_cv_func_$ac_func=yes" 7904 eval "ac_cv_func_$ac_func=yes"
7898else 7905else
@@ -7917,12 +7924,12 @@ fi
7917done 7924done
7918 7925
7919 echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6 7926 echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6
7920echo "configure:7921: checking whether gettimeofday can accept two arguments" >&5 7927echo "configure:7928: checking whether gettimeofday can accept two arguments" >&5
7921if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then 7928if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then
7922 echo $ac_n "(cached) $ac_c" 1>&6 7929 echo $ac_n "(cached) $ac_c" 1>&6
7923else 7930else
7924 cat > conftest.$ac_ext <<EOF 7931 cat > conftest.$ac_ext <<EOF
7925#line 7926 "configure" 7932#line 7933 "configure"
7926#include "confdefs.h" 7933#include "confdefs.h"
7927 7934
7928#ifdef TIME_WITH_SYS_TIME 7935#ifdef TIME_WITH_SYS_TIME
@@ -7940,7 +7947,7 @@ struct timeval time;
7940 gettimeofday (&time, 0); 7947 gettimeofday (&time, 0);
7941; return 0; } 7948; return 0; }
7942EOF 7949EOF
7943if { (eval echo configure:7944: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 7950if { (eval echo configure:7951: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7944 rm -rf conftest* 7951 rm -rf conftest*
7945 emacs_cv_gettimeofday_two_arguments=yes 7952 emacs_cv_gettimeofday_two_arguments=yes
7946else 7953else
@@ -7963,25 +7970,25 @@ fi
7963 7970
7964if test "$ac_cv_func_gettimeofday" = yes; then 7971if test "$ac_cv_func_gettimeofday" = yes; then
7965 echo $ac_n "checking for struct timezone""... $ac_c" 1>&6 7972 echo $ac_n "checking for struct timezone""... $ac_c" 1>&6
7966echo "configure:7967: checking for struct timezone" >&5 7973echo "configure:7974: checking for struct timezone" >&5
7967if eval "test \"`echo '$''{'emacs_cv_struct_timezone'+set}'`\" = set"; then 7974if eval "test \"`echo '$''{'emacs_cv_struct_timezone'+set}'`\" = set"; then
7968 echo $ac_n "(cached) $ac_c" 1>&6 7975 echo $ac_n "(cached) $ac_c" 1>&6
7969else 7976else
7970 cat > conftest.$ac_ext <<EOF 7977 cat > conftest.$ac_ext <<EOF
7971#line 7972 "configure" 7978#line 7979 "configure"
7972#include "confdefs.h" 7979#include "confdefs.h"
7973#include <sys/time.h> 7980#include <sys/time.h>
7974int main() { 7981int main() {
7975struct timezone tz; 7982struct timezone tz;
7976; return 0; } 7983; return 0; }
7977EOF 7984EOF
7978if { (eval echo configure:7979: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 7985if { (eval echo configure:7986: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7979 rm -rf conftest* 7986 rm -rf conftest*
7980 if test "$cross_compiling" = yes; then 7987 if test "$cross_compiling" = yes; then
7981 emacs_cv_struct_timezone=yes 7988 emacs_cv_struct_timezone=yes
7982else 7989else
7983 cat > conftest.$ac_ext <<EOF 7990 cat > conftest.$ac_ext <<EOF
7984#line 7985 "configure" 7991#line 7992 "configure"
7985#include "confdefs.h" 7992#include "confdefs.h"
7986 7993
7987#ifdef TIME_WITH_SYS_TIME 7994#ifdef TIME_WITH_SYS_TIME
@@ -8000,7 +8007,7 @@ main () {
8000 exit (gettimeofday (&time, &dummy)); 8007 exit (gettimeofday (&time, &dummy));
8001} 8008}
8002EOF 8009EOF
8003if { (eval echo configure:8004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 8010if { (eval echo configure:8011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8004then 8011then
8005 emacs_cv_struct_timezone=yes 8012 emacs_cv_struct_timezone=yes
8006else 8013else
@@ -8026,12 +8033,12 @@ fi
8026 8033
8027ok_so_far=yes 8034ok_so_far=yes
8028echo $ac_n "checking for socket""... $ac_c" 1>&6 8035echo $ac_n "checking for socket""... $ac_c" 1>&6
8029echo "configure:8030: checking for socket" >&5 8036echo "configure:8037: checking for socket" >&5
8030if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then 8037if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
8031 echo $ac_n "(cached) $ac_c" 1>&6 8038 echo $ac_n "(cached) $ac_c" 1>&6
8032else 8039else
8033 cat > conftest.$ac_ext <<EOF 8040 cat > conftest.$ac_ext <<EOF
8034#line 8035 "configure" 8041#line 8042 "configure"
8035#include "confdefs.h" 8042#include "confdefs.h"
8036/* System header to define __stub macros and hopefully few prototypes, 8043/* System header to define __stub macros and hopefully few prototypes,
8037 which can conflict with char socket(); below. */ 8044 which can conflict with char socket(); below. */
@@ -8054,7 +8061,7 @@ socket();
8054 8061
8055; return 0; } 8062; return 0; }
8056EOF 8063EOF
8057if { (eval echo configure:8058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8064if { (eval echo configure:8065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8058 rm -rf conftest* 8065 rm -rf conftest*
8059 eval "ac_cv_func_socket=yes" 8066 eval "ac_cv_func_socket=yes"
8060else 8067else
@@ -8077,17 +8084,17 @@ fi
8077if test $ok_so_far = yes; then 8084if test $ok_so_far = yes; then
8078 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'` 8085 ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'`
8079echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6 8086echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6
8080echo "configure:8081: checking for netinet/in.h" >&5 8087echo "configure:8088: checking for netinet/in.h" >&5
8081if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 8088if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8082 echo $ac_n "(cached) $ac_c" 1>&6 8089 echo $ac_n "(cached) $ac_c" 1>&6
8083else 8090else
8084 cat > conftest.$ac_ext <<EOF 8091 cat > conftest.$ac_ext <<EOF
8085#line 8086 "configure" 8092#line 8093 "configure"
8086#include "confdefs.h" 8093#include "confdefs.h"
8087#include <netinet/in.h> 8094#include <netinet/in.h>
8088EOF 8095EOF
8089ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8096ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8090{ (eval echo configure:8091: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8097{ (eval echo configure:8098: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8091ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8098ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8092if test -z "$ac_err"; then 8099if test -z "$ac_err"; then
8093 rm -rf conftest* 8100 rm -rf conftest*
@@ -8113,17 +8120,17 @@ fi
8113if test $ok_so_far = yes; then 8120if test $ok_so_far = yes; then
8114 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'` 8121 ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'`
8115echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6 8122echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6
8116echo "configure:8117: checking for arpa/inet.h" >&5 8123echo "configure:8124: checking for arpa/inet.h" >&5
8117if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 8124if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8118 echo $ac_n "(cached) $ac_c" 1>&6 8125 echo $ac_n "(cached) $ac_c" 1>&6
8119else 8126else
8120 cat > conftest.$ac_ext <<EOF 8127 cat > conftest.$ac_ext <<EOF
8121#line 8122 "configure" 8128#line 8129 "configure"
8122#include "confdefs.h" 8129#include "confdefs.h"
8123#include <arpa/inet.h> 8130#include <arpa/inet.h>
8124EOF 8131EOF
8125ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8132ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8126{ (eval echo configure:8127: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8133{ (eval echo configure:8134: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8127ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8134ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8128if test -z "$ac_err"; then 8135if test -z "$ac_err"; then
8129 rm -rf conftest* 8136 rm -rf conftest*
@@ -8161,7 +8168,7 @@ EOF
8161fi 8168fi
8162 8169
8163echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6 8170echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6
8164echo "configure:8165: checking whether system supports dynamic ptys" >&5 8171echo "configure:8172: checking whether system supports dynamic ptys" >&5
8165if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then 8172if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
8166 echo "$ac_t""yes" 1>&6 8173 echo "$ac_t""yes" 1>&6
8167 cat >> confdefs.h <<\EOF 8174 cat >> confdefs.h <<\EOF
@@ -8173,12 +8180,12 @@ else
8173fi 8180fi
8174 8181
8175echo $ac_n "checking for pid_t""... $ac_c" 1>&6 8182echo $ac_n "checking for pid_t""... $ac_c" 1>&6
8176echo "configure:8177: checking for pid_t" >&5 8183echo "configure:8184: checking for pid_t" >&5
8177if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then 8184if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
8178 echo $ac_n "(cached) $ac_c" 1>&6 8185 echo $ac_n "(cached) $ac_c" 1>&6
8179else 8186else
8180 cat > conftest.$ac_ext <<EOF 8187 cat > conftest.$ac_ext <<EOF
8181#line 8182 "configure" 8188#line 8189 "configure"
8182#include "confdefs.h" 8189#include "confdefs.h"
8183#include <sys/types.h> 8190#include <sys/types.h>
8184#if STDC_HEADERS 8191#if STDC_HEADERS
@@ -8207,17 +8214,17 @@ fi
8207 8214
8208ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'` 8215ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
8209echo $ac_n "checking for vfork.h""... $ac_c" 1>&6 8216echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
8210echo "configure:8211: checking for vfork.h" >&5 8217echo "configure:8218: checking for vfork.h" >&5
8211if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 8218if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
8212 echo $ac_n "(cached) $ac_c" 1>&6 8219 echo $ac_n "(cached) $ac_c" 1>&6
8213else 8220else
8214 cat > conftest.$ac_ext <<EOF 8221 cat > conftest.$ac_ext <<EOF
8215#line 8216 "configure" 8222#line 8223 "configure"
8216#include "confdefs.h" 8223#include "confdefs.h"
8217#include <vfork.h> 8224#include <vfork.h>
8218EOF 8225EOF
8219ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 8226ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
8220{ (eval echo configure:8221: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 8227{ (eval echo configure:8228: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
8221ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 8228ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
8222if test -z "$ac_err"; then 8229if test -z "$ac_err"; then
8223 rm -rf conftest* 8230 rm -rf conftest*
@@ -8242,18 +8249,18 @@ else
8242fi 8249fi
8243 8250
8244echo $ac_n "checking for working vfork""... $ac_c" 1>&6 8251echo $ac_n "checking for working vfork""... $ac_c" 1>&6
8245echo "configure:8246: checking for working vfork" >&5 8252echo "configure:8253: checking for working vfork" >&5
8246if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then 8253if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
8247 echo $ac_n "(cached) $ac_c" 1>&6 8254 echo $ac_n "(cached) $ac_c" 1>&6
8248else 8255else
8249 if test "$cross_compiling" = yes; then 8256 if test "$cross_compiling" = yes; then
8250 echo $ac_n "checking for vfork""... $ac_c" 1>&6 8257 echo $ac_n "checking for vfork""... $ac_c" 1>&6
8251echo "configure:8252: checking for vfork" >&5 8258echo "configure:8259: checking for vfork" >&5
8252if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then 8259if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
8253 echo $ac_n "(cached) $ac_c" 1>&6 8260 echo $ac_n "(cached) $ac_c" 1>&6
8254else 8261else
8255 cat > conftest.$ac_ext <<EOF 8262 cat > conftest.$ac_ext <<EOF
8256#line 8257 "configure" 8263#line 8264 "configure"
8257#include "confdefs.h" 8264#include "confdefs.h"
8258/* System header to define __stub macros and hopefully few prototypes, 8265/* System header to define __stub macros and hopefully few prototypes,
8259 which can conflict with char vfork(); below. */ 8266 which can conflict with char vfork(); below. */
@@ -8276,7 +8283,7 @@ vfork();
8276 8283
8277; return 0; } 8284; return 0; }
8278EOF 8285EOF
8279if { (eval echo configure:8280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 8286if { (eval echo configure:8287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8280 rm -rf conftest* 8287 rm -rf conftest*
8281 eval "ac_cv_func_vfork=yes" 8288 eval "ac_cv_func_vfork=yes"
8282else 8289else
@@ -8298,7 +8305,7 @@ fi
8298ac_cv_func_vfork_works=$ac_cv_func_vfork 8305ac_cv_func_vfork_works=$ac_cv_func_vfork
8299else 8306else
8300 cat > conftest.$ac_ext <<EOF 8307 cat > conftest.$ac_ext <<EOF
8301#line 8302 "configure" 8308#line 8309 "configure"
8302#include "confdefs.h" 8309#include "confdefs.h"
8303/* Thanks to Paul Eggert for this test. */ 8310/* Thanks to Paul Eggert for this test. */
8304#include <stdio.h> 8311#include <stdio.h>
@@ -8393,7 +8400,7 @@ main() {
8393 } 8400 }
8394} 8401}
8395EOF 8402EOF
8396if { (eval echo configure:8397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 8403if { (eval echo configure:8404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8397then 8404then
8398 ac_cv_func_vfork_works=yes 8405 ac_cv_func_vfork_works=yes
8399else 8406else
@@ -8418,12 +8425,12 @@ fi
8418 8425
8419# Fixme: This should be replaced when we have autoconf 2.14. 8426# Fixme: This should be replaced when we have autoconf 2.14.
8420echo $ac_n "checking for size_t""... $ac_c" 1>&6 8427echo $ac_n "checking for size_t""... $ac_c" 1>&6
8421echo "configure:8422: checking for size_t" >&5 8428echo "configure:8429: checking for size_t" >&5
8422if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 8429if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
8423 echo $ac_n "(cached) $ac_c" 1>&6 8430 echo $ac_n "(cached) $ac_c" 1>&6
8424else 8431else
8425 cat > conftest.$ac_ext <<EOF 8432 cat > conftest.$ac_ext <<EOF
8426#line 8427 "configure" 8433#line 8434 "configure"
8427#include "confdefs.h" 8434#include "confdefs.h"
8428#include <sys/types.h> 8435#include <sys/types.h>
8429#if STDC_HEADERS 8436#if STDC_HEADERS