configure revision 1.46
1#! /bin/sh 2# Guess values for system-dependent variables and create Makefiles. 3# Generated by Autoconf 2.52 for libnbcompat noversion. 4# 5# Report bugs to <lib-bug-people@NetBSD.org>. 6# 7# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 8# Free Software Foundation, Inc. 9# This configure script is free software; the Free Software Foundation 10# gives unlimited permission to copy, distribute and modify it. 11 12# Avoid depending upon Character Ranges. 13as_cr_letters='abcdefghijklmnopqrstuvwxyz' 14as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 15as_cr_Letters=$as_cr_letters$as_cr_LETTERS 16as_cr_digits='0123456789' 17as_cr_alnum=$as_cr_Letters$as_cr_digits 18 19# Sed expression to map a string onto a valid variable name. 20as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" 21 22# Sed expression to map a string onto a valid CPP name. 23as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" 24 25# Be Bourne compatible 26if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 27 emulate sh 28 NULLCMD=: 29elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 30 set -o posix 31fi 32 33# Name of the executable. 34as_me=`echo "$0" |sed 's,.*[\\/],,'` 35 36if expr a : '\(a\)' >/dev/null 2>&1; then 37 as_expr=expr 38else 39 as_expr=false 40fi 41 42rm -f conf$$ conf$$.exe conf$$.file 43echo >conf$$.file 44if ln -s conf$$.file conf$$ 2>/dev/null; then 45 # We could just check for DJGPP; but this test a) works b) is more generic 46 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 47 if test -f conf$$.exe; then 48 # Don't use ln at all; we don't have any links 49 as_ln_s='cp -p' 50 else 51 as_ln_s='ln -s' 52 fi 53elif ln conf$$.file conf$$ 2>/dev/null; then 54 as_ln_s=ln 55else 56 as_ln_s='cp -p' 57fi 58rm -f conf$$ conf$$.exe conf$$.file 59 60as_executable_p="test -f" 61 62# Support unset when possible. 63if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 64 as_unset=unset 65else 66 as_unset=false 67fi 68 69# NLS nuisances. 70$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; } 71$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; } 72$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; } 73$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; } 74$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; } 75$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; } 76$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; } 77$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; } 78 79# IFS 80# We need space, tab and new line, in precisely that order. 81as_nl=' 82' 83IFS=" $as_nl" 84 85# CDPATH. 86$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; } 87 88# Name of the host. 89# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 90# so uname gets run too. 91ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 92 93exec 6>&1 94 95# 96# Initializations. 97# 98ac_default_prefix=/usr/local 99cross_compiling=no 100subdirs= 101MFLAGS= MAKEFLAGS= 102SHELL=${CONFIG_SHELL-/bin/sh} 103 104# Maximum number of lines to put in a shell here document. 105# This variable seems obsolete. It should probably be removed, and 106# only ac_max_sed_lines should be used. 107: ${ac_max_here_lines=38} 108 109# Factoring default headers for most tests. 110ac_includes_default="\ 111#include <stdio.h> 112#if HAVE_SYS_TYPES_H 113# include <sys/types.h> 114#endif 115#if HAVE_SYS_STAT_H 116# include <sys/stat.h> 117#endif 118#if STDC_HEADERS 119# include <stdlib.h> 120# include <stddef.h> 121#else 122# if HAVE_STDLIB_H 123# include <stdlib.h> 124# endif 125#endif 126#if HAVE_STRING_H 127# if !STDC_HEADERS && HAVE_MEMORY_H 128# include <memory.h> 129# endif 130# include <string.h> 131#endif 132#if HAVE_STRINGS_H 133# include <strings.h> 134#endif 135#if HAVE_INTTYPES_H 136# include <inttypes.h> 137#else 138# if HAVE_STDINT_H 139# include <stdint.h> 140# endif 141#endif 142#if HAVE_UNISTD_H 143# include <unistd.h> 144#endif" 145 146# Initialize some variables set by options. 147ac_init_help= 148ac_init_version=false 149# The variables have the same names as the options, with 150# dashes changed to underlines. 151cache_file=/dev/null 152exec_prefix=NONE 153no_create= 154no_recursion= 155prefix=NONE 156program_prefix=NONE 157program_suffix=NONE 158program_transform_name=s,x,x, 159silent= 160site= 161srcdir= 162verbose= 163x_includes=NONE 164x_libraries=NONE 165 166# Installation directory options. 167# These are left unexpanded so users can "make install exec_prefix=/foo" 168# and all the variables that are supposed to be based on exec_prefix 169# by default will actually change. 170# Use braces instead of parens because sh, perl, etc. also accept them. 171bindir='${exec_prefix}/bin' 172sbindir='${exec_prefix}/sbin' 173libexecdir='${exec_prefix}/libexec' 174datadir='${prefix}/share' 175sysconfdir='${prefix}/etc' 176sharedstatedir='${prefix}/com' 177localstatedir='${prefix}/var' 178libdir='${exec_prefix}/lib' 179includedir='${prefix}/include' 180oldincludedir='/usr/include' 181infodir='${prefix}/info' 182mandir='${prefix}/man' 183 184# Identity of this package. 185PACKAGE_NAME='libnbcompat' 186PACKAGE_TARNAME='libnbcompat' 187PACKAGE_VERSION='noversion' 188PACKAGE_STRING='libnbcompat noversion' 189PACKAGE_BUGREPORT='lib-bug-people@NetBSD.org' 190 191ac_prev= 192for ac_option 193do 194 # If the previous option needs an argument, assign it. 195 if test -n "$ac_prev"; then 196 eval "$ac_prev=\$ac_option" 197 ac_prev= 198 continue 199 fi 200 201 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 202 203 # Accept the important Cygnus configure options, so we can diagnose typos. 204 205 case $ac_option in 206 207 -bindir | --bindir | --bindi | --bind | --bin | --bi) 208 ac_prev=bindir ;; 209 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 210 bindir=$ac_optarg ;; 211 212 -build | --build | --buil | --bui | --bu) 213 ac_prev=build_alias ;; 214 -build=* | --build=* | --buil=* | --bui=* | --bu=*) 215 build_alias=$ac_optarg ;; 216 217 -cache-file | --cache-file | --cache-fil | --cache-fi \ 218 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 219 ac_prev=cache_file ;; 220 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 221 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 222 cache_file=$ac_optarg ;; 223 224 --config-cache | -C) 225 cache_file=config.cache ;; 226 227 -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 228 ac_prev=datadir ;; 229 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 230 | --da=*) 231 datadir=$ac_optarg ;; 232 233 -disable-* | --disable-*) 234 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 235 # Reject names that are not valid shell variable names. 236 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 237 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 238 { (exit 1); exit 1; }; } 239 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 240 eval "enable_$ac_feature=no" ;; 241 242 -enable-* | --enable-*) 243 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 244 # Reject names that are not valid shell variable names. 245 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 246 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 247 { (exit 1); exit 1; }; } 248 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 249 case $ac_option in 250 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 251 *) ac_optarg=yes ;; 252 esac 253 eval "enable_$ac_feature='$ac_optarg'" ;; 254 255 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 256 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 257 | --exec | --exe | --ex) 258 ac_prev=exec_prefix ;; 259 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 260 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 261 | --exec=* | --exe=* | --ex=*) 262 exec_prefix=$ac_optarg ;; 263 264 -gas | --gas | --ga | --g) 265 # Obsolete; use --with-gas. 266 with_gas=yes ;; 267 268 -help | --help | --hel | --he | -h) 269 ac_init_help=long ;; 270 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 271 ac_init_help=recursive ;; 272 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 273 ac_init_help=short ;; 274 275 -host | --host | --hos | --ho) 276 ac_prev=host_alias ;; 277 -host=* | --host=* | --hos=* | --ho=*) 278 host_alias=$ac_optarg ;; 279 280 -includedir | --includedir | --includedi | --included | --include \ 281 | --includ | --inclu | --incl | --inc) 282 ac_prev=includedir ;; 283 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 284 | --includ=* | --inclu=* | --incl=* | --inc=*) 285 includedir=$ac_optarg ;; 286 287 -infodir | --infodir | --infodi | --infod | --info | --inf) 288 ac_prev=infodir ;; 289 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 290 infodir=$ac_optarg ;; 291 292 -libdir | --libdir | --libdi | --libd) 293 ac_prev=libdir ;; 294 -libdir=* | --libdir=* | --libdi=* | --libd=*) 295 libdir=$ac_optarg ;; 296 297 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 298 | --libexe | --libex | --libe) 299 ac_prev=libexecdir ;; 300 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 301 | --libexe=* | --libex=* | --libe=*) 302 libexecdir=$ac_optarg ;; 303 304 -localstatedir | --localstatedir | --localstatedi | --localstated \ 305 | --localstate | --localstat | --localsta | --localst \ 306 | --locals | --local | --loca | --loc | --lo) 307 ac_prev=localstatedir ;; 308 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 309 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 310 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 311 localstatedir=$ac_optarg ;; 312 313 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 314 ac_prev=mandir ;; 315 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 316 mandir=$ac_optarg ;; 317 318 -nfp | --nfp | --nf) 319 # Obsolete; use --without-fp. 320 with_fp=no ;; 321 322 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 323 | --no-cr | --no-c) 324 no_create=yes ;; 325 326 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 327 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 328 no_recursion=yes ;; 329 330 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 331 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 332 | --oldin | --oldi | --old | --ol | --o) 333 ac_prev=oldincludedir ;; 334 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 335 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 336 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 337 oldincludedir=$ac_optarg ;; 338 339 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 340 ac_prev=prefix ;; 341 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 342 prefix=$ac_optarg ;; 343 344 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 345 | --program-pre | --program-pr | --program-p) 346 ac_prev=program_prefix ;; 347 -program-prefix=* | --program-prefix=* | --program-prefi=* \ 348 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 349 program_prefix=$ac_optarg ;; 350 351 -program-suffix | --program-suffix | --program-suffi | --program-suff \ 352 | --program-suf | --program-su | --program-s) 353 ac_prev=program_suffix ;; 354 -program-suffix=* | --program-suffix=* | --program-suffi=* \ 355 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 356 program_suffix=$ac_optarg ;; 357 358 -program-transform-name | --program-transform-name \ 359 | --program-transform-nam | --program-transform-na \ 360 | --program-transform-n | --program-transform- \ 361 | --program-transform | --program-transfor \ 362 | --program-transfo | --program-transf \ 363 | --program-trans | --program-tran \ 364 | --progr-tra | --program-tr | --program-t) 365 ac_prev=program_transform_name ;; 366 -program-transform-name=* | --program-transform-name=* \ 367 | --program-transform-nam=* | --program-transform-na=* \ 368 | --program-transform-n=* | --program-transform-=* \ 369 | --program-transform=* | --program-transfor=* \ 370 | --program-transfo=* | --program-transf=* \ 371 | --program-trans=* | --program-tran=* \ 372 | --progr-tra=* | --program-tr=* | --program-t=*) 373 program_transform_name=$ac_optarg ;; 374 375 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 376 | -silent | --silent | --silen | --sile | --sil) 377 silent=yes ;; 378 379 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 380 ac_prev=sbindir ;; 381 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 382 | --sbi=* | --sb=*) 383 sbindir=$ac_optarg ;; 384 385 -sharedstatedir | --sharedstatedir | --sharedstatedi \ 386 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 387 | --sharedst | --shareds | --shared | --share | --shar \ 388 | --sha | --sh) 389 ac_prev=sharedstatedir ;; 390 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 391 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 392 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 393 | --sha=* | --sh=*) 394 sharedstatedir=$ac_optarg ;; 395 396 -site | --site | --sit) 397 ac_prev=site ;; 398 -site=* | --site=* | --sit=*) 399 site=$ac_optarg ;; 400 401 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 402 ac_prev=srcdir ;; 403 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 404 srcdir=$ac_optarg ;; 405 406 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 407 | --syscon | --sysco | --sysc | --sys | --sy) 408 ac_prev=sysconfdir ;; 409 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 410 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 411 sysconfdir=$ac_optarg ;; 412 413 -target | --target | --targe | --targ | --tar | --ta | --t) 414 ac_prev=target_alias ;; 415 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 416 target_alias=$ac_optarg ;; 417 418 -v | -verbose | --verbose | --verbos | --verbo | --verb) 419 verbose=yes ;; 420 421 -version | --version | --versio | --versi | --vers | -V) 422 ac_init_version=: ;; 423 424 -with-* | --with-*) 425 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 426 # Reject names that are not valid shell variable names. 427 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 428 { echo "$as_me: error: invalid package name: $ac_package" >&2 429 { (exit 1); exit 1; }; } 430 ac_package=`echo $ac_package| sed 's/-/_/g'` 431 case $ac_option in 432 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 433 *) ac_optarg=yes ;; 434 esac 435 eval "with_$ac_package='$ac_optarg'" ;; 436 437 -without-* | --without-*) 438 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 439 # Reject names that are not valid shell variable names. 440 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 441 { echo "$as_me: error: invalid package name: $ac_package" >&2 442 { (exit 1); exit 1; }; } 443 ac_package=`echo $ac_package | sed 's/-/_/g'` 444 eval "with_$ac_package=no" ;; 445 446 --x) 447 # Obsolete; use --with-x. 448 with_x=yes ;; 449 450 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 451 | --x-incl | --x-inc | --x-in | --x-i) 452 ac_prev=x_includes ;; 453 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 454 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 455 x_includes=$ac_optarg ;; 456 457 -x-libraries | --x-libraries | --x-librarie | --x-librari \ 458 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 459 ac_prev=x_libraries ;; 460 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 461 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 462 x_libraries=$ac_optarg ;; 463 464 -*) { echo "$as_me: error: unrecognized option: $ac_option 465Try \`$0 --help' for more information." >&2 466 { (exit 1); exit 1; }; } 467 ;; 468 469 *=*) 470 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 471 # Reject names that are not valid shell variable names. 472 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 473 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 474 { (exit 1); exit 1; }; } 475 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 476 eval "$ac_envvar='$ac_optarg'" 477 export $ac_envvar ;; 478 479 *) 480 # FIXME: should be removed in autoconf 3.0. 481 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 482 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 483 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 484 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 485 ;; 486 487 esac 488done 489 490if test -n "$ac_prev"; then 491 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 492 { echo "$as_me: error: missing argument to $ac_option" >&2 493 { (exit 1); exit 1; }; } 494fi 495 496# Be sure to have absolute paths. 497for ac_var in exec_prefix prefix 498do 499 eval ac_val=$`echo $ac_var` 500 case $ac_val in 501 [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 502 *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2 503 { (exit 1); exit 1; }; };; 504 esac 505done 506 507# Be sure to have absolute paths. 508for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 509 localstatedir libdir includedir oldincludedir infodir mandir 510do 511 eval ac_val=$`echo $ac_var` 512 case $ac_val in 513 [\\/$]* | ?:[\\/]* ) ;; 514 *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2 515 { (exit 1); exit 1; }; };; 516 esac 517done 518 519# There might be people who depend on the old broken behavior: `$host' 520# used to hold the argument of --host etc. 521build=$build_alias 522host=$host_alias 523target=$target_alias 524 525# FIXME: should be removed in autoconf 3.0. 526if test "x$host_alias" != x; then 527 if test "x$build_alias" = x; then 528 cross_compiling=maybe 529 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 530 If a cross compiler is detected then cross compile mode will be used." >&2 531 elif test "x$build_alias" != "x$host_alias"; then 532 cross_compiling=yes 533 fi 534fi 535 536ac_tool_prefix= 537test -n "$host_alias" && ac_tool_prefix=$host_alias- 538 539test "$silent" = yes && exec 6>/dev/null 540 541# Find the source files, if location was not specified. 542if test -z "$srcdir"; then 543 ac_srcdir_defaulted=yes 544 # Try the directory containing this script, then its parent. 545 ac_prog=$0 546 ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'` 547 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. 548 srcdir=$ac_confdir 549 if test ! -r $srcdir/$ac_unique_file; then 550 srcdir=.. 551 fi 552else 553 ac_srcdir_defaulted=no 554fi 555if test ! -r $srcdir/$ac_unique_file; then 556 if test "$ac_srcdir_defaulted" = yes; then 557 { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2 558 { (exit 1); exit 1; }; } 559 else 560 { echo "$as_me: error: cannot find sources in $srcdir" >&2 561 { (exit 1); exit 1; }; } 562 fi 563fi 564srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 565ac_env_build_alias_set=${build_alias+set} 566ac_env_build_alias_value=$build_alias 567ac_cv_env_build_alias_set=${build_alias+set} 568ac_cv_env_build_alias_value=$build_alias 569ac_env_host_alias_set=${host_alias+set} 570ac_env_host_alias_value=$host_alias 571ac_cv_env_host_alias_set=${host_alias+set} 572ac_cv_env_host_alias_value=$host_alias 573ac_env_target_alias_set=${target_alias+set} 574ac_env_target_alias_value=$target_alias 575ac_cv_env_target_alias_set=${target_alias+set} 576ac_cv_env_target_alias_value=$target_alias 577ac_env_CC_set=${CC+set} 578ac_env_CC_value=$CC 579ac_cv_env_CC_set=${CC+set} 580ac_cv_env_CC_value=$CC 581ac_env_CFLAGS_set=${CFLAGS+set} 582ac_env_CFLAGS_value=$CFLAGS 583ac_cv_env_CFLAGS_set=${CFLAGS+set} 584ac_cv_env_CFLAGS_value=$CFLAGS 585ac_env_LDFLAGS_set=${LDFLAGS+set} 586ac_env_LDFLAGS_value=$LDFLAGS 587ac_cv_env_LDFLAGS_set=${LDFLAGS+set} 588ac_cv_env_LDFLAGS_value=$LDFLAGS 589ac_env_CPPFLAGS_set=${CPPFLAGS+set} 590ac_env_CPPFLAGS_value=$CPPFLAGS 591ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 592ac_cv_env_CPPFLAGS_value=$CPPFLAGS 593ac_env_CPP_set=${CPP+set} 594ac_env_CPP_value=$CPP 595ac_cv_env_CPP_set=${CPP+set} 596ac_cv_env_CPP_value=$CPP 597 598# 599# Report the --help message. 600# 601if test "$ac_init_help" = "long"; then 602 # Omit some internal or obsolete options to make the list less imposing. 603 # This message is too long to be a string in the A/UX 3.1 sh. 604 cat <<EOF 605\`configure' configures libnbcompat noversion to adapt to many kinds of systems. 606 607Usage: $0 [OPTION]... [VAR=VALUE]... 608 609To assign environment variables (e.g., CC, CFLAGS...), specify them as 610VAR=VALUE. See below for descriptions of some of the useful variables. 611 612Defaults for the options are specified in brackets. 613 614Configuration: 615 -h, --help display this help and exit 616 --help=short display options specific to this package 617 --help=recursive display the short help of all the included packages 618 -V, --version display version information and exit 619 -q, --quiet, --silent do not print \`checking...' messages 620 --cache-file=FILE cache test results in FILE [disabled] 621 -C, --config-cache alias for \`--cache-file=config.cache' 622 -n, --no-create do not create output files 623 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 624 625EOF 626 627 cat <<EOF 628Installation directories: 629 --prefix=PREFIX install architecture-independent files in PREFIX 630 [$ac_default_prefix] 631 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 632 [PREFIX] 633 634By default, \`make install' will install all the files in 635\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 636an installation prefix other than \`$ac_default_prefix' using \`--prefix', 637for instance \`--prefix=\$HOME'. 638 639For better control, use the options below. 640 641Fine tuning of the installation directories: 642 --bindir=DIR user executables [EPREFIX/bin] 643 --sbindir=DIR system admin executables [EPREFIX/sbin] 644 --libexecdir=DIR program executables [EPREFIX/libexec] 645 --datadir=DIR read-only architecture-independent data [PREFIX/share] 646 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 647 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 648 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 649 --libdir=DIR object code libraries [EPREFIX/lib] 650 --includedir=DIR C header files [PREFIX/include] 651 --oldincludedir=DIR C header files for non-gcc [/usr/include] 652 --infodir=DIR info documentation [PREFIX/info] 653 --mandir=DIR man documentation [PREFIX/man] 654EOF 655 656 cat <<\EOF 657EOF 658fi 659 660if test -n "$ac_init_help"; then 661 case $ac_init_help in 662 short | recursive ) echo "Configuration of libnbcompat noversion:";; 663 esac 664 cat <<\EOF 665 666Some influential environment variables: 667 CC C compiler command 668 CFLAGS C compiler flags 669 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 670 nonstandard directory <lib dir> 671 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 672 headers in a nonstandard directory <include dir> 673 CPP C preprocessor 674 675Use these variables to override the choices made by `configure' or to help 676it to find libraries and programs with nonstandard names/locations. 677 678Report bugs to <lib-bug-people@NetBSD.org>. 679EOF 680fi 681 682if test "$ac_init_help" = "recursive"; then 683 # If there are subdirs, report their specific --help. 684 ac_popdir=`pwd` 685 for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue 686 cd $ac_subdir 687 # A "../" for each directory in /$ac_subdir. 688 ac_dots=`echo $ac_subdir | 689 sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'` 690 691 case $srcdir in 692 .) # No --srcdir option. We are building in place. 693 ac_sub_srcdir=$srcdir ;; 694 [\\/]* | ?:[\\/]* ) # Absolute path. 695 ac_sub_srcdir=$srcdir/$ac_subdir ;; 696 *) # Relative path. 697 ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;; 698 esac 699 700 # Check for guested configure; otherwise get Cygnus style configure. 701 if test -f $ac_sub_srcdir/configure.gnu; then 702 echo 703 $SHELL $ac_sub_srcdir/configure.gnu --help=recursive 704 elif test -f $ac_sub_srcdir/configure; then 705 echo 706 $SHELL $ac_sub_srcdir/configure --help=recursive 707 elif test -f $ac_sub_srcdir/configure.ac || 708 test -f $ac_sub_srcdir/configure.in; then 709 echo 710 $ac_configure --help 711 else 712 echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2 713 fi 714 cd $ac_popdir 715 done 716fi 717 718test -n "$ac_init_help" && exit 0 719if $ac_init_version; then 720 cat <<\EOF 721libnbcompat configure noversion 722generated by GNU Autoconf 2.52 723 724Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 725Free Software Foundation, Inc. 726This configure script is free software; the Free Software Foundation 727gives unlimited permission to copy, distribute and modify it. 728EOF 729 exit 0 730fi 731exec 5>config.log 732cat >&5 <<EOF 733This file contains any messages produced by compilers while 734running configure, to aid debugging if configure makes a mistake. 735 736It was created by libnbcompat $as_me noversion, which was 737generated by GNU Autoconf 2.52. Invocation command line was 738 739 $ $0 $@ 740 741EOF 742{ 743cat <<_ASUNAME 744## ---------- ## 745## Platform. ## 746## ---------- ## 747 748hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 749uname -m = `(uname -m) 2>/dev/null || echo unknown` 750uname -r = `(uname -r) 2>/dev/null || echo unknown` 751uname -s = `(uname -s) 2>/dev/null || echo unknown` 752uname -v = `(uname -v) 2>/dev/null || echo unknown` 753 754/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 755/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 756 757/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 758/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 759/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 760hostinfo = `(hostinfo) 2>/dev/null || echo unknown` 761/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 762/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 763/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 764 765PATH = $PATH 766 767_ASUNAME 768} >&5 769 770cat >&5 <<EOF 771## ------------ ## 772## Core tests. ## 773## ------------ ## 774 775EOF 776 777# Keep a trace of the command line. 778# Strip out --no-create and --no-recursion so they do not pile up. 779# Also quote any args containing shell meta-characters. 780ac_configure_args= 781ac_sep= 782for ac_arg 783do 784 case $ac_arg in 785 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 786 | --no-cr | --no-c) ;; 787 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 788 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; 789 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 790 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` 791 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 792 ac_sep=" " ;; 793 *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg" 794 ac_sep=" " ;; 795 esac 796 # Get rid of the leading space. 797done 798 799# When interrupted or exit'd, cleanup temporary files, and complete 800# config.log. We remove comments because anyway the quotes in there 801# would cause problems or look ugly. 802trap 'exit_status=$? 803 # Save into config.log some information that might help in debugging. 804 echo >&5 805 echo "## ----------------- ##" >&5 806 echo "## Cache variables. ##" >&5 807 echo "## ----------------- ##" >&5 808 echo >&5 809 # The following way of writing the cache mishandles newlines in values, 810{ 811 (set) 2>&1 | 812 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 813 *ac_space=\ *) 814 sed -n \ 815 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 816 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 817 ;; 818 *) 819 sed -n \ 820 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 821 ;; 822 esac; 823} >&5 824 sed "/^$/d" confdefs.h >conftest.log 825 if test -s conftest.log; then 826 echo >&5 827 echo "## ------------ ##" >&5 828 echo "## confdefs.h. ##" >&5 829 echo "## ------------ ##" >&5 830 echo >&5 831 cat conftest.log >&5 832 fi 833 (echo; echo) >&5 834 test "$ac_signal" != 0 && 835 echo "$as_me: caught signal $ac_signal" >&5 836 echo "$as_me: exit $exit_status" >&5 837 rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files && 838 exit $exit_status 839 ' 0 840for ac_signal in 1 2 13 15; do 841 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 842done 843ac_signal=0 844 845# confdefs.h avoids OS command line length limits that DEFS can exceed. 846rm -rf conftest* confdefs.h 847# AIX cpp loses on an empty file, so make sure it contains at least a newline. 848echo >confdefs.h 849 850# Let the site file select an alternate cache file if it wants to. 851# Prefer explicitly selected file to automatically selected ones. 852if test -z "$CONFIG_SITE"; then 853 if test "x$prefix" != xNONE; then 854 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 855 else 856 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 857 fi 858fi 859for ac_site_file in $CONFIG_SITE; do 860 if test -r "$ac_site_file"; then 861 { echo "$as_me:861: loading site script $ac_site_file" >&5 862echo "$as_me: loading site script $ac_site_file" >&6;} 863 cat "$ac_site_file" >&5 864 . "$ac_site_file" 865 fi 866done 867 868if test -r "$cache_file"; then 869 # Some versions of bash will fail to source /dev/null (special 870 # files actually), so we avoid doing that. 871 if test -f "$cache_file"; then 872 { echo "$as_me:872: loading cache $cache_file" >&5 873echo "$as_me: loading cache $cache_file" >&6;} 874 case $cache_file in 875 [\\/]* | ?:[\\/]* ) . $cache_file;; 876 *) . ./$cache_file;; 877 esac 878 fi 879else 880 { echo "$as_me:880: creating cache $cache_file" >&5 881echo "$as_me: creating cache $cache_file" >&6;} 882 >$cache_file 883fi 884 885# Check that the precious variables saved in the cache have kept the same 886# value. 887ac_cache_corrupted=false 888for ac_var in `(set) 2>&1 | 889 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 890 eval ac_old_set=\$ac_cv_env_${ac_var}_set 891 eval ac_new_set=\$ac_env_${ac_var}_set 892 eval ac_old_val="\$ac_cv_env_${ac_var}_value" 893 eval ac_new_val="\$ac_env_${ac_var}_value" 894 case $ac_old_set,$ac_new_set in 895 set,) 896 { echo "$as_me:896: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 897echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 898 ac_cache_corrupted=: ;; 899 ,set) 900 { echo "$as_me:900: error: \`$ac_var' was not set in the previous run" >&5 901echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 902 ac_cache_corrupted=: ;; 903 ,);; 904 *) 905 if test "x$ac_old_val" != "x$ac_new_val"; then 906 { echo "$as_me:906: error: \`$ac_var' has changed since the previous run:" >&5 907echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 908 { echo "$as_me:908: former value: $ac_old_val" >&5 909echo "$as_me: former value: $ac_old_val" >&2;} 910 { echo "$as_me:910: current value: $ac_new_val" >&5 911echo "$as_me: current value: $ac_new_val" >&2;} 912 ac_cache_corrupted=: 913 fi;; 914 esac 915 # Pass precious variables to config.status. It doesn't matter if 916 # we pass some twice (in addition to the command line arguments). 917 if test "$ac_new_set" = set; then 918 case $ac_new_val in 919 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 920 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` 921 ac_configure_args="$ac_configure_args '$ac_arg'" 922 ;; 923 *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val" 924 ;; 925 esac 926 fi 927done 928if $ac_cache_corrupted; then 929 { echo "$as_me:929: error: changes in the environment can compromise the build" >&5 930echo "$as_me: error: changes in the environment can compromise the build" >&2;} 931 { { echo "$as_me:931: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 932echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 933 { (exit 1); exit 1; }; } 934fi 935 936ac_ext=c 937ac_cpp='$CPP $CPPFLAGS' 938ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 939ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 940ac_compiler_gnu=$ac_cv_c_compiler_gnu 941 942case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 943 *c*,-n*) ECHO_N= ECHO_C=' 944' ECHO_T=' ' ;; 945 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 946 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 947esac 948echo "#! $SHELL" >conftest.sh 949echo "exit 0" >>conftest.sh 950chmod +x conftest.sh 951if { (echo "$as_me:951: PATH=\".;.\"; conftest.sh") >&5 952 (PATH=".;."; conftest.sh) 2>&5 953 ac_status=$? 954 echo "$as_me:954: \$? = $ac_status" >&5 955 (exit $ac_status); }; then 956 ac_path_separator=';' 957else 958 ac_path_separator=: 959fi 960PATH_SEPARATOR="$ac_path_separator" 961rm -f conftest.sh 962 963ac_config_headers="$ac_config_headers nbtool_config.h" 964 965ac_config_files="$ac_config_files defs.mk" 966 967# AC_NETBSD 968 969ac_ext=c 970ac_cpp='$CPP $CPPFLAGS' 971ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 972ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 973ac_compiler_gnu=$ac_cv_c_compiler_gnu 974if test -n "$ac_tool_prefix"; then 975 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 976set dummy ${ac_tool_prefix}gcc; ac_word=$2 977echo "$as_me:977: checking for $ac_word" >&5 978echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 979if test "${ac_cv_prog_CC+set}" = set; then 980 echo $ECHO_N "(cached) $ECHO_C" >&6 981else 982 if test -n "$CC"; then 983 ac_cv_prog_CC="$CC" # Let the user override the test. 984else 985 ac_save_IFS=$IFS; IFS=$ac_path_separator 986ac_dummy="$PATH" 987for ac_dir in $ac_dummy; do 988 IFS=$ac_save_IFS 989 test -z "$ac_dir" && ac_dir=. 990 $as_executable_p "$ac_dir/$ac_word" || continue 991ac_cv_prog_CC="${ac_tool_prefix}gcc" 992echo "$as_me:992: found $ac_dir/$ac_word" >&5 993break 994done 995 996fi 997fi 998CC=$ac_cv_prog_CC 999if test -n "$CC"; then 1000 echo "$as_me:1000: result: $CC" >&5 1001echo "${ECHO_T}$CC" >&6 1002else 1003 echo "$as_me:1003: result: no" >&5 1004echo "${ECHO_T}no" >&6 1005fi 1006 1007fi 1008if test -z "$ac_cv_prog_CC"; then 1009 ac_ct_CC=$CC 1010 # Extract the first word of "gcc", so it can be a program name with args. 1011set dummy gcc; ac_word=$2 1012echo "$as_me:1012: checking for $ac_word" >&5 1013echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1014if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1015 echo $ECHO_N "(cached) $ECHO_C" >&6 1016else 1017 if test -n "$ac_ct_CC"; then 1018 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1019else 1020 ac_save_IFS=$IFS; IFS=$ac_path_separator 1021ac_dummy="$PATH" 1022for ac_dir in $ac_dummy; do 1023 IFS=$ac_save_IFS 1024 test -z "$ac_dir" && ac_dir=. 1025 $as_executable_p "$ac_dir/$ac_word" || continue 1026ac_cv_prog_ac_ct_CC="gcc" 1027echo "$as_me:1027: found $ac_dir/$ac_word" >&5 1028break 1029done 1030 1031fi 1032fi 1033ac_ct_CC=$ac_cv_prog_ac_ct_CC 1034if test -n "$ac_ct_CC"; then 1035 echo "$as_me:1035: result: $ac_ct_CC" >&5 1036echo "${ECHO_T}$ac_ct_CC" >&6 1037else 1038 echo "$as_me:1038: result: no" >&5 1039echo "${ECHO_T}no" >&6 1040fi 1041 1042 CC=$ac_ct_CC 1043else 1044 CC="$ac_cv_prog_CC" 1045fi 1046 1047if test -z "$CC"; then 1048 if test -n "$ac_tool_prefix"; then 1049 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1050set dummy ${ac_tool_prefix}cc; ac_word=$2 1051echo "$as_me:1051: checking for $ac_word" >&5 1052echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1053if test "${ac_cv_prog_CC+set}" = set; then 1054 echo $ECHO_N "(cached) $ECHO_C" >&6 1055else 1056 if test -n "$CC"; then 1057 ac_cv_prog_CC="$CC" # Let the user override the test. 1058else 1059 ac_save_IFS=$IFS; IFS=$ac_path_separator 1060ac_dummy="$PATH" 1061for ac_dir in $ac_dummy; do 1062 IFS=$ac_save_IFS 1063 test -z "$ac_dir" && ac_dir=. 1064 $as_executable_p "$ac_dir/$ac_word" || continue 1065ac_cv_prog_CC="${ac_tool_prefix}cc" 1066echo "$as_me:1066: found $ac_dir/$ac_word" >&5 1067break 1068done 1069 1070fi 1071fi 1072CC=$ac_cv_prog_CC 1073if test -n "$CC"; then 1074 echo "$as_me:1074: result: $CC" >&5 1075echo "${ECHO_T}$CC" >&6 1076else 1077 echo "$as_me:1077: result: no" >&5 1078echo "${ECHO_T}no" >&6 1079fi 1080 1081fi 1082if test -z "$ac_cv_prog_CC"; then 1083 ac_ct_CC=$CC 1084 # Extract the first word of "cc", so it can be a program name with args. 1085set dummy cc; ac_word=$2 1086echo "$as_me:1086: checking for $ac_word" >&5 1087echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1088if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1089 echo $ECHO_N "(cached) $ECHO_C" >&6 1090else 1091 if test -n "$ac_ct_CC"; then 1092 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1093else 1094 ac_save_IFS=$IFS; IFS=$ac_path_separator 1095ac_dummy="$PATH" 1096for ac_dir in $ac_dummy; do 1097 IFS=$ac_save_IFS 1098 test -z "$ac_dir" && ac_dir=. 1099 $as_executable_p "$ac_dir/$ac_word" || continue 1100ac_cv_prog_ac_ct_CC="cc" 1101echo "$as_me:1101: found $ac_dir/$ac_word" >&5 1102break 1103done 1104 1105fi 1106fi 1107ac_ct_CC=$ac_cv_prog_ac_ct_CC 1108if test -n "$ac_ct_CC"; then 1109 echo "$as_me:1109: result: $ac_ct_CC" >&5 1110echo "${ECHO_T}$ac_ct_CC" >&6 1111else 1112 echo "$as_me:1112: result: no" >&5 1113echo "${ECHO_T}no" >&6 1114fi 1115 1116 CC=$ac_ct_CC 1117else 1118 CC="$ac_cv_prog_CC" 1119fi 1120 1121fi 1122if test -z "$CC"; then 1123 # Extract the first word of "cc", so it can be a program name with args. 1124set dummy cc; ac_word=$2 1125echo "$as_me:1125: checking for $ac_word" >&5 1126echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1127if test "${ac_cv_prog_CC+set}" = set; then 1128 echo $ECHO_N "(cached) $ECHO_C" >&6 1129else 1130 if test -n "$CC"; then 1131 ac_cv_prog_CC="$CC" # Let the user override the test. 1132else 1133 ac_prog_rejected=no 1134 ac_save_IFS=$IFS; IFS=$ac_path_separator 1135ac_dummy="$PATH" 1136for ac_dir in $ac_dummy; do 1137 IFS=$ac_save_IFS 1138 test -z "$ac_dir" && ac_dir=. 1139 $as_executable_p "$ac_dir/$ac_word" || continue 1140if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 1141 ac_prog_rejected=yes 1142 continue 1143fi 1144ac_cv_prog_CC="cc" 1145echo "$as_me:1145: found $ac_dir/$ac_word" >&5 1146break 1147done 1148 1149if test $ac_prog_rejected = yes; then 1150 # We found a bogon in the path, so make sure we never use it. 1151 set dummy $ac_cv_prog_CC 1152 shift 1153 if test $# != 0; then 1154 # We chose a different compiler from the bogus one. 1155 # However, it has the same basename, so the bogon will be chosen 1156 # first if we set CC to just the basename; use the full file name. 1157 shift 1158 set dummy "$ac_dir/$ac_word" ${1+"$@"} 1159 shift 1160 ac_cv_prog_CC="$@" 1161 fi 1162fi 1163fi 1164fi 1165CC=$ac_cv_prog_CC 1166if test -n "$CC"; then 1167 echo "$as_me:1167: result: $CC" >&5 1168echo "${ECHO_T}$CC" >&6 1169else 1170 echo "$as_me:1170: result: no" >&5 1171echo "${ECHO_T}no" >&6 1172fi 1173 1174fi 1175if test -z "$CC"; then 1176 if test -n "$ac_tool_prefix"; then 1177 for ac_prog in cl 1178 do 1179 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1180set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1181echo "$as_me:1181: checking for $ac_word" >&5 1182echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1183if test "${ac_cv_prog_CC+set}" = set; then 1184 echo $ECHO_N "(cached) $ECHO_C" >&6 1185else 1186 if test -n "$CC"; then 1187 ac_cv_prog_CC="$CC" # Let the user override the test. 1188else 1189 ac_save_IFS=$IFS; IFS=$ac_path_separator 1190ac_dummy="$PATH" 1191for ac_dir in $ac_dummy; do 1192 IFS=$ac_save_IFS 1193 test -z "$ac_dir" && ac_dir=. 1194 $as_executable_p "$ac_dir/$ac_word" || continue 1195ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1196echo "$as_me:1196: found $ac_dir/$ac_word" >&5 1197break 1198done 1199 1200fi 1201fi 1202CC=$ac_cv_prog_CC 1203if test -n "$CC"; then 1204 echo "$as_me:1204: result: $CC" >&5 1205echo "${ECHO_T}$CC" >&6 1206else 1207 echo "$as_me:1207: result: no" >&5 1208echo "${ECHO_T}no" >&6 1209fi 1210 1211 test -n "$CC" && break 1212 done 1213fi 1214if test -z "$CC"; then 1215 ac_ct_CC=$CC 1216 for ac_prog in cl 1217do 1218 # Extract the first word of "$ac_prog", so it can be a program name with args. 1219set dummy $ac_prog; ac_word=$2 1220echo "$as_me:1220: checking for $ac_word" >&5 1221echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1222if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1223 echo $ECHO_N "(cached) $ECHO_C" >&6 1224else 1225 if test -n "$ac_ct_CC"; then 1226 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1227else 1228 ac_save_IFS=$IFS; IFS=$ac_path_separator 1229ac_dummy="$PATH" 1230for ac_dir in $ac_dummy; do 1231 IFS=$ac_save_IFS 1232 test -z "$ac_dir" && ac_dir=. 1233 $as_executable_p "$ac_dir/$ac_word" || continue 1234ac_cv_prog_ac_ct_CC="$ac_prog" 1235echo "$as_me:1235: found $ac_dir/$ac_word" >&5 1236break 1237done 1238 1239fi 1240fi 1241ac_ct_CC=$ac_cv_prog_ac_ct_CC 1242if test -n "$ac_ct_CC"; then 1243 echo "$as_me:1243: result: $ac_ct_CC" >&5 1244echo "${ECHO_T}$ac_ct_CC" >&6 1245else 1246 echo "$as_me:1246: result: no" >&5 1247echo "${ECHO_T}no" >&6 1248fi 1249 1250 test -n "$ac_ct_CC" && break 1251done 1252 1253 CC=$ac_ct_CC 1254fi 1255 1256fi 1257 1258test -z "$CC" && { { echo "$as_me:1258: error: no acceptable cc found in \$PATH" >&5 1259echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} 1260 { (exit 1); exit 1; }; } 1261 1262# Provide some information about the compiler. 1263echo "$as_me:1263:" \ 1264 "checking for C compiler version" >&5 1265ac_compiler=`set X $ac_compile; echo $2` 1266{ (eval echo "$as_me:1266: \"$ac_compiler --version </dev/null >&5\"") >&5 1267 (eval $ac_compiler --version </dev/null >&5) 2>&5 1268 ac_status=$? 1269 echo "$as_me:1269: \$? = $ac_status" >&5 1270 (exit $ac_status); } 1271{ (eval echo "$as_me:1271: \"$ac_compiler -v </dev/null >&5\"") >&5 1272 (eval $ac_compiler -v </dev/null >&5) 2>&5 1273 ac_status=$? 1274 echo "$as_me:1274: \$? = $ac_status" >&5 1275 (exit $ac_status); } 1276{ (eval echo "$as_me:1276: \"$ac_compiler -V </dev/null >&5\"") >&5 1277 (eval $ac_compiler -V </dev/null >&5) 2>&5 1278 ac_status=$? 1279 echo "$as_me:1279: \$? = $ac_status" >&5 1280 (exit $ac_status); } 1281 1282cat >conftest.$ac_ext <<_ACEOF 1283#line 1283 "configure" 1284#include "confdefs.h" 1285 1286int 1287main () 1288{ 1289 1290 ; 1291 return 0; 1292} 1293_ACEOF 1294ac_clean_files_save=$ac_clean_files 1295ac_clean_files="$ac_clean_files a.out a.exe" 1296# Try to create an executable without -o first, disregard a.out. 1297# It will help us diagnose broken compilers, and finding out an intuition 1298# of exeext. 1299echo "$as_me:1299: checking for C compiler default output" >&5 1300echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 1301ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1302if { (eval echo "$as_me:1302: \"$ac_link_default\"") >&5 1303 (eval $ac_link_default) 2>&5 1304 ac_status=$? 1305 echo "$as_me:1305: \$? = $ac_status" >&5 1306 (exit $ac_status); }; then 1307 # Find the output, starting from the most likely. This scheme is 1308# not robust to junk in `.', hence go to wildcards (a.*) only as a last 1309# resort. 1310for ac_file in `ls a.exe conftest.exe 2>/dev/null; 1311 ls a.out conftest 2>/dev/null; 1312 ls a.* conftest.* 2>/dev/null`; do 1313 case $ac_file in 1314 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; 1315 a.out ) # We found the default executable, but exeext='' is most 1316 # certainly right. 1317 break;; 1318 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1319 # FIXME: I believe we export ac_cv_exeext for Libtool --akim. 1320 export ac_cv_exeext 1321 break;; 1322 * ) break;; 1323 esac 1324done 1325else 1326 echo "$as_me: failed program was:" >&5 1327cat conftest.$ac_ext >&5 1328{ { echo "$as_me:1328: error: C compiler cannot create executables" >&5 1329echo "$as_me: error: C compiler cannot create executables" >&2;} 1330 { (exit 77); exit 77; }; } 1331fi 1332 1333ac_exeext=$ac_cv_exeext 1334echo "$as_me:1334: result: $ac_file" >&5 1335echo "${ECHO_T}$ac_file" >&6 1336 1337# Check the compiler produces executables we can run. If not, either 1338# the compiler is broken, or we cross compile. 1339echo "$as_me:1339: checking whether the C compiler works" >&5 1340echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 1341# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 1342# If not cross compiling, check that we can run a simple program. 1343if test "$cross_compiling" != yes; then 1344 if { ac_try='./$ac_file' 1345 { (eval echo "$as_me:1345: \"$ac_try\"") >&5 1346 (eval $ac_try) 2>&5 1347 ac_status=$? 1348 echo "$as_me:1348: \$? = $ac_status" >&5 1349 (exit $ac_status); }; }; then 1350 cross_compiling=no 1351 else 1352 if test "$cross_compiling" = maybe; then 1353 cross_compiling=yes 1354 else 1355 { { echo "$as_me:1355: error: cannot run C compiled programs. 1356If you meant to cross compile, use \`--host'." >&5 1357echo "$as_me: error: cannot run C compiled programs. 1358If you meant to cross compile, use \`--host'." >&2;} 1359 { (exit 1); exit 1; }; } 1360 fi 1361 fi 1362fi 1363echo "$as_me:1363: result: yes" >&5 1364echo "${ECHO_T}yes" >&6 1365 1366rm -f a.out a.exe conftest$ac_cv_exeext 1367ac_clean_files=$ac_clean_files_save 1368# Check the compiler produces executables we can run. If not, either 1369# the compiler is broken, or we cross compile. 1370echo "$as_me:1370: checking whether we are cross compiling" >&5 1371echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 1372echo "$as_me:1372: result: $cross_compiling" >&5 1373echo "${ECHO_T}$cross_compiling" >&6 1374 1375echo "$as_me:1375: checking for executable suffix" >&5 1376echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 1377if { (eval echo "$as_me:1377: \"$ac_link\"") >&5 1378 (eval $ac_link) 2>&5 1379 ac_status=$? 1380 echo "$as_me:1380: \$? = $ac_status" >&5 1381 (exit $ac_status); }; then 1382 # If both `conftest.exe' and `conftest' are `present' (well, observable) 1383# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 1384# work properly (i.e., refer to `conftest.exe'), while it won't with 1385# `rm'. 1386for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do 1387 case $ac_file in 1388 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; 1389 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1390 export ac_cv_exeext 1391 break;; 1392 * ) break;; 1393 esac 1394done 1395else 1396 { { echo "$as_me:1396: error: cannot compute EXEEXT: cannot compile and link" >&5 1397echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} 1398 { (exit 1); exit 1; }; } 1399fi 1400 1401rm -f conftest$ac_cv_exeext 1402echo "$as_me:1402: result: $ac_cv_exeext" >&5 1403echo "${ECHO_T}$ac_cv_exeext" >&6 1404 1405rm -f conftest.$ac_ext 1406EXEEXT=$ac_cv_exeext 1407ac_exeext=$EXEEXT 1408echo "$as_me:1408: checking for object suffix" >&5 1409echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 1410if test "${ac_cv_objext+set}" = set; then 1411 echo $ECHO_N "(cached) $ECHO_C" >&6 1412else 1413 cat >conftest.$ac_ext <<_ACEOF 1414#line 1414 "configure" 1415#include "confdefs.h" 1416 1417int 1418main () 1419{ 1420 1421 ; 1422 return 0; 1423} 1424_ACEOF 1425rm -f conftest.o conftest.obj 1426if { (eval echo "$as_me:1426: \"$ac_compile\"") >&5 1427 (eval $ac_compile) 2>&5 1428 ac_status=$? 1429 echo "$as_me:1429: \$? = $ac_status" >&5 1430 (exit $ac_status); }; then 1431 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 1432 case $ac_file in 1433 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;; 1434 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 1435 break;; 1436 esac 1437done 1438else 1439 echo "$as_me: failed program was:" >&5 1440cat conftest.$ac_ext >&5 1441{ { echo "$as_me:1441: error: cannot compute OBJEXT: cannot compile" >&5 1442echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} 1443 { (exit 1); exit 1; }; } 1444fi 1445 1446rm -f conftest.$ac_cv_objext conftest.$ac_ext 1447fi 1448echo "$as_me:1448: result: $ac_cv_objext" >&5 1449echo "${ECHO_T}$ac_cv_objext" >&6 1450OBJEXT=$ac_cv_objext 1451ac_objext=$OBJEXT 1452echo "$as_me:1452: checking whether we are using the GNU C compiler" >&5 1453echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 1454if test "${ac_cv_c_compiler_gnu+set}" = set; then 1455 echo $ECHO_N "(cached) $ECHO_C" >&6 1456else 1457 cat >conftest.$ac_ext <<_ACEOF 1458#line 1458 "configure" 1459#include "confdefs.h" 1460 1461int 1462main () 1463{ 1464#ifndef __GNUC__ 1465 choke me 1466#endif 1467 1468 ; 1469 return 0; 1470} 1471_ACEOF 1472rm -f conftest.$ac_objext 1473if { (eval echo "$as_me:1473: \"$ac_compile\"") >&5 1474 (eval $ac_compile) 2>&5 1475 ac_status=$? 1476 echo "$as_me:1476: \$? = $ac_status" >&5 1477 (exit $ac_status); } && 1478 { ac_try='test -s conftest.$ac_objext' 1479 { (eval echo "$as_me:1479: \"$ac_try\"") >&5 1480 (eval $ac_try) 2>&5 1481 ac_status=$? 1482 echo "$as_me:1482: \$? = $ac_status" >&5 1483 (exit $ac_status); }; }; then 1484 ac_compiler_gnu=yes 1485else 1486 echo "$as_me: failed program was:" >&5 1487cat conftest.$ac_ext >&5 1488ac_compiler_gnu=no 1489fi 1490rm -f conftest.$ac_objext conftest.$ac_ext 1491ac_cv_c_compiler_gnu=$ac_compiler_gnu 1492 1493fi 1494echo "$as_me:1494: result: $ac_cv_c_compiler_gnu" >&5 1495echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 1496GCC=`test $ac_compiler_gnu = yes && echo yes` 1497ac_test_CFLAGS=${CFLAGS+set} 1498ac_save_CFLAGS=$CFLAGS 1499CFLAGS="-g" 1500echo "$as_me:1500: checking whether $CC accepts -g" >&5 1501echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 1502if test "${ac_cv_prog_cc_g+set}" = set; then 1503 echo $ECHO_N "(cached) $ECHO_C" >&6 1504else 1505 cat >conftest.$ac_ext <<_ACEOF 1506#line 1506 "configure" 1507#include "confdefs.h" 1508 1509int 1510main () 1511{ 1512 1513 ; 1514 return 0; 1515} 1516_ACEOF 1517rm -f conftest.$ac_objext 1518if { (eval echo "$as_me:1518: \"$ac_compile\"") >&5 1519 (eval $ac_compile) 2>&5 1520 ac_status=$? 1521 echo "$as_me:1521: \$? = $ac_status" >&5 1522 (exit $ac_status); } && 1523 { ac_try='test -s conftest.$ac_objext' 1524 { (eval echo "$as_me:1524: \"$ac_try\"") >&5 1525 (eval $ac_try) 2>&5 1526 ac_status=$? 1527 echo "$as_me:1527: \$? = $ac_status" >&5 1528 (exit $ac_status); }; }; then 1529 ac_cv_prog_cc_g=yes 1530else 1531 echo "$as_me: failed program was:" >&5 1532cat conftest.$ac_ext >&5 1533ac_cv_prog_cc_g=no 1534fi 1535rm -f conftest.$ac_objext conftest.$ac_ext 1536fi 1537echo "$as_me:1537: result: $ac_cv_prog_cc_g" >&5 1538echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 1539if test "$ac_test_CFLAGS" = set; then 1540 CFLAGS=$ac_save_CFLAGS 1541elif test $ac_cv_prog_cc_g = yes; then 1542 if test "$GCC" = yes; then 1543 CFLAGS="-g -O2" 1544 else 1545 CFLAGS="-g" 1546 fi 1547else 1548 if test "$GCC" = yes; then 1549 CFLAGS="-O2" 1550 else 1551 CFLAGS= 1552 fi 1553fi 1554# Some people use a C++ compiler to compile C. Since we use `exit', 1555# in C++ we need to declare it. In case someone uses the same compiler 1556# for both compiling C and C++ we need to have the C++ compiler decide 1557# the declaration of exit, since it's the most demanding environment. 1558cat >conftest.$ac_ext <<_ACEOF 1559#ifndef __cplusplus 1560 choke me 1561#endif 1562_ACEOF 1563rm -f conftest.$ac_objext 1564if { (eval echo "$as_me:1564: \"$ac_compile\"") >&5 1565 (eval $ac_compile) 2>&5 1566 ac_status=$? 1567 echo "$as_me:1567: \$? = $ac_status" >&5 1568 (exit $ac_status); } && 1569 { ac_try='test -s conftest.$ac_objext' 1570 { (eval echo "$as_me:1570: \"$ac_try\"") >&5 1571 (eval $ac_try) 2>&5 1572 ac_status=$? 1573 echo "$as_me:1573: \$? = $ac_status" >&5 1574 (exit $ac_status); }; }; then 1575 for ac_declaration in \ 1576 ''\ 1577 '#include <stdlib.h>' \ 1578 'extern "C" void std::exit (int) throw (); using std::exit;' \ 1579 'extern "C" void std::exit (int); using std::exit;' \ 1580 'extern "C" void exit (int) throw ();' \ 1581 'extern "C" void exit (int);' \ 1582 'void exit (int);' 1583do 1584 cat >conftest.$ac_ext <<_ACEOF 1585#line 1585 "configure" 1586#include "confdefs.h" 1587#include <stdlib.h> 1588$ac_declaration 1589int 1590main () 1591{ 1592exit (42); 1593 ; 1594 return 0; 1595} 1596_ACEOF 1597rm -f conftest.$ac_objext 1598if { (eval echo "$as_me:1598: \"$ac_compile\"") >&5 1599 (eval $ac_compile) 2>&5 1600 ac_status=$? 1601 echo "$as_me:1601: \$? = $ac_status" >&5 1602 (exit $ac_status); } && 1603 { ac_try='test -s conftest.$ac_objext' 1604 { (eval echo "$as_me:1604: \"$ac_try\"") >&5 1605 (eval $ac_try) 2>&5 1606 ac_status=$? 1607 echo "$as_me:1607: \$? = $ac_status" >&5 1608 (exit $ac_status); }; }; then 1609 : 1610else 1611 echo "$as_me: failed program was:" >&5 1612cat conftest.$ac_ext >&5 1613continue 1614fi 1615rm -f conftest.$ac_objext conftest.$ac_ext 1616 cat >conftest.$ac_ext <<_ACEOF 1617#line 1617 "configure" 1618#include "confdefs.h" 1619$ac_declaration 1620int 1621main () 1622{ 1623exit (42); 1624 ; 1625 return 0; 1626} 1627_ACEOF 1628rm -f conftest.$ac_objext 1629if { (eval echo "$as_me:1629: \"$ac_compile\"") >&5 1630 (eval $ac_compile) 2>&5 1631 ac_status=$? 1632 echo "$as_me:1632: \$? = $ac_status" >&5 1633 (exit $ac_status); } && 1634 { ac_try='test -s conftest.$ac_objext' 1635 { (eval echo "$as_me:1635: \"$ac_try\"") >&5 1636 (eval $ac_try) 2>&5 1637 ac_status=$? 1638 echo "$as_me:1638: \$? = $ac_status" >&5 1639 (exit $ac_status); }; }; then 1640 break 1641else 1642 echo "$as_me: failed program was:" >&5 1643cat conftest.$ac_ext >&5 1644fi 1645rm -f conftest.$ac_objext conftest.$ac_ext 1646done 1647rm -f conftest* 1648if test -n "$ac_declaration"; then 1649 echo '#ifdef __cplusplus' >>confdefs.h 1650 echo $ac_declaration >>confdefs.h 1651 echo '#endif' >>confdefs.h 1652fi 1653 1654else 1655 echo "$as_me: failed program was:" >&5 1656cat conftest.$ac_ext >&5 1657fi 1658rm -f conftest.$ac_objext conftest.$ac_ext 1659ac_ext=c 1660ac_cpp='$CPP $CPPFLAGS' 1661ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1662ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1663ac_compiler_gnu=$ac_cv_c_compiler_gnu 1664 1665ac_ext=c 1666ac_cpp='$CPP $CPPFLAGS' 1667ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1668ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1669ac_compiler_gnu=$ac_cv_c_compiler_gnu 1670echo "$as_me:1670: checking how to run the C preprocessor" >&5 1671echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 1672# On Suns, sometimes $CPP names a directory. 1673if test -n "$CPP" && test -d "$CPP"; then 1674 CPP= 1675fi 1676if test -z "$CPP"; then 1677 if test "${ac_cv_prog_CPP+set}" = set; then 1678 echo $ECHO_N "(cached) $ECHO_C" >&6 1679else 1680 # Double quotes because CPP needs to be expanded 1681 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 1682 do 1683 ac_preproc_ok=false 1684for ac_c_preproc_warn_flag in '' yes 1685do 1686 # Use a header file that comes with gcc, so configuring glibc 1687 # with a fresh cross-compiler works. 1688 # On the NeXT, cc -E runs the code through the compiler's parser, 1689 # not just through cpp. "Syntax error" is here to catch this case. 1690 cat >conftest.$ac_ext <<_ACEOF 1691#line 1691 "configure" 1692#include "confdefs.h" 1693#include <assert.h> 1694 Syntax error 1695_ACEOF 1696if { (eval echo "$as_me:1696: \"$ac_cpp conftest.$ac_ext\"") >&5 1697 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1698 ac_status=$? 1699 egrep -v '^ *\+' conftest.er1 >conftest.err 1700 rm -f conftest.er1 1701 cat conftest.err >&5 1702 echo "$as_me:1702: \$? = $ac_status" >&5 1703 (exit $ac_status); } >/dev/null; then 1704 if test -s conftest.err; then 1705 ac_cpp_err=$ac_c_preproc_warn_flag 1706 else 1707 ac_cpp_err= 1708 fi 1709else 1710 ac_cpp_err=yes 1711fi 1712if test -z "$ac_cpp_err"; then 1713 : 1714else 1715 echo "$as_me: failed program was:" >&5 1716 cat conftest.$ac_ext >&5 1717 # Broken: fails on valid input. 1718continue 1719fi 1720rm -f conftest.err conftest.$ac_ext 1721 1722 # OK, works on sane cases. Now check whether non-existent headers 1723 # can be detected and how. 1724 cat >conftest.$ac_ext <<_ACEOF 1725#line 1725 "configure" 1726#include "confdefs.h" 1727#include <ac_nonexistent.h> 1728_ACEOF 1729if { (eval echo "$as_me:1729: \"$ac_cpp conftest.$ac_ext\"") >&5 1730 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1731 ac_status=$? 1732 egrep -v '^ *\+' conftest.er1 >conftest.err 1733 rm -f conftest.er1 1734 cat conftest.err >&5 1735 echo "$as_me:1735: \$? = $ac_status" >&5 1736 (exit $ac_status); } >/dev/null; then 1737 if test -s conftest.err; then 1738 ac_cpp_err=$ac_c_preproc_warn_flag 1739 else 1740 ac_cpp_err= 1741 fi 1742else 1743 ac_cpp_err=yes 1744fi 1745if test -z "$ac_cpp_err"; then 1746 # Broken: success on invalid input. 1747continue 1748else 1749 echo "$as_me: failed program was:" >&5 1750 cat conftest.$ac_ext >&5 1751 # Passes both tests. 1752ac_preproc_ok=: 1753break 1754fi 1755rm -f conftest.err conftest.$ac_ext 1756 1757done 1758# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 1759rm -f conftest.err conftest.$ac_ext 1760if $ac_preproc_ok; then 1761 break 1762fi 1763 1764 done 1765 ac_cv_prog_CPP=$CPP 1766 1767fi 1768 CPP=$ac_cv_prog_CPP 1769else 1770 ac_cv_prog_CPP=$CPP 1771fi 1772echo "$as_me:1772: result: $CPP" >&5 1773echo "${ECHO_T}$CPP" >&6 1774ac_preproc_ok=false 1775for ac_c_preproc_warn_flag in '' yes 1776do 1777 # Use a header file that comes with gcc, so configuring glibc 1778 # with a fresh cross-compiler works. 1779 # On the NeXT, cc -E runs the code through the compiler's parser, 1780 # not just through cpp. "Syntax error" is here to catch this case. 1781 cat >conftest.$ac_ext <<_ACEOF 1782#line 1782 "configure" 1783#include "confdefs.h" 1784#include <assert.h> 1785 Syntax error 1786_ACEOF 1787if { (eval echo "$as_me:1787: \"$ac_cpp conftest.$ac_ext\"") >&5 1788 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1789 ac_status=$? 1790 egrep -v '^ *\+' conftest.er1 >conftest.err 1791 rm -f conftest.er1 1792 cat conftest.err >&5 1793 echo "$as_me:1793: \$? = $ac_status" >&5 1794 (exit $ac_status); } >/dev/null; then 1795 if test -s conftest.err; then 1796 ac_cpp_err=$ac_c_preproc_warn_flag 1797 else 1798 ac_cpp_err= 1799 fi 1800else 1801 ac_cpp_err=yes 1802fi 1803if test -z "$ac_cpp_err"; then 1804 : 1805else 1806 echo "$as_me: failed program was:" >&5 1807 cat conftest.$ac_ext >&5 1808 # Broken: fails on valid input. 1809continue 1810fi 1811rm -f conftest.err conftest.$ac_ext 1812 1813 # OK, works on sane cases. Now check whether non-existent headers 1814 # can be detected and how. 1815 cat >conftest.$ac_ext <<_ACEOF 1816#line 1816 "configure" 1817#include "confdefs.h" 1818#include <ac_nonexistent.h> 1819_ACEOF 1820if { (eval echo "$as_me:1820: \"$ac_cpp conftest.$ac_ext\"") >&5 1821 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1822 ac_status=$? 1823 egrep -v '^ *\+' conftest.er1 >conftest.err 1824 rm -f conftest.er1 1825 cat conftest.err >&5 1826 echo "$as_me:1826: \$? = $ac_status" >&5 1827 (exit $ac_status); } >/dev/null; then 1828 if test -s conftest.err; then 1829 ac_cpp_err=$ac_c_preproc_warn_flag 1830 else 1831 ac_cpp_err= 1832 fi 1833else 1834 ac_cpp_err=yes 1835fi 1836if test -z "$ac_cpp_err"; then 1837 # Broken: success on invalid input. 1838continue 1839else 1840 echo "$as_me: failed program was:" >&5 1841 cat conftest.$ac_ext >&5 1842 # Passes both tests. 1843ac_preproc_ok=: 1844break 1845fi 1846rm -f conftest.err conftest.$ac_ext 1847 1848done 1849# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 1850rm -f conftest.err conftest.$ac_ext 1851if $ac_preproc_ok; then 1852 : 1853else 1854 { { echo "$as_me:1854: error: C preprocessor \"$CPP\" fails sanity check" >&5 1855echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 1856 { (exit 1); exit 1; }; } 1857fi 1858 1859ac_ext=c 1860ac_cpp='$CPP $CPPFLAGS' 1861ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1862ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1863ac_compiler_gnu=$ac_cv_c_compiler_gnu 1864 1865 echo "$as_me:1865: checking for NetBSD" >&5 1866echo $ECHO_N "checking for NetBSD... $ECHO_C" >&6 1867 cat >conftest.$ac_ext <<_ACEOF 1868#line 1868 "configure" 1869#include "confdefs.h" 1870#ifdef __NetBSD__ 1871 yes 1872 #endif 1873 1874_ACEOF 1875if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 1876 egrep "yes" >/dev/null 2>&1; then 1877 echo "$as_me:1877: result: yes" >&5 1878echo "${ECHO_T}yes" >&6 1879 cat >>confdefs.h <<\EOF 1880#define _POSIX_SOURCE 1 1881EOF 1882 cat >>confdefs.h <<\EOF 1883#define _POSIX_C_SOURCE 200112L 1884EOF 1885 cat >>confdefs.h <<\EOF 1886#define _XOPEN_SOURCE 600 1887EOF 1888 1889else 1890 echo "$as_me:1890: result: no" >&5 1891echo "${ECHO_T}no" >&6 1892fi 1893rm -f conftest* 1894 1895# Extract the first word of "sh", so it can be a program name with args. 1896set dummy sh; ac_word=$2 1897echo "$as_me:1897: checking for $ac_word" >&5 1898echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1899if test "${ac_cv_path_BSHELL+set}" = set; then 1900 echo $ECHO_N "(cached) $ECHO_C" >&6 1901else 1902 case $BSHELL in 1903 [\\/]* | ?:[\\/]*) 1904 ac_cv_path_BSHELL="$BSHELL" # Let the user override the test with a path. 1905 ;; 1906 *) 1907 ac_save_IFS=$IFS; IFS=$ac_path_separator 1908ac_dummy="$PATH" 1909for ac_dir in $ac_dummy; do 1910 IFS=$ac_save_IFS 1911 test -z "$ac_dir" && ac_dir=. 1912 if $as_executable_p "$ac_dir/$ac_word"; then 1913 ac_cv_path_BSHELL="$ac_dir/$ac_word" 1914 echo "$as_me:1914: found $ac_dir/$ac_word" >&5 1915 break 1916fi 1917done 1918 1919 ;; 1920esac 1921fi 1922BSHELL=$ac_cv_path_BSHELL 1923 1924if test -n "$BSHELL"; then 1925 echo "$as_me:1925: result: $BSHELL" >&5 1926echo "${ECHO_T}$BSHELL" >&6 1927else 1928 echo "$as_me:1928: result: no" >&5 1929echo "${ECHO_T}no" >&6 1930fi 1931 1932if test x"$BSHELL" = x; then 1933 { { echo "$as_me:1933: error: sh must be somewhere on \$PATH" >&5 1934echo "$as_me: error: sh must be somewhere on \$PATH" >&2;} 1935 { (exit 1); exit 1; }; } 1936fi 1937cat >>confdefs.h <<EOF 1938#define PATH_BSHELL "$BSHELL" 1939EOF 1940 1941echo "$as_me:1941: checking whether byte ordering is bigendian" >&5 1942echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6 1943if test "${ac_cv_c_bigendian+set}" = set; then 1944 echo $ECHO_N "(cached) $ECHO_C" >&6 1945else 1946 ac_cv_c_bigendian=unknown 1947# See if sys/param.h defines the BYTE_ORDER macro. 1948cat >conftest.$ac_ext <<_ACEOF 1949#line 1949 "configure" 1950#include "confdefs.h" 1951#include <sys/types.h> 1952#include <sys/param.h> 1953 1954int 1955main () 1956{ 1957#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN 1958 bogus endian macros 1959#endif 1960 1961 ; 1962 return 0; 1963} 1964_ACEOF 1965rm -f conftest.$ac_objext 1966if { (eval echo "$as_me:1966: \"$ac_compile\"") >&5 1967 (eval $ac_compile) 2>&5 1968 ac_status=$? 1969 echo "$as_me:1969: \$? = $ac_status" >&5 1970 (exit $ac_status); } && 1971 { ac_try='test -s conftest.$ac_objext' 1972 { (eval echo "$as_me:1972: \"$ac_try\"") >&5 1973 (eval $ac_try) 2>&5 1974 ac_status=$? 1975 echo "$as_me:1975: \$? = $ac_status" >&5 1976 (exit $ac_status); }; }; then 1977 # It does; now see whether it defined to BIG_ENDIAN or not. 1978cat >conftest.$ac_ext <<_ACEOF 1979#line 1979 "configure" 1980#include "confdefs.h" 1981#include <sys/types.h> 1982#include <sys/param.h> 1983 1984int 1985main () 1986{ 1987#if BYTE_ORDER != BIG_ENDIAN 1988 not big endian 1989#endif 1990 1991 ; 1992 return 0; 1993} 1994_ACEOF 1995rm -f conftest.$ac_objext 1996if { (eval echo "$as_me:1996: \"$ac_compile\"") >&5 1997 (eval $ac_compile) 2>&5 1998 ac_status=$? 1999 echo "$as_me:1999: \$? = $ac_status" >&5 2000 (exit $ac_status); } && 2001 { ac_try='test -s conftest.$ac_objext' 2002 { (eval echo "$as_me:2002: \"$ac_try\"") >&5 2003 (eval $ac_try) 2>&5 2004 ac_status=$? 2005 echo "$as_me:2005: \$? = $ac_status" >&5 2006 (exit $ac_status); }; }; then 2007 ac_cv_c_bigendian=yes 2008else 2009 echo "$as_me: failed program was:" >&5 2010cat conftest.$ac_ext >&5 2011ac_cv_c_bigendian=no 2012fi 2013rm -f conftest.$ac_objext conftest.$ac_ext 2014else 2015 echo "$as_me: failed program was:" >&5 2016cat conftest.$ac_ext >&5 2017fi 2018rm -f conftest.$ac_objext conftest.$ac_ext 2019if test $ac_cv_c_bigendian = unknown; then 2020if test "$cross_compiling" = yes; then 2021 { { echo "$as_me:2021: error: cannot run test program while cross compiling" >&5 2022echo "$as_me: error: cannot run test program while cross compiling" >&2;} 2023 { (exit 1); exit 1; }; } 2024else 2025 cat >conftest.$ac_ext <<_ACEOF 2026#line 2026 "configure" 2027#include "confdefs.h" 2028int 2029main () 2030{ 2031 /* Are we little or big endian? From Harbison&Steele. */ 2032 union 2033 { 2034 long l; 2035 char c[sizeof (long)]; 2036 } u; 2037 u.l = 1; 2038 exit (u.c[sizeof (long) - 1] == 1); 2039} 2040_ACEOF 2041rm -f conftest$ac_exeext 2042if { (eval echo "$as_me:2042: \"$ac_link\"") >&5 2043 (eval $ac_link) 2>&5 2044 ac_status=$? 2045 echo "$as_me:2045: \$? = $ac_status" >&5 2046 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 2047 { (eval echo "$as_me:2047: \"$ac_try\"") >&5 2048 (eval $ac_try) 2>&5 2049 ac_status=$? 2050 echo "$as_me:2050: \$? = $ac_status" >&5 2051 (exit $ac_status); }; }; then 2052 ac_cv_c_bigendian=no 2053else 2054 echo "$as_me: program exited with status $ac_status" >&5 2055echo "$as_me: failed program was:" >&5 2056cat conftest.$ac_ext >&5 2057ac_cv_c_bigendian=yes 2058fi 2059rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 2060fi 2061fi 2062fi 2063echo "$as_me:2063: result: $ac_cv_c_bigendian" >&5 2064echo "${ECHO_T}$ac_cv_c_bigendian" >&6 2065if test $ac_cv_c_bigendian = yes; then 2066 2067cat >>confdefs.h <<\EOF 2068#define WORDS_BIGENDIAN 1 2069EOF 2070 2071fi 2072 2073echo "$as_me:2073: checking for ANSI C header files" >&5 2074echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 2075if test "${ac_cv_header_stdc+set}" = set; then 2076 echo $ECHO_N "(cached) $ECHO_C" >&6 2077else 2078 cat >conftest.$ac_ext <<_ACEOF 2079#line 2079 "configure" 2080#include "confdefs.h" 2081#include <stdlib.h> 2082#include <stdarg.h> 2083#include <string.h> 2084#include <float.h> 2085 2086_ACEOF 2087if { (eval echo "$as_me:2087: \"$ac_cpp conftest.$ac_ext\"") >&5 2088 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2089 ac_status=$? 2090 egrep -v '^ *\+' conftest.er1 >conftest.err 2091 rm -f conftest.er1 2092 cat conftest.err >&5 2093 echo "$as_me:2093: \$? = $ac_status" >&5 2094 (exit $ac_status); } >/dev/null; then 2095 if test -s conftest.err; then 2096 ac_cpp_err=$ac_c_preproc_warn_flag 2097 else 2098 ac_cpp_err= 2099 fi 2100else 2101 ac_cpp_err=yes 2102fi 2103if test -z "$ac_cpp_err"; then 2104 ac_cv_header_stdc=yes 2105else 2106 echo "$as_me: failed program was:" >&5 2107 cat conftest.$ac_ext >&5 2108 ac_cv_header_stdc=no 2109fi 2110rm -f conftest.err conftest.$ac_ext 2111 2112if test $ac_cv_header_stdc = yes; then 2113 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2114 cat >conftest.$ac_ext <<_ACEOF 2115#line 2115 "configure" 2116#include "confdefs.h" 2117#include <string.h> 2118 2119_ACEOF 2120if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 2121 egrep "memchr" >/dev/null 2>&1; then 2122 : 2123else 2124 ac_cv_header_stdc=no 2125fi 2126rm -f conftest* 2127 2128fi 2129 2130if test $ac_cv_header_stdc = yes; then 2131 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2132 cat >conftest.$ac_ext <<_ACEOF 2133#line 2133 "configure" 2134#include "confdefs.h" 2135#include <stdlib.h> 2136 2137_ACEOF 2138if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 2139 egrep "free" >/dev/null 2>&1; then 2140 : 2141else 2142 ac_cv_header_stdc=no 2143fi 2144rm -f conftest* 2145 2146fi 2147 2148if test $ac_cv_header_stdc = yes; then 2149 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 2150 if test "$cross_compiling" = yes; then 2151 : 2152else 2153 cat >conftest.$ac_ext <<_ACEOF 2154#line 2154 "configure" 2155#include "confdefs.h" 2156#include <ctype.h> 2157#if ((' ' & 0x0FF) == 0x020) 2158# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 2159# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 2160#else 2161# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ 2162 || ('j' <= (c) && (c) <= 'r') \ 2163 || ('s' <= (c) && (c) <= 'z')) 2164# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 2165#endif 2166 2167#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 2168int 2169main () 2170{ 2171 int i; 2172 for (i = 0; i < 256; i++) 2173 if (XOR (islower (i), ISLOWER (i)) 2174 || toupper (i) != TOUPPER (i)) 2175 exit(2); 2176 exit (0); 2177} 2178_ACEOF 2179rm -f conftest$ac_exeext 2180if { (eval echo "$as_me:2180: \"$ac_link\"") >&5 2181 (eval $ac_link) 2>&5 2182 ac_status=$? 2183 echo "$as_me:2183: \$? = $ac_status" >&5 2184 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 2185 { (eval echo "$as_me:2185: \"$ac_try\"") >&5 2186 (eval $ac_try) 2>&5 2187 ac_status=$? 2188 echo "$as_me:2188: \$? = $ac_status" >&5 2189 (exit $ac_status); }; }; then 2190 : 2191else 2192 echo "$as_me: program exited with status $ac_status" >&5 2193echo "$as_me: failed program was:" >&5 2194cat conftest.$ac_ext >&5 2195ac_cv_header_stdc=no 2196fi 2197rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 2198fi 2199fi 2200fi 2201echo "$as_me:2201: result: $ac_cv_header_stdc" >&5 2202echo "${ECHO_T}$ac_cv_header_stdc" >&6 2203if test $ac_cv_header_stdc = yes; then 2204 2205cat >>confdefs.h <<\EOF 2206#define STDC_HEADERS 1 2207EOF 2208 2209fi 2210 2211# Confirm existence of zlib. (This is available as a default install 2212# option on many OS's; this could be added as a reachover build in the 2213# future.) 2214echo "$as_me:2214: checking for zlib.h" >&5 2215echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6 2216if test "${ac_cv_header_zlib_h+set}" = set; then 2217 echo $ECHO_N "(cached) $ECHO_C" >&6 2218else 2219 cat >conftest.$ac_ext <<_ACEOF 2220#line 2220 "configure" 2221#include "confdefs.h" 2222#include <zlib.h> 2223_ACEOF 2224if { (eval echo "$as_me:2224: \"$ac_cpp conftest.$ac_ext\"") >&5 2225 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2226 ac_status=$? 2227 egrep -v '^ *\+' conftest.er1 >conftest.err 2228 rm -f conftest.er1 2229 cat conftest.err >&5 2230 echo "$as_me:2230: \$? = $ac_status" >&5 2231 (exit $ac_status); } >/dev/null; then 2232 if test -s conftest.err; then 2233 ac_cpp_err=$ac_c_preproc_warn_flag 2234 else 2235 ac_cpp_err= 2236 fi 2237else 2238 ac_cpp_err=yes 2239fi 2240if test -z "$ac_cpp_err"; then 2241 ac_cv_header_zlib_h=yes 2242else 2243 echo "$as_me: failed program was:" >&5 2244 cat conftest.$ac_ext >&5 2245 ac_cv_header_zlib_h=no 2246fi 2247rm -f conftest.err conftest.$ac_ext 2248fi 2249echo "$as_me:2249: result: $ac_cv_header_zlib_h" >&5 2250echo "${ECHO_T}$ac_cv_header_zlib_h" >&6 2251if test $ac_cv_header_zlib_h = yes; then 2252 : 2253else 2254 { { echo "$as_me:2254: error: zlib must be installed in a compiler-visible path" >&5 2255echo "$as_me: error: zlib must be installed in a compiler-visible path" >&2;} 2256 { (exit 1); exit 1; }; } 2257fi 2258 2259echo "$as_me:2259: checking for gzdopen in -lz" >&5 2260echo $ECHO_N "checking for gzdopen in -lz... $ECHO_C" >&6 2261if test "${ac_cv_lib_z_gzdopen+set}" = set; then 2262 echo $ECHO_N "(cached) $ECHO_C" >&6 2263else 2264 ac_check_lib_save_LIBS=$LIBS 2265LIBS="-lz $LIBS" 2266cat >conftest.$ac_ext <<_ACEOF 2267#line 2267 "configure" 2268#include "confdefs.h" 2269 2270/* Override any gcc2 internal prototype to avoid an error. */ 2271#ifdef __cplusplus 2272extern "C" 2273#endif 2274/* We use char because int might match the return type of a gcc2 2275 builtin and then its argument prototype would still apply. */ 2276char gzdopen (); 2277int 2278main () 2279{ 2280gzdopen (); 2281 ; 2282 return 0; 2283} 2284_ACEOF 2285rm -f conftest.$ac_objext conftest$ac_exeext 2286if { (eval echo "$as_me:2286: \"$ac_link\"") >&5 2287 (eval $ac_link) 2>&5 2288 ac_status=$? 2289 echo "$as_me:2289: \$? = $ac_status" >&5 2290 (exit $ac_status); } && 2291 { ac_try='test -s conftest$ac_exeext' 2292 { (eval echo "$as_me:2292: \"$ac_try\"") >&5 2293 (eval $ac_try) 2>&5 2294 ac_status=$? 2295 echo "$as_me:2295: \$? = $ac_status" >&5 2296 (exit $ac_status); }; }; then 2297 ac_cv_lib_z_gzdopen=yes 2298else 2299 echo "$as_me: failed program was:" >&5 2300cat conftest.$ac_ext >&5 2301ac_cv_lib_z_gzdopen=no 2302fi 2303rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 2304LIBS=$ac_check_lib_save_LIBS 2305fi 2306echo "$as_me:2306: result: $ac_cv_lib_z_gzdopen" >&5 2307echo "${ECHO_T}$ac_cv_lib_z_gzdopen" >&6 2308if test $ac_cv_lib_z_gzdopen = yes; then 2309 cat >>confdefs.h <<EOF 2310#define HAVE_LIBZ 1 2311EOF 2312 2313 LIBS="-lz $LIBS" 2314 2315else 2316 { { echo "$as_me:2316: error: zlib must be installed in a compiler-visible path" >&5 2317echo "$as_me: error: zlib must be installed in a compiler-visible path" >&2;} 2318 { (exit 1); exit 1; }; } 2319fi 2320 2321# Make sure certain required headers are available. 2322# These are not necessarily required by the code, but they are not 2323# currently conditionalized. 2324 2325for ac_header in sys/ioctl.h sys/mman.h sys/mtio.h sys/param.h \ 2326 sys/socket.h sys/stat.h sys/time.h sys/types.h sys/utsname.h \ 2327 sys/wait.h assert.h ctype.h errno.h fcntl.h grp.h limits.h locale.h \ 2328 netdb.h pwd.h signal.h stdarg.h stdio.h stdlib.h string.h \ 2329 termios.h unistd.h 2330do 2331as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 2332echo "$as_me:2332: checking for $ac_header" >&5 2333echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 2334if eval "test \"\${$as_ac_Header+set}\" = set"; then 2335 echo $ECHO_N "(cached) $ECHO_C" >&6 2336else 2337 cat >conftest.$ac_ext <<_ACEOF 2338#line 2338 "configure" 2339#include "confdefs.h" 2340#include <$ac_header> 2341_ACEOF 2342if { (eval echo "$as_me:2342: \"$ac_cpp conftest.$ac_ext\"") >&5 2343 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2344 ac_status=$? 2345 egrep -v '^ *\+' conftest.er1 >conftest.err 2346 rm -f conftest.er1 2347 cat conftest.err >&5 2348 echo "$as_me:2348: \$? = $ac_status" >&5 2349 (exit $ac_status); } >/dev/null; then 2350 if test -s conftest.err; then 2351 ac_cpp_err=$ac_c_preproc_warn_flag 2352 else 2353 ac_cpp_err= 2354 fi 2355else 2356 ac_cpp_err=yes 2357fi 2358if test -z "$ac_cpp_err"; then 2359 eval "$as_ac_Header=yes" 2360else 2361 echo "$as_me: failed program was:" >&5 2362 cat conftest.$ac_ext >&5 2363 eval "$as_ac_Header=no" 2364fi 2365rm -f conftest.err conftest.$ac_ext 2366fi 2367echo "$as_me:2367: result: `eval echo '${'$as_ac_Header'}'`" >&5 2368echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 2369if test `eval echo '${'$as_ac_Header'}'` = yes; then 2370 cat >>confdefs.h <<EOF 2371#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 2372EOF 2373 2374else 2375 { { echo "$as_me:2375: error: standard system header file not found" >&5 2376echo "$as_me: error: standard system header file not found" >&2;} 2377 { (exit 1); exit 1; }; } 2378fi 2379done 2380 2381# Find headers that may not be available. 2382 2383ac_header_dirent=no 2384for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do 2385 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` 2386echo "$as_me:2386: checking for $ac_hdr that defines DIR" >&5 2387echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 2388if eval "test \"\${$as_ac_Header+set}\" = set"; then 2389 echo $ECHO_N "(cached) $ECHO_C" >&6 2390else 2391 cat >conftest.$ac_ext <<_ACEOF 2392#line 2392 "configure" 2393#include "confdefs.h" 2394#include <sys/types.h> 2395#include <$ac_hdr> 2396 2397int 2398main () 2399{ 2400if ((DIR *) 0) 2401return 0; 2402 ; 2403 return 0; 2404} 2405_ACEOF 2406rm -f conftest.$ac_objext 2407if { (eval echo "$as_me:2407: \"$ac_compile\"") >&5 2408 (eval $ac_compile) 2>&5 2409 ac_status=$? 2410 echo "$as_me:2410: \$? = $ac_status" >&5 2411 (exit $ac_status); } && 2412 { ac_try='test -s conftest.$ac_objext' 2413 { (eval echo "$as_me:2413: \"$ac_try\"") >&5 2414 (eval $ac_try) 2>&5 2415 ac_status=$? 2416 echo "$as_me:2416: \$? = $ac_status" >&5 2417 (exit $ac_status); }; }; then 2418 eval "$as_ac_Header=yes" 2419else 2420 echo "$as_me: failed program was:" >&5 2421cat conftest.$ac_ext >&5 2422eval "$as_ac_Header=no" 2423fi 2424rm -f conftest.$ac_objext conftest.$ac_ext 2425fi 2426echo "$as_me:2426: result: `eval echo '${'$as_ac_Header'}'`" >&5 2427echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 2428if test `eval echo '${'$as_ac_Header'}'` = yes; then 2429 cat >>confdefs.h <<EOF 2430#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 2431EOF 2432 2433ac_header_dirent=$ac_hdr; break 2434fi 2435 2436done 2437# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. 2438if test $ac_header_dirent = dirent.h; then 2439 echo "$as_me:2439: checking for opendir in -ldir" >&5 2440echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6 2441if test "${ac_cv_lib_dir_opendir+set}" = set; then 2442 echo $ECHO_N "(cached) $ECHO_C" >&6 2443else 2444 ac_check_lib_save_LIBS=$LIBS 2445LIBS="-ldir $LIBS" 2446cat >conftest.$ac_ext <<_ACEOF 2447#line 2447 "configure" 2448#include "confdefs.h" 2449 2450/* Override any gcc2 internal prototype to avoid an error. */ 2451#ifdef __cplusplus 2452extern "C" 2453#endif 2454/* We use char because int might match the return type of a gcc2 2455 builtin and then its argument prototype would still apply. */ 2456char opendir (); 2457int 2458main () 2459{ 2460opendir (); 2461 ; 2462 return 0; 2463} 2464_ACEOF 2465rm -f conftest.$ac_objext conftest$ac_exeext 2466if { (eval echo "$as_me:2466: \"$ac_link\"") >&5 2467 (eval $ac_link) 2>&5 2468 ac_status=$? 2469 echo "$as_me:2469: \$? = $ac_status" >&5 2470 (exit $ac_status); } && 2471 { ac_try='test -s conftest$ac_exeext' 2472 { (eval echo "$as_me:2472: \"$ac_try\"") >&5 2473 (eval $ac_try) 2>&5 2474 ac_status=$? 2475 echo "$as_me:2475: \$? = $ac_status" >&5 2476 (exit $ac_status); }; }; then 2477 ac_cv_lib_dir_opendir=yes 2478else 2479 echo "$as_me: failed program was:" >&5 2480cat conftest.$ac_ext >&5 2481ac_cv_lib_dir_opendir=no 2482fi 2483rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 2484LIBS=$ac_check_lib_save_LIBS 2485fi 2486echo "$as_me:2486: result: $ac_cv_lib_dir_opendir" >&5 2487echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6 2488if test $ac_cv_lib_dir_opendir = yes; then 2489 LIBS="$LIBS -ldir" 2490fi 2491 2492else 2493 echo "$as_me:2493: checking for opendir in -lx" >&5 2494echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6 2495if test "${ac_cv_lib_x_opendir+set}" = set; then 2496 echo $ECHO_N "(cached) $ECHO_C" >&6 2497else 2498 ac_check_lib_save_LIBS=$LIBS 2499LIBS="-lx $LIBS" 2500cat >conftest.$ac_ext <<_ACEOF 2501#line 2501 "configure" 2502#include "confdefs.h" 2503 2504/* Override any gcc2 internal prototype to avoid an error. */ 2505#ifdef __cplusplus 2506extern "C" 2507#endif 2508/* We use char because int might match the return type of a gcc2 2509 builtin and then its argument prototype would still apply. */ 2510char opendir (); 2511int 2512main () 2513{ 2514opendir (); 2515 ; 2516 return 0; 2517} 2518_ACEOF 2519rm -f conftest.$ac_objext conftest$ac_exeext 2520if { (eval echo "$as_me:2520: \"$ac_link\"") >&5 2521 (eval $ac_link) 2>&5 2522 ac_status=$? 2523 echo "$as_me:2523: \$? = $ac_status" >&5 2524 (exit $ac_status); } && 2525 { ac_try='test -s conftest$ac_exeext' 2526 { (eval echo "$as_me:2526: \"$ac_try\"") >&5 2527 (eval $ac_try) 2>&5 2528 ac_status=$? 2529 echo "$as_me:2529: \$? = $ac_status" >&5 2530 (exit $ac_status); }; }; then 2531 ac_cv_lib_x_opendir=yes 2532else 2533 echo "$as_me: failed program was:" >&5 2534cat conftest.$ac_ext >&5 2535ac_cv_lib_x_opendir=no 2536fi 2537rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 2538LIBS=$ac_check_lib_save_LIBS 2539fi 2540echo "$as_me:2540: result: $ac_cv_lib_x_opendir" >&5 2541echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6 2542if test $ac_cv_lib_x_opendir = yes; then 2543 LIBS="$LIBS -lx" 2544fi 2545 2546fi 2547 2548for ac_header in sys/sysmacros.h sys/syslimits.h \ 2549 getopt.h features.h malloc.h sys/poll.h stddef.h 2550do 2551as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 2552echo "$as_me:2552: checking for $ac_header" >&5 2553echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 2554if eval "test \"\${$as_ac_Header+set}\" = set"; then 2555 echo $ECHO_N "(cached) $ECHO_C" >&6 2556else 2557 cat >conftest.$ac_ext <<_ACEOF 2558#line 2558 "configure" 2559#include "confdefs.h" 2560#include <$ac_header> 2561_ACEOF 2562if { (eval echo "$as_me:2562: \"$ac_cpp conftest.$ac_ext\"") >&5 2563 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2564 ac_status=$? 2565 egrep -v '^ *\+' conftest.er1 >conftest.err 2566 rm -f conftest.er1 2567 cat conftest.err >&5 2568 echo "$as_me:2568: \$? = $ac_status" >&5 2569 (exit $ac_status); } >/dev/null; then 2570 if test -s conftest.err; then 2571 ac_cpp_err=$ac_c_preproc_warn_flag 2572 else 2573 ac_cpp_err= 2574 fi 2575else 2576 ac_cpp_err=yes 2577fi 2578if test -z "$ac_cpp_err"; then 2579 eval "$as_ac_Header=yes" 2580else 2581 echo "$as_me: failed program was:" >&5 2582 cat conftest.$ac_ext >&5 2583 eval "$as_ac_Header=no" 2584fi 2585rm -f conftest.err conftest.$ac_ext 2586fi 2587echo "$as_me:2587: result: `eval echo '${'$as_ac_Header'}'`" >&5 2588echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 2589if test `eval echo '${'$as_ac_Header'}'` = yes; then 2590 cat >>confdefs.h <<EOF 2591#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 2592EOF 2593 2594fi 2595done 2596 2597for ac_header in machine/bswap.h sys/cdefs.h sys/endian.h sys/featuretest.h \ 2598 err.h inttypes.h libgen.h paths.h stdint.h util.h 2599do 2600as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 2601echo "$as_me:2601: checking for $ac_header" >&5 2602echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 2603if eval "test \"\${$as_ac_Header+set}\" = set"; then 2604 echo $ECHO_N "(cached) $ECHO_C" >&6 2605else 2606 cat >conftest.$ac_ext <<_ACEOF 2607#line 2607 "configure" 2608#include "confdefs.h" 2609#include <$ac_header> 2610_ACEOF 2611if { (eval echo "$as_me:2611: \"$ac_cpp conftest.$ac_ext\"") >&5 2612 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2613 ac_status=$? 2614 egrep -v '^ *\+' conftest.er1 >conftest.err 2615 rm -f conftest.er1 2616 cat conftest.err >&5 2617 echo "$as_me:2617: \$? = $ac_status" >&5 2618 (exit $ac_status); } >/dev/null; then 2619 if test -s conftest.err; then 2620 ac_cpp_err=$ac_c_preproc_warn_flag 2621 else 2622 ac_cpp_err= 2623 fi 2624else 2625 ac_cpp_err=yes 2626fi 2627if test -z "$ac_cpp_err"; then 2628 eval "$as_ac_Header=yes" 2629else 2630 echo "$as_me: failed program was:" >&5 2631 cat conftest.$ac_ext >&5 2632 eval "$as_ac_Header=no" 2633fi 2634rm -f conftest.err conftest.$ac_ext 2635fi 2636echo "$as_me:2636: result: `eval echo '${'$as_ac_Header'}'`" >&5 2637echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 2638if test `eval echo '${'$as_ac_Header'}'` = yes; then 2639 cat >>confdefs.h <<EOF 2640#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 2641EOF 2642 2643else 2644 test -f include/$ac_header || touch include/$ac_header 2645fi 2646done 2647 2648for ac_header in rpc/types.h netconfig.h 2649do 2650as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 2651echo "$as_me:2651: checking for $ac_header" >&5 2652echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 2653if eval "test \"\${$as_ac_Header+set}\" = set"; then 2654 echo $ECHO_N "(cached) $ECHO_C" >&6 2655else 2656 cat >conftest.$ac_ext <<_ACEOF 2657#line 2657 "configure" 2658#include "confdefs.h" 2659#include <$ac_header> 2660_ACEOF 2661if { (eval echo "$as_me:2661: \"$ac_cpp conftest.$ac_ext\"") >&5 2662 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2663 ac_status=$? 2664 egrep -v '^ *\+' conftest.er1 >conftest.err 2665 rm -f conftest.er1 2666 cat conftest.err >&5 2667 echo "$as_me:2667: \$? = $ac_status" >&5 2668 (exit $ac_status); } >/dev/null; then 2669 if test -s conftest.err; then 2670 ac_cpp_err=$ac_c_preproc_warn_flag 2671 else 2672 ac_cpp_err= 2673 fi 2674else 2675 ac_cpp_err=yes 2676fi 2677if test -z "$ac_cpp_err"; then 2678 eval "$as_ac_Header=yes" 2679else 2680 echo "$as_me: failed program was:" >&5 2681 cat conftest.$ac_ext >&5 2682 eval "$as_ac_Header=no" 2683fi 2684rm -f conftest.err conftest.$ac_ext 2685fi 2686echo "$as_me:2686: result: `eval echo '${'$as_ac_Header'}'`" >&5 2687echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 2688if test `eval echo '${'$as_ac_Header'}'` = yes; then 2689 cat >>confdefs.h <<EOF 2690#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 2691EOF 2692 2693else 2694 echo '#include "nbtool_config.h"' >include/$ac_header.new 2695 echo '#include "'$srcdir/../../include/$ac_header'"' >>include/$ac_header.new 2696 if cmp include/$ac_header.new include/$ac_header >/dev/null 2>&1; then 2697 rm -f include/$ac_header.new 2698 else 2699 mv -f include/$ac_header.new include/$ac_header 2700 fi 2701fi 2702done 2703 2704# Typedefs. 2705# On IRIX 5.3, sys/types and inttypes.h are conflicting. 2706 2707for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 2708 inttypes.h stdint.h unistd.h 2709do 2710as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 2711echo "$as_me:2711: checking for $ac_header" >&5 2712echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 2713if eval "test \"\${$as_ac_Header+set}\" = set"; then 2714 echo $ECHO_N "(cached) $ECHO_C" >&6 2715else 2716 cat >conftest.$ac_ext <<_ACEOF 2717#line 2717 "configure" 2718#include "confdefs.h" 2719$ac_includes_default 2720#include <$ac_header> 2721_ACEOF 2722rm -f conftest.$ac_objext 2723if { (eval echo "$as_me:2723: \"$ac_compile\"") >&5 2724 (eval $ac_compile) 2>&5 2725 ac_status=$? 2726 echo "$as_me:2726: \$? = $ac_status" >&5 2727 (exit $ac_status); } && 2728 { ac_try='test -s conftest.$ac_objext' 2729 { (eval echo "$as_me:2729: \"$ac_try\"") >&5 2730 (eval $ac_try) 2>&5 2731 ac_status=$? 2732 echo "$as_me:2732: \$? = $ac_status" >&5 2733 (exit $ac_status); }; }; then 2734 eval "$as_ac_Header=yes" 2735else 2736 echo "$as_me: failed program was:" >&5 2737cat conftest.$ac_ext >&5 2738eval "$as_ac_Header=no" 2739fi 2740rm -f conftest.$ac_objext conftest.$ac_ext 2741fi 2742echo "$as_me:2742: result: `eval echo '${'$as_ac_Header'}'`" >&5 2743echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 2744if test `eval echo '${'$as_ac_Header'}'` = yes; then 2745 cat >>confdefs.h <<EOF 2746#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 2747EOF 2748 2749fi 2750done 2751 2752echo "$as_me:2752: checking for size_t" >&5 2753echo $ECHO_N "checking for size_t... $ECHO_C" >&6 2754if test "${ac_cv_type_size_t+set}" = set; then 2755 echo $ECHO_N "(cached) $ECHO_C" >&6 2756else 2757 cat >conftest.$ac_ext <<_ACEOF 2758#line 2758 "configure" 2759#include "confdefs.h" 2760$ac_includes_default 2761int 2762main () 2763{ 2764if ((size_t *) 0) 2765 return 0; 2766if (sizeof (size_t)) 2767 return 0; 2768 ; 2769 return 0; 2770} 2771_ACEOF 2772rm -f conftest.$ac_objext 2773if { (eval echo "$as_me:2773: \"$ac_compile\"") >&5 2774 (eval $ac_compile) 2>&5 2775 ac_status=$? 2776 echo "$as_me:2776: \$? = $ac_status" >&5 2777 (exit $ac_status); } && 2778 { ac_try='test -s conftest.$ac_objext' 2779 { (eval echo "$as_me:2779: \"$ac_try\"") >&5 2780 (eval $ac_try) 2>&5 2781 ac_status=$? 2782 echo "$as_me:2782: \$? = $ac_status" >&5 2783 (exit $ac_status); }; }; then 2784 ac_cv_type_size_t=yes 2785else 2786 echo "$as_me: failed program was:" >&5 2787cat conftest.$ac_ext >&5 2788ac_cv_type_size_t=no 2789fi 2790rm -f conftest.$ac_objext conftest.$ac_ext 2791fi 2792echo "$as_me:2792: result: $ac_cv_type_size_t" >&5 2793echo "${ECHO_T}$ac_cv_type_size_t" >&6 2794if test $ac_cv_type_size_t = yes; then 2795 : 2796else 2797 2798cat >>confdefs.h <<EOF 2799#define size_t unsigned 2800EOF 2801 2802fi 2803 2804echo "$as_me:2804: checking for id_t" >&5 2805echo $ECHO_N "checking for id_t... $ECHO_C" >&6 2806if test "${ac_cv_type_id_t+set}" = set; then 2807 echo $ECHO_N "(cached) $ECHO_C" >&6 2808else 2809 cat >conftest.$ac_ext <<_ACEOF 2810#line 2810 "configure" 2811#include "confdefs.h" 2812$ac_includes_default 2813int 2814main () 2815{ 2816if ((id_t *) 0) 2817 return 0; 2818if (sizeof (id_t)) 2819 return 0; 2820 ; 2821 return 0; 2822} 2823_ACEOF 2824rm -f conftest.$ac_objext 2825if { (eval echo "$as_me:2825: \"$ac_compile\"") >&5 2826 (eval $ac_compile) 2>&5 2827 ac_status=$? 2828 echo "$as_me:2828: \$? = $ac_status" >&5 2829 (exit $ac_status); } && 2830 { ac_try='test -s conftest.$ac_objext' 2831 { (eval echo "$as_me:2831: \"$ac_try\"") >&5 2832 (eval $ac_try) 2>&5 2833 ac_status=$? 2834 echo "$as_me:2834: \$? = $ac_status" >&5 2835 (exit $ac_status); }; }; then 2836 ac_cv_type_id_t=yes 2837else 2838 echo "$as_me: failed program was:" >&5 2839cat conftest.$ac_ext >&5 2840ac_cv_type_id_t=no 2841fi 2842rm -f conftest.$ac_objext conftest.$ac_ext 2843fi 2844echo "$as_me:2844: result: $ac_cv_type_id_t" >&5 2845echo "${ECHO_T}$ac_cv_type_id_t" >&6 2846if test $ac_cv_type_id_t = yes; then 2847 2848cat >>confdefs.h <<EOF 2849#define HAVE_ID_T 1 2850EOF 2851 2852fi 2853echo "$as_me:2853: checking for long long" >&5 2854echo $ECHO_N "checking for long long... $ECHO_C" >&6 2855if test "${ac_cv_type_long_long+set}" = set; then 2856 echo $ECHO_N "(cached) $ECHO_C" >&6 2857else 2858 cat >conftest.$ac_ext <<_ACEOF 2859#line 2859 "configure" 2860#include "confdefs.h" 2861$ac_includes_default 2862int 2863main () 2864{ 2865if ((long long *) 0) 2866 return 0; 2867if (sizeof (long long)) 2868 return 0; 2869 ; 2870 return 0; 2871} 2872_ACEOF 2873rm -f conftest.$ac_objext 2874if { (eval echo "$as_me:2874: \"$ac_compile\"") >&5 2875 (eval $ac_compile) 2>&5 2876 ac_status=$? 2877 echo "$as_me:2877: \$? = $ac_status" >&5 2878 (exit $ac_status); } && 2879 { ac_try='test -s conftest.$ac_objext' 2880 { (eval echo "$as_me:2880: \"$ac_try\"") >&5 2881 (eval $ac_try) 2>&5 2882 ac_status=$? 2883 echo "$as_me:2883: \$? = $ac_status" >&5 2884 (exit $ac_status); }; }; then 2885 ac_cv_type_long_long=yes 2886else 2887 echo "$as_me: failed program was:" >&5 2888cat conftest.$ac_ext >&5 2889ac_cv_type_long_long=no 2890fi 2891rm -f conftest.$ac_objext conftest.$ac_ext 2892fi 2893echo "$as_me:2893: result: $ac_cv_type_long_long" >&5 2894echo "${ECHO_T}$ac_cv_type_long_long" >&6 2895if test $ac_cv_type_long_long = yes; then 2896 2897cat >>confdefs.h <<EOF 2898#define HAVE_LONG_LONG 1 2899EOF 2900 2901fi 2902echo "$as_me:2902: checking for u_long" >&5 2903echo $ECHO_N "checking for u_long... $ECHO_C" >&6 2904if test "${ac_cv_type_u_long+set}" = set; then 2905 echo $ECHO_N "(cached) $ECHO_C" >&6 2906else 2907 cat >conftest.$ac_ext <<_ACEOF 2908#line 2908 "configure" 2909#include "confdefs.h" 2910$ac_includes_default 2911int 2912main () 2913{ 2914if ((u_long *) 0) 2915 return 0; 2916if (sizeof (u_long)) 2917 return 0; 2918 ; 2919 return 0; 2920} 2921_ACEOF 2922rm -f conftest.$ac_objext 2923if { (eval echo "$as_me:2923: \"$ac_compile\"") >&5 2924 (eval $ac_compile) 2>&5 2925 ac_status=$? 2926 echo "$as_me:2926: \$? = $ac_status" >&5 2927 (exit $ac_status); } && 2928 { ac_try='test -s conftest.$ac_objext' 2929 { (eval echo "$as_me:2929: \"$ac_try\"") >&5 2930 (eval $ac_try) 2>&5 2931 ac_status=$? 2932 echo "$as_me:2932: \$? = $ac_status" >&5 2933 (exit $ac_status); }; }; then 2934 ac_cv_type_u_long=yes 2935else 2936 echo "$as_me: failed program was:" >&5 2937cat conftest.$ac_ext >&5 2938ac_cv_type_u_long=no 2939fi 2940rm -f conftest.$ac_objext conftest.$ac_ext 2941fi 2942echo "$as_me:2942: result: $ac_cv_type_u_long" >&5 2943echo "${ECHO_T}$ac_cv_type_u_long" >&6 2944if test $ac_cv_type_u_long = yes; then 2945 2946cat >>confdefs.h <<EOF 2947#define HAVE_U_LONG 1 2948EOF 2949 2950fi 2951echo "$as_me:2951: checking for u_char" >&5 2952echo $ECHO_N "checking for u_char... $ECHO_C" >&6 2953if test "${ac_cv_type_u_char+set}" = set; then 2954 echo $ECHO_N "(cached) $ECHO_C" >&6 2955else 2956 cat >conftest.$ac_ext <<_ACEOF 2957#line 2957 "configure" 2958#include "confdefs.h" 2959$ac_includes_default 2960int 2961main () 2962{ 2963if ((u_char *) 0) 2964 return 0; 2965if (sizeof (u_char)) 2966 return 0; 2967 ; 2968 return 0; 2969} 2970_ACEOF 2971rm -f conftest.$ac_objext 2972if { (eval echo "$as_me:2972: \"$ac_compile\"") >&5 2973 (eval $ac_compile) 2>&5 2974 ac_status=$? 2975 echo "$as_me:2975: \$? = $ac_status" >&5 2976 (exit $ac_status); } && 2977 { ac_try='test -s conftest.$ac_objext' 2978 { (eval echo "$as_me:2978: \"$ac_try\"") >&5 2979 (eval $ac_try) 2>&5 2980 ac_status=$? 2981 echo "$as_me:2981: \$? = $ac_status" >&5 2982 (exit $ac_status); }; }; then 2983 ac_cv_type_u_char=yes 2984else 2985 echo "$as_me: failed program was:" >&5 2986cat conftest.$ac_ext >&5 2987ac_cv_type_u_char=no 2988fi 2989rm -f conftest.$ac_objext conftest.$ac_ext 2990fi 2991echo "$as_me:2991: result: $ac_cv_type_u_char" >&5 2992echo "${ECHO_T}$ac_cv_type_u_char" >&6 2993if test $ac_cv_type_u_char = yes; then 2994 2995cat >>confdefs.h <<EOF 2996#define HAVE_U_CHAR 1 2997EOF 2998 2999fi 3000echo "$as_me:3000: checking for u_short" >&5 3001echo $ECHO_N "checking for u_short... $ECHO_C" >&6 3002if test "${ac_cv_type_u_short+set}" = set; then 3003 echo $ECHO_N "(cached) $ECHO_C" >&6 3004else 3005 cat >conftest.$ac_ext <<_ACEOF 3006#line 3006 "configure" 3007#include "confdefs.h" 3008$ac_includes_default 3009int 3010main () 3011{ 3012if ((u_short *) 0) 3013 return 0; 3014if (sizeof (u_short)) 3015 return 0; 3016 ; 3017 return 0; 3018} 3019_ACEOF 3020rm -f conftest.$ac_objext 3021if { (eval echo "$as_me:3021: \"$ac_compile\"") >&5 3022 (eval $ac_compile) 2>&5 3023 ac_status=$? 3024 echo "$as_me:3024: \$? = $ac_status" >&5 3025 (exit $ac_status); } && 3026 { ac_try='test -s conftest.$ac_objext' 3027 { (eval echo "$as_me:3027: \"$ac_try\"") >&5 3028 (eval $ac_try) 2>&5 3029 ac_status=$? 3030 echo "$as_me:3030: \$? = $ac_status" >&5 3031 (exit $ac_status); }; }; then 3032 ac_cv_type_u_short=yes 3033else 3034 echo "$as_me: failed program was:" >&5 3035cat conftest.$ac_ext >&5 3036ac_cv_type_u_short=no 3037fi 3038rm -f conftest.$ac_objext conftest.$ac_ext 3039fi 3040echo "$as_me:3040: result: $ac_cv_type_u_short" >&5 3041echo "${ECHO_T}$ac_cv_type_u_short" >&6 3042if test $ac_cv_type_u_short = yes; then 3043 3044cat >>confdefs.h <<EOF 3045#define HAVE_U_SHORT 1 3046EOF 3047 3048fi 3049echo "$as_me:3049: checking for u_int" >&5 3050echo $ECHO_N "checking for u_int... $ECHO_C" >&6 3051if test "${ac_cv_type_u_int+set}" = set; then 3052 echo $ECHO_N "(cached) $ECHO_C" >&6 3053else 3054 cat >conftest.$ac_ext <<_ACEOF 3055#line 3055 "configure" 3056#include "confdefs.h" 3057$ac_includes_default 3058int 3059main () 3060{ 3061if ((u_int *) 0) 3062 return 0; 3063if (sizeof (u_int)) 3064 return 0; 3065 ; 3066 return 0; 3067} 3068_ACEOF 3069rm -f conftest.$ac_objext 3070if { (eval echo "$as_me:3070: \"$ac_compile\"") >&5 3071 (eval $ac_compile) 2>&5 3072 ac_status=$? 3073 echo "$as_me:3073: \$? = $ac_status" >&5 3074 (exit $ac_status); } && 3075 { ac_try='test -s conftest.$ac_objext' 3076 { (eval echo "$as_me:3076: \"$ac_try\"") >&5 3077 (eval $ac_try) 2>&5 3078 ac_status=$? 3079 echo "$as_me:3079: \$? = $ac_status" >&5 3080 (exit $ac_status); }; }; then 3081 ac_cv_type_u_int=yes 3082else 3083 echo "$as_me: failed program was:" >&5 3084cat conftest.$ac_ext >&5 3085ac_cv_type_u_int=no 3086fi 3087rm -f conftest.$ac_objext conftest.$ac_ext 3088fi 3089echo "$as_me:3089: result: $ac_cv_type_u_int" >&5 3090echo "${ECHO_T}$ac_cv_type_u_int" >&6 3091if test $ac_cv_type_u_int = yes; then 3092 3093cat >>confdefs.h <<EOF 3094#define HAVE_U_INT 1 3095EOF 3096 3097fi 3098echo "$as_me:3098: checking for u_quad_t" >&5 3099echo $ECHO_N "checking for u_quad_t... $ECHO_C" >&6 3100if test "${ac_cv_type_u_quad_t+set}" = set; then 3101 echo $ECHO_N "(cached) $ECHO_C" >&6 3102else 3103 cat >conftest.$ac_ext <<_ACEOF 3104#line 3104 "configure" 3105#include "confdefs.h" 3106$ac_includes_default 3107int 3108main () 3109{ 3110if ((u_quad_t *) 0) 3111 return 0; 3112if (sizeof (u_quad_t)) 3113 return 0; 3114 ; 3115 return 0; 3116} 3117_ACEOF 3118rm -f conftest.$ac_objext 3119if { (eval echo "$as_me:3119: \"$ac_compile\"") >&5 3120 (eval $ac_compile) 2>&5 3121 ac_status=$? 3122 echo "$as_me:3122: \$? = $ac_status" >&5 3123 (exit $ac_status); } && 3124 { ac_try='test -s conftest.$ac_objext' 3125 { (eval echo "$as_me:3125: \"$ac_try\"") >&5 3126 (eval $ac_try) 2>&5 3127 ac_status=$? 3128 echo "$as_me:3128: \$? = $ac_status" >&5 3129 (exit $ac_status); }; }; then 3130 ac_cv_type_u_quad_t=yes 3131else 3132 echo "$as_me: failed program was:" >&5 3133cat conftest.$ac_ext >&5 3134ac_cv_type_u_quad_t=no 3135fi 3136rm -f conftest.$ac_objext conftest.$ac_ext 3137fi 3138echo "$as_me:3138: result: $ac_cv_type_u_quad_t" >&5 3139echo "${ECHO_T}$ac_cv_type_u_quad_t" >&6 3140if test $ac_cv_type_u_quad_t = yes; then 3141 3142cat >>confdefs.h <<EOF 3143#define HAVE_U_QUAD_T 1 3144EOF 3145 3146fi 3147 3148echo "$as_me:3148: checking for socklen_t" >&5 3149echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6 3150if test "${ac_cv_type_socklen_t+set}" = set; then 3151 echo $ECHO_N "(cached) $ECHO_C" >&6 3152else 3153 cat >conftest.$ac_ext <<_ACEOF 3154#line 3154 "configure" 3155#include "confdefs.h" 3156#include <sys/types.h> 3157#include <sys/socket.h> 3158 3159int 3160main () 3161{ 3162if ((socklen_t *) 0) 3163 return 0; 3164if (sizeof (socklen_t)) 3165 return 0; 3166 ; 3167 return 0; 3168} 3169_ACEOF 3170rm -f conftest.$ac_objext 3171if { (eval echo "$as_me:3171: \"$ac_compile\"") >&5 3172 (eval $ac_compile) 2>&5 3173 ac_status=$? 3174 echo "$as_me:3174: \$? = $ac_status" >&5 3175 (exit $ac_status); } && 3176 { ac_try='test -s conftest.$ac_objext' 3177 { (eval echo "$as_me:3177: \"$ac_try\"") >&5 3178 (eval $ac_try) 2>&5 3179 ac_status=$? 3180 echo "$as_me:3180: \$? = $ac_status" >&5 3181 (exit $ac_status); }; }; then 3182 ac_cv_type_socklen_t=yes 3183else 3184 echo "$as_me: failed program was:" >&5 3185cat conftest.$ac_ext >&5 3186ac_cv_type_socklen_t=no 3187fi 3188rm -f conftest.$ac_objext conftest.$ac_ext 3189fi 3190echo "$as_me:3190: result: $ac_cv_type_socklen_t" >&5 3191echo "${ECHO_T}$ac_cv_type_socklen_t" >&6 3192if test $ac_cv_type_socklen_t = yes; then 3193 cat >>confdefs.h <<\EOF 3194#define HAVE_SOCKLEN_T 1 3195EOF 3196 3197fi 3198 3199 echo "$as_me:3199: checking for uint8_t" >&5 3200echo $ECHO_N "checking for uint8_t... $ECHO_C" >&6 3201if test "${ac_cv_type_uint8_t+set}" = set; then 3202 echo $ECHO_N "(cached) $ECHO_C" >&6 3203else 3204 cat >conftest.$ac_ext <<_ACEOF 3205#line 3205 "configure" 3206#include "confdefs.h" 3207$ac_includes_default 3208int 3209main () 3210{ 3211if ((uint8_t *) 0) 3212 return 0; 3213if (sizeof (uint8_t)) 3214 return 0; 3215 ; 3216 return 0; 3217} 3218_ACEOF 3219rm -f conftest.$ac_objext 3220if { (eval echo "$as_me:3220: \"$ac_compile\"") >&5 3221 (eval $ac_compile) 2>&5 3222 ac_status=$? 3223 echo "$as_me:3223: \$? = $ac_status" >&5 3224 (exit $ac_status); } && 3225 { ac_try='test -s conftest.$ac_objext' 3226 { (eval echo "$as_me:3226: \"$ac_try\"") >&5 3227 (eval $ac_try) 2>&5 3228 ac_status=$? 3229 echo "$as_me:3229: \$? = $ac_status" >&5 3230 (exit $ac_status); }; }; then 3231 ac_cv_type_uint8_t=yes 3232else 3233 echo "$as_me: failed program was:" >&5 3234cat conftest.$ac_ext >&5 3235ac_cv_type_uint8_t=no 3236fi 3237rm -f conftest.$ac_objext conftest.$ac_ext 3238fi 3239echo "$as_me:3239: result: $ac_cv_type_uint8_t" >&5 3240echo "${ECHO_T}$ac_cv_type_uint8_t" >&6 3241if test $ac_cv_type_uint8_t = yes; then 3242 : 3243else 3244 3245 echo "$as_me:3245: checking for u_int8_t" >&5 3246echo $ECHO_N "checking for u_int8_t... $ECHO_C" >&6 3247if test "${ac_cv_type_u_int8_t+set}" = set; then 3248 echo $ECHO_N "(cached) $ECHO_C" >&6 3249else 3250 cat >conftest.$ac_ext <<_ACEOF 3251#line 3251 "configure" 3252#include "confdefs.h" 3253$ac_includes_default 3254int 3255main () 3256{ 3257if ((u_int8_t *) 0) 3258 return 0; 3259if (sizeof (u_int8_t)) 3260 return 0; 3261 ; 3262 return 0; 3263} 3264_ACEOF 3265rm -f conftest.$ac_objext 3266if { (eval echo "$as_me:3266: \"$ac_compile\"") >&5 3267 (eval $ac_compile) 2>&5 3268 ac_status=$? 3269 echo "$as_me:3269: \$? = $ac_status" >&5 3270 (exit $ac_status); } && 3271 { ac_try='test -s conftest.$ac_objext' 3272 { (eval echo "$as_me:3272: \"$ac_try\"") >&5 3273 (eval $ac_try) 2>&5 3274 ac_status=$? 3275 echo "$as_me:3275: \$? = $ac_status" >&5 3276 (exit $ac_status); }; }; then 3277 ac_cv_type_u_int8_t=yes 3278else 3279 echo "$as_me: failed program was:" >&5 3280cat conftest.$ac_ext >&5 3281ac_cv_type_u_int8_t=no 3282fi 3283rm -f conftest.$ac_objext conftest.$ac_ext 3284fi 3285echo "$as_me:3285: result: $ac_cv_type_u_int8_t" >&5 3286echo "${ECHO_T}$ac_cv_type_u_int8_t" >&6 3287if test $ac_cv_type_u_int8_t = yes; then 3288 cat >>confdefs.h <<\EOF 3289#define uint8_t u_int8_t 3290EOF 3291 3292else 3293 { { echo "$as_me:3293: error: cannot find a suitable type for uint8_t" >&5 3294echo "$as_me: error: cannot find a suitable type for uint8_t" >&2;} 3295 { (exit 1); exit 1; }; } 3296fi 3297 3298fi 3299 3300 echo "$as_me:3300: checking for u_int8_t" >&5 3301echo $ECHO_N "checking for u_int8_t... $ECHO_C" >&6 3302if test "${ac_cv_type_u_int8_t+set}" = set; then 3303 echo $ECHO_N "(cached) $ECHO_C" >&6 3304else 3305 cat >conftest.$ac_ext <<_ACEOF 3306#line 3306 "configure" 3307#include "confdefs.h" 3308$ac_includes_default 3309int 3310main () 3311{ 3312if ((u_int8_t *) 0) 3313 return 0; 3314if (sizeof (u_int8_t)) 3315 return 0; 3316 ; 3317 return 0; 3318} 3319_ACEOF 3320rm -f conftest.$ac_objext 3321if { (eval echo "$as_me:3321: \"$ac_compile\"") >&5 3322 (eval $ac_compile) 2>&5 3323 ac_status=$? 3324 echo "$as_me:3324: \$? = $ac_status" >&5 3325 (exit $ac_status); } && 3326 { ac_try='test -s conftest.$ac_objext' 3327 { (eval echo "$as_me:3327: \"$ac_try\"") >&5 3328 (eval $ac_try) 2>&5 3329 ac_status=$? 3330 echo "$as_me:3330: \$? = $ac_status" >&5 3331 (exit $ac_status); }; }; then 3332 ac_cv_type_u_int8_t=yes 3333else 3334 echo "$as_me: failed program was:" >&5 3335cat conftest.$ac_ext >&5 3336ac_cv_type_u_int8_t=no 3337fi 3338rm -f conftest.$ac_objext conftest.$ac_ext 3339fi 3340echo "$as_me:3340: result: $ac_cv_type_u_int8_t" >&5 3341echo "${ECHO_T}$ac_cv_type_u_int8_t" >&6 3342if test $ac_cv_type_u_int8_t = yes; then 3343 : 3344else 3345 3346 echo "$as_me:3346: checking for uint8_t" >&5 3347echo $ECHO_N "checking for uint8_t... $ECHO_C" >&6 3348if test "${ac_cv_type_uint8_t+set}" = set; then 3349 echo $ECHO_N "(cached) $ECHO_C" >&6 3350else 3351 cat >conftest.$ac_ext <<_ACEOF 3352#line 3352 "configure" 3353#include "confdefs.h" 3354$ac_includes_default 3355int 3356main () 3357{ 3358if ((uint8_t *) 0) 3359 return 0; 3360if (sizeof (uint8_t)) 3361 return 0; 3362 ; 3363 return 0; 3364} 3365_ACEOF 3366rm -f conftest.$ac_objext 3367if { (eval echo "$as_me:3367: \"$ac_compile\"") >&5 3368 (eval $ac_compile) 2>&5 3369 ac_status=$? 3370 echo "$as_me:3370: \$? = $ac_status" >&5 3371 (exit $ac_status); } && 3372 { ac_try='test -s conftest.$ac_objext' 3373 { (eval echo "$as_me:3373: \"$ac_try\"") >&5 3374 (eval $ac_try) 2>&5 3375 ac_status=$? 3376 echo "$as_me:3376: \$? = $ac_status" >&5 3377 (exit $ac_status); }; }; then 3378 ac_cv_type_uint8_t=yes 3379else 3380 echo "$as_me: failed program was:" >&5 3381cat conftest.$ac_ext >&5 3382ac_cv_type_uint8_t=no 3383fi 3384rm -f conftest.$ac_objext conftest.$ac_ext 3385fi 3386echo "$as_me:3386: result: $ac_cv_type_uint8_t" >&5 3387echo "${ECHO_T}$ac_cv_type_uint8_t" >&6 3388if test $ac_cv_type_uint8_t = yes; then 3389 cat >>confdefs.h <<\EOF 3390#define u_int8_t uint8_t 3391EOF 3392 3393else 3394 { { echo "$as_me:3394: error: cannot find a suitable type for u_int8_t" >&5 3395echo "$as_me: error: cannot find a suitable type for u_int8_t" >&2;} 3396 { (exit 1); exit 1; }; } 3397fi 3398 3399fi 3400 3401 echo "$as_me:3401: checking for uint16_t" >&5 3402echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6 3403if test "${ac_cv_type_uint16_t+set}" = set; then 3404 echo $ECHO_N "(cached) $ECHO_C" >&6 3405else 3406 cat >conftest.$ac_ext <<_ACEOF 3407#line 3407 "configure" 3408#include "confdefs.h" 3409$ac_includes_default 3410int 3411main () 3412{ 3413if ((uint16_t *) 0) 3414 return 0; 3415if (sizeof (uint16_t)) 3416 return 0; 3417 ; 3418 return 0; 3419} 3420_ACEOF 3421rm -f conftest.$ac_objext 3422if { (eval echo "$as_me:3422: \"$ac_compile\"") >&5 3423 (eval $ac_compile) 2>&5 3424 ac_status=$? 3425 echo "$as_me:3425: \$? = $ac_status" >&5 3426 (exit $ac_status); } && 3427 { ac_try='test -s conftest.$ac_objext' 3428 { (eval echo "$as_me:3428: \"$ac_try\"") >&5 3429 (eval $ac_try) 2>&5 3430 ac_status=$? 3431 echo "$as_me:3431: \$? = $ac_status" >&5 3432 (exit $ac_status); }; }; then 3433 ac_cv_type_uint16_t=yes 3434else 3435 echo "$as_me: failed program was:" >&5 3436cat conftest.$ac_ext >&5 3437ac_cv_type_uint16_t=no 3438fi 3439rm -f conftest.$ac_objext conftest.$ac_ext 3440fi 3441echo "$as_me:3441: result: $ac_cv_type_uint16_t" >&5 3442echo "${ECHO_T}$ac_cv_type_uint16_t" >&6 3443if test $ac_cv_type_uint16_t = yes; then 3444 : 3445else 3446 3447 echo "$as_me:3447: checking for u_int16_t" >&5 3448echo $ECHO_N "checking for u_int16_t... $ECHO_C" >&6 3449if test "${ac_cv_type_u_int16_t+set}" = set; then 3450 echo $ECHO_N "(cached) $ECHO_C" >&6 3451else 3452 cat >conftest.$ac_ext <<_ACEOF 3453#line 3453 "configure" 3454#include "confdefs.h" 3455$ac_includes_default 3456int 3457main () 3458{ 3459if ((u_int16_t *) 0) 3460 return 0; 3461if (sizeof (u_int16_t)) 3462 return 0; 3463 ; 3464 return 0; 3465} 3466_ACEOF 3467rm -f conftest.$ac_objext 3468if { (eval echo "$as_me:3468: \"$ac_compile\"") >&5 3469 (eval $ac_compile) 2>&5 3470 ac_status=$? 3471 echo "$as_me:3471: \$? = $ac_status" >&5 3472 (exit $ac_status); } && 3473 { ac_try='test -s conftest.$ac_objext' 3474 { (eval echo "$as_me:3474: \"$ac_try\"") >&5 3475 (eval $ac_try) 2>&5 3476 ac_status=$? 3477 echo "$as_me:3477: \$? = $ac_status" >&5 3478 (exit $ac_status); }; }; then 3479 ac_cv_type_u_int16_t=yes 3480else 3481 echo "$as_me: failed program was:" >&5 3482cat conftest.$ac_ext >&5 3483ac_cv_type_u_int16_t=no 3484fi 3485rm -f conftest.$ac_objext conftest.$ac_ext 3486fi 3487echo "$as_me:3487: result: $ac_cv_type_u_int16_t" >&5 3488echo "${ECHO_T}$ac_cv_type_u_int16_t" >&6 3489if test $ac_cv_type_u_int16_t = yes; then 3490 cat >>confdefs.h <<\EOF 3491#define uint16_t u_int16_t 3492EOF 3493 3494else 3495 { { echo "$as_me:3495: error: cannot find a suitable type for uint16_t" >&5 3496echo "$as_me: error: cannot find a suitable type for uint16_t" >&2;} 3497 { (exit 1); exit 1; }; } 3498fi 3499 3500fi 3501 3502 echo "$as_me:3502: checking for u_int16_t" >&5 3503echo $ECHO_N "checking for u_int16_t... $ECHO_C" >&6 3504if test "${ac_cv_type_u_int16_t+set}" = set; then 3505 echo $ECHO_N "(cached) $ECHO_C" >&6 3506else 3507 cat >conftest.$ac_ext <<_ACEOF 3508#line 3508 "configure" 3509#include "confdefs.h" 3510$ac_includes_default 3511int 3512main () 3513{ 3514if ((u_int16_t *) 0) 3515 return 0; 3516if (sizeof (u_int16_t)) 3517 return 0; 3518 ; 3519 return 0; 3520} 3521_ACEOF 3522rm -f conftest.$ac_objext 3523if { (eval echo "$as_me:3523: \"$ac_compile\"") >&5 3524 (eval $ac_compile) 2>&5 3525 ac_status=$? 3526 echo "$as_me:3526: \$? = $ac_status" >&5 3527 (exit $ac_status); } && 3528 { ac_try='test -s conftest.$ac_objext' 3529 { (eval echo "$as_me:3529: \"$ac_try\"") >&5 3530 (eval $ac_try) 2>&5 3531 ac_status=$? 3532 echo "$as_me:3532: \$? = $ac_status" >&5 3533 (exit $ac_status); }; }; then 3534 ac_cv_type_u_int16_t=yes 3535else 3536 echo "$as_me: failed program was:" >&5 3537cat conftest.$ac_ext >&5 3538ac_cv_type_u_int16_t=no 3539fi 3540rm -f conftest.$ac_objext conftest.$ac_ext 3541fi 3542echo "$as_me:3542: result: $ac_cv_type_u_int16_t" >&5 3543echo "${ECHO_T}$ac_cv_type_u_int16_t" >&6 3544if test $ac_cv_type_u_int16_t = yes; then 3545 : 3546else 3547 3548 echo "$as_me:3548: checking for uint16_t" >&5 3549echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6 3550if test "${ac_cv_type_uint16_t+set}" = set; then 3551 echo $ECHO_N "(cached) $ECHO_C" >&6 3552else 3553 cat >conftest.$ac_ext <<_ACEOF 3554#line 3554 "configure" 3555#include "confdefs.h" 3556$ac_includes_default 3557int 3558main () 3559{ 3560if ((uint16_t *) 0) 3561 return 0; 3562if (sizeof (uint16_t)) 3563 return 0; 3564 ; 3565 return 0; 3566} 3567_ACEOF 3568rm -f conftest.$ac_objext 3569if { (eval echo "$as_me:3569: \"$ac_compile\"") >&5 3570 (eval $ac_compile) 2>&5 3571 ac_status=$? 3572 echo "$as_me:3572: \$? = $ac_status" >&5 3573 (exit $ac_status); } && 3574 { ac_try='test -s conftest.$ac_objext' 3575 { (eval echo "$as_me:3575: \"$ac_try\"") >&5 3576 (eval $ac_try) 2>&5 3577 ac_status=$? 3578 echo "$as_me:3578: \$? = $ac_status" >&5 3579 (exit $ac_status); }; }; then 3580 ac_cv_type_uint16_t=yes 3581else 3582 echo "$as_me: failed program was:" >&5 3583cat conftest.$ac_ext >&5 3584ac_cv_type_uint16_t=no 3585fi 3586rm -f conftest.$ac_objext conftest.$ac_ext 3587fi 3588echo "$as_me:3588: result: $ac_cv_type_uint16_t" >&5 3589echo "${ECHO_T}$ac_cv_type_uint16_t" >&6 3590if test $ac_cv_type_uint16_t = yes; then 3591 cat >>confdefs.h <<\EOF 3592#define u_int16_t uint16_t 3593EOF 3594 3595else 3596 { { echo "$as_me:3596: error: cannot find a suitable type for u_int16_t" >&5 3597echo "$as_me: error: cannot find a suitable type for u_int16_t" >&2;} 3598 { (exit 1); exit 1; }; } 3599fi 3600 3601fi 3602 3603 echo "$as_me:3603: checking for uint32_t" >&5 3604echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6 3605if test "${ac_cv_type_uint32_t+set}" = set; then 3606 echo $ECHO_N "(cached) $ECHO_C" >&6 3607else 3608 cat >conftest.$ac_ext <<_ACEOF 3609#line 3609 "configure" 3610#include "confdefs.h" 3611$ac_includes_default 3612int 3613main () 3614{ 3615if ((uint32_t *) 0) 3616 return 0; 3617if (sizeof (uint32_t)) 3618 return 0; 3619 ; 3620 return 0; 3621} 3622_ACEOF 3623rm -f conftest.$ac_objext 3624if { (eval echo "$as_me:3624: \"$ac_compile\"") >&5 3625 (eval $ac_compile) 2>&5 3626 ac_status=$? 3627 echo "$as_me:3627: \$? = $ac_status" >&5 3628 (exit $ac_status); } && 3629 { ac_try='test -s conftest.$ac_objext' 3630 { (eval echo "$as_me:3630: \"$ac_try\"") >&5 3631 (eval $ac_try) 2>&5 3632 ac_status=$? 3633 echo "$as_me:3633: \$? = $ac_status" >&5 3634 (exit $ac_status); }; }; then 3635 ac_cv_type_uint32_t=yes 3636else 3637 echo "$as_me: failed program was:" >&5 3638cat conftest.$ac_ext >&5 3639ac_cv_type_uint32_t=no 3640fi 3641rm -f conftest.$ac_objext conftest.$ac_ext 3642fi 3643echo "$as_me:3643: result: $ac_cv_type_uint32_t" >&5 3644echo "${ECHO_T}$ac_cv_type_uint32_t" >&6 3645if test $ac_cv_type_uint32_t = yes; then 3646 : 3647else 3648 3649 echo "$as_me:3649: checking for u_int32_t" >&5 3650echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6 3651if test "${ac_cv_type_u_int32_t+set}" = set; then 3652 echo $ECHO_N "(cached) $ECHO_C" >&6 3653else 3654 cat >conftest.$ac_ext <<_ACEOF 3655#line 3655 "configure" 3656#include "confdefs.h" 3657$ac_includes_default 3658int 3659main () 3660{ 3661if ((u_int32_t *) 0) 3662 return 0; 3663if (sizeof (u_int32_t)) 3664 return 0; 3665 ; 3666 return 0; 3667} 3668_ACEOF 3669rm -f conftest.$ac_objext 3670if { (eval echo "$as_me:3670: \"$ac_compile\"") >&5 3671 (eval $ac_compile) 2>&5 3672 ac_status=$? 3673 echo "$as_me:3673: \$? = $ac_status" >&5 3674 (exit $ac_status); } && 3675 { ac_try='test -s conftest.$ac_objext' 3676 { (eval echo "$as_me:3676: \"$ac_try\"") >&5 3677 (eval $ac_try) 2>&5 3678 ac_status=$? 3679 echo "$as_me:3679: \$? = $ac_status" >&5 3680 (exit $ac_status); }; }; then 3681 ac_cv_type_u_int32_t=yes 3682else 3683 echo "$as_me: failed program was:" >&5 3684cat conftest.$ac_ext >&5 3685ac_cv_type_u_int32_t=no 3686fi 3687rm -f conftest.$ac_objext conftest.$ac_ext 3688fi 3689echo "$as_me:3689: result: $ac_cv_type_u_int32_t" >&5 3690echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6 3691if test $ac_cv_type_u_int32_t = yes; then 3692 cat >>confdefs.h <<\EOF 3693#define uint32_t u_int32_t 3694EOF 3695 3696else 3697 { { echo "$as_me:3697: error: cannot find a suitable type for uint32_t" >&5 3698echo "$as_me: error: cannot find a suitable type for uint32_t" >&2;} 3699 { (exit 1); exit 1; }; } 3700fi 3701 3702fi 3703 3704 echo "$as_me:3704: checking for u_int32_t" >&5 3705echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6 3706if test "${ac_cv_type_u_int32_t+set}" = set; then 3707 echo $ECHO_N "(cached) $ECHO_C" >&6 3708else 3709 cat >conftest.$ac_ext <<_ACEOF 3710#line 3710 "configure" 3711#include "confdefs.h" 3712$ac_includes_default 3713int 3714main () 3715{ 3716if ((u_int32_t *) 0) 3717 return 0; 3718if (sizeof (u_int32_t)) 3719 return 0; 3720 ; 3721 return 0; 3722} 3723_ACEOF 3724rm -f conftest.$ac_objext 3725if { (eval echo "$as_me:3725: \"$ac_compile\"") >&5 3726 (eval $ac_compile) 2>&5 3727 ac_status=$? 3728 echo "$as_me:3728: \$? = $ac_status" >&5 3729 (exit $ac_status); } && 3730 { ac_try='test -s conftest.$ac_objext' 3731 { (eval echo "$as_me:3731: \"$ac_try\"") >&5 3732 (eval $ac_try) 2>&5 3733 ac_status=$? 3734 echo "$as_me:3734: \$? = $ac_status" >&5 3735 (exit $ac_status); }; }; then 3736 ac_cv_type_u_int32_t=yes 3737else 3738 echo "$as_me: failed program was:" >&5 3739cat conftest.$ac_ext >&5 3740ac_cv_type_u_int32_t=no 3741fi 3742rm -f conftest.$ac_objext conftest.$ac_ext 3743fi 3744echo "$as_me:3744: result: $ac_cv_type_u_int32_t" >&5 3745echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6 3746if test $ac_cv_type_u_int32_t = yes; then 3747 : 3748else 3749 3750 echo "$as_me:3750: checking for uint32_t" >&5 3751echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6 3752if test "${ac_cv_type_uint32_t+set}" = set; then 3753 echo $ECHO_N "(cached) $ECHO_C" >&6 3754else 3755 cat >conftest.$ac_ext <<_ACEOF 3756#line 3756 "configure" 3757#include "confdefs.h" 3758$ac_includes_default 3759int 3760main () 3761{ 3762if ((uint32_t *) 0) 3763 return 0; 3764if (sizeof (uint32_t)) 3765 return 0; 3766 ; 3767 return 0; 3768} 3769_ACEOF 3770rm -f conftest.$ac_objext 3771if { (eval echo "$as_me:3771: \"$ac_compile\"") >&5 3772 (eval $ac_compile) 2>&5 3773 ac_status=$? 3774 echo "$as_me:3774: \$? = $ac_status" >&5 3775 (exit $ac_status); } && 3776 { ac_try='test -s conftest.$ac_objext' 3777 { (eval echo "$as_me:3777: \"$ac_try\"") >&5 3778 (eval $ac_try) 2>&5 3779 ac_status=$? 3780 echo "$as_me:3780: \$? = $ac_status" >&5 3781 (exit $ac_status); }; }; then 3782 ac_cv_type_uint32_t=yes 3783else 3784 echo "$as_me: failed program was:" >&5 3785cat conftest.$ac_ext >&5 3786ac_cv_type_uint32_t=no 3787fi 3788rm -f conftest.$ac_objext conftest.$ac_ext 3789fi 3790echo "$as_me:3790: result: $ac_cv_type_uint32_t" >&5 3791echo "${ECHO_T}$ac_cv_type_uint32_t" >&6 3792if test $ac_cv_type_uint32_t = yes; then 3793 cat >>confdefs.h <<\EOF 3794#define u_int32_t uint32_t 3795EOF 3796 3797else 3798 { { echo "$as_me:3798: error: cannot find a suitable type for u_int32_t" >&5 3799echo "$as_me: error: cannot find a suitable type for u_int32_t" >&2;} 3800 { (exit 1); exit 1; }; } 3801fi 3802 3803fi 3804 3805 echo "$as_me:3805: checking for uint64_t" >&5 3806echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6 3807if test "${ac_cv_type_uint64_t+set}" = set; then 3808 echo $ECHO_N "(cached) $ECHO_C" >&6 3809else 3810 cat >conftest.$ac_ext <<_ACEOF 3811#line 3811 "configure" 3812#include "confdefs.h" 3813$ac_includes_default 3814int 3815main () 3816{ 3817if ((uint64_t *) 0) 3818 return 0; 3819if (sizeof (uint64_t)) 3820 return 0; 3821 ; 3822 return 0; 3823} 3824_ACEOF 3825rm -f conftest.$ac_objext 3826if { (eval echo "$as_me:3826: \"$ac_compile\"") >&5 3827 (eval $ac_compile) 2>&5 3828 ac_status=$? 3829 echo "$as_me:3829: \$? = $ac_status" >&5 3830 (exit $ac_status); } && 3831 { ac_try='test -s conftest.$ac_objext' 3832 { (eval echo "$as_me:3832: \"$ac_try\"") >&5 3833 (eval $ac_try) 2>&5 3834 ac_status=$? 3835 echo "$as_me:3835: \$? = $ac_status" >&5 3836 (exit $ac_status); }; }; then 3837 ac_cv_type_uint64_t=yes 3838else 3839 echo "$as_me: failed program was:" >&5 3840cat conftest.$ac_ext >&5 3841ac_cv_type_uint64_t=no 3842fi 3843rm -f conftest.$ac_objext conftest.$ac_ext 3844fi 3845echo "$as_me:3845: result: $ac_cv_type_uint64_t" >&5 3846echo "${ECHO_T}$ac_cv_type_uint64_t" >&6 3847if test $ac_cv_type_uint64_t = yes; then 3848 : 3849else 3850 3851 echo "$as_me:3851: checking for u_int64_t" >&5 3852echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6 3853if test "${ac_cv_type_u_int64_t+set}" = set; then 3854 echo $ECHO_N "(cached) $ECHO_C" >&6 3855else 3856 cat >conftest.$ac_ext <<_ACEOF 3857#line 3857 "configure" 3858#include "confdefs.h" 3859$ac_includes_default 3860int 3861main () 3862{ 3863if ((u_int64_t *) 0) 3864 return 0; 3865if (sizeof (u_int64_t)) 3866 return 0; 3867 ; 3868 return 0; 3869} 3870_ACEOF 3871rm -f conftest.$ac_objext 3872if { (eval echo "$as_me:3872: \"$ac_compile\"") >&5 3873 (eval $ac_compile) 2>&5 3874 ac_status=$? 3875 echo "$as_me:3875: \$? = $ac_status" >&5 3876 (exit $ac_status); } && 3877 { ac_try='test -s conftest.$ac_objext' 3878 { (eval echo "$as_me:3878: \"$ac_try\"") >&5 3879 (eval $ac_try) 2>&5 3880 ac_status=$? 3881 echo "$as_me:3881: \$? = $ac_status" >&5 3882 (exit $ac_status); }; }; then 3883 ac_cv_type_u_int64_t=yes 3884else 3885 echo "$as_me: failed program was:" >&5 3886cat conftest.$ac_ext >&5 3887ac_cv_type_u_int64_t=no 3888fi 3889rm -f conftest.$ac_objext conftest.$ac_ext 3890fi 3891echo "$as_me:3891: result: $ac_cv_type_u_int64_t" >&5 3892echo "${ECHO_T}$ac_cv_type_u_int64_t" >&6 3893if test $ac_cv_type_u_int64_t = yes; then 3894 cat >>confdefs.h <<\EOF 3895#define uint64_t u_int64_t 3896EOF 3897 3898else 3899 { { echo "$as_me:3899: error: cannot find a suitable type for uint64_t" >&5 3900echo "$as_me: error: cannot find a suitable type for uint64_t" >&2;} 3901 { (exit 1); exit 1; }; } 3902fi 3903 3904fi 3905 3906 echo "$as_me:3906: checking for u_int64_t" >&5 3907echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6 3908if test "${ac_cv_type_u_int64_t+set}" = set; then 3909 echo $ECHO_N "(cached) $ECHO_C" >&6 3910else 3911 cat >conftest.$ac_ext <<_ACEOF 3912#line 3912 "configure" 3913#include "confdefs.h" 3914$ac_includes_default 3915int 3916main () 3917{ 3918if ((u_int64_t *) 0) 3919 return 0; 3920if (sizeof (u_int64_t)) 3921 return 0; 3922 ; 3923 return 0; 3924} 3925_ACEOF 3926rm -f conftest.$ac_objext 3927if { (eval echo "$as_me:3927: \"$ac_compile\"") >&5 3928 (eval $ac_compile) 2>&5 3929 ac_status=$? 3930 echo "$as_me:3930: \$? = $ac_status" >&5 3931 (exit $ac_status); } && 3932 { ac_try='test -s conftest.$ac_objext' 3933 { (eval echo "$as_me:3933: \"$ac_try\"") >&5 3934 (eval $ac_try) 2>&5 3935 ac_status=$? 3936 echo "$as_me:3936: \$? = $ac_status" >&5 3937 (exit $ac_status); }; }; then 3938 ac_cv_type_u_int64_t=yes 3939else 3940 echo "$as_me: failed program was:" >&5 3941cat conftest.$ac_ext >&5 3942ac_cv_type_u_int64_t=no 3943fi 3944rm -f conftest.$ac_objext conftest.$ac_ext 3945fi 3946echo "$as_me:3946: result: $ac_cv_type_u_int64_t" >&5 3947echo "${ECHO_T}$ac_cv_type_u_int64_t" >&6 3948if test $ac_cv_type_u_int64_t = yes; then 3949 : 3950else 3951 3952 echo "$as_me:3952: checking for uint64_t" >&5 3953echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6 3954if test "${ac_cv_type_uint64_t+set}" = set; then 3955 echo $ECHO_N "(cached) $ECHO_C" >&6 3956else 3957 cat >conftest.$ac_ext <<_ACEOF 3958#line 3958 "configure" 3959#include "confdefs.h" 3960$ac_includes_default 3961int 3962main () 3963{ 3964if ((uint64_t *) 0) 3965 return 0; 3966if (sizeof (uint64_t)) 3967 return 0; 3968 ; 3969 return 0; 3970} 3971_ACEOF 3972rm -f conftest.$ac_objext 3973if { (eval echo "$as_me:3973: \"$ac_compile\"") >&5 3974 (eval $ac_compile) 2>&5 3975 ac_status=$? 3976 echo "$as_me:3976: \$? = $ac_status" >&5 3977 (exit $ac_status); } && 3978 { ac_try='test -s conftest.$ac_objext' 3979 { (eval echo "$as_me:3979: \"$ac_try\"") >&5 3980 (eval $ac_try) 2>&5 3981 ac_status=$? 3982 echo "$as_me:3982: \$? = $ac_status" >&5 3983 (exit $ac_status); }; }; then 3984 ac_cv_type_uint64_t=yes 3985else 3986 echo "$as_me: failed program was:" >&5 3987cat conftest.$ac_ext >&5 3988ac_cv_type_uint64_t=no 3989fi 3990rm -f conftest.$ac_objext conftest.$ac_ext 3991fi 3992echo "$as_me:3992: result: $ac_cv_type_uint64_t" >&5 3993echo "${ECHO_T}$ac_cv_type_uint64_t" >&6 3994if test $ac_cv_type_uint64_t = yes; then 3995 cat >>confdefs.h <<\EOF 3996#define u_int64_t uint64_t 3997EOF 3998 3999else 4000 { { echo "$as_me:4000: error: cannot find a suitable type for u_int64_t" >&5 4001echo "$as_me: error: cannot find a suitable type for u_int64_t" >&2;} 4002 { (exit 1); exit 1; }; } 4003fi 4004 4005fi 4006 4007# Struct members. 4008echo "$as_me:4008: checking for DIR.dd_fd" >&5 4009echo $ECHO_N "checking for DIR.dd_fd... $ECHO_C" >&6 4010if test "${ac_cv_member_DIR_dd_fd+set}" = set; then 4011 echo $ECHO_N "(cached) $ECHO_C" >&6 4012else 4013 cat >conftest.$ac_ext <<_ACEOF 4014#line 4014 "configure" 4015#include "confdefs.h" 4016#include <sys/types.h> 4017#include <dirent.h> 4018 4019int 4020main () 4021{ 4022static DIR ac_aggr; 4023if (ac_aggr.dd_fd) 4024return 0; 4025 ; 4026 return 0; 4027} 4028_ACEOF 4029rm -f conftest.$ac_objext 4030if { (eval echo "$as_me:4030: \"$ac_compile\"") >&5 4031 (eval $ac_compile) 2>&5 4032 ac_status=$? 4033 echo "$as_me:4033: \$? = $ac_status" >&5 4034 (exit $ac_status); } && 4035 { ac_try='test -s conftest.$ac_objext' 4036 { (eval echo "$as_me:4036: \"$ac_try\"") >&5 4037 (eval $ac_try) 2>&5 4038 ac_status=$? 4039 echo "$as_me:4039: \$? = $ac_status" >&5 4040 (exit $ac_status); }; }; then 4041 ac_cv_member_DIR_dd_fd=yes 4042else 4043 echo "$as_me: failed program was:" >&5 4044cat conftest.$ac_ext >&5 4045ac_cv_member_DIR_dd_fd=no 4046fi 4047rm -f conftest.$ac_objext conftest.$ac_ext 4048fi 4049echo "$as_me:4049: result: $ac_cv_member_DIR_dd_fd" >&5 4050echo "${ECHO_T}$ac_cv_member_DIR_dd_fd" >&6 4051if test $ac_cv_member_DIR_dd_fd = yes; then 4052 4053cat >>confdefs.h <<EOF 4054#define HAVE_DIR_DD_FD 1 4055EOF 4056 4057fi 4058echo "$as_me:4058: checking for struct dirent.d_namlen" >&5 4059echo $ECHO_N "checking for struct dirent.d_namlen... $ECHO_C" >&6 4060if test "${ac_cv_member_struct_dirent_d_namlen+set}" = set; then 4061 echo $ECHO_N "(cached) $ECHO_C" >&6 4062else 4063 cat >conftest.$ac_ext <<_ACEOF 4064#line 4064 "configure" 4065#include "confdefs.h" 4066#include <sys/types.h> 4067#include <dirent.h> 4068 4069int 4070main () 4071{ 4072static struct dirent ac_aggr; 4073if (ac_aggr.d_namlen) 4074return 0; 4075 ; 4076 return 0; 4077} 4078_ACEOF 4079rm -f conftest.$ac_objext 4080if { (eval echo "$as_me:4080: \"$ac_compile\"") >&5 4081 (eval $ac_compile) 2>&5 4082 ac_status=$? 4083 echo "$as_me:4083: \$? = $ac_status" >&5 4084 (exit $ac_status); } && 4085 { ac_try='test -s conftest.$ac_objext' 4086 { (eval echo "$as_me:4086: \"$ac_try\"") >&5 4087 (eval $ac_try) 2>&5 4088 ac_status=$? 4089 echo "$as_me:4089: \$? = $ac_status" >&5 4090 (exit $ac_status); }; }; then 4091 ac_cv_member_struct_dirent_d_namlen=yes 4092else 4093 echo "$as_me: failed program was:" >&5 4094cat conftest.$ac_ext >&5 4095ac_cv_member_struct_dirent_d_namlen=no 4096fi 4097rm -f conftest.$ac_objext conftest.$ac_ext 4098fi 4099echo "$as_me:4099: result: $ac_cv_member_struct_dirent_d_namlen" >&5 4100echo "${ECHO_T}$ac_cv_member_struct_dirent_d_namlen" >&6 4101if test $ac_cv_member_struct_dirent_d_namlen = yes; then 4102 4103cat >>confdefs.h <<EOF 4104#define HAVE_STRUCT_DIRENT_D_NAMLEN 1 4105EOF 4106 4107fi 4108 4109echo "$as_me:4109: checking for struct stat.st_flags" >&5 4110echo $ECHO_N "checking for struct stat.st_flags... $ECHO_C" >&6 4111if test "${ac_cv_member_struct_stat_st_flags+set}" = set; then 4112 echo $ECHO_N "(cached) $ECHO_C" >&6 4113else 4114 cat >conftest.$ac_ext <<_ACEOF 4115#line 4115 "configure" 4116#include "confdefs.h" 4117#include <sys/stat.h> 4118 4119int 4120main () 4121{ 4122static struct stat ac_aggr; 4123if (ac_aggr.st_flags) 4124return 0; 4125 ; 4126 return 0; 4127} 4128_ACEOF 4129rm -f conftest.$ac_objext 4130if { (eval echo "$as_me:4130: \"$ac_compile\"") >&5 4131 (eval $ac_compile) 2>&5 4132 ac_status=$? 4133 echo "$as_me:4133: \$? = $ac_status" >&5 4134 (exit $ac_status); } && 4135 { ac_try='test -s conftest.$ac_objext' 4136 { (eval echo "$as_me:4136: \"$ac_try\"") >&5 4137 (eval $ac_try) 2>&5 4138 ac_status=$? 4139 echo "$as_me:4139: \$? = $ac_status" >&5 4140 (exit $ac_status); }; }; then 4141 ac_cv_member_struct_stat_st_flags=yes 4142else 4143 echo "$as_me: failed program was:" >&5 4144cat conftest.$ac_ext >&5 4145ac_cv_member_struct_stat_st_flags=no 4146fi 4147rm -f conftest.$ac_objext conftest.$ac_ext 4148fi 4149echo "$as_me:4149: result: $ac_cv_member_struct_stat_st_flags" >&5 4150echo "${ECHO_T}$ac_cv_member_struct_stat_st_flags" >&6 4151if test $ac_cv_member_struct_stat_st_flags = yes; then 4152 4153cat >>confdefs.h <<EOF 4154#define HAVE_STRUCT_STAT_ST_FLAGS 1 4155EOF 4156 4157fi 4158echo "$as_me:4158: checking for struct stat.st_gen" >&5 4159echo $ECHO_N "checking for struct stat.st_gen... $ECHO_C" >&6 4160if test "${ac_cv_member_struct_stat_st_gen+set}" = set; then 4161 echo $ECHO_N "(cached) $ECHO_C" >&6 4162else 4163 cat >conftest.$ac_ext <<_ACEOF 4164#line 4164 "configure" 4165#include "confdefs.h" 4166#include <sys/stat.h> 4167 4168int 4169main () 4170{ 4171static struct stat ac_aggr; 4172if (ac_aggr.st_gen) 4173return 0; 4174 ; 4175 return 0; 4176} 4177_ACEOF 4178rm -f conftest.$ac_objext 4179if { (eval echo "$as_me:4179: \"$ac_compile\"") >&5 4180 (eval $ac_compile) 2>&5 4181 ac_status=$? 4182 echo "$as_me:4182: \$? = $ac_status" >&5 4183 (exit $ac_status); } && 4184 { ac_try='test -s conftest.$ac_objext' 4185 { (eval echo "$as_me:4185: \"$ac_try\"") >&5 4186 (eval $ac_try) 2>&5 4187 ac_status=$? 4188 echo "$as_me:4188: \$? = $ac_status" >&5 4189 (exit $ac_status); }; }; then 4190 ac_cv_member_struct_stat_st_gen=yes 4191else 4192 echo "$as_me: failed program was:" >&5 4193cat conftest.$ac_ext >&5 4194ac_cv_member_struct_stat_st_gen=no 4195fi 4196rm -f conftest.$ac_objext conftest.$ac_ext 4197fi 4198echo "$as_me:4198: result: $ac_cv_member_struct_stat_st_gen" >&5 4199echo "${ECHO_T}$ac_cv_member_struct_stat_st_gen" >&6 4200if test $ac_cv_member_struct_stat_st_gen = yes; then 4201 4202cat >>confdefs.h <<EOF 4203#define HAVE_STRUCT_STAT_ST_GEN 1 4204EOF 4205 4206fi 4207echo "$as_me:4207: checking for struct stat.st_birthtime" >&5 4208echo $ECHO_N "checking for struct stat.st_birthtime... $ECHO_C" >&6 4209if test "${ac_cv_member_struct_stat_st_birthtime+set}" = set; then 4210 echo $ECHO_N "(cached) $ECHO_C" >&6 4211else 4212 cat >conftest.$ac_ext <<_ACEOF 4213#line 4213 "configure" 4214#include "confdefs.h" 4215#include <sys/stat.h> 4216 4217int 4218main () 4219{ 4220static struct stat ac_aggr; 4221if (ac_aggr.st_birthtime) 4222return 0; 4223 ; 4224 return 0; 4225} 4226_ACEOF 4227rm -f conftest.$ac_objext 4228if { (eval echo "$as_me:4228: \"$ac_compile\"") >&5 4229 (eval $ac_compile) 2>&5 4230 ac_status=$? 4231 echo "$as_me:4231: \$? = $ac_status" >&5 4232 (exit $ac_status); } && 4233 { ac_try='test -s conftest.$ac_objext' 4234 { (eval echo "$as_me:4234: \"$ac_try\"") >&5 4235 (eval $ac_try) 2>&5 4236 ac_status=$? 4237 echo "$as_me:4237: \$? = $ac_status" >&5 4238 (exit $ac_status); }; }; then 4239 ac_cv_member_struct_stat_st_birthtime=yes 4240else 4241 echo "$as_me: failed program was:" >&5 4242cat conftest.$ac_ext >&5 4243ac_cv_member_struct_stat_st_birthtime=no 4244fi 4245rm -f conftest.$ac_objext conftest.$ac_ext 4246fi 4247echo "$as_me:4247: result: $ac_cv_member_struct_stat_st_birthtime" >&5 4248echo "${ECHO_T}$ac_cv_member_struct_stat_st_birthtime" >&6 4249if test $ac_cv_member_struct_stat_st_birthtime = yes; then 4250 4251cat >>confdefs.h <<EOF 4252#define HAVE_STRUCT_STAT_ST_BIRTHTIME 1 4253EOF 4254 4255fi 4256echo "$as_me:4256: checking for struct stat.st_atim" >&5 4257echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6 4258if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then 4259 echo $ECHO_N "(cached) $ECHO_C" >&6 4260else 4261 cat >conftest.$ac_ext <<_ACEOF 4262#line 4262 "configure" 4263#include "confdefs.h" 4264#include <sys/stat.h> 4265 4266int 4267main () 4268{ 4269static struct stat ac_aggr; 4270if (ac_aggr.st_atim) 4271return 0; 4272 ; 4273 return 0; 4274} 4275_ACEOF 4276rm -f conftest.$ac_objext 4277if { (eval echo "$as_me:4277: \"$ac_compile\"") >&5 4278 (eval $ac_compile) 2>&5 4279 ac_status=$? 4280 echo "$as_me:4280: \$? = $ac_status" >&5 4281 (exit $ac_status); } && 4282 { ac_try='test -s conftest.$ac_objext' 4283 { (eval echo "$as_me:4283: \"$ac_try\"") >&5 4284 (eval $ac_try) 2>&5 4285 ac_status=$? 4286 echo "$as_me:4286: \$? = $ac_status" >&5 4287 (exit $ac_status); }; }; then 4288 ac_cv_member_struct_stat_st_atim=yes 4289else 4290 echo "$as_me: failed program was:" >&5 4291cat conftest.$ac_ext >&5 4292ac_cv_member_struct_stat_st_atim=no 4293fi 4294rm -f conftest.$ac_objext conftest.$ac_ext 4295fi 4296echo "$as_me:4296: result: $ac_cv_member_struct_stat_st_atim" >&5 4297echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6 4298if test $ac_cv_member_struct_stat_st_atim = yes; then 4299 4300cat >>confdefs.h <<EOF 4301#define HAVE_STRUCT_STAT_ST_ATIM 1 4302EOF 4303 4304fi 4305echo "$as_me:4305: checking for struct stat.st_mtimensec" >&5 4306echo $ECHO_N "checking for struct stat.st_mtimensec... $ECHO_C" >&6 4307if test "${ac_cv_member_struct_stat_st_mtimensec+set}" = set; then 4308 echo $ECHO_N "(cached) $ECHO_C" >&6 4309else 4310 cat >conftest.$ac_ext <<_ACEOF 4311#line 4311 "configure" 4312#include "confdefs.h" 4313#include <sys/stat.h> 4314 4315int 4316main () 4317{ 4318static struct stat ac_aggr; 4319if (ac_aggr.st_mtimensec) 4320return 0; 4321 ; 4322 return 0; 4323} 4324_ACEOF 4325rm -f conftest.$ac_objext 4326if { (eval echo "$as_me:4326: \"$ac_compile\"") >&5 4327 (eval $ac_compile) 2>&5 4328 ac_status=$? 4329 echo "$as_me:4329: \$? = $ac_status" >&5 4330 (exit $ac_status); } && 4331 { ac_try='test -s conftest.$ac_objext' 4332 { (eval echo "$as_me:4332: \"$ac_try\"") >&5 4333 (eval $ac_try) 2>&5 4334 ac_status=$? 4335 echo "$as_me:4335: \$? = $ac_status" >&5 4336 (exit $ac_status); }; }; then 4337 ac_cv_member_struct_stat_st_mtimensec=yes 4338else 4339 echo "$as_me: failed program was:" >&5 4340cat conftest.$ac_ext >&5 4341ac_cv_member_struct_stat_st_mtimensec=no 4342fi 4343rm -f conftest.$ac_objext conftest.$ac_ext 4344fi 4345echo "$as_me:4345: result: $ac_cv_member_struct_stat_st_mtimensec" >&5 4346echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtimensec" >&6 4347if test $ac_cv_member_struct_stat_st_mtimensec = yes; then 4348 4349cat >>confdefs.h <<EOF 4350#define HAVE_STRUCT_STAT_ST_MTIMENSEC 1 4351EOF 4352 4353fi 4354 4355# Global variable decls. 4356echo "$as_me:4356: checking whether optind is declared" >&5 4357echo $ECHO_N "checking whether optind is declared... $ECHO_C" >&6 4358if test "${ac_cv_have_decl_optind+set}" = set; then 4359 echo $ECHO_N "(cached) $ECHO_C" >&6 4360else 4361 cat >conftest.$ac_ext <<_ACEOF 4362#line 4362 "configure" 4363#include "confdefs.h" 4364 4365#include <stdio.h> 4366#include <stdlib.h> 4367#include <unistd.h> 4368 4369int 4370main () 4371{ 4372#ifndef optind 4373 char *p = (char *) optind; 4374#endif 4375 4376 ; 4377 return 0; 4378} 4379_ACEOF 4380rm -f conftest.$ac_objext 4381if { (eval echo "$as_me:4381: \"$ac_compile\"") >&5 4382 (eval $ac_compile) 2>&5 4383 ac_status=$? 4384 echo "$as_me:4384: \$? = $ac_status" >&5 4385 (exit $ac_status); } && 4386 { ac_try='test -s conftest.$ac_objext' 4387 { (eval echo "$as_me:4387: \"$ac_try\"") >&5 4388 (eval $ac_try) 2>&5 4389 ac_status=$? 4390 echo "$as_me:4390: \$? = $ac_status" >&5 4391 (exit $ac_status); }; }; then 4392 ac_cv_have_decl_optind=yes 4393else 4394 echo "$as_me: failed program was:" >&5 4395cat conftest.$ac_ext >&5 4396ac_cv_have_decl_optind=no 4397fi 4398rm -f conftest.$ac_objext conftest.$ac_ext 4399fi 4400echo "$as_me:4400: result: $ac_cv_have_decl_optind" >&5 4401echo "${ECHO_T}$ac_cv_have_decl_optind" >&6 4402if test $ac_cv_have_decl_optind = yes; then 4403 4404cat >>confdefs.h <<EOF 4405#define HAVE_DECL_OPTIND 1 4406EOF 4407 4408else 4409 cat >>confdefs.h <<EOF 4410#define HAVE_DECL_OPTIND 0 4411EOF 4412 4413fi 4414echo "$as_me:4414: checking whether optreset is declared" >&5 4415echo $ECHO_N "checking whether optreset is declared... $ECHO_C" >&6 4416if test "${ac_cv_have_decl_optreset+set}" = set; then 4417 echo $ECHO_N "(cached) $ECHO_C" >&6 4418else 4419 cat >conftest.$ac_ext <<_ACEOF 4420#line 4420 "configure" 4421#include "confdefs.h" 4422 4423#include <stdio.h> 4424#include <stdlib.h> 4425#include <unistd.h> 4426 4427int 4428main () 4429{ 4430#ifndef optreset 4431 char *p = (char *) optreset; 4432#endif 4433 4434 ; 4435 return 0; 4436} 4437_ACEOF 4438rm -f conftest.$ac_objext 4439if { (eval echo "$as_me:4439: \"$ac_compile\"") >&5 4440 (eval $ac_compile) 2>&5 4441 ac_status=$? 4442 echo "$as_me:4442: \$? = $ac_status" >&5 4443 (exit $ac_status); } && 4444 { ac_try='test -s conftest.$ac_objext' 4445 { (eval echo "$as_me:4445: \"$ac_try\"") >&5 4446 (eval $ac_try) 2>&5 4447 ac_status=$? 4448 echo "$as_me:4448: \$? = $ac_status" >&5 4449 (exit $ac_status); }; }; then 4450 ac_cv_have_decl_optreset=yes 4451else 4452 echo "$as_me: failed program was:" >&5 4453cat conftest.$ac_ext >&5 4454ac_cv_have_decl_optreset=no 4455fi 4456rm -f conftest.$ac_objext conftest.$ac_ext 4457fi 4458echo "$as_me:4458: result: $ac_cv_have_decl_optreset" >&5 4459echo "${ECHO_T}$ac_cv_have_decl_optreset" >&6 4460if test $ac_cv_have_decl_optreset = yes; then 4461 4462cat >>confdefs.h <<EOF 4463#define HAVE_DECL_OPTRESET 1 4464EOF 4465 4466else 4467 cat >>confdefs.h <<EOF 4468#define HAVE_DECL_OPTRESET 0 4469EOF 4470 4471fi 4472 4473echo "$as_me:4473: checking whether sys_signame is declared" >&5 4474echo $ECHO_N "checking whether sys_signame is declared... $ECHO_C" >&6 4475if test "${ac_cv_have_decl_sys_signame+set}" = set; then 4476 echo $ECHO_N "(cached) $ECHO_C" >&6 4477else 4478 cat >conftest.$ac_ext <<_ACEOF 4479#line 4479 "configure" 4480#include "confdefs.h" 4481#include <signal.h> 4482 4483int 4484main () 4485{ 4486#ifndef sys_signame 4487 char *p = (char *) sys_signame; 4488#endif 4489 4490 ; 4491 return 0; 4492} 4493_ACEOF 4494rm -f conftest.$ac_objext 4495if { (eval echo "$as_me:4495: \"$ac_compile\"") >&5 4496 (eval $ac_compile) 2>&5 4497 ac_status=$? 4498 echo "$as_me:4498: \$? = $ac_status" >&5 4499 (exit $ac_status); } && 4500 { ac_try='test -s conftest.$ac_objext' 4501 { (eval echo "$as_me:4501: \"$ac_try\"") >&5 4502 (eval $ac_try) 2>&5 4503 ac_status=$? 4504 echo "$as_me:4504: \$? = $ac_status" >&5 4505 (exit $ac_status); }; }; then 4506 ac_cv_have_decl_sys_signame=yes 4507else 4508 echo "$as_me: failed program was:" >&5 4509cat conftest.$ac_ext >&5 4510ac_cv_have_decl_sys_signame=no 4511fi 4512rm -f conftest.$ac_objext conftest.$ac_ext 4513fi 4514echo "$as_me:4514: result: $ac_cv_have_decl_sys_signame" >&5 4515echo "${ECHO_T}$ac_cv_have_decl_sys_signame" >&6 4516if test $ac_cv_have_decl_sys_signame = yes; then 4517 4518cat >>confdefs.h <<EOF 4519#define HAVE_DECL_SYS_SIGNAME 1 4520EOF 4521 4522else 4523 cat >>confdefs.h <<EOF 4524#define HAVE_DECL_SYS_SIGNAME 0 4525EOF 4526 4527fi 4528 4529# Library functions (where a .h check isn't enough). 4530# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 4531# for constant arguments. Useless! 4532echo "$as_me:4532: checking for working alloca.h" >&5 4533echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 4534if test "${ac_cv_working_alloca_h+set}" = set; then 4535 echo $ECHO_N "(cached) $ECHO_C" >&6 4536else 4537 cat >conftest.$ac_ext <<_ACEOF 4538#line 4538 "configure" 4539#include "confdefs.h" 4540#include <alloca.h> 4541int 4542main () 4543{ 4544char *p = (char *) alloca (2 * sizeof (int)); 4545 ; 4546 return 0; 4547} 4548_ACEOF 4549rm -f conftest.$ac_objext conftest$ac_exeext 4550if { (eval echo "$as_me:4550: \"$ac_link\"") >&5 4551 (eval $ac_link) 2>&5 4552 ac_status=$? 4553 echo "$as_me:4553: \$? = $ac_status" >&5 4554 (exit $ac_status); } && 4555 { ac_try='test -s conftest$ac_exeext' 4556 { (eval echo "$as_me:4556: \"$ac_try\"") >&5 4557 (eval $ac_try) 2>&5 4558 ac_status=$? 4559 echo "$as_me:4559: \$? = $ac_status" >&5 4560 (exit $ac_status); }; }; then 4561 ac_cv_working_alloca_h=yes 4562else 4563 echo "$as_me: failed program was:" >&5 4564cat conftest.$ac_ext >&5 4565ac_cv_working_alloca_h=no 4566fi 4567rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4568fi 4569echo "$as_me:4569: result: $ac_cv_working_alloca_h" >&5 4570echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 4571if test $ac_cv_working_alloca_h = yes; then 4572 4573cat >>confdefs.h <<\EOF 4574#define HAVE_ALLOCA_H 1 4575EOF 4576 4577fi 4578 4579echo "$as_me:4579: checking for alloca" >&5 4580echo $ECHO_N "checking for alloca... $ECHO_C" >&6 4581if test "${ac_cv_func_alloca_works+set}" = set; then 4582 echo $ECHO_N "(cached) $ECHO_C" >&6 4583else 4584 cat >conftest.$ac_ext <<_ACEOF 4585#line 4585 "configure" 4586#include "confdefs.h" 4587#ifdef __GNUC__ 4588# define alloca __builtin_alloca 4589#else 4590# ifdef _MSC_VER 4591# include <malloc.h> 4592# define alloca _alloca 4593# else 4594# if HAVE_ALLOCA_H 4595# include <alloca.h> 4596# else 4597# ifdef _AIX 4598 #pragma alloca 4599# else 4600# ifndef alloca /* predefined by HP cc +Olibcalls */ 4601char *alloca (); 4602# endif 4603# endif 4604# endif 4605# endif 4606#endif 4607 4608int 4609main () 4610{ 4611char *p = (char *) alloca (1); 4612 ; 4613 return 0; 4614} 4615_ACEOF 4616rm -f conftest.$ac_objext conftest$ac_exeext 4617if { (eval echo "$as_me:4617: \"$ac_link\"") >&5 4618 (eval $ac_link) 2>&5 4619 ac_status=$? 4620 echo "$as_me:4620: \$? = $ac_status" >&5 4621 (exit $ac_status); } && 4622 { ac_try='test -s conftest$ac_exeext' 4623 { (eval echo "$as_me:4623: \"$ac_try\"") >&5 4624 (eval $ac_try) 2>&5 4625 ac_status=$? 4626 echo "$as_me:4626: \$? = $ac_status" >&5 4627 (exit $ac_status); }; }; then 4628 ac_cv_func_alloca_works=yes 4629else 4630 echo "$as_me: failed program was:" >&5 4631cat conftest.$ac_ext >&5 4632ac_cv_func_alloca_works=no 4633fi 4634rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4635fi 4636echo "$as_me:4636: result: $ac_cv_func_alloca_works" >&5 4637echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 4638 4639if test $ac_cv_func_alloca_works = yes; then 4640 4641cat >>confdefs.h <<\EOF 4642#define HAVE_ALLOCA 1 4643EOF 4644 4645else 4646 # The SVR3 libPW and SVR4 libucb both contain incompatible functions 4647# that cause trouble. Some versions do not even contain alloca or 4648# contain a buggy version. If you still want to use their alloca, 4649# use ar to extract alloca.o from them instead of compiling alloca.c. 4650 4651ALLOCA=alloca.$ac_objext 4652 4653cat >>confdefs.h <<\EOF 4654#define C_ALLOCA 1 4655EOF 4656 4657echo "$as_me:4657: checking whether \`alloca.c' needs Cray hooks" >&5 4658echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 4659if test "${ac_cv_os_cray+set}" = set; then 4660 echo $ECHO_N "(cached) $ECHO_C" >&6 4661else 4662 cat >conftest.$ac_ext <<_ACEOF 4663#line 4663 "configure" 4664#include "confdefs.h" 4665#if defined(CRAY) && ! defined(CRAY2) 4666webecray 4667#else 4668wenotbecray 4669#endif 4670 4671_ACEOF 4672if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4673 egrep "webecray" >/dev/null 2>&1; then 4674 ac_cv_os_cray=yes 4675else 4676 ac_cv_os_cray=no 4677fi 4678rm -f conftest* 4679 4680fi 4681echo "$as_me:4681: result: $ac_cv_os_cray" >&5 4682echo "${ECHO_T}$ac_cv_os_cray" >&6 4683if test $ac_cv_os_cray = yes; then 4684 for ac_func in _getb67 GETB67 getb67; do 4685 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4686echo "$as_me:4686: checking for $ac_func" >&5 4687echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4688if eval "test \"\${$as_ac_var+set}\" = set"; then 4689 echo $ECHO_N "(cached) $ECHO_C" >&6 4690else 4691 cat >conftest.$ac_ext <<_ACEOF 4692#line 4692 "configure" 4693#include "confdefs.h" 4694/* System header to define __stub macros and hopefully few prototypes, 4695 which can conflict with char $ac_func (); below. */ 4696#include <assert.h> 4697/* Override any gcc2 internal prototype to avoid an error. */ 4698#ifdef __cplusplus 4699extern "C" 4700#endif 4701/* We use char because int might match the return type of a gcc2 4702 builtin and then its argument prototype would still apply. */ 4703char $ac_func (); 4704char (*f) (); 4705 4706int 4707main () 4708{ 4709/* The GNU C library defines this for functions which it implements 4710 to always fail with ENOSYS. Some functions are actually named 4711 something starting with __ and the normal name is an alias. */ 4712#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 4713choke me 4714#else 4715f = $ac_func; 4716#endif 4717 4718 ; 4719 return 0; 4720} 4721_ACEOF 4722rm -f conftest.$ac_objext conftest$ac_exeext 4723if { (eval echo "$as_me:4723: \"$ac_link\"") >&5 4724 (eval $ac_link) 2>&5 4725 ac_status=$? 4726 echo "$as_me:4726: \$? = $ac_status" >&5 4727 (exit $ac_status); } && 4728 { ac_try='test -s conftest$ac_exeext' 4729 { (eval echo "$as_me:4729: \"$ac_try\"") >&5 4730 (eval $ac_try) 2>&5 4731 ac_status=$? 4732 echo "$as_me:4732: \$? = $ac_status" >&5 4733 (exit $ac_status); }; }; then 4734 eval "$as_ac_var=yes" 4735else 4736 echo "$as_me: failed program was:" >&5 4737cat conftest.$ac_ext >&5 4738eval "$as_ac_var=no" 4739fi 4740rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4741fi 4742echo "$as_me:4742: result: `eval echo '${'$as_ac_var'}'`" >&5 4743echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 4744if test `eval echo '${'$as_ac_var'}'` = yes; then 4745 4746cat >>confdefs.h <<EOF 4747#define CRAY_STACKSEG_END $ac_func 4748EOF 4749 4750 break 4751fi 4752 4753 done 4754fi 4755 4756echo "$as_me:4756: checking stack direction for C alloca" >&5 4757echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 4758if test "${ac_cv_c_stack_direction+set}" = set; then 4759 echo $ECHO_N "(cached) $ECHO_C" >&6 4760else 4761 if test "$cross_compiling" = yes; then 4762 ac_cv_c_stack_direction=0 4763else 4764 cat >conftest.$ac_ext <<_ACEOF 4765#line 4765 "configure" 4766#include "confdefs.h" 4767int 4768find_stack_direction () 4769{ 4770 static char *addr = 0; 4771 auto char dummy; 4772 if (addr == 0) 4773 { 4774 addr = &dummy; 4775 return find_stack_direction (); 4776 } 4777 else 4778 return (&dummy > addr) ? 1 : -1; 4779} 4780 4781int 4782main () 4783{ 4784 exit (find_stack_direction () < 0); 4785} 4786_ACEOF 4787rm -f conftest$ac_exeext 4788if { (eval echo "$as_me:4788: \"$ac_link\"") >&5 4789 (eval $ac_link) 2>&5 4790 ac_status=$? 4791 echo "$as_me:4791: \$? = $ac_status" >&5 4792 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4793 { (eval echo "$as_me:4793: \"$ac_try\"") >&5 4794 (eval $ac_try) 2>&5 4795 ac_status=$? 4796 echo "$as_me:4796: \$? = $ac_status" >&5 4797 (exit $ac_status); }; }; then 4798 ac_cv_c_stack_direction=1 4799else 4800 echo "$as_me: program exited with status $ac_status" >&5 4801echo "$as_me: failed program was:" >&5 4802cat conftest.$ac_ext >&5 4803ac_cv_c_stack_direction=-1 4804fi 4805rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4806fi 4807fi 4808echo "$as_me:4808: result: $ac_cv_c_stack_direction" >&5 4809echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 4810 4811cat >>confdefs.h <<EOF 4812#define STACK_DIRECTION $ac_cv_c_stack_direction 4813EOF 4814 4815fi 4816 4817for ac_func in atoll asprintf asnprintf basename devname dirfd dirname \ 4818 fgetln flock fparseln futimes getopt getopt_long group_from_gid \ 4819 isblank issetugid lchflags lchmod lchown lutimes mkstemp mkdtemp \ 4820 poll pread putc_unlocked pwcache_userdb pwrite random setenv \ 4821 setgroupent setprogname setpassent snprintf strlcat strlcpy strsep \ 4822 strsuftoll strtoll \ 4823 user_from_uid vasprintf vasnprintf vsnprintf 4824do 4825as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4826echo "$as_me:4826: checking for $ac_func" >&5 4827echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4828if eval "test \"\${$as_ac_var+set}\" = set"; then 4829 echo $ECHO_N "(cached) $ECHO_C" >&6 4830else 4831 cat >conftest.$ac_ext <<_ACEOF 4832#line 4832 "configure" 4833#include "confdefs.h" 4834/* System header to define __stub macros and hopefully few prototypes, 4835 which can conflict with char $ac_func (); below. */ 4836#include <assert.h> 4837/* Override any gcc2 internal prototype to avoid an error. */ 4838#ifdef __cplusplus 4839extern "C" 4840#endif 4841/* We use char because int might match the return type of a gcc2 4842 builtin and then its argument prototype would still apply. */ 4843char $ac_func (); 4844char (*f) (); 4845 4846int 4847main () 4848{ 4849/* The GNU C library defines this for functions which it implements 4850 to always fail with ENOSYS. Some functions are actually named 4851 something starting with __ and the normal name is an alias. */ 4852#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 4853choke me 4854#else 4855f = $ac_func; 4856#endif 4857 4858 ; 4859 return 0; 4860} 4861_ACEOF 4862rm -f conftest.$ac_objext conftest$ac_exeext 4863if { (eval echo "$as_me:4863: \"$ac_link\"") >&5 4864 (eval $ac_link) 2>&5 4865 ac_status=$? 4866 echo "$as_me:4866: \$? = $ac_status" >&5 4867 (exit $ac_status); } && 4868 { ac_try='test -s conftest$ac_exeext' 4869 { (eval echo "$as_me:4869: \"$ac_try\"") >&5 4870 (eval $ac_try) 2>&5 4871 ac_status=$? 4872 echo "$as_me:4872: \$? = $ac_status" >&5 4873 (exit $ac_status); }; }; then 4874 eval "$as_ac_var=yes" 4875else 4876 echo "$as_me: failed program was:" >&5 4877cat conftest.$ac_ext >&5 4878eval "$as_ac_var=no" 4879fi 4880rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4881fi 4882echo "$as_me:4882: result: `eval echo '${'$as_ac_var'}'`" >&5 4883echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 4884if test `eval echo '${'$as_ac_var'}'` = yes; then 4885 cat >>confdefs.h <<EOF 4886#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 4887EOF 4888 4889fi 4890done 4891 4892for ac_func in htobe16, htobe32, htobe64, htole16, htole32, htole64, be16toh, be32toh, be64toh, le16toh, le32toh, le64toh 4893do 4894as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4895echo "$as_me:4895: checking for $ac_func" >&5 4896echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4897if eval "test \"\${$as_ac_var+set}\" = set"; then 4898 echo $ECHO_N "(cached) $ECHO_C" >&6 4899else 4900 cat >conftest.$ac_ext <<_ACEOF 4901#line 4901 "configure" 4902#include "confdefs.h" 4903/* System header to define __stub macros and hopefully few prototypes, 4904 which can conflict with char $ac_func (); below. */ 4905#include <assert.h> 4906/* Override any gcc2 internal prototype to avoid an error. */ 4907#ifdef __cplusplus 4908extern "C" 4909#endif 4910/* We use char because int might match the return type of a gcc2 4911 builtin and then its argument prototype would still apply. */ 4912char $ac_func (); 4913char (*f) (); 4914 4915int 4916main () 4917{ 4918/* The GNU C library defines this for functions which it implements 4919 to always fail with ENOSYS. Some functions are actually named 4920 something starting with __ and the normal name is an alias. */ 4921#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 4922choke me 4923#else 4924f = $ac_func; 4925#endif 4926 4927 ; 4928 return 0; 4929} 4930_ACEOF 4931rm -f conftest.$ac_objext conftest$ac_exeext 4932if { (eval echo "$as_me:4932: \"$ac_link\"") >&5 4933 (eval $ac_link) 2>&5 4934 ac_status=$? 4935 echo "$as_me:4935: \$? = $ac_status" >&5 4936 (exit $ac_status); } && 4937 { ac_try='test -s conftest$ac_exeext' 4938 { (eval echo "$as_me:4938: \"$ac_try\"") >&5 4939 (eval $ac_try) 2>&5 4940 ac_status=$? 4941 echo "$as_me:4941: \$? = $ac_status" >&5 4942 (exit $ac_status); }; }; then 4943 eval "$as_ac_var=yes" 4944else 4945 echo "$as_me: failed program was:" >&5 4946cat conftest.$ac_ext >&5 4947eval "$as_ac_var=no" 4948fi 4949rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4950fi 4951echo "$as_me:4951: result: `eval echo '${'$as_ac_var'}'`" >&5 4952echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 4953if test `eval echo '${'$as_ac_var'}'` = yes; then 4954 cat >>confdefs.h <<EOF 4955#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 4956EOF 4957 4958fi 4959done 4960 4961for ac_func in bswap16, bswap32, bswap64 4962do 4963as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4964echo "$as_me:4964: checking for $ac_func" >&5 4965echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4966if eval "test \"\${$as_ac_var+set}\" = set"; then 4967 echo $ECHO_N "(cached) $ECHO_C" >&6 4968else 4969 cat >conftest.$ac_ext <<_ACEOF 4970#line 4970 "configure" 4971#include "confdefs.h" 4972/* System header to define __stub macros and hopefully few prototypes, 4973 which can conflict with char $ac_func (); below. */ 4974#include <assert.h> 4975/* Override any gcc2 internal prototype to avoid an error. */ 4976#ifdef __cplusplus 4977extern "C" 4978#endif 4979/* We use char because int might match the return type of a gcc2 4980 builtin and then its argument prototype would still apply. */ 4981char $ac_func (); 4982char (*f) (); 4983 4984int 4985main () 4986{ 4987/* The GNU C library defines this for functions which it implements 4988 to always fail with ENOSYS. Some functions are actually named 4989 something starting with __ and the normal name is an alias. */ 4990#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 4991choke me 4992#else 4993f = $ac_func; 4994#endif 4995 4996 ; 4997 return 0; 4998} 4999_ACEOF 5000rm -f conftest.$ac_objext conftest$ac_exeext 5001if { (eval echo "$as_me:5001: \"$ac_link\"") >&5 5002 (eval $ac_link) 2>&5 5003 ac_status=$? 5004 echo "$as_me:5004: \$? = $ac_status" >&5 5005 (exit $ac_status); } && 5006 { ac_try='test -s conftest$ac_exeext' 5007 { (eval echo "$as_me:5007: \"$ac_try\"") >&5 5008 (eval $ac_try) 2>&5 5009 ac_status=$? 5010 echo "$as_me:5010: \$? = $ac_status" >&5 5011 (exit $ac_status); }; }; then 5012 eval "$as_ac_var=yes" 5013else 5014 echo "$as_me: failed program was:" >&5 5015cat conftest.$ac_ext >&5 5016eval "$as_ac_var=no" 5017fi 5018rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5019fi 5020echo "$as_me:5020: result: `eval echo '${'$as_ac_var'}'`" >&5 5021echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5022if test `eval echo '${'$as_ac_var'}'` = yes; then 5023 cat >>confdefs.h <<EOF 5024#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 5025EOF 5026 5027fi 5028done 5029 5030echo "$as_me:5030: checking whether setgroupent is declared" >&5 5031echo $ECHO_N "checking whether setgroupent is declared... $ECHO_C" >&6 5032if test "${ac_cv_have_decl_setgroupent+set}" = set; then 5033 echo $ECHO_N "(cached) $ECHO_C" >&6 5034else 5035 cat >conftest.$ac_ext <<_ACEOF 5036#line 5036 "configure" 5037#include "confdefs.h" 5038 5039#include <sys/types.h> 5040#include <grp.h> 5041#include <pwd.h> 5042 5043int 5044main () 5045{ 5046#ifndef setgroupent 5047 char *p = (char *) setgroupent; 5048#endif 5049 5050 ; 5051 return 0; 5052} 5053_ACEOF 5054rm -f conftest.$ac_objext 5055if { (eval echo "$as_me:5055: \"$ac_compile\"") >&5 5056 (eval $ac_compile) 2>&5 5057 ac_status=$? 5058 echo "$as_me:5058: \$? = $ac_status" >&5 5059 (exit $ac_status); } && 5060 { ac_try='test -s conftest.$ac_objext' 5061 { (eval echo "$as_me:5061: \"$ac_try\"") >&5 5062 (eval $ac_try) 2>&5 5063 ac_status=$? 5064 echo "$as_me:5064: \$? = $ac_status" >&5 5065 (exit $ac_status); }; }; then 5066 ac_cv_have_decl_setgroupent=yes 5067else 5068 echo "$as_me: failed program was:" >&5 5069cat conftest.$ac_ext >&5 5070ac_cv_have_decl_setgroupent=no 5071fi 5072rm -f conftest.$ac_objext conftest.$ac_ext 5073fi 5074echo "$as_me:5074: result: $ac_cv_have_decl_setgroupent" >&5 5075echo "${ECHO_T}$ac_cv_have_decl_setgroupent" >&6 5076if test $ac_cv_have_decl_setgroupent = yes; then 5077 5078cat >>confdefs.h <<EOF 5079#define HAVE_DECL_SETGROUPENT 1 5080EOF 5081 5082else 5083 cat >>confdefs.h <<EOF 5084#define HAVE_DECL_SETGROUPENT 0 5085EOF 5086 5087fi 5088echo "$as_me:5088: checking whether setpassent is declared" >&5 5089echo $ECHO_N "checking whether setpassent is declared... $ECHO_C" >&6 5090if test "${ac_cv_have_decl_setpassent+set}" = set; then 5091 echo $ECHO_N "(cached) $ECHO_C" >&6 5092else 5093 cat >conftest.$ac_ext <<_ACEOF 5094#line 5094 "configure" 5095#include "confdefs.h" 5096 5097#include <sys/types.h> 5098#include <grp.h> 5099#include <pwd.h> 5100 5101int 5102main () 5103{ 5104#ifndef setpassent 5105 char *p = (char *) setpassent; 5106#endif 5107 5108 ; 5109 return 0; 5110} 5111_ACEOF 5112rm -f conftest.$ac_objext 5113if { (eval echo "$as_me:5113: \"$ac_compile\"") >&5 5114 (eval $ac_compile) 2>&5 5115 ac_status=$? 5116 echo "$as_me:5116: \$? = $ac_status" >&5 5117 (exit $ac_status); } && 5118 { ac_try='test -s conftest.$ac_objext' 5119 { (eval echo "$as_me:5119: \"$ac_try\"") >&5 5120 (eval $ac_try) 2>&5 5121 ac_status=$? 5122 echo "$as_me:5122: \$? = $ac_status" >&5 5123 (exit $ac_status); }; }; then 5124 ac_cv_have_decl_setpassent=yes 5125else 5126 echo "$as_me: failed program was:" >&5 5127cat conftest.$ac_ext >&5 5128ac_cv_have_decl_setpassent=no 5129fi 5130rm -f conftest.$ac_objext conftest.$ac_ext 5131fi 5132echo "$as_me:5132: result: $ac_cv_have_decl_setpassent" >&5 5133echo "${ECHO_T}$ac_cv_have_decl_setpassent" >&6 5134if test $ac_cv_have_decl_setpassent = yes; then 5135 5136cat >>confdefs.h <<EOF 5137#define HAVE_DECL_SETPASSENT 1 5138EOF 5139 5140else 5141 cat >>confdefs.h <<EOF 5142#define HAVE_DECL_SETPASSENT 0 5143EOF 5144 5145fi 5146 5147# regcomp() and regexec() are also names of functions in the old V8 5148# regexp package. To avoid them, we need to find out who has regfree(). 5149 5150echo "$as_me:5150: checking for regfree in -lregex" >&5 5151echo $ECHO_N "checking for regfree in -lregex... $ECHO_C" >&6 5152if test "${ac_cv_lib_regex_regfree+set}" = set; then 5153 echo $ECHO_N "(cached) $ECHO_C" >&6 5154else 5155 ac_check_lib_save_LIBS=$LIBS 5156LIBS="-lregex $LIBS" 5157cat >conftest.$ac_ext <<_ACEOF 5158#line 5158 "configure" 5159#include "confdefs.h" 5160 5161/* Override any gcc2 internal prototype to avoid an error. */ 5162#ifdef __cplusplus 5163extern "C" 5164#endif 5165/* We use char because int might match the return type of a gcc2 5166 builtin and then its argument prototype would still apply. */ 5167char regfree (); 5168int 5169main () 5170{ 5171regfree (); 5172 ; 5173 return 0; 5174} 5175_ACEOF 5176rm -f conftest.$ac_objext conftest$ac_exeext 5177if { (eval echo "$as_me:5177: \"$ac_link\"") >&5 5178 (eval $ac_link) 2>&5 5179 ac_status=$? 5180 echo "$as_me:5180: \$? = $ac_status" >&5 5181 (exit $ac_status); } && 5182 { ac_try='test -s conftest$ac_exeext' 5183 { (eval echo "$as_me:5183: \"$ac_try\"") >&5 5184 (eval $ac_try) 2>&5 5185 ac_status=$? 5186 echo "$as_me:5186: \$? = $ac_status" >&5 5187 (exit $ac_status); }; }; then 5188 ac_cv_lib_regex_regfree=yes 5189else 5190 echo "$as_me: failed program was:" >&5 5191cat conftest.$ac_ext >&5 5192ac_cv_lib_regex_regfree=no 5193fi 5194rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5195LIBS=$ac_check_lib_save_LIBS 5196fi 5197echo "$as_me:5197: result: $ac_cv_lib_regex_regfree" >&5 5198echo "${ECHO_T}$ac_cv_lib_regex_regfree" >&6 5199if test $ac_cv_lib_regex_regfree = yes; then 5200 cat >>confdefs.h <<EOF 5201#define HAVE_LIBREGEX 1 5202EOF 5203 5204 LIBS="-lregex $LIBS" 5205 5206fi 5207 5208echo "$as_me:5208: checking for library containing regfree" >&5 5209echo $ECHO_N "checking for library containing regfree... $ECHO_C" >&6 5210if test "${ac_cv_search_regfree+set}" = set; then 5211 echo $ECHO_N "(cached) $ECHO_C" >&6 5212else 5213 ac_func_search_save_LIBS=$LIBS 5214ac_cv_search_regfree=no 5215cat >conftest.$ac_ext <<_ACEOF 5216#line 5216 "configure" 5217#include "confdefs.h" 5218 5219/* Override any gcc2 internal prototype to avoid an error. */ 5220#ifdef __cplusplus 5221extern "C" 5222#endif 5223/* We use char because int might match the return type of a gcc2 5224 builtin and then its argument prototype would still apply. */ 5225char regfree (); 5226int 5227main () 5228{ 5229regfree (); 5230 ; 5231 return 0; 5232} 5233_ACEOF 5234rm -f conftest.$ac_objext conftest$ac_exeext 5235if { (eval echo "$as_me:5235: \"$ac_link\"") >&5 5236 (eval $ac_link) 2>&5 5237 ac_status=$? 5238 echo "$as_me:5238: \$? = $ac_status" >&5 5239 (exit $ac_status); } && 5240 { ac_try='test -s conftest$ac_exeext' 5241 { (eval echo "$as_me:5241: \"$ac_try\"") >&5 5242 (eval $ac_try) 2>&5 5243 ac_status=$? 5244 echo "$as_me:5244: \$? = $ac_status" >&5 5245 (exit $ac_status); }; }; then 5246 ac_cv_search_regfree="none required" 5247else 5248 echo "$as_me: failed program was:" >&5 5249cat conftest.$ac_ext >&5 5250fi 5251rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5252if test "$ac_cv_search_regfree" = no; then 5253 for ac_lib in rx posix; do 5254 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 5255 cat >conftest.$ac_ext <<_ACEOF 5256#line 5256 "configure" 5257#include "confdefs.h" 5258 5259/* Override any gcc2 internal prototype to avoid an error. */ 5260#ifdef __cplusplus 5261extern "C" 5262#endif 5263/* We use char because int might match the return type of a gcc2 5264 builtin and then its argument prototype would still apply. */ 5265char regfree (); 5266int 5267main () 5268{ 5269regfree (); 5270 ; 5271 return 0; 5272} 5273_ACEOF 5274rm -f conftest.$ac_objext conftest$ac_exeext 5275if { (eval echo "$as_me:5275: \"$ac_link\"") >&5 5276 (eval $ac_link) 2>&5 5277 ac_status=$? 5278 echo "$as_me:5278: \$? = $ac_status" >&5 5279 (exit $ac_status); } && 5280 { ac_try='test -s conftest$ac_exeext' 5281 { (eval echo "$as_me:5281: \"$ac_try\"") >&5 5282 (eval $ac_try) 2>&5 5283 ac_status=$? 5284 echo "$as_me:5284: \$? = $ac_status" >&5 5285 (exit $ac_status); }; }; then 5286 ac_cv_search_regfree="-l$ac_lib" 5287break 5288else 5289 echo "$as_me: failed program was:" >&5 5290cat conftest.$ac_ext >&5 5291fi 5292rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5293 done 5294fi 5295LIBS=$ac_func_search_save_LIBS 5296fi 5297echo "$as_me:5297: result: $ac_cv_search_regfree" >&5 5298echo "${ECHO_T}$ac_cv_search_regfree" >&6 5299if test "$ac_cv_search_regfree" != no; then 5300 test "$ac_cv_search_regfree" = "none required" || LIBS="$ac_cv_search_regfree $LIBS" 5301 5302fi 5303 5304cat >confcache <<\_ACEOF 5305# This file is a shell script that caches the results of configure 5306# tests run on this system so they can be shared between configure 5307# scripts and configure runs, see configure's option --config-cache. 5308# It is not useful on other systems. If it contains results you don't 5309# want to keep, you may remove or edit it. 5310# 5311# config.status only pays attention to the cache file if you give it 5312# the --recheck option to rerun configure. 5313# 5314# `ac_cv_env_foo' variables (set or unset) will be overriden when 5315# loading this file, other *unset* `ac_cv_foo' will be assigned the 5316# following values. 5317 5318_ACEOF 5319 5320# The following way of writing the cache mishandles newlines in values, 5321# but we know of no workaround that is simple, portable, and efficient. 5322# So, don't put newlines in cache variables' values. 5323# Ultrix sh set writes to stderr and can't be redirected directly, 5324# and sets the high bit in the cache file unless we assign to the vars. 5325{ 5326 (set) 2>&1 | 5327 case `(ac_space=' '; set | grep ac_space) 2>&1` in 5328 *ac_space=\ *) 5329 # `set' does not quote correctly, so add quotes (double-quote 5330 # substitution turns \\\\ into \\, and sed turns \\ into \). 5331 sed -n \ 5332 "s/'/'\\\\''/g; 5333 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 5334 ;; 5335 *) 5336 # `set' quotes correctly as required by POSIX, so do not add quotes. 5337 sed -n \ 5338 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 5339 ;; 5340 esac; 5341} | 5342 sed ' 5343 t clear 5344 : clear 5345 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 5346 t end 5347 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 5348 : end' >>confcache 5349if cmp -s $cache_file confcache; then :; else 5350 if test -w $cache_file; then 5351 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 5352 cat confcache >$cache_file 5353 else 5354 echo "not updating unwritable cache $cache_file" 5355 fi 5356fi 5357rm -f confcache 5358 5359test "x$prefix" = xNONE && prefix=$ac_default_prefix 5360# Let make expand exec_prefix. 5361test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 5362 5363# VPATH may cause trouble with some makes, so we remove $(srcdir), 5364# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 5365# trailing colons and then remove the whole line if VPATH becomes empty 5366# (actually we leave an empty line to preserve line numbers). 5367if test "x$srcdir" = x.; then 5368 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 5369s/:*\$(srcdir):*/:/; 5370s/:*\${srcdir}:*/:/; 5371s/:*@srcdir@:*/:/; 5372s/^\([^=]*=[ ]*\):*/\1/; 5373s/:*$//; 5374s/^[^=]*=[ ]*$//; 5375}' 5376fi 5377 5378DEFS=-DHAVE_CONFIG_H 5379 5380: ${CONFIG_STATUS=./config.status} 5381ac_clean_files_save=$ac_clean_files 5382ac_clean_files="$ac_clean_files $CONFIG_STATUS" 5383{ echo "$as_me:5383: creating $CONFIG_STATUS" >&5 5384echo "$as_me: creating $CONFIG_STATUS" >&6;} 5385cat >$CONFIG_STATUS <<_ACEOF 5386#! $SHELL 5387# Generated automatically by configure. 5388# Run this file to recreate the current configuration. 5389# Compiler output produced by configure, useful for debugging 5390# configure, is in config.log if it exists. 5391 5392debug=false 5393SHELL=\${CONFIG_SHELL-$SHELL} 5394ac_cs_invocation="\$0 \$@" 5395 5396_ACEOF 5397 5398cat >>$CONFIG_STATUS <<\_ACEOF 5399# Be Bourne compatible 5400if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 5401 emulate sh 5402 NULLCMD=: 5403elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 5404 set -o posix 5405fi 5406 5407# Name of the executable. 5408as_me=`echo "$0" |sed 's,.*[\\/],,'` 5409 5410if expr a : '\(a\)' >/dev/null 2>&1; then 5411 as_expr=expr 5412else 5413 as_expr=false 5414fi 5415 5416rm -f conf$$ conf$$.exe conf$$.file 5417echo >conf$$.file 5418if ln -s conf$$.file conf$$ 2>/dev/null; then 5419 # We could just check for DJGPP; but this test a) works b) is more generic 5420 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 5421 if test -f conf$$.exe; then 5422 # Don't use ln at all; we don't have any links 5423 as_ln_s='cp -p' 5424 else 5425 as_ln_s='ln -s' 5426 fi 5427elif ln conf$$.file conf$$ 2>/dev/null; then 5428 as_ln_s=ln 5429else 5430 as_ln_s='cp -p' 5431fi 5432rm -f conf$$ conf$$.exe conf$$.file 5433 5434as_executable_p="test -f" 5435 5436# Support unset when possible. 5437if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 5438 as_unset=unset 5439else 5440 as_unset=false 5441fi 5442 5443# NLS nuisances. 5444$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; } 5445$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; } 5446$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; } 5447$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; } 5448$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; } 5449$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; } 5450$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; } 5451$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; } 5452 5453# IFS 5454# We need space, tab and new line, in precisely that order. 5455as_nl=' 5456' 5457IFS=" $as_nl" 5458 5459# CDPATH. 5460$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; } 5461 5462exec 6>&1 5463 5464_ACEOF 5465 5466# Files that config.status was made for. 5467if test -n "$ac_config_files"; then 5468 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 5469fi 5470 5471if test -n "$ac_config_headers"; then 5472 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 5473fi 5474 5475if test -n "$ac_config_links"; then 5476 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 5477fi 5478 5479if test -n "$ac_config_commands"; then 5480 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 5481fi 5482 5483cat >>$CONFIG_STATUS <<\EOF 5484 5485ac_cs_usage="\ 5486\`$as_me' instantiates files from templates according to the 5487current configuration. 5488 5489Usage: $0 [OPTIONS] [FILE]... 5490 5491 -h, --help print this help, then exit 5492 -V, --version print version number, then exit 5493 -d, --debug don't remove temporary files 5494 --recheck update $as_me by reconfiguring in the same conditions 5495 --file=FILE[:TEMPLATE] 5496 instantiate the configuration file FILE 5497 --header=FILE[:TEMPLATE] 5498 instantiate the configuration header FILE 5499 5500Configuration files: 5501$config_files 5502 5503Configuration headers: 5504$config_headers 5505 5506Report bugs to <bug-autoconf@gnu.org>." 5507EOF 5508 5509cat >>$CONFIG_STATUS <<EOF 5510ac_cs_version="\\ 5511libnbcompat config.status noversion 5512configured by $0, generated by GNU Autoconf 2.52, 5513 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 5514 5515Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 5516Free Software Foundation, Inc. 5517This config.status script is free software; the Free Software Foundation 5518gives unlimited permission to copy, distribute and modify it." 5519srcdir=$srcdir 5520EOF 5521 5522cat >>$CONFIG_STATUS <<\EOF 5523# If no file are specified by the user, then we need to provide default 5524# value. By we need to know if files were specified by the user. 5525ac_need_defaults=: 5526while test $# != 0 5527do 5528 case $1 in 5529 --*=*) 5530 ac_option=`expr "x$1" : 'x\([^=]*\)='` 5531 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 5532 shift 5533 set dummy "$ac_option" "$ac_optarg" ${1+"$@"} 5534 shift 5535 ;; 5536 -*);; 5537 *) # This is not an option, so the user has probably given explicit 5538 # arguments. 5539 ac_need_defaults=false;; 5540 esac 5541 5542 case $1 in 5543 # Handling of the options. 5544EOF 5545cat >>$CONFIG_STATUS <<EOF 5546 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 5547 echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion" 5548 exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;; 5549EOF 5550cat >>$CONFIG_STATUS <<\EOF 5551 --version | --vers* | -V ) 5552 echo "$ac_cs_version"; exit 0 ;; 5553 --he | --h) 5554 # Conflict between --help and --header 5555 { { echo "$as_me:5555: error: ambiguous option: $1 5556Try \`$0 --help' for more information." >&5 5557echo "$as_me: error: ambiguous option: $1 5558Try \`$0 --help' for more information." >&2;} 5559 { (exit 1); exit 1; }; };; 5560 --help | --hel | -h ) 5561 echo "$ac_cs_usage"; exit 0 ;; 5562 --debug | --d* | -d ) 5563 debug=: ;; 5564 --file | --fil | --fi | --f ) 5565 shift 5566 CONFIG_FILES="$CONFIG_FILES $1" 5567 ac_need_defaults=false;; 5568 --header | --heade | --head | --hea ) 5569 shift 5570 CONFIG_HEADERS="$CONFIG_HEADERS $1" 5571 ac_need_defaults=false;; 5572 5573 # This is an error. 5574 -*) { { echo "$as_me:5574: error: unrecognized option: $1 5575Try \`$0 --help' for more information." >&5 5576echo "$as_me: error: unrecognized option: $1 5577Try \`$0 --help' for more information." >&2;} 5578 { (exit 1); exit 1; }; } ;; 5579 5580 *) ac_config_targets="$ac_config_targets $1" ;; 5581 5582 esac 5583 shift 5584done 5585 5586exec 5>>config.log 5587cat >&5 << _ACEOF 5588 5589## ----------------------- ## 5590## Running config.status. ## 5591## ----------------------- ## 5592 5593This file was extended by $as_me (libnbcompat noversion) 2.52, executed with 5594 CONFIG_FILES = $CONFIG_FILES 5595 CONFIG_HEADERS = $CONFIG_HEADERS 5596 CONFIG_LINKS = $CONFIG_LINKS 5597 CONFIG_COMMANDS = $CONFIG_COMMANDS 5598 > $ac_cs_invocation 5599on `(hostname || uname -n) 2>/dev/null | sed 1q` 5600 5601_ACEOF 5602EOF 5603 5604cat >>$CONFIG_STATUS <<\EOF 5605for ac_config_target in $ac_config_targets 5606do 5607 case "$ac_config_target" in 5608 # Handling of arguments. 5609 "defs.mk" ) CONFIG_FILES="$CONFIG_FILES defs.mk" ;; 5610 "nbtool_config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS nbtool_config.h" ;; 5611 *) { { echo "$as_me:5611: error: invalid argument: $ac_config_target" >&5 5612echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 5613 { (exit 1); exit 1; }; };; 5614 esac 5615done 5616 5617# If the user did not use the arguments to specify the items to instantiate, 5618# then the envvar interface is used. Set only those that are not. 5619# We use the long form for the default assignment because of an extremely 5620# bizarre bug on SunOS 4.1.3. 5621if $ac_need_defaults; then 5622 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 5623 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 5624fi 5625 5626# Create a temporary directory, and hook for its removal unless debugging. 5627$debug || 5628{ 5629 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 5630 trap '{ (exit 1); exit 1; }' 1 2 13 15 5631} 5632 5633# Create a (secure) tmp directory for tmp files. 5634: ${TMPDIR=/tmp} 5635{ 5636 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` && 5637 test -n "$tmp" && test -d "$tmp" 5638} || 5639{ 5640 tmp=$TMPDIR/cs$$-$RANDOM 5641 (umask 077 && mkdir $tmp) 5642} || 5643{ 5644 echo "$me: cannot create a temporary directory in $TMPDIR" >&2 5645 { (exit 1); exit 1; } 5646} 5647 5648EOF 5649 5650cat >>$CONFIG_STATUS <<EOF 5651 5652# 5653# CONFIG_FILES section. 5654# 5655 5656# No need to generate the scripts if there are no CONFIG_FILES. 5657# This happens for instance when ./config.status config.h 5658if test -n "\$CONFIG_FILES"; then 5659 # Protect against being on the right side of a sed subst in config.status. 5660 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 5661 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 5662s,@SHELL@,$SHELL,;t t 5663s,@exec_prefix@,$exec_prefix,;t t 5664s,@prefix@,$prefix,;t t 5665s,@program_transform_name@,$program_transform_name,;t t 5666s,@bindir@,$bindir,;t t 5667s,@sbindir@,$sbindir,;t t 5668s,@libexecdir@,$libexecdir,;t t 5669s,@datadir@,$datadir,;t t 5670s,@sysconfdir@,$sysconfdir,;t t 5671s,@sharedstatedir@,$sharedstatedir,;t t 5672s,@localstatedir@,$localstatedir,;t t 5673s,@libdir@,$libdir,;t t 5674s,@includedir@,$includedir,;t t 5675s,@oldincludedir@,$oldincludedir,;t t 5676s,@infodir@,$infodir,;t t 5677s,@mandir@,$mandir,;t t 5678s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 5679s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 5680s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 5681s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 5682s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 5683s,@build_alias@,$build_alias,;t t 5684s,@host_alias@,$host_alias,;t t 5685s,@target_alias@,$target_alias,;t t 5686s,@ECHO_C@,$ECHO_C,;t t 5687s,@ECHO_N@,$ECHO_N,;t t 5688s,@ECHO_T@,$ECHO_T,;t t 5689s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 5690s,@DEFS@,$DEFS,;t t 5691s,@LIBS@,$LIBS,;t t 5692s,@CC@,$CC,;t t 5693s,@CFLAGS@,$CFLAGS,;t t 5694s,@LDFLAGS@,$LDFLAGS,;t t 5695s,@CPPFLAGS@,$CPPFLAGS,;t t 5696s,@ac_ct_CC@,$ac_ct_CC,;t t 5697s,@EXEEXT@,$EXEEXT,;t t 5698s,@OBJEXT@,$OBJEXT,;t t 5699s,@CPP@,$CPP,;t t 5700s,@BSHELL@,$BSHELL,;t t 5701s,@ALLOCA@,$ALLOCA,;t t 5702CEOF 5703 5704EOF 5705 5706 cat >>$CONFIG_STATUS <<\EOF 5707 # Split the substitutions into bite-sized pieces for seds with 5708 # small command number limits, like on Digital OSF/1 and HP-UX. 5709 ac_max_sed_lines=48 5710 ac_sed_frag=1 # Number of current file. 5711 ac_beg=1 # First line for current file. 5712 ac_end=$ac_max_sed_lines # Line after last line for current file. 5713 ac_more_lines=: 5714 ac_sed_cmds= 5715 while $ac_more_lines; do 5716 if test $ac_beg -gt 1; then 5717 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 5718 else 5719 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 5720 fi 5721 if test ! -s $tmp/subs.frag; then 5722 ac_more_lines=false 5723 else 5724 # The purpose of the label and of the branching condition is to 5725 # speed up the sed processing (if there are no `@' at all, there 5726 # is no need to browse any of the substitutions). 5727 # These are the two extra sed commands mentioned above. 5728 (echo ':t 5729 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 5730 if test -z "$ac_sed_cmds"; then 5731 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 5732 else 5733 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 5734 fi 5735 ac_sed_frag=`expr $ac_sed_frag + 1` 5736 ac_beg=$ac_end 5737 ac_end=`expr $ac_end + $ac_max_sed_lines` 5738 fi 5739 done 5740 if test -z "$ac_sed_cmds"; then 5741 ac_sed_cmds=cat 5742 fi 5743fi # test -n "$CONFIG_FILES" 5744 5745EOF 5746cat >>$CONFIG_STATUS <<\EOF 5747for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 5748 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 5749 case $ac_file in 5750 - | *:- | *:-:* ) # input from stdin 5751 cat >$tmp/stdin 5752 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 5753 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 5754 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 5755 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 5756 * ) ac_file_in=$ac_file.in ;; 5757 esac 5758 5759 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 5760 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5761 X"$ac_file" : 'X\(//\)[^/]' \| \ 5762 X"$ac_file" : 'X\(//\)$' \| \ 5763 X"$ac_file" : 'X\(/\)' \| \ 5764 . : '\(.\)' 2>/dev/null || 5765echo X"$ac_file" | 5766 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 5767 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 5768 /^X\(\/\/\)$/{ s//\1/; q; } 5769 /^X\(\/\).*/{ s//\1/; q; } 5770 s/.*/./; q'` 5771 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 5772 { case "$ac_dir" in 5773 [\\/]* | ?:[\\/]* ) as_incr_dir=;; 5774 *) as_incr_dir=.;; 5775esac 5776as_dummy="$ac_dir" 5777for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do 5778 case $as_mkdir_dir in 5779 # Skip DOS drivespec 5780 ?:) as_incr_dir=$as_mkdir_dir ;; 5781 *) 5782 as_incr_dir=$as_incr_dir/$as_mkdir_dir 5783 test -d "$as_incr_dir" || mkdir "$as_incr_dir" 5784 ;; 5785 esac 5786done; } 5787 5788 ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`" 5789 # A "../" for each directory in $ac_dir_suffix. 5790 ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'` 5791 else 5792 ac_dir_suffix= ac_dots= 5793 fi 5794 5795 case $srcdir in 5796 .) ac_srcdir=. 5797 if test -z "$ac_dots"; then 5798 ac_top_srcdir=. 5799 else 5800 ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'` 5801 fi ;; 5802 [\\/]* | ?:[\\/]* ) 5803 ac_srcdir=$srcdir$ac_dir_suffix; 5804 ac_top_srcdir=$srcdir ;; 5805 *) # Relative path. 5806 ac_srcdir=$ac_dots$srcdir$ac_dir_suffix 5807 ac_top_srcdir=$ac_dots$srcdir ;; 5808 esac 5809 5810 if test x"$ac_file" != x-; then 5811 { echo "$as_me:5811: creating $ac_file" >&5 5812echo "$as_me: creating $ac_file" >&6;} 5813 rm -f "$ac_file" 5814 fi 5815 # Let's still pretend it is `configure' which instantiates (i.e., don't 5816 # use $as_me), people would be surprised to read: 5817 # /* config.h. Generated automatically by config.status. */ 5818 configure_input="Generated automatically from `echo $ac_file_in | 5819 sed 's,.*/,,'` by configure." 5820 5821 # First look for the input files in the build tree, otherwise in the 5822 # src tree. 5823 ac_file_inputs=`IFS=: 5824 for f in $ac_file_in; do 5825 case $f in 5826 -) echo $tmp/stdin ;; 5827 [\\/$]*) 5828 # Absolute (can't be DOS-style, as IFS=:) 5829 test -f "$f" || { { echo "$as_me:5829: error: cannot find input file: $f" >&5 5830echo "$as_me: error: cannot find input file: $f" >&2;} 5831 { (exit 1); exit 1; }; } 5832 echo $f;; 5833 *) # Relative 5834 if test -f "$f"; then 5835 # Build tree 5836 echo $f 5837 elif test -f "$srcdir/$f"; then 5838 # Source tree 5839 echo $srcdir/$f 5840 else 5841 # /dev/null tree 5842 { { echo "$as_me:5842: error: cannot find input file: $f" >&5 5843echo "$as_me: error: cannot find input file: $f" >&2;} 5844 { (exit 1); exit 1; }; } 5845 fi;; 5846 esac 5847 done` || { (exit 1); exit 1; } 5848EOF 5849cat >>$CONFIG_STATUS <<EOF 5850 sed "$ac_vpsub 5851$extrasub 5852EOF 5853cat >>$CONFIG_STATUS <<\EOF 5854:t 5855/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 5856s,@configure_input@,$configure_input,;t t 5857s,@srcdir@,$ac_srcdir,;t t 5858s,@top_srcdir@,$ac_top_srcdir,;t t 5859" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 5860 rm -f $tmp/stdin 5861 if test x"$ac_file" != x-; then 5862 mv $tmp/out $ac_file 5863 else 5864 cat $tmp/out 5865 rm -f $tmp/out 5866 fi 5867 5868done 5869EOF 5870cat >>$CONFIG_STATUS <<\EOF 5871 5872# 5873# CONFIG_HEADER section. 5874# 5875 5876# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 5877# NAME is the cpp macro being defined and VALUE is the value it is being given. 5878# 5879# ac_d sets the value in "#define NAME VALUE" lines. 5880ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 5881ac_dB='[ ].*$,\1#\2' 5882ac_dC=' ' 5883ac_dD=',;t' 5884# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 5885ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 5886ac_uB='$,\1#\2define\3' 5887ac_uC=' ' 5888ac_uD=',;t' 5889 5890for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue 5891 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 5892 case $ac_file in 5893 - | *:- | *:-:* ) # input from stdin 5894 cat >$tmp/stdin 5895 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 5896 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 5897 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 5898 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 5899 * ) ac_file_in=$ac_file.in ;; 5900 esac 5901 5902 test x"$ac_file" != x- && { echo "$as_me:5902: creating $ac_file" >&5 5903echo "$as_me: creating $ac_file" >&6;} 5904 5905 # First look for the input files in the build tree, otherwise in the 5906 # src tree. 5907 ac_file_inputs=`IFS=: 5908 for f in $ac_file_in; do 5909 case $f in 5910 -) echo $tmp/stdin ;; 5911 [\\/$]*) 5912 # Absolute (can't be DOS-style, as IFS=:) 5913 test -f "$f" || { { echo "$as_me:5913: error: cannot find input file: $f" >&5 5914echo "$as_me: error: cannot find input file: $f" >&2;} 5915 { (exit 1); exit 1; }; } 5916 echo $f;; 5917 *) # Relative 5918 if test -f "$f"; then 5919 # Build tree 5920 echo $f 5921 elif test -f "$srcdir/$f"; then 5922 # Source tree 5923 echo $srcdir/$f 5924 else 5925 # /dev/null tree 5926 { { echo "$as_me:5926: error: cannot find input file: $f" >&5 5927echo "$as_me: error: cannot find input file: $f" >&2;} 5928 { (exit 1); exit 1; }; } 5929 fi;; 5930 esac 5931 done` || { (exit 1); exit 1; } 5932 # Remove the trailing spaces. 5933 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 5934 5935EOF 5936 5937# Transform confdefs.h into two sed scripts, `conftest.defines' and 5938# `conftest.undefs', that substitutes the proper values into 5939# config.h.in to produce config.h. The first handles `#define' 5940# templates, and the second `#undef' templates. 5941# And first: Protect against being on the right side of a sed subst in 5942# config.status. Protect against being in an unquoted here document 5943# in config.status. 5944rm -f conftest.defines conftest.undefs 5945# Using a here document instead of a string reduces the quoting nightmare. 5946# Putting comments in sed scripts is not portable. 5947# 5948# `end' is used to avoid that the second main sed command (meant for 5949# 0-ary CPP macros) applies to n-ary macro definitions. 5950# See the Autoconf documentation for `clear'. 5951cat >confdef2sed.sed <<\EOF 5952s/[\\&,]/\\&/g 5953s,[\\$`],\\&,g 5954t clear 5955: clear 5956s,^[ ]*#[ ]*define[ ][ ]*\(\([^ (][^ (]*\)([^)]*)\)[ ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp 5957t end 5958s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 5959: end 5960EOF 5961# If some macros were called several times there might be several times 5962# the same #defines, which is useless. Nevertheless, we may not want to 5963# sort them, since we want the *last* AC-DEFINE to be honored. 5964uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines 5965sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs 5966rm -f confdef2sed.sed 5967 5968# This sed command replaces #undef with comments. This is necessary, for 5969# example, in the case of _POSIX_SOURCE, which is predefined and required 5970# on some systems where configure will not decide to define it. 5971cat >>conftest.undefs <<\EOF 5972s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 5973EOF 5974 5975# Break up conftest.defines because some shells have a limit on the size 5976# of here documents, and old seds have small limits too (100 cmds). 5977echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 5978echo ' if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 5979echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 5980echo ' :' >>$CONFIG_STATUS 5981rm -f conftest.tail 5982while grep . conftest.defines >/dev/null 5983do 5984 # Write a limited-size here document to $tmp/defines.sed. 5985 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 5986 # Speed up: don't consider the non `#define' lines. 5987 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 5988 # Work around the forget-to-reset-the-flag bug. 5989 echo 't clr' >>$CONFIG_STATUS 5990 echo ': clr' >>$CONFIG_STATUS 5991 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS 5992 echo 'CEOF 5993 sed -f $tmp/defines.sed $tmp/in >$tmp/out 5994 rm -f $tmp/in 5995 mv $tmp/out $tmp/in 5996' >>$CONFIG_STATUS 5997 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail 5998 rm -f conftest.defines 5999 mv conftest.tail conftest.defines 6000done 6001rm -f conftest.defines 6002echo ' fi # egrep' >>$CONFIG_STATUS 6003echo >>$CONFIG_STATUS 6004 6005# Break up conftest.undefs because some shells have a limit on the size 6006# of here documents, and old seds have small limits too (100 cmds). 6007echo ' # Handle all the #undef templates' >>$CONFIG_STATUS 6008rm -f conftest.tail 6009while grep . conftest.undefs >/dev/null 6010do 6011 # Write a limited-size here document to $tmp/undefs.sed. 6012 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 6013 # Speed up: don't consider the non `#undef' 6014 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 6015 # Work around the forget-to-reset-the-flag bug. 6016 echo 't clr' >>$CONFIG_STATUS 6017 echo ': clr' >>$CONFIG_STATUS 6018 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS 6019 echo 'CEOF 6020 sed -f $tmp/undefs.sed $tmp/in >$tmp/out 6021 rm -f $tmp/in 6022 mv $tmp/out $tmp/in 6023' >>$CONFIG_STATUS 6024 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail 6025 rm -f conftest.undefs 6026 mv conftest.tail conftest.undefs 6027done 6028rm -f conftest.undefs 6029 6030cat >>$CONFIG_STATUS <<\EOF 6031 # Let's still pretend it is `configure' which instantiates (i.e., don't 6032 # use $as_me), people would be surprised to read: 6033 # /* config.h. Generated automatically by config.status. */ 6034 if test x"$ac_file" = x-; then 6035 echo "/* Generated automatically by configure. */" >$tmp/config.h 6036 else 6037 echo "/* $ac_file. Generated automatically by configure. */" >$tmp/config.h 6038 fi 6039 cat $tmp/in >>$tmp/config.h 6040 rm -f $tmp/in 6041 if test x"$ac_file" != x-; then 6042 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 6043 { echo "$as_me:6043: $ac_file is unchanged" >&5 6044echo "$as_me: $ac_file is unchanged" >&6;} 6045 else 6046 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 6047 X"$ac_file" : 'X\(//\)[^/]' \| \ 6048 X"$ac_file" : 'X\(//\)$' \| \ 6049 X"$ac_file" : 'X\(/\)' \| \ 6050 . : '\(.\)' 2>/dev/null || 6051echo X"$ac_file" | 6052 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 6053 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 6054 /^X\(\/\/\)$/{ s//\1/; q; } 6055 /^X\(\/\).*/{ s//\1/; q; } 6056 s/.*/./; q'` 6057 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 6058 { case "$ac_dir" in 6059 [\\/]* | ?:[\\/]* ) as_incr_dir=;; 6060 *) as_incr_dir=.;; 6061esac 6062as_dummy="$ac_dir" 6063for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do 6064 case $as_mkdir_dir in 6065 # Skip DOS drivespec 6066 ?:) as_incr_dir=$as_mkdir_dir ;; 6067 *) 6068 as_incr_dir=$as_incr_dir/$as_mkdir_dir 6069 test -d "$as_incr_dir" || mkdir "$as_incr_dir" 6070 ;; 6071 esac 6072done; } 6073 6074 fi 6075 rm -f $ac_file 6076 mv $tmp/config.h $ac_file 6077 fi 6078 else 6079 cat $tmp/config.h 6080 rm -f $tmp/config.h 6081 fi 6082done 6083EOF 6084 6085cat >>$CONFIG_STATUS <<\EOF 6086 6087{ (exit 0); exit 0; } 6088EOF 6089chmod +x $CONFIG_STATUS 6090ac_clean_files=$ac_clean_files_save 6091 6092# configure is writing to config.log, and then calls config.status. 6093# config.status does its own redirection, appending to config.log. 6094# Unfortunately, on DOS this fails, as config.log is still kept open 6095# by configure, so config.status won't be able to write to it; its 6096# output is simply discarded. So we exec the FD to /dev/null, 6097# effectively closing config.log, so it can be properly (re)opened and 6098# appended to by config.status. When coming back to configure, we 6099# need to make the FD available again. 6100if test "$no_create" != yes; then 6101 ac_cs_success=: 6102 exec 5>/dev/null 6103 $SHELL $CONFIG_STATUS || ac_cs_success=false 6104 exec 5>>config.log 6105 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 6106 # would make configure fail if this is the last instruction. 6107 $ac_cs_success || { (exit 1); exit 1; } 6108fi 6109 6110